Skip to content

Commit 5484cb2

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#82)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent 81d3ca0 commit 5484cb2

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

models.gen.go

Lines changed: 4 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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,7 @@
12491249
"display_name": "AWS Policies",
12501250
"category": "cloud-infrastructure",
12511251
"created_at": "2017-07-14T16:53:42Z",
1252+
"updated_at": "2017-07-14T16:53:42Z",
12521253
"homepage": "https://cloudquery.io",
12531254
"logo": "https://images.cloudquery.io/logos/aws.png",
12541255
"official": true,
@@ -2216,6 +2217,7 @@
22162217
"display_name": "AWS Policies",
22172218
"category": "cloud-infrastructure",
22182219
"created_at": "2017-07-14T16:53:42Z",
2220+
"updated_at": "2017-07-14T16:53:42Z",
22192221
"homepage": "https://cloudquery.io",
22202222
"logo": "https://images.cloudquery.io/logos/aws.png",
22212223
"official": true,
@@ -4723,6 +4725,11 @@
47234725
"example": "2017-07-14T16:53:42Z",
47244726
"format": "date-time",
47254727
"type": "string"
4728+
},
4729+
"updated_at": {
4730+
"example": "2017-07-14T16:53:42Z",
4731+
"format": "date-time",
4732+
"type": "string"
47264733
}
47274734
},
47284735
"required": [
@@ -4737,7 +4744,8 @@
47374744
"price_usd",
47384745
"short_description",
47394746
"logo",
4740-
"created_at"
4747+
"created_at",
4748+
"updated_at"
47414749
],
47424750
"title": "CloudQuery Addon",
47434751
"type": "object"

0 commit comments

Comments
 (0)