Skip to content

Commit 8291333

Browse files
build(codegen): updating SDK (#1072)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent dfd606f commit 8291333

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/importapi-sdk/src/generated/models/importoperations.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ export type ImportOperationState =
116116
| 'processing'
117117
| 'validationFailed'
118118
| (string & {})
119+
/**
120+
* The ID and validation status of a new [ImportOperation](#importoperation).
121+
*/
119122
export interface ImportOperationStatus {
120123
/**
121124
* The ID of the [ImportOperation](#importoperation).

packages/importapi-sdk/src/generated/models/importrequests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ export interface IImportRequest {
4848
readonly type: ImportResourceType
4949
}
5050
/**
51-
* A list of the ID's and validation statuses of newly created [ImportOperations](#importoperation).
52-
* Used as a response at each resource-specific import endpoint, for example, at [Import Categories](ctp:import:type:CategoryImport) and [Import ProductTypes](ctp:import:type:ProductTypeImport).
51+
* The response of each resource import endpoint, such as [Import Categories](ctp:import:type:CategoryImport) and [Import ProductTypes](ctp:import:type:ProductTypeImport).
5352
*
5453
*/
5554
export interface ImportResponse {
5655
/**
56+
* A list of the ID's and validation statuses of new [ImportOperations](#importoperation).
5757
*
5858
*/
5959
readonly operationStatus: ImportOperationStatus[]

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,3 +410,4 @@ ba64943be238cc04b24cfafc30b4e1d47976fd4e
410410
f308ced4b427eea3642d2d183f6d15f0c1287aa8
411411
ab2859c84d9f146e5d8556e905538b92af4aa044
412412
5f7c0bef26fa70b6a3ec382455b56146e3088e0e
413+
7c59b29681399c1a3000934fd59a46c10cbe5401

0 commit comments

Comments
 (0)