Skip to content

Commit

Permalink
autogen(openapi): Regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 6, 2021
1 parent ad8df58 commit 897d0a7
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
14 changes: 13 additions & 1 deletion internal/httpclient/models/expand_tree.go

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

4 changes: 4 additions & 0 deletions internal/httpclient/models/get_relation_tuples_response.go

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

4 changes: 4 additions & 0 deletions internal/httpclient/models/internal_relation_tuple.go

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

4 changes: 4 additions & 0 deletions internal/httpclient/models/patch_delta.go

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

4 changes: 4 additions & 0 deletions internal/httpclient/models/relation_query.go

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

7 changes: 5 additions & 2 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,8 @@
"enum": [
"insert",
"delete"
]
],
"x-go-enum-desc": "insert ActionInsert\ndelete ActionDelete"
},
"relation_tuple": {
"$ref": "#/definitions/InternalRelationTuple"
Expand Down Expand Up @@ -1140,13 +1141,15 @@
"$ref": "#/definitions/SubjectSet"
},
"type": {
"description": "\nunion Union\nexclusion Exclusion\nintersection Intersection\nleaf Leaf",
"type": "string",
"enum": [
"union",
"exclusion",
"intersection",
"leaf"
]
],
"x-go-enum-desc": "union Union\nexclusion Exclusion\nintersection Intersection\nleaf Leaf"
}
}
},
Expand Down

0 comments on commit 897d0a7

Please sign in to comment.