Skip to content

Commit aca9d0c

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

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

models.gen.go

Lines changed: 2 additions & 1 deletion
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
@@ -8232,17 +8232,18 @@
82328232
"completed",
82338233
"failed",
82348234
"started",
8235-
"cancelled"
8235+
"cancelled",
8236+
"created"
82368237
]
82378238
},
82388239
"SyncRun": {
82398240
"description": "Managed Sync Run definition",
82408241
"type": "object",
82418242
"required": [
8243+
"created_at",
82428244
"sync_name",
82438245
"id",
82448246
"status",
8245-
"started_at",
82468247
"total_rows",
82478248
"warnings",
82488249
"errors"

0 commit comments

Comments
 (0)