Skip to content

Commit

Permalink
Merge pull request #67 from dubinc/speakeasy-sdk-regen-1734654406
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.2.2-alpha.48
  • Loading branch information
devkiran authored Dec 23, 2024
2 parents 66ad9c6 + 9abdaf6 commit cc1af4c
Show file tree
Hide file tree
Showing 33 changed files with 306 additions and 373 deletions.
24 changes: 13 additions & 11 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 5a2dd83e-da98-455b-8ef9-0100a914efdf
management:
docChecksum: 91f8a271509d1f385478a60c83339f25
docChecksum: 8242eb9b26c7e6790d67cbbd98b96b1b
docVersion: 0.0.1
speakeasyVersion: 1.456.1
generationVersion: 2.481.0
releaseVersion: 0.2.2-alpha.47
configChecksum: 838c8fcc3fb0ce95c9cb76e268acb261
speakeasyVersion: 1.459.2
generationVersion: 2.483.1
releaseVersion: 0.2.2-alpha.48
configChecksum: 4f1db4ea760a806230a2d0f991bcbc4a
repoURL: https://github.com/dubinc/dub-ruby.git
installationURL: https://github.com/dubinc/dub-ruby
published: true
Expand Down Expand Up @@ -36,6 +36,7 @@ generatedFiles:
- docs/models/operations/bulkupdatelinksresponse.md
- docs/models/operations/click.md
- docs/models/operations/color.md
- docs/models/operations/createcustomerlink.md
- docs/models/operations/createcustomerrequestbody.md
- docs/models/operations/createcustomerresponse.md
- docs/models/operations/createcustomerresponsebody.md
Expand Down Expand Up @@ -63,6 +64,7 @@ generatedFiles:
- docs/models/operations/deletetagresponse.md
- docs/models/operations/deletetagresponsebody.md
- docs/models/operations/event.md
- docs/models/operations/getcustomerlink.md
- docs/models/operations/getcustomerrequest.md
- docs/models/operations/getcustomerresponse.md
- docs/models/operations/getcustomerresponsebody.md
Expand All @@ -84,6 +86,7 @@ generatedFiles:
- docs/models/operations/groupby.md
- docs/models/operations/interval.md
- docs/models/operations/level.md
- docs/models/operations/link.md
- docs/models/operations/listdomainsrequest.md
- docs/models/operations/listdomainsresponse.md
- docs/models/operations/listeventsrequest.md
Expand All @@ -100,9 +103,6 @@ generatedFiles:
- docs/models/operations/sale.md
- docs/models/operations/sort.md
- docs/models/operations/sortby.md
- docs/models/operations/trackcustomerrequestbody.md
- docs/models/operations/trackcustomerresponse.md
- docs/models/operations/trackcustomerresponsebody.md
- docs/models/operations/trackleadrequestbody.md
- docs/models/operations/trackleadresponse.md
- docs/models/operations/trackleadresponsebody.md
Expand All @@ -111,6 +111,7 @@ generatedFiles:
- docs/models/operations/tracksaleresponse.md
- docs/models/operations/tracksaleresponsebody.md
- docs/models/operations/trigger.md
- docs/models/operations/updatecustomerlink.md
- docs/models/operations/updatecustomerrequest.md
- docs/models/operations/updatecustomerrequestbody.md
- docs/models/operations/updatecustomerresponse.md
Expand Down Expand Up @@ -208,6 +209,7 @@ generatedFiles:
- lib/open_api_sdk/models/operations/bulkupdatelinks_response.rb
- lib/open_api_sdk/models/operations/click.rb
- lib/open_api_sdk/models/operations/color.rb
- lib/open_api_sdk/models/operations/createcustomer_link.rb
- lib/open_api_sdk/models/operations/createcustomer_requestbody.rb
- lib/open_api_sdk/models/operations/createcustomer_response.rb
- lib/open_api_sdk/models/operations/createcustomer_responsebody.rb
Expand Down Expand Up @@ -235,6 +237,7 @@ generatedFiles:
- lib/open_api_sdk/models/operations/deletetag_response.rb
- lib/open_api_sdk/models/operations/deletetag_responsebody.rb
- lib/open_api_sdk/models/operations/event.rb
- lib/open_api_sdk/models/operations/getcustomer_link.rb
- lib/open_api_sdk/models/operations/getcustomer_request.rb
- lib/open_api_sdk/models/operations/getcustomer_response.rb
- lib/open_api_sdk/models/operations/getcustomer_responsebody.rb
Expand All @@ -256,6 +259,7 @@ generatedFiles:
- lib/open_api_sdk/models/operations/groupby.rb
- lib/open_api_sdk/models/operations/interval.rb
- lib/open_api_sdk/models/operations/level.rb
- lib/open_api_sdk/models/operations/link.rb
- lib/open_api_sdk/models/operations/listdomains_request.rb
- lib/open_api_sdk/models/operations/listdomains_response.rb
- lib/open_api_sdk/models/operations/listevents_request.rb
Expand All @@ -272,9 +276,6 @@ generatedFiles:
- lib/open_api_sdk/models/operations/sale.rb
- lib/open_api_sdk/models/operations/sort.rb
- lib/open_api_sdk/models/operations/sortby.rb
- lib/open_api_sdk/models/operations/trackcustomer_requestbody.rb
- lib/open_api_sdk/models/operations/trackcustomer_response.rb
- lib/open_api_sdk/models/operations/trackcustomer_responsebody.rb
- lib/open_api_sdk/models/operations/tracklead_requestbody.rb
- lib/open_api_sdk/models/operations/tracklead_response.rb
- lib/open_api_sdk/models/operations/tracklead_responsebody.rb
Expand All @@ -283,6 +284,7 @@ generatedFiles:
- lib/open_api_sdk/models/operations/tracksale_response.rb
- lib/open_api_sdk/models/operations/tracksale_responsebody.rb
- lib/open_api_sdk/models/operations/trigger.rb
- lib/open_api_sdk/models/operations/updatecustomer_link.rb
- lib/open_api_sdk/models/operations/updatecustomer_request.rb
- lib/open_api_sdk/models/operations/updatecustomer_requestbody.rb
- lib/open_api_sdk/models/operations/updatecustomer_response.rb
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
ruby:
version: 0.2.2-alpha.47
version: 0.2.2-alpha.48
author: Dub
description: Ruby Client SDK Generated by Speakeasy
imports:
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.456.1
speakeasyVersion: 1.459.2
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:4f4e0885892e981bdfec1fe92ab00a4a502ae6598d5de2a731a909e20b8de75a
sourceBlobDigest: sha256:dd73501fb0082ccb7033caed86fb515bcb93da12c57f60ee5448c42448cd0d8f
sourceRevisionDigest: sha256:5b8b7d6c3e575ae437812568041a4f6179ec2488d4bdff0105ac163d0f742159
sourceBlobDigest: sha256:31c3bc85b042d5d18b7291d6a5247793acae15f938e3f4dc7c42709e91b8670b
tags:
- latest
- speakeasy-sdk-regen-1734568088
- speakeasy-sdk-regen-1734654406
- 0.0.1
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:4f4e0885892e981bdfec1fe92ab00a4a502ae6598d5de2a731a909e20b8de75a
sourceBlobDigest: sha256:dd73501fb0082ccb7033caed86fb515bcb93da12c57f60ee5448c42448cd0d8f
sourceRevisionDigest: sha256:5b8b7d6c3e575ae437812568041a4f6179ec2488d4bdff0105ac163d0f742159
sourceBlobDigest: sha256:31c3bc85b042d5d18b7291d6a5247793acae15f938e3f4dc7c42709e91b8670b
codeSamplesNamespace: code-samples-ruby-my-first-target
codeSamplesRevisionDigest: sha256:f9eecbda18d847bc0441a0486d55fcdb2e1651b674e0be17b764add1f9ae4e98
codeSamplesRevisionDigest: sha256:e38c3c247fbd53253979f9634b86aa9a28ad9b41e2cf04d846c4a96423a3c515
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dub (0.2.2.pre.alpha.47)
dub (0.2.2.pre.alpha.48)
faraday
faraday-multipart
rack
Expand All @@ -23,7 +23,7 @@ GEM
net-http (>= 0.5.0)
json (2.8.2)
language_server-protocol (3.17.0.3)
logger (1.6.3)
logger (1.6.4)
minitest (5.25.2)
multipart-post (2.4.1)
net-http (0.6.0)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ end

* [lead](docs/sdks/track/README.md#lead) - Track a lead
* [sale](docs/sdks/track/README.md#sale) - Track a sale
* [~~customer~~](docs/sdks/track/README.md#customer) - Track a customer :warning: **Deprecated**

### [workspaces](docs/sdks/workspaces/README.md)

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,4 +618,14 @@ Based on:
### Generated
- [ruby v0.2.2-alpha.47] .
### Releases
- [Ruby Gems v0.2.2-alpha.47] https://rubygems.org/gems/dub/versions/0.2.2-alpha.47 - .
- [Ruby Gems v0.2.2-alpha.47] https://rubygems.org/gems/dub/versions/0.2.2-alpha.47 - .

## 2024-12-23 00:27:50
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.459.2 (2.483.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.2-alpha.48] .
### Releases
- [Ruby Gems v0.2.2-alpha.48] https://rubygems.org/gems/dub/versions/0.2.2-alpha.48 - .
12 changes: 12 additions & 0 deletions docs/models/operations/createcustomerlink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CreateCustomerLink


## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *::String* | :heavy_check_mark: | The unique ID of the short link. |
| `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). |
| `key` | *::String* | :heavy_check_mark: | The short link slug. If not provided, a random 7-character slug will be generated. |
| `short_link` | *::String* | :heavy_check_mark: | The full URL of the short link, including the https protocol (e.g. `https://dub.sh/try`). |
| `program_id` | *::String* | :heavy_check_mark: | The ID of the program the short link is associated with. |
18 changes: 10 additions & 8 deletions docs/models/operations/createcustomerresponsebody.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ The customer was created.

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
| `id` | *::String* | :heavy_check_mark: | The unique identifier of the customer in Dub. |
| `external_id` | *::String* | :heavy_check_mark: | Unique identifier for the customer in the client's app. |
| `name` | *::String* | :heavy_check_mark: | Name of the customer. |
| `email` | *T.nilable(::String)* | :heavy_minus_sign: | Email of the customer. |
| `avatar` | *T.nilable(::String)* | :heavy_minus_sign: | Avatar URL of the customer. |
| `created_at` | *::String* | :heavy_check_mark: | The date the customer was created. |
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `id` | *::String* | :heavy_check_mark: | The unique identifier of the customer in Dub. |
| `external_id` | *::String* | :heavy_check_mark: | Unique identifier for the customer in the client's app. |
| `name` | *::String* | :heavy_check_mark: | Name of the customer. |
| `email` | *T.nilable(::String)* | :heavy_minus_sign: | Email of the customer. |
| `avatar` | *T.nilable(::String)* | :heavy_minus_sign: | Avatar URL of the customer. |
| `country` | *T.nilable(::String)* | :heavy_minus_sign: | Country of the customer. |
| `created_at` | *::String* | :heavy_check_mark: | The date the customer was created. |
| `link` | [T.nilable(::OpenApiSDK::Operations::CreateCustomerLink)](../../models/operations/createcustomerlink.md) | :heavy_minus_sign: | N/A |
Loading

0 comments on commit cc1af4c

Please sign in to comment.