Skip to content

Commit d60e627

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

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

models.gen.go

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

spec.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,13 +3912,14 @@
39123912
]
39133913
},
39143914
"PluginReleaseStage": {
3915-
"description": "Official plugins go through two release stages: Preview, and GA.\nBoth Preview and GA plugins follow semantic versioning. The main differences between the two stages are:\nPreview plugins are still experimental and may have frequent breaking changes. Preview plugins might get deprecated due to lack of usage. Long Term Support with community Discord and bug fixes is only guaranteed for GA plugins. Premium plugins are often discounted or free during the Preview stage.",
3915+
"description": "Official plugins can go through three release stages: Coming Soon, Preview, and GA.\nThe Coming Soon stage is for plugins that are not yet ready for Preview, but users can subscribe to be notified when they are ready.\nBoth Preview and GA plugins follow semantic versioning. The main differences between the two stages are:\nPreview plugins are still experimental and may have frequent breaking changes. Preview plugins might get deprecated due to lack of usage. Long Term Support with community Discord and bug fixes is only guaranteed for GA plugins. Premium plugins are often discounted or free during the Preview stage.",
39163916
"type": "string",
39173917
"enum": [
3918+
"coming-soon",
39183919
"preview",
39193920
"ga"
39203921
],
3921-
"default": "preview"
3922+
"default": "coming-soon"
39223923
},
39233924
"PluginTier": {
39243925
"description": "Supported tiers for plugins",

0 commit comments

Comments
 (0)