Skip to content

Commit 15565d4

Browse files
authored
Merge pull request #89 from dubinc/speakeasy-sdk-regen-1740270566
chore: 🐝 Update SDK - Generate 0.2.2-alpha.70
2 parents 005e3c6 + b3aac63 commit 15565d4

File tree

185 files changed

+734
-658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+734
-658
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 5a2dd83e-da98-455b-8ef9-0100a914efdf
33
management:
4-
docChecksum: 0eaecf8bf6bf099e2c77a089ca253cd6
4+
docChecksum: 4ed7bf1fc90b54224f530facc9c37231
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.501.0
7-
generationVersion: 2.522.1
8-
releaseVersion: 0.2.2-alpha.69
9-
configChecksum: 18e4ecfa741ddbcb3f2822deb5efc714
6+
speakeasyVersion: 1.504.1
7+
generationVersion: 2.529.2
8+
releaseVersion: 0.2.2-alpha.70
9+
configChecksum: 6b800f61b5176ced188e6dd37c881fa5
1010
repoURL: https://github.com/dubinc/dub-ruby.git
1111
installationURL: https://github.com/dubinc/dub-ruby
1212
published: true
@@ -246,6 +246,10 @@ generatedFiles:
246246
- docs/sdks/track/README.md
247247
- docs/sdks/workspaces/README.md
248248
- dub.gemspec
249+
- lib/crystalline.rb
250+
- lib/crystalline/metadata_fields.rb
251+
- lib/crystalline/t.rb
252+
- lib/crystalline/utils.rb
249253
- lib/dub.rb
250254
- lib/open_api_sdk/analytics.rb
251255
- lib/open_api_sdk/customers.rb
@@ -467,8 +471,6 @@ generatedFiles:
467471
- lib/open_api_sdk/sdkconfiguration.rb
468472
- lib/open_api_sdk/tags.rb
469473
- lib/open_api_sdk/track.rb
470-
- lib/open_api_sdk/utils/metadata_fields.rb
471-
- lib/open_api_sdk/utils/t.rb
472474
- lib/open_api_sdk/utils/utils.rb
473475
- lib/open_api_sdk/workspaces.rb
474476
- sorbet/config

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: false
1717
ruby:
18-
version: 0.2.2-alpha.69
18+
version: 0.2.2-alpha.70
1919
author: Dub
2020
description: Ruby Client SDK Generated by Speakeasy
2121
imports:

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.501.0
1+
speakeasyVersion: 1.504.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:8954b87e863ba42a7b547d02cca09b390b0f3373bde241f97475c2e223c2d074
6-
sourceBlobDigest: sha256:f868a57be590cf4f39302d485ea5b02d2b59851153ac34fb03a11d43f2e8101d
5+
sourceRevisionDigest: sha256:1d8c8d48f43af8908165789c021879e0eee8f1aabf37d4d5c9db0f7fd646c6dc
6+
sourceBlobDigest: sha256:54ac15b838758d799f7d08a7cbae8394185a7c7fdfe697ff9bc4e15488b59782
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1740183962
9+
- speakeasy-sdk-regen-1740270566
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:8954b87e863ba42a7b547d02cca09b390b0f3373bde241f97475c2e223c2d074
16-
sourceBlobDigest: sha256:f868a57be590cf4f39302d485ea5b02d2b59851153ac34fb03a11d43f2e8101d
15+
sourceRevisionDigest: sha256:1d8c8d48f43af8908165789c021879e0eee8f1aabf37d4d5c9db0f7fd646c6dc
16+
sourceBlobDigest: sha256:54ac15b838758d799f7d08a7cbae8394185a7c7fdfe697ff9bc4e15488b59782
1717
codeSamplesNamespace: code-samples-ruby-my-first-target
18-
codeSamplesRevisionDigest: sha256:7499ccfc303c11a9ceb2487477b0e8f280da73d9d29aad27719f41440cc36162
18+
codeSamplesRevisionDigest: sha256:b9f46496635b31955b663bdd301648dcc5886b726ff5c49c9277c8279a414f24
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽGemfile.lockβ€Ž

Lines changed: 4 additions & 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.69)
4+
dub (0.2.2.pre.alpha.70)
55
faraday
66
faraday-multipart
77
rack
@@ -25,6 +25,8 @@ GEM
2525
language_server-protocol (3.17.0.3)
2626
logger (1.6.6)
2727
minitest (5.25.2)
28+
minitest-focus (1.4.0)
29+
minitest (>= 4, < 6)
2830
multipart-post (2.4.1)
2931
net-http (0.6.0)
3032
uri
@@ -97,6 +99,7 @@ PLATFORMS
9799
DEPENDENCIES
98100
dub!
99101
minitest
102+
minitest-focus
100103
rubocop (~> 1.60.2)
101104
sorbet
102105
tapioca

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,4 +838,14 @@ Based on:
838838
### Generated
839839
- [ruby v0.2.2-alpha.69] .
840840
### Releases
841-
- [Ruby Gems v0.2.2-alpha.69] https://rubygems.org/gems/dub/versions/0.2.2-alpha.69 - .
841+
- [Ruby Gems v0.2.2-alpha.69] https://rubygems.org/gems/dub/versions/0.2.2-alpha.69 - .
842+
843+
## 2025-02-26 00:27:00
844+
### Changes
845+
Based on:
846+
- OpenAPI Doc
847+
- Speakeasy CLI 1.504.1 (2.529.2) https://github.com/speakeasy-api/speakeasy
848+
### Generated
849+
- [ruby v0.2.2-alpha.70] .
850+
### Releases
851+
- [Ruby Gems v0.2.2-alpha.70] https://rubygems.org/gems/dub/versions/0.2.2-alpha.70 - .

β€ŽRakefileβ€Ž

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ RuboCop::RakeTask.new
99

1010
Minitest::TestTask.create
1111

12-
# So far default is working - leaving this here for reference.
12+
task :default => :test
1313

14-
# Minitest::TestTask.create(:test) do |t|
15-
# t.libs << 'test'
16-
# t.libs << 'lib'
17-
# t.warning = false
18-
# t.test_globs = ['test/**/*_test.rb']
19-
# end
2014

21-
task :default => :test
15+
# Developers can run all tests with:
16+
#
17+
# $ rake test
18+
#
19+
# Developers can run individual test files with:
20+
#
21+
# $ rake test test/parameter_test
22+
#
23+
# and run individual tests by adding `focus` to the line before the test definition.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
| `tenant_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the partner in your system. If both `partnerId` and `tenantId` are not provided, an error will be thrown. |
1111
| `url` | *T.nilable(::String)* | :heavy_minus_sign: | The URL to shorten (if not provided, the program's default URL will be used). Will throw an error if the domain doesn't match the program's default URL domain. |
1212
| `key` | *T.nilable(::String)* | :heavy_minus_sign: | The short link slug. If not provided, a random 7-character slug will be generated. |
13+
| `comments` | *T.nilable(::String)* | :heavy_minus_sign: | The comments for the short link. |
1314
| `link_props` | [T.nilable(::OpenApiSDK::Operations::CreatePartnerLinkLinkProps)](../../models/operations/createpartnerlinklinkprops.md) | :heavy_minus_sign: | Additional properties that you can pass to the partner's short link. Will be used to override the default link properties for this partner. |

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ The created partner
2323
| `leads` | *::Float* | :heavy_check_mark: | N/A |
2424
| `sales` | *::Float* | :heavy_check_mark: | N/A |
2525
| `sale_amount` | *::Float* | :heavy_check_mark: | N/A |
26-
| `earnings` | *::Float* | :heavy_check_mark: | N/A |
26+
| `earnings` | *::Float* | :heavy_check_mark: | N/A |
27+
| `application_id` | *T.nilable(::String)* | :heavy_minus_sign: | N/A |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
| `tenant_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the partner in your system. If both `partnerId` and `tenantId` are not provided, an error will be thrown. |
1111
| `url` | *T.nilable(::String)* | :heavy_minus_sign: | The URL to shorten (if not provided, the program's default URL will be used). Will throw an error if the domain doesn't match the program's default URL domain. |
1212
| `key` | *T.nilable(::String)* | :heavy_minus_sign: | The short link slug. If not provided, a random 7-character slug will be generated. |
13+
| `comments` | *T.nilable(::String)* | :heavy_minus_sign: | The comments for the short link. |
1314
| `link_props` | [T.nilable(::OpenApiSDK::Operations::UpsertPartnerLinkLinkProps)](../../models/operations/upsertpartnerlinklinkprops.md) | :heavy_minus_sign: | Additional properties that you can pass to the partner's short link. Will be used to override the default link properties for this partner. |

β€Ždub.gemspecβ€Ž

Lines changed: 2 additions & 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.69'
7+
s.version = '0.2.2-alpha.70'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
2929

3030

3131
s.add_development_dependency('minitest')
32+
s.add_development_dependency('minitest-focus')
3233
s.add_development_dependency('rubocop', '~> 1.60.2')
3334
s.add_development_dependency('sorbet')
3435
s.add_development_dependency('tapioca')

0 commit comments

Comments
Β (0)