Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#243)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
  • Loading branch information
cq-bot authored Oct 29, 2024
1 parent 269dcea commit 75fe815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions models.gen.go

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

4 changes: 2 additions & 2 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -8367,7 +8367,7 @@
"$ref" : "#/components/schemas/User"
}
},
"required" : [ "role" ],
"required" : [ "role", "user" ],
"title" : "CloudQuery User Membership"
},
"SpendingLimit" : {
Expand Down Expand Up @@ -8731,7 +8731,7 @@
"$ref" : "#/components/schemas/Team"
}
},
"required" : [ "role" ],
"required" : [ "role", "team" ],
"title" : "CloudQuery Team Membership"
},
"TeamSubscriptionOrderID" : {
Expand Down

0 comments on commit 75fe815

Please sign in to comment.