Skip to content

Commit 3bd5fbe

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.568.1
1 parent 3e969e0 commit 3bd5fbe

26 files changed

+89
-29
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: ab657d60-207e-43a4-8cc8-692a672950ed
33
management:
4-
docChecksum: 1f2d4c898b6141a97115319cc3fc6712
4+
docChecksum: 976fde5fbd0d7a5d7f2a966688263b3b
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.563.4
7-
generationVersion: 2.630.6
8-
releaseVersion: 0.26.9
9-
configChecksum: 5e9f6eb056876ceeb4ba3be8f8e690cc
6+
speakeasyVersion: 1.568.1
7+
generationVersion: 2.634.1
8+
releaseVersion: 0.26.10
9+
configChecksum: 6b6b6e51de2c5946b69dc0a2d7d1f141
1010
repoURL: https://github.com/dubinc/dub-python.git
1111
installationURL: https://github.com/dubinc/dub-python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: false
1919
python:
20-
version: 0.26.9
20+
version: 0.26.10
2121
additionalDependencies:
2222
dev: {}
2323
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.563.4
1+
speakeasyVersion: 1.568.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:9fa94e1767fc81a462125e89770b0293123b8ea2ab214bf30374690d18336614
6-
sourceBlobDigest: sha256:e7e46ee48cba452a8a6bbc94b921b11a063e6bfcf41b026d130547861eaa6159
5+
sourceRevisionDigest: sha256:95fe6100ad69640db20bc3731528cb2419ce4962e80f33ff288a11770964e5ec
6+
sourceBlobDigest: sha256:85cc0a10bed9d04d9bb59e9bd6cb24394f726beae6b93c9cd69046eeea8fc0a0
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1750134478
9+
- speakeasy-sdk-regen-1750379433
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:9fa94e1767fc81a462125e89770b0293123b8ea2ab214bf30374690d18336614
16-
sourceBlobDigest: sha256:e7e46ee48cba452a8a6bbc94b921b11a063e6bfcf41b026d130547861eaa6159
15+
sourceRevisionDigest: sha256:95fe6100ad69640db20bc3731528cb2419ce4962e80f33ff288a11770964e5ec
16+
sourceBlobDigest: sha256:85cc0a10bed9d04d9bb59e9bd6cb24394f726beae6b93c9cd69046eeea8fc0a0
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:6e5ea820175ac34c8100d2377e0561a39484d3249e8c2827bd8b91a082bb989a
18+
codeSamplesRevisionDigest: sha256:a0f293de9779691737143125defd8aec45b8c3b163b8926bb85c5082e9ee61fb
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
@@ -1256,4 +1256,14 @@ Based on:
12561256
### Generated
12571257
- [python v0.26.9] .
12581258
### Releases
1259-
- [PyPI v0.26.9] https://pypi.org/project/dub/0.26.9 - .
1259+
- [PyPI v0.26.9] https://pypi.org/project/dub/0.26.9 - .
1260+
1261+
## 2025-06-24 01:52:53
1262+
### Changes
1263+
Based on:
1264+
- OpenAPI Doc
1265+
- Speakeasy CLI 1.568.1 (2.634.1) https://github.com/speakeasy-api/speakeasy
1266+
### Generated
1267+
- [python v0.26.10] .
1268+
### Releases
1269+
- [PyPI v0.26.10] https://pypi.org/project/dub/0.26.10 - .

docs/models/operations/createlinkrequestbody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| `url` | *str* | :heavy_check_mark: | The destination URL of the short link. | https://google.com |
99
| `domain` | *Optional[str]* | :heavy_minus_sign: | The domain of the short link. If not provided, the primary domain for the workspace will be used (or `dub.sh` if the workspace has no domains). | |
1010
| `key` | *Optional[str]* | :heavy_minus_sign: | The short link slug. If not provided, a random 7-character slug will be generated. | |
11+
| `key_length` | *Optional[float]* | :heavy_minus_sign: | The length of the short link slug. Defaults to 7 if not provided. When used with `prefix`, the total length of the key will be `prefix.length + keyLength`. | |
1112
| `external_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the link in your database. If set, it can be used to identify the link in future API requests (must be prefixed with 'ext_' when passed as a query parameter). This key is unique across your workspace. | 123456 |
1213
| `tenant_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the tenant that created the link inside your system. If set, it can be used to fetch all links for a tenant. | |
1314
| `program_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the program the short link is associated with. | |

docs/models/operations/createpartnerlinklinkprops.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Additional properties that you can pass to the partner's short link. Will be use
77

88
| Field | Type | Required | Description | Example |
99
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
10+
| `key_length` | *Optional[float]* | :heavy_minus_sign: | The length of the short link slug. Defaults to 7 if not provided. When used with `prefix`, the total length of the key will be `prefix.length + keyLength`. | |
1011
| `external_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the link in your database. If set, it can be used to identify the link in future API requests (must be prefixed with 'ext_' when passed as a query parameter). This key is unique across your workspace. | 123456 |
1112
| `tenant_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the tenant that created the link inside your system. If set, it can be used to fetch all links for a tenant. | |
1213
| `prefix` | *Optional[str]* | :heavy_minus_sign: | The prefix of the short link slug for randomly-generated keys (e.g. if prefix is `/c/`, generated keys will be in the `/c/:key` format). Will be ignored if `key` is provided. | |

0 commit comments

Comments
 (0)