Skip to content

Commit 1f4c8c5

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.293.1
1 parent 4a3c625 commit 1f4c8c5

30 files changed

+774
-13
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: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
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: 5.9.0
9-
configChecksum: 72d9a0b8b92ec65a14387c0ccd2cf858
6+
speakeasyVersion: 1.293.1
7+
generationVersion: 2.333.3
8+
releaseVersion: 5.9.1
9+
configChecksum: e16961395bd72b354338bd64a93ff0d8
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
@@ -38,6 +38,7 @@ generatedFiles:
3838
- src/speakeasy/artifacts.py
3939
- src/speakeasy/auth.py
4040
- src/speakeasy/requests.py
41+
- src/speakeasy/github.py
4142
- src/speakeasy/organizations.py
4243
- src/speakeasy/reports.py
4344
- src/speakeasy/embeds.py
@@ -90,6 +91,10 @@ generatedFiles:
9091
- src/speakeasy/models/operations/generaterequestpostmancollection.py
9192
- src/speakeasy/models/operations/getrequestfromeventlog.py
9293
- src/speakeasy/models/operations/queryeventlog.py
94+
- src/speakeasy/models/operations/githubcheckaccess.py
95+
- src/speakeasy/models/operations/githubconfiguretarget.py
96+
- src/speakeasy/models/operations/githubtriggeraction.py
97+
- src/speakeasy/models/operations/getorganizationusage.py
9398
- src/speakeasy/models/operations/getorganizations.py
9499
- src/speakeasy/models/operations/getchangesreportsignedurl.py
95100
- src/speakeasy/models/operations/getlintingreportsignedurl.py
@@ -133,6 +138,10 @@ generatedFiles:
133138
- src/speakeasy/models/shared/requestmetadata.py
134139
- src/speakeasy/models/shared/filters.py
135140
- src/speakeasy/models/shared/filter_.py
141+
- src/speakeasy/models/shared/githubconfiguretargetrequest.py
142+
- src/speakeasy/models/shared/githubtriggeractionrequest.py
143+
- src/speakeasy/models/shared/organizationusageresponse.py
144+
- src/speakeasy/models/shared/organizationusage.py
136145
- src/speakeasy/models/shared/organization.py
137146
- src/speakeasy/models/shared/report.py
138147
- src/speakeasy/models/shared/embedaccesstokenresponse.py
@@ -225,6 +234,11 @@ generatedFiles:
225234
- docs/models/operations/getrequestfromeventlogresponse.md
226235
- docs/models/operations/queryeventlogrequest.md
227236
- docs/models/operations/queryeventlogresponse.md
237+
- docs/models/operations/githubcheckaccessrequest.md
238+
- docs/models/operations/githubcheckaccessresponse.md
239+
- docs/models/operations/githubconfiguretargetresponse.md
240+
- docs/models/operations/githubtriggeractionresponse.md
241+
- docs/models/operations/getorganizationusageresponse.md
228242
- docs/models/operations/getorganizationsresponse.md
229243
- docs/models/operations/getchangesreportsignedurlrequest.md
230244
- docs/models/operations/getchangesreportsignedurlsignedaccess.md
@@ -292,6 +306,10 @@ generatedFiles:
292306
- docs/models/shared/requestmetadata.md
293307
- docs/models/shared/filters.md
294308
- docs/models/shared/filter_.md
309+
- docs/models/shared/githubconfiguretargetrequest.md
310+
- docs/models/shared/githubtriggeractionrequest.md
311+
- docs/models/shared/organizationusageresponse.md
312+
- docs/models/shared/organizationusage.md
295313
- docs/models/shared/organizationaccounttype.md
296314
- docs/models/shared/organization.md
297315
- docs/models/shared/type.md
@@ -314,6 +332,7 @@ generatedFiles:
314332
- docs/models/utils/retryconfig.md
315333
- docs/sdks/auth/README.md
316334
- docs/sdks/requests/README.md
335+
- docs/sdks/github/README.md
317336
- docs/sdks/organizations/README.md
318337
- docs/sdks/reports/README.md
319338
- docs/sdks/embeds/README.md

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,15 @@ if res.apis is not None:
9595
* [get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
9696
* [query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
9797

98+
### [github](docs/sdks/github/README.md)
99+
100+
* [github_check_access](docs/sdks/github/README.md#github_check_access)
101+
* [github_configure_target](docs/sdks/github/README.md#github_configure_target)
102+
* [github_trigger_action](docs/sdks/github/README.md#github_trigger_action)
103+
98104
### [organizations](docs/sdks/organizations/README.md)
99105

106+
* [get_organization_usage](docs/sdks/organizations/README.md#get_organization_usage) - Get billing usage summary for a particular organization
100107
* [get_organizations](docs/sdks/organizations/README.md#get_organizations) - Get organizations for a user
101108

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1556,4 +1556,14 @@ Based on:
15561556
### Generated
15571557
- [python v5.9.0] .
15581558
### Releases
1559-
- [PyPI v5.9.0] https://pypi.org/project/speakeasy-client-sdk-python/5.9.0 - .
1559+
- [PyPI v5.9.0] https://pypi.org/project/speakeasy-client-sdk-python/5.9.0 - .
1560+
1561+
## 2024-05-18 00:11:07
1562+
### Changes
1563+
Based on:
1564+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1565+
- Speakeasy CLI 1.293.1 (2.333.3) https://github.com/speakeasy-api/speakeasy
1566+
### Generated
1567+
- [python v5.9.1] .
1568+
### Releases
1569+
- [PyPI v5.9.1] https://pypi.org/project/speakeasy-client-sdk-python/5.9.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+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response |
12+
| `organization_usage_response` | [Optional[shared.OrganizationUsageResponse]](../../models/shared/organizationusageresponse.md) | :heavy_minus_sign: | OK |
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` | *str* | :heavy_check_mark: | N/A |
9+
| `repo` | *str* | :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+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response |
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+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response |
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+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response |
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` | *str* | :heavy_check_mark: | The GitHub organization name |
11+
| `repo_name` | *str* | :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+
| `gen_lock_id` | *str* | :heavy_check_mark: | The generation lock ID |
11+
| `org` | *str* | :heavy_check_mark: | The GitHub organization name |
12+
| `repo_name` | *str* | :heavy_check_mark: | The GitHub repository name |
13+
| `target_name` | *Optional[str]* | :heavy_minus_sign: | The target name for the action |

0 commit comments

Comments
 (0)