Skip to content

Commit 6456f72

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.32.0 (#230)
* ## Typescript SDK Changes Detected: * `stackone.actions.listActionsMeta()`: * `request.include` **Changed** * `stackone.mcp.mcpDelete()`: `request` **Changed** * `stackone.mcp.mcpGet()`: `request` **Changed** * `stackone.mcp.mcpPost()`: `request` **Changed** * `stackone.proxy.proxyRequest()`: `response` **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 0d5d32b commit 6456f72

File tree

736 files changed

+932
-104105
lines changed

Some content is hidden

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

736 files changed

+932
-104105
lines changed

.speakeasy/gen.lock

Lines changed: 14 additions & 8 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: 43b75c4ea50f77d47aed029ccc0c9c5e
4+
docChecksum: 4e61b7ebb6f7537f0f63788428d9f306
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.644.0
7-
generationVersion: 2.733.1
8-
releaseVersion: 4.31.0
9-
configChecksum: 7746b67f990c1c5004cf88cd9660d737
6+
speakeasyVersion: 1.650.0
7+
generationVersion: 2.743.2
8+
releaseVersion: 4.32.0
9+
configChecksum: 6016e041041e188b1c1d72fa10fa1954
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.24.2
20+
core: 3.26.3
2121
defaultEnabledRetries: 0.1.0
2222
deprecations: 2.81.1
2323
enumUnions: 0.1.0
@@ -2113,6 +2113,8 @@ generatedFiles:
21132113
- docs/sdk/models/shared/providererrorapimodelheaders.md
21142114
- docs/sdk/models/shared/providererrorapimodelraw.md
21152115
- docs/sdk/models/shared/proxyrequestbody.md
2116+
- docs/sdk/models/shared/proxyresponseapimodel.md
2117+
- docs/sdk/models/shared/proxyresponseapimodeldata.md
21162118
- docs/sdk/models/shared/pushmessagecontentsschemas.md
21172119
- docs/sdk/models/shared/pushmessages.md
21182120
- docs/sdk/models/shared/pushmessages4.md
@@ -3420,6 +3422,7 @@ generatedFiles:
34203422
- src/sdk/models/shared/providererror.ts
34213423
- src/sdk/models/shared/providererrorapimodel.ts
34223424
- src/sdk/models/shared/proxyrequestbody.ts
3425+
- src/sdk/models/shared/proxyresponseapimodel.ts
34233426
- src/sdk/models/shared/pushmessages.ts
34243427
- src/sdk/models/shared/pushtemplate.ts
34253428
- src/sdk/models/shared/pushtemplateresult.ts
@@ -3543,6 +3546,7 @@ generatedFiles:
35433546
- src/sdk/types/operations.ts
35443547
- src/sdk/types/rfcdate.ts
35453548
- src/sdk/types/streams.ts
3549+
- temp/example.ts
35463550
- tsconfig.json
35473551
examples:
35483552
stackone_delete_account:
@@ -11894,6 +11898,8 @@ examples:
1189411898
application/json: {"message": "Not Implemented", "statusCode": 501, "timestamp": "2023-05-30T00:00:00.000Z"}
1189511899
"502":
1189611900
application/json: {"message": "Bad Gateway", "statusCode": 502, "timestamp": "2023-05-30T00:00:00.000Z"}
11901+
"200":
11902+
application/json: {"data": {"id": "123", "name": "John Doe", "email": "[email protected]"}, "headers": {"content-type": "application/json", "x-request-id": "123e4567-e89b-12d3-a456-426614174000"}, "provider_errors": [{"headers": {}, "raw": {}, "status": 400, "url": "https://api.someprovider.com/v1/endpoint"}], "status": 200}
1189711903
ticketing_create_ticket:
1189811904
speakeasy-default-ticketing-create-ticket:
1189911905
parameters:
@@ -14242,7 +14248,7 @@ examples:
1424214248
query:
1424314249
group_by: "[\"connector\"]"
1424414250
filter: {"account_ids": "account1,account2", "action_key": "action1", "connectors": "connector1,connector2"}
14245-
include: ["operation_details"]
14251+
include: ["action_details"]
1424614252
responses:
1424714253
"200":
1424814254
application/json: {}
@@ -14587,4 +14593,4 @@ examples:
1458714593
application/json: {"message": "Bad Gateway", "statusCode": 502, "timestamp": "2023-05-30T00:00:00.000Z"}
1458814594
examplesVersion: 1.0.2
1458914595
generatedTests: {}
14590-
releaseNotes: "## Typescript SDK Changes Detected:\n* `stackone.actions.rpcAction()`: \n * `request.query` **Changed** **Breaking** :warning:\n * `response.data` **Changed**\n* `stackone.hris.getEmployee()`: `response.data.bankDetails.[].isPrimary` **Changed** **Breaking** :warning:\n* `stackone.hris.listEmployees()`: `response.data.[].bankDetails.[].isPrimary` **Changed** **Breaking** :warning:\n"
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"

.speakeasy/workflow.lock

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ async function run() {
481481
},
482482
groupBy: "[\"connector\"]",
483483
include: [
484-
Include.OperationDetails,
484+
Include.ActionDetails,
485485
],
486486
});
487487

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,4 +1996,14 @@ Based on:
19961996
### Generated
19971997
- [typescript v4.31.0] .
19981998
### Releases
1999-
- [NPM v4.31.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.31.0 - .
1999+
- [NPM v4.31.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.31.0 - .
2000+
2001+
## 2025-11-06 15:59:24
2002+
### Changes
2003+
Based on:
2004+
- OpenAPI Doc
2005+
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
2006+
### Generated
2007+
- [typescript v4.32.0] .
2008+
### Releases
2009+
- [NPM v4.32.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.32.0 - .

codeSamples.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ actions:
3838
"x-codeSamples":
3939
- "lang": "typescript"
4040
"label": "stackone_list_actions_meta"
41-
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\nimport { StackoneListActionsMetaQueryParamInclude } from \"@stackone/stackone-client-ts/sdk/models/operations\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.actions.listActionsMeta({\n groupBy: \"[\\\"connector\\\"]\",\n filter: {\n connectors: \"connector1,connector2\",\n accountIds: \"account1,account2\",\n actionKey: \"action1\",\n },\n include: [\n StackoneListActionsMetaQueryParamInclude.OperationDetails,\n ],\n });\n\n for await (const page of result) {\n console.log(page);\n }\n}\n\nrun();"
41+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\nimport { StackoneListActionsMetaQueryParamInclude } from \"@stackone/stackone-client-ts/sdk/models/operations\";\n\nconst stackOne = new StackOne({\n security: {\n username: \"\",\n password: \"\",\n },\n});\n\nasync function run() {\n const result = await stackOne.actions.listActionsMeta({\n groupBy: \"[\\\"connector\\\"]\",\n filter: {\n connectors: \"connector1,connector2\",\n accountIds: \"account1,account2\",\n actionKey: \"action1\",\n },\n include: [\n StackoneListActionsMetaQueryParamInclude.ActionDetails,\n ],\n });\n\n for await (const page of result) {\n console.log(page);\n }\n}\n\nrun();"
4242
- target: $["paths"]["/actions/rpc"]["post"]
4343
update:
4444
"x-codeSamples":
@@ -74,19 +74,19 @@ actions:
7474
"x-codeSamples":
7575
- "lang": "typescript"
7676
"label": "stackone_mcp_delete"
77-
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne();\n\nasync function run() {\n const result = await stackOne.mcp.mcpDelete({\n basic: {\n username: \"\",\n password: \"\",\n },\n }, {\n xAccountId: \"<id>\",\n mcpSessionId: \"<id>\",\n });\n\n console.log(result);\n}\n\nrun();"
77+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne();\n\nasync function run() {\n const result = await stackOne.mcp.mcpDelete({\n basic: {\n username: \"\",\n password: \"\",\n },\n }, {\n mcpSessionId: \"<id>\",\n });\n\n console.log(result);\n}\n\nrun();"
7878
- target: $["paths"]["/mcp"]["get"]
7979
update:
8080
"x-codeSamples":
8181
- "lang": "typescript"
8282
"label": "stackone_mcp_get"
83-
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne();\n\nasync function run() {\n const result = await stackOne.mcp.mcpGet({\n basic: {\n username: \"\",\n password: \"\",\n },\n }, {\n xAccountId: \"<id>\",\n mcpSessionId: \"<id>\",\n });\n\n console.log(result);\n}\n\nrun();"
83+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne();\n\nasync function run() {\n const result = await stackOne.mcp.mcpGet({\n basic: {\n username: \"\",\n password: \"\",\n },\n }, {\n mcpSessionId: \"<id>\",\n });\n\n console.log(result);\n}\n\nrun();"
8484
- target: $["paths"]["/mcp"]["post"]
8585
update:
8686
"x-codeSamples":
8787
- "lang": "typescript"
8888
"label": "stackone_mcp_post"
89-
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne();\n\nasync function run() {\n const result = await stackOne.mcp.mcpPost({\n basic: {\n username: \"\",\n password: \"\",\n },\n }, {\n xAccountId: \"<id>\",\n jsonRpcMessageDto: {\n jsonrpc: \"2.0\",\n method: \"initialize\",\n params: {},\n id: {},\n },\n });\n\n console.log(result);\n}\n\nrun();"
89+
"source": "import { StackOne } from \"@stackone/stackone-client-ts\";\n\nconst stackOne = new StackOne();\n\nasync function run() {\n const result = await stackOne.mcp.mcpPost({\n basic: {\n username: \"\",\n password: \"\",\n },\n }, {\n jsonRpcMessageDto: {\n jsonrpc: \"2.0\",\n method: \"initialize\",\n params: {},\n id: {},\n },\n });\n\n console.log(result);\n}\n\nrun();"
9090
- target: $["paths"]["/requests/logs"]["get"]
9191
update:
9292
"x-codeSamples":

docs/sdk/models/operations/include.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
```typescript
66
import { Include } from "@stackone/stackone-client-ts/sdk/models/operations";
77

8-
let value: Include = Include.OperationDetails;
8+
let value: Include = Include.ActionDetails;
99
```
1010

1111
## Values
1212

13-
| Name | Value |
14-
| ------------------ | ------------------ |
15-
| `OperationDetails` | operation_details |
13+
| Name | Value |
14+
| --------------- | --------------- |
15+
| `ActionDetails` | action_details |

docs/sdk/models/operations/stackonelistactionsmetarequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let value: StackoneListActionsMetaRequest = {
1313
},
1414
groupBy: "[\"connector\"]",
1515
include: [
16-
Include.OperationDetails,
16+
Include.ActionDetails,
1717
],
1818
};
1919
```
@@ -24,7 +24,7 @@ let value: StackoneListActionsMetaRequest = {
2424
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2525
| `filter` | [operations.Filter](../../../sdk/models/operations/filter.md) | :heavy_minus_sign: | Actions Metadata filters | |
2626
| `groupBy` | *string* | :heavy_minus_sign: | The relation to group the results by | [<br/>"connector"<br/>] |
27-
| `include` | [operations.Include](../../../sdk/models/operations/include.md)[] | :heavy_minus_sign: | Additional data to include in the response | [<br/>"operation_details"<br/>] |
27+
| `include` | [operations.Include](../../../sdk/models/operations/include.md)[] | :heavy_minus_sign: | Additional data to include in the response | [<br/>"action_details"<br/>] |
2828
| `next` | *string* | :heavy_minus_sign: | The unified cursor | |
2929
| ~~`page`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The page number of the results to fetch | |
3030
| `pageSize` | *string* | :heavy_minus_sign: | The number of results per page (default value is 25) | |

0 commit comments

Comments
 (0)