Skip to content

Commit 4ecce5f

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.204.1
1 parent bbc5bb5 commit 4ecce5f

File tree

12 files changed

+6732
-1012
lines changed

12 files changed

+6732
-1012
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 6 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: 78317aabbf8200a3d43be677bd6fe435
4+
docChecksum: 64b423d1904e6c12d31973957d033247
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.202.0
7-
generationVersion: 2.277.0
8-
releaseVersion: 3.1.12
9-
configChecksum: 4e8e761b7e8c491ad97f6caf26f2b580
6+
speakeasyVersion: 1.204.1
7+
generationVersion: 2.279.1
8+
releaseVersion: 3.1.13
9+
configChecksum: 645a9ce456f3047a99b78bbd1f80a2d2
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
@@ -109,6 +109,7 @@ generatedFiles:
109109
- src/sdk/models/shared/embedaccesstokenresponse.ts
110110
- src/sdk/models/shared/embedtoken.ts
111111
- src/sdk/models/shared/clievent.ts
112+
- src/sdk/models/shared/interactiontype.ts
112113
- src/sdk/models/shared/targetsdk.ts
113114
- src/sdk/models/shared/security.ts
114115
- src/sdk/models/errors/index.ts
@@ -216,8 +217,8 @@ generatedFiles:
216217
- docs/sdk/models/shared/embedaccesstokenresponse.md
217218
- docs/sdk/models/shared/embedtoken.md
218219
- docs/sdk/models/shared/generatebumptype.md
219-
- docs/sdk/models/shared/interactiontype.md
220220
- docs/sdk/models/shared/clievent.md
221+
- docs/sdk/models/shared/interactiontype.md
221222
- docs/sdk/models/shared/targetsdk.md
222223
- docs/sdk/models/shared/security.md
223224
- docs/sdks/speakeasy/README.md

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,4 +1266,14 @@ Based on:
12661266
### Generated
12671267
- [typescript v3.1.12] .
12681268
### Releases
1269-
- [NPM v3.1.12] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.12 - .
1269+
- [NPM v3.1.12] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.12 - .
1270+
1271+
## 2024-03-08 00:11:27
1272+
### Changes
1273+
Based on:
1274+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1275+
- Speakeasy CLI 1.204.1 (2.279.1) https://github.com/speakeasy-api/speakeasy
1276+
### Generated
1277+
- [typescript v3.1.13] .
1278+
### Releases
1279+
- [NPM v3.1.13] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.13 - .

docs/sdk/models/shared/interactiontype.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ Type of interaction.
77

88
| Name | Value |
99
| ---------------- | ---------------- |
10+
| `CiExec` | CI_EXEC |
1011
| `CliExec` | CLI_EXEC |
1112
| `TargetGenerate` | TARGET_GENERATE |
13+
| `Tombstone` | TOMBSTONE |
1214
| `Authenticate` | AUTHENTICATE |
1315
| `Quickstart` | QUICKSTART |
1416
| `Run` | RUN |

docs/sdk/models/shared/targetsdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
| `id` | *string* | :heavy_check_mark: | Unique identifier of the target the same as `generate_gen_lock_id` |
2929
| `lastEventCreatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Timestamp when the event was created in the database. |
3030
| `lastEventId` | *string* | :heavy_check_mark: | Unique identifier of the last event for the target |
31+
| `lastEventInteractionType` | [shared.InteractionType](../../../sdk/models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. |
3132
| `repoLabel` | *string* | :heavy_minus_sign: | Label of the git repository. |
3233
| `success` | *boolean* | :heavy_minus_sign: | Indicates whether the event was successful. |

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.1.12
13+
version: 3.1.13
1414
author: Speakeasy
1515
clientServerStatusCodesAsErrors: false
1616
flattenGlobalSecurity: false

0 commit comments

Comments
 (0)