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 Jan 15, 2025
1 parent 2bb1c70 commit 021ac77
Show file tree
Hide file tree
Showing 14 changed files with 631 additions and 651 deletions.
537 changes: 270 additions & 267 deletions dist/go/spaceone/api/alert-manager/v1/event_rule.pb.go

Large diffs are not rendered by default.

485 changes: 237 additions & 248 deletions dist/go/spaceone/api/identity/v2/user_profile.pb.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/json/cloudforet/api/alert_manager/v1/Event_rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
"name": "value",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"type": "Value",
"longType": "google.protobuf.Value",
"fullType": "google.protobuf.Value",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
Expand Down
12 changes: 0 additions & 12 deletions dist/json/cloudforet/api/identity/v2/User_profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,18 +600,6 @@
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "password",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "name",
"description": "+optional",
Expand Down
2 changes: 1 addition & 1 deletion dist/openapi/cloudforet/api/alert_manager/v1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2780,7 +2780,7 @@
"title": "UserChannelsInfo"
}
, "Condition": {
"properties" : {"key" : {"type": "string","title": "KEY"},"value" : {"type": "string","title": "VALUE"},"operator" : {"type": "string","title": "OPERATOR"}},
"properties" : {"key" : {"type": "string","title": "KEY"},"value" : {"type": "Value","title": "VALUE"},"operator" : {"type": "string","title": "OPERATOR"}},
"type": "object",
"required": ["key","value","operator"],
"title": "Condition"
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 @@ -1068,11 +1068,11 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |password||string||\n |name||string||\n |email||string||\n |language||string||\n |timezone||string||\n |tags||Struct||\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |name||string||\n |email||string||\n |language||string||\n |timezone||string||\n |tags||Struct||\n<br>",
"content": {
"application/json": {
"schema": {
"properties": {"password" : {"type": "string","title": "PASSWORD" },"name" : {"type": "string","title": "NAME" },"email" : {"type": "string","title": "EMAIL" },"language" : {"type": "string","title": "LANGUAGE" },"timezone" : {"type": "string","title": "TIMEZONE" },"tags" : {"type": "object","title": "TAGS" } }
"properties": {"name" : {"type": "string","title": "NAME" },"email" : {"type": "string","title": "EMAIL" },"language" : {"type": "string","title": "LANGUAGE" },"timezone" : {"type": "string","title": "TIMEZONE" },"tags" : {"type": "object","title": "TAGS" } }
},
"examples":{"Schema":{}
}
Expand Down Expand Up @@ -5503,7 +5503,7 @@
"title": "UpdatePasswordUserProfileRequest"
}
, "UpdateUserProfileRequest": {
"properties" : {"password" : {"type": "string","title": "PASSWORD"},"name" : {"type": "string","title": "NAME"},"email" : {"type": "string","title": "EMAIL"},"language" : {"type": "string","title": "LANGUAGE"},"timezone" : {"type": "string","title": "TIMEZONE"},"tags" : {"type": "object","title": "TAGS"}},
"properties" : {"name" : {"type": "string","title": "NAME"},"email" : {"type": "string","title": "EMAIL"},"language" : {"type": "string","title": "LANGUAGE"},"timezone" : {"type": "string","title": "TIMEZONE"},"tags" : {"type": "object","title": "TAGS"}},
"type": "object",
"required": [],
"title": "UpdateUserProfileRequest"
Expand Down

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

Loading

0 comments on commit 021ac77

Please sign in to comment.