Skip to content

Commit e1b68ff

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.436.0 (#151)
Co-authored-by: speakeasybot <[email protected]>
1 parent 0e3ec4d commit e1b68ff

File tree

717 files changed

+7242
-5987
lines changed

Some content is hidden

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

717 files changed

+7242
-5987
lines changed

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.424.0
1+
speakeasyVersion: 1.436.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:5897f046118e1998e54ad5c586b47eeb74d57c15c8080138637aa5c5f99f8b14
6-
sourceBlobDigest: sha256:90bde3cecf0f570431938358f5b8c638d5e1c89d2bb8027cd682ac2816b4f2d6
5+
sourceRevisionDigest: sha256:c4ba847c868fd528cf18809cca152437c41650478ae147729858f07c2cec04eb
6+
sourceBlobDigest: sha256:89cfcbcd378ce1ad21572caa9bec2359608e5718ff78e69ff724e7d866d9ee45
77
tags:
88
- latest
99
- main
1010
targets:
1111
StackOneTypeScriptClient:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:5897f046118e1998e54ad5c586b47eeb74d57c15c8080138637aa5c5f99f8b14
15-
sourceBlobDigest: sha256:90bde3cecf0f570431938358f5b8c638d5e1c89d2bb8027cd682ac2816b4f2d6
14+
sourceRevisionDigest: sha256:c4ba847c868fd528cf18809cca152437c41650478ae147729858f07c2cec04eb
15+
sourceBlobDigest: sha256:89cfcbcd378ce1ad21572caa9bec2359608e5718ff78e69ff724e7d866d9ee45
1616
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
17-
codeSamplesRevisionDigest: sha256:2aab418aebf8136406cb3c7b1d19f50f3f52460d49dafa118099dd7b19eaecf9
17+
codeSamplesRevisionDigest: sha256:8bba205c4e9e176b683c161217ae823acf27e0458625c78201b3e9ab41b23769
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ run();
255255
### [lms](docs/sdks/lms/README.md)
256256

257257
* [batchUpsertContent](docs/sdks/lms/README.md#batchupsertcontent) - Batch Upsert Content
258-
* [createContent](docs/sdks/lms/README.md#createcontent) - Create Content
258+
* [batchUpsertCourse](docs/sdks/lms/README.md#batchupsertcourse) - Batch Upsert Course
259+
* [createCollection](docs/sdks/lms/README.md#createcollection) - Create Collection
259260
* [createUserCompletion](docs/sdks/lms/README.md#createusercompletion) - Create User Completion
260-
* [deleteContent](docs/sdks/lms/README.md#deletecontent) - Delete Content
261261
* [getAssignment](docs/sdks/lms/README.md#getassignment) - Get Assignment
262262
* [getCategory](docs/sdks/lms/README.md#getcategory) - Get Category
263263
* [getCompletion](docs/sdks/lms/README.md#getcompletion) - Get Completion
@@ -276,8 +276,9 @@ run();
276276
* [listUserAssignments](docs/sdks/lms/README.md#listuserassignments) - List User Assignments
277277
* [listUserCompletions](docs/sdks/lms/README.md#listusercompletions) - List User Completions
278278
* [listUsers](docs/sdks/lms/README.md#listusers) - List Users
279-
* [updateContent](docs/sdks/lms/README.md#updatecontent) - Update Content
279+
* [updateCollection](docs/sdks/lms/README.md#updatecollection) - Update Collection
280280
* [upsertContent](docs/sdks/lms/README.md#upsertcontent) - Upsert Content
281+
* [upsertCourse](docs/sdks/lms/README.md#upsertcourse) - Upsert Course
281282

282283
### [marketing](docs/sdks/marketing/README.md)
283284

@@ -384,9 +385,9 @@ If a HTTP request fails, an operation my also throw an error from the `sdk/model
384385

385386
In addition, when custom error responses are specified for an operation, the SDK may throw their associated Error type. You can refer to respective *Errors* tables in SDK docs for more details on possible error types for each operation. For example, the `deleteAccount` method may throw the following errors:
386387

387-
| Error Type | Status Code | Content Type |
388-
| --------------- | --------------- | --------------- |
389-
| errors.SDKError | 4XX, 5XX | \*/\* |
388+
| Error Type | Status Code | Content Type |
389+
| --------------- | ----------- | ------------ |
390+
| errors.SDKError | 4XX, 5XX | \*/\* |
390391

391392
```typescript
392393
import { StackOne } from "@stackone/stackone-client-ts";
@@ -493,9 +494,9 @@ const sdk = new StackOne({ httpClient });
493494

494495
This SDK supports the following security scheme globally:
495496

496-
| Name | Type | Scheme |
497-
| --------------------- | --------------------- | --------------------- |
498-
| `username` `password` | http | HTTP Basic |
497+
| Name | Type | Scheme |
498+
| ------------------------- | ---- | ---------- |
499+
| `username`<br/>`password` | http | HTTP Basic |
499500

500501
You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. For example:
501502
```typescript
@@ -744,9 +745,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
744745
- [`iamListRoles`](docs/sdks/iam/README.md#listroles) - List Roles
745746
- [`iamListUsers`](docs/sdks/iam/README.md#listusers) - List Users
746747
- [`lmsBatchUpsertContent`](docs/sdks/lms/README.md#batchupsertcontent) - Batch Upsert Content
747-
- [`lmsCreateContent`](docs/sdks/lms/README.md#createcontent) - Create Content
748+
- [`lmsBatchUpsertCourse`](docs/sdks/lms/README.md#batchupsertcourse) - Batch Upsert Course
749+
- [`lmsCreateCollection`](docs/sdks/lms/README.md#createcollection) - Create Collection
748750
- [`lmsCreateUserCompletion`](docs/sdks/lms/README.md#createusercompletion) - Create User Completion
749-
- [`lmsDeleteContent`](docs/sdks/lms/README.md#deletecontent) - Delete Content
750751
- [`lmsGetAssignment`](docs/sdks/lms/README.md#getassignment) - Get Assignment
751752
- [`lmsGetCategory`](docs/sdks/lms/README.md#getcategory) - Get Category
752753
- [`lmsGetCompletion`](docs/sdks/lms/README.md#getcompletion) - Get Completion
@@ -765,8 +766,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
765766
- [`lmsListUserAssignments`](docs/sdks/lms/README.md#listuserassignments) - List User Assignments
766767
- [`lmsListUserCompletions`](docs/sdks/lms/README.md#listusercompletions) - List User Completions
767768
- [`lmsListUsers`](docs/sdks/lms/README.md#listusers) - List Users
768-
- [`lmsUpdateContent`](docs/sdks/lms/README.md#updatecontent) - Update Content
769+
- [`lmsUpdateCollection`](docs/sdks/lms/README.md#updatecollection) - Update Collection
769770
- [`lmsUpsertContent`](docs/sdks/lms/README.md#upsertcontent) - Upsert Content
771+
- [`lmsUpsertCourse`](docs/sdks/lms/README.md#upsertcourse) - Upsert Course
770772
- [`marketingCreateContentBlock`](docs/sdks/marketing/README.md#createcontentblock) - Create Content Block
771773
- [`marketingCreateEmailTemplate`](docs/sdks/marketing/README.md#createemailtemplate) - Create Email Templates
772774
- [`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
@@ -1316,4 +1316,14 @@ Based on:
13161316
### Generated
13171317
- [typescript v4.16.6] .
13181318
### Releases
1319-
- [NPM v4.16.6] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.16.6 - .
1319+
- [NPM v4.16.6] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.16.6 - .
1320+
1321+
## 2024-11-11 09:06:24
1322+
### Changes
1323+
Based on:
1324+
- OpenAPI Doc
1325+
- Speakeasy CLI 1.436.0 (2.455.2) https://github.com/speakeasy-api/speakeasy
1326+
### Generated
1327+
- [typescript v4.17.0] .
1328+
### Releases
1329+
- [NPM v4.17.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.0 - .

0 commit comments

Comments
 (0)