@commercetools/importapi-sdk 2.5.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/commercetools-importapi-sdk.browser.cjs.js +247 -1383
- package/dist/commercetools-importapi-sdk.browser.esm.js +247 -1383
- package/dist/commercetools-importapi-sdk.cjs.dev.js +247 -1383
- package/dist/commercetools-importapi-sdk.cjs.prod.js +247 -1383
- package/dist/commercetools-importapi-sdk.esm.js +247 -1383
- package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts +4 -4
- package/dist/declarations/src/generated/client/categories/by-project-key-categories-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/client/customers/by-project-key-customers-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/client/import-containers/by-project-key-categories-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-categories-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-customers-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-customers-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/{import-operations/by-project-key-order-patches-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts → import-containers/by-project-key-inventories-import-containers-by-import-container-key-request-builder.d.ts} +10 -10
- package/dist/declarations/src/generated/client/{import-operations/by-project-key-categories-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts → import-containers/by-project-key-inventories-import-containers-request-builder.d.ts} +7 -16
- package/dist/declarations/src/generated/client/import-containers/by-project-key-order-patches-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-order-patches-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-orders-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-orders-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-prices-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-prices-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-drafts-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-drafts-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-types-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-types-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-variant-patches-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-variant-patches-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-variants-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-variants-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-products-import-containers-by-import-container-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-products-import-containers-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-operations/by-project-key-import-containers-by-import-container-key-import-operations-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-operations/by-project-key-import-operations-by-id-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-operations/by-project-key-import-operations-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/import-summaries/by-project-key-import-containers-by-import-container-key-import-summaries-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/{import-summaries/by-project-key-import-summaries-request-builder.d.ts → inventories/by-project-key-inventories-request-builder.d.ts} +5 -5
- package/dist/declarations/src/generated/client/order-patches/by-project-key-order-patches-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/client/orders/by-project-key-orders-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/client/prices/by-project-key-prices-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/client/product-drafts/by-project-key-product-drafts-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/client/product-types/by-project-key-product-types-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/client/product-variant-patches/by-project-key-product-variant-patches-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/client/product-variants/by-project-key-product-variants-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/client/products/by-project-key-products-request-builder.d.ts +2 -4
- package/dist/declarations/src/generated/index.d.ts +1 -1
- package/dist/declarations/src/generated/models/common.d.ts +2 -1
- package/dist/declarations/src/generated/models/errors.d.ts +2 -2
- package/dist/declarations/src/generated/models/importrequests.d.ts +15 -1
- package/dist/declarations/src/generated/models/inventories.d.ts +49 -0
- package/dist/declarations/src/generated/models/productdrafts.d.ts +7 -1
- package/dist/declarations/src/generated/models/products.d.ts +7 -1
- package/package.json +2 -2
- package/dist/declarations/src/generated/client/categories/by-project-key-categories-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/customers/by-project-key-customers-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/import-operations/by-project-key-categories-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -49
- package/dist/declarations/src/generated/client/import-operations/by-project-key-customers-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/import-operations/by-project-key-customers-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -48
- package/dist/declarations/src/generated/client/import-operations/by-project-key-order-patches-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -48
- package/dist/declarations/src/generated/client/import-operations/by-project-key-orders-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/import-operations/by-project-key-orders-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -48
- package/dist/declarations/src/generated/client/import-operations/by-project-key-prices-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/import-operations/by-project-key-prices-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -48
- package/dist/declarations/src/generated/client/import-operations/by-project-key-product-drafts-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/import-operations/by-project-key-product-drafts-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -48
- package/dist/declarations/src/generated/client/import-operations/by-project-key-product-types-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/import-operations/by-project-key-product-types-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -48
- package/dist/declarations/src/generated/client/import-operations/by-project-key-product-variant-patches-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/import-operations/by-project-key-product-variant-patches-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -48
- package/dist/declarations/src/generated/client/import-operations/by-project-key-product-variants-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/import-operations/by-project-key-product-variants-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -48
- package/dist/declarations/src/generated/client/import-operations/by-project-key-products-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/import-operations/by-project-key-products-import-sink-key-by-import-sink-key-import-operations-request-builder.d.ts +0 -48
- package/dist/declarations/src/generated/client/import-sinks/by-project-key-import-sinks-by-import-sink-key-request-builder.d.ts +0 -51
- package/dist/declarations/src/generated/client/import-sinks/by-project-key-import-sinks-request-builder.d.ts +0 -51
- package/dist/declarations/src/generated/client/import-summaries/by-project-key-import-summaries-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/order-patches/by-project-key-order-patches-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/orders/by-project-key-orders-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/prices/by-project-key-prices-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/product-drafts/by-project-key-product-drafts-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -38
- package/dist/declarations/src/generated/client/product-types/by-project-key-product-types-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/product-variant-patches/by-project-key-product-variant-patches-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/product-variants/by-project-key-product-variants-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/client/products/by-project-key-products-import-sink-key-by-import-sink-key-request-builder.d.ts +0 -37
- package/dist/declarations/src/generated/models/importsinks.d.ts +0 -112
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ProcessingState } from '../../models/common';
|
|
7
|
-
import { ImportOperationPagedResponse } from '../../models/importoperations';
|
|
8
|
-
import { executeRequest, QueryParam } from '../../shared/utils/common-types';
|
|
9
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
10
|
-
import { ByProjectKeyProductDraftsImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder } from './by-project-key-product-drafts-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder';
|
|
11
|
-
export declare class ByProjectKeyProductDraftsImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder {
|
|
12
|
-
protected readonly args: {
|
|
13
|
-
pathArgs: {
|
|
14
|
-
projectKey: string;
|
|
15
|
-
importSinkKey: string;
|
|
16
|
-
};
|
|
17
|
-
executeRequest: executeRequest;
|
|
18
|
-
baseUri?: string;
|
|
19
|
-
};
|
|
20
|
-
constructor(args: {
|
|
21
|
-
pathArgs: {
|
|
22
|
-
projectKey: string;
|
|
23
|
-
importSinkKey: string;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: executeRequest;
|
|
26
|
-
baseUri?: string;
|
|
27
|
-
});
|
|
28
|
-
withIdValue(childPathArgs: {
|
|
29
|
-
id: string;
|
|
30
|
-
}): ByProjectKeyProductDraftsImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder;
|
|
31
|
-
/**
|
|
32
|
-
* Retrieves all import operations of an import sink key.
|
|
33
|
-
*/
|
|
34
|
-
get(methodArgs?: {
|
|
35
|
-
queryArgs?: {
|
|
36
|
-
limit?: number;
|
|
37
|
-
offset?: number;
|
|
38
|
-
sort?: string | string[];
|
|
39
|
-
resourceKey?: string;
|
|
40
|
-
state?: ProcessingState;
|
|
41
|
-
debug?: boolean;
|
|
42
|
-
[key: string]: QueryParam;
|
|
43
|
-
};
|
|
44
|
-
headers?: {
|
|
45
|
-
[key: string]: string | string[];
|
|
46
|
-
};
|
|
47
|
-
}): ApiRequest<ImportOperationPagedResponse>;
|
|
48
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportOperation } from '../../models/importoperations';
|
|
7
|
-
import { executeRequest } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
export declare class ByProjectKeyProductTypesImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder {
|
|
10
|
-
protected readonly args: {
|
|
11
|
-
pathArgs: {
|
|
12
|
-
projectKey: string;
|
|
13
|
-
importSinkKey: string;
|
|
14
|
-
id: string;
|
|
15
|
-
};
|
|
16
|
-
executeRequest: executeRequest;
|
|
17
|
-
baseUri?: string;
|
|
18
|
-
};
|
|
19
|
-
constructor(args: {
|
|
20
|
-
pathArgs: {
|
|
21
|
-
projectKey: string;
|
|
22
|
-
importSinkKey: string;
|
|
23
|
-
id: string;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: executeRequest;
|
|
26
|
-
baseUri?: string;
|
|
27
|
-
});
|
|
28
|
-
/**
|
|
29
|
-
* Retrieves the import operation with the given id.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
get(methodArgs?: {
|
|
33
|
-
headers?: {
|
|
34
|
-
[key: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
}): ApiRequest<ImportOperation>;
|
|
37
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ProcessingState } from '../../models/common';
|
|
7
|
-
import { ImportOperationPagedResponse } from '../../models/importoperations';
|
|
8
|
-
import { executeRequest, QueryParam } from '../../shared/utils/common-types';
|
|
9
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
10
|
-
import { ByProjectKeyProductTypesImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder } from './by-project-key-product-types-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder';
|
|
11
|
-
export declare class ByProjectKeyProductTypesImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder {
|
|
12
|
-
protected readonly args: {
|
|
13
|
-
pathArgs: {
|
|
14
|
-
projectKey: string;
|
|
15
|
-
importSinkKey: string;
|
|
16
|
-
};
|
|
17
|
-
executeRequest: executeRequest;
|
|
18
|
-
baseUri?: string;
|
|
19
|
-
};
|
|
20
|
-
constructor(args: {
|
|
21
|
-
pathArgs: {
|
|
22
|
-
projectKey: string;
|
|
23
|
-
importSinkKey: string;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: executeRequest;
|
|
26
|
-
baseUri?: string;
|
|
27
|
-
});
|
|
28
|
-
withIdValue(childPathArgs: {
|
|
29
|
-
id: string;
|
|
30
|
-
}): ByProjectKeyProductTypesImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder;
|
|
31
|
-
/**
|
|
32
|
-
* Retrieves all import operations of an import sink key.
|
|
33
|
-
*/
|
|
34
|
-
get(methodArgs?: {
|
|
35
|
-
queryArgs?: {
|
|
36
|
-
limit?: number;
|
|
37
|
-
offset?: number;
|
|
38
|
-
sort?: string | string[];
|
|
39
|
-
resourceKey?: string;
|
|
40
|
-
state?: ProcessingState;
|
|
41
|
-
debug?: boolean;
|
|
42
|
-
[key: string]: QueryParam;
|
|
43
|
-
};
|
|
44
|
-
headers?: {
|
|
45
|
-
[key: string]: string | string[];
|
|
46
|
-
};
|
|
47
|
-
}): ApiRequest<ImportOperationPagedResponse>;
|
|
48
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportOperation } from '../../models/importoperations';
|
|
7
|
-
import { executeRequest } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
export declare class ByProjectKeyProductVariantPatchesImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder {
|
|
10
|
-
protected readonly args: {
|
|
11
|
-
pathArgs: {
|
|
12
|
-
projectKey: string;
|
|
13
|
-
importSinkKey: string;
|
|
14
|
-
id: string;
|
|
15
|
-
};
|
|
16
|
-
executeRequest: executeRequest;
|
|
17
|
-
baseUri?: string;
|
|
18
|
-
};
|
|
19
|
-
constructor(args: {
|
|
20
|
-
pathArgs: {
|
|
21
|
-
projectKey: string;
|
|
22
|
-
importSinkKey: string;
|
|
23
|
-
id: string;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: executeRequest;
|
|
26
|
-
baseUri?: string;
|
|
27
|
-
});
|
|
28
|
-
/**
|
|
29
|
-
* Retrieves the import operation with the given id.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
get(methodArgs?: {
|
|
33
|
-
headers?: {
|
|
34
|
-
[key: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
}): ApiRequest<ImportOperation>;
|
|
37
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ProcessingState } from '../../models/common';
|
|
7
|
-
import { ImportOperationPagedResponse } from '../../models/importoperations';
|
|
8
|
-
import { executeRequest, QueryParam } from '../../shared/utils/common-types';
|
|
9
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
10
|
-
import { ByProjectKeyProductVariantPatchesImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder } from './by-project-key-product-variant-patches-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder';
|
|
11
|
-
export declare class ByProjectKeyProductVariantPatchesImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder {
|
|
12
|
-
protected readonly args: {
|
|
13
|
-
pathArgs: {
|
|
14
|
-
projectKey: string;
|
|
15
|
-
importSinkKey: string;
|
|
16
|
-
};
|
|
17
|
-
executeRequest: executeRequest;
|
|
18
|
-
baseUri?: string;
|
|
19
|
-
};
|
|
20
|
-
constructor(args: {
|
|
21
|
-
pathArgs: {
|
|
22
|
-
projectKey: string;
|
|
23
|
-
importSinkKey: string;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: executeRequest;
|
|
26
|
-
baseUri?: string;
|
|
27
|
-
});
|
|
28
|
-
withIdValue(childPathArgs: {
|
|
29
|
-
id: string;
|
|
30
|
-
}): ByProjectKeyProductVariantPatchesImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder;
|
|
31
|
-
/**
|
|
32
|
-
* Retrieves all product-variant-patches import operations of an import sink key.
|
|
33
|
-
*/
|
|
34
|
-
get(methodArgs?: {
|
|
35
|
-
queryArgs?: {
|
|
36
|
-
limit?: number;
|
|
37
|
-
offset?: number;
|
|
38
|
-
sort?: string | string[];
|
|
39
|
-
resourceKey?: string;
|
|
40
|
-
state?: ProcessingState;
|
|
41
|
-
debug?: boolean;
|
|
42
|
-
[key: string]: QueryParam;
|
|
43
|
-
};
|
|
44
|
-
headers?: {
|
|
45
|
-
[key: string]: string | string[];
|
|
46
|
-
};
|
|
47
|
-
}): ApiRequest<ImportOperationPagedResponse>;
|
|
48
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportOperation } from '../../models/importoperations';
|
|
7
|
-
import { executeRequest } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
export declare class ByProjectKeyProductVariantsImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder {
|
|
10
|
-
protected readonly args: {
|
|
11
|
-
pathArgs: {
|
|
12
|
-
projectKey: string;
|
|
13
|
-
importSinkKey: string;
|
|
14
|
-
id: string;
|
|
15
|
-
};
|
|
16
|
-
executeRequest: executeRequest;
|
|
17
|
-
baseUri?: string;
|
|
18
|
-
};
|
|
19
|
-
constructor(args: {
|
|
20
|
-
pathArgs: {
|
|
21
|
-
projectKey: string;
|
|
22
|
-
importSinkKey: string;
|
|
23
|
-
id: string;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: executeRequest;
|
|
26
|
-
baseUri?: string;
|
|
27
|
-
});
|
|
28
|
-
/**
|
|
29
|
-
* Retrieves the import operation with the given id.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
get(methodArgs?: {
|
|
33
|
-
headers?: {
|
|
34
|
-
[key: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
}): ApiRequest<ImportOperation>;
|
|
37
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ProcessingState } from '../../models/common';
|
|
7
|
-
import { ImportOperationPagedResponse } from '../../models/importoperations';
|
|
8
|
-
import { executeRequest, QueryParam } from '../../shared/utils/common-types';
|
|
9
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
10
|
-
import { ByProjectKeyProductVariantsImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder } from './by-project-key-product-variants-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder';
|
|
11
|
-
export declare class ByProjectKeyProductVariantsImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder {
|
|
12
|
-
protected readonly args: {
|
|
13
|
-
pathArgs: {
|
|
14
|
-
projectKey: string;
|
|
15
|
-
importSinkKey: string;
|
|
16
|
-
};
|
|
17
|
-
executeRequest: executeRequest;
|
|
18
|
-
baseUri?: string;
|
|
19
|
-
};
|
|
20
|
-
constructor(args: {
|
|
21
|
-
pathArgs: {
|
|
22
|
-
projectKey: string;
|
|
23
|
-
importSinkKey: string;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: executeRequest;
|
|
26
|
-
baseUri?: string;
|
|
27
|
-
});
|
|
28
|
-
withIdValue(childPathArgs: {
|
|
29
|
-
id: string;
|
|
30
|
-
}): ByProjectKeyProductVariantsImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder;
|
|
31
|
-
/**
|
|
32
|
-
* Retrieves all product-variant import operations of an import sink key.
|
|
33
|
-
*/
|
|
34
|
-
get(methodArgs?: {
|
|
35
|
-
queryArgs?: {
|
|
36
|
-
limit?: number;
|
|
37
|
-
offset?: number;
|
|
38
|
-
sort?: string | string[];
|
|
39
|
-
resourceKey?: string;
|
|
40
|
-
state?: ProcessingState;
|
|
41
|
-
debug?: boolean;
|
|
42
|
-
[key: string]: QueryParam;
|
|
43
|
-
};
|
|
44
|
-
headers?: {
|
|
45
|
-
[key: string]: string | string[];
|
|
46
|
-
};
|
|
47
|
-
}): ApiRequest<ImportOperationPagedResponse>;
|
|
48
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportOperation } from '../../models/importoperations';
|
|
7
|
-
import { executeRequest } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
export declare class ByProjectKeyProductsImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder {
|
|
10
|
-
protected readonly args: {
|
|
11
|
-
pathArgs: {
|
|
12
|
-
projectKey: string;
|
|
13
|
-
importSinkKey: string;
|
|
14
|
-
id: string;
|
|
15
|
-
};
|
|
16
|
-
executeRequest: executeRequest;
|
|
17
|
-
baseUri?: string;
|
|
18
|
-
};
|
|
19
|
-
constructor(args: {
|
|
20
|
-
pathArgs: {
|
|
21
|
-
projectKey: string;
|
|
22
|
-
importSinkKey: string;
|
|
23
|
-
id: string;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: executeRequest;
|
|
26
|
-
baseUri?: string;
|
|
27
|
-
});
|
|
28
|
-
/**
|
|
29
|
-
* Retrieves the import operation with the given id.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
get(methodArgs?: {
|
|
33
|
-
headers?: {
|
|
34
|
-
[key: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
}): ApiRequest<ImportOperation>;
|
|
37
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ProcessingState } from '../../models/common';
|
|
7
|
-
import { ImportOperationPagedResponse } from '../../models/importoperations';
|
|
8
|
-
import { executeRequest, QueryParam } from '../../shared/utils/common-types';
|
|
9
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
10
|
-
import { ByProjectKeyProductsImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder } from './by-project-key-products-import-sink-key-by-import-sink-key-import-operations-by-id-request-builder';
|
|
11
|
-
export declare class ByProjectKeyProductsImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder {
|
|
12
|
-
protected readonly args: {
|
|
13
|
-
pathArgs: {
|
|
14
|
-
projectKey: string;
|
|
15
|
-
importSinkKey: string;
|
|
16
|
-
};
|
|
17
|
-
executeRequest: executeRequest;
|
|
18
|
-
baseUri?: string;
|
|
19
|
-
};
|
|
20
|
-
constructor(args: {
|
|
21
|
-
pathArgs: {
|
|
22
|
-
projectKey: string;
|
|
23
|
-
importSinkKey: string;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: executeRequest;
|
|
26
|
-
baseUri?: string;
|
|
27
|
-
});
|
|
28
|
-
withIdValue(childPathArgs: {
|
|
29
|
-
id: string;
|
|
30
|
-
}): ByProjectKeyProductsImportSinkKeyByImportSinkKeyImportOperationsByIdRequestBuilder;
|
|
31
|
-
/**
|
|
32
|
-
* Retrieves all product import operations of an import sink key.
|
|
33
|
-
*/
|
|
34
|
-
get(methodArgs?: {
|
|
35
|
-
queryArgs?: {
|
|
36
|
-
limit?: number;
|
|
37
|
-
offset?: number;
|
|
38
|
-
sort?: string | string[];
|
|
39
|
-
resourceKey?: string;
|
|
40
|
-
state?: ProcessingState;
|
|
41
|
-
debug?: boolean;
|
|
42
|
-
[key: string]: QueryParam;
|
|
43
|
-
};
|
|
44
|
-
headers?: {
|
|
45
|
-
[key: string]: string | string[];
|
|
46
|
-
};
|
|
47
|
-
}): ApiRequest<ImportOperationPagedResponse>;
|
|
48
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportSink, ImportSinkUpdateDraft } from '../../models/importsinks';
|
|
7
|
-
import { executeRequest } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
export declare class ByProjectKeyImportSinksByImportSinkKeyRequestBuilder {
|
|
10
|
-
protected readonly args: {
|
|
11
|
-
pathArgs: {
|
|
12
|
-
projectKey: string;
|
|
13
|
-
importSinkKey: string;
|
|
14
|
-
};
|
|
15
|
-
executeRequest: executeRequest;
|
|
16
|
-
baseUri?: string;
|
|
17
|
-
};
|
|
18
|
-
constructor(args: {
|
|
19
|
-
pathArgs: {
|
|
20
|
-
projectKey: string;
|
|
21
|
-
importSinkKey: string;
|
|
22
|
-
};
|
|
23
|
-
executeRequest: executeRequest;
|
|
24
|
-
baseUri?: string;
|
|
25
|
-
});
|
|
26
|
-
/**
|
|
27
|
-
* Updates the import sink given by the key.
|
|
28
|
-
*/
|
|
29
|
-
put(methodArgs: {
|
|
30
|
-
body: ImportSinkUpdateDraft;
|
|
31
|
-
headers?: {
|
|
32
|
-
[key: string]: string | string[];
|
|
33
|
-
};
|
|
34
|
-
}): ApiRequest<ImportSink>;
|
|
35
|
-
/**
|
|
36
|
-
* Retrieves the import sink given by the key.
|
|
37
|
-
*/
|
|
38
|
-
get(methodArgs?: {
|
|
39
|
-
headers?: {
|
|
40
|
-
[key: string]: string | string[];
|
|
41
|
-
};
|
|
42
|
-
}): ApiRequest<ImportSink>;
|
|
43
|
-
/**
|
|
44
|
-
* Deletes the import sink given by the key.
|
|
45
|
-
*/
|
|
46
|
-
delete(methodArgs?: {
|
|
47
|
-
headers?: {
|
|
48
|
-
[key: string]: string | string[];
|
|
49
|
-
};
|
|
50
|
-
}): ApiRequest<ImportSink>;
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportSink, ImportSinkDraft, ImportSinkPagedResponse } from '../../models/importsinks';
|
|
7
|
-
import { executeRequest, QueryParam } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
import { ByProjectKeyImportSinksByImportSinkKeyRequestBuilder } from './by-project-key-import-sinks-by-import-sink-key-request-builder';
|
|
10
|
-
export declare class ByProjectKeyImportSinksRequestBuilder {
|
|
11
|
-
protected readonly args: {
|
|
12
|
-
pathArgs: {
|
|
13
|
-
projectKey: string;
|
|
14
|
-
};
|
|
15
|
-
executeRequest: executeRequest;
|
|
16
|
-
baseUri?: string;
|
|
17
|
-
};
|
|
18
|
-
constructor(args: {
|
|
19
|
-
pathArgs: {
|
|
20
|
-
projectKey: string;
|
|
21
|
-
};
|
|
22
|
-
executeRequest: executeRequest;
|
|
23
|
-
baseUri?: string;
|
|
24
|
-
});
|
|
25
|
-
withImportSinkKeyValue(childPathArgs: {
|
|
26
|
-
importSinkKey: string;
|
|
27
|
-
}): ByProjectKeyImportSinksByImportSinkKeyRequestBuilder;
|
|
28
|
-
/**
|
|
29
|
-
* Creates a new import sink.
|
|
30
|
-
*/
|
|
31
|
-
post(methodArgs: {
|
|
32
|
-
body: ImportSinkDraft;
|
|
33
|
-
headers?: {
|
|
34
|
-
[key: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
}): ApiRequest<ImportSink>;
|
|
37
|
-
/**
|
|
38
|
-
* Retrieves all import sinks of a project key.
|
|
39
|
-
*/
|
|
40
|
-
get(methodArgs?: {
|
|
41
|
-
queryArgs?: {
|
|
42
|
-
limit?: number;
|
|
43
|
-
offset?: number;
|
|
44
|
-
sort?: string | string[];
|
|
45
|
-
[key: string]: QueryParam;
|
|
46
|
-
};
|
|
47
|
-
headers?: {
|
|
48
|
-
[key: string]: string | string[];
|
|
49
|
-
};
|
|
50
|
-
}): ApiRequest<ImportSinkPagedResponse>;
|
|
51
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportSummary } from '../../models/importsummaries';
|
|
7
|
-
import { executeRequest } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
export declare class ByProjectKeyImportSummariesImportSinkKeyByImportSinkKeyRequestBuilder {
|
|
10
|
-
protected readonly args: {
|
|
11
|
-
pathArgs: {
|
|
12
|
-
projectKey: string;
|
|
13
|
-
importSinkKey: string;
|
|
14
|
-
};
|
|
15
|
-
executeRequest: executeRequest;
|
|
16
|
-
baseUri?: string;
|
|
17
|
-
};
|
|
18
|
-
constructor(args: {
|
|
19
|
-
pathArgs: {
|
|
20
|
-
projectKey: string;
|
|
21
|
-
importSinkKey: string;
|
|
22
|
-
};
|
|
23
|
-
executeRequest: executeRequest;
|
|
24
|
-
baseUri?: string;
|
|
25
|
-
});
|
|
26
|
-
/**
|
|
27
|
-
* Retrieves an import summary for the given import sink.
|
|
28
|
-
*
|
|
29
|
-
* The import summary is calculated on demand.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
get(methodArgs?: {
|
|
33
|
-
headers?: {
|
|
34
|
-
[key: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
}): ApiRequest<ImportSummary>;
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportResponse, OrderPatchImportRequest } from '../../models/importrequests';
|
|
7
|
-
import { executeRequest } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
import { ByProjectKeyOrderPatchesImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder } from '../import-operations/by-project-key-order-patches-import-sink-key-by-import-sink-key-import-operations-request-builder';
|
|
10
|
-
export declare class ByProjectKeyOrderPatchesImportSinkKeyByImportSinkKeyRequestBuilder {
|
|
11
|
-
protected readonly args: {
|
|
12
|
-
pathArgs: {
|
|
13
|
-
projectKey: string;
|
|
14
|
-
importSinkKey: string;
|
|
15
|
-
};
|
|
16
|
-
executeRequest: executeRequest;
|
|
17
|
-
baseUri?: string;
|
|
18
|
-
};
|
|
19
|
-
constructor(args: {
|
|
20
|
-
pathArgs: {
|
|
21
|
-
projectKey: string;
|
|
22
|
-
importSinkKey: string;
|
|
23
|
-
};
|
|
24
|
-
executeRequest: executeRequest;
|
|
25
|
-
baseUri?: string;
|
|
26
|
-
});
|
|
27
|
-
importOperations(): ByProjectKeyOrderPatchesImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder;
|
|
28
|
-
/**
|
|
29
|
-
* Creates a new import request for order patches
|
|
30
|
-
*/
|
|
31
|
-
post(methodArgs: {
|
|
32
|
-
body: OrderPatchImportRequest;
|
|
33
|
-
headers?: {
|
|
34
|
-
[key: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
}): ApiRequest<ImportResponse>;
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportResponse, OrderImportRequest } from '../../models/importrequests';
|
|
7
|
-
import { executeRequest } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
import { ByProjectKeyOrdersImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder } from '../import-operations/by-project-key-orders-import-sink-key-by-import-sink-key-import-operations-request-builder';
|
|
10
|
-
export declare class ByProjectKeyOrdersImportSinkKeyByImportSinkKeyRequestBuilder {
|
|
11
|
-
protected readonly args: {
|
|
12
|
-
pathArgs: {
|
|
13
|
-
projectKey: string;
|
|
14
|
-
importSinkKey: string;
|
|
15
|
-
};
|
|
16
|
-
executeRequest: executeRequest;
|
|
17
|
-
baseUri?: string;
|
|
18
|
-
};
|
|
19
|
-
constructor(args: {
|
|
20
|
-
pathArgs: {
|
|
21
|
-
projectKey: string;
|
|
22
|
-
importSinkKey: string;
|
|
23
|
-
};
|
|
24
|
-
executeRequest: executeRequest;
|
|
25
|
-
baseUri?: string;
|
|
26
|
-
});
|
|
27
|
-
importOperations(): ByProjectKeyOrdersImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder;
|
|
28
|
-
/**
|
|
29
|
-
* Creates import request for creating new orders or updating existing ones.
|
|
30
|
-
*/
|
|
31
|
-
post(methodArgs: {
|
|
32
|
-
body: OrderImportRequest;
|
|
33
|
-
headers?: {
|
|
34
|
-
[key: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
}): ApiRequest<ImportResponse>;
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
6
|
-
import { ImportResponse, PriceImportRequest } from '../../models/importrequests';
|
|
7
|
-
import { executeRequest } from '../../shared/utils/common-types';
|
|
8
|
-
import { ApiRequest } from '../../shared/utils/requests-utils';
|
|
9
|
-
import { ByProjectKeyPricesImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder } from '../import-operations/by-project-key-prices-import-sink-key-by-import-sink-key-import-operations-request-builder';
|
|
10
|
-
export declare class ByProjectKeyPricesImportSinkKeyByImportSinkKeyRequestBuilder {
|
|
11
|
-
protected readonly args: {
|
|
12
|
-
pathArgs: {
|
|
13
|
-
projectKey: string;
|
|
14
|
-
importSinkKey: string;
|
|
15
|
-
};
|
|
16
|
-
executeRequest: executeRequest;
|
|
17
|
-
baseUri?: string;
|
|
18
|
-
};
|
|
19
|
-
constructor(args: {
|
|
20
|
-
pathArgs: {
|
|
21
|
-
projectKey: string;
|
|
22
|
-
importSinkKey: string;
|
|
23
|
-
};
|
|
24
|
-
executeRequest: executeRequest;
|
|
25
|
-
baseUri?: string;
|
|
26
|
-
});
|
|
27
|
-
importOperations(): ByProjectKeyPricesImportSinkKeyByImportSinkKeyImportOperationsRequestBuilder;
|
|
28
|
-
/**
|
|
29
|
-
* Creates import request for creating new prices or updating existing ones.
|
|
30
|
-
*/
|
|
31
|
-
post(methodArgs: {
|
|
32
|
-
body: PriceImportRequest;
|
|
33
|
-
headers?: {
|
|
34
|
-
[key: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
}): ApiRequest<ImportResponse>;
|
|
37
|
-
}
|