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 Nov 25, 2023
1 parent dc16ae3 commit afc296f
Show file tree
Hide file tree
Showing 21 changed files with 62 additions and 62 deletions.
16 changes: 8 additions & 8 deletions dist/go/spaceone/api/core/v2/handler.pb.go

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

16 changes: 8 additions & 8 deletions dist/go/spaceone/api/identity/v2/role.pb.go

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

32 changes: 16 additions & 16 deletions dist/go/spaceone/api/identity/v2/role_binding.pb.go

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

16 changes: 8 additions & 8 deletions dist/go/spaceone/api/identity/v2/user.pb.go

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

4 changes: 2 additions & 2 deletions dist/json/cloudforet/api/core/v2/Handler.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@
"description": ""
},
{
"name": "WORKPLACE_OWNER",
"name": "WORKSPACE_OWNER",
"number": "3",
"description": ""
},
{
"name": "WORKPLACE_MEMBER",
"name": "WORKSPACE_MEMBER",
"number": "4",
"description": ""
},
Expand Down
4 changes: 2 additions & 2 deletions dist/json/cloudforet/api/identity/v2/Role.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"description": ""
},
{
"name": "WORKPLACE_OWNER",
"name": "WORKSPACE_OWNER",
"number": "3",
"description": ""
},
{
"name": "WORKPLACE_MEMBER",
"name": "WORKSPACE_MEMBER",
"number": "4",
"description": ""
}
Expand Down
8 changes: 4 additions & 4 deletions dist/json/cloudforet/api/identity/v2/Role_binding.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"description": ""
},
{
"name": "WORKPLACE_OWNER",
"name": "WORKSPACE_OWNER",
"number": "3",
"description": ""
},
{
"name": "WORKPLACE_MEMBER",
"name": "WORKSPACE_MEMBER",
"number": "4",
"description": ""
}
Expand Down Expand Up @@ -110,12 +110,12 @@
"description": ""
},
{
"name": "WORKPLACE_OWNER",
"name": "WORKSPACE_OWNER",
"number": "3",
"description": ""
},
{
"name": "WORKPLACE_MEMBER",
"name": "WORKSPACE_MEMBER",
"number": "4",
"description": ""
}
Expand Down
4 changes: 2 additions & 2 deletions dist/json/cloudforet/api/identity/v2/User.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
"description": ""
},
{
"name": "WORKPLACE_OWNER",
"name": "WORKSPACE_OWNER",
"number": "3",
"description": ""
},
{
"name": "WORKPLACE_MEMBER",
"name": "WORKSPACE_MEMBER",
"number": "4",
"description": ""
},
Expand Down
6 changes: 3 additions & 3 deletions dist/openapi/cloudforet/api/identity/v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |role_binding_id||string||\n |scope|DOMAIN, WORKSPACE |string||\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKPLACE_OWNER, WORKPLACE_MEMBER |string||\n |domain_id||string||\n |workspace_id||string||\n |role_id||string||\n |user_id||string||\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |role_binding_id||string||\n |scope|DOMAIN, WORKSPACE |string||\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKSPACE_OWNER, WORKSPACE_MEMBER |string||\n |domain_id||string||\n |workspace_id||string||\n |role_id||string||\n |user_id||string||\n<br>",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -1759,7 +1759,7 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |name||string|True|\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKPLACE_OWNER, WORKPLACE_MEMBER |string|True|\n |policies||array|True|\n |domain_id||string|True|\n |page_permissions||array||\n |tags||Struct||\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |name||string|True|\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKSPACE_OWNER, WORKSPACE_MEMBER |string|True|\n |policies||array|True|\n |domain_id||string|True|\n |page_permissions||array||\n |tags||Struct||\n<br>",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -1869,7 +1869,7 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |domain_id||string|True|\n |query||Query||\n |role_id||string||\n |name||string||\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKPLACE_OWNER, WORKPLACE_MEMBER |string||\n |policy_id||string||\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |domain_id||string|True|\n |query||Query||\n |role_id||string||\n |name||string||\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKSPACE_OWNER, WORKSPACE_MEMBER |string||\n |policy_id||string||\n<br>",
"content": {
"application/json": {
"schema": {
Expand Down
Loading

0 comments on commit afc296f

Please sign in to comment.