Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 31, 2023
1 parent 4498497 commit d83dd6b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This allows generated code to be indexed correctly
*.go linguist-generated=false
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,14 @@ Based on:
### Generated
- [go v1.3.0] .
### Releases
- [Go v1.3.0] https://github.com/smartcar/go-sdk-v2/releases/tag/v1.3.0 - .
- [Go v1.3.0] https://github.com/smartcar/go-sdk-v2/releases/tag/v1.3.0 - .

## 2023-08-31 00:02:53
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.75.0 (2.89.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v1.4.0] .
### Releases
- [Go v1.4.0] https://github.com/smartcar/go-sdk-v2/releases/tag/v1.4.0 - .
3 changes: 2 additions & 1 deletion files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,5 @@ docs/models/shared/securityaction.md
docs/models/shared/webhookinfo.md
docs/models/shared/schemebasicauth.md
docs/models/shared/security.md
pkg/models/operations/options.go
pkg/models/operations/options.go
.gitattributes
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: e3579991dc4b8af821112b6292856c57
docVersion: 1.0.0
speakeasyVersion: 1.74.18
generationVersion: 2.88.6
speakeasyVersion: 1.75.0
generationVersion: 2.89.1
generation:
comments:
disableComments: false
Expand All @@ -14,7 +14,7 @@ generation:
tagNamespacingDisabled: false
features:
go:
core: 2.84.2
core: 2.85.0
examples: 2.81.1
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
Expand All @@ -23,7 +23,7 @@ features:
nameOverrides: 2.81.1
unions: 2.81.2
go:
version: 1.3.0
version: 1.4.0
clientServerStatusCodesAsErrors: true
maxMethodParams: 0
packageName: github.com/smartcar/go-sdk-v2
4 changes: 2 additions & 2 deletions smartcar.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ func New(opts ...SDKOption) *Smartcar {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.0.0",
SDKVersion: "1.3.0",
GenVersion: "2.88.6",
SDKVersion: "1.4.0",
GenVersion: "2.89.1",
},
}
for _, opt := range opts {
Expand Down

0 comments on commit d83dd6b

Please sign in to comment.