Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#58)
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 committed Oct 31, 2023
1 parent 0f10e57 commit 942941d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
12 changes: 6 additions & 6 deletions models.gen.go

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

7 changes: 5 additions & 2 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
"repository": "https://github.com/cloudquery/cloudquery",
"tier": "paid",
"usd_per_row": "0.00123",
"free_rows_per_month": 10000
"free_rows_per_month": 10000,
"release_stage": "preview"
}
]
},
Expand Down Expand Up @@ -2068,7 +2069,8 @@
"repository": "https://github.com/cloudquery/cloudquery",
"tier": "paid",
"usd_per_row": "0.00123",
"free_rows_per_month": 10000
"free_rows_per_month": 10000,
"release_stage": "preview"
}
]
},
Expand Down Expand Up @@ -3520,6 +3522,7 @@
"name",
"kind",
"category",
"release_stage",
"created_at",
"logo",
"display_name",
Expand Down

0 comments on commit 942941d

Please sign in to comment.