Skip to content

Commit 5629db3

Browse files
authored
Merge pull request #120 from dubinc/speakeasy-sdk-regen-1750120283
chore: 🐝 Update SDK - Generate 0.2.2-alpha.119
2 parents 5c6df84 + a0ea416 commit 5629db3

17 files changed

+98
-52
lines changed

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

Lines changed: 28 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.117
20+
version: 0.2.2-alpha.119
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:16a7fe0502057d16176f4689c351127bfc420176229919d5bea48328a192b6fb
6-
sourceBlobDigest: sha256:11d8d4c502d1fa0d1be55eb77212cc074b4db9399a1ead9897242fb1986c38e8
5+
sourceRevisionDigest: sha256:db6893bb7e6ecdcac66de9133fe9496d50392642d702cbf635b32b042fcc2fea
6+
sourceBlobDigest: sha256:8871337bf8162405789f534c54fc6ecf47ae3c1ee532adffb6e034e9f9d02b32
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749688273
9+
- speakeasy-sdk-regen-1750120283
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:16a7fe0502057d16176f4689c351127bfc420176229919d5bea48328a192b6fb
16-
sourceBlobDigest: sha256:11d8d4c502d1fa0d1be55eb77212cc074b4db9399a1ead9897242fb1986c38e8
15+
sourceRevisionDigest: sha256:db6893bb7e6ecdcac66de9133fe9496d50392642d702cbf635b32b042fcc2fea
16+
sourceBlobDigest: sha256:8871337bf8162405789f534c54fc6ecf47ae3c1ee532adffb6e034e9f9d02b32
1717
codeSamplesNamespace: code-samples-ruby-my-first-target
18-
codeSamplesRevisionDigest: sha256:4a70538e15022239afdf77fc267269e1c1842ce51ef69d98771a5d083d68a958
18+
codeSamplesRevisionDigest: sha256:80a69741c6f10d18f2dbd6984b49789b314ca1837ca5cefe22ccd87adac4faa4
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.117)
4+
dub (0.2.2.pre.alpha.119)
55
faraday
66
faraday-multipart
77
faraday-retry (~> 2.2.1)
@@ -20,7 +20,7 @@ GEM
2020
logger
2121
faraday-multipart (1.1.0)
2222
multipart-post (~> 2.0)
23-
faraday-net_http (3.4.0)
23+
faraday-net_http (3.4.1)
2424
net-http (>= 0.5.0)
2525
faraday-retry (2.2.1)
2626
faraday (~> 2.0)

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,4 +1148,14 @@ Based on:
11481148
### Generated
11491149
- [ruby v0.2.2-alpha.117] .
11501150
### Releases
1151-
- [Ruby Gems v0.2.2-alpha.117] https://rubygems.org/gems/dub/versions/0.2.2-alpha.117 - .
1151+
- [Ruby Gems v0.2.2-alpha.117] https://rubygems.org/gems/dub/versions/0.2.2-alpha.117 - .
1152+
1153+
## 2025-06-17 00:31:07
1154+
### Changes
1155+
Based on:
1156+
- OpenAPI Doc
1157+
- Speakeasy CLI 1.526.0 (2.563.0) https://github.com/speakeasy-api/speakeasy
1158+
### Generated
1159+
- [ruby v0.2.2-alpha.119] .
1160+
### Releases
1161+
- [Ruby Gems v0.2.2-alpha.119] https://rubygems.org/gems/dub/versions/0.2.2-alpha.119 - .
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ListEventsQueryParamSortBy
2+
3+
The field to sort the events by. The default is `timestamp`.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ----------- | ----------- |
10+
| `TIMESTAMP` | timestamp |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
| `page` | *T.nilable(::Float)* | :heavy_minus_sign: | N/A | |
4343
| `limit` | *T.nilable(::Float)* | :heavy_minus_sign: | N/A | |
4444
| `sort_order` | [T.nilable(::OpenApiSDK::Operations::QueryParamSortOrder)](../../models/operations/queryparamsortorder.md) | :heavy_minus_sign: | The sort order. The default is `desc`. | |
45-
| `sort_by` | [T.nilable(::OpenApiSDK::Operations::QueryParamSortBy)](../../models/operations/queryparamsortby.md) | :heavy_minus_sign: | The field to sort the events by. The default is `timestamp`. | |
45+
| `sort_by` | [T.nilable(::OpenApiSDK::Operations::ListEventsQueryParamSortBy)](../../models/operations/listeventsqueryparamsortby.md) | :heavy_minus_sign: | The field to sort the events by. The default is `timestamp`. | |
4646
| `order` | [T.nilable(::OpenApiSDK::Operations::Order)](../../models/operations/order.md) | :heavy_minus_sign: | DEPRECATED. Use `sortOrder` instead. | |
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# QueryParamSortBy
22

3-
The field to sort the events by. The default is `timestamp`.
4-
53

64
## Values
75

8-
| Name | Value |
9-
| ----------- | ----------- |
10-
| `TIMESTAMP` | timestamp |
6+
| Name | Value |
7+
| -------- | -------- |
8+
| `CLICKS` | clicks |
9+
| `LEADS` | leads |
10+
| `SALES` | sales |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
| `folder_id` | *T.nilable(::String)* | :heavy_minus_sign: | The folder ID to retrieve analytics for. If not provided, return analytics for unsorted links. | |
3636
| `qr` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Deprecated. Use the `trigger` field instead. Filter for QR code scans. If true, filter for QR codes only. If false, filter for links only. If undefined, return both. | |
3737
| `root` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Filter for root domains. If true, filter for domains only. If false, filter for links only. If undefined, return both. | |
38+
| `sort_by` | [T.nilable(::OpenApiSDK::Operations::QueryParamSortBy)](../../models/operations/queryparamsortby.md) | :heavy_minus_sign: | N/A | |
3839
| `utm_source` | *T.nilable(::String)* | :heavy_minus_sign: | The UTM source of the short link. | |
3940
| `utm_medium` | *T.nilable(::String)* | :heavy_minus_sign: | The UTM medium of the short link. | |
4041
| `utm_campaign` | *T.nilable(::String)* | :heavy_minus_sign: | The UTM campaign of the short link. | |

β€Ždub.gemspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'dub'
7-
s.version = '0.2.2-alpha.117'
7+
s.version = '0.2.2-alpha.119'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
Β (0)