Skip to content

Commit e49c596

Browse files
authored
Merge pull request #50 from Gusto/ar/regenerate-locally-for-react-sdk
Regenerating typescript locally while build pipeline is down
2 parents 1d4feaf + 573cfb7 commit e49c596

15 files changed

+142
-55
lines changed

gusto_embedded/.speakeasy/gen.lock

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f0264e24-cbe2-4074-b157-7a6ba8979508
33
management:
4-
docChecksum: 01fddff1edbed7541b37a7331a2c0282
4+
docChecksum: e23c4b83f9a63e6f4f34d00f5347d535
55
docVersion: "2024-04-01"
6-
speakeasyVersion: 1.542.0
7-
generationVersion: 2.596.2
8-
releaseVersion: 0.5.12
9-
configChecksum: 6a28cf3e49206a536a62e24a73d7c0f1
6+
speakeasyVersion: 1.543.1
7+
generationVersion: 2.598.21
8+
releaseVersion: 0.5.13
9+
configChecksum: d5de0142db05171dd669f5ab112e835b
1010
repoURL: https://github.com/Gusto/gusto-typescript-client.git
1111
repoSubDirectory: gusto_embedded
1212
installationURL: https://gitpkg.now.sh/Gusto/gusto-typescript-client/gusto_embedded
@@ -363,6 +363,7 @@ generatedFiles:
363363
- docs/models/components/taxliabilitiesselections.md
364364
- docs/models/components/taxrefunds.md
365365
- docs/models/components/taxrequirement.md
366+
- docs/models/components/taxrequirementapplicableifvalue.md
366367
- docs/models/components/taxrequirementmetadata.md
367368
- docs/models/components/taxrequirementmetadataoptions.md
368369
- docs/models/components/taxrequirementmetadatatype.md
@@ -2608,6 +2609,7 @@ examples:
26082609
responses:
26092610
"422":
26102611
application/json: {"errors": [{"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}]}
2612+
"200": {}
26112613
Company is shutting down:
26122614
parameters:
26132615
path:
@@ -2619,6 +2621,7 @@ examples:
26192621
responses:
26202622
"422":
26212623
application/json: {"errors": [{"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}]}
2624+
"200": {}
26222625
Basic:
26232626
parameters:
26242627
path:
@@ -5144,6 +5147,7 @@ examples:
51445147
responses:
51455148
"422":
51465149
application/json: {"errors": [{"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}]}
5150+
"200": {}
51475151
example-2:
51485152
parameters:
51495153
path:
@@ -5155,6 +5159,7 @@ examples:
51555159
responses:
51565160
"422":
51575161
application/json: {"errors": [{"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}]}
5162+
"200": {}
51585163
example-3:
51595164
parameters:
51605165
path:
@@ -5166,6 +5171,7 @@ examples:
51665171
responses:
51675172
"422":
51685173
application/json: {"errors": [{"error_key": "<value>", "category": "<value>"}]}
5174+
"200": {}
51695175
Example:
51705176
parameters:
51715177
path:
@@ -5989,6 +5995,7 @@ examples:
59895995
responses:
59905996
"422":
59915997
application/json: {"errors": [{"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}]}
5998+
"200": {}
59925999
example-3:
59936000
parameters:
59946001
path:
@@ -6000,6 +6007,7 @@ examples:
60006007
responses:
60016008
"422":
60026009
application/json: {"errors": [{"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}]}
6010+
"200": {}
60036011
Example:
60046012
parameters:
60056013
path:
@@ -6669,6 +6677,7 @@ examples:
66696677
responses:
66706678
"422":
66716679
application/json: {"errors": [], "": {}}
6680+
"200": {}
66726681
put-v1-companies-company_id-payrolls-payroll_id-calculate:
66736682
Example:
66746683
parameters:
@@ -6908,7 +6917,7 @@ examples:
69086917
application/json: {}
69096918
responses:
69106919
"200":
6911-
application/json: {"uuid": "3f746cd0-dd08-408f-b712-8180c7c621e9", "company_uuid": "de83cff2-8e7a-448e-a28c-14258a9971c3", "name": "Unlimited Vacation Policy", "policy_type": "vacation", "accrual_method": "unlimited", "accrual_rate": "<value>", "accrual_rate_unit": "<value>", "paid_out_on_termination": false, "accrual_waiting_period_days": 579805, "carryover_limit_hours": "<value>", "max_accrual_hours_per_year": "<value>", "max_hours": "<value>", "complete": true, "is_active": true, "employees": []}
6920+
application/json: {"uuid": "3f746cd0-dd08-408f-b712-8180c7c621e9", "company_uuid": "de83cff2-8e7a-448e-a28c-14258a9971c3", "name": "Unlimited Vacation Policy", "policy_type": "vacation", "accrual_method": "unlimited", "accrual_rate": "<value>", "accrual_rate_unit": "<value>", "paid_out_on_termination": false, "accrual_waiting_period_days": 857478, "carryover_limit_hours": "<value>", "max_accrual_hours_per_year": "<value>", "max_hours": "<value>", "complete": true, "is_active": true, "employees": []}
69126921
Hourly Vacation Policy:
69136922
parameters:
69146923
path:
@@ -7000,7 +7009,7 @@ examples:
70007009
application/json: {"name": "<value>", "policy_type": "<value>", "accrual_method": "unlimited"}
70017010
responses:
70027011
"201":
7003-
application/json: {"uuid": "3f746cd0-dd08-408f-b712-8180c7c621e9", "company_uuid": "de83cff2-8e7a-448e-a28c-14258a9971c3", "name": "Unlimited Vacation Policy", "policy_type": "vacation", "accrual_method": "unlimited", "accrual_rate": "<value>", "accrual_rate_unit": "<value>", "paid_out_on_termination": false, "accrual_waiting_period_days": 198175, "carryover_limit_hours": "<value>", "max_accrual_hours_per_year": "<value>", "max_hours": "<value>", "complete": true, "is_active": true, "employees": []}
7012+
application/json: {"uuid": "3f746cd0-dd08-408f-b712-8180c7c621e9", "company_uuid": "de83cff2-8e7a-448e-a28c-14258a9971c3", "name": "Unlimited Vacation Policy", "policy_type": "vacation", "accrual_method": "unlimited", "accrual_rate": "<value>", "accrual_rate_unit": "<value>", "paid_out_on_termination": false, "accrual_waiting_period_days": 486589, "carryover_limit_hours": "<value>", "max_accrual_hours_per_year": "<value>", "max_hours": "<value>", "complete": true, "is_active": true, "employees": []}
70047013
Hourly Vacation Policy:
70057014
parameters:
70067015
path:
@@ -8872,6 +8881,7 @@ examples:
88728881
responses:
88738882
"422":
88748883
application/json: {"errors": [{"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}, {"error_key": "<value>", "category": "<value>"}]}
8884+
"200": {}
88758885
example:
88768886
parameters:
88778887
path:

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ generation:
1919
oAuth2ClientCredentialsEnabled: true
2020
oAuth2PasswordEnabled: true
2121
typescript:
22-
version: 0.5.12
22+
version: 0.5.13
2323
additionalDependencies:
2424
dependencies: {}
2525
devDependencies: {}

gusto_embedded/docs/models/components/applicableif.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ let value: ApplicableIf = {};
1313
| Field | Type | Required | Description |
1414
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
1515
| `key` | *string* | :heavy_minus_sign: | An identifier for an individual requirement. Uniqueness is guaranteed within a requirement set. |
16-
| `value` | *components.TaxRequirementValue* | :heavy_minus_sign: | The required value of the requirement identified by `key` |
16+
| `value` | *components.TaxRequirementApplicableIfValue* | :heavy_minus_sign: | The required value of the requirement identified by `key` |

gusto_embedded/docs/models/components/historicalemployeebody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { HistoricalEmployeeBody } from "@gusto/embedded-api/models/components/hi
88
let value: HistoricalEmployeeBody = {
99
firstName: "Jessie",
1010
lastName: "Boehm",
11-
dateOfBirth: "1998-07-30",
11+
dateOfBirth: "1998-08-05",
1212
ssn: "<value>",
1313
workAddress: {},
1414
homeAddress: {

gusto_embedded/docs/models/components/taxrequirement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ let value: TaxRequirement = {};
1616
| `applicableIf` | [components.ApplicableIf](../../models/components/applicableif.md)[] | :heavy_minus_sign: | An array of references to other requirements within the requirement set. This requirement is only applicable if all referenced requirements have values matching the corresponding `value`. The primary use-case is dynamically hiding and showing requirements as values change. E.g. Show Requirement-B when Requirement-A has been answered with `false`. To be explicit, an empty array means the requirement is applicable. |
1717
| `label` | *string* | :heavy_minus_sign: | A customer facing description of the requirement |
1818
| `description` | *string* | :heavy_minus_sign: | A more detailed customer facing description of the requirement |
19-
| `value` | *string* | :heavy_minus_sign: | The "answer" |
19+
| `value` | *components.TaxRequirementValue* | :heavy_minus_sign: | The "answer" |
2020
| `metadata` | [components.TaxRequirementMetadata](../../models/components/taxrequirementmetadata.md) | :heavy_minus_sign: | N/A |
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# TaxRequirementApplicableIfValue
2+
3+
The required value of the requirement identified by `key`
4+
5+
6+
## Supported Types
7+
8+
### `boolean`
9+
10+
```typescript
11+
const value: boolean = false;
12+
```
13+
14+
### `string`
15+
16+
```typescript
17+
const value: string = "<value>";
18+
```
19+
20+
### `number`
21+
22+
```typescript
23+
const value: number = 1284.03;
24+
```
25+
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
# TaxRequirementValue
22

3-
The required value of the requirement identified by `key`
3+
The "answer"
44

55

66
## Supported Types
77

8-
### `boolean`
9-
10-
```typescript
11-
const value: boolean = false;
12-
```
13-
148
### `string`
159

1610
```typescript
1711
const value: string = "<value>";
1812
```
1913

20-
### `number`
14+
### `boolean`
2115

2216
```typescript
23-
const value: number = 1284.03;
17+
const value: boolean = false;
2418
```
2519

gusto_embedded/docs/models/operations/postv1historicalemployeesrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let value: PostV1HistoricalEmployeesRequest = {
1010
historicalEmployeeBody: {
1111
firstName: "Baylee",
1212
lastName: "Stamm",
13-
dateOfBirth: "1956-02-21",
13+
dateOfBirth: "1956-02-28",
1414
ssn: "<value>",
1515
workAddress: {},
1616
homeAddress: {

gusto_embedded/docs/models/operations/putv1historicalemployeesrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let value: PutV1HistoricalEmployeesRequest = {
1212
version: "<value>",
1313
firstName: "Mellie",
1414
lastName: "Stroman-Bergstrom",
15-
dateOfBirth: "1987-06-30",
15+
dateOfBirth: "1987-07-07",
1616
ssn: "<value>",
1717
workAddress: {},
1818
homeAddress: {

gusto_embedded/docs/models/operations/putv1historicalemployeesrequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let value: PutV1HistoricalEmployeesRequestBody = {
1111
version: "<value>",
1212
firstName: "Domingo",
1313
lastName: "Abshire",
14-
dateOfBirth: "1973-12-20",
14+
dateOfBirth: "1973-12-26",
1515
ssn: "<value>",
1616
workAddress: {},
1717
homeAddress: {

0 commit comments

Comments
 (0)