Skip to content

Commit b233506

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

models.gen.go

Lines changed: 1 addition & 0 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
@@ -6359,7 +6359,7 @@
63596359
},
63606360
"PluginKind" : {
63616361
"description" : "The kind of plugin, ie. source or destination.",
6362-
"enum" : [ "source", "destination" ],
6362+
"enum" : [ "source", "destination", "transformer" ],
63636363
"example" : "source",
63646364
"type" : "string"
63656365
},

0 commit comments

Comments
 (0)