Skip to content

Commit 710c5cf

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.310.0
1 parent a809285 commit 710c5cf

16 files changed

+6938
-998
lines changed

.speakeasy/gen.lock

+10-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: faf7375f0e20304e1fb56c4a4b633e29
4+
docChecksum: eb530f662240663b5cb067995daf351c
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.308.2
7-
generationVersion: 2.342.6
8-
releaseVersion: 3.3.7
9-
configChecksum: 122423fbf9ec58565868799645d93f1b
6+
speakeasyVersion: 1.310.0
7+
generationVersion: 2.347.4
8+
releaseVersion: 3.3.8
9+
configChecksum: 5697823af68aed5e9f371b9055d1f2da
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
@@ -96,6 +96,7 @@ generatedFiles:
9696
- src/sdk/models/operations/generaterequestpostmancollection.ts
9797
- src/sdk/models/operations/getrequestfromeventlog.ts
9898
- src/sdk/models/operations/queryeventlog.ts
99+
- src/sdk/models/operations/fetchpublishingprs.ts
99100
- src/sdk/models/operations/githubcheckaccess.ts
100101
- src/sdk/models/operations/githubcheckpublishingsecrets.ts
101102
- src/sdk/models/operations/githubconfiguretarget.ts
@@ -147,6 +148,7 @@ generatedFiles:
147148
- src/sdk/models/shared/requestmetadata.ts
148149
- src/sdk/models/shared/filters.ts
149150
- src/sdk/models/shared/filter.ts
151+
- src/sdk/models/shared/githubpublishingprresponse.ts
150152
- src/sdk/models/shared/githubmissingpublishingsecretsresponse.ts
151153
- src/sdk/models/shared/githubconfiguretargetrequest.ts
152154
- src/sdk/models/shared/githubstorepublishingsecretsrequest.ts
@@ -242,6 +244,8 @@ generatedFiles:
242244
- docs/sdk/models/operations/getrequestfromeventlogresponse.md
243245
- docs/sdk/models/operations/queryeventlogrequest.md
244246
- docs/sdk/models/operations/queryeventlogresponse.md
247+
- docs/sdk/models/operations/fetchpublishingprsrequest.md
248+
- docs/sdk/models/operations/fetchpublishingprsresponse.md
245249
- docs/sdk/models/operations/githubcheckaccessrequest.md
246250
- docs/sdk/models/operations/githubcheckaccessresponse.md
247251
- docs/sdk/models/operations/githubcheckpublishingsecretsrequest.md
@@ -321,6 +325,7 @@ generatedFiles:
321325
- docs/sdk/models/shared/requestmetadata.md
322326
- docs/sdk/models/shared/filters.md
323327
- docs/sdk/models/shared/filter.md
328+
- docs/sdk/models/shared/githubpublishingprresponse.md
324329
- docs/sdk/models/shared/githubmissingpublishingsecretsresponse.md
325330
- docs/sdk/models/shared/githubconfiguretargetrequest.md
326331
- docs/sdk/models/shared/githubstorepublishingsecretsrequest.md

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ run();
115115

116116
### [github](docs/sdks/github/README.md)
117117

118+
* [fetchPublishingPRs](docs/sdks/github/README.md#fetchpublishingprs)
118119
* [githubCheckAccess](docs/sdks/github/README.md#githubcheckaccess)
119120
* [githubCheckPublishingSecrets](docs/sdks/github/README.md#githubcheckpublishingsecrets)
120121
* [githubConfigureTarget](docs/sdks/github/README.md#githubconfiguretarget)

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1536,4 +1536,14 @@ Based on:
15361536
### Generated
15371537
- [typescript v3.3.7] .
15381538
### Releases
1539-
- [NPM v3.3.7] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.7 - .
1539+
- [NPM v3.3.7] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.7 - .
1540+
1541+
## 2024-06-20 00:11:56
1542+
### Changes
1543+
Based on:
1544+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1545+
- Speakeasy CLI 1.310.0 (2.347.4) https://github.com/speakeasy-api/speakeasy
1546+
### Generated
1547+
- [typescript v3.3.8] .
1548+
### Releases
1549+
- [NPM v3.3.8] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.8 - .
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# FetchPublishingPRsRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------- | ------------------- | ------------------- | ------------------- |
8+
| `generateGenLockId` | *string* | :heavy_check_mark: | N/A |
9+
| `org` | *string* | :heavy_check_mark: | N/A |
10+
| `repo` | *string* | :heavy_check_mark: | N/A |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# FetchPublishingPRsResponse
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+
| `githubPublishingPRResponse` | [shared.GithubPublishingPRResponse](../../../sdk/models/shared/githubpublishingprresponse.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 |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubPublishingPRResponse
2+
3+
Open generation PRs pending publishing
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
10+
| `generationPullRequest` | *string* | :heavy_minus_sign: | N/A |
11+
| `pendingVersion` | *string* | :heavy_minus_sign: | N/A |

docs/sdks/github/README.md

+46
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,58 @@
33

44
### Available Operations
55

6+
* [fetchPublishingPRs](#fetchpublishingprs)
67
* [githubCheckAccess](#githubcheckaccess)
78
* [githubCheckPublishingSecrets](#githubcheckpublishingsecrets)
89
* [githubConfigureTarget](#githubconfiguretarget)
910
* [githubStorePublishingSecrets](#githubstorepublishingsecrets)
1011
* [githubTriggerAction](#githubtriggeraction)
1112

13+
## fetchPublishingPRs
14+
15+
### Example Usage
16+
17+
```typescript
18+
import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
19+
20+
async function run() {
21+
const sdk = new Speakeasy({
22+
security: {
23+
apiKey: "<YOUR_API_KEY_HERE>",
24+
},
25+
});
26+
27+
const res = await sdk.github.fetchPublishingPRs({
28+
generateGenLockId: "<value>",
29+
org: "<value>",
30+
repo: "<value>",
31+
});
32+
33+
if (res.statusCode == 200) {
34+
// handle response
35+
}
36+
}
37+
38+
run();
39+
```
40+
41+
### Parameters
42+
43+
| Parameter | Type | Required | Description |
44+
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
45+
| `request` | [operations.FetchPublishingPRsRequest](../../sdk/models/operations/fetchpublishingprsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
46+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
47+
48+
49+
### Response
50+
51+
**Promise<[operations.FetchPublishingPRsResponse](../../sdk/models/operations/fetchpublishingprsresponse.md)>**
52+
### Errors
53+
54+
| Error Object | Status Code | Content Type |
55+
| --------------- | --------------- | --------------- |
56+
| errors.SDKError | 4xx-5xx | */* |
57+
1258
## githubCheckAccess
1359

1460
### Example Usage

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

0 commit comments

Comments
 (0)