Skip to content

Commit 123abd4

Browse files
authored
Merge pull request #130 from dubinc/speakeasy-sdk-regen-1749169815
chore: 🐝 Update SDK - Generate 0.26.5
2 parents e96e5c9 + 2879c98 commit 123abd4

40 files changed

+260
-250
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
lockVersion: 2.0.0
22
id: ab657d60-207e-43a4-8cc8-692a672950ed
33
management:
4-
docChecksum: 1e6e87aec639536ccd4971af49798985
4+
docChecksum: e450149ec16a21a87e277cf10297c22b
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.555.3
7-
generationVersion: 2.620.2
8-
releaseVersion: 0.26.4
9-
configChecksum: 16d2b332d5574798cad9e078917152c4
6+
speakeasyVersion: 1.556.2
7+
generationVersion: 2.621.3
8+
releaseVersion: 0.26.5
9+
configChecksum: f840ea7430f9dd08eac42adddf4ffd2a
1010
repoURL: https://github.com/dubinc/dub-python.git
1111
installationURL: https://github.com/dubinc/dub-python.git
1212
published: true
1313
features:
1414
python:
1515
additionalDependencies: 1.0.0
1616
constsAndDefaults: 1.0.5
17-
core: 5.19.1
17+
core: 5.19.2
1818
defaultEnabledRetries: 0.2.0
1919
deprecations: 3.0.2
2020
enumUnions: 0.1.0

.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.4
20+
version: 0.26.5
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.555.3
1+
speakeasyVersion: 1.556.2
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:b8e204e7e5f7373ff71559198fda1f8b51f9d0eb3f883dd35ecadf5b8d602d24
6-
sourceBlobDigest: sha256:d538f88cfad07b7b37d6e475f06d617dbd85bbb13e2b75bb2ac3baeef900ffe8
5+
sourceRevisionDigest: sha256:f811c42a67ca964b638db55f4a595b3c670b40607806216437f0c9e9e6791da5
6+
sourceBlobDigest: sha256:2e585dabd8aaa121542c9309c447ac25718f1df1b53105da9212975400c904a2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749083424
9+
- speakeasy-sdk-regen-1749169815
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:b8e204e7e5f7373ff71559198fda1f8b51f9d0eb3f883dd35ecadf5b8d602d24
16-
sourceBlobDigest: sha256:d538f88cfad07b7b37d6e475f06d617dbd85bbb13e2b75bb2ac3baeef900ffe8
15+
sourceRevisionDigest: sha256:f811c42a67ca964b638db55f4a595b3c670b40607806216437f0c9e9e6791da5
16+
sourceBlobDigest: sha256:2e585dabd8aaa121542c9309c447ac25718f1df1b53105da9212975400c904a2
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:2bada279b92947c35633315918cfbf60fdec0020e305782c6f843e9e4502227d
18+
codeSamplesRevisionDigest: sha256:cb825fb78e254d162bb13e08282cff5f83f757313ff5e98f6863e6d23d556975
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
@@ -1206,4 +1206,14 @@ Based on:
12061206
### Generated
12071207
- [python v0.26.4] .
12081208
### Releases
1209-
- [PyPI v0.26.4] https://pypi.org/project/dub/0.26.4 - .
1209+
- [PyPI v0.26.4] https://pypi.org/project/dub/0.26.4 - .
1210+
1211+
## 2025-06-06 00:29:58
1212+
### Changes
1213+
Based on:
1214+
- OpenAPI Doc
1215+
- Speakeasy CLI 1.556.2 (2.621.3) https://github.com/speakeasy-api/speakeasy
1216+
### Generated
1217+
- [python v0.26.5] .
1218+
### Releases
1219+
- [PyPI v0.26.5] https://pypi.org/project/dub/0.26.5 - .

docs/models/components/leadcreatedeventlink.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
| `expired_url` | *Nullable[str]* | :heavy_check_mark: | N/A | |
2020
| `password` | *Nullable[str]* | :heavy_check_mark: | The password required to access the destination URL of the short link. | |
2121
| `proxy` | *bool* | :heavy_check_mark: | N/A | |
22-
| `title` | *Nullable[str]* | :heavy_check_mark: | The title of the short link. Will be used for Custom Social Media Cards if `proxy` is true. | |
23-
| `description` | *Nullable[str]* | :heavy_check_mark: | The description of the short link. Will be used for Custom Social Media Cards if `proxy` is true. | |
24-
| `image` | *Nullable[str]* | :heavy_check_mark: | The image of the short link. Will be used for Custom Social Media Cards if `proxy` is true. | |
25-
| `video` | *Nullable[str]* | :heavy_check_mark: | The custom link preview video (og:video). Will be used for Custom Social Media Cards if `proxy` is true. Learn more: https://d.to/og | |
22+
| `title` | *Nullable[str]* | :heavy_check_mark: | The title of the short link. Will be used for Custom Link Previews if `proxy` is true. | |
23+
| `description` | *Nullable[str]* | :heavy_check_mark: | The description of the short link. Will be used for Custom Link Previews if `proxy` is true. | |
24+
| `image` | *Nullable[str]* | :heavy_check_mark: | The image of the short link. Will be used for Custom Link Previews if `proxy` is true. | |
25+
| `video` | *Nullable[str]* | :heavy_check_mark: | The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og | |
2626
| `rewrite` | *bool* | :heavy_check_mark: | N/A | |
2727
| `do_index` | *bool* | :heavy_check_mark: | N/A | |
2828
| `ios` | *Nullable[str]* | :heavy_check_mark: | The iOS destination URL for the short link for iOS device targeting. | |

0 commit comments

Comments
 (0)