Skip to content

Commit 1f15d68

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

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

models.gen.go

Lines changed: 3 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8280,6 +8280,12 @@
82808280
"format" : "date-time",
82818281
"type" : "string"
82828282
},
8283+
"last_access_at" : {
8284+
"description" : "Timestamp at which API key was last used - accurate to the day only.",
8285+
"example" : "2017-07-14T16:53:42Z",
8286+
"format" : "date-time",
8287+
"type" : "string"
8288+
},
82838289
"expired" : {
82848290
"description" : "Whether the API key has expired or not",
82858291
"example" : false,

0 commit comments

Comments
 (0)