Skip to content

Commit af61f6f

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.260.6
1 parent 05d6acc commit af61f6f

File tree

12 files changed

+6856
-999
lines changed

12 files changed

+6856
-999
lines changed

.speakeasy/gen.lock

+6-5
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: 2b280a7f12ab57c144a654766cc34af2
4+
docChecksum: 95815a9501527c69c4aab613380685a5
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.257.1
7-
generationVersion: 2.308.2
8-
releaseVersion: 3.2.5
9-
configChecksum: 5f977ae0b9fbd2ccda7a4153b63b3788
6+
speakeasyVersion: 1.260.6
7+
generationVersion: 2.311.1
8+
releaseVersion: 3.2.6
9+
configChecksum: 7652512edc027d79ab2414a91c0209e9
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
@@ -286,6 +286,7 @@ generatedFiles:
286286
- docs/sdk/models/shared/embedaccesstokenresponse.md
287287
- docs/sdk/models/shared/embedtoken.md
288288
- docs/sdk/models/shared/generatebumptype.md
289+
- docs/sdk/models/shared/openapidiffbumptype.md
289290
- docs/sdk/models/shared/clievent.md
290291
- docs/sdk/models/shared/interactiontype.md
291292
- docs/sdk/models/shared/targetsdk.md

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1376,4 +1376,14 @@ Based on:
13761376
### Generated
13771377
- [typescript v3.2.5] .
13781378
### Releases
1379-
- [NPM v3.2.5] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.5 - .
1379+
- [NPM v3.2.5] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.5 - .
1380+
1381+
## 2024-04-19 00:11:11
1382+
### Changes
1383+
Based on:
1384+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1385+
- Speakeasy CLI 1.260.6 (2.311.1) https://github.com/speakeasy-api/speakeasy
1386+
### Generated
1387+
- [typescript v3.2.6] .
1388+
### Releases
1389+
- [NPM v3.2.6] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.6 - .

docs/sdk/models/shared/clievent.md

+16
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@
1919
| `generateConfigPreVersion` | *string* | :heavy_minus_sign: | The version of the customer's SDK before we generated |
2020
| `generateGenLockId` | *string* | :heavy_minus_sign: | gen.lock ID (expected to be a uuid). |
2121
| `generateGenLockPostFeatures` | *string* | :heavy_minus_sign: | Features post generation |
22+
| `generateGenLockPreBlobDigest` | *string* | :heavy_minus_sign: | Blob digest of the Previous Generation |
2223
| `generateGenLockPreDocChecksum` | *string* | :heavy_minus_sign: | Checksum of the Previous Rendered OpenAPI document (prior to generation, via gen lock) |
2324
| `generateGenLockPreDocVersion` | *string* | :heavy_minus_sign: | info.Version of the Previous Rendered OpenAPI document (prior to generation, via gen lock) |
2425
| `generateGenLockPreFeatures` | *string* | :heavy_minus_sign: | Features prior to generation |
26+
| `generateGenLockPreNamespaceName` | *string* | :heavy_minus_sign: | Namespace name of the Previous Generation |
27+
| `generateGenLockPreRevisionDigest` | *string* | :heavy_minus_sign: | Revision digest of the Previous Generation |
2528
| `generateGenLockPreVersion` | *string* | :heavy_minus_sign: | Artifact version for the Previous Generation |
2629
| `generateOutputTests` | *boolean* | :heavy_minus_sign: | Indicates whether tests were output. |
2730
| `generatePublished` | *boolean* | :heavy_minus_sign: | Indicates whether the target was considered published. |
@@ -41,16 +44,29 @@
4144
| `hostname` | *string* | :heavy_minus_sign: | Remote hostname. |
4245
| `id` | *string* | :heavy_check_mark: | Unique identifier for each event. |
4346
| `interactionType` | [shared.InteractionType](../../../sdk/models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. |
47+
| `lintReportDigest` | *string* | :heavy_minus_sign: | The checksum of the lint report. |
48+
| `lintReportErrorCount` | *number* | :heavy_minus_sign: | The number of errors in the lint report. |
49+
| `lintReportInfoCount` | *number* | :heavy_minus_sign: | The number of info messages in the lint report. |
50+
| `lintReportWarningCount` | *number* | :heavy_minus_sign: | The number of warnings in the lint report. |
4451
| `localCompletedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Timestamp when the event completed, in local time. |
4552
| `localStartedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Timestamp when the event started, in local time. |
4653
| `managementDocChecksum` | *string* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. |
4754
| `managementDocVersion` | *string* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. |
55+
| `openapiDiffBaseSourceBlobDigest` | *string* | :heavy_minus_sign: | The blob digest of the base source. |
56+
| `openapiDiffBaseSourceNamespaceName` | *string* | :heavy_minus_sign: | The namespace name of the base source. |
57+
| `openapiDiffBaseSourceRevisionDigest` | *string* | :heavy_minus_sign: | The revision digest of the base source. |
58+
| `openapiDiffBreakingChangesCount` | *number* | :heavy_minus_sign: | The number of breaking changes in the openapi diff report. |
59+
| `openapiDiffBumpType` | [shared.OpenapiDiffBumpType](../../../sdk/models/shared/openapidiffbumptype.md) | :heavy_minus_sign: | Bump type of the lock file (calculated semver delta, or a custom change (manual release)) |
60+
| `openapiDiffReportDigest` | *string* | :heavy_minus_sign: | The checksum of the openapi diff report. |
4861
| `publishPackageName` | *string* | :heavy_minus_sign: | Name of the published package. |
4962
| `publishPackageRegistryName` | *string* | :heavy_minus_sign: | Name of the registry where the package was published. |
5063
| `publishPackageUrl` | *string* | :heavy_minus_sign: | URL of the published package. |
5164
| `publishPackageVersion` | *string* | :heavy_minus_sign: | Version of the published package. |
5265
| `rawCommand` | *string* | :heavy_minus_sign: | Full CLI command. |
5366
| `repoLabel` | *string* | :heavy_minus_sign: | Label of the git repository. |
67+
| `sourceBlobDigest` | *string* | :heavy_minus_sign: | The blob digest of the source. |
68+
| `sourceNamespaceName` | *string* | :heavy_minus_sign: | The namespace name of the source. |
69+
| `sourceRevisionDigest` | *string* | :heavy_minus_sign: | The revision digest of the source. |
5470
| `speakeasyApiKeyName` | *string* | :heavy_check_mark: | Identifier of the Speakeasy API key. |
5571
| `speakeasyVersion` | *string* | :heavy_check_mark: | Version of the Speakeasy CLI. |
5672
| `success` | *boolean* | :heavy_check_mark: | Indicates whether the event was successful. |

docs/sdk/models/shared/interactiontype.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Type of interaction.
99
| ---------------- | ---------------- |
1010
| `CiExec` | CI_EXEC |
1111
| `CliExec` | CLI_EXEC |
12+
| `Lint` | LINT |
13+
| `OpenapiDiff` | OPENAPI_DIFF |
1214
| `TargetGenerate` | TARGET_GENERATE |
1315
| `Tombstone` | TOMBSTONE |
1416
| `Authenticate` | AUTHENTICATE |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# OpenapiDiffBumpType
2+
3+
Bump type of the lock file (calculated semver delta, or a custom change (manual release))
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------- | ------- |
10+
| `Major` | major |
11+
| `Minor` | minor |
12+
| `Patch` | patch |
13+
| `None` | none |

docs/sdks/events/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Sends an array of events to be stored for a particular workspace.
107107

108108
```typescript
109109
import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
110-
import { GenerateBumpType, InteractionType } from "@speakeasy-api/speakeasy-client-sdk-typescript/dist/sdk/models/shared";
110+
import { GenerateBumpType, InteractionType, OpenapiDiffBumpType } from "@speakeasy-api/speakeasy-client-sdk-typescript/dist/sdk/models/shared";
111111

112112
async function run() {
113113
const sdk = new Speakeasy({

gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
typescript:
13-
version: 3.2.5
13+
version: 3.2.6
1414
author: Speakeasy
1515
clientServerStatusCodesAsErrors: false
1616
flattenGlobalSecurity: false

0 commit comments

Comments
 (0)