Skip to content

Commit 1ddb220

Browse files
authored
Merge pull request #121 from dubinc/speakeasy-sdk-regen-1750134417
chore: 🐝 Update SDK - Generate 0.2.2-alpha.121
2 parents 5629db3 + faa195e commit 1ddb220

16 files changed

+61
-87
lines changed

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

Lines changed: 26 additions & 28 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.119
20+
version: 0.2.2-alpha.121
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:db6893bb7e6ecdcac66de9133fe9496d50392642d702cbf635b32b042fcc2fea
6-
sourceBlobDigest: sha256:8871337bf8162405789f534c54fc6ecf47ae3c1ee532adffb6e034e9f9d02b32
5+
sourceRevisionDigest: sha256:81d03595f1db73d39acf82a40910b169d61f1d581563da02654a57003d00d870
6+
sourceBlobDigest: sha256:11d8d4c502d1fa0d1be55eb77212cc074b4db9399a1ead9897242fb1986c38e8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1750120283
9+
- speakeasy-sdk-regen-1750134417
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:db6893bb7e6ecdcac66de9133fe9496d50392642d702cbf635b32b042fcc2fea
16-
sourceBlobDigest: sha256:8871337bf8162405789f534c54fc6ecf47ae3c1ee532adffb6e034e9f9d02b32
15+
sourceRevisionDigest: sha256:81d03595f1db73d39acf82a40910b169d61f1d581563da02654a57003d00d870
16+
sourceBlobDigest: sha256:11d8d4c502d1fa0d1be55eb77212cc074b4db9399a1ead9897242fb1986c38e8
1717
codeSamplesNamespace: code-samples-ruby-my-first-target
18-
codeSamplesRevisionDigest: sha256:80a69741c6f10d18f2dbd6984b49789b314ca1837ca5cefe22ccd87adac4faa4
18+
codeSamplesRevisionDigest: sha256:b7ec3c35ad74ade4f96e980982a88afdf372375224c3fe2a098d20c2be1bf628
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽGemfile.lockβ€Ž

Lines changed: 1 addition & 1 deletion
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.119)
4+
dub (0.2.2.pre.alpha.121)
55
faraday
66
faraday-multipart
77
faraday-retry (~> 2.2.1)

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,4 +1158,14 @@ Based on:
11581158
### Generated
11591159
- [ruby v0.2.2-alpha.119] .
11601160
### Releases
1161-
- [Ruby Gems v0.2.2-alpha.119] https://rubygems.org/gems/dub/versions/0.2.2-alpha.119 - .
1161+
- [Ruby Gems v0.2.2-alpha.119] https://rubygems.org/gems/dub/versions/0.2.2-alpha.119 - .
1162+
1163+
## 2025-06-17 04:26:41
1164+
### Changes
1165+
Based on:
1166+
- OpenAPI Doc
1167+
- Speakeasy CLI 1.526.0 (2.563.0) https://github.com/speakeasy-api/speakeasy
1168+
### Generated
1169+
- [ruby v0.2.2-alpha.121] .
1170+
### Releases
1171+
- [Ruby Gems v0.2.2-alpha.121] https://rubygems.org/gems/dub/versions/0.2.2-alpha.121 - .

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

β€Ž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::ListEventsQueryParamSortBy)](../../models/operations/listeventsqueryparamsortby.md) | :heavy_minus_sign: | The field to sort the events by. The default is `timestamp`. | |
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`. | |
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+
35

46
## Values
57

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
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 | |
3938
| `utm_source` | *T.nilable(::String)* | :heavy_minus_sign: | The UTM source of the short link. | |
4039
| `utm_medium` | *T.nilable(::String)* | :heavy_minus_sign: | The UTM medium of the short link. | |
4140
| `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.119'
7+
s.version = '0.2.2-alpha.121'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
Β (0)