Skip to content

Commit 333ecc0

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.293.1
1 parent fab7c0d commit 333ecc0

30 files changed

+7686
-1013
lines changed

.speakeasy/gen.lock

Lines changed: 24 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: f3ee86ef6f2ca4b47599522e63754f76
4+
docChecksum: 5dd84d4ef84bb4a4426881954f176d08
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.291.0
7-
generationVersion: 2.332.4
8-
releaseVersion: 3.3.0
9-
configChecksum: 5753dc64f3ae26c7d6f70dd0e25489cf
6+
speakeasyVersion: 1.293.1
7+
generationVersion: 2.333.3
8+
releaseVersion: 3.3.1
9+
configChecksum: a7fa586f6b47a9c105da666f702812cb
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
@@ -31,6 +31,7 @@ generatedFiles:
3131
- src/sdk/artifacts.ts
3232
- src/sdk/auth.ts
3333
- src/sdk/requests.ts
34+
- src/sdk/github.ts
3435
- src/sdk/organizations.ts
3536
- src/sdk/reports.ts
3637
- src/sdk/embeds.ts
@@ -94,6 +95,10 @@ generatedFiles:
9495
- src/sdk/models/operations/generaterequestpostmancollection.ts
9596
- src/sdk/models/operations/getrequestfromeventlog.ts
9697
- src/sdk/models/operations/queryeventlog.ts
98+
- src/sdk/models/operations/githubcheckaccess.ts
99+
- src/sdk/models/operations/githubconfiguretarget.ts
100+
- src/sdk/models/operations/githubtriggeraction.ts
101+
- src/sdk/models/operations/getorganizationusage.ts
97102
- src/sdk/models/operations/getorganizations.ts
98103
- src/sdk/models/operations/getchangesreportsignedurl.ts
99104
- src/sdk/models/operations/getlintingreportsignedurl.ts
@@ -137,6 +142,10 @@ generatedFiles:
137142
- src/sdk/models/shared/requestmetadata.ts
138143
- src/sdk/models/shared/filters.ts
139144
- src/sdk/models/shared/filter.ts
145+
- src/sdk/models/shared/githubconfiguretargetrequest.ts
146+
- src/sdk/models/shared/githubtriggeractionrequest.ts
147+
- src/sdk/models/shared/organizationusageresponse.ts
148+
- src/sdk/models/shared/organizationusage.ts
140149
- src/sdk/models/shared/organization.ts
141150
- src/sdk/models/shared/report.ts
142151
- src/sdk/models/shared/embedaccesstokenresponse.ts
@@ -226,6 +235,11 @@ generatedFiles:
226235
- docs/sdk/models/operations/getrequestfromeventlogresponse.md
227236
- docs/sdk/models/operations/queryeventlogrequest.md
228237
- docs/sdk/models/operations/queryeventlogresponse.md
238+
- docs/sdk/models/operations/githubcheckaccessrequest.md
239+
- docs/sdk/models/operations/githubcheckaccessresponse.md
240+
- docs/sdk/models/operations/githubconfiguretargetresponse.md
241+
- docs/sdk/models/operations/githubtriggeractionresponse.md
242+
- docs/sdk/models/operations/getorganizationusageresponse.md
229243
- docs/sdk/models/operations/getorganizationsresponse.md
230244
- docs/sdk/models/operations/getchangesreportsignedurlrequest.md
231245
- docs/sdk/models/operations/getchangesreportsignedurlsignedaccess.md
@@ -289,6 +303,10 @@ generatedFiles:
289303
- docs/sdk/models/shared/requestmetadata.md
290304
- docs/sdk/models/shared/filters.md
291305
- docs/sdk/models/shared/filter.md
306+
- docs/sdk/models/shared/githubconfiguretargetrequest.md
307+
- docs/sdk/models/shared/githubtriggeractionrequest.md
308+
- docs/sdk/models/shared/organizationusageresponse.md
309+
- docs/sdk/models/shared/organizationusage.md
292310
- docs/sdk/models/shared/organizationaccounttype.md
293311
- docs/sdk/models/shared/organization.md
294312
- docs/sdk/models/shared/typet.md
@@ -310,6 +328,7 @@ generatedFiles:
310328
- docs/internal/utils/retryconfig.md
311329
- docs/sdks/auth/README.md
312330
- docs/sdks/requests/README.md
331+
- docs/sdks/github/README.md
313332
- docs/sdks/organizations/README.md
314333
- docs/sdks/reports/README.md
315334
- docs/sdks/embeds/README.md

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,15 @@ run();
113113
* [getRequestFromEventLog](docs/sdks/requests/README.md#getrequestfromeventlog) - Get information about a particular request.
114114
* [queryEventLog](docs/sdks/requests/README.md#queryeventlog) - Query the event log to retrieve a list of requests.
115115

116+
### [github](docs/sdks/github/README.md)
117+
118+
* [githubCheckAccess](docs/sdks/github/README.md#githubcheckaccess)
119+
* [githubConfigureTarget](docs/sdks/github/README.md#githubconfiguretarget)
120+
* [githubTriggerAction](docs/sdks/github/README.md#githubtriggeraction)
121+
116122
### [organizations](docs/sdks/organizations/README.md)
117123

124+
* [getOrganizationUsage](docs/sdks/organizations/README.md#getorganizationusage) - Get billing usage summary for a particular organization
118125
* [getOrganizations](docs/sdks/organizations/README.md#getorganizations) - Get organizations for a user
119126

120127
### [reports](docs/sdks/reports/README.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,4 +1466,14 @@ Based on:
14661466
### Generated
14671467
- [typescript v3.3.0] .
14681468
### Releases
1469-
- [NPM v3.3.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.0 - .
1469+
- [NPM v3.3.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.0 - .
1470+
1471+
## 2024-05-18 00:11:41
1472+
### Changes
1473+
Based on:
1474+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1475+
- Speakeasy CLI 1.293.1 (2.333.3) https://github.com/speakeasy-api/speakeasy
1476+
### Generated
1477+
- [typescript v3.3.1] .
1478+
### Releases
1479+
- [NPM v3.3.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.1 - .
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetOrganizationUsageResponse
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+
| `organizationUsageResponse` | [shared.OrganizationUsageResponse](../../../sdk/models/shared/organizationusageresponse.md) | :heavy_minus_sign: | OK |
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 |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GithubCheckAccessRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `org` | *string* | :heavy_check_mark: | N/A |
9+
| `repo` | *string* | :heavy_check_mark: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubCheckAccessResponse
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 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubConfigureTargetResponse
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 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubTriggerActionResponse
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 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubConfigureTargetRequest
2+
3+
A request to configure a GitHub target
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
10+
| `org` | *string* | :heavy_check_mark: | The GitHub organization name |
11+
| `repoName` | *string* | :heavy_check_mark: | The GitHub repository name |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# GithubTriggerActionRequest
2+
3+
A request to trigger an action on a GitHub target
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
10+
| `genLockId` | *string* | :heavy_check_mark: | The generation lock ID |
11+
| `org` | *string* | :heavy_check_mark: | The GitHub organization name |
12+
| `repoName` | *string* | :heavy_check_mark: | The GitHub repository name |
13+
| `targetName` | *string* | :heavy_minus_sign: | The target name for the action |

0 commit comments

Comments
 (0)