Skip to content

Commit

Permalink
autogen(openapi): regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Aug 1, 2022
1 parent 2324c4c commit ee35a3b
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 28 deletions.
29 changes: 16 additions & 13 deletions internal/httpclient-next/api/openapi.yaml

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

2 changes: 1 addition & 1 deletion internal/httpclient-next/docs/ExpandTree.md

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

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_expand_tree.go

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

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

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

10 changes: 5 additions & 5 deletions internal/httpclient/models/expand_tree.go

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

6 changes: 3 additions & 3 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"components": {
"responses": {
"emptyResponse": {
"description": "An empty response"
"description": "Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 201."
}
},
"schemas": {
Expand All @@ -27,7 +27,7 @@
"$ref": "#/components/schemas/subjectSet"
},
"type": {
"description": "The type of the node.\nunion Union\nexclusion Exclusion\nintersection Intersection\nleaf Leaf\nunspecified Unspecified",
"description": "The type of the node.\nunion ExpandNodeUnion\nexclusion ExpandNodeExclusion\nintersection ExpandNodeIntersection\nleaf ExpandNodeLeaf\nunspecified ExpandNodeUnspecified",
"enum": [
"union",
"exclusion",
Expand All @@ -36,7 +36,7 @@
"unspecified"
],
"type": "string",
"x-go-enum-desc": "union Union\nexclusion Exclusion\nintersection Intersection\nleaf Leaf\nunspecified Unspecified"
"x-go-enum-desc": "union ExpandNodeUnion\nexclusion ExpandNodeExclusion\nintersection ExpandNodeIntersection\nleaf ExpandNodeLeaf\nunspecified ExpandNodeUnspecified"
}
},
"required": ["type"],
Expand Down
6 changes: 3 additions & 3 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,10 +606,10 @@
"$ref": "#/definitions/subjectSet"
},
"type": {
"description": "The type of the node.\nunion Union\nexclusion Exclusion\nintersection Intersection\nleaf Leaf\nunspecified Unspecified",
"description": "The type of the node.\nunion ExpandNodeUnion\nexclusion ExpandNodeExclusion\nintersection ExpandNodeIntersection\nleaf ExpandNodeLeaf\nunspecified ExpandNodeUnspecified",
"type": "string",
"enum": ["union", "exclusion", "intersection", "leaf", "unspecified"],
"x-go-enum-desc": "union Union\nexclusion Exclusion\nintersection Intersection\nleaf Leaf\nunspecified Unspecified"
"x-go-enum-desc": "union ExpandNodeUnion\nexclusion ExpandNodeExclusion\nintersection ExpandNodeIntersection\nleaf ExpandNodeLeaf\nunspecified ExpandNodeUnspecified"
}
}
},
Expand Down Expand Up @@ -783,7 +783,7 @@
},
"responses": {
"emptyResponse": {
"description": "An empty response"
"description": "Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 201."
}
}
}

0 comments on commit ee35a3b

Please sign in to comment.