Skip to content

Commit a081596

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

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11254,8 +11254,13 @@
1125411254
},
1125511255
"type" : "array",
1125611256
"x-go-type-skip-optional-pointer" : true
11257+
},
11258+
"has_cloud_account" : {
11259+
"description" : "Whether the user has a cloud account",
11260+
"type" : "boolean"
1125711261
}
11258-
}
11262+
},
11263+
"required" : [ "has_cloud_account" ]
1125911264
},
1126011265
"ListTeamAPIKeys_200_response" : {
1126111266
"properties" : {

0 commit comments

Comments
 (0)