Skip to content

Commit 06e90f1

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.25.2 (#214)
* ## SDK Changes Detected: * `stackone.ats.uploadApplicationDocument()`: `request` **Changed** **Breaking** ⚠️ * `stackone.hris.getJob()`: `response.data` **Changed** **Breaking** ⚠️ * `stackone.hris.listJobs()`: `response.data.[]` **Changed** **Breaking** ⚠️ * `stackone.accounting.createCompanyJournal()`: **Added** * `stackone.ats.getJobApplicationStage()`: **Added** * `stackone.ats.listJobApplicationStages()`: **Added** * `stackone.hris.updateEmployeeTask()`: **Added** * `stackone.ats.getJob()`: `response.data.jobStatus.sourceValue.[4]` **Changed** * `stackone.ats.listJobs()`: `response.data.[].jobStatus.sourceValue.[4]` **Changed** * 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 72e38d7 commit 06e90f1

File tree

120 files changed

+9206
-709
lines changed

Some content is hidden

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

120 files changed

+9206
-709
lines changed

.speakeasy/gen.lock

Lines changed: 232 additions & 23 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.606.0
1+
speakeasyVersion: 1.606.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:5b63316225cd30823a3b52e4442470baa7cfcf44c27bfa3ae49d6ccd761f7cf8
6-
sourceBlobDigest: sha256:a3e1e8f5d2a2484d1ad1157a215017b758c95d97ae793814d926e0fb9cf075ca
5+
sourceRevisionDigest: sha256:dbcf1cdf389d7a31491d74b53943e29a5ccb927e59632424ac17970e9bf86bb4
6+
sourceBlobDigest: sha256:6d3e543a4ff88a42a53063e42e4f0519da3caa560164d78c104600b6be349465
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755695685
9+
- speakeasy-sdk-regen-1755781535
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:5b63316225cd30823a3b52e4442470baa7cfcf44c27bfa3ae49d6ccd761f7cf8
16-
sourceBlobDigest: sha256:a3e1e8f5d2a2484d1ad1157a215017b758c95d97ae793814d926e0fb9cf075ca
15+
sourceRevisionDigest: sha256:dbcf1cdf389d7a31491d74b53943e29a5ccb927e59632424ac17970e9bf86bb4
16+
sourceBlobDigest: sha256:6d3e543a4ff88a42a53063e42e4f0519da3caa560164d78c104600b6be349465
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:45ae66abe20b657ec210847340d77aa60329357e71494f7e3b037a8e77a123de
18+
codeSamplesRevisionDigest: sha256:1af58020a5474a7c29f0e00198f9aa471da50a3863b52836c0d9db54d3bdce0b
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Start Summary [summary] -->
88
## Summary
99

10-
The documentation for the [StackOne](https://docs.stackone.com/hris/introduction) Unified APIs
10+
Accounting: The documentation for the StackOne Unified API - ACCOUNTING
1111
<!-- End Summary [summary] -->
1212

1313
<!-- Start Table of Contents [toc] -->
@@ -108,6 +108,7 @@ run();
108108
### [accounting](docs/sdks/accounting/README.md)
109109

110110
* [batchCreateCompanyJournals](docs/sdks/accounting/README.md#batchcreatecompanyjournals) - Batch Create Journals
111+
* [createCompanyJournal](docs/sdks/accounting/README.md#createcompanyjournal) - Create Journal
111112
* [getCompany](docs/sdks/accounting/README.md#getcompany) - Get Company
112113
* [getCompanyAccount](docs/sdks/accounting/README.md#getcompanyaccount) - Get Account
113114
* [getCompanyJournal](docs/sdks/accounting/README.md#getcompanyjournal) - Get Journal
@@ -155,6 +156,7 @@ run();
155156
* [getInterview](docs/sdks/ats/README.md#getinterview) - Get Interview
156157
* [getInterviewStage](docs/sdks/ats/README.md#getinterviewstage) - Get Interview Stage
157158
* [getJob](docs/sdks/ats/README.md#getjob) - Get Job
159+
* [getJobApplicationStage](docs/sdks/ats/README.md#getjobapplicationstage) - Get Job Application Stage
158160
* [getJobCustomFieldDefinition](docs/sdks/ats/README.md#getjobcustomfielddefinition) - Get Job Custom Field Definition
159161
* [getJobPosting](docs/sdks/ats/README.md#getjobposting) - Get Job Posting
160162
* [getList](docs/sdks/ats/README.md#getlist) - Get List
@@ -179,6 +181,7 @@ run();
179181
* [listDepartments](docs/sdks/ats/README.md#listdepartments) - List Departments
180182
* [listInterviewStages](docs/sdks/ats/README.md#listinterviewstages) - List Interview Stages
181183
* [listInterviews](docs/sdks/ats/README.md#listinterviews) - List Interviews
184+
* [listJobApplicationStages](docs/sdks/ats/README.md#listjobapplicationstages) - List Job Application Stages
182185
* [listJobCustomFieldDefinitions](docs/sdks/ats/README.md#listjobcustomfielddefinitions) - List Job Custom Field Definitions
183186
* [listJobPostings](docs/sdks/ats/README.md#listjobpostings) - List Job Postings
184187
* [listJobs](docs/sdks/ats/README.md#listjobs) - List Jobs
@@ -304,6 +307,7 @@ run();
304307
* [~~listTimeOffTypes~~](docs/sdks/hris/README.md#listtimeofftypes) - List time off types :warning: **Deprecated**
305308
* [updateEmployee](docs/sdks/hris/README.md#updateemployee) - Update Employee
306309
* [updateEmployeeEmployment](docs/sdks/hris/README.md#updateemployeeemployment) - Update Employee Employment
310+
* [updateEmployeeTask](docs/sdks/hris/README.md#updateemployeetask) - Update Employee Task
307311
* [updateEmployeeTimeOffRequest](docs/sdks/hris/README.md#updateemployeetimeoffrequest) - Update Employee Time Off Request
308312
* [updateEmployeeWorkEligibilityRequest](docs/sdks/hris/README.md#updateemployeeworkeligibilityrequest) - Update Employee Work Eligibility Request
309313
* [uploadEmployeeDocument](docs/sdks/hris/README.md#uploademployeedocument) - Upload Employee Document
@@ -755,6 +759,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
755759
<summary>Available standalone functions</summary>
756760

757761
- [`accountingBatchCreateCompanyJournals`](docs/sdks/accounting/README.md#batchcreatecompanyjournals) - Batch Create Journals
762+
- [`accountingCreateCompanyJournal`](docs/sdks/accounting/README.md#createcompanyjournal) - Create Journal
758763
- [`accountingGetCompany`](docs/sdks/accounting/README.md#getcompany) - Get Company
759764
- [`accountingGetCompanyAccount`](docs/sdks/accounting/README.md#getcompanyaccount) - Get Account
760765
- [`accountingGetCompanyJournal`](docs/sdks/accounting/README.md#getcompanyjournal) - Get Journal
@@ -796,6 +801,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
796801
- [`atsGetInterview`](docs/sdks/ats/README.md#getinterview) - Get Interview
797802
- [`atsGetInterviewStage`](docs/sdks/ats/README.md#getinterviewstage) - Get Interview Stage
798803
- [`atsGetJob`](docs/sdks/ats/README.md#getjob) - Get Job
804+
- [`atsGetJobApplicationStage`](docs/sdks/ats/README.md#getjobapplicationstage) - Get Job Application Stage
799805
- [`atsGetJobCustomFieldDefinition`](docs/sdks/ats/README.md#getjobcustomfielddefinition) - Get Job Custom Field Definition
800806
- [`atsGetJobPosting`](docs/sdks/ats/README.md#getjobposting) - Get Job Posting
801807
- [`atsGetList`](docs/sdks/ats/README.md#getlist) - Get List
@@ -820,6 +826,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
820826
- [`atsListDepartments`](docs/sdks/ats/README.md#listdepartments) - List Departments
821827
- [`atsListInterviews`](docs/sdks/ats/README.md#listinterviews) - List Interviews
822828
- [`atsListInterviewStages`](docs/sdks/ats/README.md#listinterviewstages) - List Interview Stages
829+
- [`atsListJobApplicationStages`](docs/sdks/ats/README.md#listjobapplicationstages) - List Job Application Stages
823830
- [`atsListJobCustomFieldDefinitions`](docs/sdks/ats/README.md#listjobcustomfielddefinitions) - List Job Custom Field Definitions
824831
- [`atsListJobPostings`](docs/sdks/ats/README.md#listjobpostings) - List Job Postings
825832
- [`atsListJobs`](docs/sdks/ats/README.md#listjobs) - List Jobs
@@ -928,6 +935,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
928935
- [`hrisListTimeOffRequests`](docs/sdks/hris/README.md#listtimeoffrequests) - List time off requests
929936
- [`hrisUpdateEmployee`](docs/sdks/hris/README.md#updateemployee) - Update Employee
930937
- [`hrisUpdateEmployeeEmployment`](docs/sdks/hris/README.md#updateemployeeemployment) - Update Employee Employment
938+
- [`hrisUpdateEmployeeTask`](docs/sdks/hris/README.md#updateemployeetask) - Update Employee Task
931939
- [`hrisUpdateEmployeeTimeOffRequest`](docs/sdks/hris/README.md#updateemployeetimeoffrequest) - Update Employee Time Off Request
932940
- [`hrisUpdateEmployeeWorkEligibilityRequest`](docs/sdks/hris/README.md#updateemployeeworkeligibilityrequest) - Update Employee Work Eligibility Request
933941
- [`hrisUploadEmployeeDocument`](docs/sdks/hris/README.md#uploademployeedocument) - Upload Employee Document

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,4 +1846,14 @@ Based on:
18461846
### Generated
18471847
- [typescript v4.25.1] .
18481848
### Releases
1849-
- [NPM v4.25.1] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.25.1 - .
1849+
- [NPM v4.25.1] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.25.1 - .
1850+
1851+
## 2025-08-22 11:31:46
1852+
### Changes
1853+
Based on:
1854+
- OpenAPI Doc
1855+
- Speakeasy CLI 1.606.2 (2.687.1) https://github.com/speakeasy-api/speakeasy
1856+
### Generated
1857+
- [typescript v4.25.2] .
1858+
### Releases
1859+
- [NPM v4.25.2] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.25.2 - .

codeSamples.yaml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ actions:
111111
- "lang": "typescript"
112112
"label": "accounting_list_company_journals"
113113
"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.accounting.listCompanyJournals({\n id: \"<id>\",\n fields: \"id,remote_id,company_id,remote_company_id,reference,memo,transaction_date,status,lines,created_at,updated_at,posted_at\",\n filter: null,\n xAccountId: \"<id>\",\n });\n\n for await (const page of result) {\n console.log(page);\n }\n}\n\nrun();"
114+
- target: $["paths"]["/unified/accounting/companies/{id}/journals"]["post"]
115+
update:
116+
"x-codeSamples":
117+
- "lang": "typescript"
118+
"label": "accounting_create_company_journal"
119+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\nimport { AccountingJournalCreateRequestDtoValue } from \"@stackone/stackone-client-ts/sdk/models/shared\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.accounting.createCompanyJournal({\n id: \"<id>\",\n xAccountId: \"<id>\",\n accountingJournalCreateRequestDto: {\n reference: \"JRN-2024-001\",\n memo: \"Monthly closing entries\",\n currencyCode: {\n value: AccountingJournalCreateRequestDtoValue.Usd,\n sourceValue: \"USD\",\n },\n exchangeRate: 1,\n transactionDate: new Date(\"2024-03-20T10:00:00Z\"),\n lines: [\n {\n accountId: \"acc_123456789\",\n description: \"Payment for office supplies\",\n amount: 10010,\n taxRateId: \"tax_123456789\",\n taxAmount: 10010,\n },\n ],\n },\n });\n\n console.log(result);\n}\n\nrun();"
114120
- target: $["paths"]["/unified/accounting/companies/{id}/journals/batch"]["post"]
115121
update:
116122
"x-codeSamples":
@@ -176,7 +182,7 @@ actions:
176182
"x-codeSamples":
177183
- "lang": "typescript"
178184
"label": "ats_upload_application_document"
179-
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\nimport { UnifiedUploadRequestDtoSchemasValue } from \"@stackone/stackone-client-ts/sdk/models/shared\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.ats.uploadApplicationDocument({\n id: \"<id>\",\n xAccountId: \"<id>\",\n unifiedUploadRequestDto: {\n name: \"weather-forecast\",\n fileFormat: null,\n content: \"VGhpcyBpc24ndCByZWFsbHkgYSBzYW1wbGUgZmlsZSwgYnV0IG5vIG9uZSB3aWxsIGV2ZXIga25vdyE\",\n categoryId: \"6530\",\n path: \"/path/to/file\",\n category: {\n value: \"reports, resumes\",\n sourceValue: \"550e8400-e29b-41d4-a716-446655440000, CUSTOM_CATEGORY_NAME\",\n },\n confidential: {\n value: UnifiedUploadRequestDtoSchemasValue.True,\n sourceValue: \"public\",\n },\n },\n });\n\n console.log(result);\n}\n\nrun();"
185+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\nimport { AtsDocumentsUploadRequestDtoSchemasValue } from \"@stackone/stackone-client-ts/sdk/models/shared\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.ats.uploadApplicationDocument({\n id: \"<id>\",\n xAccountId: \"<id>\",\n atsDocumentsUploadRequestDto: {\n name: \"weather-forecast\",\n fileFormat: null,\n content: \"VGhpcyBpc24ndCByZWFsbHkgYSBzYW1wbGUgZmlsZSwgYnV0IG5vIG9uZSB3aWxsIGV2ZXIga25vdyE\",\n categoryId: \"6530\",\n path: \"/path/to/file\",\n confidential: {\n value: AtsDocumentsUploadRequestDtoSchemasValue.True,\n sourceValue: \"public\",\n },\n category: {},\n },\n });\n\n console.log(result);\n}\n\nrun();"
180186
- target: $["paths"]["/unified/ats/applications/{id}/documents/{subResourceId}"]["get"]
181187
update:
182188
"x-codeSamples":
@@ -501,6 +507,18 @@ actions:
501507
- "lang": "typescript"
502508
"label": "ats_update_job"
503509
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\nimport { AtsUpdateJobRequestDtoValue } from \"@stackone/stackone-client-ts/sdk/models/shared\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.ats.updateJob({\n id: \"<id>\",\n xAccountId: \"<id>\",\n atsUpdateJobRequestDto: {\n unifiedCustomFields: {\n \"my_project_custom_field_1\": \"REF-1236\",\n \"my_project_custom_field_2\": \"some other value\",\n },\n code: \"184919\",\n title: \"Software Engineer\",\n description: \"Responsible for identifying business requirements\",\n jobStatus: {\n value: AtsUpdateJobRequestDtoValue.Published,\n sourceValue: \"Published\",\n },\n departmentIds: [\n \"308570\",\n \"308571\",\n \"308572\",\n ],\n locationIds: [\n \"668570\",\n \"678571\",\n \"688572\",\n ],\n hiringTeam: [\n {\n userId: \"123456\",\n remoteUserId: \"e3cb75bf-aa84-466e-a6c1-b8322b257a48\",\n firstName: \"John\",\n lastName: \"Doe\",\n email: \"[email protected]\",\n role: \"Software Engineer\",\n },\n ],\n interviewStages: null,\n customFields: null,\n passthrough: {\n \"other_known_names\": \"John Doe\",\n },\n },\n });\n\n console.log(result);\n}\n\nrun();"
510+
- target: $["paths"]["/unified/ats/jobs/{id}/application_stages"]["get"]
511+
update:
512+
"x-codeSamples":
513+
- "lang": "typescript"
514+
"label": "ats_list_job_application_stages"
515+
"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.ats.listJobApplicationStages({\n id: \"<id>\",\n fields: \"id,remote_id,name,order,created_at,updated_at\",\n filter: {\n updatedAfter: new Date(\"2020-01-01T00:00:00.000Z\"),\n },\n xAccountId: \"<id>\",\n });\n\n for await (const page of result) {\n console.log(page);\n }\n}\n\nrun();"
516+
- target: $["paths"]["/unified/ats/jobs/{id}/application_stages/{subResourceId}"]["get"]
517+
update:
518+
"x-codeSamples":
519+
- "lang": "typescript"
520+
"label": "ats_get_job_application_stage"
521+
"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.ats.getJobApplicationStage({\n id: \"<id>\",\n subResourceId: \"<id>\",\n fields: \"id,remote_id,name,order,created_at,updated_at\",\n xAccountId: \"<id>\",\n });\n\n console.log(result);\n}\n\nrun();"
504522
- target: $["paths"]["/unified/ats/lists"]["get"]
505523
update:
506524
"x-codeSamples":
@@ -837,6 +855,12 @@ actions:
837855
- "lang": "typescript"
838856
"label": "hris_get_employee_task"
839857
"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.getEmployeeTask({\n id: \"<id>\",\n subResourceId: \"<id>\",\n fields: \"id,remote_id,employee_id,remote_employee_id,name,description,type,status,due_date,completion_date,assigned_by_employee_id,remote_assigned_by_employee_id,assigned_by_employee_name,link_to_task,extracted_links,next_task_id,remote_next_task_id,parent_process_name,comments,attachments,created_at,updated_at\",\n expand: \"attachments\",\n xAccountId: \"<id>\",\n });\n\n console.log(result);\n}\n\nrun();"
858+
- target: $["paths"]["/unified/hris/employees/{id}/tasks/{subResourceId}"]["patch"]
859+
update:
860+
"x-codeSamples":
861+
- "lang": "typescript"
862+
"label": "hris_update_employee_task"
863+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\nimport { UpdateTaskRequestDtoValue } from \"@stackone/stackone-client-ts/sdk/models/shared\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.hris.updateEmployeeTask({\n id: \"<id>\",\n subResourceId: \"<id>\",\n xAccountId: \"<id>\",\n updateTaskRequestDto: {\n comment: \"All required documents have been submitted\",\n status: {\n value: UpdateTaskRequestDtoValue.Open,\n },\n },\n });\n\n console.log(result);\n}\n\nrun();"
840864
- target: $["paths"]["/unified/hris/employees/{id}/time_off"]["get"]
841865
update:
842866
"x-codeSamples":
@@ -998,13 +1022,13 @@ actions:
9981022
"x-codeSamples":
9991023
- "lang": "typescript"
10001024
"label": "hris_list_jobs"
1001-
"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.listJobs({\n fields: \"id,remote_id,name,type,parent_ids,remote_parent_ids,owner_ids,remote_owner_ids,company_id,remote_company_id\",\n filter: {\n updatedAfter: new Date(\"2020-01-01T00:00:00.000Z\"),\n },\n xAccountId: \"<id>\",\n });\n\n for await (const page of result) {\n console.log(page);\n }\n}\n\nrun();"
1025+
"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.listJobs({\n fields: \"id,remote_id,code,title,description,status,created_at,updated_at\",\n filter: {\n updatedAfter: new Date(\"2020-01-01T00:00:00.000Z\"),\n },\n xAccountId: \"<id>\",\n });\n\n for await (const page of result) {\n console.log(page);\n }\n}\n\nrun();"
10021026
- target: $["paths"]["/unified/hris/jobs/{id}"]["get"]
10031027
update:
10041028
"x-codeSamples":
10051029
- "lang": "typescript"
10061030
"label": "hris_get_job"
1007-
"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.getJob({\n id: \"<id>\",\n fields: \"id,remote_id,name,type,parent_ids,remote_parent_ids,owner_ids,remote_owner_ids,company_id,remote_company_id\",\n xAccountId: \"<id>\",\n });\n\n console.log(result);\n}\n\nrun();"
1031+
"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.getJob({\n id: \"<id>\",\n fields: \"id,remote_id,code,title,description,status,created_at,updated_at\",\n xAccountId: \"<id>\",\n });\n\n console.log(result);\n}\n\nrun();"
10081032
- target: $["paths"]["/unified/hris/locations"]["get"]
10091033
update:
10101034
"x-codeSamples":

0 commit comments

Comments
 (0)