Skip to content

Commit 310278f

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

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8685,6 +8685,10 @@
86858685
"type" : "string"
86868686
},
86878687
"type" : "array"
8688+
},
8689+
"overwrite_source" : {
8690+
"type" : "boolean",
8691+
"Description" : "Set this to allow overwriting an existing sync source. Defaults to true to preserve compatibility."
86888692
}
86898693
},
86908694
"required" : [ "name", "tables" ],
@@ -8907,6 +8911,10 @@
89078911
},
89088912
"migrate_mode" : {
89098913
"$ref" : "#/components/schemas/SyncDestinationMigrateMode"
8914+
},
8915+
"overwrite_destination" : {
8916+
"type" : "boolean",
8917+
"Description" : "Set this to allow overwriting an existing sync destination. Defaults to true to preserve compatibility."
89108918
}
89118919
},
89128920
"required" : [ "name" ],

0 commit comments

Comments
 (0)