8000 chore: 🐝 Update SDK - Generate 0.16.4 by github-actions[bot] · Pull Request #124 · dubinc/dub-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: 🐝 Update SDK - Generate 0.16.4 #124

New issue 8000

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 1773e9c7-1931-4663-8ac8-4deaf8db76f5
management:
docChecksum: 1f2d4c898b6141a97115319cc3fc6712
docChecksum: 976fde5fbd0d7a5d7f2a966688263b3b
docVersion: 0.0.1
speakeasyVersion: 1.563.4
generationVersion: 2.630.6
releaseVersion: 0.16.3
configChecksum: 602d792f4b685c617cbc92912d72cfd4
speakeasyVersion: 1.568.1
generationVersion: 2.634.1
releaseVersion: 0.16.4
configChecksum: eaa79ea6c3ce04d3ade74a682a53e87c
repoURL: https://github.com/dubinc/dub-go.git
installationURL: https://github.com/dubinc/dub-go
features:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
go:
version: 0.16.3
version: 0.16.4
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: true
baseErrorName: DubError
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.563.4
speakeasyVersion: 1.568.1
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:a467c7b38cd2bddbabef583ed2364c7cf7f96d4f186a5ec8d84bd736c57d3b05
sourceBlobDigest: sha256:11d8d4c502d1fa0d1be55eb77212cc074b4db9399a1ead9897242fb1986c38e8
sourceRevisionDigest: sha256:f871d1682cd61cceb1a4606b92b45f715aea6c4164705068691a599198f46031
sourceBlobDigest: sha256:a40b4be735625df821cb447186e9f082522956163e810b6c049d2b3a6ad6a538
tags:
- latest
- speakeasy-sdk-regen-1750134442
- speakeasy-sdk-regen-1750378471
- 0.0.1
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:a467c7b38cd2bddbabef583ed2364c7cf7f96d4f186a5ec8d84bd736c57d3b05
sourceBlobDigest: sha256:11d8d4c502d1fa0d1be55eb77212cc074b4db9399a1ead9897242fb1986c38e8
sourceRevisionDigest: sha256:f871d1682cd61cceb1a4606b92b45f715aea6c4164705068691a599198f46031
sourceBlobDigest: sha256:a40b4be735625df821cb447186e9f082522956163e810b6c049d2b3a6ad6a538
codeSamplesNamespace: code-samples-go-my-first-target
codeSamplesRevisionDigest: sha256:c12c046e51c8f5cd67a917077a9cee53e98b4469c9c18cf421555cf924057269
codeSamplesRevisionDigest: sha256:74adbe51413e1494162edade33bfc5515042ec51512c91181d9e49c72f140505
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 @@ -1198,4 +1198,14 @@ Based on:
### Generated
- [go v0.16.3] .
### Releases
- [Go v0.16.3] https://github.com/dubinc/dub-go/releases/tag/v0.16.3 - .
- [Go v0.16.3] https://github.com/dubinc/dub-go/releases/tag/v0.16.3 - .

## 2025-06-24 01:52:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.568.1 (2.634.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.16.4] .
### Releases
- [Go v0.16.4] https://github.com/dubinc/dub-go/releases/tag/v0.16.4 - .
1 change: 1 addition & 0 deletions docs/models/operations/createlinkrequestbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| `URL` | *string* | :heavy_check_mark: | The destination URL of the short link. | https://google.com |
| `Domain` | **string* | :heavy_minus_sign: | 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_minus_sign: | The short link slug. If not provided, a random 7-character slug will be generated. | |
| `KeyLength` | **float64* | :heavy_minus_sign: | The length of the short link slug. Defaults to 7 if not provided. When used with `prefix`, the total length of the key will be `prefix.length + keyLength`. | |
| `ExternalID` | **string* | :heavy_minus_sign: | The ID of the link in your database. If set, it can be used to identify the link in future API requests (must be prefixed with 'ext_' when passed as a query parameter). This key is unique across your workspace. | 123456 |
| `TenantID` | **string* | :heavy_minus_sign: | The ID of the tenant that created the link inside your system. If set, it can be used to fetch all links for a tenant. | |
| `ProgramID` | **string* | :heavy_minus_sign: | The ID of the program the short link is associated with. | |
Expand Down
1 change: 1 addition & 0 deletions docs/models/operations/createpartnerlinklinkprops.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Additional properties that you can pass to the partner's short link. Will be use

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `KeyLength` | **float64* | :heavy_minus_sign: | The length of the short link slug. Defaults to 7 if not provided. When used with `prefix`, the total length of the key will be `prefix.length + keyLength`. | |
| `ExternalID` | **string* | :heavy_minus_sign: | The ID of the link in your database. If set, it can be used to identify the link in future API requests (must be prefixed with 'ext_' when passed as a query parameter). This key is unique across your workspace. | 123456 |
| `TenantID` | **string* | :heavy_minus_sign: | The ID of the tenant that created the link inside your system. If set, it can be used to fetch all links for a tenant. | |
| `Prefix` | **string* | :heavy_minus_sign: | The prefix of the short link slug for randomly-generated keys (e.g. if prefix is `/c/`, generated keys will be in the `/c/:key` format). Will be ignored if `key` is provided. | |
Expand Down
Loading
0