Skip to content

Commit cf99225

Browse files
authored
Merge pull request #122 from dubinc/speakeasy-sdk-regen-1750379472
chore: 🐝 Update SDK - Generate 0.2.2-alpha.123
2 parents 1ddb220 + 2086249 commit cf99225

28 files changed

+105
-63
lines changed

.speakeasy/gen.lock

Lines changed: 26 additions & 26 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
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: false
1919
ruby:
20-
version: 0.2.2-alpha.121
20+
version: 0.2.2-alpha.123
2121
additionalDependencies:
2222
development: {}
2323
runtime: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.526.0
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:81d03595f1db73d39acf82a40910b169d61f1d581563da02654a57003d00d870
6-
sourceBlobDigest: sha256:11d8d4c502d1fa0d1be55eb77212cc074b4db9399a1ead9897242fb1986c38e8
5+
sourceRevisionDigest: sha256:d57c526bebf9e4832b89d5ff69ac36736da2d1e336a6250ccc592746bdcb3c02
6+
sourceBlobDigest: sha256:a40b4be735625df821cb447186e9f082522956163e810b6c049d2b3a6ad6a538
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1750134417
9+
- speakeasy-sdk-regen-1750379472
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:81d03595f1db73d39acf82a40910b169d61f1d581563da02654a57003d00d870
16-
sourceBlobDigest: sha256:11d8d4c502d1fa0d1be55eb77212cc074b4db9399a1ead9897242fb1986c38e8
15+
sourceRevisionDigest: sha256:d57c526bebf9e4832b89d5ff69ac36736da2d1e336a6250ccc592746bdcb3c02
16+
sourceBlobDigest: sha256:a40b4be735625df821cb447186e9f082522956163e810b6c049d2b3a6ad6a538
1717
codeSamplesNamespace: code-samples-ruby-my-first-target
18-
codeSamplesRevisionDigest: sha256:b7ec3c35ad74ade4f96e980982a88afdf372375224c3fe2a098d20c2be1bf628
18+
codeSamplesRevisionDigest: sha256:d6b4bc8a435faaf3f3bd4ba742c5e7d6abcf05abf8a3128fd39405b3c363cd2d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
dub (0.2.2.pre.alpha.121)
4+
dub (0.2.2.pre.alpha.123)
55
faraday
66
faraday-multipart
77
faraday-retry (~> 2.2.1)
@@ -18,7 +18,7 @@ GEM
1818
faraday-net_http (>= 2.0, < 3.5)
1919
json
2020
logger
21-
faraday-multipart (1.1.0)
21+
faraday-multipart (1.1.1)
2222
multipart-post (~> 2.0)
2323
faraday-net_http (3.4.1)
2424
net-http (>= 0.5.0)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,4 +1168,14 @@ Based on:
11681168
### Generated
11691169
- [ruby v0.2.2-alpha.121] .
11701170
### Releases
1171-
- [Ruby Gems v0.2.2-alpha.121] https://rubygems.org/gems/dub/versions/0.2.2-alpha.121 - .
1171+
- [Ruby Gems v0.2.2-alpha.121] https://rubygems.org/gems/dub/versions/0.2.2-alpha.121 - .
1172+
1173+
## 2025-06-24 01:53:00
1174+
### Changes
1175+
Based on:
1176+
- OpenAPI Doc
1177+
- Speakeasy CLI 1.526.0 (2.563.0) https://github.com/speakeasy-api/speakeasy
1178+
### Generated
1179+
- [ruby v0.2.2-alpha.123] .
1180+
### Releases
1181+
- [Ruby Gems v0.2.2-alpha.123] https://rubygems.org/gems/dub/versions/0.2.2-alpha.123 - .

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` | *::String* | :heavy_check_mark: | The destination URL of the short link. | https://google.com |
99
| `domain` | *T.nilable(::String)* | :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` | *T.nilable(::String)* | :heavy_minus_sign: | The short link slug. If not provided, a random 7-character slug will be generated. | |
11+
| `key_length` | *T.nilable(::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` | *T.nilable(::String)* | :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` | *T.nilable(::String)* | :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` | *T.nilable(::String)* | :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` | *T.nilable(::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` | *T.nilable(::String)* | :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` | *T.nilable(::String)* | :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` | *T.nilable(::String)* | :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)