Skip to content

Commit

Permalink
Merge pull request #63 from dubinc/speakeasy-sdk-regen-1731716803
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.14.3
  • Loading branch information
devkiran authored Nov 16, 2024
2 parents cdd3e2c + f3f6913 commit 8df97a6
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 37 deletions.
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
lockVersion: 2.0.0
id: ab657d60-207e-43a4-8cc8-692a672950ed
management:
docChecksum: b1ddc6340113bd7c10aec74280cf3844
docChecksum: 8b1b9eb49f7d9c9e3b923b7d3311eb0b
docVersion: 0.0.1
speakeasyVersion: 1.440.0
generationVersion: 2.457.9
releaseVersion: 0.14.2
configChecksum: 375c6fb30e2dece5a84104f4acb317ef
speakeasyVersion: 1.440.1
generationVersion: 2.460.1
releaseVersion: 0.14.3
configChecksum: 95bad73f293256bc92338fdda96228c7
repoURL: https://github.com/dubinc/dub-python.git
installationURL: https://github.com/dubinc/dub-python.git
published: true
features:
python:
additionalDependencies: 1.0.0
constsAndDefaults: 1.0.4
constsAndDefaults: 1.0.5
core: 5.6.5
defaultEnabledRetries: 0.2.0
deprecations: 3.0.0
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
python:
version: 0.14.2
version: 0.14.3
additionalDependencies:
dev: {}
main: {}
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:2614c055eb922ef15bfc4f14f19cd8717e1f87e4b571e58733280074eef1bfcc
sourceBlobDigest: sha256:3ed4cf32aa3de4d30360df9db367e93893cbe835f917d7eb2ac45f5d3494a898
sourceRevisionDigest: sha256:517d5c073600d80f8b8eca55d780619920bb89acc1ae0a91fe3c69cc801e26b7
sourceBlobDigest: sha256:ce343a1fbd3e86f746b066d9e161043f71bb1c0f0cbf1a5cbbc8288d279e2954
tags:
- latest
- speakeasy-sdk-regen-1731630440
- speakeasy-sdk-regen-1731716803
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:2614c055eb922ef15bfc4f14f19cd8717e1f87e4b571e58733280074eef1bfcc
sourceBlobDigest: sha256:3ed4cf32aa3de4d30360df9db367e93893cbe835f917d7eb2ac45f5d3494a898
sourceRevisionDigest: sha256:517d5c073600d80f8b8eca55d780619920bb89acc1ae0a91fe3c69cc801e26b7
sourceBlobDigest: sha256:ce343a1fbd3e86f746b066d9e161043f71bb1c0f0cbf1a5cbbc8288d279e2954
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:96916e37da65eba1950c9ae9db9444bd754a7f6e8cb5ed5384bf36afa5c1cc65
codeSamplesRevisionDigest: sha256:4d27dc6a781374569352e5dcab487315c18249a0a84ea84c91aeee95f64ed644
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,4 +546,14 @@ Based on:
### Generated
- [python v0.14.2] .
### Releases
- [PyPI v0.14.2] https://pypi.org/project/dub/0.14.2 - .
- [PyPI v0.14.2] https://pypi.org/project/dub/0.14.2 - .

## 2024-11-16 00:26:39
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.1 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.14.3] .
### Releases
- [PyPI v0.14.3] https://pypi.org/project/dub/0.14.3 - .
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` | *Optional[str]* | :heavy_minus_sign: | The unique ID of the short link on Dub. | |
| `external_id` | *Optional[str]* | :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` | [Optional[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` | *Optional[str]* | :heavy_minus_sign: | The start date and time when to retrieve analytics from. | |
| `end` | *Optional[str]* | :heavy_minus_sign: | The end date and time when to retrieve analytics from. If not provided, defaults to the current date. | |
| `start` | *Optional[str]* | :heavy_minus_sign: | The start date and time when to retrieve analytics from. Takes precedence over `interval`. | |
| `end` | *Optional[str]* | :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` | *Optional[str]* | :heavy_minus_sign: | The IANA time zone code for aligning timeseries granularity (e.g. America/New_York). Defaults to UTC. | America/New_York |
| `continent` | [Optional[components.ContinentCode]](../../models/components/continentcode.md) | :heavy_minus_sign: | The continent to retrieve analytics for. | |
| `country` | [Optional[components.CountryCode]](../../models/components/countrycode.md) | :heavy_minus_sign: | The country to retrieve analytics for. | |
Expand Down
Loading

0 comments on commit 8df97a6

Please sign in to comment.