Skip to content

Commit

Permalink
Merge pull request #16 from dubinc/speakeasy-sdk-regen-1720140752
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
devkiran authored Jul 8, 2024
2 parents 5ca4171 + a4ea5ff commit 8f3c0a3
Show file tree
Hide file tree
Showing 50 changed files with 51 additions and 250 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: 1773e9c7-1931-4663-8ac8-4deaf8db76f5
management:
docChecksum: a161f5bf3b2f2db5151fac8953378ea9
docChecksum: bdbe0b838757272c0b9e043ea9c5cb5f
docVersion: 0.0.1
speakeasyVersion: 1.326.0
generationVersion: 2.359.0
releaseVersion: 0.1.13
configChecksum: 77722e45e2afa4acb144a97f4c035933
speakeasyVersion: 1.327.0
generationVersion: 2.359.6
releaseVersion: 0.1.14
configChecksum: cafe3098163ff931fd386d5836118e1d
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 @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
go:
version: 0.1.13
version: 0.1.14
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.326.0
speakeasyVersion: 1.327.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:fcca920782a3a611583db8a18e878ecdd28d71391cff8abf2e03973a45f7fb8a
sourceBlobDigest: sha256:c69669d14403f4c11d4eb5915fa1710a5c28e5e375b57cad01d8cd07dbdf5362
sourceRevisionDigest: sha256:a1f25efcd60ffd527a8a8bfa736f31857afe27e649ff60ab27ca884f4082aa7a
sourceBlobDigest: sha256:1e9328999a295d7b4a8ca497ddcae476f1c7477a26baca807b56dc98fbf3eefa
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:fcca920782a3a611583db8a18e878ecdd28d71391cff8abf2e03973a45f7fb8a
sourceBlobDigest: sha256:c69669d14403f4c11d4eb5915fa1710a5c28e5e375b57cad01d8cd07dbdf5362
sourceRevisionDigest: sha256:a1f25efcd60ffd527a8a8bfa736f31857afe27e649ff60ab27ca884f4082aa7a
sourceBlobDigest: sha256:1e9328999a295d7b4a8ca497ddcae476f1c7477a26baca807b56dc98fbf3eefa
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func main() {

* [List](docs/sdks/links/README.md#list) - Retrieve a list of links
* [Create](docs/sdks/links/README.md#create) - Create a new link
* [Count](docs/sdks/links/README.md#count) - Retrieve the number of links
* [Count](docs/sdks/links/README.md#count) - Retrieve links count
* [Get](docs/sdks/links/README.md#get) - Retrieve a link
* [Delete](docs/sdks/links/README.md#delete) - Delete a link
* [Update](docs/sdks/links/README.md#update) - Update a link
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,14 @@ Based on:
### Generated
- [go v0.1.13] .
### Releases
- [Go v0.1.13] https://github.com/dubinc/dub-go/releases/tag/v0.1.13 - .
- [Go v0.1.13] https://github.com/dubinc/dub-go/releases/tag/v0.1.13 - .

## 2024-07-08 00:54:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.327.0 (2.359.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.1.14] .
### Releases
- [Go v0.1.14] https://github.com/dubinc/dub-go/releases/tag/v0.1.14 - .
1 change: 0 additions & 1 deletion analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func (s *Analytics) Retrieve(ctx context.Context, request operations.RetrieveAna

globals := operations.RetrieveAnalyticsGlobals{
WorkspaceID: s.sdkConfiguration.Globals.WorkspaceID,
ProjectSlug: s.sdkConfiguration.Globals.ProjectSlug,
}

baseURL := utils.ReplaceParameters(s.sdkConfiguration.GetServerDetails())
Expand Down
3 changes: 1 addition & 2 deletions docs/models/operations/bulkcreatelinksglobals.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`ProjectSlug`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
3 changes: 1 addition & 2 deletions docs/models/operations/createdomainglobals.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`ProjectSlug`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
3 changes: 1 addition & 2 deletions docs/models/operations/createlinkglobals.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`ProjectSlug`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
3 changes: 1 addition & 2 deletions docs/models/operations/createtagglobals.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`ProjectSlug`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
3 changes: 1 addition & 2 deletions docs/models/operations/deletedomainglobals.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`ProjectSlug`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
3 changes: 1 addition & 2 deletions docs/models/operations/deletelinkglobals.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`ProjectSlug`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
| ~~`WorkspaceID`~~ | **string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
Loading

0 comments on commit 8f3c0a3

Please sign in to comment.