From 3188057f69e158d73a6661bf6e9a0816aca7f579 Mon Sep 17 00:00:00 2001 From: cq-bot Date: Thu, 15 Feb 2024 16:24:19 +0000 Subject: [PATCH] fix: Generate CloudQuery Go API Client from `spec.json` --- models.gen.go | 6 ++++++ spec.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/models.gen.go b/models.gen.go index 0066627..2e09c5a 100644 --- a/models.gen.go +++ b/models.gen.go @@ -624,6 +624,9 @@ type ListPlugin struct { LatestVersion *VersionName `json:"latest_version,omitempty"` Logo string `json:"logo"` + // MinimumCloudVersion Minimum plugin version that is supported in CloudQuery managed syncs. + MinimumCloudVersion *string `json:"minimum_cloud_version,omitempty"` + // Name The unique name for the plugin. Name PluginName `json:"name"` @@ -727,6 +730,9 @@ type Plugin struct { Kind PluginKind `json:"kind"` Logo string `json:"logo"` + // MinimumCloudVersion Minimum plugin version that is supported in CloudQuery managed syncs. + MinimumCloudVersion *string `json:"minimum_cloud_version,omitempty"` + // Name The unique name for the plugin. Name PluginName `json:"name"` diff --git a/spec.json b/spec.json index d521df6..cd502b5 100644 --- a/spec.json +++ b/spec.json @@ -5853,6 +5853,12 @@ "format": "int64", "description": "The number of rows that can be synced for free each month.", "example": 1000 + }, + "minimum_cloud_version": { + "type": "string", + "description": "Minimum plugin version that is supported in CloudQuery managed syncs.", + "maxLength": 64, + "example": "v1.2.3" } }, "required": [