Skip to content

Commit 0639f9c

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.306.0
1 parent 38ac64d commit 0639f9c

File tree

13 files changed

+6730
-1004
lines changed

13 files changed

+6730
-1004
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 89968bf0-a755-4d50-9acb-d47410010f05
33
management:
4-
docChecksum: 9531c94b3e2fdcb61add911e4d5d1b28
4+
docChecksum: 48caee63217cf42b334122c89dc04004
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.299.1
7-
generationVersion: 2.338.5
8-
releaseVersion: 3.3.5
9-
configChecksum: 6f9904e9e25b6be3f36e147cbf7fa337
6+
speakeasyVersion: 1.306.0
7+
generationVersion: 2.340.3
8+
releaseVersion: 3.3.6
9+
configChecksum: 224caf15d1d413a98c4d9a2d0ad1c7f2
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,4 +1516,14 @@ Based on:
15161516
### Generated
15171517
- [typescript v3.3.5] .
15181518
### Releases
1519-
- [NPM v3.3.5] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.5 - .
1519+
- [NPM v3.3.5] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.5 - .
1520+
1521+
## 2024-06-13 00:12:20
1522+
### Changes
1523+
Based on:
1524+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1525+
- Speakeasy CLI 1.306.0 (2.340.3) https://github.com/speakeasy-api/speakeasy
1526+
### Generated
1527+
- [typescript v3.3.6] .
1528+
### Releases
1529+
- [NPM v3.3.6] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.6 - .

docs/sdk/models/operations/searchworkspaceeventsrequest.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
8-
| `lintReportDigest` | *string* | :heavy_minus_sign: | Unique identifier of the lint report digest. |
9-
| `openapiDiffReportDigest` | *string* | :heavy_minus_sign: | Unique identifier of the openapi diff report digest. |
10-
| `sourceRevisionDigest` | *string* | :heavy_minus_sign: | Unique identifier of the source revision digest. |
11-
| `workspaceID` | *string* | :heavy_minus_sign: | Unique identifier of the workspace. |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
8+
| `generateGenLockId` | *string* | :heavy_minus_sign: | A specific gen lock ID for the events. |
9+
| `interactionType` | [shared.InteractionType](../../../sdk/models/shared/interactiontype.md) | :heavy_minus_sign: | Specified interaction type for events. |
10+
| `lintReportDigest` | *string* | :heavy_minus_sign: | Unique identifier of the lint report digest. |
11+
| `openapiDiffReportDigest` | *string* | :heavy_minus_sign: | Unique identifier of the openapi diff report digest. |
12+
| `sourceRevisionDigest` | *string* | :heavy_minus_sign: | Unique identifier of the source revision digest. |
13+
| `workspaceID` | *string* | :heavy_minus_sign: | Unique identifier of the workspace. |

docs/sdk/models/shared/apikeydetails.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
| ~~`featureFlags`~~ | *string*[] | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
1111
| `generationAccessUnlimited` | *boolean* | :heavy_minus_sign: | N/A |
1212
| `orgSlug` | *string* | :heavy_check_mark: | N/A |
13+
| `telemetryDisabled` | *boolean* | :heavy_check_mark: | N/A |
1314
| `workspaceId` | *string* | :heavy_check_mark: | N/A |
1415
| `workspaceSlug` | *string* | :heavy_check_mark: | N/A |

docs/sdk/models/shared/organization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ A speakeasy organization
1212
| `id` | *string* | :heavy_check_mark: | N/A |
1313
| `name` | *string* | :heavy_check_mark: | N/A |
1414
| `slug` | *string* | :heavy_minus_sign: | N/A |
15+
| `telemetryDisabled` | *boolean* | :heavy_check_mark: | N/A |
1516
| `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |

docs/sdks/events/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Search events for a particular workspace by any field
167167

168168
```typescript
169169
import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
170+
import { InteractionType } from "@speakeasy-api/speakeasy-client-sdk-typescript/dist/sdk/models/shared";
170171

171172
async function run() {
172173
const sdk = new Speakeasy({

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
typescript:
13-
version: 3.3.5
13+
version: 3.3.6
1414
author: Speakeasy
1515
clientServerStatusCodesAsErrors: false
1616
flattenGlobalSecurity: false

0 commit comments

Comments
 (0)