Skip to content
Draft

wip #54

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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
openapi_doc_auth_token: ${{ secrets.OPENAPI_DOC_AUTH_TOKEN }}
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.552.0
sources:
GustoEmbedded-OAS:
sourceNamespace: gusto-embedded-oas
sourceRevisionDigest: sha256:af3919c9fea3c5dcd03aba6ea1bfde955089fcc667ece7e7b3ee41a2352859cb
sourceBlobDigest: sha256:58bac3b0a66b3771214f68c2c08660af8b65c369f4f599bbde1323d94f240b52
sourceRevisionDigest: sha256:300cb38f0c56d2d3650ed01256880247b22d1bb5177deb715309801c090a6f76
sourceBlobDigest: sha256:986ea086558d96ac0a1dfc278bd8b04f05ca4a6b161dfbcfa837cbcae39377aa
tags:
- latest
- speakeasy-sdk-regen-1747440846
- speakeasy-sdk-regen-1748444833
- "2024-04-01"
targets:
gusto-embedded:
source: GustoEmbedded-OAS
sourceNamespace: gusto-embedded-oas
sourceRevisionDigest: sha256:af3919c9fea3c5dcd03aba6ea1bfde955089fcc667ece7e7b3ee41a2352859cb
sourceBlobDigest: sha256:58bac3b0a66b3771214f68c2c08660af8b65c369f4f599bbde1323d94f240b52
sourceRevisionDigest: sha256:300cb38f0c56d2d3650ed01256880247b22d1bb5177deb715309801c090a6f76
sourceBlobDigest: sha256:986ea086558d96ac0a1dfc278bd8b04f05ca4a6b161dfbcfa837cbcae39377aa
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:f110229c4d5faed5321fcd68ab07601376b92a6035ccf97d456a0071e826144c
codeSamplesRevisionDigest: sha256:e97e4dfec4f355012227aa6348bbbdf3f7f9bd9230be9a12aaeda8239ceb5883
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
129 changes: 107 additions & 22 deletions gusto_embedded/.speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gusto_embedded/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
typescript:
version: 0.5.15
version: 0.5.16
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-28 15:06:56
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.5.16] gusto_embedded
### Releases
- [NPM v0.5.16] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.16 - 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