Skip to content

Commit d42c0fd

Browse files
yoshi-automationsofisl
authored andcommitted
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
1 parent 4767f7a commit d42c0fd

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

‎discovery/migrationcenter-v1alpha1.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20240815",
2551+
"revision": "20240822",
25522552
"rootUrl": "https://migrationcenter.googleapis.com/",
25532553
"schemas": {
25542554
"AddAssetsToGroupRequest": {
@@ -5291,10 +5291,6 @@
52915291
},
52925292
"type": "array"
52935293
},
5294-
"jsonError": {
5295-
"$ref": "ImportRowErrorJsonErrorDetails",
5296-
"description": "Error details for a JSON file."
5297-
},
52985294
"rowNumber": {
52995295
"deprecated": true,
53005296
"description": "The row number where the error was detected.",
@@ -5343,12 +5339,6 @@
53435339
},
53445340
"type": "object"
53455341
},
5346-
"ImportRowErrorJsonErrorDetails": {
5347-
"description": "Error details for a JSON file.",
5348-
"id": "ImportRowErrorJsonErrorDetails",
5349-
"properties": {},
5350-
"type": "object"
5351-
},
53525342
"ImportRowErrorXlsxErrorDetails": {
53535343
"description": "Error details for an XLSX file.",
53545344
"id": "ImportRowErrorXlsxErrorDetails",

‎src/apis/migrationcenter/v1alpha1.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,10 +1908,6 @@ export namespace migrationcenter_v1alpha1 {
19081908
* The list of errors detected in the row.
19091909
*/
19101910
errors?: Schema$ImportError[];
1911-
/**
1912-
* Error details for a JSON file.
1913-
*/
1914-
jsonError?: Schema$ImportRowErrorJsonErrorDetails;
19151911
/**
19161912
* The row number where the error was detected.
19171913
*/
@@ -1951,10 +1947,6 @@ export namespace migrationcenter_v1alpha1 {
19511947
*/
19521948
rowNumber?: number | null;
19531949
}
1954-
/**
1955-
* Error details for a JSON file.
1956-
*/
1957-
export interface Schema$ImportRowErrorJsonErrorDetails {}
19581950
/**
19591951
* Error details for an XLSX file.
19601952
*/

0 commit comments

Comments
 (0)