Skip to content

Commit 718b337

Browse files
authored
Merge pull request #11 from Gusto/speakeasy-sdk-regen-1743812272
chore: 🐝 Update SDK - Generate 0.2.2
2 parents 06a950c + 32d66b6 commit 718b337

12 files changed

Lines changed: 98 additions & 33 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:5bfaf0c0689bbba4775a5622ce0c7983edb2f4eab156562bee4712a48d0d64c6
6-
sourceBlobDigest: sha256:278f904b41465bfa8c51ccbf50aa84ca9ef215b820c2491e72f653506314022c
5+
sourceRevisionDigest: sha256:bb694d0087b14cbcbac56c6f63203d43552891f2c8a49319ce33abedc35440bf
6+
sourceBlobDigest: sha256:37549766e4e4aaa724787a0c4d2ebc89fb776a0ccd77ca1836ece4c10a011b95
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743553115
9+
- speakeasy-sdk-regen-1743812272
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:5bfaf0c0689bbba4775a5622ce0c7983edb2f4eab156562bee4712a48d0d64c6
16-
sourceBlobDigest: sha256:278f904b41465bfa8c51ccbf50aa84ca9ef215b820c2491e72f653506314022c
15+
sourceRevisionDigest: sha256:bb694d0087b14cbcbac56c6f63203d43552891f2c8a49319ce33abedc35440bf
16+
sourceBlobDigest: sha256:37549766e4e4aaa724787a0c4d2ebc89fb776a0ccd77ca1836ece4c10a011b95
1717
codeSamplesNamespace: gusto-embedded-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:2d2e665c3b5fe385ed22241cc9794dc81501345585fbae49729e1c3c13efa138
18+
codeSamplesRevisionDigest: sha256:48a3996e1a4d708a380a5c626cdac8591bc0f9c87a1c65dd002e57e9eb6ed311
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.speakeasy/gen.lock

Lines changed: 4 additions & 4 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: 0666aa5ba193f86f8a9463d0e91eb577
4+
docChecksum: a09c3a680cf665097ead3e1f2b2c6ccb
55
docVersion: "2024-04-01"
66
speakeasyVersion: 1.525.2
77
generationVersion: 2.562.3
8-
releaseVersion: 0.2.1
9-
configChecksum: 46e346529881a8ba484d8b075267f9a8
8+
releaseVersion: 0.2.2
9+
configChecksum: 8b76e5b474e747222e94aa1a857f5a80
1010
repoURL: https://github.com/Gusto/gusto-java-client.git
1111
repoSubDirectory: gusto_embedded
1212
features:
@@ -9098,7 +9098,7 @@ examples:
90989098
X-Gusto-API-Version: "2024-04-01"
90999099
responses:
91009100
"200":
9101-
application/json: {"uuid": "7b1d0df1-6403-4a06-8768-c1dd7d24d27a", "company_uuid": "88f7cca1-dcad-4d20-84db-7fb80303d69f", "title": "Action required: Additional information needed to process payroll", "message": "If we do not receive this information as soon as possible, your payroll may not be processed on time.", "category": "information_request", "actionable": true, "published_at": "2022-01-01T00:00:00.000Z", "due_at": "2022-02-01T00:00:00.000Z", "resources": [{"entity_type": "Employee", "entity_uuid": "21b6f9ce-0ac4-4745-8d8a-127f8c0f00f2"}]}
9101+
application/json: {"uuid": "7b1d0df1-6403-4a06-8768-c1dd7d24d27a", "company_uuid": "88f7cca1-dcad-4d20-84db-7fb80303d69f", "title": "Action required: Additional information needed to process payroll", "message": "If we do not receive this information as soon as possible, your payroll may not be processed on time.", "category": "information_request", "actionable": true, "can_block_payroll": true, "published_at": "2022-01-01T00:00:00.000Z", "due_at": "2022-02-01T00:00:00.000Z", "resources": [{"entity_type": "Employee", "entity_uuid": "21b6f9ce-0ac4-4745-8d8a-127f8c0f00f2"}]}
91029102
Basic:
91039103
parameters:
91049104
path:

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.1
18+
version: 0.2.2
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.1'
50+
implementation 'com.gusto:embedded-api:0.2.2'
5151
```
5252

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

gusto_embedded/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,12 @@ Based on:
4646
- OpenAPI Doc
4747
- Speakeasy CLI 1.525.2 (2.562.3) https://github.com/speakeasy-api/speakeasy
4848
### Generated
49-
- [java v0.2.1] gusto_embedded
49+
- [java v0.2.1] gusto_embedded
50+
51+
## 2025-04-16 00:18:28
52+
### Changes
53+
Based on:
54+
- OpenAPI Doc
55+
- Speakeasy CLI 1.525.2 (2.562.3) https://github.com/speakeasy-api/speakeasy
56+
### Generated
57+
- [java v0.2.2] 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.1"
83+
version = "0.2.2"
8484

8585
from components.java
8686

gusto_embedded/docs/models/components/Notification.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ Representation of a notification
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
10-
| `uuid` | *String* | :heavy_check_mark: | Unique identifier of a notification. |
11-
| `companyUuid` | *Optional\<String>* | :heavy_minus_sign: | Unique identifier of the company to which the notification belongs. |
12-
| `title` | *Optional\<String>* | :heavy_minus_sign: | The title of the notification. This highlights the actionable component of the notification. |
13-
| `message` | *Optional\<String>* | :heavy_minus_sign: | The message of the notification. This provides additional context for the user and recommends a specific action to resolve the notification. |
14-
| `category` | *Optional\<String>* | :heavy_minus_sign: | The notification's category. |
15-
| `actionable` | *Optional\<Boolean>* | :heavy_minus_sign: | Indicates whether a notification requires action or not. If false, the notification provides critical information only. |
16-
| `publishedAt` | *Optional\<String>* | :heavy_minus_sign: | Timestamp of when the notification was published. |
17-
| `dueAt` | *Optional\<String>* | :heavy_minus_sign: | Timestamp of when the notification is due. If the notification has no due date, this field will be null. |
18-
| `resources` | List\<[Resources](../../models/components/Resources.md)> | :heavy_minus_sign: | An array of entities relevant to the notification |
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `uuid` | *String* | :heavy_check_mark: | Unique identifier of a notification. |
11+
| `companyUuid` | *Optional\<String>* | :heavy_minus_sign: | Unique identifier of the company to which the notification belongs. |
12+
| `title` | *Optional\<String>* | :heavy_minus_sign: | The title of the notification. This highlights the actionable component of the notification. |
13+
| `message` | *Optional\<String>* | :heavy_minus_sign: | The message of the notification. This provides additional context for the user and recommends a specific action to resolve the notification. |
14+
| `category` | *Optional\<String>* | :heavy_minus_sign: | The notification's category. |
15+
| `actionable` | *Optional\<Boolean>* | :heavy_minus_sign: | Indicates whether a notification requires action or not. If false, the notification provides critical information only. |
16+
| `canBlockPayroll` | *Optional\<Boolean>* | :heavy_minus_sign: | Indicates whether a notification may block ability to run payroll. If true, we suggest that these notifications are prioritized to your end users. |
17+
| `publishedAt` | *Optional\<String>* | :heavy_minus_sign: | Timestamp of when the notification was published. |
18+
| `dueAt` | *Optional\<String>* | :heavy_minus_sign: | Timestamp of when the notification is due. If the notification has no due date, this field will be null. |
19+
| `resources` | List\<[Resources](../../models/components/Resources.md)> | :heavy_minus_sign: | An array of entities relevant to the notification |

gusto_embedded/docs/sdks/payrolls/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ Notes:
216216
* Hour and dollar amounts are returned as string representations of numeric decimals.
217217
* Hours are represented to the thousands place; dollar amounts are represented to the cent.
218218
* Every eligible compensation is returned for each employee. If no data has yet be inserted for a given field, it defaults to “0.00” (for fixed amounts) or “0.000” (for hours ).
219-
* To return future payrolls, you must include an `end_date` in the future.
220219
* When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
221220
* Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
222221

gusto_embedded/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
groupId=com.gusto
22
artifactId=embedded-api
3-
version=0.2.1
3+
version=0.2.2

0 commit comments

Comments
 (0)