Skip to content

Commit 98a0e23

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.194.0
1 parent 72b65f8 commit 98a0e23

File tree

15 files changed

+6815
-1025
lines changed

15 files changed

+6815
-1025
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: 1e1fbb7b85b19b149be8f6b8a6916f76
4+
docChecksum: 2341dd6743191a8c0148cd7bca25811d
55
docVersion: 0.4.0
66
speakeasyVersion: internal
7-
generationVersion: 2.272.4
8-
releaseVersion: 3.1.7
9-
configChecksum: 76687d62103382dba2c9356ddb1dd007
7+
generationVersion: 2.272.7
8+
releaseVersion: 3.1.8
9+
configChecksum: 913292d207f43085b3f9beb5e14bcfa8
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
@@ -16,7 +16,7 @@ features:
1616
acceptHeaders: 2.81.1
1717
core: 3.4.8
1818
examples: 2.81.3
19-
globalSecurity: 2.82.3
19+
globalSecurity: 2.82.4
2020
globalServerURLs: 2.82.1
2121
globals: 2.81.1
2222
inputOutputModels: 2.83.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,4 +1216,14 @@ Based on:
12161216
### Generated
12171217
- [typescript v3.1.7] .
12181218
### Releases
1219-
- [NPM v3.1.7] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.7 - .
1219+
- [NPM v3.1.7] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.7 - .
1220+
1221+
## 2024-02-27 00:11:30
1222+
### Changes
1223+
Based on:
1224+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1225+
- Speakeasy CLI 1.194.0 (2.272.7) https://github.com/speakeasy-api/speakeasy
1226+
### Generated
1227+
- [typescript v3.1.8] .
1228+
### Releases
1229+
- [NPM v3.1.8] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.8 - .

docs/sdk/models/operations/getworkspaceeventsrequest.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8-
| `generateGenLockId` | *string* | :heavy_minus_sign: | Filter to only return events corresponding to a particular gen_lock_id |
9-
| `workspaceID` | *string* | :heavy_minus_sign: | Unique identifier of the workspace. |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
8+
| `afterCreatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Filter to only return events created after this timestamp |
9+
| `generateGenLockId` | *string* | :heavy_minus_sign: | Filter to only return events corresponding to a particular gen_lock_id (gen_lock_id uniquely identifies a target) |
10+
| `workspaceID` | *string* | :heavy_minus_sign: | Unique identifier of the workspace. |

docs/sdk/models/operations/getworkspacetargetsrequest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
8-
| `workspaceID` | *string* | :heavy_minus_sign: | Unique identifier of the workspace. |
6+
| Field | Type | Required | Description |
7+
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8+
| `afterLastEventCreatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Filter to only return targets with events created after this timestamp |
9+
| `workspaceID` | *string* | :heavy_minus_sign: | Unique identifier of the workspace. |

docs/sdk/models/shared/clievent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
| `gitRemoteDefaultOwner` | *string* | :heavy_minus_sign: | Default owner for git remote. |
3737
| `gitRemoteDefaultRepo` | *string* | :heavy_minus_sign: | Default repository name for git remote. |
3838
| `gitUserEmail` | *string* | :heavy_minus_sign: | User email from git configuration. |
39-
| `gitUserName` | *string* | :heavy_minus_sign: | User name from git configuration. |
39+
| `gitUserName` | *string* | :heavy_minus_sign: | User's name from git configuration. (not GitHub username) |
4040
| `hostname` | *string* | :heavy_minus_sign: | Remote hostname. |
4141
| `id` | *string* | :heavy_check_mark: | Unique identifier for each event. |
4242
| `interactionType` | [shared.InteractionType](../../../sdk/models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. |

0 commit comments

Comments
 (0)