Skip to content

Commit 2a92fc4

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 1.0.1 (#19)
* ## Typescript SDK Changes Detected: * `conductorone-sdk-typescript.appEntitlementOwners.listOwnerIDs()`: **Added** * `conductorone-sdk-typescript.appEntitlementOwners.delete()`: **Added** * `conductorone-sdk-typescript.appOwners.listOwnerIDs()`: **Added** * `conductorone-sdk-typescript.appOwners.delete()`: **Added** * `conductorone-sdk-typescript.connectorCatalog.configurationSchema()`: **Added** * `conductorone-sdk-typescript.automationSearch.searchAutomationTemplateVersions()`: `response.list.[].automationSteps.[]` **Changed** * `conductorone-sdk-typescript.automationSearch.searchAutomations()`: `response.list.[].automationSteps.[]` **Changed** * `conductorone-sdk-typescript.automation.listAutomations()`: `response.list.[].automationSteps.[]` **Changed** * `conductorone-sdk-typescript.automation.createAutomation()`: * `request.automationSteps.[]` **Changed** * `response.automation.automationSteps.[]` **Changed** * `conductorone-sdk-typescript.automation.getAutomation()`: `response.automation.automationSteps.[]` **Changed** * `conductorone-sdk-typescript.automation.updateAutomation()`: * `request.updateAutomationRequest.automation.automationSteps.[]` **Changed** * `response.automation.automationSteps.[]` **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 0534673 commit 2a92fc4

File tree

92 files changed

+5319
-110
lines changed

Some content is hidden

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

92 files changed

+5319
-110
lines changed

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
speakeasyVersion: 1.622.1
1+
speakeasyVersion: 1.634.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:f6d8054eb9b8c35ad9a6f59252f5cac357eec1ec8b69b348e501d9a1ac256c9f
6-
sourceBlobDigest: sha256:c17c4785d914ffec22c6ddcc83b8cd7bffee01df4766b95717679cbe0109433d
5+
sourceRevisionDigest: sha256:9a750d84c21f7d15b744019ef5fd955c9d171933c81a6cdc9eb7a203b5ba4d6c
6+
sourceBlobDigest: sha256:45625c5330b4c9108209f5844c0a5a129e069432ede49c448e1db969080a077e
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1758758894
910
- 0.1.0-alpha
1011
targets:
1112
conductorone-ts:
1213
source: my-source
1314
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:f6d8054eb9b8c35ad9a6f59252f5cac357eec1ec8b69b348e501d9a1ac256c9f
15-
sourceBlobDigest: sha256:c17c4785d914ffec22c6ddcc83b8cd7bffee01df4766b95717679cbe0109433d
15+
sourceRevisionDigest: sha256:9a750d84c21f7d15b744019ef5fd955c9d171933c81a6cdc9eb7a203b5ba4d6c
16+
sourceBlobDigest: sha256:45625c5330b4c9108209f5844c0a5a129e069432ede49c448e1db969080a077e
1617
codeSamplesNamespace: my-source-typescript-code-samples
17-
codeSamplesRevisionDigest: sha256:a40b1db39f4a52d0054a25b874ccb77837e246fe06a679e83c4926329341277b
18+
codeSamplesRevisionDigest: sha256:d212d3c3ca6d6b156b6dd5cb9bd078c3f743902fddab7a757eb306ccfcedeec5
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
@@ -30,6 +31,9 @@ workflow:
3031
conductorone-ts:
3132
target: typescript
3233
source: my-source
34+
publish:
35+
npm:
36+
token: $npm_token
3337
codeSamples:
3438
registry:
3539
location: registry.speakeasyapi.dev/conductor-one/conductorone/my-source-typescript-code-samples

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ Based on:
1010
### Changes
1111
Based on:
1212
- OpenAPI Doc 0.1.0-alpha
13-
- Speakeasy CLI 1.64.0 (2.71.0) https://github.com/speakeasy-api/speakeasy
13+
- Speakeasy CLI 1.64.0 (2.71.0) https://github.com/speakeasy-api/speakeasy
14+
15+
## 2025-10-03 00:12:13
16+
### Changes
17+
Based on:
18+
- OpenAPI Doc
19+
- Speakeasy CLI 1.634.0 (2.721.0) https://github.com/speakeasy-api/speakeasy
20+
### Generated
21+
- [typescript v1.0.1] .
22+
### Releases
23+
- [NPM v1.0.1] https://www.npmjs.com/package/conductorone-sdk-typescript/v/1.0.1 - .
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# C1ApiAppV1AppEntitlementOwnersDeleteRequest
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { C1ApiAppV1AppEntitlementOwnersDeleteRequest } from "conductorone-sdk-typescript/sdk/models/operations";
7+
8+
let value: C1ApiAppV1AppEntitlementOwnersDeleteRequest = {
9+
appId: "<id>",
10+
entitlementId: "<id>",
11+
};
12+
```
13+
14+
## Fields
15+
16+
| Field | Type | Required | Description |
17+
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
18+
| `appId` | *string* | :heavy_check_mark: | N/A |
19+
| `entitlementId` | *string* | :heavy_check_mark: | N/A |
20+
| `deleteAppEntitlementOwnersRequest` | [shared.DeleteAppEntitlementOwnersRequest](../../../sdk/models/shared/deleteappentitlementownersrequest.md) | :heavy_minus_sign: | N/A |
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# C1ApiAppV1AppEntitlementOwnersDeleteResponse
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { C1ApiAppV1AppEntitlementOwnersDeleteResponse } from "conductorone-sdk-typescript/sdk/models/operations";
7+
8+
let value: C1ApiAppV1AppEntitlementOwnersDeleteResponse = {
9+
contentType: "<value>",
10+
statusCode: 909899,
11+
};
12+
```
13+
14+
## Fields
15+
16+
| Field | Type | Required | Description |
17+
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
18+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
19+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
20+
| `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
21+
| `deleteAppEntitlementOwnersResponse` | [shared.DeleteAppEntitlementOwnersResponse](../../../sdk/models/shared/deleteappentitlementownersresponse.md) | :heavy_minus_sign: | the empty response message for deleting app entitlement owners. |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# C1ApiAppV1AppEntitlementOwnersListOwnerIDsRequest
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { C1ApiAppV1AppEntitlementOwnersListOwnerIDsRequest } from "conductorone-sdk-typescript/sdk/models/operations";
7+
8+
let value: C1ApiAppV1AppEntitlementOwnersListOwnerIDsRequest = {
9+
appId: "<id>",
10+
entitlementId: "<id>",
11+
};
12+
```
13+
14+
## Fields
15+
16+
| Field | Type | Required | Description |
17+
| ------------------ | ------------------ | ------------------ | ------------------ |
18+
| `appId` | *string* | :heavy_check_mark: | N/A |
19+
| `entitlementId` | *string* | :heavy_check_mark: | N/A |
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# C1ApiAppV1AppEntitlementOwnersListOwnerIDsResponse
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { C1ApiAppV1AppEntitlementOwnersListOwnerIDsResponse } from "conductorone-sdk-typescript/sdk/models/operations";
7+
8+
let value: C1ApiAppV1AppEntitlementOwnersListOwnerIDsResponse = {
9+
contentType: "<value>",
10+
statusCode: 627354,
11+
};
12+
```
13+
14+
## Fields
15+
16+
| Field | Type | Required | Description |
17+
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
18+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
19+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
20+
| `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
21+
| `listAppEntitlementOwnerIDsResponse` | [shared.ListAppEntitlementOwnerIDsResponse](../../../sdk/models/shared/listappentitlementowneridsresponse.md) | :heavy_minus_sign: | The response message for listing app entitlement owners IDs. |
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# C1ApiAppV1AppOwnersDeleteRequest
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { C1ApiAppV1AppOwnersDeleteRequest } from "conductorone-sdk-typescript/sdk/models/operations";
7+
8+
let value: C1ApiAppV1AppOwnersDeleteRequest = {
9+
appId: "<id>",
10+
};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
17+
| `appId` | *string* | :heavy_check_mark: | N/A |
18+
| `deleteAppOwnersRequest` | [shared.DeleteAppOwnersRequest](../../../sdk/models/shared/deleteappownersrequest.md) | :heavy_minus_sign: | N/A |
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# C1ApiAppV1AppOwnersDeleteResponse
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { C1ApiAppV1AppOwnersDeleteResponse } from "conductorone-sdk-typescript/sdk/models/operations";
7+
8+
let value: C1ApiAppV1AppOwnersDeleteResponse = {
9+
contentType: "<value>",
10+
statusCode: 575673,
11+
};
12+
```
13+
14+
## Fields
15+
16+
| Field | Type | Required | Description |
17+
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
18+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
19+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
20+
| `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
21+
| `deleteAppOwnersResponse` | [shared.DeleteAppOwnersResponse](../../../sdk/models/shared/deleteappownersresponse.md) | :heavy_minus_sign: | the empty response message for deleting app owners. |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# C1ApiAppV1AppOwnersListOwnerIDsRequest
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { C1ApiAppV1AppOwnersListOwnerIDsRequest } from "conductorone-sdk-typescript/sdk/models/operations";
7+
8+
let value: C1ApiAppV1AppOwnersListOwnerIDsRequest = {
9+
appId: "<id>",
10+
};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ------------------ | ------------------ | ------------------ | ------------------ |
17+
| `appId` | *string* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)