Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.551.0
speakeasyVersion: 1.554.1
sources:
GustoEmbedded-OAS:
sourceNamespace: gusto-embedded-oas
sourceRevisionDigest: sha256:af3919c9fea3c5dcd03aba6ea1bfde955089fcc667ece7e7b3ee41a2352859cb
sourceBlobDigest: sha256:58bac3b0a66b3771214f68c2c08660af8b65c369f4f599bbde1323d94f240b52
sourceRevisionDigest: sha256:c8d373f765bf6bd77d8f5d3a92753dfa7cf291e418c9c7321a9201b2351f981f
sourceBlobDigest: sha256:edd119442f06a6d6c8080b20d9142b5e057bedaec9f9139f82c95af7d0ef1b13
tags:
- latest
- speakeasy-sdk-regen-1747440846
- speakeasy-sdk-regen-1748391275
- "2024-04-01"
targets:
gusto-embedded:
source: GustoEmbedded-OAS
sourceNamespace: gusto-embedded-oas
sourceRevisionDigest: sha256:af3919c9fea3c5dcd03aba6ea1bfde955089fcc667ece7e7b3ee41a2352859cb
sourceBlobDigest: sha256:58bac3b0a66b3771214f68c2c08660af8b65c369f4f599bbde1323d94f240b52
sourceRevisionDigest: sha256:c8d373f765bf6bd77d8f5d3a92753dfa7cf291e418c9c7321a9201b2351f981f
sourceBlobDigest: sha256:edd119442f06a6d6c8080b20d9142b5e057bedaec9f9139f82c95af7d0ef1b13
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:f110229c4d5faed5321fcd68ab07601376b92a6035ccf97d456a0071e826144c
codeSamplesRevisionDigest: sha256:545efedf848cf614e2d70272108198a96f4727ab2a739a6b458703576f2e2a85
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
134 changes: 110 additions & 24 deletions gusto_embedded/.speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion gusto_embedded/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ generation:
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
Expand All @@ -19,7 +20,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
typescript:
version: 0.5.15
version: 0.6.0
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 11 additions & 1 deletion gusto_embedded/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,14 @@ Based on:
### Generated
- [typescript v0.5.15] gusto_embedded
### Releases
- [NPM v0.5.15] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.15 - gusto_embedded
- [NPM v0.5.15] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.15 - gusto_embedded

## 2025-05-30 20:29:30
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.6.0] gusto_embedded
### Releases
- [NPM v0.6.0] https://www.npmjs.com/package/@gusto/embedded-api/v/0.6.0 - gusto_embedded
18 changes: 7 additions & 11 deletions gusto_embedded/docs/models/components/employeeaddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,24 @@
import { EmployeeAddress } from "@gusto/embedded-api/models/components/employeeaddress.js";

let value: EmployeeAddress = {
street1: "412 Kiera Stravenue",
street2: "Suite 391",
city: "San Francisco",
state: "CA",
zip: "94107",
active: true,
uuid: "28f8f1f5-e4f3-423b-a903-d902bd2f36b2",
version: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `version` | *string* | :heavy_minus_sign: | The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/idempotency) for information on how to use this field. |
| `uuid` | *string* | :heavy_check_mark: | The UUID of the employee address |
| `employeeUuid` | *string* | :heavy_minus_sign: | The UUID of the employee |
| `effectiveDate` | [RFCDate](../../types/rfcdate.md) | :heavy_minus_sign: | The date the employee started living at the address. |
| `courtesyWithholding` | *boolean* | :heavy_minus_sign: | Determines if home taxes should be withheld and paid for employee. |
| `street1` | *string* | :heavy_minus_sign: | N/A |
| `street2` | *string* | :heavy_minus_sign: | N/A |
| `city` | *string* | :heavy_minus_sign: | N/A |
| `state` | *string* | :heavy_minus_sign: | N/A |
| `zip` | *string* | :heavy_minus_sign: | N/A |
| `country` | *string* | :heavy_minus_sign: | N/A |
| `active` | *boolean* | :heavy_minus_sign: | The status of the location. Inactive locations have been deleted, but may still have historical data associated with them. |
| `uuid` | *string* | :heavy_minus_sign: | The UUID of the employee address |
| `employeeUuid` | *string* | :heavy_minus_sign: | The UUID of the employee |
| `effectiveDate` | [RFCDate](../../types/rfcdate.md) | :heavy_minus_sign: | The date the employee started living at the address. |
| `courtesyWithholding` | *boolean* | :heavy_minus_sign: | Determines if home taxes should be withheld and paid for employee. |
| `version` | *string* | :heavy_check_mark: | The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/idempotency) for information on how to use this field. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# DeleteV1HomeAddressesHomeAddressUuidHeaderXGustoAPIVersion

Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.

## Example Usage

```typescript
import { DeleteV1HomeAddressesHomeAddressUuidHeaderXGustoAPIVersion } from "@gusto/embedded-api/models/operations/deletev1homeaddresseshomeaddressuuid.js";

let value: DeleteV1HomeAddressesHomeAddressUuidHeaderXGustoAPIVersion =
"2024-04-01";
```

## Values

```typescript
"2024-04-01"
```
Loading