Skip to content

Commit a9f7af3

Browse files
authored
Merge pull request #109 from dubinc/speakeasy-sdk-regen-1746750635
chore: 🐝 Update SDK - Generate 0.2.2-alpha.97
2 parents 053649e + 9a4ccbb commit a9f7af3

32 files changed

+198
-60
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 29 additions & 25 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
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: false
1818
ruby:
19-
version: 0.2.2-alpha.95
19+
version: 0.2.2-alpha.97
2020
additionalDependencies:
2121
development: {}
2222
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:1a591e5c01e75b34c0a735daa3bdf51b648025bc682a35832bb60ab48906cbfb
6-
sourceBlobDigest: sha256:175bb04362a90b099ecef0183043a35704ed119a2153475ffe059937ea964093
5+
sourceRevisionDigest: sha256:e2cc13d4abcfaf2b741bb8eb44112dabcb256fe954bbad1c2e874fb080aded76
6+
sourceBlobDigest: sha256:f1d38f09c6ec9165cb5ab2e7a188eaac5a0e8d574a2b84019e3ef440ad432f5d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746145803
9+
- speakeasy-sdk-regen-1746750635
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:1a591e5c01e75b34c0a735daa3bdf51b648025bc682a35832bb60ab48906cbfb
16-
sourceBlobDigest: sha256:175bb04362a90b099ecef0183043a35704ed119a2153475ffe059937ea964093
15+
sourceRevisionDigest: sha256:e2cc13d4abcfaf2b741bb8eb44112dabcb256fe954bbad1c2e874fb080aded76
16+
sourceBlobDigest: sha256:f1d38f09c6ec9165cb5ab2e7a188eaac5a0e8d574a2b84019e3ef440ad432f5d
1717
codeSamplesNamespace: code-samples-ruby-my-first-target
18-
codeSamplesRevisionDigest: sha256:630d527365a10d45310ec1bf2391e3837443f3f7efb73cbea449d64c17c9b0af
18+
codeSamplesRevisionDigest: sha256:a6c5842afe1dab0ee11f0996aaaa141e0ca600fcbbd9b84fdd89446681e40af4
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.95)
4+
dub (0.2.2.pre.alpha.97)
55
faraday
66
faraday-multipart
77
faraday-retry (~> 2.2.1)
@@ -41,7 +41,7 @@ GEM
4141
racc
4242
prism (0.27.0)
4343
racc (1.8.1)
44-
rack (3.1.13)
44+
rack (3.1.14)
4545
rainbow (3.1.1)
4646
rake (13.2.1)
4747
rbi (0.1.12)

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,4 +1038,14 @@ Based on:
10381038
### Generated
10391039
- [ruby v0.2.2-alpha.95] .
10401040
### Releases
1041-
- [Ruby Gems v0.2.2-alpha.95] https://rubygems.org/gems/dub/versions/0.2.2-alpha.95 - .
1041+
- [Ruby Gems v0.2.2-alpha.95] https://rubygems.org/gems/dub/versions/0.2.2-alpha.95 - .
1042+
1043+
## 2025-05-10 00:28:44
1044+
### Changes
1045+
Based on:
1046+
- OpenAPI Doc
1047+
- Speakeasy CLI 1.526.0 (2.563.0) https://github.com/speakeasy-api/speakeasy
1048+
### Generated
1049+
- [ruby v0.2.2-alpha.97] .
1050+
### Releases
1051+
- [Ruby Gems v0.2.2-alpha.97] https://rubygems.org/gems/dub/versions/0.2.2-alpha.97 - .

β€Ždocs/models/operations/createcustomerlink.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
| `domain` | *::String* | :heavy_check_mark: | 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` | *::String* | :heavy_check_mark: | The short link slug. If not provided, a random 7-character slug will be generated. |
1111
| `short_link` | *::String* | :heavy_check_mark: | The full URL of the short link, including the https protocol (e.g. `https://dub.sh/try`). |
12+
| `url` | *::String* | :heavy_check_mark: | The destination URL of the short link. |
1213
| `program_id` | *::String* | :heavy_check_mark: | The ID of the program the short link is associated with. |

β€Ždocs/models/operations/createcustomerresponsebody.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The customer was created.
1313
| `email` | *T.nilable(::String)* | :heavy_minus_sign: | Email of the customer. |
1414
| `avatar` | *T.nilable(::String)* | :heavy_minus_sign: | Avatar URL of the customer. |
1515
| `country` | *T.nilable(::String)* | :heavy_minus_sign: | Country of the customer. |
16+
| `sales` | *T.nilable(::Float)* | :heavy_minus_sign: | Total number of sales for the customer. |
17+
| `sale_amount` | *T.nilable(::Float)* | :heavy_minus_sign: | Total amount of sales for the customer. |
1618
| `created_at` | *::String* | :heavy_check_mark: | The date the customer was created. |
1719
| `link` | [T.nilable(::OpenApiSDK::Operations::CreateCustomerLink)](../../models/operations/createcustomerlink.md) | :heavy_minus_sign: | N/A |
1820
| `program_id` | *T.nilable(::String)* | :heavy_minus_sign: | N/A |

β€Ždocs/models/operations/getcustomerlink.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
| `domain` | *::String* | :heavy_check_mark: | 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` | *::String* | :heavy_check_mark: | The short link slug. If not provided, a random 7-character slug will be generated. |
1111
| `short_link` | *::String* | :heavy_check_mark: | The full URL of the short link, including the https protocol (e.g. `https://dub.sh/try`). |
12+
| `url` | *::String* | :heavy_check_mark: | The destination URL of the short link. |
1213
| `program_id` | *::String* | :heavy_check_mark: | The ID of the program the short link is associated with. |

0 commit comments

Comments
Β (0)