Skip to content

Commit 9fe6755

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

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

models.gen.go

Lines changed: 5 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3597,7 +3597,7 @@
35973597
"description" : "Session cookie",
35983598
"explode" : false,
35993599
"schema" : {
3600-
"example" : "__session=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9Cg...; HttpOnly; Secure; SameSite=Strict; Path=/; Max-Age=3600",
3600+
"example" : "__session=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9Cg...; HttpOnly; Secure; SameSite=None; Path=/; Max-Age=3600",
36013601
"type" : "string"
36023602
},
36033603
"style" : "simple"
@@ -7966,6 +7966,11 @@
79667966
"example" : "2017-07-14T16:53:42Z",
79677967
"format" : "date-time",
79687968
"type" : "string"
7969+
},
7970+
"profile_image_url" : {
7971+
"description" : "Profile image URL of user",
7972+
"type" : "string",
7973+
"x-go-name" : "ProfileImageURL"
79697974
}
79707975
},
79717976
"required" : [ "email", "id" ],

0 commit comments

Comments
 (0)