Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.167.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 6, 2024
1 parent 4719c60 commit c36b33f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ management:
docChecksum: 9ab4ae9ee20626ac9759af48d9f35d90
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.248.1
releaseVersion: 3.0.0
configChecksum: 8be66a47f20ccc3c03fca397ddaced38
generationVersion: 2.250.2
releaseVersion: 3.0.1
configChecksum: 1f674ce5baa63f60f99cbcc65b157ac8
repoURL: https://github.com/speakeasy-sdks/northflank-go.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/northflank-go
published: true
features:
go:
constsAndDefaults: 0.1.2
core: 3.3.1
constsAndDefaults: 0.1.3
core: 3.3.2
flattening: 2.81.1
globalSecurity: 2.82.6
globalServerURLs: 2.82.1
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,14 @@ Based on:
### Generated
- [go v3.0.0] .
### Releases
- [Go v3.0.0] https://github.com/speakeasy-sdks/northflank-go/releases/tag/v3.0.0 - .
- [Go v3.0.0] https://github.com/speakeasy-sdks/northflank-go/releases/tag/v3.0.0 - .

## 2024-02-06 01:00:12
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.167.3 (2.250.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v3.0.1] .
### Releases
- [Go v3.0.1] https://github.com/speakeasy-sdks/northflank-go/releases/tag/v3.0.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generation:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
go:
version: 3.0.0
version: 3.0.1
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
Expand Down
6 changes: 3 additions & 3 deletions northflank.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ func New(opts ...SDKOption) *Northflank {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.0.0",
SDKVersion: "3.0.0",
GenVersion: "2.248.1",
UserAgent: "speakeasy-sdk/go 3.0.0 2.248.1 1.0.0 github.com/speakeasy-sdks/northflank-go",
SDKVersion: "3.0.1",
GenVersion: "2.250.2",
UserAgent: "speakeasy-sdk/go 3.0.1 2.250.2 1.0.0 github.com/speakeasy-sdks/northflank-go",
},
}
for _, opt := range opts {
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func handleDefaultConstValue(tagValue string, val interface{}, tag reflect.Struc
return []byte(fmt.Sprintf(`"%s"`, tagValue))
default:
if typ.Kind() == reflect.String {
return []byte(fmt.Sprintf(`"%s"`, tagValue))
return []byte(fmt.Sprintf("%q", tagValue))
}
}

Expand Down

0 comments on commit c36b33f

Please sign in to comment.