Skip to content

Commit 48a25dc

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.32.1 (#231)
* ## Typescript SDK Changes Detected: * `stackone.mcp.mcpPost()`: * `request.jsonRpcMessageDto.params` **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 6456f72 commit 48a25dc

File tree

476 files changed

+1209
-2065
lines changed

Some content is hidden

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

476 files changed

+1209
-2065
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 7fa83af8-9e8e-4410-b7e2-cf1d0eaf688b
33
management:
4-
docChecksum: 4e61b7ebb6f7537f0f63788428d9f306
4+
docChecksum: 9194cae7fa40b577dc27a18e3abf47b4
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.650.0
7-
generationVersion: 2.743.2
8-
releaseVersion: 4.32.0
9-
configChecksum: 6016e041041e188b1c1d72fa10fa1954
6+
speakeasyVersion: 1.658.1
7+
generationVersion: 2.755.6
8+
releaseVersion: 4.32.1
9+
configChecksum: 8f2854643cdebfb3f94d5bccea91dd8b
1010
repoURL: https://github.com/StackOneHQ/stackone-client-typescript.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/StackOneHQ/stackone-client-typescript
@@ -17,7 +17,7 @@ features:
1717
additionalDependencies: 0.1.0
1818
additionalProperties: 0.1.2
1919
constsAndDefaults: 0.1.12
20-
core: 3.26.3
20+
core: 3.26.7
2121
defaultEnabledRetries: 0.1.0
2222
deprecations: 2.81.1
2323
enumUnions: 0.1.0
@@ -14593,4 +14593,4 @@ examples:
1459314593
application/json: {"message": "Bad Gateway", "statusCode": 502, "timestamp": "2023-05-30T00:00:00.000Z"}
1459414594
examplesVersion: 1.0.2
1459514595
generatedTests: {}
14596-
releaseNotes: "## Typescript SDK Changes Detected:\n* `stackone.actions.listActionsMeta()`: \n * `request.include` **Changed**\n* `stackone.mcp.mcpDelete()`: `request` **Changed**\n* `stackone.mcp.mcpGet()`: `request` **Changed**\n* `stackone.mcp.mcpPost()`: `request` **Changed**\n* `stackone.proxy.proxyRequest()`: `response` **Changed**\n"
14596+
releaseNotes: "## Typescript SDK Changes Detected:\n* `stackone.mcp.mcpPost()`: \n * `request.jsonRpcMessageDto.params` **Changed**\n"

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.650.0
1+
speakeasyVersion: 1.658.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:1974e692f70462cc257a0a25a49638c4a2c28cf225b751c2877caf9ba5eea273
6-
sourceBlobDigest: sha256:d50cf5ce138486b86d7c5837c8a209775b17f7c890552dfc83bdaff8fb6ac793
5+
sourceRevisionDigest: sha256:270e873ec558287d4b7fdb6c3321c200c791fde2393b3dee4948e640fd519a3d
6+
sourceBlobDigest: sha256:97dbb38be08ad43c25ade122f1c97abc3919a4e755bf045b6e5a2de035fdd024
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762444789
9+
- speakeasy-sdk-regen-1763370557
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:1974e692f70462cc257a0a25a49638c4a2c28cf225b751c2877caf9ba5eea273
16-
sourceBlobDigest: sha256:d50cf5ce138486b86d7c5837c8a209775b17f7c890552dfc83bdaff8fb6ac793
15+
sourceRevisionDigest: sha256:270e873ec558287d4b7fdb6c3321c200c791fde2393b3dee4948e640fd519a3d
16+
sourceBlobDigest: sha256:97dbb38be08ad43c25ade122f1c97abc3919a4e755bf045b6e5a2de035fdd024
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:d0348e9da01ada1ef9342d70baf3124867a7adb5638d2add9d5010579468466c
18+
codeSamplesRevisionDigest: sha256:097ffa6e2424bcdccf45ffef8e241bd4e51775ae9727470c94c11809294df175
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ run();
332332

333333
### [lms](docs/sdks/lms/README.md)
334334

335-
* [batchUpsertContent](docs/sdks/lms/README.md#batchupsertcontent) - Batch Upsert Content
335+
* [batchUpsertContent](docs/sdks/lms/README.md#batchupsertcontent) - Batch Upsert External Linking Learning Objects
336336
* [createUserAssignment](docs/sdks/lms/README.md#createuserassignment) - Create User Assignment
337337
* [createUserCompletion](docs/sdks/lms/README.md#createusercompletion) - Create User Completion
338338
* [deleteUserCompletion](docs/sdks/lms/README.md#deleteusercompletion) - Delete User Completion
@@ -354,8 +354,8 @@ run();
354354
* [listUserAssignments](docs/sdks/lms/README.md#listuserassignments) - List User Assignments
355355
* [listUserCompletions](docs/sdks/lms/README.md#listusercompletions) - List User Completions
356356
* [listUsers](docs/sdks/lms/README.md#listusers) - List Users
357-
* [updateContent](docs/sdks/lms/README.md#updatecontent) - Update Content
358-
* [upsertContent](docs/sdks/lms/README.md#upsertcontent) - Upsert Content
357+
* [updateContent](docs/sdks/lms/README.md#updatecontent) - Update External Linking Learning Objects
358+
* [upsertContent](docs/sdks/lms/README.md#upsertcontent) - Upsert External Linking Learning Objects
359359

360360
### [marketing](docs/sdks/marketing/README.md)
361361

@@ -986,7 +986,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
986986
- [`iamListRoles`](docs/sdks/iam/README.md#listroles) - List Roles
987987
- [`iamListUsers`](docs/sdks/iam/README.md#listusers) - List Users
988988
- [`iamUpdateUser`](docs/sdks/iam/README.md#updateuser) - Update User
989-
- [`lmsBatchUpsertContent`](docs/sdks/lms/README.md#batchupsertcontent) - Batch Upsert Content
989+
- [`lmsBatchUpsertContent`](docs/sdks/lms/README.md#batchupsertcontent) - Batch Upsert External Linking Learning Objects
990990
- [`lmsCreateUserAssignment`](docs/sdks/lms/README.md#createuserassignment) - Create User Assignment
991991
- [`lmsCreateUserCompletion`](docs/sdks/lms/README.md#createusercompletion) - Create User Completion
992992
- [`lmsDeleteUserCompletion`](docs/sdks/lms/README.md#deleteusercompletion) - Delete User Completion
@@ -1008,8 +1008,8 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
10081008
- [`lmsListUserAssignments`](docs/sdks/lms/README.md#listuserassignments) - List User Assignments
10091009
- [`lmsListUserCompletions`](docs/sdks/lms/README.md#listusercompletions) - List User Completions
10101010
- [`lmsListUsers`](docs/sdks/lms/README.md#listusers) - List Users
1011-
- [`lmsUpdateContent`](docs/sdks/lms/README.md#updatecontent) - Update Content
1012-
- [`lmsUpsertContent`](docs/sdks/lms/README.md#upsertcontent) - Upsert Content
1011+
- [`lmsUpdateContent`](docs/sdks/lms/README.md#updatecontent) - Update External Linking Learning Objects
1012+
- [`lmsUpsertContent`](docs/sdks/lms/README.md#upsertcontent) - Upsert External Linking Learning Objects
10131013
- [`marketingCreateContentBlock`](docs/sdks/marketing/README.md#createcontentblock) - Create Content Block
10141014
- [`marketingCreateEmailTemplate`](docs/sdks/marketing/README.md#createemailtemplate) - Create Email Templates
10151015
- [`marketingCreateInAppTemplate`](docs/sdks/marketing/README.md#createinapptemplate) - Create In-App Template

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,4 +2006,14 @@ Based on:
20062006
### Generated
20072007
- [typescript v4.32.0] .
20082008
### Releases
2009-
- [NPM v4.32.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.32.0 - .
2009+
- [NPM v4.32.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.32.0 - .
2010+
2011+
## 2025-11-17 09:08:54
2012+
### Changes
2013+
Based on:
2014+
- OpenAPI Doc
2015+
- Speakeasy CLI 1.658.1 (2.755.6) https://github.com/speakeasy-api/speakeasy
2016+
### Generated
2017+
- [typescript v4.32.1] .
2018+
### Releases
2019+
- [NPM v4.32.1] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.32.1 - .

docs/sdk/models/shared/createemploymentapimodel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ let value: CreateEmploymentApiModel = {
6565
| `jobId` | *string* | :heavy_minus_sign: | The employee job id | 5290 |
6666
| `jobTitle` | *string* | :heavy_minus_sign: | The job title of the employee | Software Engineer |
6767
| `payCurrency` | *string* | :heavy_minus_sign: | The currency used for pay | USD |
68-
| `payFrequency` | [shared.PayFrequency](../../../sdk/models/shared/payfrequency.md) | :heavy_minus_sign: | The pay frequency | hourly |
69-
| `payPeriod` | [shared.PayPeriod](../../../sdk/models/shared/payperiod.md) | :heavy_minus_sign: | The pay period | monthly |
70-
| `payRate` | *string* | :heavy_minus_sign: | The pay rate for the employee | 40.00 |
68+
| `payFrequency` | [shared.PayFrequency](../../../sdk/models/shared/payfrequency.md) | :heavy_minus_sign: | How often the employee is paid | hourly |
69+
| `payPeriod` | [shared.PayPeriod](../../../sdk/models/shared/payperiod.md) | :heavy_minus_sign: | The time period over which the pay rate is calculated | monthly |
70+
| `payRate` | *string* | :heavy_minus_sign: | The amount of compensation for the employee | 40.00 |
7171
| `payrollCode` | *string* | :heavy_minus_sign: | The payroll code of the employee | PC1 |
7272
| `type` | [shared.CreateEmploymentApiModelType](../../../sdk/models/shared/createemploymentapimodeltype.md) | :heavy_minus_sign: | The type of employment | |
7373
| `unifiedCustomFields` | Record<string, *any*> | :heavy_minus_sign: | Custom Unified Fields configured in your StackOne project | {<br/>"my_project_custom_field_1": "REF-1236",<br/>"my_project_custom_field_2": "some other value"<br/>} |

0 commit comments

Comments
 (0)