diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index 016fd4152ff..0ff6fb2de46 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -3127,6 +3127,14 @@ } } }, + "CloudMigrationRequest": { + "type": "object", + "properties": { + "authToken": { + "type": "string" + } + } + }, "CloudMigrationResponse": { "type": "object", "properties": { @@ -4630,6 +4638,29 @@ "$ref": "#/definitions/Frame" } }, + "GetAccessTokenResponseDTO": { + "type": "object", + "properties": { + "createdAt": { + "type": "string" + }, + "displayName": { + "type": "string" + }, + "expiresAt": { + "type": "string" + }, + "firstUsedAt": { + "type": "string" + }, + "id": { + "type": "string" + }, + "lastUsedAt": { + "type": "string" + } + } + }, "GetAnnotationTagsResponse": { "type": "object", "title": "GetAnnotationTagsResponse is a response struct for FindTagsResult.", @@ -6610,6 +6641,32 @@ } } }, + "SearchDTO": { + "type": "object", + "properties": { + "action": { + "type": "string" + }, + "basicRole": { + "type": "string" + }, + "onlyRoles": { + "type": "boolean" + }, + "roleName": { + "type": "string" + }, + "scope": { + "type": "string" + }, + "teamId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + }, "SearchDeviceQueryResult": { "type": "object", "properties": { @@ -8276,6 +8333,15 @@ "$ref": "#/definitions/CreateAccessTokenResponseDTO" } }, + "cloudMigrationDeleteTokenResponse": { + "description": "" + }, + "cloudMigrationGetTokenResponse": { + "description": "", + "schema": { + "$ref": "#/definitions/GetAccessTokenResponseDTO" + } + }, "cloudMigrationListResponse": { "description": "", "schema": { diff --git a/public/api-merged.json b/public/api-merged.json index 4dab4ebc0b7..91eac6c8397 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -19350,6 +19350,32 @@ } } }, + "SearchDTO": { + "type": "object", + "properties": { + "action": { + "type": "string" + }, + "basicRole": { + "type": "string" + }, + "onlyRoles": { + "type": "boolean" + }, + "roleName": { + "type": "string" + }, + "scope": { + "type": "string" + }, + "teamId": { + "type": "string" + }, + "userId": { + "type": "string" + } + } + }, "SearchDeviceQueryResult": { "type": "object", "properties": { diff --git a/public/openapi3.json b/public/openapi3.json index 615735a2789..220b86d5f50 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -9729,6 +9729,32 @@ }, "type": "object" }, + "SearchDTO": { + "properties": { + "action": { + "type": "string" + }, + "basicRole": { + "type": "string" + }, + "onlyRoles": { + "type": "boolean" + }, + "roleName": { + "type": "string" + }, + "scope": { + "type": "string" + }, + "teamId": { + "type": "string" + }, + "userId": { + "type": "string" + } + }, + "type": "object" + }, "SearchDeviceQueryResult": { "properties": { "devices": {