Skip to content

Commit cc2862f

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7897,6 +7897,11 @@
78977897
"type" : "string",
78987898
"x-go-name" : "UIBaseURL"
78997899
},
7900+
"ui_base_url_v2" : {
7901+
"description" : "Base URL for the plugin's UI. Only available for plugins with a UI and for logged in users.",
7902+
"type" : "string",
7903+
"x-go-name" : "UIBaseURLv2"
7904+
},
79007905
"ui_id" : {
79017906
"description" : "ID of the plugin's UI.",
79027907
"format" : "uuid",

0 commit comments

Comments
 (0)