Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.293.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed May 18, 2024
1 parent 4a3c625 commit 1f4c8c5
Show file tree
Hide file tree
Showing 30 changed files with 774 additions and 13 deletions.
29 changes: 24 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
management:
docChecksum: f3ee86ef6f2ca4b47599522e63754f76
docChecksum: 5dd84d4ef84bb4a4426881954f176d08
docVersion: 0.4.0 .
speakeasyVersion: 1.291.0
generationVersion: 2.332.4
releaseVersion: 5.9.0
configChecksum: 72d9a0b8b92ec65a14387c0ccd2cf858
speakeasyVersion: 1.293.1
generationVersion: 2.333.3
releaseVersion: 5.9.1
configChecksum: e16961395bd72b354338bd64a93ff0d8
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
Expand Down Expand Up @@ -38,6 +38,7 @@ generatedFiles:
- src/speakeasy/artifacts.py
- src/speakeasy/auth.py
- src/speakeasy/requests.py
- src/speakeasy/github.py
- src/speakeasy/organizations.py
- src/speakeasy/reports.py
- src/speakeasy/embeds.py
Expand Down Expand Up @@ -90,6 +91,10 @@ generatedFiles:
- src/speakeasy/models/operations/generaterequestpostmancollection.py
- src/speakeasy/models/operations/getrequestfromeventlog.py
- src/speakeasy/models/operations/queryeventlog.py
- src/speakeasy/models/operations/githubcheckaccess.py
- src/speakeasy/models/operations/githubconfiguretarget.py
- src/speakeasy/models/operations/githubtriggeraction.py
- src/speakeasy/models/operations/getorganizationusage.py
- src/speakeasy/models/operations/getorganizations.py
- src/speakeasy/models/operations/getchangesreportsignedurl.py
- src/speakeasy/models/operations/getlintingreportsignedurl.py
Expand Down Expand Up @@ -133,6 +138,10 @@ generatedFiles:
- src/speakeasy/models/shared/requestmetadata.py
- src/speakeasy/models/shared/filters.py
- src/speakeasy/models/shared/filter_.py
- src/speakeasy/models/shared/githubconfiguretargetrequest.py
- src/speakeasy/models/shared/githubtriggeractionrequest.py
- src/speakeasy/models/shared/organizationusageresponse.py
- src/speakeasy/models/shared/organizationusage.py
- src/speakeasy/models/shared/organization.py
- src/speakeasy/models/shared/report.py
- src/speakeasy/models/shared/embedaccesstokenresponse.py
Expand Down Expand Up @@ -225,6 +234,11 @@ generatedFiles:
- docs/models/operations/getrequestfromeventlogresponse.md
- docs/models/operations/queryeventlogrequest.md
- docs/models/operations/queryeventlogresponse.md
- docs/models/operations/githubcheckaccessrequest.md
- docs/models/operations/githubcheckaccessresponse.md
- docs/models/operations/githubconfiguretargetresponse.md
- docs/models/operations/githubtriggeractionresponse.md
- docs/models/operations/getorganizationusageresponse.md
- docs/models/operations/getorganizationsresponse.md
- docs/models/operations/getchangesreportsignedurlrequest.md
- docs/models/operations/getchangesreportsignedurlsignedaccess.md
Expand Down Expand Up @@ -292,6 +306,10 @@ generatedFiles:
- docs/models/shared/requestmetadata.md
- docs/models/shared/filters.md
- docs/models/shared/filter_.md
- docs/models/shared/githubconfiguretargetrequest.md
- docs/models/shared/githubtriggeractionrequest.md
- docs/models/shared/organizationusageresponse.md
- docs/models/shared/organizationusage.md
- docs/models/shared/organizationaccounttype.md
- docs/models/shared/organization.md
- docs/models/shared/type.md
Expand All @@ -314,6 +332,7 @@ generatedFiles:
- docs/models/utils/retryconfig.md
- docs/sdks/auth/README.md
- docs/sdks/requests/README.md
- docs/sdks/github/README.md
- docs/sdks/organizations/README.md
- docs/sdks/reports/README.md
- docs/sdks/embeds/README.md
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,15 @@ if res.apis is not None:
* [get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
* [query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.

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

* [github_check_access](docs/sdks/github/README.md#github_check_access)
* [github_configure_target](docs/sdks/github/README.md#github_configure_target)
* [github_trigger_action](docs/sdks/github/README.md#github_trigger_action)

### [organizations](docs/sdks/organizations/README.md)

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

### [reports](docs/sdks/reports/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1556,4 +1556,14 @@ Based on:
### Generated
- [python v5.9.0] .
### Releases
- [PyPI v5.9.0] https://pypi.org/project/speakeasy-client-sdk-python/5.9.0 - .
- [PyPI v5.9.0] https://pypi.org/project/speakeasy-client-sdk-python/5.9.0 - .

## 2024-05-18 00:11:07
### Changes
Based on:
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.293.1 (2.333.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.9.1] .
### Releases
- [PyPI v5.9.1] https://pypi.org/project/speakeasy-client-sdk-python/5.9.1 - .
12 changes: 12 additions & 0 deletions docs/models/operations/getorganizationusageresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GetOrganizationUsageResponse


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response |
| `organization_usage_response` | [Optional[shared.OrganizationUsageResponse]](../../models/shared/organizationusageresponse.md) | :heavy_minus_sign: | OK |
9 changes: 9 additions & 0 deletions docs/models/operations/githubcheckaccessrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# GithubCheckAccessRequest


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `org` | *str* | :heavy_check_mark: | N/A |
| `repo` | *str* | :heavy_check_mark: | N/A |
11 changes: 11 additions & 0 deletions docs/models/operations/githubcheckaccessresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GithubCheckAccessResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response |
11 changes: 11 additions & 0 deletions docs/models/operations/githubconfiguretargetresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GithubConfigureTargetResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response |
11 changes: 11 additions & 0 deletions docs/models/operations/githubtriggeractionresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GithubTriggerActionResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response |
11 changes: 11 additions & 0 deletions docs/models/shared/githubconfiguretargetrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GithubConfigureTargetRequest

A request to configure a GitHub target


## Fields

| Field | Type | Required | Description |
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
| `org` | *str* | :heavy_check_mark: | The GitHub organization name |
| `repo_name` | *str* | :heavy_check_mark: | The GitHub repository name |
13 changes: 13 additions & 0 deletions docs/models/shared/githubtriggeractionrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# GithubTriggerActionRequest

A request to trigger an action on a GitHub target


## Fields

| Field | Type | Required | Description |
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
| `gen_lock_id` | *str* | :heavy_check_mark: | The generation lock ID |
| `org` | *str* | :heavy_check_mark: | The GitHub organization name |
| `repo_name` | *str* | :heavy_check_mark: | The GitHub repository name |
| `target_name` | *Optional[str]* | :heavy_minus_sign: | The target name for the action |
14 changes: 14 additions & 0 deletions docs/models/shared/organizationusage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# OrganizationUsage


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `accessible` | *bool* | :heavy_check_mark: | Indicates if the features are accessible |
| `accessible_features` | List[*str*] | :heavy_check_mark: | Features that are accessible |
| `gen_lock_ids` | List[*str*] | :heavy_check_mark: | List of generation lock IDs |
| `language` | *str* | :heavy_check_mark: | The programming language used |
| `number_of_operations` | *int* | :heavy_check_mark: | Number of operations performed |
| `used_features` | List[*str*] | :heavy_check_mark: | Features that have been used |
| `workspaces` | List[*str*] | :heavy_check_mark: | List of workspace IDs |
13 changes: 13 additions & 0 deletions docs/models/shared/organizationusageresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OrganizationUsageResponse

A billing summary of organization usage


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `allowed_languages` | List[*str*] | :heavy_check_mark: | List of allowed languages |
| `total_allowed_languages` | *int* | :heavy_check_mark: | Total number of allowed languages, -1 if unlimited |
| `usage` | List[[shared.OrganizationUsage](../../models/shared/organizationusage.md)] | :heavy_check_mark: | N/A |
| `free_trial_expiry` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Expiry date of the free trial, will be null if no trial |
Loading

0 comments on commit 1f4c8c5

Please sign in to comment.