Skip to content

Commit 0e19de5

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#222)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent 37a6d79 commit 0e19de5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

models.gen.go

Lines changed: 1 addition & 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7709,9 +7709,13 @@
77097709
"example" : "CloudQuery",
77107710
"maxLength" : 255,
77117711
"type" : "string"
7712+
},
7713+
"internal" : {
7714+
"example" : false,
7715+
"type" : "boolean"
77127716
}
77137717
},
7714-
"required" : [ "display_name", "is_trial_active", "name", "plan" ],
7718+
"required" : [ "display_name", "internal", "is_trial_active", "name", "plan" ],
77157719
"title" : "Team"
77167720
},
77177721
"TeamImageCreate" : {
@@ -10271,7 +10275,8 @@
1027110275
"name" : "cloudquery",
1027210276
"display_name" : "CloudQuery",
1027310277
"plan" : "free",
10274-
"is_trial_active" : false
10278+
"is_trial_active" : false,
10279+
"internal" : false
1027510280
}
1027610281
} ],
1027710282
"items" : {

0 commit comments

Comments
 (0)