Skip to content

Commit 06a950c

Browse files
authored
Merge pull request #10 from Gusto/speakeasy-sdk-regen-1743553115
chore: 🐝 Update SDK - Generate 0.2.1
2 parents a551253 + 2e44b8a commit 06a950c

16 files changed

Lines changed: 83 additions & 95 deletions

File tree

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.525.2
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:096dcd2e8081ec6a16571b390289cb7d4072b62504ef02b0a1800c8e263ac5db
6-
sourceBlobDigest: sha256:687842f700a87c82ba30231cdecaba3b0af5bfa152abe16b3f6cea7d355b151d
5+
sourceRevisionDigest: sha256:5bfaf0c0689bbba4775a5622ce0c7983edb2f4eab156562bee4712a48d0d64c6
6+
sourceBlobDigest: sha256:278f904b41465bfa8c51ccbf50aa84ca9ef215b820c2491e72f653506314022c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1741652267
9+
- speakeasy-sdk-regen-1743553115
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:096dcd2e8081ec6a16571b390289cb7d4072b62504ef02b0a1800c8e263ac5db
16-
sourceBlobDigest: sha256:687842f700a87c82ba30231cdecaba3b0af5bfa152abe16b3f6cea7d355b151d
15+
sourceRevisionDigest: sha256:5bfaf0c0689bbba4775a5622ce0c7983edb2f4eab156562bee4712a48d0d64c6
16+
sourceBlobDigest: sha256:278f904b41465bfa8c51ccbf50aa84ca9ef215b820c2491e72f653506314022c
1717
codeSamplesNamespace: gusto-embedded-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:a22d6741677f767de4dbc1be90132e86da12121cb6dbd94d10c7765b11ac300e
18+
codeSamplesRevisionDigest: sha256:2d2e665c3b5fe385ed22241cc9794dc81501345585fbae49729e1c3c13efa138
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 5d57a1bf-31fa-4bb7-8d47-6fe0473a6fda
33
management:
4-
docChecksum: 040871ecd05195c4f0c000645be00a17
4+
docChecksum: 0666aa5ba193f86f8a9463d0e91eb577
55
docVersion: "2024-04-01"
66
speakeasyVersion: 1.525.2
77
generationVersion: 2.562.3
8-
releaseVersion: 0.2.0
9-
configChecksum: 17a3bc343749259ab86a53c9505c49bb
8+
releaseVersion: 0.2.1
9+
configChecksum: 46e346529881a8ba484d8b075267f9a8
1010
repoURL: https://github.com/Gusto/gusto-java-client.git
1111
repoSubDirectory: gusto_embedded
1212
features:

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: true
1717
java:
18-
version: 0.2.0
18+
version: 0.2.1
1919
additionalDependencies: []
2020
additionalPlugins: []
2121
artifactID: embedded-api

gusto_embedded/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ The samples below show how a published SDK artifact is used:
4747

4848
Gradle:
4949
```groovy
50-
implementation 'com.gusto:embedded-api:0.2.0'
50+
implementation 'com.gusto:embedded-api:0.2.1'
5151
```
5252

5353
Maven:
5454
```xml
5555
<dependency>
5656
<groupId>com.gusto</groupId>
5757
<artifactId>embedded-api</artifactId>
58-
<version>0.2.0</version>
58+
<version>0.2.1</version>
5959
</dependency>
6060
```
6161

gusto_embedded/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,12 @@ Based on:
3838
- OpenAPI Doc
3939
- Speakeasy CLI 1.525.2 (2.562.3) https://github.com/speakeasy-api/speakeasy
4040
### Generated
41-
- [java v0.2.0] gusto_embedded
41+
- [java v0.2.0] gusto_embedded
42+
43+
## 2025-04-03 00:17:33
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc
47+
- Speakeasy CLI 1.525.2 (2.562.3) https://github.com/speakeasy-api/speakeasy
48+
### Generated
49+
- [java v0.2.1] gusto_embedded

gusto_embedded/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ publishing {
8080
// https://github.com/gradle/gradle/issues/18619
8181
groupId = "com.gusto"
8282
artifactId = "embedded-api"
83-
version = "0.2.0"
83+
version = "0.2.1"
8484

8585
from components.java
8686

gusto_embedded/docs/models/components/MetadataWithMultipleEntities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ multiple entities
77

88
| Field | Type | Required | Description |
99
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
10-
| `entities` | List\<[MetadataWithOneEntity](../../models/components/MetadataWithOneEntity.md)> | :heavy_minus_sign: | N/A |
10+
| `entities` | List\<[MetadataWithOneEntity](../../models/components/MetadataWithOneEntity.md)> | :heavy_check_mark: | N/A |

gusto_embedded/docs/models/components/MetadataWithOneEntity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ single entity
99
| ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- |
1010
| `entityType` | *Optional\<String>* | :heavy_minus_sign: | Name of the entity that the error corresponds to. |
1111
| `entityUuid` | *Optional\<String>* | :heavy_minus_sign: | Unique identifier for the entity. |
12-
| `validFrom` | *Optional\<String>* | :heavy_minus_sign: | N/A |
13-
| `validUpTo` | *Optional\<String>* | :heavy_minus_sign: | N/A |
14-
| `key` | *Optional\<String>* | :heavy_minus_sign: | N/A |
15-
| `state` | *Optional\<String>* | :heavy_minus_sign: | N/A |
12+
| `validFrom` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A |
13+
| `validUpTo` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A |
14+
| `key` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A |
15+
| `state` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A |
1616
| `additionalProperties` | Map\<String, *Object*> | :heavy_minus_sign: | N/A |

gusto_embedded/docs/models/components/PrimarySignatory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The primary signatory of the company.
99
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
1010
| `uuid` | *Optional\<String>* | :heavy_minus_sign: | The UUID of the company's primary signatory. |
1111
| `firstName` | *Optional\<String>* | :heavy_minus_sign: | The company's primary signatory's first name. |
12-
| `middleInitial` | *Optional\<String>* | :heavy_minus_sign: | The company's primary signatory's middle initial. |
12+
| `middleInitial` | *JsonNullable\<String>* | :heavy_minus_sign: | The company's primary signatory's middle initial. |
1313
| `lastName` | *Optional\<String>* | :heavy_minus_sign: | The company's primary signatory's last name. |
1414
| `phone` | *Optional\<String>* | :heavy_minus_sign: | The company's primary signatory's phone number. |
1515
| `email` | *Optional\<String>* | :heavy_minus_sign: | The company's primary signatory's email address. |

gusto_embedded/docs/sdks/reports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## createCustom
1313

14-
Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint.
14+
Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint. This URL is valid for 10 minutes.
1515

1616
scope: `company_reports:write`
1717

0 commit comments

Comments
 (0)