diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index da49f99..abe18f5 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 1773e9c7-1931-4663-8ac8-4deaf8db76f5 management: - docChecksum: 5124eb4c8a9ec61cd5ee7393fdecd832 + docChecksum: 81fbec1fddce6a9104ba0a932fec5804 docVersion: 0.0.1 - speakeasyVersion: 1.396.9 - generationVersion: 2.415.7 - releaseVersion: 0.9.1 - configChecksum: 944a3f8e6cfe5db4cb5f5bcbed8bc3d0 + speakeasyVersion: 1.398.0 + generationVersion: 2.415.8 + releaseVersion: 0.9.2 + configChecksum: ae171069bf32301f8822cbf5827664cc repoURL: https://github.com/dubinc/dub-go.git installationURL: https://github.com/dubinc/dub-go features: diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 4b9f01d..867c968 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true go: - version: 0.9.1 + version: 0.9.2 additionalDependencies: {} allowUnknownFieldsInWeakUnions: false clientServerStatusCodesAsErrors: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index c8cce83..aff2e10 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,9 +1,9 @@ -speakeasyVersion: 1.396.9 +speakeasyVersion: 1.398.0 sources: dub: sourceNamespace: dub - sourceRevisionDigest: sha256:f7972e5588c86dcf47d0787be7eced142b66d2cde0787bedd8dfd0e65e9740b4 - sourceBlobDigest: sha256:2d1b8b309c243b614320b6870bd0ed21d0092bf65a8aa8310a5dc6c1582225e8 + sourceRevisionDigest: sha256:d917495ecce67843434e01f42262cba2a2137f71de5364321d2d8a7480bd7d3a + sourceBlobDigest: sha256:fcdaff285860be87d8acd3091214b153f70d1a94b7ab7b1d9e99e96188670c8a tags: - latest - main @@ -11,10 +11,10 @@ targets: my-first-target: source: dub sourceNamespace: dub - sourceRevisionDigest: sha256:f7972e5588c86dcf47d0787be7eced142b66d2cde0787bedd8dfd0e65e9740b4 - sourceBlobDigest: sha256:2d1b8b309c243b614320b6870bd0ed21d0092bf65a8aa8310a5dc6c1582225e8 + sourceRevisionDigest: sha256:d917495ecce67843434e01f42262cba2a2137f71de5364321d2d8a7480bd7d3a + sourceBlobDigest: sha256:fcdaff285860be87d8acd3091214b153f70d1a94b7ab7b1d9e99e96188670c8a codeSamplesNamespace: code-samples-go-my-first-target - codeSamplesRevisionDigest: sha256:c19d7b62066f7da381b849b20ae97e86a0038e054e2911737010cf4e43eb9727 + codeSamplesRevisionDigest: sha256:6085fd3cae317d514233d64147fde9d293f90f8bb2eb9a33093f263c79c8cf2b workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 48050c1..03aebda 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -328,4 +328,14 @@ Based on: ### Generated - [go v0.9.1] . ### Releases -- [Go v0.9.1] https://github.com/dubinc/dub-go/releases/tag/v0.9.1 - . \ No newline at end of file +- [Go v0.9.1] https://github.com/dubinc/dub-go/releases/tag/v0.9.1 - . + +## 2024-09-17 00:10:04 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.398.0 (2.415.8) https://github.com/speakeasy-api/speakeasy +### Generated +- [go v0.9.2] . +### Releases +- [Go v0.9.2] https://github.com/dubinc/dub-go/releases/tag/v0.9.2 - . \ No newline at end of file diff --git a/docs/models/operations/trackleadrequestbody.md b/docs/models/operations/trackleadrequestbody.md index 68dfeb6..7551cf7 100644 --- a/docs/models/operations/trackleadrequestbody.md +++ b/docs/models/operations/trackleadrequestbody.md @@ -5,7 +5,7 @@ | Field | Type | Required | Description | Example | | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | -| `ClickID` | *string* | :heavy_check_mark: | The ID of the click in th Dub. You can read this value from `dclid` cookie. | | +| `ClickID` | *string* | :heavy_check_mark: | The ID of the click in th Dub. You can read this value from `dub_id` cookie. | | | `EventName` | *string* | :heavy_check_mark: | The name of the event to track. | Sign up | | `CustomerID` | *string* | :heavy_check_mark: | This is the unique identifier for the customer in the client's app. This is used to track the customer's journey. | | | `CustomerName` | **string* | :heavy_minus_sign: | Name of the customer in the client's app. | | diff --git a/dub.go b/dub.go index d04bc19..1653275 100644 --- a/dub.go +++ b/dub.go @@ -157,9 +157,9 @@ func New(opts ...SDKOption) *Dub { sdkConfiguration: sdkConfiguration{ Language: "go", OpenAPIDocVersion: "0.0.1", - SDKVersion: "0.9.1", - GenVersion: "2.415.7", - UserAgent: "speakeasy-sdk/go 0.9.1 2.415.7 0.0.1 github.com/dubinc/dub-go", + SDKVersion: "0.9.2", + GenVersion: "2.415.8", + UserAgent: "speakeasy-sdk/go 0.9.2 2.415.8 0.0.1 github.com/dubinc/dub-go", Hooks: hooks.New(), }, } diff --git a/models/operations/tracklead.go b/models/operations/tracklead.go index 1157b0b..30ceaaa 100644 --- a/models/operations/tracklead.go +++ b/models/operations/tracklead.go @@ -7,7 +7,7 @@ import ( ) type TrackLeadRequestBody struct { - // The ID of the click in th Dub. You can read this value from `dclid` cookie. + // The ID of the click in th Dub. You can read this value from `dub_id` cookie. ClickID string `json:"clickId"` // The name of the event to track. EventName string `json:"eventName"`