Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 26, 2023
1 parent e46b99b commit e65d607
Show file tree
Hide file tree
Showing 58 changed files with 155 additions and 147 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.50.1 (2.43.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.0.0] https://github.com/smartcar/go-sdk-v2/releases/tag/v1.0.0 - .
- [Go v1.0.0] https://github.com/smartcar/go-sdk-v2/releases/tag/v1.0.0 - .

## 2023-06-26 15:47:35
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.51.0 (2.50.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.1.0] https://github.com/smartcar/go-sdk-v2/releases/tag/v1.1.0 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions cadillac.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions chevrolet.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions compatibility.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/sdks/cadillac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -71,8 +71,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down
8 changes: 4 additions & 4 deletions docs/sdks/chevrolet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -71,8 +71,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions docs/sdks/compatibility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down
28 changes: 14 additions & 14 deletions docs/sdks/evs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -100,8 +100,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -152,8 +152,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -215,8 +215,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -267,9 +267,9 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"smartcar/pkg/models/shared"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
"github.com/smartcar/go-sdk-v2/pkg/models/shared"
)

func main() {
Expand Down Expand Up @@ -334,9 +334,9 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"smartcar/pkg/models/shared"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
"github.com/smartcar/go-sdk-v2/pkg/models/shared"
)

func main() {
Expand Down
38 changes: 19 additions & 19 deletions docs/sdks/tesla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -78,8 +78,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -130,8 +130,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -182,8 +182,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -234,8 +234,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -286,8 +286,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -338,8 +338,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -390,8 +390,8 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -442,9 +442,9 @@ package main
import(
"context"
"log"
"smartcar"
"smartcar/pkg/models/operations"
"smartcar/pkg/models/shared"
"github.com/smartcar/go-sdk-v2"
"github.com/smartcar/go-sdk-v2/pkg/models/operations"
"github.com/smartcar/go-sdk-v2/pkg/models/shared"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package main
import(
"context"
"log"
"smartcar"
"github.com/smartcar/go-sdk-v2"
)

func main() {
Expand Down
Loading

0 comments on commit e65d607

Please sign in to comment.