Skip to content

Commit c0ea4fb

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

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

models.gen.go

Lines changed: 22 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9576,6 +9576,10 @@
95769576
}
95779577
}
95789578
},
9579+
"UserOnboarded" : {
9580+
"description" : "Whether the user has completed onboarding",
9581+
"type" : "boolean"
9582+
},
95799583
"InvitationWithToken" : {
95809584
"additionalProperties" : false,
95819585
"allOf" : [ {
@@ -11563,6 +11567,9 @@
1156311567
"properties" : {
1156411568
"name" : {
1156511569
"$ref" : "#/components/schemas/UserName"
11570+
},
11571+
"onboarded" : {
11572+
"$ref" : "#/components/schemas/UserOnboarded"
1156611573
}
1156711574
}
1156811575
},

0 commit comments

Comments
 (0)