Skip to content

Commit

Permalink
feat(migrationcenter)!: update the API
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 30, 2024
1 parent 4767f7a commit d42c0fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
12 changes: 1 addition & 11 deletions discovery/migrationcenter-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@
}
}
},
"revision": "20240815",
"revision": "20240822",
"rootUrl": "https://migrationcenter.googleapis.com/",
"schemas": {
"AddAssetsToGroupRequest": {
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 0 additions & 8 deletions src/apis/migrationcenter/v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down

0 comments on commit d42c0fd

Please sign in to comment.