Skip to content

Commit 248816e

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

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

models.gen.go

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

spec.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5853,6 +5853,12 @@
58535853
"format": "int64",
58545854
"description": "The number of rows that can be synced for free each month.",
58555855
"example": 1000
5856+
},
5857+
"minimum_cloud_version": {
5858+
"type": "string",
5859+
"description": "Minimum plugin version that is supported in CloudQuery managed syncs.",
5860+
"maxLength": 64,
5861+
"example": "v1.2.3"
58565862
}
58575863
},
58585864
"required": [

0 commit comments

Comments
 (0)