Skip to content

Commit bef70d4

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

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

models.gen.go

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

spec.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9023,6 +9023,12 @@
90239023
"additionalProperties" : false,
90249024
"format" : "Plugin parameters, specific to each plugin",
90259025
"type" : "object"
9026+
},
9027+
"env" : {
9028+
"description" : "Environment variables used in the spec.",
9029+
"items" : {
9030+
"$ref" : "#/components/schemas/SyncEnvCreate"
9031+
}
90269032
}
90279033
},
90289034
"required" : [ "base_url", "plugin_kind", "plugin_name", "plugin_team" ]
@@ -9058,6 +9064,12 @@
90589064
"additionalProperties" : false,
90599065
"format" : "Plugin parameters, specific to each plugin",
90609066
"type" : "object"
9067+
},
9068+
"env" : {
9069+
"description" : "Environment variables used in the spec.",
9070+
"items" : {
9071+
"$ref" : "#/components/schemas/SyncEnvCreate"
9072+
}
90619073
}
90629074
},
90639075
"required" : [ "auth_code", "base_url" ]

0 commit comments

Comments
 (0)