Skip to content

Commit c103955

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.219.2
1 parent b1b5ec3 commit c103955

File tree

18 files changed

+7013
-1014
lines changed

18 files changed

+7013
-1014
lines changed

.speakeasy/gen.lock

Lines changed: 10 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: 3d1ffb0cc7307a0362c5389c0fa1fdb5
4+
docChecksum: 17e2e733dfd588a7103c3c70e91b24b5
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.213.0
7-
generationVersion: 2.283.1
8-
releaseVersion: 3.1.16
9-
configChecksum: 5e243703154e2ff9a7373ce227c7eb13
6+
speakeasyVersion: 1.219.2
7+
generationVersion: 2.286.7
8+
releaseVersion: 3.1.17
9+
configChecksum: 2164c0ff922192a589f3a4237c9ef331
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
@@ -78,6 +78,7 @@ generatedFiles:
7878
- src/sdk/models/operations/getschemas.ts
7979
- src/sdk/models/operations/registerschema.ts
8080
- src/sdk/models/operations/getaccesstoken.ts
81+
- src/sdk/models/operations/getuser.ts
8182
- src/sdk/models/operations/getworkspaceaccess.ts
8283
- src/sdk/models/operations/validateapikey.ts
8384
- src/sdk/models/operations/generaterequestpostmancollection.ts
@@ -101,6 +102,7 @@ generatedFiles:
101102
- src/sdk/models/shared/schema.ts
102103
- src/sdk/models/shared/schemadiff.ts
103104
- src/sdk/models/shared/accesstoken.ts
105+
- src/sdk/models/shared/user.ts
104106
- src/sdk/models/shared/accessdetails.ts
105107
- src/sdk/models/shared/apikeydetails.ts
106108
- src/sdk/models/shared/unboundedrequest.ts
@@ -174,6 +176,7 @@ generatedFiles:
174176
- docs/sdk/models/operations/registerschemaresponse.md
175177
- docs/sdk/models/operations/getaccesstokenrequest.md
176178
- docs/sdk/models/operations/getaccesstokenresponse.md
179+
- docs/sdk/models/operations/getuserresponse.md
177180
- docs/sdk/models/operations/getworkspaceaccessrequest.md
178181
- docs/sdk/models/operations/getworkspaceaccessresponse.md
179182
- docs/sdk/models/operations/validateapikeyresponse.md
@@ -207,9 +210,10 @@ generatedFiles:
207210
- docs/sdk/models/shared/valuechange.md
208211
- docs/sdk/models/shared/schemadiff.md
209212
- docs/sdk/models/shared/claims.md
210-
- docs/sdk/models/shared/user.md
213+
- docs/sdk/models/shared/accesstokenuser.md
211214
- docs/sdk/models/shared/workspaces.md
212215
- docs/sdk/models/shared/accesstoken.md
216+
- docs/sdk/models/shared/user.md
213217
- docs/sdk/models/shared/level.md
214218
- docs/sdk/models/shared/accessdetails.md
215219
- docs/sdk/models/shared/accounttype.md

README.md

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

9696
* [getAccessToken](docs/sdks/auth/README.md#getaccesstoken) - Get or refresh an access token for the current workspace.
97+
* [getUser](docs/sdks/auth/README.md#getuser) - Get information about the current user.
9798
* [getWorkspaceAccess](docs/sdks/auth/README.md#getworkspaceaccess) - Get access allowances for a particular workspace
9899
* [validateApiKey](docs/sdks/auth/README.md#validateapikey) - Validate the current api key.
99100

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,4 +1306,14 @@ Based on:
13061306
### Generated
13071307
- [typescript v3.1.16] .
13081308
### Releases
1309-
- [NPM v3.1.16] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.16 - .
1309+
- [NPM v3.1.16] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.16 - .
1310+
1311+
## 2024-03-22 00:11:13
1312+
### Changes
1313+
Based on:
1314+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1315+
- Speakeasy CLI 1.219.2 (2.286.7) https://github.com/speakeasy-api/speakeasy
1316+
### Generated
1317+
- [typescript v3.1.17] .
1318+
### Releases
1319+
- [NPM v3.1.17] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.17 - .
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetUserResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `error` | [shared.ErrorT](../../../sdk/models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
12+
| `user` | [shared.User](../../../sdk/models/shared/user.md) | :heavy_minus_sign: | OK |

docs/sdk/models/shared/accesstoken.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ An AccessToken is a token that can be used to authenticate with the Speakeasy AP
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
10-
| `accessToken` | *string* | :heavy_check_mark: | N/A |
11-
| `claims` | [shared.Claims](../../../sdk/models/shared/claims.md) | :heavy_check_mark: | N/A |
12-
| `user` | [shared.User](../../../sdk/models/shared/user.md) | :heavy_check_mark: | N/A |
13-
| `workspaces` | [shared.Workspaces](../../../sdk/models/shared/workspaces.md)[] | :heavy_minus_sign: | N/A |
8+
| Field | Type | Required | Description |
9+
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
10+
| `accessToken` | *string* | :heavy_check_mark: | N/A |
11+
| `claims` | [shared.Claims](../../../sdk/models/shared/claims.md) | :heavy_check_mark: | N/A |
12+
| `user` | [shared.AccessTokenUser](../../../sdk/models/shared/accesstokenuser.md) | :heavy_check_mark: | N/A |
13+
| `workspaces` | [shared.Workspaces](../../../sdk/models/shared/workspaces.md)[] | :heavy_minus_sign: | N/A |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AccessTokenUser
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8+
| `admin` | *boolean* | :heavy_minus_sign: | N/A |
9+
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
10+
| `displayName` | *string* | :heavy_minus_sign: | N/A |
11+
| `email` | *string* | :heavy_minus_sign: | N/A |
12+
| `emailVerified` | *boolean* | :heavy_minus_sign: | N/A |
13+
| `id` | *string* | :heavy_minus_sign: | N/A |

docs/sdk/models/shared/user.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
55

66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8-
| `admin` | *boolean* | :heavy_minus_sign: | N/A |
9-
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
10-
| `displayName` | *string* | :heavy_minus_sign: | N/A |
11-
| `email` | *string* | :heavy_minus_sign: | N/A |
12-
| `emailVerified` | *boolean* | :heavy_minus_sign: | N/A |
13-
| `id` | *string* | :heavy_minus_sign: | N/A |
8+
| `admin` | *boolean* | :heavy_check_mark: | Indicates whether the user is an admin. |
9+
| `confirmed` | *boolean* | :heavy_check_mark: | Indicates whether the user has been confirmed. |
10+
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Timestamp of the user's creation. |
11+
| `defaultWorkspaceId` | *string* | :heavy_minus_sign: | Identifier of the default workspace. |
12+
| `displayName` | *string* | :heavy_check_mark: | Display name of the user. |
13+
| `email` | *string* | :heavy_check_mark: | Email address of the user. |
14+
| `emailVerified` | *boolean* | :heavy_check_mark: | Indicates whether the email address has been verified. |
15+
| `githubHandle` | *string* | :heavy_minus_sign: | GitHub handle of the user. |
16+
| `id` | *string* | :heavy_check_mark: | Unique identifier for the user. |
17+
| `lastLoginAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Timestamp of the last login. |
18+
| `photoUrl` | *string* | :heavy_minus_sign: | URL of the user's photo. |
19+
| `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Timestamp of the user's last update. |
20+
| `whitelisted` | *boolean* | :heavy_check_mark: | Indicates whether the user has been whitelisted. |

0 commit comments

Comments
 (0)