Skip to content

Commit 94147b5

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.269.1
1 parent 5fc2473 commit 94147b5

17 files changed

+6993
-1040
lines changed

.speakeasy/gen.lock

Lines changed: 9 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: 141a9989778e09b7c6bb43e496b49905
5-
docVersion: 0.4.0
6-
speakeasyVersion: 1.267.0
7-
generationVersion: 2.312.0
8-
releaseVersion: 3.2.7
9-
configChecksum: ebddc3a00f5ad18520bb7ef42f7f380c
4+
docChecksum: 0df832386c1fcd5f74fb87fea6d0e2b7
5+
docVersion: 0.4.0 .
6+
speakeasyVersion: 1.269.1
7+
generationVersion: 2.312.1
8+
releaseVersion: 3.2.8
9+
configChecksum: 8f2a87c16fd4e0b246915cf2aca1efd1
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
@@ -100,6 +100,7 @@ generatedFiles:
100100
- src/sdk/models/operations/getvalidembedaccesstokens.ts
101101
- src/sdk/models/operations/revokeembedaccesstoken.ts
102102
- src/sdk/models/operations/getworkspaceevents.ts
103+
- src/sdk/models/operations/getworkspaceeventsbysourcerevisiondigest.ts
103104
- src/sdk/models/operations/getworkspacetargets.ts
104105
- src/sdk/models/operations/postworkspaceevents.ts
105106
- src/sdk/models/shared/error.ts
@@ -237,6 +238,8 @@ generatedFiles:
237238
- docs/sdk/models/operations/revokeembedaccesstokenresponse.md
238239
- docs/sdk/models/operations/getworkspaceeventsrequest.md
239240
- docs/sdk/models/operations/getworkspaceeventsresponse.md
241+
- docs/sdk/models/operations/getworkspaceeventsbysourcerevisiondigestrequest.md
242+
- docs/sdk/models/operations/getworkspaceeventsbysourcerevisiondigestresponse.md
240243
- docs/sdk/models/operations/getworkspacetargetsrequest.md
241244
- docs/sdk/models/operations/getworkspacetargetsresponse.md
242245
- docs/sdk/models/operations/postworkspaceeventsrequest.md

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ run();
132132
### [events](docs/sdks/events/README.md)
133133

134134
* [getWorkspaceEvents](docs/sdks/events/README.md#getworkspaceevents) - Load recent events for a particular workspace
135+
* [getWorkspaceEventsBySourceRevisionDigest](docs/sdks/events/README.md#getworkspaceeventsbysourcerevisiondigest) - Load events for a particular workspace and source revision digest
135136
* [getWorkspaceTargets](docs/sdks/events/README.md#getworkspacetargets) - Load targets for a particular workspace
136137
* [postWorkspaceEvents](docs/sdks/events/README.md#postworkspaceevents) - Post events for a specific workspace
137138
<!-- End Available Resources and Operations [operations] -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,4 +1396,14 @@ Based on:
13961396
### Generated
13971397
- [typescript v3.2.7] .
13981398
### Releases
1399-
- [NPM v3.2.7] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.7 - .
1399+
- [NPM v3.2.7] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.7 - .
1400+
1401+
## 2024-04-23 00:11:51
1402+
### Changes
1403+
Based on:
1404+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1405+
- Speakeasy CLI 1.269.1 (2.312.1) https://github.com/speakeasy-api/speakeasy
1406+
### Generated
1407+
- [typescript v3.2.8] .
1408+
### Releases
1409+
- [NPM v3.2.8] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.8 - .
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GetWorkspaceEventsBySourceRevisionDigestRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
8+
| `sourceRevisionDigest` | *string* | :heavy_check_mark: | Unique identifier of the source revision digest. |
9+
| `workspaceID` | *string* | :heavy_minus_sign: | Unique identifier of the workspace. |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetWorkspaceEventsBySourceRevisionDigestResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
8+
| `cliEventBatch` | [shared.CliEvent](../../../sdk/models/shared/clievent.md)[] | :heavy_minus_sign: | Success |
9+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
10+
| `error` | [shared.ErrorT](../../../sdk/models/shared/errort.md) | :heavy_minus_sign: | Error |
11+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

docs/sdk/models/shared/annotations.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@ Annotations
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
10-
| `orgOpencontainersImageAuthors` | *string* | :heavy_minus_sign: | N/A |
11-
| `orgOpencontainersImageBaseDigest` | *string* | :heavy_minus_sign: | N/A |
12-
| `orgOpencontainersImageBaseName` | *string* | :heavy_minus_sign: | N/A |
13-
| `orgOpencontainersImageCreated` | *string* | :heavy_minus_sign: | N/A |
14-
| `orgOpencontainersImageDescription` | *string* | :heavy_minus_sign: | N/A |
15-
| `orgOpencontainersImageDocumentation` | *string* | :heavy_minus_sign: | N/A |
16-
| `orgOpencontainersImageLicenses` | *string* | :heavy_minus_sign: | N/A |
17-
| `orgOpencontainersImageRefName` | *string* | :heavy_minus_sign: | N/A |
18-
| `orgOpencontainersImageRevision` | *string* | :heavy_minus_sign: | N/A |
19-
| `orgOpencontainersImageSource` | *string* | :heavy_minus_sign: | N/A |
20-
| `orgOpencontainersImageTitle` | *string* | :heavy_minus_sign: | N/A |
21-
| `orgOpencontainersImageUrl` | *string* | :heavy_minus_sign: | N/A |
22-
| `orgOpencontainersImageVendor` | *string* | :heavy_minus_sign: | N/A |
23-
| `orgOpencontainersImageVersion` | *string* | :heavy_minus_sign: | N/A |
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
10+
| `orgOpencontainersImageAuthors` | *string* | :heavy_minus_sign: | The authors of the image |
11+
| `orgOpencontainersImageCreated` | *string* | :heavy_minus_sign: | The time the image was created |
12+
| `orgOpencontainersImageDescription` | *string* | :heavy_minus_sign: | Human-readable description of the software packaged in the image |
13+
| `orgOpencontainersImageDocumentation` | *string* | :heavy_minus_sign: | The documentation URL of the image |
14+
| `orgOpencontainersImageLicenses` | *string* | :heavy_minus_sign: | N/A |
15+
| `orgOpencontainersImageRefName` | *string* | :heavy_minus_sign: | Name of the reference for a target |
16+
| `orgOpencontainersImageRevision` | *string* | :heavy_minus_sign: | Source control revision identifier |
17+
| `orgOpencontainersImageSource` | *string* | :heavy_minus_sign: | The URL to get source code for building the image |
18+
| `orgOpencontainersImageTitle` | *string* | :heavy_minus_sign: | Human-readable title of the image |
19+
| `orgOpencontainersImageUrl` | *string* | :heavy_minus_sign: | The URL of the image |
20+
| `orgOpencontainersImageVendor` | *string* | :heavy_minus_sign: | Name of the distributing entity, organization or individual. |
21+
| `orgOpencontainersImageVersion` | *string* | :heavy_minus_sign: | The version of the packaged software |

docs/sdk/models/shared/apikeydetails.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
| `accountType` | [shared.AccountType](../../../sdk/models/shared/accounttype.md) | :heavy_check_mark: | N/A |
99
| `featureFlags` | [shared.FeatureFlags](../../../sdk/models/shared/featureflags.md)[] | :heavy_check_mark: | N/A |
1010
| `generationAccessUnlimited` | *boolean* | :heavy_minus_sign: | N/A |
11-
| `workspaceId` | *string* | :heavy_check_mark: | N/A |
11+
| `orgSlug` | *string* | :heavy_check_mark: | N/A |
12+
| `workspaceId` | *string* | :heavy_check_mark: | N/A |
13+
| `workspaceSlug` | *string* | :heavy_check_mark: | N/A |

docs/sdks/events/README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ REST APIs for capturing event data
88
### Available Operations
99

1010
* [getWorkspaceEvents](#getworkspaceevents) - Load recent events for a particular workspace
11+
* [getWorkspaceEventsBySourceRevisionDigest](#getworkspaceeventsbysourcerevisiondigest) - Load events for a particular workspace and source revision digest
1112
* [getWorkspaceTargets](#getworkspacetargets) - Load targets for a particular workspace
1213
* [postWorkspaceEvents](#postworkspaceevents) - Post events for a specific workspace
1314

@@ -55,6 +56,52 @@ run();
5556
| --------------- | --------------- | --------------- |
5657
| errors.SDKError | 4xx-5xx | */* |
5758

59+
## getWorkspaceEventsBySourceRevisionDigest
60+
61+
Load events for a particular workspace and source revision digest
62+
63+
### Example Usage
64+
65+
```typescript
66+
import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
67+
68+
async function run() {
69+
const sdk = new Speakeasy({
70+
security: {
71+
apiKey: "<YOUR_API_KEY_HERE>",
72+
},
73+
workspaceID: "<value>",
74+
});
75+
76+
const res = await sdk.events.getWorkspaceEventsBySourceRevisionDigest({
77+
sourceRevisionDigest: "<value>",
78+
});
79+
80+
if (res.statusCode == 200) {
81+
// handle response
82+
}
83+
}
84+
85+
run();
86+
```
87+
88+
### Parameters
89+
90+
| Parameter | Type | Required | Description |
91+
| -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
92+
| `request` | [operations.GetWorkspaceEventsBySourceRevisionDigestRequest](../../sdk/models/operations/getworkspaceeventsbysourcerevisiondigestrequest.md) | :heavy_check_mark: | The request object to use for the request. |
93+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
94+
95+
96+
### Response
97+
98+
**Promise<[operations.GetWorkspaceEventsBySourceRevisionDigestResponse](../../sdk/models/operations/getworkspaceeventsbysourcerevisiondigestresponse.md)>**
99+
### Errors
100+
101+
| Error Object | Status Code | Content Type |
102+
| --------------- | --------------- | --------------- |
103+
| errors.SDKError | 4xx-5xx | */* |
104+
58105
## getWorkspaceTargets
59106

60107
Load targets for a particular workspace

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

0 commit comments

Comments
 (0)