From d42c0fd2364d050bf206f650ffd7a7bc865b7aec Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Thu, 29 Aug 2024 01:35:44 +0000 Subject: [PATCH] feat(migrationcenter)!: update the API BREAKING CHANGE: This release has breaking changes. #### migrationcenter:v1alpha1 The following keys were deleted: - schemas.ImportRowError.properties.jsonError.$ref - schemas.ImportRowError.properties.jsonError.description - schemas.ImportRowErrorJsonErrorDetails.description - schemas.ImportRowErrorJsonErrorDetails.id - schemas.ImportRowErrorJsonErrorDetails.type --- discovery/migrationcenter-v1alpha1.json | 12 +----------- src/apis/migrationcenter/v1alpha1.ts | 8 -------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/discovery/migrationcenter-v1alpha1.json b/discovery/migrationcenter-v1alpha1.json index 2d852c0ba3..2a4ccadef3 100644 --- a/discovery/migrationcenter-v1alpha1.json +++ b/discovery/migrationcenter-v1alpha1.json @@ -2548,7 +2548,7 @@ } } }, - "revision": "20240815", + "revision": "20240822", "rootUrl": "https://migrationcenter.googleapis.com/", "schemas": { "AddAssetsToGroupRequest": { @@ -5291,10 +5291,6 @@ }, "type": "array" }, - "jsonError": { - "$ref": "ImportRowErrorJsonErrorDetails", - "description": "Error details for a JSON file." - }, "rowNumber": { "deprecated": true, "description": "The row number where the error was detected.", @@ -5343,12 +5339,6 @@ }, "type": "object" }, - "ImportRowErrorJsonErrorDetails": { - "description": "Error details for a JSON file.", - "id": "ImportRowErrorJsonErrorDetails", - "properties": {}, - "type": "object" - }, "ImportRowErrorXlsxErrorDetails": { "description": "Error details for an XLSX file.", "id": "ImportRowErrorXlsxErrorDetails", diff --git a/src/apis/migrationcenter/v1alpha1.ts b/src/apis/migrationcenter/v1alpha1.ts index 6088de3d14..e3bfaae01c 100644 --- a/src/apis/migrationcenter/v1alpha1.ts +++ b/src/apis/migrationcenter/v1alpha1.ts @@ -1908,10 +1908,6 @@ export namespace migrationcenter_v1alpha1 { * The list of errors detected in the row. */ errors?: Schema$ImportError[]; - /** - * Error details for a JSON file. - */ - jsonError?: Schema$ImportRowErrorJsonErrorDetails; /** * The row number where the error was detected. */ @@ -1951,10 +1947,6 @@ export namespace migrationcenter_v1alpha1 { */ rowNumber?: number | null; } - /** - * Error details for a JSON file. - */ - export interface Schema$ImportRowErrorJsonErrorDetails {} /** * Error details for an XLSX file. */