Skip to content

Commit 7a15609

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.23.1 (#197)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.584.0 * 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 e761590 commit 7a15609

33 files changed

+332
-86
lines changed

.speakeasy/gen.lock

Lines changed: 17 additions & 13 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.583.0
1+
speakeasyVersion: 1.584.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:16fea80c9e19ecbb8c2a71fa3c2fcfeb38952cc73a64f4d2a09555673824f9e6
6-
sourceBlobDigest: sha256:27d4b4955e5b5bf715a4c3f24bd7128f6531e0796aedf799ccb2377774eed5de
5+
sourceRevisionDigest: sha256:d2c6dd95d8e1b5c1a5a54142d2ea5aa0a6a2ddfbbec8abcd40efb8a7d0c7da41
6+
sourceBlobDigest: sha256:fbb39715a4d5ba7de034cc8eed73232a6a2e4fb92ce8d17c7ae69302cdd283c4
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753089079
9+
- speakeasy-sdk-regen-1753173016
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:16fea80c9e19ecbb8c2a71fa3c2fcfeb38952cc73a64f4d2a09555673824f9e6
16-
sourceBlobDigest: sha256:27d4b4955e5b5bf715a4c3f24bd7128f6531e0796aedf799ccb2377774eed5de
15+
sourceRevisionDigest: sha256:d2c6dd95d8e1b5c1a5a54142d2ea5aa0a6a2ddfbbec8abcd40efb8a7d0c7da41
16+
sourceBlobDigest: sha256:fbb39715a4d5ba7de034cc8eed73232a6a2e4fb92ce8d17c7ae69302cdd283c4
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:0a40955d935feb8351861de2e5cf6fdd0b670fa36cfed64a2fcbd04ff7e214c8
18+
codeSamplesRevisionDigest: sha256:ea21381a76a1c2814c0d95dc458e7791b89c8898645eab5772537a4c53da9971
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
@@ -1736,4 +1736,14 @@ Based on:
17361736
### Generated
17371737
- [typescript v4.23.0] .
17381738
### Releases
1739-
- [NPM v4.23.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.23.0 - .
1739+
- [NPM v4.23.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.23.0 - .
1740+
1741+
## 2025-07-22 08:29:55
1742+
### Changes
1743+
Based on:
1744+
- OpenAPI Doc
1745+
- Speakeasy CLI 1.584.0 (2.660.0) https://github.com/speakeasy-api/speakeasy
1746+
### Generated
1747+
- [typescript v4.23.1] .
1748+
### Releases
1749+
- [NPM v4.23.1] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.23.1 - .

codeSamples.yaml

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

docs/sdk/models/operations/lmsgetcontentrequest.md

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

docs/sdk/models/operations/lmsgetcourserequest.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ import { LmsGetCourseRequest } from "@stackone/stackone-client-ts/sdk/models/ope
77

88
let value: LmsGetCourseRequest = {
99
fields:
10-
"id,remote_id,external_reference,content_ids,remote_content_ids,title,description,languages,cover_url,url,active,duration,categories,skills,updated_at,created_at,content,provider,localizations",
10+
"id,remote_id,external_reference,content_ids,remote_content_ids,title,description,languages,cover_url,url,active,duration,categories,skills,updated_at,created_at,content,provider,localizations,authors",
1111
id: "<id>",
1212
xAccountId: "<id>",
1313
};
1414
```
1515

1616
## Fields
1717

18-
| Field | Type | Required | Description | Example |
19-
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
20-
| `fields` | *string* | :heavy_minus_sign: | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,remote_id,external_reference,content_ids,remote_content_ids,title,description,languages,cover_url,url,active,duration,categories,skills,updated_at,created_at,content,provider,localizations |
21-
| `id` | *string* | :heavy_check_mark: | N/A | |
22-
| `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 | |
23-
| `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 | |
18+
| Field | Type | Required | Description | Example |
19+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
20+
| `fields` | *string* | :heavy_minus_sign: | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,remote_id,external_reference,content_ids,remote_content_ids,title,description,languages,cover_url,url,active,duration,categories,skills,updated_at,created_at,content,provider,localizations,authors |
21+
| `id` | *string* | :heavy_check_mark: | N/A | |
22+
| `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 | |
23+
| `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 | |

0 commit comments

Comments
 (0)