Skip to content

Commit 942941d

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#58)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent 0f10e57 commit 942941d

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

models.gen.go

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

spec.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@
141141
"repository": "https://github.com/cloudquery/cloudquery",
142142
"tier": "paid",
143143
"usd_per_row": "0.00123",
144-
"free_rows_per_month": 10000
144+
"free_rows_per_month": 10000,
145+
"release_stage": "preview"
145146
}
146147
]
147148
},
@@ -2068,7 +2069,8 @@
20682069
"repository": "https://github.com/cloudquery/cloudquery",
20692070
"tier": "paid",
20702071
"usd_per_row": "0.00123",
2071-
"free_rows_per_month": 10000
2072+
"free_rows_per_month": 10000,
2073+
"release_stage": "preview"
20722074
}
20732075
]
20742076
},
@@ -3520,6 +3522,7 @@
35203522
"name",
35213523
"kind",
35223524
"category",
3525+
"release_stage",
35233526
"created_at",
35243527
"logo",
35253528
"display_name",

0 commit comments

Comments
 (0)