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
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/.eslintcache
/.tshy
/.tshy-*

# Yarn 4 (Berry) β€” Corepack provides the binary via packageManager field,
# so we don't commit .yarn/releases. Ignore caches but allow patches/plugins/sdks
# to be committed if they're ever added.
Expand Down
2,623 changes: 2,175 additions & 448 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generation:
skipResponseBodyAssertions: false
baseServerURL: ""
typescript:
version: 1.2.2
version: 1.2.3
acceptHeaderEnum: true
additionalDependencies:
dependencies:
Expand Down Expand Up @@ -88,6 +88,7 @@ typescript:
packageName: conductorone-sdk-typescript
preApplyUnionDiscriminators: true
preserveModelFieldNames: false
privateIdentifierPrefix: '#'
responseFormat: envelope
sseFlatResponse: false
templateVersion: v2
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.762.0
speakeasyVersion: 1.766.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:ddff8bd64c86c9556eb7e6fe5c1198e852264dc918dd9a7a18d8781262d69282
sourceBlobDigest: sha256:03d5ac11c81785af4d14b5c0c4ae9d10ecceb112ab01c1f41cd0749a962d9066
sourceRevisionDigest: sha256:637997155e4d0c9d0eeb485a56917995cae854a2494898e53e53b6c1bdffed6a
sourceBlobDigest: sha256:23fb37a6bf16ef0e4461060de0add525d1e6a26802ed6bb1deed044abfb7c6e1
tags:
- latest
- 0.1.0-alpha
targets:
conductorone-ts:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:ddff8bd64c86c9556eb7e6fe5c1198e852264dc918dd9a7a18d8781262d69282
sourceBlobDigest: sha256:03d5ac11c81785af4d14b5c0c4ae9d10ecceb112ab01c1f41cd0749a962d9066
sourceRevisionDigest: sha256:637997155e4d0c9d0eeb485a56917995cae854a2494898e53e53b6c1bdffed6a
sourceBlobDigest: sha256:23fb37a6bf16ef0e4461060de0add525d1e6a26802ed6bb1deed044abfb7c6e1
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:4124bce45a5bdcaf0b7bfbf419c121b2e41aa78d0bdbc00be07507e0aa2e2269
codeSamplesRevisionDigest: sha256:4e5e339437dbec59a376ec12a5c1546751d37741be646603da9ed82d7152d19c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
90 changes: 90 additions & 0 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,14 @@ Based on:
### Generated
- [typescript v1.2.0] .
### Releases
- [NPM v1.2.0] https://www.npmjs.com/package/conductorone-sdk-typescript/v/1.2.0 - .
- [NPM v1.2.0] https://www.npmjs.com/package/conductorone-sdk-typescript/v/1.2.0 - .

## 2026-05-27 00:38:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.766.0 (2.887.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.2.3] .
### Releases
- [NPM v1.2.3] https://www.npmjs.com/package/conductorone-sdk-typescript/v/1.2.3 - .
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# C1ApiAppV1AppEntitlementSearchServiceSearchGraphResponse

## Example Usage

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

let value: C1ApiAppV1AppEntitlementSearchServiceSearchGraphResponse = {
contentType: "<value>",
statusCode: 524025,
};
```

## 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 |
| `appEntitlementSearchServiceSearchGraphResponse` | [shared.AppEntitlementSearchServiceSearchGraphResponse](../../../sdk/models/shared/appentitlementsearchservicesearchgraphresponse.md) | :heavy_minus_sign: | SearchGraph response. Contains a subgraph of nodes and edges. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# C1ApiAppV2AppEntitlementOwnersCreateEntitlementOwnerRequest

## Example Usage

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

let value: C1ApiAppV2AppEntitlementOwnersCreateEntitlementOwnerRequest = {
appId: "<id>",
entitlementId: "<id>",
roleSlug: "<value>",
appEntitlementRefAppId: "<id>",
appEntitlementRefId: "<id>",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `appId` | *string* | :heavy_check_mark: | N/A |
| `entitlementId` | *string* | :heavy_check_mark: | N/A |
| `roleSlug` | *string* | :heavy_check_mark: | N/A |
| `appEntitlementRefAppId` | *string* | :heavy_check_mark: | N/A |
| `appEntitlementRefId` | *string* | :heavy_check_mark: | N/A |
| `createAppEntitlementEntitlementOwnerRequest` | [shared.CreateAppEntitlementEntitlementOwnerRequest](../../../sdk/models/shared/createappentitlemententitlementownerrequest.md) | :heavy_minus_sign: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# C1ApiAppV2AppEntitlementOwnersCreateEntitlementOwnerResponse

## Example Usage

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

let value: C1ApiAppV2AppEntitlementOwnersCreateEntitlementOwnerResponse = {
contentType: "<value>",
statusCode: 587322,
};
```

## 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 |
| `createAppEntitlementEntitlementOwnerResponse` | [shared.CreateAppEntitlementEntitlementOwnerResponse](../../../sdk/models/shared/createappentitlemententitlementownerresponse.md) | :heavy_minus_sign: | CreateAppEntitlementEntitlementOwnerResponse is the response for creating an entitlement ownership source on an entitlement. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# C1ApiAppV2AppEntitlementOwnersCreateUserOwnerRequest

## Example Usage

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

let value: C1ApiAppV2AppEntitlementOwnersCreateUserOwnerRequest = {
appId: "<id>",
entitlementId: "<id>",
roleSlug: "<value>",
userRefId: "<id>",
};
```

## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| `appId` | *string* | :heavy_check_mark: | N/A |
| `entitlementId` | *string* | :heavy_check_mark: | N/A |
| `roleSlug` | *string* | :heavy_check_mark: | N/A |
| `userRefId` | *string* | :heavy_check_mark: | N/A |
| `createAppEntitlementUserOwnerRequest` | [shared.CreateAppEntitlementUserOwnerRequest](../../../sdk/models/shared/createappentitlementuserownerrequest.md) | :heavy_minus_sign: | N/A |
Loading