Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.440.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 16, 2024
1 parent 5e595ce commit 8ca6508
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 20 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: 875b45a6-19b9-4d23-8648-a219e85b0fc9
management:
docChecksum: de3d2693189957170dadac38413b020f
docChecksum: 9fbd6321083c0c2d44365ff84b8e2cb8
docVersion: 1.0.0
speakeasyVersion: 1.440.0
generationVersion: 2.457.9
releaseVersion: 0.14.18
configChecksum: fd4b84ac52a83504f232270c68d0b882
speakeasyVersion: 1.440.1
generationVersion: 2.460.1
releaseVersion: 0.14.19
configChecksum: dbe82dd3409f120c3531b15e45081b5e
repoURL: https://github.com/ding-live/ding-golang.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-golang
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:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:ab73351b30c333077f1a9a77e6264db579f000ef8dad9e64e037f460a387f572
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
sourceRevisionDigest: sha256:83b9ccd96c32fcabf5ed0e44d1af45c0278a18b48cac06ecc9be7be09a6f296c
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
tags:
- latest
- speakeasy-sdk-regen-1731630083
- speakeasy-sdk-regen-1731716447
targets:
github.com/ding-live/ding-golang:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:ab73351b30c333077f1a9a77e6264db579f000ef8dad9e64e037f460a387f572
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
sourceRevisionDigest: sha256:83b9ccd96c32fcabf5ed0e44d1af45c0278a18b48cac06ecc9be7be09a6f296c
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:60eed17cffc5a601a3a7372fea048e2e60361ee248317bb5817160f7ceae9ff9
codeSamplesRevisionDigest: sha256:294ba67cf4d2c978aa574356a07c3e1319cd61850d5b97c1505e80bcd601ca23
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 @@ -908,4 +908,14 @@ Based on:
### Generated
- [go v0.14.18] .
### Releases
- [Go v0.14.18] https://github.com/ding-live/ding-golang/releases/tag/v0.14.18 - .
- [Go v0.14.18] https://github.com/ding-live/ding-golang/releases/tag/v0.14.18 - .

## 2024-11-16 00:20:44
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.1 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.14.19] .
### Releases
- [Go v0.14.19] https://github.com/ding-live/ding-golang/releases/tag/v0.14.19 - .
6 changes: 3 additions & 3 deletions ding.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ func New(opts ...SDKOption) *Ding {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.0.0",
SDKVersion: "0.14.18",
GenVersion: "2.457.9",
UserAgent: "speakeasy-sdk/go 0.14.18 2.457.9 1.0.0 github.com/ding-live/ding-golang",
SDKVersion: "0.14.19",
GenVersion: "2.460.1",
UserAgent: "speakeasy-sdk/go 0.14.19 2.460.1 1.0.0 github.com/ding-live/ding-golang",
Hooks: hooks.New(),
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The type of device the user is using.

| Name | Value |
| ----------------------------------------------- | ----------------------------------------------- |
| `AuthenticationStatusResponseDeviceTypeIos` | IOS |
| `AuthenticationStatusResponseDeviceTypeAndroid` | ANDROID |
| `AuthenticationStatusResponseDeviceTypeIos` | IOS |
| `AuthenticationStatusResponseDeviceTypeIpados` | IPADOS |
| `AuthenticationStatusResponseDeviceTypeTvos` | TVOS |
| `AuthenticationStatusResponseDeviceTypeWeb` | WEB |
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
go:
version: 0.14.18
version: 0.14.19
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
10 changes: 8 additions & 2 deletions models/components/authenticationstatusresponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,10 @@ func (u Events) MarshalJSON() ([]byte, error) {
type AuthenticationStatusResponseDeviceType string

const (
AuthenticationStatusResponseDeviceTypeIos AuthenticationStatusResponseDeviceType = "IOS"
AuthenticationStatusResponseDeviceTypeAndroid AuthenticationStatusResponseDeviceType = "ANDROID"
AuthenticationStatusResponseDeviceTypeIos AuthenticationStatusResponseDeviceType = "IOS"
AuthenticationStatusResponseDeviceTypeIpados AuthenticationStatusResponseDeviceType = "IPADOS"
AuthenticationStatusResponseDeviceTypeTvos AuthenticationStatusResponseDeviceType = "TVOS"
AuthenticationStatusResponseDeviceTypeWeb AuthenticationStatusResponseDeviceType = "WEB"
)

Expand All @@ -692,9 +694,13 @@ func (e *AuthenticationStatusResponseDeviceType) UnmarshalJSON(data []byte) erro
return err
}
switch v {
case "ANDROID":
fallthrough
case "IOS":
fallthrough
case "ANDROID":
case "IPADOS":
fallthrough
case "TVOS":
fallthrough
case "WEB":
*e = AuthenticationStatusResponseDeviceType(v)
Expand Down

0 comments on commit 8ca6508

Please sign in to comment.