Skip to content

Commit a596adc

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

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

models.gen.go

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

spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7754,7 +7754,7 @@
77547754
},
77557755
"ManagedDatabaseStatus" : {
77567756
"description" : "The status of the managed database",
7757-
"enum" : [ "pending", "processing", "ready", "failed", "expired" ],
7757+
"enum" : [ "pending", "ready", "failed", "expired" ],
77587758
"type" : "string"
77597759
},
77607760
"ManagedDatabase" : {

0 commit comments

Comments
 (0)