Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions models.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion spec.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6903,6 +6903,11 @@
"format" : "date-time",
"type" : "string"
},
"trial_eligible" : {
"description" : "The team has not had its trial yet and will start one on its first sync that reports rows.",
"example" : false,
"type" : "boolean"
},
"display_name" : {
"description" : "The team's display name",
"example" : "CloudQuery",
Expand All@@ -6914,7 +6919,7 @@
"type" : "boolean"
}
},
"required" : [ "display_name", "internal", "is_trial_active", "name", "plan" ],
"required" : [ "display_name", "internal", "is_trial_active", "name", "plan", "trial_eligible" ],
"title" : "Team"
},
"TeamImageCreate" : {
Expand DownExpand Up@@ -8459,6 +8464,7 @@
"display_name" : "CloudQuery",
"plan" : "free",
"is_trial_active" : false,
"trial_eligible" : false,
"internal" : false
}
} ],
Expand Down