Skip to content

Commit

Permalink
Merge pull request #53 from dubinc/speakeasy-sdk-regen-1731716841
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.2.2-alpha.34
  • Loading branch information
devkiran authored Nov 16, 2024
2 parents bc56a3d + b5c1d5f commit 66b679a
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 31 deletions.
10 changes: 5 additions & 5 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: b1ddc6340113bd7c10aec74280cf3844
docChecksum: 8b1b9eb49f7d9c9e3b923b7d3311eb0b
docVersion: 0.0.1
speakeasyVersion: 1.440.0
generationVersion: 2.457.9
releaseVersion: 0.2.2-alpha.33
configChecksum: f3c0f7116ca67855a5d8e7d102b4483e
speakeasyVersion: 1.440.1
generationVersion: 2.460.1
releaseVersion: 0.2.2-alpha.34
configChecksum: 731491b25ecdc58f1974fb3c2f4ba127
repoURL: https://github.com/dubinc/dub-ruby.git
installationURL: https://github.com/dubinc/dub-ruby
published: true
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.33
version: 0.2.2-alpha.34
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,20 +1,20 @@
speakeasyVersion: 1.440.0
speakeasyVersion: 1.440.1
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:aefb1cdaf4bfc8e70dcd671b5afed4b011c96c85c950d87f536a02ce4d41a8b0
sourceBlobDigest: sha256:3966bb8bc5699e35c824bb96a8f3ec677b9648218db57fb301fdb1c8e0d97e25
sourceRevisionDigest: sha256:e46b2d51e90bfc87a2e190267f2f3366be45072509ea8791e6cad0d96107b926
sourceBlobDigest: sha256:7f884150a91b025552d2e32c9ce7b58adf036cfebe8f99c4074877d76123b100
tags:
- latest
- speakeasy-sdk-regen-1731630478
- speakeasy-sdk-regen-1731716841
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:aefb1cdaf4bfc8e70dcd671b5afed4b011c96c85c950d87f536a02ce4d41a8b0
sourceBlobDigest: sha256:3966bb8bc5699e35c824bb96a8f3ec677b9648218db57fb301fdb1c8e0d97e25
sourceRevisionDigest: sha256:e46b2d51e90bfc87a2e190267f2f3366be45072509ea8791e6cad0d96107b926
sourceBlobDigest: sha256:7f884150a91b025552d2e32c9ce7b58adf036cfebe8f99c4074877d76123b100
codeSamplesNamespace: code-samples-ruby-my-first-target
codeSamplesRevisionDigest: sha256:6223326bd882d72fa6b908b3b2f4843c249bdd28bd6c3d8cc9862d7e74600113
codeSamplesRevisionDigest: sha256:930fcbb0090147a659c1507ec21ee30391303d87a43eca5493f28b3f02ff7c4a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion 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.33)
dub (0.2.2.pre.alpha.34)
faraday
faraday-multipart
rack
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,14 @@ Based on:
### Generated
- [ruby v0.2.2-alpha.33] .
### Releases
- [Ruby Gems v0.2.2-alpha.33] https://rubygems.org/gems/dub/versions/0.2.2-alpha.33 - .
- [Ruby Gems v0.2.2-alpha.33] https://rubygems.org/gems/dub/versions/0.2.2-alpha.33 - .

## 2024-11-16 00:27:17
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.1 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.2-alpha.34] .
### Releases
- [Ruby Gems v0.2.2-alpha.34] https://rubygems.org/gems/dub/versions/0.2.2-alpha.34 - .
2 changes: 1 addition & 1 deletion docs/models/operations/interval.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Interval

The interval to retrieve analytics for. Takes precedence over start and end. If undefined, defaults to 24h.
The interval to retrieve analytics for. If undefined, defaults to 24h.


## Values
Expand Down
4 changes: 2 additions & 2 deletions docs/models/operations/listeventsrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
| `link_id` | *T.nilable(::String)* | :heavy_minus_sign: | The unique ID of the short link on Dub. | |
| `external_id` | *T.nilable(::String)* | :heavy_minus_sign: | This is the ID of the link in the your database. Must be prefixed with 'ext_' when passed as a query parameter. | |
| `interval` | [T.nilable(::OpenApiSDK::Operations::QueryParamInterval)](../../models/operations/queryparaminterval.md) | :heavy_minus_sign: | The interval to retrieve events for. Takes precedence over start and end. If undefined, defaults to 24h. | |
| `start` | *T.nilable(::String)* | :heavy_minus_sign: | The start date and time when to retrieve analytics from. | |
| `end_` | *T.nilable(::String)* | :heavy_minus_sign: | The end date and time when to retrieve analytics from. If not provided, defaults to the current date. | |
| `start` | *T.nilable(::String)* | :heavy_minus_sign: | The start date and time when to retrieve analytics from. Takes precedence over `interval`. | |
| `end_` | *T.nilable(::String)* | :heavy_minus_sign: | The end date and time when to retrieve analytics from. If not provided, defaults to the current date. Takes precedence over `interval`. | |
| `timezone` | *T.nilable(::String)* | :heavy_minus_sign: | The IANA time zone code for aligning timeseries granularity (e.g. America/New_York). Defaults to UTC. | America/New_York |
| `continent` | [T.nilable(::OpenApiSDK::Shared::ContinentCode)](../../models/shared/continentcode.md) | :heavy_minus_sign: | The continent to retrieve analytics for. | |
| `country` | [T.nilable(::OpenApiSDK::Shared::CountryCode)](../../models/shared/countrycode.md) | :heavy_minus_sign: | The country to retrieve analytics for. | |
Expand Down
Loading

0 comments on commit 66b679a

Please sign in to comment.