Skip to content

Commit 8c3d7e1

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#334)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent c0ea4fb commit 8c3d7e1

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

models.gen.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9061,6 +9061,10 @@
90619061
"pattern" : "^[a-zA-Z\\p{L}][a-zA-Z\\p{L} \\-']*$",
90629062
"type" : "string"
90639063
},
9064+
"UserOnboarded" : {
9065+
"description" : "Whether the user has completed onboarding",
9066+
"type" : "boolean"
9067+
},
90649068
"User" : {
90659069
"additionalProperties" : false,
90669070
"description" : "CloudQuery User",
@@ -9084,6 +9088,9 @@
90849088
"name" : {
90859089
"$ref" : "#/components/schemas/UserName"
90869090
},
9091+
"onboarded" : {
9092+
"$ref" : "#/components/schemas/UserOnboarded"
9093+
},
90879094
"updated_at" : {
90889095
"example" : "2017-07-14T16:53:42Z",
90899096
"format" : "date-time",
@@ -9576,10 +9583,6 @@
95769583
}
95779584
}
95789585
},
9579-
"UserOnboarded" : {
9580-
"description" : "Whether the user has completed onboarding",
9581-
"type" : "boolean"
9582-
},
95839586
"InvitationWithToken" : {
95849587
"additionalProperties" : false,
95859588
"allOf" : [ {

0 commit comments

Comments
 (0)