Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#82)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
  • Loading branch information
cq-bot authored Dec 7, 2023
1 parent 81d3ca0 commit 5484cb2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 4 additions & 2 deletions models.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,7 @@
"display_name": "AWS Policies",
"category": "cloud-infrastructure",
"created_at": "2017-07-14T16:53:42Z",
"updated_at": "2017-07-14T16:53:42Z",
"homepage": "https://cloudquery.io",
"logo": "https://images.cloudquery.io/logos/aws.png",
"official": true,
Expand Down Expand Up @@ -2216,6 +2217,7 @@
"display_name": "AWS Policies",
"category": "cloud-infrastructure",
"created_at": "2017-07-14T16:53:42Z",
"updated_at": "2017-07-14T16:53:42Z",
"homepage": "https://cloudquery.io",
"logo": "https://images.cloudquery.io/logos/aws.png",
"official": true,
Expand Down Expand Up @@ -4723,6 +4725,11 @@
"example": "2017-07-14T16:53:42Z",
"format": "date-time",
"type": "string"
},
"updated_at": {
"example": "2017-07-14T16:53:42Z",
"format": "date-time",
"type": "string"
}
},
"required": [
Expand All @@ -4737,7 +4744,8 @@
"price_usd",
"short_description",
"logo",
"created_at"
"created_at",
"updated_at"
],
"title": "CloudQuery Addon",
"type": "object"
Expand Down

0 comments on commit 5484cb2

Please sign in to comment.