Skip to content

Commit 90ac74a

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.19.9 (#179)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.540.1 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 35e5f29 commit 90ac74a

File tree

64 files changed

+407
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+407
-110
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.speakeasy/temp/
2+
.DS_Store
13
/mcp-server
24
/bin
35
/.eslintcache

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 25 additions & 22 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.535.1
1+
speakeasyVersion: 1.540.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:275dc9779167516604fa0698db25c90fc8bc46b4ddebb561cae102cfd62deb09
6-
sourceBlobDigest: sha256:6269a09e7728bce47c806813829840eed896396eb836f8258013df84791800ce
5+
sourceRevisionDigest: sha256:3b4b3d932e5ad469a27a366653dd5ef5d84e9d8c2ef085120dbc646a26d945a3
6+
sourceBlobDigest: sha256:8e1ab1d74f7ad5c66fd9334d8dc23f4f3ce1142ecd3e4608367e64616fa80c5a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1745226428
9+
- speakeasy-sdk-regen-1745833478
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:275dc9779167516604fa0698db25c90fc8bc46b4ddebb561cae102cfd62deb09
16-
sourceBlobDigest: sha256:6269a09e7728bce47c806813829840eed896396eb836f8258013df84791800ce
15+
sourceRevisionDigest: sha256:3b4b3d932e5ad469a27a366653dd5ef5d84e9d8c2ef085120dbc646a26d945a3
16+
sourceBlobDigest: sha256:8e1ab1d74f7ad5c66fd9334d8dc23f4f3ce1142ecd3e4608367e64616fa80c5a
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:acafc1e2937b2bdc56181a7c2a79689ccfe6589d911b74e05e1c16d2b5043ee7
18+
codeSamplesRevisionDigest: sha256:7887078d7e0398a048d9578b71deffb346e0f621dcaa76f8c13a7d9d33306f03
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,4 +1566,14 @@ Based on:
15661566
### Generated
15671567
- [typescript v4.19.8] .
15681568
### Releases
1569-
- [NPM v4.19.8] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.19.8 - .
1569+
- [NPM v4.19.8] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.19.8 - .
1570+
1571+
## 2025-04-28 12:12:03
1572+
### Changes
1573+
Based on:
1574+
- OpenAPI Doc
1575+
- Speakeasy CLI 1.540.1 (2.593.4) https://github.com/speakeasy-api/speakeasy
1576+
### Generated
1577+
- [typescript v4.19.9] .
1578+
### Releases
1579+
- [NPM v4.19.9] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.19.9 - .

β€ŽcodeSamples.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ actions:
728728
"x-codeSamples":
729729
- "lang": "typescript"
730730
"label": "hris_list_employee_employments"
731-
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.hris.listEmployeeEmployments({\n id: \"<id>\",\n fields: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n filter: {\n updatedAfter: \"2020-01-01T00:00:00.000Z\",\n },\n updatedAfter: \"2020-01-01T00:00:00.000Z\",\n expand: \"groups\",\n xAccountId: \"<id>\",\n });\n\n for await (const page of result) {\n // Handle the page\n console.log(page);\n }\n}\n\nrun();"
731+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.hris.listEmployeeEmployments({\n id: \"<id>\",\n fields: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,fte,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n filter: {\n updatedAfter: \"2020-01-01T00:00:00.000Z\",\n },\n updatedAfter: \"2020-01-01T00:00:00.000Z\",\n expand: \"groups\",\n xAccountId: \"<id>\",\n });\n\n for await (const page of result) {\n // Handle the page\n console.log(page);\n }\n}\n\nrun();"
732732
- target: $["paths"]["/unified/hris/employees/{id}/employments"]["post"]
733733
update:
734734
"x-codeSamples":
@@ -740,7 +740,7 @@ actions:
740740
"x-codeSamples":
741741
- "lang": "typescript"
742742
"label": "hris_get_employee_employment"
743-
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.hris.getEmployeeEmployment({\n id: \"<id>\",\n subResourceId: \"<id>\",\n fields: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n expand: \"groups\",\n xAccountId: \"<id>\",\n });\n\n // Handle the result\n console.log(result);\n}\n\nrun();"
743+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.hris.getEmployeeEmployment({\n id: \"<id>\",\n subResourceId: \"<id>\",\n fields: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,fte,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n expand: \"groups\",\n xAccountId: \"<id>\",\n });\n\n // Handle the result\n console.log(result);\n}\n\nrun();"
744744
- target: $["paths"]["/unified/hris/employees/{id}/employments/{subResourceId}"]["patch"]
745745
update:
746746
"x-codeSamples":
@@ -848,13 +848,13 @@ actions:
848848
"x-codeSamples":
849849
- "lang": "typescript"
850850
"label": "hris_list_employments"
851-
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.hris.listEmployments({\n fields: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n filter: {\n updatedAfter: \"2020-01-01T00:00:00.000Z\",\n },\n updatedAfter: \"2020-01-01T00:00:00.000Z\",\n expand: \"groups\",\n xAccountId: \"<id>\",\n });\n\n for await (const page of result) {\n // Handle the page\n console.log(page);\n }\n}\n\nrun();"
851+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.hris.listEmployments({\n fields: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,fte,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n filter: {\n updatedAfter: \"2020-01-01T00:00:00.000Z\",\n },\n updatedAfter: \"2020-01-01T00:00:00.000Z\",\n expand: \"groups\",\n xAccountId: \"<id>\",\n });\n\n for await (const page of result) {\n // Handle the page\n console.log(page);\n }\n}\n\nrun();"
852852
- target: $["paths"]["/unified/hris/employments/{id}"]["get"]
853853
update:
854854
"x-codeSamples":
855855
- "lang": "typescript"
856856
"label": "hris_get_employment"
857-
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.hris.getEmployment({\n id: \"<id>\",\n fields: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n expand: \"groups\",\n xAccountId: \"<id>\",\n });\n\n // Handle the result\n console.log(result);\n}\n\nrun();"
857+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.hris.getEmployment({\n id: \"<id>\",\n fields: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,fte,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n expand: \"groups\",\n xAccountId: \"<id>\",\n });\n\n // Handle the result\n console.log(result);\n}\n\nrun();"
858858
- target: $["paths"]["/unified/hris/groups"]["get"]
859859
update:
860860
"x-codeSamples":

β€Ždocs/sdk/models/operations/documentsdownloadfilerequest.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ let value: DocumentsDownloadFileRequest = {
2020
| `exportFormat` | *string* | :heavy_minus_sign: | The export format of the file | text/plain |
2121
| `format` | *string* | :heavy_minus_sign: | The format to download the file in | base64 |
2222
| `id` | *string* | :heavy_check_mark: | N/A | |
23-
| `xAccountId` | *string* | :heavy_check_mark: | The account identifier | |
23+
| `xAccountId` | *string* | :heavy_check_mark: | The account identifier | |
24+
| `xStackoneApiSessionToken` | *string* | :heavy_minus_sign: | The session token | |

β€Ždocs/sdk/models/operations/documentsgetfilerequest.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ let value: DocumentsGetFileRequest = {
2121
| `id` | *string* | :heavy_check_mark: | N/A | |
2222
| `proxy` | Record<string, *any*> | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key | |
2323
| `raw` | *boolean* | :heavy_minus_sign: | Indicates that the raw request result should be returned in addition to the mapped result (default value is false) | |
24-
| `xAccountId` | *string* | :heavy_check_mark: | The account identifier | |
24+
| `xAccountId` | *string* | :heavy_check_mark: | The account identifier | |
25+
| `xStackoneApiSessionToken` | *string* | :heavy_minus_sign: | The session token | |

0 commit comments

Comments
Β (0)