@teemill/product-catalog 1.4.0 → 1.6.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/.openapi-generator/FILES +7 -0
- package/README.md +2 -2
- package/dist/apis/ProductsApi.d.ts +30 -2
- package/dist/apis/ProductsApi.js +131 -1
- package/dist/apis/VariantsApi.d.ts +1 -1
- package/dist/apis/VariantsApi.js +1 -1
- package/dist/models/ApiError.d.ts +1 -1
- package/dist/models/ApiError.js +1 -1
- package/dist/models/Attribute.d.ts +1 -1
- package/dist/models/Attribute.js +1 -1
- package/dist/models/AttributeThumbnail.d.ts +1 -1
- package/dist/models/AttributeThumbnail.js +1 -1
- package/dist/models/CreateProductRequest.d.ts +75 -0
- package/dist/models/CreateProductRequest.js +68 -0
- package/dist/models/CreateProductRequestAdditionalFilesInner.d.ts +31 -0
- package/dist/models/CreateProductRequestAdditionalFilesInner.js +50 -0
- package/dist/models/CreateProductRequestVariantsInner.d.ts +59 -0
- package/dist/models/CreateProductRequestVariantsInner.js +62 -0
- package/dist/models/CreateProductRequestVariantsInnerApplicationsInner.d.ts +59 -0
- package/dist/models/CreateProductRequestVariantsInnerApplicationsInner.js +68 -0
- package/dist/models/CreateProductRequestVariantsInnerAttributesInner.d.ts +37 -0
- package/dist/models/CreateProductRequestVariantsInnerAttributesInner.js +52 -0
- package/dist/models/CreateProductRequestVariantsInnerImagesInner.d.ts +31 -0
- package/dist/models/CreateProductRequestVariantsInnerImagesInner.js +50 -0
- package/dist/models/Image.d.ts +1 -1
- package/dist/models/Image.js +1 -1
- package/dist/models/ImportProducts200Response.d.ts +31 -0
- package/dist/models/ImportProducts200Response.js +50 -0
- package/dist/models/Price.d.ts +1 -1
- package/dist/models/Price.js +1 -1
- package/dist/models/Product.d.ts +8 -1
- package/dist/models/Product.js +4 -1
- package/dist/models/ProductAdditionalFilesInner.d.ts +37 -0
- package/dist/models/ProductAdditionalFilesInner.js +52 -0
- package/dist/models/ProductsResponse.d.ts +1 -1
- package/dist/models/ProductsResponse.js +1 -1
- package/dist/models/Stock.d.ts +1 -1
- package/dist/models/Stock.js +1 -1
- package/dist/models/Variant.d.ts +1 -1
- package/dist/models/Variant.js +1 -1
- package/dist/models/VariantProduct.d.ts +1 -1
- package/dist/models/VariantProduct.js +1 -1
- package/dist/models/VariantsResponse.d.ts +1 -1
- package/dist/models/VariantsResponse.js +1 -1
- package/dist/models/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/ProductsApi.ts +135 -1
- package/src/apis/VariantsApi.ts +1 -1
- package/src/models/ApiError.ts +1 -1
- package/src/models/Attribute.ts +1 -1
- package/src/models/AttributeThumbnail.ts +1 -1
- package/src/models/CreateProductRequest.ts +136 -0
- package/src/models/CreateProductRequestAdditionalFilesInner.ts +65 -0
- package/src/models/CreateProductRequestVariantsInner.ts +122 -0
- package/src/models/CreateProductRequestVariantsInnerApplicationsInner.ts +101 -0
- package/src/models/CreateProductRequestVariantsInnerAttributesInner.ts +73 -0
- package/src/models/CreateProductRequestVariantsInnerImagesInner.ts +65 -0
- package/src/models/Image.ts +1 -1
- package/src/models/ImportProducts200Response.ts +65 -0
- package/src/models/Price.ts +1 -1
- package/src/models/Product.ts +15 -1
- package/src/models/ProductAdditionalFilesInner.ts +73 -0
- package/src/models/ProductsResponse.ts +1 -1
- package/src/models/Stock.ts +1 -1
- package/src/models/Variant.ts +1 -1
- package/src/models/VariantProduct.ts +1 -1
- package/src/models/VariantsResponse.ts +1 -1
- package/src/models/index.ts +7 -0
- package/src/runtime.ts +1 -1
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Product Catalog API
|
|
6
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
|
+
* Contact: hello@teemill.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateProductRequestVariantsInnerToJSON = exports.CreateProductRequestVariantsInnerFromJSONTyped = exports.CreateProductRequestVariantsInnerFromJSON = exports.instanceOfCreateProductRequestVariantsInner = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
18
|
+
var CreateProductRequestVariantsInnerApplicationsInner_1 = require("./CreateProductRequestVariantsInnerApplicationsInner");
|
|
19
|
+
var CreateProductRequestVariantsInnerAttributesInner_1 = require("./CreateProductRequestVariantsInnerAttributesInner");
|
|
20
|
+
var CreateProductRequestVariantsInnerImagesInner_1 = require("./CreateProductRequestVariantsInnerImagesInner");
|
|
21
|
+
var Price_1 = require("./Price");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CreateProductRequestVariantsInner interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCreateProductRequestVariantsInner(value) {
|
|
26
|
+
var isInstance = true;
|
|
27
|
+
return isInstance;
|
|
28
|
+
}
|
|
29
|
+
exports.instanceOfCreateProductRequestVariantsInner = instanceOfCreateProductRequestVariantsInner;
|
|
30
|
+
function CreateProductRequestVariantsInnerFromJSON(json) {
|
|
31
|
+
return CreateProductRequestVariantsInnerFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
exports.CreateProductRequestVariantsInnerFromJSON = CreateProductRequestVariantsInnerFromJSON;
|
|
34
|
+
function CreateProductRequestVariantsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if ((json === undefined) || (json === null)) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'attributes': !(0, runtime_1.exists)(json, 'attributes') ? undefined : (json['attributes'].map(CreateProductRequestVariantsInnerAttributesInner_1.CreateProductRequestVariantsInnerAttributesInnerFromJSON)),
|
|
40
|
+
'retailPrice': !(0, runtime_1.exists)(json, 'retailPrice') ? undefined : (0, Price_1.PriceFromJSON)(json['retailPrice']),
|
|
41
|
+
'sku': !(0, runtime_1.exists)(json, 'sku') ? undefined : json['sku'],
|
|
42
|
+
'applications': !(0, runtime_1.exists)(json, 'applications') ? undefined : (json['applications'].map(CreateProductRequestVariantsInnerApplicationsInner_1.CreateProductRequestVariantsInnerApplicationsInnerFromJSON)),
|
|
43
|
+
'images': !(0, runtime_1.exists)(json, 'images') ? undefined : (json['images'].map(CreateProductRequestVariantsInnerImagesInner_1.CreateProductRequestVariantsInnerImagesInnerFromJSON)),
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
exports.CreateProductRequestVariantsInnerFromJSONTyped = CreateProductRequestVariantsInnerFromJSONTyped;
|
|
47
|
+
function CreateProductRequestVariantsInnerToJSON(value) {
|
|
48
|
+
if (value === undefined) {
|
|
49
|
+
return undefined;
|
|
50
|
+
}
|
|
51
|
+
if (value === null) {
|
|
52
|
+
return null;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'attributes': value.attributes === undefined ? undefined : (value.attributes.map(CreateProductRequestVariantsInnerAttributesInner_1.CreateProductRequestVariantsInnerAttributesInnerToJSON)),
|
|
56
|
+
'retailPrice': (0, Price_1.PriceToJSON)(value.retailPrice),
|
|
57
|
+
'sku': value.sku,
|
|
58
|
+
'applications': value.applications === undefined ? undefined : (value.applications.map(CreateProductRequestVariantsInnerApplicationsInner_1.CreateProductRequestVariantsInnerApplicationsInnerToJSON)),
|
|
59
|
+
'images': value.images === undefined ? undefined : (value.images.map(CreateProductRequestVariantsInnerImagesInner_1.CreateProductRequestVariantsInnerImagesInnerToJSON)),
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
exports.CreateProductRequestVariantsInnerToJSON = CreateProductRequestVariantsInnerToJSON;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Product Catalog API
|
|
3
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateProductRequestVariantsInnerApplicationsInner
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateProductRequestVariantsInnerApplicationsInner {
|
|
18
|
+
/**
|
|
19
|
+
* Technology to use for the application
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateProductRequestVariantsInnerApplicationsInner
|
|
22
|
+
*/
|
|
23
|
+
technology?: CreateProductRequestVariantsInnerApplicationsInnerTechnologyEnum;
|
|
24
|
+
/**
|
|
25
|
+
* Placement of the application
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateProductRequestVariantsInnerApplicationsInner
|
|
28
|
+
*/
|
|
29
|
+
placement?: CreateProductRequestVariantsInnerApplicationsInnerPlacementEnum;
|
|
30
|
+
/**
|
|
31
|
+
* Design file as either a url or base64 encoded string
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateProductRequestVariantsInnerApplicationsInner
|
|
34
|
+
*/
|
|
35
|
+
src?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const CreateProductRequestVariantsInnerApplicationsInnerTechnologyEnum: {
|
|
41
|
+
readonly Dtg: "dtg";
|
|
42
|
+
readonly Embroidery: "embroidery";
|
|
43
|
+
};
|
|
44
|
+
export type CreateProductRequestVariantsInnerApplicationsInnerTechnologyEnum = typeof CreateProductRequestVariantsInnerApplicationsInnerTechnologyEnum[keyof typeof CreateProductRequestVariantsInnerApplicationsInnerTechnologyEnum];
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
*/
|
|
48
|
+
export declare const CreateProductRequestVariantsInnerApplicationsInnerPlacementEnum: {
|
|
49
|
+
readonly Front: "front";
|
|
50
|
+
readonly Back: "back";
|
|
51
|
+
};
|
|
52
|
+
export type CreateProductRequestVariantsInnerApplicationsInnerPlacementEnum = typeof CreateProductRequestVariantsInnerApplicationsInnerPlacementEnum[keyof typeof CreateProductRequestVariantsInnerApplicationsInnerPlacementEnum];
|
|
53
|
+
/**
|
|
54
|
+
* Check if a given object implements the CreateProductRequestVariantsInnerApplicationsInner interface.
|
|
55
|
+
*/
|
|
56
|
+
export declare function instanceOfCreateProductRequestVariantsInnerApplicationsInner(value: object): boolean;
|
|
57
|
+
export declare function CreateProductRequestVariantsInnerApplicationsInnerFromJSON(json: any): CreateProductRequestVariantsInnerApplicationsInner;
|
|
58
|
+
export declare function CreateProductRequestVariantsInnerApplicationsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateProductRequestVariantsInnerApplicationsInner;
|
|
59
|
+
export declare function CreateProductRequestVariantsInnerApplicationsInnerToJSON(value?: CreateProductRequestVariantsInnerApplicationsInner | null): any;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Product Catalog API
|
|
6
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
|
+
* Contact: hello@teemill.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateProductRequestVariantsInnerApplicationsInnerToJSON = exports.CreateProductRequestVariantsInnerApplicationsInnerFromJSONTyped = exports.CreateProductRequestVariantsInnerApplicationsInnerFromJSON = exports.instanceOfCreateProductRequestVariantsInnerApplicationsInner = exports.CreateProductRequestVariantsInnerApplicationsInnerPlacementEnum = exports.CreateProductRequestVariantsInnerApplicationsInnerTechnologyEnum = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* @export
|
|
20
|
+
*/
|
|
21
|
+
exports.CreateProductRequestVariantsInnerApplicationsInnerTechnologyEnum = {
|
|
22
|
+
Dtg: 'dtg',
|
|
23
|
+
Embroidery: 'embroidery'
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
exports.CreateProductRequestVariantsInnerApplicationsInnerPlacementEnum = {
|
|
29
|
+
Front: 'front',
|
|
30
|
+
Back: 'back'
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the CreateProductRequestVariantsInnerApplicationsInner interface.
|
|
34
|
+
*/
|
|
35
|
+
function instanceOfCreateProductRequestVariantsInnerApplicationsInner(value) {
|
|
36
|
+
var isInstance = true;
|
|
37
|
+
return isInstance;
|
|
38
|
+
}
|
|
39
|
+
exports.instanceOfCreateProductRequestVariantsInnerApplicationsInner = instanceOfCreateProductRequestVariantsInnerApplicationsInner;
|
|
40
|
+
function CreateProductRequestVariantsInnerApplicationsInnerFromJSON(json) {
|
|
41
|
+
return CreateProductRequestVariantsInnerApplicationsInnerFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
exports.CreateProductRequestVariantsInnerApplicationsInnerFromJSON = CreateProductRequestVariantsInnerApplicationsInnerFromJSON;
|
|
44
|
+
function CreateProductRequestVariantsInnerApplicationsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
if ((json === undefined) || (json === null)) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'technology': !(0, runtime_1.exists)(json, 'technology') ? undefined : json['technology'],
|
|
50
|
+
'placement': !(0, runtime_1.exists)(json, 'placement') ? undefined : json['placement'],
|
|
51
|
+
'src': !(0, runtime_1.exists)(json, 'src') ? undefined : json['src'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
exports.CreateProductRequestVariantsInnerApplicationsInnerFromJSONTyped = CreateProductRequestVariantsInnerApplicationsInnerFromJSONTyped;
|
|
55
|
+
function CreateProductRequestVariantsInnerApplicationsInnerToJSON(value) {
|
|
56
|
+
if (value === undefined) {
|
|
57
|
+
return undefined;
|
|
58
|
+
}
|
|
59
|
+
if (value === null) {
|
|
60
|
+
return null;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
'technology': value.technology,
|
|
64
|
+
'placement': value.placement,
|
|
65
|
+
'src': value.src,
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
exports.CreateProductRequestVariantsInnerApplicationsInnerToJSON = CreateProductRequestVariantsInnerApplicationsInnerToJSON;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Product Catalog API
|
|
3
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateProductRequestVariantsInnerAttributesInner
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateProductRequestVariantsInnerAttributesInner {
|
|
18
|
+
/**
|
|
19
|
+
* Attribute name
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateProductRequestVariantsInnerAttributesInner
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Attribute value
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateProductRequestVariantsInnerAttributesInner
|
|
28
|
+
*/
|
|
29
|
+
value?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CreateProductRequestVariantsInnerAttributesInner interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCreateProductRequestVariantsInnerAttributesInner(value: object): boolean;
|
|
35
|
+
export declare function CreateProductRequestVariantsInnerAttributesInnerFromJSON(json: any): CreateProductRequestVariantsInnerAttributesInner;
|
|
36
|
+
export declare function CreateProductRequestVariantsInnerAttributesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateProductRequestVariantsInnerAttributesInner;
|
|
37
|
+
export declare function CreateProductRequestVariantsInnerAttributesInnerToJSON(value?: CreateProductRequestVariantsInnerAttributesInner | null): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Product Catalog API
|
|
6
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
|
+
* Contact: hello@teemill.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateProductRequestVariantsInnerAttributesInnerToJSON = exports.CreateProductRequestVariantsInnerAttributesInnerFromJSONTyped = exports.CreateProductRequestVariantsInnerAttributesInnerFromJSON = exports.instanceOfCreateProductRequestVariantsInnerAttributesInner = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the CreateProductRequestVariantsInnerAttributesInner interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfCreateProductRequestVariantsInnerAttributesInner(value) {
|
|
22
|
+
var isInstance = true;
|
|
23
|
+
return isInstance;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfCreateProductRequestVariantsInnerAttributesInner = instanceOfCreateProductRequestVariantsInnerAttributesInner;
|
|
26
|
+
function CreateProductRequestVariantsInnerAttributesInnerFromJSON(json) {
|
|
27
|
+
return CreateProductRequestVariantsInnerAttributesInnerFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.CreateProductRequestVariantsInnerAttributesInnerFromJSON = CreateProductRequestVariantsInnerAttributesInnerFromJSON;
|
|
30
|
+
function CreateProductRequestVariantsInnerAttributesInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
36
|
+
'value': !(0, runtime_1.exists)(json, 'value') ? undefined : json['value'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
exports.CreateProductRequestVariantsInnerAttributesInnerFromJSONTyped = CreateProductRequestVariantsInnerAttributesInnerFromJSONTyped;
|
|
40
|
+
function CreateProductRequestVariantsInnerAttributesInnerToJSON(value) {
|
|
41
|
+
if (value === undefined) {
|
|
42
|
+
return undefined;
|
|
43
|
+
}
|
|
44
|
+
if (value === null) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'name': value.name,
|
|
49
|
+
'value': value.value,
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
exports.CreateProductRequestVariantsInnerAttributesInnerToJSON = CreateProductRequestVariantsInnerAttributesInnerToJSON;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Product Catalog API
|
|
3
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateProductRequestVariantsInnerImagesInner
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateProductRequestVariantsInnerImagesInner {
|
|
18
|
+
/**
|
|
19
|
+
* File url
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateProductRequestVariantsInnerImagesInner
|
|
22
|
+
*/
|
|
23
|
+
src?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the CreateProductRequestVariantsInnerImagesInner interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfCreateProductRequestVariantsInnerImagesInner(value: object): boolean;
|
|
29
|
+
export declare function CreateProductRequestVariantsInnerImagesInnerFromJSON(json: any): CreateProductRequestVariantsInnerImagesInner;
|
|
30
|
+
export declare function CreateProductRequestVariantsInnerImagesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateProductRequestVariantsInnerImagesInner;
|
|
31
|
+
export declare function CreateProductRequestVariantsInnerImagesInnerToJSON(value?: CreateProductRequestVariantsInnerImagesInner | null): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Product Catalog API
|
|
6
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
|
+
* Contact: hello@teemill.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateProductRequestVariantsInnerImagesInnerToJSON = exports.CreateProductRequestVariantsInnerImagesInnerFromJSONTyped = exports.CreateProductRequestVariantsInnerImagesInnerFromJSON = exports.instanceOfCreateProductRequestVariantsInnerImagesInner = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the CreateProductRequestVariantsInnerImagesInner interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfCreateProductRequestVariantsInnerImagesInner(value) {
|
|
22
|
+
var isInstance = true;
|
|
23
|
+
return isInstance;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfCreateProductRequestVariantsInnerImagesInner = instanceOfCreateProductRequestVariantsInnerImagesInner;
|
|
26
|
+
function CreateProductRequestVariantsInnerImagesInnerFromJSON(json) {
|
|
27
|
+
return CreateProductRequestVariantsInnerImagesInnerFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.CreateProductRequestVariantsInnerImagesInnerFromJSON = CreateProductRequestVariantsInnerImagesInnerFromJSON;
|
|
30
|
+
function CreateProductRequestVariantsInnerImagesInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'src': !(0, runtime_1.exists)(json, 'src') ? undefined : json['src'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.CreateProductRequestVariantsInnerImagesInnerFromJSONTyped = CreateProductRequestVariantsInnerImagesInnerFromJSONTyped;
|
|
39
|
+
function CreateProductRequestVariantsInnerImagesInnerToJSON(value) {
|
|
40
|
+
if (value === undefined) {
|
|
41
|
+
return undefined;
|
|
42
|
+
}
|
|
43
|
+
if (value === null) {
|
|
44
|
+
return null;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'src': value.src,
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
exports.CreateProductRequestVariantsInnerImagesInnerToJSON = CreateProductRequestVariantsInnerImagesInnerToJSON;
|
package/dist/models/Image.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Image.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Product Catalog API
|
|
3
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ImportProducts200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface ImportProducts200Response {
|
|
18
|
+
/**
|
|
19
|
+
* Id of the product import
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ImportProducts200Response
|
|
22
|
+
*/
|
|
23
|
+
importId?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the ImportProducts200Response interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfImportProducts200Response(value: object): boolean;
|
|
29
|
+
export declare function ImportProducts200ResponseFromJSON(json: any): ImportProducts200Response;
|
|
30
|
+
export declare function ImportProducts200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ImportProducts200Response;
|
|
31
|
+
export declare function ImportProducts200ResponseToJSON(value?: ImportProducts200Response | null): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Product Catalog API
|
|
6
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
|
+
* Contact: hello@teemill.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ImportProducts200ResponseToJSON = exports.ImportProducts200ResponseFromJSONTyped = exports.ImportProducts200ResponseFromJSON = exports.instanceOfImportProducts200Response = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the ImportProducts200Response interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfImportProducts200Response(value) {
|
|
22
|
+
var isInstance = true;
|
|
23
|
+
return isInstance;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfImportProducts200Response = instanceOfImportProducts200Response;
|
|
26
|
+
function ImportProducts200ResponseFromJSON(json) {
|
|
27
|
+
return ImportProducts200ResponseFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.ImportProducts200ResponseFromJSON = ImportProducts200ResponseFromJSON;
|
|
30
|
+
function ImportProducts200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'importId': !(0, runtime_1.exists)(json, 'importId') ? undefined : json['importId'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.ImportProducts200ResponseFromJSONTyped = ImportProducts200ResponseFromJSONTyped;
|
|
39
|
+
function ImportProducts200ResponseToJSON(value) {
|
|
40
|
+
if (value === undefined) {
|
|
41
|
+
return undefined;
|
|
42
|
+
}
|
|
43
|
+
if (value === null) {
|
|
44
|
+
return null;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'importId': value.importId,
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
exports.ImportProducts200ResponseToJSON = ImportProducts200ResponseToJSON;
|
package/dist/models/Price.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Price.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Product.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Image } from './Image';
|
|
13
|
+
import type { ProductAdditionalFilesInner } from './ProductAdditionalFilesInner';
|
|
13
14
|
import type { Variant } from './Variant';
|
|
14
15
|
/**
|
|
15
16
|
*
|
|
@@ -83,6 +84,12 @@ export interface Product {
|
|
|
83
84
|
* @memberof Product
|
|
84
85
|
*/
|
|
85
86
|
variants?: Array<Variant>;
|
|
87
|
+
/**
|
|
88
|
+
* Additional files
|
|
89
|
+
* @type {Array<ProductAdditionalFilesInner>}
|
|
90
|
+
* @memberof Product
|
|
91
|
+
*/
|
|
92
|
+
additionalFiles?: Array<ProductAdditionalFilesInner>;
|
|
86
93
|
}
|
|
87
94
|
/**
|
|
88
95
|
* Check if a given object implements the Product interface.
|
package/dist/models/Product.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.ProductToJSON = exports.ProductFromJSONTyped = exports.ProductFromJSON = exports.instanceOfProduct = void 0;
|
|
17
17
|
var runtime_1 = require("../runtime");
|
|
18
18
|
var Image_1 = require("./Image");
|
|
19
|
+
var ProductAdditionalFilesInner_1 = require("./ProductAdditionalFilesInner");
|
|
19
20
|
var Variant_1 = require("./Variant");
|
|
20
21
|
/**
|
|
21
22
|
* Check if a given object implements the Product interface.
|
|
@@ -47,6 +48,7 @@ function ProductFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
48
|
'publishedAt': !(0, runtime_1.exists)(json, 'publishedAt') ? undefined : (new Date(json['publishedAt'])),
|
|
48
49
|
'images': !(0, runtime_1.exists)(json, 'images') ? undefined : (json['images'].map(Image_1.ImageFromJSON)),
|
|
49
50
|
'variants': !(0, runtime_1.exists)(json, 'variants') ? undefined : (json['variants'].map(Variant_1.VariantFromJSON)),
|
|
51
|
+
'additionalFiles': !(0, runtime_1.exists)(json, 'additionalFiles') ? undefined : (json['additionalFiles'].map(ProductAdditionalFilesInner_1.ProductAdditionalFilesInnerFromJSON)),
|
|
50
52
|
};
|
|
51
53
|
}
|
|
52
54
|
exports.ProductFromJSONTyped = ProductFromJSONTyped;
|
|
@@ -68,6 +70,7 @@ function ProductToJSON(value) {
|
|
|
68
70
|
'publishedAt': value.publishedAt === undefined ? undefined : (value.publishedAt.toISOString()),
|
|
69
71
|
'images': value.images === undefined ? undefined : (value.images.map(Image_1.ImageToJSON)),
|
|
70
72
|
'variants': value.variants === undefined ? undefined : (value.variants.map(Variant_1.VariantToJSON)),
|
|
73
|
+
'additionalFiles': value.additionalFiles === undefined ? undefined : (value.additionalFiles.map(ProductAdditionalFilesInner_1.ProductAdditionalFilesInnerToJSON)),
|
|
71
74
|
};
|
|
72
75
|
}
|
|
73
76
|
exports.ProductToJSON = ProductToJSON;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Product Catalog API
|
|
3
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ProductAdditionalFilesInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ProductAdditionalFilesInner {
|
|
18
|
+
/**
|
|
19
|
+
* Unique object identifier
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProductAdditionalFilesInner
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
* File url
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ProductAdditionalFilesInner
|
|
28
|
+
*/
|
|
29
|
+
src?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ProductAdditionalFilesInner interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfProductAdditionalFilesInner(value: object): boolean;
|
|
35
|
+
export declare function ProductAdditionalFilesInnerFromJSON(json: any): ProductAdditionalFilesInner;
|
|
36
|
+
export declare function ProductAdditionalFilesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProductAdditionalFilesInner;
|
|
37
|
+
export declare function ProductAdditionalFilesInnerToJSON(value?: ProductAdditionalFilesInner | null): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Product Catalog API
|
|
6
|
+
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
|
+
* Contact: hello@teemill.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ProductAdditionalFilesInnerToJSON = exports.ProductAdditionalFilesInnerFromJSONTyped = exports.ProductAdditionalFilesInnerFromJSON = exports.instanceOfProductAdditionalFilesInner = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the ProductAdditionalFilesInner interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfProductAdditionalFilesInner(value) {
|
|
22
|
+
var isInstance = true;
|
|
23
|
+
return isInstance;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfProductAdditionalFilesInner = instanceOfProductAdditionalFilesInner;
|
|
26
|
+
function ProductAdditionalFilesInnerFromJSON(json) {
|
|
27
|
+
return ProductAdditionalFilesInnerFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.ProductAdditionalFilesInnerFromJSON = ProductAdditionalFilesInnerFromJSON;
|
|
30
|
+
function ProductAdditionalFilesInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'id': !(0, runtime_1.exists)(json, 'id') ? undefined : json['id'],
|
|
36
|
+
'src': !(0, runtime_1.exists)(json, 'src') ? undefined : json['src'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
exports.ProductAdditionalFilesInnerFromJSONTyped = ProductAdditionalFilesInnerFromJSONTyped;
|
|
40
|
+
function ProductAdditionalFilesInnerToJSON(value) {
|
|
41
|
+
if (value === undefined) {
|
|
42
|
+
return undefined;
|
|
43
|
+
}
|
|
44
|
+
if (value === null) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'id': value.id,
|
|
49
|
+
'src': value.src,
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
exports.ProductAdditionalFilesInnerToJSON = ProductAdditionalFilesInnerToJSON;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog API
|
|
3
3
|
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog API
|
|
6
6
|
* Manage Teemill Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.0
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|