Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
250 changes: 228 additions & 22 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ generation:
sdkHooksConfigAccess: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
baseServerURL: ""
typescript:
version: 1.1.1
version: 1.2.0
acceptHeaderEnum: true
additionalDependencies:
dependencies:
Expand All @@ -41,6 +42,8 @@ typescript:
peerDependencies:
react: ^16.0.0
additionalPackageJSON: {}
additionalScripts: {}
alwaysIncludeInboundAndOutbound: false
author: ConductorOne
baseErrorName: ConductoroneSDKTypescriptError
clientServerStatusCodesAsErrors: false
Expand All @@ -50,8 +53,10 @@ typescript:
enableMCPServer: false
enableReactQuery: false
enumFormat: union
exportZodModelNamespace: false
flattenGlobalSecurity: true
flatteningOrder: parameters-first
forwardCompatibleEnumsByDefault: false
generateExamples: true
imports:
option: openapi
Expand All @@ -63,6 +68,7 @@ typescript:
webhooks: sdk/models/webhooks
inputModelSuffix: input
jsonpath: legacy
laxMode: strict
maxMethodParams: 0
methodArguments: infer-optional-args
modelPropertyCasing: camel
Expand All @@ -72,6 +78,7 @@ typescript:
responseFormat: envelope
sseFlatResponse: false
templateVersion: v2
unionStrategy: left-to-right
usageSDKInitImports: []
useIndexModules: true
zodVersion: v3
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.642.2
speakeasyVersion: 1.660.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:fdb4d3cdad5079c9c8eeaf3ee4d2ab28eaa1eb76c2419ec63225f4d467f17ff8
sourceBlobDigest: sha256:6cbf04fbfc0cdacecefeb37914caa0fbaf9d5ae1a35f9e44e4ed3ade37d712d6
sourceRevisionDigest: sha256:cc3a65ad669ca11bca2e0ed0e2049a205ccd0ba57feeace8a14d53dd48397748
sourceBlobDigest: sha256:ec9bd22f759b68b744d9167a2f2823526c60fa01d772822f3b854ad0d4219c0e
tags:
- latest
- speakeasy-sdk-regen-1761748017
- speakeasy-sdk-regen-1761783256
- 0.1.0-alpha
targets:
conductorone-ts:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:fdb4d3cdad5079c9c8eeaf3ee4d2ab28eaa1eb76c2419ec63225f4d467f17ff8
sourceBlobDigest: sha256:6cbf04fbfc0cdacecefeb37914caa0fbaf9d5ae1a35f9e44e4ed3ade37d712d6
sourceRevisionDigest: sha256:cc3a65ad669ca11bca2e0ed0e2049a205ccd0ba57feeace8a14d53dd48397748
sourceBlobDigest: sha256:ec9bd22f759b68b744d9167a2f2823526c60fa01d772822f3b854ad0d4219c0e
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:c2e9319b187e5ac2dcf24cf64d99e16cf6b59a18de74fe10ecfd675208455154
codeSamplesRevisionDigest: sha256:937d3d4a385ae7dfd9f1bc77a5fd5cd06dd5e43b30c29ca3b2222e6d1b7b3047
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
33 changes: 28 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ run();
* [forceSync](docs/sdks/connector/README.md#forcesync) - Force Sync
* [pauseSync](docs/sdks/connector/README.md#pausesync) - Pause Sync
* [resumeSync](docs/sdks/connector/README.md#resumesync) - Resume Sync
* [getConnectorSyncDownloadURL](docs/sdks/connector/README.md#getconnectorsyncdownloadurl) - Get Connector Sync Download Url
* [delete](docs/sdks/connector/README.md#delete) - Delete
* [get](docs/sdks/connector/README.md#get) - Get
* [update](docs/sdks/connector/README.md#update) - Update
Expand Down Expand Up @@ -390,15 +391,18 @@ run();
* [listFunctions](docs/sdks/functions/README.md#listfunctions) - List Functions
* [createFunction](docs/sdks/functions/README.md#createfunction) - Create Function
* [listCommits](docs/sdks/functions/README.md#listcommits) - List Commits
* [commit](docs/sdks/functions/README.md#commit) - Commit
* [getCommit](docs/sdks/functions/README.md#getcommit) - Get Commit
* [invoke](docs/sdks/functions/README.md#invoke) - Invoke
* [listTags](docs/sdks/functions/README.md#listtags) - List Tags
* [createTag](docs/sdks/functions/README.md#createtag) - Create Tag
* [deleteFunction](docs/sdks/functions/README.md#deletefunction) - Delete Function
* [getFunction](docs/sdks/functions/README.md#getfunction) - Get Function
* [updateFunction](docs/sdks/functions/README.md#updatefunction) - Update Function

### [functionsInvocation](docs/sdks/functionsinvocation/README.md)

* [list](docs/sdks/functionsinvocation/README.md#list) - List
* [get](docs/sdks/functionsinvocation/README.md#get) - Get

### [functionsSearch](docs/sdks/functionssearch/README.md)

* [search](docs/sdks/functionssearch/README.md#search) - Search
Expand Down Expand Up @@ -445,6 +449,9 @@ run();
* [updateAppEntitlements](docs/sdks/requestcatalogmanagement/README.md#updateappentitlements) - Update App Entitlements
* [removeAppEntitlements](docs/sdks/requestcatalogmanagement/README.md#removeappentitlements) - Remove App Entitlements
* [addAppEntitlements](docs/sdks/requestcatalogmanagement/README.md#addappentitlements) - Add App Entitlements
* [deleteRequestableEntry](docs/sdks/requestcatalogmanagement/README.md#deleterequestableentry) - Delete Requestable Entry
* [getRequestableEntry](docs/sdks/requestcatalogmanagement/README.md#getrequestableentry) - Get Requestable Entry
* [createRequestableEntry](docs/sdks/requestcatalogmanagement/README.md#createrequestableentry) - Create Requestable Entry
* [removeAccessEntitlements](docs/sdks/requestcatalogmanagement/README.md#removeaccessentitlements) - Remove Access Entitlements
* [addAccessEntitlements](docs/sdks/requestcatalogmanagement/README.md#addaccessentitlements) - Add Access Entitlements
* [listEntitlementsForAccess](docs/sdks/requestcatalogmanagement/README.md#listentitlementsforaccess) - List Entitlements For Access
Expand Down Expand Up @@ -546,6 +553,13 @@ run();

* [search](docs/sdks/usersearch/README.md#search) - Search

### [vault](docs/sdks/vault/README.md)

* [create](docs/sdks/vault/README.md#create) - Create
* [delete](docs/sdks/vault/README.md#delete) - Delete
* [get](docs/sdks/vault/README.md#get) - Get
* [update](docs/sdks/vault/README.md#update) - Update

### [webhooks](docs/sdks/webhooks/README.md)

* [list](docs/sdks/webhooks/README.md#list) - List
Expand Down Expand Up @@ -696,6 +710,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`connectorDelete`](docs/sdks/connector/README.md#delete) - Delete
- [`connectorForceSync`](docs/sdks/connector/README.md#forcesync) - Force Sync
- [`connectorGet`](docs/sdks/connector/README.md#get) - Get
- [`connectorGetConnectorSyncDownloadURL`](docs/sdks/connector/README.md#getconnectorsyncdownloadurl) - Get Connector Sync Download Url
- [`connectorGetCredentials`](docs/sdks/connector/README.md#getcredentials) - Get Credentials
- [`connectorList`](docs/sdks/connector/README.md#list) - List
- [`connectorPauseSync`](docs/sdks/connector/README.md#pausesync) - Pause Sync
Expand All @@ -717,12 +732,12 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`exportListEvents`](docs/sdks/export/README.md#listevents) - List Events
- [`exportsSearchSearch`](docs/sdks/exportssearch/README.md#search) - Search
- [`exportUpdate`](docs/sdks/export/README.md#update) - Update
- [`functionsCommit`](docs/sdks/functions/README.md#commit) - Commit
- [`functionsCreateFunction`](docs/sdks/functions/README.md#createfunction) - Create Function
- [`functionsCreateTag`](docs/sdks/functions/README.md#createtag) - Create Tag
- [`functionsDeleteFunction`](docs/sdks/functions/README.md#deletefunction) - Delete Function
- [`functionsGetCommit`](docs/sdks/functions/README.md#getcommit) - Get Commit
- [`functionsGetFunction`](docs/sdks/functions/README.md#getfunction) - Get Function
- [`functionsInvocationGet`](docs/sdks/functionsinvocation/README.md#get) - Get
- [`functionsInvocationList`](docs/sdks/functionsinvocation/README.md#list) - List
- [`functionsInvoke`](docs/sdks/functions/README.md#invoke) - Invoke
- [`functionsListCommits`](docs/sdks/functions/README.md#listcommits) - List Commits
- [`functionsListFunctions`](docs/sdks/functions/README.md#listfunctions) - List Functions
Expand All @@ -748,11 +763,14 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`requestCatalogManagementAddAppEntitlements`](docs/sdks/requestcatalogmanagement/README.md#addappentitlements) - Add App Entitlements
- [`requestCatalogManagementCreate`](docs/sdks/requestcatalogmanagement/README.md#create) - Create
- [`requestCatalogManagementCreateBundleAutomation`](docs/sdks/requestcatalogmanagement/README.md#createbundleautomation) - Create Bundle Automation
- [`requestCatalogManagementCreateRequestableEntry`](docs/sdks/requestcatalogmanagement/README.md#createrequestableentry) - Create Requestable Entry
- [`requestCatalogManagementDelete`](docs/sdks/requestcatalogmanagement/README.md#delete) - Delete
- [`requestCatalogManagementDeleteBundleAutomation`](docs/sdks/requestcatalogmanagement/README.md#deletebundleautomation) - Delete Bundle Automation
- [`requestCatalogManagementDeleteRequestableEntry`](docs/sdks/requestcatalogmanagement/README.md#deleterequestableentry) - Delete Requestable Entry
- [`requestCatalogManagementForceRunBundleAutomation`](docs/sdks/requestcatalogmanagement/README.md#forcerunbundleautomation) - Force Run Bundle Automation
- [`requestCatalogManagementGet`](docs/sdks/requestcatalogmanagement/README.md#get) - Get
- [`requestCatalogManagementGetBundleAutomation`](docs/sdks/requestcatalogmanagement/README.md#getbundleautomation) - Get Bundle Automation
- [`requestCatalogManagementGetRequestableEntry`](docs/sdks/requestcatalogmanagement/README.md#getrequestableentry) - Get Requestable Entry
- [`requestCatalogManagementList`](docs/sdks/requestcatalogmanagement/README.md#list) - List
- [`requestCatalogManagementListAllEntitlementIdsPerApp`](docs/sdks/requestcatalogmanagement/README.md#listallentitlementidsperapp) - List All Entitlement Ids Per App
- [`requestCatalogManagementListEntitlementsForAccess`](docs/sdks/requestcatalogmanagement/README.md#listentitlementsforaccess) - List Entitlements For Access
Expand Down Expand Up @@ -812,6 +830,10 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`userList`](docs/sdks/user/README.md#list) - List
- [`userSearchSearch`](docs/sdks/usersearch/README.md#search) - Search
- [`userSetExpiringUserDelegationBindingByAdmin`](docs/sdks/user/README.md#setexpiringuserdelegationbindingbyadmin) - Set Expiring User Delegation Binding By Admin
- [`vaultCreate`](docs/sdks/vault/README.md#create) - Create
- [`vaultDelete`](docs/sdks/vault/README.md#delete) - Delete
- [`vaultGet`](docs/sdks/vault/README.md#get) - Get
- [`vaultUpdate`](docs/sdks/vault/README.md#update) - Update
- [`webhooksCreate`](docs/sdks/webhooks/README.md#create) - Create
- [`webhooksDelete`](docs/sdks/webhooks/README.md#delete) - Delete
- [`webhooksGet`](docs/sdks/webhooks/README.md#get) - Get
Expand Down Expand Up @@ -1012,7 +1034,8 @@ The default server `https://{tenantDomain}.conductor.one` contains variables and
import { ConductoroneSDKTypescript } from "conductorone-sdk-typescript";

const conductoroneSDKTypescript = new ConductoroneSDKTypescript({
tenantDomain: "<value>",
serverIdx: 0,
tenantDomain: "example",
security: {
bearerAuth: "<YOUR_BEARER_TOKEN_HERE>",
oauth: "<YOUR_OAUTH_HERE>",
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,14 @@ Based on:
### Generated
- [typescript v1.1.1] .
### Releases
- [NPM v1.1.1] https://www.npmjs.com/package/conductorone-sdk-typescript/v/1.1.1 - .
- [NPM v1.1.1] https://www.npmjs.com/package/conductorone-sdk-typescript/v/1.1.1 - .

## 2025-11-22 00:13:07
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.660.0 (2.760.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.2.0] .
### Releases
- [NPM v1.2.0] https://www.npmjs.com/package/conductorone-sdk-typescript/v/1.2.0 - .
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# C1ApiAppV1ConnectorServiceGetConnectorSyncDownloadURLRequest

## Example Usage

```typescript
import { C1ApiAppV1ConnectorServiceGetConnectorSyncDownloadURLRequest } from "conductorone-sdk-typescript/sdk/models/operations";

let value: C1ApiAppV1ConnectorServiceGetConnectorSyncDownloadURLRequest = {
appId: "<id>",
connectorId: "<id>",
syncId: "<id>",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `appId` | *string* | :heavy_check_mark: | N/A |
| `connectorId` | *string* | :heavy_check_mark: | N/A |
| `syncId` | *string* | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# C1ApiAppV1ConnectorServiceGetConnectorSyncDownloadURLResponse

## Example Usage

```typescript
import { C1ApiAppV1ConnectorServiceGetConnectorSyncDownloadURLResponse } from "conductorone-sdk-typescript/sdk/models/operations";

let value: C1ApiAppV1ConnectorServiceGetConnectorSyncDownloadURLResponse = {
contentType: "<value>",
statusCode: 855815,
};
```

## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `getConnectorSyncDownloadURLResponse` | [shared.GetConnectorSyncDownloadURLResponse](../../../sdk/models/shared/getconnectorsyncdownloadurlresponse.md) | :heavy_minus_sign: | Successful response |
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# C1ApiFunctionsV1FunctionsServiceGetCommitRequest
# C1ApiFunctionsV1FunctionsInvocationServiceGetRequest

## Example Usage

```typescript
import { C1ApiFunctionsV1FunctionsServiceGetCommitRequest } from "conductorone-sdk-typescript/sdk/models/operations";
import { C1ApiFunctionsV1FunctionsInvocationServiceGetRequest } from "conductorone-sdk-typescript/sdk/models/operations";

let value: C1ApiFunctionsV1FunctionsServiceGetCommitRequest = {
let value: C1ApiFunctionsV1FunctionsInvocationServiceGetRequest = {
functionId: "<id>",
id: "<id>",
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# C1ApiFunctionsV1FunctionsInvocationServiceGetResponse

## Example Usage

```typescript
import { C1ApiFunctionsV1FunctionsInvocationServiceGetResponse } from "conductorone-sdk-typescript/sdk/models/operations";

let value: C1ApiFunctionsV1FunctionsInvocationServiceGetResponse = {
contentType: "<value>",
statusCode: 249107,
};
```

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `functionsInvocationServiceGetResponse` | [shared.FunctionsInvocationServiceGetResponse](../../../sdk/models/shared/functionsinvocationservicegetresponse.md) | :heavy_minus_sign: | Successful response |
Loading