@teemill/product-catalog 1.63.0 → 1.64.1
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/README.md +3 -3
- package/api.ts +23 -11
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +24 -12
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +24 -12
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/Application.md +2 -0
- package/docs/ApplicationSet.md +1 -1
- package/docs/ApplicationSet1.md +1 -1
- package/docs/ApplicationTechnologyIntegrationProduct.md +1 -1
- package/docs/CreateApplication.md +2 -0
- package/docs/InlineObject.md +20 -0
- package/docs/ProductApplicationSetsInner.md +1 -1
- package/docs/ProductsApi.md +2 -2
- package/docs/Variant.md +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/product-catalog@1.
|
|
1
|
+
## @teemill/product-catalog@1.64.1
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @teemill/product-catalog@1.
|
|
39
|
+
npm install @teemill/product-catalog@1.64.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -115,7 +115,7 @@ Class | Method | HTTP request | Description
|
|
|
115
115
|
- [ExportProducts202Response](docs/ExportProducts202Response.md)
|
|
116
116
|
- [Image](docs/Image.md)
|
|
117
117
|
- [ImageFile](docs/ImageFile.md)
|
|
118
|
-
- [
|
|
118
|
+
- [InlineObject](docs/InlineObject.md)
|
|
119
119
|
- [Location](docs/Location.md)
|
|
120
120
|
- [MetaField](docs/MetaField.md)
|
|
121
121
|
- [OptimisationHistoryItem](docs/OptimisationHistoryItem.md)
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -91,6 +91,12 @@ export interface Application {
|
|
|
91
91
|
* @memberof Application
|
|
92
92
|
*/
|
|
93
93
|
'src'?: string;
|
|
94
|
+
/**
|
|
95
|
+
* The group of the application. The src across all applications in the same group will be considered the same src. The is useful for DTF when using the same transfer across multiple products.
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof Application
|
|
98
|
+
*/
|
|
99
|
+
'group'?: string | null;
|
|
94
100
|
/**
|
|
95
101
|
*
|
|
96
102
|
* @type {ApplicationMockup}
|
|
@@ -314,7 +320,7 @@ export interface ApplicationSet {
|
|
|
314
320
|
*/
|
|
315
321
|
'id': string;
|
|
316
322
|
/**
|
|
317
|
-
* A reference to the resource location
|
|
323
|
+
* A reference to the application set resource location
|
|
318
324
|
* @type {string}
|
|
319
325
|
* @memberof ApplicationSet
|
|
320
326
|
*/
|
|
@@ -381,7 +387,7 @@ export interface ApplicationSet1 {
|
|
|
381
387
|
*/
|
|
382
388
|
'id'?: string;
|
|
383
389
|
/**
|
|
384
|
-
* A reference to the resource location
|
|
390
|
+
* A reference to the application set resource location
|
|
385
391
|
* @type {string}
|
|
386
392
|
* @memberof ApplicationSet1
|
|
387
393
|
*/
|
|
@@ -494,7 +500,7 @@ export interface ApplicationTechnologyIntegrationProduct {
|
|
|
494
500
|
*/
|
|
495
501
|
'sku'?: string;
|
|
496
502
|
/**
|
|
497
|
-
* A reference to the resource location
|
|
503
|
+
* A reference to the integration product resource location
|
|
498
504
|
* @type {string}
|
|
499
505
|
* @memberof ApplicationTechnologyIntegrationProduct
|
|
500
506
|
*/
|
|
@@ -608,6 +614,12 @@ export interface CreateApplication {
|
|
|
608
614
|
* @memberof CreateApplication
|
|
609
615
|
*/
|
|
610
616
|
'src': string;
|
|
617
|
+
/**
|
|
618
|
+
* The group of the application. The src across all applications in the same group will be considered the same src. The is useful for DTF when using the same transfer across multiple products.
|
|
619
|
+
* @type {string}
|
|
620
|
+
* @memberof CreateApplication
|
|
621
|
+
*/
|
|
622
|
+
'group'?: string | null;
|
|
611
623
|
/**
|
|
612
624
|
* If set to true, transfers for this application will not be printed on demand, and will need to be stocked in trays in the factory. Note that this can only be set if the technology is stockable, such as DTF.
|
|
613
625
|
* @type {boolean}
|
|
@@ -1240,13 +1252,13 @@ export interface ImageFile {
|
|
|
1240
1252
|
/**
|
|
1241
1253
|
*
|
|
1242
1254
|
* @export
|
|
1243
|
-
* @interface
|
|
1255
|
+
* @interface InlineObject
|
|
1244
1256
|
*/
|
|
1245
|
-
export interface
|
|
1257
|
+
export interface InlineObject {
|
|
1246
1258
|
/**
|
|
1247
1259
|
* Id of the product import
|
|
1248
1260
|
* @type {string}
|
|
1249
|
-
* @memberof
|
|
1261
|
+
* @memberof InlineObject
|
|
1250
1262
|
*/
|
|
1251
1263
|
'importId'?: string;
|
|
1252
1264
|
}
|
|
@@ -1576,7 +1588,7 @@ export interface ProductApplicationSetsInner {
|
|
|
1576
1588
|
*/
|
|
1577
1589
|
'id'?: string;
|
|
1578
1590
|
/**
|
|
1579
|
-
* A reference to the resource location
|
|
1591
|
+
* A reference to the application set resource location
|
|
1580
1592
|
* @type {string}
|
|
1581
1593
|
* @memberof ProductApplicationSetsInner
|
|
1582
1594
|
*/
|
|
@@ -2455,7 +2467,7 @@ export interface Variant {
|
|
|
2455
2467
|
*/
|
|
2456
2468
|
'sku': string;
|
|
2457
2469
|
/**
|
|
2458
|
-
* A reference to the resource location
|
|
2470
|
+
* A reference to the variant resource location
|
|
2459
2471
|
* @type {string}
|
|
2460
2472
|
* @memberof Variant
|
|
2461
2473
|
*/
|
|
@@ -4117,7 +4129,7 @@ export const ProductsApiFp = function(configuration?: Configuration) {
|
|
|
4117
4129
|
* @param {*} [options] Override http request option.
|
|
4118
4130
|
* @throws {RequiredError}
|
|
4119
4131
|
*/
|
|
4120
|
-
async importProducts(project: string, body?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
4132
|
+
async importProducts(project: string, body?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineObject>> {
|
|
4121
4133
|
const localVarAxiosArgs = await localVarAxiosParamCreator.importProducts(project, body, options);
|
|
4122
4134
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4123
4135
|
const localVarOperationServerBasePath = operationServerMap['ProductsApi.importProducts']?.[localVarOperationServerIndex]?.url;
|
|
@@ -4264,7 +4276,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP
|
|
|
4264
4276
|
* @param {*} [options] Override http request option.
|
|
4265
4277
|
* @throws {RequiredError}
|
|
4266
4278
|
*/
|
|
4267
|
-
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
4279
|
+
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<InlineObject> {
|
|
4268
4280
|
return localVarFp.importProducts(requestParameters.project, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
4269
4281
|
},
|
|
4270
4282
|
/**
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -81,6 +81,12 @@ export interface Application {
|
|
|
81
81
|
* @memberof Application
|
|
82
82
|
*/
|
|
83
83
|
'src'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* The group of the application. The src across all applications in the same group will be considered the same src. The is useful for DTF when using the same transfer across multiple products.
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof Application
|
|
88
|
+
*/
|
|
89
|
+
'group'?: string | null;
|
|
84
90
|
/**
|
|
85
91
|
*
|
|
86
92
|
* @type {ApplicationMockup}
|
|
@@ -295,7 +301,7 @@ export interface ApplicationSet {
|
|
|
295
301
|
*/
|
|
296
302
|
'id': string;
|
|
297
303
|
/**
|
|
298
|
-
* A reference to the resource location
|
|
304
|
+
* A reference to the application set resource location
|
|
299
305
|
* @type {string}
|
|
300
306
|
* @memberof ApplicationSet
|
|
301
307
|
*/
|
|
@@ -362,7 +368,7 @@ export interface ApplicationSet1 {
|
|
|
362
368
|
*/
|
|
363
369
|
'id'?: string;
|
|
364
370
|
/**
|
|
365
|
-
* A reference to the resource location
|
|
371
|
+
* A reference to the application set resource location
|
|
366
372
|
* @type {string}
|
|
367
373
|
* @memberof ApplicationSet1
|
|
368
374
|
*/
|
|
@@ -475,7 +481,7 @@ export interface ApplicationTechnologyIntegrationProduct {
|
|
|
475
481
|
*/
|
|
476
482
|
'sku'?: string;
|
|
477
483
|
/**
|
|
478
|
-
* A reference to the resource location
|
|
484
|
+
* A reference to the integration product resource location
|
|
479
485
|
* @type {string}
|
|
480
486
|
* @memberof ApplicationTechnologyIntegrationProduct
|
|
481
487
|
*/
|
|
@@ -586,6 +592,12 @@ export interface CreateApplication {
|
|
|
586
592
|
* @memberof CreateApplication
|
|
587
593
|
*/
|
|
588
594
|
'src': string;
|
|
595
|
+
/**
|
|
596
|
+
* The group of the application. The src across all applications in the same group will be considered the same src. The is useful for DTF when using the same transfer across multiple products.
|
|
597
|
+
* @type {string}
|
|
598
|
+
* @memberof CreateApplication
|
|
599
|
+
*/
|
|
600
|
+
'group'?: string | null;
|
|
589
601
|
/**
|
|
590
602
|
* If set to true, transfers for this application will not be printed on demand, and will need to be stocked in trays in the factory. Note that this can only be set if the technology is stockable, such as DTF.
|
|
591
603
|
* @type {boolean}
|
|
@@ -1212,13 +1224,13 @@ export interface ImageFile {
|
|
|
1212
1224
|
/**
|
|
1213
1225
|
*
|
|
1214
1226
|
* @export
|
|
1215
|
-
* @interface
|
|
1227
|
+
* @interface InlineObject
|
|
1216
1228
|
*/
|
|
1217
|
-
export interface
|
|
1229
|
+
export interface InlineObject {
|
|
1218
1230
|
/**
|
|
1219
1231
|
* Id of the product import
|
|
1220
1232
|
* @type {string}
|
|
1221
|
-
* @memberof
|
|
1233
|
+
* @memberof InlineObject
|
|
1222
1234
|
*/
|
|
1223
1235
|
'importId'?: string;
|
|
1224
1236
|
}
|
|
@@ -1545,7 +1557,7 @@ export interface ProductApplicationSetsInner {
|
|
|
1545
1557
|
*/
|
|
1546
1558
|
'id'?: string;
|
|
1547
1559
|
/**
|
|
1548
|
-
* A reference to the resource location
|
|
1560
|
+
* A reference to the application set resource location
|
|
1549
1561
|
* @type {string}
|
|
1550
1562
|
* @memberof ProductApplicationSetsInner
|
|
1551
1563
|
*/
|
|
@@ -2405,7 +2417,7 @@ export interface Variant {
|
|
|
2405
2417
|
*/
|
|
2406
2418
|
'sku': string;
|
|
2407
2419
|
/**
|
|
2408
|
-
* A reference to the resource location
|
|
2420
|
+
* A reference to the variant resource location
|
|
2409
2421
|
* @type {string}
|
|
2410
2422
|
* @memberof Variant
|
|
2411
2423
|
*/
|
|
@@ -3218,7 +3230,7 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
|
|
|
3218
3230
|
* @param {*} [options] Override http request option.
|
|
3219
3231
|
* @throws {RequiredError}
|
|
3220
3232
|
*/
|
|
3221
|
-
importProducts(project: string, body?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3233
|
+
importProducts(project: string, body?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineObject>>;
|
|
3222
3234
|
/**
|
|
3223
3235
|
* Lists all store listing products attached to the given project.
|
|
3224
3236
|
* @summary List products
|
|
@@ -3324,7 +3336,7 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
|
|
|
3324
3336
|
* @param {*} [options] Override http request option.
|
|
3325
3337
|
* @throws {RequiredError}
|
|
3326
3338
|
*/
|
|
3327
|
-
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
3339
|
+
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<InlineObject>;
|
|
3328
3340
|
/**
|
|
3329
3341
|
* Lists all store listing products attached to the given project.
|
|
3330
3342
|
* @summary List products
|
|
@@ -3684,7 +3696,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
3684
3696
|
* @throws {RequiredError}
|
|
3685
3697
|
* @memberof ProductsApi
|
|
3686
3698
|
*/
|
|
3687
|
-
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
3699
|
+
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineObject, any>>;
|
|
3688
3700
|
/**
|
|
3689
3701
|
* Lists all store listing products attached to the given project.
|
|
3690
3702
|
* @summary List products
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -81,6 +81,12 @@ export interface Application {
|
|
|
81
81
|
* @memberof Application
|
|
82
82
|
*/
|
|
83
83
|
'src'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* The group of the application. The src across all applications in the same group will be considered the same src. The is useful for DTF when using the same transfer across multiple products.
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof Application
|
|
88
|
+
*/
|
|
89
|
+
'group'?: string | null;
|
|
84
90
|
/**
|
|
85
91
|
*
|
|
86
92
|
* @type {ApplicationMockup}
|
|
@@ -295,7 +301,7 @@ export interface ApplicationSet {
|
|
|
295
301
|
*/
|
|
296
302
|
'id': string;
|
|
297
303
|
/**
|
|
298
|
-
* A reference to the resource location
|
|
304
|
+
* A reference to the application set resource location
|
|
299
305
|
* @type {string}
|
|
300
306
|
* @memberof ApplicationSet
|
|
301
307
|
*/
|
|
@@ -362,7 +368,7 @@ export interface ApplicationSet1 {
|
|
|
362
368
|
*/
|
|
363
369
|
'id'?: string;
|
|
364
370
|
/**
|
|
365
|
-
* A reference to the resource location
|
|
371
|
+
* A reference to the application set resource location
|
|
366
372
|
* @type {string}
|
|
367
373
|
* @memberof ApplicationSet1
|
|
368
374
|
*/
|
|
@@ -475,7 +481,7 @@ export interface ApplicationTechnologyIntegrationProduct {
|
|
|
475
481
|
*/
|
|
476
482
|
'sku'?: string;
|
|
477
483
|
/**
|
|
478
|
-
* A reference to the resource location
|
|
484
|
+
* A reference to the integration product resource location
|
|
479
485
|
* @type {string}
|
|
480
486
|
* @memberof ApplicationTechnologyIntegrationProduct
|
|
481
487
|
*/
|
|
@@ -586,6 +592,12 @@ export interface CreateApplication {
|
|
|
586
592
|
* @memberof CreateApplication
|
|
587
593
|
*/
|
|
588
594
|
'src': string;
|
|
595
|
+
/**
|
|
596
|
+
* The group of the application. The src across all applications in the same group will be considered the same src. The is useful for DTF when using the same transfer across multiple products.
|
|
597
|
+
* @type {string}
|
|
598
|
+
* @memberof CreateApplication
|
|
599
|
+
*/
|
|
600
|
+
'group'?: string | null;
|
|
589
601
|
/**
|
|
590
602
|
* If set to true, transfers for this application will not be printed on demand, and will need to be stocked in trays in the factory. Note that this can only be set if the technology is stockable, such as DTF.
|
|
591
603
|
* @type {boolean}
|
|
@@ -1212,13 +1224,13 @@ export interface ImageFile {
|
|
|
1212
1224
|
/**
|
|
1213
1225
|
*
|
|
1214
1226
|
* @export
|
|
1215
|
-
* @interface
|
|
1227
|
+
* @interface InlineObject
|
|
1216
1228
|
*/
|
|
1217
|
-
export interface
|
|
1229
|
+
export interface InlineObject {
|
|
1218
1230
|
/**
|
|
1219
1231
|
* Id of the product import
|
|
1220
1232
|
* @type {string}
|
|
1221
|
-
* @memberof
|
|
1233
|
+
* @memberof InlineObject
|
|
1222
1234
|
*/
|
|
1223
1235
|
'importId'?: string;
|
|
1224
1236
|
}
|
|
@@ -1545,7 +1557,7 @@ export interface ProductApplicationSetsInner {
|
|
|
1545
1557
|
*/
|
|
1546
1558
|
'id'?: string;
|
|
1547
1559
|
/**
|
|
1548
|
-
* A reference to the resource location
|
|
1560
|
+
* A reference to the application set resource location
|
|
1549
1561
|
* @type {string}
|
|
1550
1562
|
* @memberof ProductApplicationSetsInner
|
|
1551
1563
|
*/
|
|
@@ -2405,7 +2417,7 @@ export interface Variant {
|
|
|
2405
2417
|
*/
|
|
2406
2418
|
'sku': string;
|
|
2407
2419
|
/**
|
|
2408
|
-
* A reference to the resource location
|
|
2420
|
+
* A reference to the variant resource location
|
|
2409
2421
|
* @type {string}
|
|
2410
2422
|
* @memberof Variant
|
|
2411
2423
|
*/
|
|
@@ -3218,7 +3230,7 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
|
|
|
3218
3230
|
* @param {*} [options] Override http request option.
|
|
3219
3231
|
* @throws {RequiredError}
|
|
3220
3232
|
*/
|
|
3221
|
-
importProducts(project: string, body?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3233
|
+
importProducts(project: string, body?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineObject>>;
|
|
3222
3234
|
/**
|
|
3223
3235
|
* Lists all store listing products attached to the given project.
|
|
3224
3236
|
* @summary List products
|
|
@@ -3324,7 +3336,7 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
|
|
|
3324
3336
|
* @param {*} [options] Override http request option.
|
|
3325
3337
|
* @throws {RequiredError}
|
|
3326
3338
|
*/
|
|
3327
|
-
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
3339
|
+
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): AxiosPromise<InlineObject>;
|
|
3328
3340
|
/**
|
|
3329
3341
|
* Lists all store listing products attached to the given project.
|
|
3330
3342
|
* @summary List products
|
|
@@ -3684,7 +3696,7 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
3684
3696
|
* @throws {RequiredError}
|
|
3685
3697
|
* @memberof ProductsApi
|
|
3686
3698
|
*/
|
|
3687
|
-
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
3699
|
+
importProducts(requestParameters: ProductsApiImportProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineObject, any>>;
|
|
3688
3700
|
/**
|
|
3689
3701
|
* Lists all store listing products attached to the given project.
|
|
3690
3702
|
* @summary List products
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.64.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.64.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/Application.md
CHANGED
|
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**placement** | **string** | Placement of the application. Available placements depend on the chosen product and technology. | [default to undefined]
|
|
11
11
|
**additionalInstructions** | **string** | Any additional instructions for the application | [optional] [default to undefined]
|
|
12
12
|
**src** | **string** | Publicly available design file URL. This will fill the design area of the warehouse product. It will be centered horizontally and aligned to the top of the design area. | [optional] [default to undefined]
|
|
13
|
+
**group** | **string** | The group of the application. The src across all applications in the same group will be considered the same src. The is useful for DTF when using the same transfer across multiple products. | [optional] [default to undefined]
|
|
13
14
|
**mockup** | [**ApplicationMockup**](ApplicationMockup.md) | | [optional] [default to undefined]
|
|
14
15
|
**stockedOnly** | **boolean** | If set to true, transfers for this application will not be printed on demand, and will need to be stocked in trays in the factory. Note that this can only be set if the technology is stockable, such as DTF. | [optional] [default to undefined]
|
|
15
16
|
**properties** | [**ApplicationPropertiesProperties**](ApplicationPropertiesProperties.md) | | [optional] [default to undefined]
|
|
@@ -25,6 +26,7 @@ const instance: Application = {
|
|
|
25
26
|
placement,
|
|
26
27
|
additionalInstructions,
|
|
27
28
|
src,
|
|
29
|
+
group,
|
|
28
30
|
mockup,
|
|
29
31
|
stockedOnly,
|
|
30
32
|
properties,
|
package/docs/ApplicationSet.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**id** | **string** | Unique object identifier | [default to undefined]
|
|
9
|
-
**ref** | **string** | A reference to the resource location | [default to undefined]
|
|
9
|
+
**ref** | **string** | A reference to the application set resource location | [default to undefined]
|
|
10
10
|
**name** | **string** | Name of the application set | [default to undefined]
|
|
11
11
|
**description** | **string** | Description of the application set | [optional] [default to undefined]
|
|
12
12
|
**width** | **number** | The width, in pixels of the images in the set | [default to undefined]
|
package/docs/ApplicationSet1.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**id** | **string** | Unique object identifier | [optional] [default to undefined]
|
|
9
|
-
**ref** | **string** | A reference to the resource location | [optional] [default to undefined]
|
|
9
|
+
**ref** | **string** | A reference to the application set resource location | [optional] [default to undefined]
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**sku** | **string** | SKU of the product in the integration | [optional] [default to undefined]
|
|
9
|
-
**ref** | **string** | A reference to the resource location | [optional] [default to undefined]
|
|
9
|
+
**ref** | **string** | A reference to the integration product resource location | [optional] [default to undefined]
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**placement** | **string** | Placement of the application. Available placements depend on the chosen product and technology. | [default to undefined]
|
|
10
10
|
**additionalInstructions** | **string** | Any additional instructions for the application | [optional] [default to undefined]
|
|
11
11
|
**src** | **string** | Publicly available design file URL. This will fill the design area of the warehouse product. It will be centered horizontally and aligned to the top of the design area. | [default to undefined]
|
|
12
|
+
**group** | **string** | The group of the application. The src across all applications in the same group will be considered the same src. The is useful for DTF when using the same transfer across multiple products. | [optional] [default to undefined]
|
|
12
13
|
**stockedOnly** | **boolean** | If set to true, transfers for this application will not be printed on demand, and will need to be stocked in trays in the factory. Note that this can only be set if the technology is stockable, such as DTF. | [optional] [default to undefined]
|
|
13
14
|
**properties** | [**CreateApplicationProperties**](CreateApplicationProperties.md) | | [optional] [default to undefined]
|
|
14
15
|
|
|
@@ -22,6 +23,7 @@ const instance: CreateApplication = {
|
|
|
22
23
|
placement,
|
|
23
24
|
additionalInstructions,
|
|
24
25
|
src,
|
|
26
|
+
group,
|
|
25
27
|
stockedOnly,
|
|
26
28
|
properties,
|
|
27
29
|
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# InlineObject
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**importId** | **string** | Id of the product import | [optional] [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { InlineObject } from '@teemill/product-catalog';
|
|
14
|
+
|
|
15
|
+
const instance: InlineObject = {
|
|
16
|
+
importId,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**id** | **string** | Unique object identifier | [optional] [default to undefined]
|
|
9
|
-
**ref** | **string** | A reference to the resource location | [optional] [default to undefined]
|
|
9
|
+
**ref** | **string** | A reference to the application set resource location | [optional] [default to undefined]
|
|
10
10
|
**name** | **string** | Name of the application set | [optional] [default to undefined]
|
|
11
11
|
|
|
12
12
|
## Example
|
package/docs/ProductsApi.md
CHANGED
|
@@ -374,7 +374,7 @@ const { status, data } = await apiInstance.getProduct(
|
|
|
374
374
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
375
375
|
|
|
376
376
|
# **importProducts**
|
|
377
|
-
>
|
|
377
|
+
> InlineObject importProducts()
|
|
378
378
|
|
|
379
379
|
Initiates a product import from a CSV file. The result will be available as a notification within the dashboard.
|
|
380
380
|
|
|
@@ -408,7 +408,7 @@ const { status, data } = await apiInstance.importProducts(
|
|
|
408
408
|
|
|
409
409
|
### Return type
|
|
410
410
|
|
|
411
|
-
**
|
|
411
|
+
**InlineObject**
|
|
412
412
|
|
|
413
413
|
### Authorization
|
|
414
414
|
|
package/docs/Variant.md
CHANGED
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | Unique object identifier | [optional] [default to undefined]
|
|
9
9
|
**attributes** | [**Array<Attribute>**](Attribute.md) | Attributes associated to a variant such as Colour and Size. An attribute can have thumbnail type of `text`, `color`, or `image`. Attribute tags are intended for grouping and filtering, e.g. by a group of colours. | [default to undefined]
|
|
10
10
|
**sku** | **string** | | [default to undefined]
|
|
11
|
-
**ref** | **string** | A reference to the resource location | [optional] [default to undefined]
|
|
11
|
+
**ref** | **string** | A reference to the variant resource location | [optional] [default to undefined]
|
|
12
12
|
**product** | [**VariantProduct**](VariantProduct.md) | | [optional] [default to undefined]
|
|
13
13
|
**sortOrder** | **number** | | [optional] [readonly] [default to undefined]
|
|
14
14
|
**retailPrice** | [**Price**](Price.md) | | [optional] [default to undefined]
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog API
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.64.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|