Skip to content

Commit 9f8c47b

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

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

models.gen.go

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

spec.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7067,8 +7067,15 @@
70677067
},
70687068
"last_page" : {
70697069
"type" : "integer"
7070+
},
7071+
"page_size" : {
7072+
"type" : "integer"
7073+
},
7074+
"time_ms" : {
7075+
"type" : "integer"
70707076
}
7071-
}
7077+
},
7078+
"required" : [ "page_size" ]
70727079
},
70737080
"PluginNotificationRequestCreate" : {
70747081
"additionalProperties" : false,
@@ -10998,6 +11005,9 @@
1099811005
"learned_about_cq_from" : {
1099911006
"type" : "string"
1100011007
},
11008+
"learned_about_cq_from_other" : {
11009+
"type" : "string"
11010+
},
1100111011
"phone" : {
1100211012
"type" : "string"
1100311013
}

0 commit comments

Comments
 (0)