Skip to content

Commit 6ce09cd

Browse files
authored
Merge pull request #78 from dubinc/speakeasy-sdk-regen-1738369717
chore: 🐝 Update SDK - Generate 0.2.2-alpha.59
2 parents 2451c6f + d7b71d0 commit 6ce09cd

38 files changed

+175
-81
lines changed

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

Lines changed: 16 additions & 16 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
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: false
1515
ruby:
16-
version: 0.2.2-alpha.58
16+
version: 0.2.2-alpha.59
1717
author: Dub
1818
description: Ruby Client SDK Generated by Speakeasy
1919
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.477.0
1+
speakeasyVersion: 1.481.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:741f258e975991e1862c4e4bf614f410b7bf65c212ac0e4a3500641ae08dab6f
6-
sourceBlobDigest: sha256:66e1ba2210a453339342266aa844ea89fedd7423aaae1e43745b01bb4d9ab7a5
5+
sourceRevisionDigest: sha256:35e0d43bc22466f2b3123c89af55fb2795faab7ba45d389e579d3e5a35b5b788
6+
sourceBlobDigest: sha256:451be136201f6f2abfe71e31c9d268f24d14c1a911aad964414e9e62d708dda3
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1738110370
9+
- speakeasy-sdk-regen-1738369717
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:741f258e975991e1862c4e4bf614f410b7bf65c212ac0e4a3500641ae08dab6f
16-
sourceBlobDigest: sha256:66e1ba2210a453339342266aa844ea89fedd7423aaae1e43745b01bb4d9ab7a5
15+
sourceRevisionDigest: sha256:35e0d43bc22466f2b3123c89af55fb2795faab7ba45d389e579d3e5a35b5b788
16+
sourceBlobDigest: sha256:451be136201f6f2abfe71e31c9d268f24d14c1a911aad964414e9e62d708dda3
1717
codeSamplesNamespace: code-samples-ruby-my-first-target
18-
codeSamplesRevisionDigest: sha256:ef2bbbce3e5eb952a66cfb5bc8ef315217f8fd0b415a4a701b153f335718b000
18+
codeSamplesRevisionDigest: sha256:594b3c73bd192d59f28e76933b794bf931fc02131877af3bdba5a5d4cc2dd1e7
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.58)
4+
dub (0.2.2.pre.alpha.59)
55
faraday
66
faraday-multipart
77
rack
@@ -35,7 +35,7 @@ GEM
3535
racc
3636
prism (0.27.0)
3737
racc (1.8.1)
38-
rack (3.1.8)
38+
rack (3.1.9)
3939
rainbow (3.1.1)
4040
rake (13.2.1)
4141
rbi (0.1.12)

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,4 +728,14 @@ Based on:
728728
### Generated
729729
- [ruby v0.2.2-alpha.58] .
730730
### Releases
731-
- [Ruby Gems v0.2.2-alpha.58] https://rubygems.org/gems/dub/versions/0.2.2-alpha.58 - .
731+
- [Ruby Gems v0.2.2-alpha.58] https://rubygems.org/gems/dub/versions/0.2.2-alpha.58 - .
732+
733+
## 2025-02-03 00:26:57
734+
### Changes
735+
Based on:
736+
- OpenAPI Doc
737+
- Speakeasy CLI 1.481.1 (2.500.5) https://github.com/speakeasy-api/speakeasy
738+
### Generated
739+
- [ruby v0.2.2-alpha.59] .
740+
### Releases
741+
- [Ruby Gems v0.2.2-alpha.59] https://rubygems.org/gems/dub/versions/0.2.2-alpha.59 - .

β€ŽcodeSamples.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ actions:
170170
"x-codeSamples":
171171
- "lang": "ruby"
172172
"label": "createEmbedToken"
173-
"source": "require 'dub'\n\n\ns = ::OpenApiSDK::Dub.new\ns.config_security(\n ::OpenApiSDK::Shared::Security.new(\n token: \"DUB_API_KEY\",\n )\n)\n\n\nreq = ::OpenApiSDK::Operations::CreateEmbedTokenRequestBody.new(\n link_id: \"<id>\",\n)\n \nres = s.embed_tokens.create(req)\n\nif ! res.object.nil?\n # handle response\nend"
173+
"source": "require 'dub'\n\n\ns = ::OpenApiSDK::Dub.new\ns.config_security(\n ::OpenApiSDK::Shared::Security.new(\n token: \"DUB_API_KEY\",\n )\n)\n\n\nreq = ::OpenApiSDK::Operations::CreateEmbedTokenRequestBody.new(\n program_id: \"<id>\",\n)\n \nres = s.embed_tokens.create(req)\n\nif ! res.object.nil?\n # handle response\nend"
174174
- target: $["paths"]["/track/lead"]["post"]
175175
update:
176176
"x-codeSamples":

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `link_id` | *::String* | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| --------------------- | --------------------- | --------------------- | --------------------- |
8+
| `program_id` | *::String* | :heavy_check_mark: | N/A |
9+
| `partner_id` | *T.nilable(::String)* | :heavy_minus_sign: | N/A |
10+
| `tenant_id` | *T.nilable(::String)* | :heavy_minus_sign: | N/A |

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

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
| `image` | *T.nilable(::String)* | :heavy_minus_sign: | Avatar image for the partner – if not provided, a default avatar will be used. |
1313
| `country` | [T.nilable(::OpenApiSDK::Operations::Country)](../../models/operations/country.md) | :heavy_minus_sign: | Country where the partner is based. |
1414
| `description` | *T.nilable(::String)* | :heavy_minus_sign: | A brief description of the partner and their background. |
15+
| `tenant_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the partner in your system. |
1516
| `link_props` | [T.nilable(::OpenApiSDK::Operations::LinkProps)](../../models/operations/linkprops.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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ The created partner
1919
| `created_at` | *::String* | :heavy_check_mark: | N/A |
2020
| `updated_at` | *::String* | :heavy_check_mark: | N/A |
2121
| `status` | [::OpenApiSDK::Operations::Status](../../models/operations/status.md) | :heavy_check_mark: | N/A |
22-
| `link` | [::OpenApiSDK::Operations::CreatePartnerLink](../../models/operations/createpartnerlink.md) | :heavy_check_mark: | N/A |
22+
| `links` | T::Array<[::OpenApiSDK::Operations::Links](../../models/operations/links.md)> | :heavy_check_mark: | N/A |
2323
| `discount` | [T.nilable(::OpenApiSDK::Operations::CreatePartnerDiscount)](../../models/operations/createpartnerdiscount.md) | :heavy_minus_sign: | N/A |
2424
| `commission_amount` | *::Float* | :heavy_check_mark: | N/A |
25-
| `earnings` | *::Float* | :heavy_check_mark: | N/A |
25+
| `earnings` | *::Float* | :heavy_check_mark: | N/A |
26+
| `clicks` | *::Float* | :heavy_check_mark: | N/A |
27+
| `leads` | *::Float* | :heavy_check_mark: | N/A |
28+
| `sales` | *::Float* | :heavy_check_mark: | N/A |
29+
| `sales_amount` | *::Float* | :heavy_check_mark: | N/A |

0 commit comments

Comments
Β (0)