Skip to content

Commit

Permalink
[CI] api has been built
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Sep 20, 2024
1 parent 8ffc746 commit bb8a3bb
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 73 deletions.
80 changes: 35 additions & 45 deletions dist/go/spaceone/api/identity/v2/token.pb.go

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

12 changes: 0 additions & 12 deletions dist/json/cloudforet/api/identity/v2/Token.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,18 +168,6 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "page_access",
"description": "",
"label": "repeated",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
Expand Down
5 changes: 2 additions & 3 deletions dist/openapi/cloudforet/api/identity/v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5381,10 +5381,9 @@
"title": "EndpointsInfo"
}
, "GrantTokenInfo": {
"properties" : {"access_token" : {"type": "string","title": "ACCESS_TOKEN"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"page_access" : {"items": {"type": "string"},
"type": "array","title": "PAGE_ACCESS"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"role_id" : {"type": "string","title": "ROLE_ID"}},
"properties" : {"access_token" : {"type": "string","title": "ACCESS_TOKEN"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"role_id" : {"type": "string","title": "ROLE_ID"}},
"type": "object",
"required": ["access_token","role_type","page_access","domain_id","workspace_id","role_id"],
"required": ["access_token","role_type","domain_id","workspace_id","role_id"],
"title": "GrantTokenInfo"
}
, "GrantTokenRequest": {
Expand Down
12 changes: 6 additions & 6 deletions dist/python/build/lib/spaceone/api/identity/v2/token_pb2.py

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

Binary file removed dist/python/dist/spaceone-api-2.0.273.tar.gz
Binary file not shown.
Binary file added dist/python/dist/spaceone-api-2.0.274.tar.gz
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit bb8a3bb

Please sign in to comment.