Skip to content

Commit 3cd27b8

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

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

models.gen.go

Lines changed: 6 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: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7633,6 +7633,14 @@
76337633
},
76347634
"type" : "array"
76357635
},
7636+
"permissions_needed" : {
7637+
"description" : "List of permissions needed to access this table, if any",
7638+
"example" : [ "storage.buckets.list" ],
7639+
"items" : {
7640+
"type" : "string"
7641+
},
7642+
"type" : "array"
7643+
},
76367644
"title" : {
76377645
"description" : "Title of the table",
76387646
"example" : "AWS S3 Buckets",
@@ -7692,9 +7700,17 @@
76927700
"is_paid" : {
76937701
"description" : "Whether the table is paid",
76947702
"type" : "boolean"
7703+
},
7704+
"permissions_needed" : {
7705+
"description" : "List of permissions needed to access this table, if any",
7706+
"example" : [ "storage.buckets.list" ],
7707+
"items" : {
7708+
"type" : "string"
7709+
},
7710+
"type" : "array"
76957711
}
76967712
},
7697-
"required" : [ "columns", "description", "is_incremental", "name", "relations", "title" ]
7713+
"required" : [ "columns", "description", "is_incremental", "name", "permissions_needed", "relations", "title" ]
76987714
},
76997715
"PluginAsset" : {
77007716
"additionalProperties" : false,

0 commit comments

Comments
 (0)