Skip to content

Commit e81eb0c

Browse files
authored
Merge pull request #75 from apideck-libraries/speakeasy-sdk-regen-1762171167
chore: 🐝 Update SDK - Generate 0.27.0
2 parents 675ac8c + 092be40 commit e81eb0c

File tree

16 files changed

+260
-59
lines changed

16 files changed

+260
-59
lines changed

.speakeasy/gen.lock

Lines changed: 17 additions & 36 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: false
2828
skipResponseBodyAssertions: false
2929
python:
30-
version: 0.26.0
30+
version: 0.27.0
3131
additionalDependencies:
3232
dev: {}
3333
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.645.2
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:df54bbb82b4063fabeaf247655f5dffcda8a6b448f5829452577a52b3926c757
6-
sourceBlobDigest: sha256:2ba6bbb183c9239f52d95e3b20e42eb4f0eb90c204022ab40f0e8d54e2ac5f6e
5+
sourceRevisionDigest: sha256:802476bb7a739cac54d8bf9c6bfdbe91cbaa0fa6f1da56be377489d0dfbcf26f
6+
sourceBlobDigest: sha256:a4b3995fc3c048bb3153bb0a59d68b426b741b41d330f807adbf20d0d144790c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761781308
10-
- 10.21.10
9+
- speakeasy-sdk-regen-1762171167
10+
- 10.21.11
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:df54bbb82b4063fabeaf247655f5dffcda8a6b448f5829452577a52b3926c757
16-
sourceBlobDigest: sha256:2ba6bbb183c9239f52d95e3b20e42eb4f0eb90c204022ab40f0e8d54e2ac5f6e
15+
sourceRevisionDigest: sha256:802476bb7a739cac54d8bf9c6bfdbe91cbaa0fa6f1da56be377489d0dfbcf26f
16+
sourceBlobDigest: sha256:a4b3995fc3c048bb3153bb0a59d68b426b741b41d330f807adbf20d0d144790c
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:c834b36acdf5167f530016e20da7ff2a67f0e9ffd400a8742b0cb355efa36efb
18+
codeSamplesRevisionDigest: sha256:ad267aef09341e7ac464296da97a520d1667cf57dc3f2e6ef0fb343f3480e26b
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,14 @@ Based on:
518518
### Generated
519519
- [python v0.26.0] .
520520
### Releases
521-
- [PyPI v0.26.0] https://pypi.org/project/apideck-unify/0.26.0 - .
521+
- [PyPI v0.26.0] https://pypi.org/project/apideck-unify/0.26.0 - .
522+
523+
## 2025-11-03 11:59:04
524+
### Changes
525+
Based on:
526+
- OpenAPI Doc
527+
- Speakeasy CLI 1.645.2 (2.735.1) https://github.com/speakeasy-api/speakeasy
528+
### Generated
529+
- [python v0.27.0] .
530+
### Releases
531+
- [PyPI v0.27.0] https://pypi.org/project/apideck-unify/0.27.0 - .

docs/models/connection.md

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

docs/models/debug.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Debug
2+
3+
Debug information including request/response details and OAuth timing metadata
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description | Example |
9+
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `request` | [Optional[models.Request]](../models/request.md) | :heavy_minus_sign: | HTTP request details | |
11+
| `response` | [Optional[models.Response]](../models/response.md) | :heavy_minus_sign: | HTTP response details | |
12+
| `message` | *Optional[str]* | :heavy_minus_sign: | Error message from downstream provider or network layer | |
13+
| `code` | *Optional[str]* | :heavy_minus_sign: | Error code (e.g., ETIMEDOUT, ECONNREFUSED) | |
14+
| `credentials_expire_at_ms` | *Optional[float]* | :heavy_minus_sign: | Unix timestamp (milliseconds) when credentials will be deleted if not refreshed. Only present for non-recoverable errors (401, 400). Credentials are preserved indefinitely for recoverable/network errors. | 1620172800000 |
15+
| `retry_after_ms` | *Optional[float]* | :heavy_minus_sign: | Unix timestamp (milliseconds) when token refresh retry is allowed after cooldown period expires. | 1620000030000 |
16+
| `cooldown_remaining_ms` | *Optional[float]* | :heavy_minus_sign: | Milliseconds remaining in cooldown period before retry is allowed. | 30000 |

0 commit comments

Comments
 (0)