Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
lhhyung committed Nov 22, 2024
2 parents 1cc792a + 78b9545 commit e8b0f73
Show file tree
Hide file tree
Showing 10 changed files with 167 additions and 143 deletions.
232 changes: 121 additions & 111 deletions dist/go/spaceone/api/opsflow/v1/task_category.pb.go

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions dist/json/cloudforet/api/opsflow/v1/Task_category.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "force",
"description": "+optional",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "tags",
"description": "+optional",
Expand Down
6 changes: 3 additions & 3 deletions dist/openapi/cloudforet/api/opsflow/v1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,11 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |category_id||string|True|\n |name||string||\n |description||string||\n |status_options||StatusOptions||\n |fields||array||\n |tags||Struct||\n |package_id||string||\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |category_id||string|True|\n |name||string||\n |description||string||\n |status_options||StatusOptions||\n |fields||array||\n |force||boolean||\n |tags||Struct||\n |package_id||string||\n<br>",
"content": {
"application/json": {
"schema": {
"properties": {"category_id" : {"type": "string","title": "CATEGORY_ID" },"name" : {"type": "string","title": "NAME" },"description" : {"type": "string","title": "DESCRIPTION" },"status_options" : {"$ref": "#/components/schemas/StatusOptions","title": "STATUS_OPTIONS" },"fields" : {"items": {"$ref": "#/components/schemas/TaskField"}, "type": "array","title": "FIELDS" },"tags" : {"type": "object","title": "TAGS" },"package_id" : {"type": "string","title": "PACKAGE_ID" } }
"properties": {"category_id" : {"type": "string","title": "CATEGORY_ID" },"name" : {"type": "string","title": "NAME" },"description" : {"type": "string","title": "DESCRIPTION" },"status_options" : {"$ref": "#/components/schemas/StatusOptions","title": "STATUS_OPTIONS" },"fields" : {"items": {"$ref": "#/components/schemas/TaskField"}, "type": "array","title": "FIELDS" },"force" : {"type": "boolean","title": "FORCE" },"tags" : {"type": "object","title": "TAGS" },"package_id" : {"type": "string","title": "PACKAGE_ID" } }
},
"examples":{"Schema":{}
}
Expand Down Expand Up @@ -1162,7 +1162,7 @@
}
, "TaskCategoryUpdateRequest": {
"properties" : {"category_id" : {"type": "string","title": "CATEGORY_ID"},"name" : {"type": "string","title": "NAME"},"description" : {"type": "string","title": "DESCRIPTION"},"status_options" : {"$ref": "#/components/schemas/StatusOptions","title": "STATUS_OPTIONS"},"fields" : {"items": {"$ref": "#/components/schemas/TaskField"},
"type": "array","$ref": "#/components/schemas/TaskField","title": "FIELDS"},"tags" : {"type": "object","title": "TAGS"},"package_id" : {"type": "string","title": "PACKAGE_ID"}},
"type": "array","$ref": "#/components/schemas/TaskField","title": "FIELDS"},"force" : {"type": "boolean","title": "FORCE"},"tags" : {"type": "object","title": "TAGS"},"package_id" : {"type": "string","title": "PACKAGE_ID"}},
"type": "object",
"required": ["category_id"],
"title": "TaskCategoryUpdateRequest"
Expand Down
28 changes: 14 additions & 14 deletions dist/python/build/lib/spaceone/api/opsflow/v1/task_category_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.296.tar.gz
Binary file not shown.
Binary file added dist/python/dist/spaceone-api-2.0.297.tar.gz
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit e8b0f73

Please sign in to comment.