Skip to content
New issue

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

chore: 🐝 Update SDK - Generate 0.9.2 #36

Merged
merged 1 commit into from
Sep 17, 2024
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: 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:
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.9.1
version: 0.9.2
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
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
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
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
2 changes: 1 addition & 1 deletion docs/models/operations/trackleadrequestbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | |
Expand Down
6 changes: 3 additions & 3 deletions dub.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
}
Expand Down
2 changes: 1 addition & 1 deletion models/operations/tracklead.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down