Skip to content

Commit 9feea31

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.252.0
1 parent 4472d63 commit 9feea31

39 files changed

+792
-28
lines changed

.speakeasy/gen.lock

Lines changed: 27 additions & 6 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: 5cec61dd888a82ca19ee8faa021b6fcf
4+
docChecksum: 1867bd7891d65aa46bdee0032e33c25a
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.250.0
7-
generationVersion: 2.304.1
8-
releaseVersion: 5.6.5
9-
configChecksum: e82e28df8899c213fc22351b536f034a
6+
speakeasyVersion: 1.252.0
7+
generationVersion: 2.306.0
8+
releaseVersion: 5.6.6
9+
configChecksum: 7e129e293f71ce7563cf7ce2bfe44e6b
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
@@ -21,7 +21,7 @@ features:
2121
globals: 2.82.1
2222
inputOutputModels: 2.83.1
2323
responseFormat: 0.1.0
24-
retries: 2.82.1
24+
retries: 2.82.2
2525
serverIDs: 2.81.1
2626
generatedFiles:
2727
- src/speakeasy/sdkconfiguration.py
@@ -70,8 +70,11 @@ generatedFiles:
7070
- src/speakeasy/models/operations/getschemarevision.py
7171
- src/speakeasy/models/operations/getschemas.py
7272
- src/speakeasy/models/operations/registerschema.py
73+
- src/speakeasy/models/operations/getblob.py
74+
- src/speakeasy/models/operations/getmanifest.py
7375
- src/speakeasy/models/operations/getnamespaces.py
7476
- src/speakeasy/models/operations/getrevisions.py
77+
- src/speakeasy/models/operations/gettags.py
7578
- src/speakeasy/models/operations/preflight.py
7679
- src/speakeasy/models/operations/getaccesstoken.py
7780
- src/speakeasy/models/operations/getuser.py
@@ -97,11 +100,17 @@ generatedFiles:
97100
- src/speakeasy/models/shared/versionmetadata_input.py
98101
- src/speakeasy/models/shared/schema.py
99102
- src/speakeasy/models/shared/schemadiff.py
103+
- src/speakeasy/models/shared/manifest.py
104+
- src/speakeasy/models/shared/v2descriptor.py
105+
- src/speakeasy/models/shared/annotations.py
100106
- src/speakeasy/models/shared/getnamespacesresponse.py
101107
- src/speakeasy/models/shared/namespace.py
102108
- src/speakeasy/models/shared/getrevisionsresponse.py
103109
- src/speakeasy/models/shared/revision.py
110+
- src/speakeasy/models/shared/gettagsresponse.py
111+
- src/speakeasy/models/shared/tag.py
104112
- src/speakeasy/models/shared/preflighttoken.py
113+
- src/speakeasy/models/shared/preflightrequest.py
105114
- src/speakeasy/models/shared/accesstoken.py
106115
- src/speakeasy/models/shared/user.py
107116
- src/speakeasy/models/shared/accessdetails.py
@@ -178,9 +187,15 @@ generatedFiles:
178187
- docs/models/operations/registerschemarequestbody.md
179188
- docs/models/operations/registerschemarequest.md
180189
- docs/models/operations/registerschemaresponse.md
190+
- docs/models/operations/getblobrequest.md
191+
- docs/models/operations/getblobresponse.md
192+
- docs/models/operations/getmanifestrequest.md
193+
- docs/models/operations/getmanifestresponse.md
181194
- docs/models/operations/getnamespacesresponse.md
182195
- docs/models/operations/getrevisionsrequest.md
183196
- docs/models/operations/getrevisionsresponse.md
197+
- docs/models/operations/gettagsrequest.md
198+
- docs/models/operations/gettagsresponse.md
184199
- docs/models/operations/preflightresponse.md
185200
- docs/models/operations/getaccesstokenrequest.md
186201
- docs/models/operations/getaccesstokenresponse.md
@@ -220,11 +235,17 @@ generatedFiles:
220235
- docs/models/shared/schema.md
221236
- docs/models/shared/valuechange.md
222237
- docs/models/shared/schemadiff.md
238+
- docs/models/shared/manifest.md
239+
- docs/models/shared/v2descriptor.md
240+
- docs/models/shared/annotations.md
223241
- docs/models/shared/getnamespacesresponse.md
224242
- docs/models/shared/namespace.md
225243
- docs/models/shared/getrevisionsresponse.md
226244
- docs/models/shared/revision.md
245+
- docs/models/shared/gettagsresponse.md
246+
- docs/models/shared/tag.md
227247
- docs/models/shared/preflighttoken.md
248+
- docs/models/shared/preflightrequest.md
228249
- docs/models/shared/claims.md
229250
- docs/models/shared/accesstokenuser.md
230251
- docs/models/shared/workspaces.md

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ if res.apis is not None:
7777

7878
### [artifacts](docs/sdks/artifacts/README.md)
7979

80+
* [get_blob](docs/sdks/artifacts/README.md#get_blob) - Get blob for a particular digest
81+
* [get_manifest](docs/sdks/artifacts/README.md#get_manifest) - Get manifest for a particular reference
8082
* [get_namespaces](docs/sdks/artifacts/README.md#get_namespaces) - Each namespace contains many revisions.
8183
* [get_revisions](docs/sdks/artifacts/README.md#get_revisions)
84+
* [get_tags](docs/sdks/artifacts/README.md#get_tags)
8285
* [preflight](docs/sdks/artifacts/README.md#preflight) - Get access token for communicating with OCI distribution endpoints
8386

8487
### [auth](docs/sdks/auth/README.md)
@@ -364,7 +367,7 @@ from speakeasy.models import operations, shared
364367
from speakeasy.utils import BackoffStrategy, RetryConfig
365368

366369
s = speakeasy.Speakeasy(
367-
retry_config=RetryConfig('backoff', BackoffStrategy(1, 50, 1.1, 100), False)
370+
retry_config=RetryConfig('backoff', BackoffStrategy(1, 50, 1.1, 100), False),
368371
security=shared.Security(
369372
api_key="<YOUR_API_KEY_HERE>",
370373
),

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,4 +1436,14 @@ Based on:
14361436
### Generated
14371437
- [python v5.6.5] .
14381438
### Releases
1439-
- [PyPI v5.6.5] https://pypi.org/project/speakeasy-client-sdk-python/5.6.5 - .
1439+
- [PyPI v5.6.5] https://pypi.org/project/speakeasy-client-sdk-python/5.6.5 - .
1440+
1441+
## 2024-04-13 00:09:58
1442+
### Changes
1443+
Based on:
1444+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1445+
- Speakeasy CLI 1.252.0 (2.306.0) https://github.com/speakeasy-api/speakeasy
1446+
### Generated
1447+
- [python v5.6.6] .
1448+
### Releases
1449+
- [PyPI v5.6.6] https://pypi.org/project/speakeasy-client-sdk-python/5.6.6 - .
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetBlobRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------- | ------------------- | ------------------- | ------------------- |
8+
| `digest` | *str* | :heavy_check_mark: | N/A |
9+
| `namespace_name` | *str* | :heavy_check_mark: | N/A |
10+
| `organization_slug` | *str* | :heavy_check_mark: | N/A |
11+
| `workspace_slug` | *str* | :heavy_check_mark: | N/A |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetBlobResponse
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+
| `blob` | *Optional[requests_http.Response]* | :heavy_minus_sign: | OK |
12+
| `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+
# GetManifestRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------- | -------------------- | -------------------- | -------------------- |
8+
| `namespace_name` | *str* | :heavy_check_mark: | N/A |
9+
| `organization_slug` | *str* | :heavy_check_mark: | N/A |
10+
| `revision_reference` | *str* | :heavy_check_mark: | N/A |
11+
| `workspace_slug` | *str* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)