Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#139)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
  • Loading branch information
cq-bot committed Mar 22, 2024
1 parent 7ca69ad commit 0eb7391
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
27 changes: 27 additions & 0 deletions models.gen.go

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

26 changes: 24 additions & 2 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7972,6 +7972,14 @@
}
}
},
"SyncLastUpdateSource": {
"description": "How was the source or destination been created or updated last",
"type": "string",
"enum": [
"yaml",
"ui"
]
},
"SyncSourceCreate": {
"title": "Sync Source definition for creating a new source",
"description": "Sync Source Definition",
Expand Down Expand Up @@ -8023,6 +8031,9 @@
"items": {
"$ref": "#/components/schemas/SyncEnvCreate"
}
},
"last_update_source": {
"$ref": "#/components/schemas/SyncLastUpdateSource"
}
}
},
Expand Down Expand Up @@ -8055,7 +8066,8 @@
"spec",
"env",
"created_at",
"updated_at"
"updated_at",
"last_update_source"
],
"properties": {
"created_at": {
Expand Down Expand Up @@ -8166,6 +8178,9 @@
"items": {
"$ref": "#/components/schemas/SyncEnvCreate"
}
},
"last_update_source": {
"$ref": "#/components/schemas/SyncLastUpdateSource"
}
}
},
Expand Down Expand Up @@ -8230,6 +8245,9 @@
"items": {
"$ref": "#/components/schemas/SyncEnvCreate"
}
},
"last_update_source": {
"$ref": "#/components/schemas/SyncLastUpdateSource"
}
}
},
Expand All @@ -8249,7 +8267,8 @@
"spec",
"env",
"created_at",
"updated_at"
"updated_at",
"last_update_source"
],
"properties": {
"created_at": {
Expand Down Expand Up @@ -8306,6 +8325,9 @@
"items": {
"$ref": "#/components/schemas/SyncEnvCreate"
}
},
"last_update_source": {
"$ref": "#/components/schemas/SyncLastUpdateSource"
}
}
},
Expand Down

0 comments on commit 0eb7391

Please sign in to comment.