Skip to content

Commit 4472d63

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.250.0
1 parent 177291a commit 4472d63

28 files changed

+643
-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: 17e2e733dfd588a7103c3c70e91b24b5
4+
docChecksum: 5cec61dd888a82ca19ee8faa021b6fcf
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.244.0
7-
generationVersion: 2.301.0
8-
releaseVersion: 5.6.4
9-
configChecksum: 0fe25622f36d9a64240ebf5fa2f1effe
6+
speakeasyVersion: 1.250.0
7+
generationVersion: 2.304.1
8+
releaseVersion: 5.6.5
9+
configChecksum: e82e28df8899c213fc22351b536f034a
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
@@ -29,6 +29,7 @@ generatedFiles:
2929
- src/speakeasy/apiendpoints.py
3030
- src/speakeasy/metadata.py
3131
- src/speakeasy/schemas.py
32+
- src/speakeasy/artifacts.py
3233
- src/speakeasy/auth.py
3334
- src/speakeasy/requests.py
3435
- src/speakeasy/organizations.py
@@ -69,6 +70,9 @@ generatedFiles:
6970
- src/speakeasy/models/operations/getschemarevision.py
7071
- src/speakeasy/models/operations/getschemas.py
7172
- src/speakeasy/models/operations/registerschema.py
73+
- src/speakeasy/models/operations/getnamespaces.py
74+
- src/speakeasy/models/operations/getrevisions.py
75+
- src/speakeasy/models/operations/preflight.py
7276
- src/speakeasy/models/operations/getaccesstoken.py
7377
- src/speakeasy/models/operations/getuser.py
7478
- src/speakeasy/models/operations/getworkspaceaccess.py
@@ -93,6 +97,11 @@ generatedFiles:
9397
- src/speakeasy/models/shared/versionmetadata_input.py
9498
- src/speakeasy/models/shared/schema.py
9599
- src/speakeasy/models/shared/schemadiff.py
100+
- src/speakeasy/models/shared/getnamespacesresponse.py
101+
- src/speakeasy/models/shared/namespace.py
102+
- src/speakeasy/models/shared/getrevisionsresponse.py
103+
- src/speakeasy/models/shared/revision.py
104+
- src/speakeasy/models/shared/preflighttoken.py
96105
- src/speakeasy/models/shared/accesstoken.py
97106
- src/speakeasy/models/shared/user.py
98107
- src/speakeasy/models/shared/accessdetails.py
@@ -169,6 +178,10 @@ generatedFiles:
169178
- docs/models/operations/registerschemarequestbody.md
170179
- docs/models/operations/registerschemarequest.md
171180
- docs/models/operations/registerschemaresponse.md
181+
- docs/models/operations/getnamespacesresponse.md
182+
- docs/models/operations/getrevisionsrequest.md
183+
- docs/models/operations/getrevisionsresponse.md
184+
- docs/models/operations/preflightresponse.md
172185
- docs/models/operations/getaccesstokenrequest.md
173186
- docs/models/operations/getaccesstokenresponse.md
174187
- docs/models/operations/getuserresponse.md
@@ -207,6 +220,11 @@ generatedFiles:
207220
- docs/models/shared/schema.md
208221
- docs/models/shared/valuechange.md
209222
- docs/models/shared/schemadiff.md
223+
- docs/models/shared/getnamespacesresponse.md
224+
- docs/models/shared/namespace.md
225+
- docs/models/shared/getrevisionsresponse.md
226+
- docs/models/shared/revision.md
227+
- docs/models/shared/preflighttoken.md
210228
- docs/models/shared/claims.md
211229
- docs/models/shared/accesstokenuser.md
212230
- docs/models/shared/workspaces.md
@@ -236,6 +254,7 @@ generatedFiles:
236254
- docs/sdks/apiendpoints/README.md
237255
- docs/sdks/metadata/README.md
238256
- docs/sdks/schemas/README.md
257+
- docs/sdks/artifacts/README.md
239258
- docs/models/utils/retryconfig.md
240259
- docs/sdks/auth/README.md
241260
- docs/sdks/requests/README.md

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ if res.apis is not None:
7575
* [get_schemas](docs/sdks/schemas/README.md#get_schemas) - Get information about all schemas associated with a particular apiID.
7676
* [register_schema](docs/sdks/schemas/README.md#register_schema) - Register a schema.
7777

78+
### [artifacts](docs/sdks/artifacts/README.md)
79+
80+
* [get_namespaces](docs/sdks/artifacts/README.md#get_namespaces) - Each namespace contains many revisions.
81+
* [get_revisions](docs/sdks/artifacts/README.md#get_revisions)
82+
* [preflight](docs/sdks/artifacts/README.md#preflight) - Get access token for communicating with OCI distribution endpoints
83+
7884
### [auth](docs/sdks/auth/README.md)
7985

8086
* [get_access_token](docs/sdks/auth/README.md#get_access_token) - Get or refresh an access token for the current workspace.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,4 +1426,14 @@ Based on:
14261426
### Generated
14271427
- [python v5.6.4] .
14281428
### Releases
1429-
- [PyPI v5.6.4] https://pypi.org/project/speakeasy-client-sdk-python/5.6.4 - .
1429+
- [PyPI v5.6.4] https://pypi.org/project/speakeasy-client-sdk-python/5.6.4 - .
1430+
1431+
## 2024-04-12 00:10:45
1432+
### Changes
1433+
Based on:
1434+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1435+
- Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy
1436+
### Generated
1437+
- [python v5.6.5] .
1438+
### Releases
1439+
- [PyPI v5.6.5] https://pypi.org/project/speakeasy-client-sdk-python/5.6.5 - .
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetNamespacesResponse
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+
| `get_namespaces_response` | [Optional[shared.GetNamespacesResponse]](../../models/shared/getnamespacesresponse.md) | :heavy_minus_sign: | OK |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GetRevisionsRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
8+
| `namespace_id` | *str* | :heavy_check_mark: | N/A |
9+
| `next_page_token` | *Optional[str]* | :heavy_minus_sign: | Token to retrieve the next page of results |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetRevisionsResponse
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+
| `get_revisions_response` | [Optional[shared.GetRevisionsResponse]](../../models/shared/getrevisionsresponse.md) | :heavy_minus_sign: | OK |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# PreflightResponse
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+
| `preflight_token` | [Optional[shared.PreflightToken]](../../models/shared/preflighttoken.md) | :heavy_minus_sign: | OK |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GetNamespacesResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
8+
| `items` | List[[shared.Namespace](../../models/shared/namespace.md)] | :heavy_check_mark: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GetRevisionsResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8+
| `items` | List[[shared.Revision](../../models/shared/revision.md)] | :heavy_check_mark: | N/A |
9+
| `next_page_token` | *str* | :heavy_check_mark: | N/A |

docs/models/shared/namespace.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Namespace
2+
3+
A namespace contains many revisions.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
10+
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A |
11+
| `id` | *str* | :heavy_check_mark: | A human readable name for the namespace. |
12+
| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)