@teemill/product-catalog 1.95.0 → 1.95.3
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/VERSION +1 -1
- package/README.md +2 -2
- package/api.ts +15 -15
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +3 -3
- package/dist/api.d.ts +5 -5
- package/dist/api.js +13 -13
- 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 +3 -3
- package/dist/esm/api.d.ts +5 -5
- package/dist/esm/api.js +13 -13
- 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 +3 -3
- 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 +1 -1
- package/docs/CreateApplication.md +1 -1
- package/index.ts +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.22.0
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/product-catalog@1.95.
|
|
1
|
+
## @teemill/product-catalog@1.95.3
|
|
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.95.
|
|
39
|
+
npm install @teemill/product-catalog@1.95.3 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.95.
|
|
7
|
+
* The version of the OpenAPI document: 1.95.3
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -128,7 +128,7 @@ export interface Application {
|
|
|
128
128
|
*/
|
|
129
129
|
'id'?: string;
|
|
130
130
|
/**
|
|
131
|
-
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `
|
|
131
|
+
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead.
|
|
132
132
|
*/
|
|
133
133
|
'technology': ApplicationTechnologyEnum;
|
|
134
134
|
/**
|
|
@@ -165,7 +165,7 @@ export const ApplicationTechnologyEnum = {
|
|
|
165
165
|
Dtf: 'dtf',
|
|
166
166
|
Pretreat: 'pretreat',
|
|
167
167
|
MugSublimation: 'mug_sublimation',
|
|
168
|
-
|
|
168
|
+
MiniSublimation: 'mini_sublimation',
|
|
169
169
|
ManualPrint: 'manual_print',
|
|
170
170
|
AdditionalApplication: 'additional_application',
|
|
171
171
|
NotebookSublimation: 'notebook_sublimation',
|
|
@@ -648,7 +648,7 @@ export interface BundleProduct {
|
|
|
648
648
|
*/
|
|
649
649
|
export interface CreateApplication {
|
|
650
650
|
/**
|
|
651
|
-
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `
|
|
651
|
+
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead.
|
|
652
652
|
*/
|
|
653
653
|
'technology': CreateApplicationTechnologyEnum;
|
|
654
654
|
/**
|
|
@@ -684,7 +684,7 @@ export const CreateApplicationTechnologyEnum = {
|
|
|
684
684
|
Dtf: 'dtf',
|
|
685
685
|
Pretreat: 'pretreat',
|
|
686
686
|
MugSublimation: 'mug_sublimation',
|
|
687
|
-
|
|
687
|
+
MiniSublimation: 'mini_sublimation',
|
|
688
688
|
ManualPrint: 'manual_print',
|
|
689
689
|
AdditionalApplication: 'additional_application',
|
|
690
690
|
NotebookSublimation: 'notebook_sublimation',
|
|
@@ -2560,7 +2560,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration?: C
|
|
|
2560
2560
|
// verify required parameter 'applicationGroupId' is not null or undefined
|
|
2561
2561
|
assertParamExists('deleteApplicationGroup', 'applicationGroupId', applicationGroupId)
|
|
2562
2562
|
const localVarPath = `/v1/catalog/applications/groups/{applicationGroupId}`
|
|
2563
|
-
.replace(
|
|
2563
|
+
.replace('{applicationGroupId}', encodeURIComponent(String(applicationGroupId)));
|
|
2564
2564
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2565
2565
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2566
2566
|
let baseOptions;
|
|
@@ -2608,7 +2608,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration?: C
|
|
|
2608
2608
|
// verify required parameter 'applicationGroupId' is not null or undefined
|
|
2609
2609
|
assertParamExists('getApplicationGroup', 'applicationGroupId', applicationGroupId)
|
|
2610
2610
|
const localVarPath = `/v1/catalog/applications/groups/{applicationGroupId}`
|
|
2611
|
-
.replace(
|
|
2611
|
+
.replace('{applicationGroupId}', encodeURIComponent(String(applicationGroupId)));
|
|
2612
2612
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2613
2613
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2614
2614
|
let baseOptions;
|
|
@@ -2716,7 +2716,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration?: C
|
|
|
2716
2716
|
// verify required parameter 'applicationGroupId' is not null or undefined
|
|
2717
2717
|
assertParamExists('updateApplicationGroup', 'applicationGroupId', applicationGroupId)
|
|
2718
2718
|
const localVarPath = `/v1/catalog/applications/groups/{applicationGroupId}`
|
|
2719
|
-
.replace(
|
|
2719
|
+
.replace('{applicationGroupId}', encodeURIComponent(String(applicationGroupId)));
|
|
2720
2720
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2721
2721
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2722
2722
|
let baseOptions;
|
|
@@ -3114,7 +3114,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration?: Con
|
|
|
3114
3114
|
// verify required parameter 'applicationSetId' is not null or undefined
|
|
3115
3115
|
assertParamExists('deleteApplicationSet', 'applicationSetId', applicationSetId)
|
|
3116
3116
|
const localVarPath = `/v1/catalog/applications/sets/{applicationSetId}`
|
|
3117
|
-
.replace(
|
|
3117
|
+
.replace('{applicationSetId}', encodeURIComponent(String(applicationSetId)));
|
|
3118
3118
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3119
3119
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3120
3120
|
let baseOptions;
|
|
@@ -3162,7 +3162,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration?: Con
|
|
|
3162
3162
|
// verify required parameter 'applicationSetId' is not null or undefined
|
|
3163
3163
|
assertParamExists('getApplicationSet', 'applicationSetId', applicationSetId)
|
|
3164
3164
|
const localVarPath = `/v1/catalog/applications/sets/{applicationSetId}`
|
|
3165
|
-
.replace(
|
|
3165
|
+
.replace('{applicationSetId}', encodeURIComponent(String(applicationSetId)));
|
|
3166
3166
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3167
3167
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3168
3168
|
let baseOptions;
|
|
@@ -3270,7 +3270,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration?: Con
|
|
|
3270
3270
|
// verify required parameter 'applicationSetId' is not null or undefined
|
|
3271
3271
|
assertParamExists('updateApplicationSet', 'applicationSetId', applicationSetId)
|
|
3272
3272
|
const localVarPath = `/v1/catalog/applications/sets/{applicationSetId}`
|
|
3273
|
-
.replace(
|
|
3273
|
+
.replace('{applicationSetId}', encodeURIComponent(String(applicationSetId)));
|
|
3274
3274
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3275
3275
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3276
3276
|
let baseOptions;
|
|
@@ -4839,7 +4839,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
4839
4839
|
// verify required parameter 'productId' is not null or undefined
|
|
4840
4840
|
assertParamExists('deleteProduct', 'productId', productId)
|
|
4841
4841
|
const localVarPath = `/v1/catalog/products/{productId}`
|
|
4842
|
-
.replace(
|
|
4842
|
+
.replace('{productId}', encodeURIComponent(String(productId)));
|
|
4843
4843
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4844
4844
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4845
4845
|
let baseOptions;
|
|
@@ -5062,7 +5062,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
5062
5062
|
// verify required parameter 'productId' is not null or undefined
|
|
5063
5063
|
assertParamExists('getProduct', 'productId', productId)
|
|
5064
5064
|
const localVarPath = `/v1/catalog/products/{productId}`
|
|
5065
|
-
.replace(
|
|
5065
|
+
.replace('{productId}', encodeURIComponent(String(productId)));
|
|
5066
5066
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5067
5067
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5068
5068
|
let baseOptions;
|
|
@@ -5389,7 +5389,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
5389
5389
|
// verify required parameter 'productId' is not null or undefined
|
|
5390
5390
|
assertParamExists('updateProduct', 'productId', productId)
|
|
5391
5391
|
const localVarPath = `/v1/catalog/products/{productId}`
|
|
5392
|
-
.replace(
|
|
5392
|
+
.replace('{productId}', encodeURIComponent(String(productId)));
|
|
5393
5393
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5394
5394
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5395
5395
|
let baseOptions;
|
|
@@ -6312,7 +6312,7 @@ export const VariantsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
6312
6312
|
// verify required parameter 'variantId' is not null or undefined
|
|
6313
6313
|
assertParamExists('getVariant', 'variantId', variantId)
|
|
6314
6314
|
const localVarPath = `/v1/catalog/variants/{variantId}`
|
|
6315
|
-
.replace(
|
|
6315
|
+
.replace('{variantId}', encodeURIComponent(String(variantId)));
|
|
6316
6316
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6317
6317
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6318
6318
|
let baseOptions;
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.95.
|
|
7
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.95.
|
|
7
|
+
* The version of the OpenAPI document: 1.95.3
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Product Catalog
|
|
4
4
|
* 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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.95.
|
|
6
|
+
* The version of the OpenAPI document: 1.95.3
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -115,7 +115,7 @@ export class Configuration {
|
|
|
115
115
|
* @return True if the given MIME is JSON, false otherwise.
|
|
116
116
|
*/
|
|
117
117
|
public isJsonMime(mime: string): boolean {
|
|
118
|
-
const jsonMime: RegExp =
|
|
119
|
-
return mime !== null &&
|
|
118
|
+
const jsonMime: RegExp = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
|
|
119
|
+
return mime !== null && jsonMime.test(mime);
|
|
120
120
|
}
|
|
121
121
|
}
|
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -115,7 +115,7 @@ export interface Application {
|
|
|
115
115
|
*/
|
|
116
116
|
'id'?: string;
|
|
117
117
|
/**
|
|
118
|
-
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `
|
|
118
|
+
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead.
|
|
119
119
|
*/
|
|
120
120
|
'technology': ApplicationTechnologyEnum;
|
|
121
121
|
/**
|
|
@@ -151,7 +151,7 @@ export declare const ApplicationTechnologyEnum: {
|
|
|
151
151
|
readonly Dtf: "dtf";
|
|
152
152
|
readonly Pretreat: "pretreat";
|
|
153
153
|
readonly MugSublimation: "mug_sublimation";
|
|
154
|
-
readonly
|
|
154
|
+
readonly MiniSublimation: "mini_sublimation";
|
|
155
155
|
readonly ManualPrint: "manual_print";
|
|
156
156
|
readonly AdditionalApplication: "additional_application";
|
|
157
157
|
readonly NotebookSublimation: "notebook_sublimation";
|
|
@@ -617,7 +617,7 @@ export interface BundleProduct {
|
|
|
617
617
|
*/
|
|
618
618
|
export interface CreateApplication {
|
|
619
619
|
/**
|
|
620
|
-
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `
|
|
620
|
+
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead.
|
|
621
621
|
*/
|
|
622
622
|
'technology': CreateApplicationTechnologyEnum;
|
|
623
623
|
/**
|
|
@@ -652,7 +652,7 @@ export declare const CreateApplicationTechnologyEnum: {
|
|
|
652
652
|
readonly Dtf: "dtf";
|
|
653
653
|
readonly Pretreat: "pretreat";
|
|
654
654
|
readonly MugSublimation: "mug_sublimation";
|
|
655
|
-
readonly
|
|
655
|
+
readonly MiniSublimation: "mini_sublimation";
|
|
656
656
|
readonly ManualPrint: "manual_print";
|
|
657
657
|
readonly AdditionalApplication: "additional_application";
|
|
658
658
|
readonly NotebookSublimation: "notebook_sublimation";
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.95.
|
|
8
|
+
* The version of the OpenAPI document: 1.95.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -41,7 +41,7 @@ exports.ApplicationTechnologyEnum = {
|
|
|
41
41
|
Dtf: 'dtf',
|
|
42
42
|
Pretreat: 'pretreat',
|
|
43
43
|
MugSublimation: 'mug_sublimation',
|
|
44
|
-
|
|
44
|
+
MiniSublimation: 'mini_sublimation',
|
|
45
45
|
ManualPrint: 'manual_print',
|
|
46
46
|
AdditionalApplication: 'additional_application',
|
|
47
47
|
NotebookSublimation: 'notebook_sublimation',
|
|
@@ -97,7 +97,7 @@ exports.CreateApplicationTechnologyEnum = {
|
|
|
97
97
|
Dtf: 'dtf',
|
|
98
98
|
Pretreat: 'pretreat',
|
|
99
99
|
MugSublimation: 'mug_sublimation',
|
|
100
|
-
|
|
100
|
+
MiniSublimation: 'mini_sublimation',
|
|
101
101
|
ManualPrint: 'manual_print',
|
|
102
102
|
AdditionalApplication: 'additional_application',
|
|
103
103
|
NotebookSublimation: 'notebook_sublimation',
|
|
@@ -224,7 +224,7 @@ const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
|
224
224
|
// verify required parameter 'applicationGroupId' is not null or undefined
|
|
225
225
|
(0, common_1.assertParamExists)('deleteApplicationGroup', 'applicationGroupId', applicationGroupId);
|
|
226
226
|
const localVarPath = `/v1/catalog/applications/groups/{applicationGroupId}`
|
|
227
|
-
.replace(
|
|
227
|
+
.replace('{applicationGroupId}', encodeURIComponent(String(applicationGroupId)));
|
|
228
228
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
229
229
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
230
230
|
let baseOptions;
|
|
@@ -265,7 +265,7 @@ const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
|
265
265
|
// verify required parameter 'applicationGroupId' is not null or undefined
|
|
266
266
|
(0, common_1.assertParamExists)('getApplicationGroup', 'applicationGroupId', applicationGroupId);
|
|
267
267
|
const localVarPath = `/v1/catalog/applications/groups/{applicationGroupId}`
|
|
268
|
-
.replace(
|
|
268
|
+
.replace('{applicationGroupId}', encodeURIComponent(String(applicationGroupId)));
|
|
269
269
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
270
270
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
271
271
|
let baseOptions;
|
|
@@ -356,7 +356,7 @@ const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
|
356
356
|
// verify required parameter 'applicationGroupId' is not null or undefined
|
|
357
357
|
(0, common_1.assertParamExists)('updateApplicationGroup', 'applicationGroupId', applicationGroupId);
|
|
358
358
|
const localVarPath = `/v1/catalog/applications/groups/{applicationGroupId}`
|
|
359
|
-
.replace(
|
|
359
|
+
.replace('{applicationGroupId}', encodeURIComponent(String(applicationGroupId)));
|
|
360
360
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
361
361
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
362
362
|
let baseOptions;
|
|
@@ -659,7 +659,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
|
|
|
659
659
|
// verify required parameter 'applicationSetId' is not null or undefined
|
|
660
660
|
(0, common_1.assertParamExists)('deleteApplicationSet', 'applicationSetId', applicationSetId);
|
|
661
661
|
const localVarPath = `/v1/catalog/applications/sets/{applicationSetId}`
|
|
662
|
-
.replace(
|
|
662
|
+
.replace('{applicationSetId}', encodeURIComponent(String(applicationSetId)));
|
|
663
663
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
664
664
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
665
665
|
let baseOptions;
|
|
@@ -700,7 +700,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
|
|
|
700
700
|
// verify required parameter 'applicationSetId' is not null or undefined
|
|
701
701
|
(0, common_1.assertParamExists)('getApplicationSet', 'applicationSetId', applicationSetId);
|
|
702
702
|
const localVarPath = `/v1/catalog/applications/sets/{applicationSetId}`
|
|
703
|
-
.replace(
|
|
703
|
+
.replace('{applicationSetId}', encodeURIComponent(String(applicationSetId)));
|
|
704
704
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
705
705
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
706
706
|
let baseOptions;
|
|
@@ -791,7 +791,7 @@ const ApplicationSetsApiAxiosParamCreator = function (configuration) {
|
|
|
791
791
|
// verify required parameter 'applicationSetId' is not null or undefined
|
|
792
792
|
(0, common_1.assertParamExists)('updateApplicationSet', 'applicationSetId', applicationSetId);
|
|
793
793
|
const localVarPath = `/v1/catalog/applications/sets/{applicationSetId}`
|
|
794
|
-
.replace(
|
|
794
|
+
.replace('{applicationSetId}', encodeURIComponent(String(applicationSetId)));
|
|
795
795
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
796
796
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
797
797
|
let baseOptions;
|
|
@@ -1924,7 +1924,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
1924
1924
|
// verify required parameter 'productId' is not null or undefined
|
|
1925
1925
|
(0, common_1.assertParamExists)('deleteProduct', 'productId', productId);
|
|
1926
1926
|
const localVarPath = `/v1/catalog/products/{productId}`
|
|
1927
|
-
.replace(
|
|
1927
|
+
.replace('{productId}', encodeURIComponent(String(productId)));
|
|
1928
1928
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1929
1929
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1930
1930
|
let baseOptions;
|
|
@@ -2113,7 +2113,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
2113
2113
|
// verify required parameter 'productId' is not null or undefined
|
|
2114
2114
|
(0, common_1.assertParamExists)('getProduct', 'productId', productId);
|
|
2115
2115
|
const localVarPath = `/v1/catalog/products/{productId}`
|
|
2116
|
-
.replace(
|
|
2116
|
+
.replace('{productId}', encodeURIComponent(String(productId)));
|
|
2117
2117
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2118
2118
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2119
2119
|
let baseOptions;
|
|
@@ -2387,7 +2387,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
2387
2387
|
// verify required parameter 'productId' is not null or undefined
|
|
2388
2388
|
(0, common_1.assertParamExists)('updateProduct', 'productId', productId);
|
|
2389
2389
|
const localVarPath = `/v1/catalog/products/{productId}`
|
|
2390
|
-
.replace(
|
|
2390
|
+
.replace('{productId}', encodeURIComponent(String(productId)));
|
|
2391
2391
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2392
2392
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2393
2393
|
let baseOptions;
|
|
@@ -2987,7 +2987,7 @@ const VariantsApiAxiosParamCreator = function (configuration) {
|
|
|
2987
2987
|
// verify required parameter 'variantId' is not null or undefined
|
|
2988
2988
|
(0, common_1.assertParamExists)('getVariant', 'variantId', variantId);
|
|
2989
2989
|
const localVarPath = `/v1/catalog/variants/{variantId}`
|
|
2990
|
-
.replace(
|
|
2990
|
+
.replace('{variantId}', encodeURIComponent(String(variantId)));
|
|
2991
2991
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2992
2992
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2993
2993
|
let baseOptions;
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.95.
|
|
8
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.95.
|
|
8
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.95.
|
|
7
|
+
* The version of the OpenAPI document: 1.95.3
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -37,8 +37,8 @@ class Configuration {
|
|
|
37
37
|
* @return True if the given MIME is JSON, false otherwise.
|
|
38
38
|
*/
|
|
39
39
|
isJsonMime(mime) {
|
|
40
|
-
const jsonMime =
|
|
41
|
-
return mime !== null &&
|
|
40
|
+
const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
|
|
41
|
+
return mime !== null && jsonMime.test(mime);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.Configuration = Configuration;
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -115,7 +115,7 @@ export interface Application {
|
|
|
115
115
|
*/
|
|
116
116
|
'id'?: string;
|
|
117
117
|
/**
|
|
118
|
-
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `
|
|
118
|
+
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead.
|
|
119
119
|
*/
|
|
120
120
|
'technology': ApplicationTechnologyEnum;
|
|
121
121
|
/**
|
|
@@ -151,7 +151,7 @@ export declare const ApplicationTechnologyEnum: {
|
|
|
151
151
|
readonly Dtf: "dtf";
|
|
152
152
|
readonly Pretreat: "pretreat";
|
|
153
153
|
readonly MugSublimation: "mug_sublimation";
|
|
154
|
-
readonly
|
|
154
|
+
readonly MiniSublimation: "mini_sublimation";
|
|
155
155
|
readonly ManualPrint: "manual_print";
|
|
156
156
|
readonly AdditionalApplication: "additional_application";
|
|
157
157
|
readonly NotebookSublimation: "notebook_sublimation";
|
|
@@ -617,7 +617,7 @@ export interface BundleProduct {
|
|
|
617
617
|
*/
|
|
618
618
|
export interface CreateApplication {
|
|
619
619
|
/**
|
|
620
|
-
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `
|
|
620
|
+
* The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead.
|
|
621
621
|
*/
|
|
622
622
|
'technology': CreateApplicationTechnologyEnum;
|
|
623
623
|
/**
|
|
@@ -652,7 +652,7 @@ export declare const CreateApplicationTechnologyEnum: {
|
|
|
652
652
|
readonly Dtf: "dtf";
|
|
653
653
|
readonly Pretreat: "pretreat";
|
|
654
654
|
readonly MugSublimation: "mug_sublimation";
|
|
655
|
-
readonly
|
|
655
|
+
readonly MiniSublimation: "mini_sublimation";
|
|
656
656
|
readonly ManualPrint: "manual_print";
|
|
657
657
|
readonly AdditionalApplication: "additional_application";
|
|
658
658
|
readonly NotebookSublimation: "notebook_sublimation";
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.95.
|
|
7
|
+
* The version of the OpenAPI document: 1.95.3
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -37,7 +37,7 @@ export const ApplicationTechnologyEnum = {
|
|
|
37
37
|
Dtf: 'dtf',
|
|
38
38
|
Pretreat: 'pretreat',
|
|
39
39
|
MugSublimation: 'mug_sublimation',
|
|
40
|
-
|
|
40
|
+
MiniSublimation: 'mini_sublimation',
|
|
41
41
|
ManualPrint: 'manual_print',
|
|
42
42
|
AdditionalApplication: 'additional_application',
|
|
43
43
|
NotebookSublimation: 'notebook_sublimation',
|
|
@@ -93,7 +93,7 @@ export const CreateApplicationTechnologyEnum = {
|
|
|
93
93
|
Dtf: 'dtf',
|
|
94
94
|
Pretreat: 'pretreat',
|
|
95
95
|
MugSublimation: 'mug_sublimation',
|
|
96
|
-
|
|
96
|
+
MiniSublimation: 'mini_sublimation',
|
|
97
97
|
ManualPrint: 'manual_print',
|
|
98
98
|
AdditionalApplication: 'additional_application',
|
|
99
99
|
NotebookSublimation: 'notebook_sublimation',
|
|
@@ -220,7 +220,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
|
220
220
|
// verify required parameter 'applicationGroupId' is not null or undefined
|
|
221
221
|
assertParamExists('deleteApplicationGroup', 'applicationGroupId', applicationGroupId);
|
|
222
222
|
const localVarPath = `/v1/catalog/applications/groups/{applicationGroupId}`
|
|
223
|
-
.replace(
|
|
223
|
+
.replace('{applicationGroupId}', encodeURIComponent(String(applicationGroupId)));
|
|
224
224
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
225
225
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
226
226
|
let baseOptions;
|
|
@@ -261,7 +261,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
|
261
261
|
// verify required parameter 'applicationGroupId' is not null or undefined
|
|
262
262
|
assertParamExists('getApplicationGroup', 'applicationGroupId', applicationGroupId);
|
|
263
263
|
const localVarPath = `/v1/catalog/applications/groups/{applicationGroupId}`
|
|
264
|
-
.replace(
|
|
264
|
+
.replace('{applicationGroupId}', encodeURIComponent(String(applicationGroupId)));
|
|
265
265
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
266
266
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
267
267
|
let baseOptions;
|
|
@@ -352,7 +352,7 @@ export const ApplicationGroupsApiAxiosParamCreator = function (configuration) {
|
|
|
352
352
|
// verify required parameter 'applicationGroupId' is not null or undefined
|
|
353
353
|
assertParamExists('updateApplicationGroup', 'applicationGroupId', applicationGroupId);
|
|
354
354
|
const localVarPath = `/v1/catalog/applications/groups/{applicationGroupId}`
|
|
355
|
-
.replace(
|
|
355
|
+
.replace('{applicationGroupId}', encodeURIComponent(String(applicationGroupId)));
|
|
356
356
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
357
357
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
358
358
|
let baseOptions;
|
|
@@ -651,7 +651,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
|
|
|
651
651
|
// verify required parameter 'applicationSetId' is not null or undefined
|
|
652
652
|
assertParamExists('deleteApplicationSet', 'applicationSetId', applicationSetId);
|
|
653
653
|
const localVarPath = `/v1/catalog/applications/sets/{applicationSetId}`
|
|
654
|
-
.replace(
|
|
654
|
+
.replace('{applicationSetId}', encodeURIComponent(String(applicationSetId)));
|
|
655
655
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
656
656
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
657
657
|
let baseOptions;
|
|
@@ -692,7 +692,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
|
|
|
692
692
|
// verify required parameter 'applicationSetId' is not null or undefined
|
|
693
693
|
assertParamExists('getApplicationSet', 'applicationSetId', applicationSetId);
|
|
694
694
|
const localVarPath = `/v1/catalog/applications/sets/{applicationSetId}`
|
|
695
|
-
.replace(
|
|
695
|
+
.replace('{applicationSetId}', encodeURIComponent(String(applicationSetId)));
|
|
696
696
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
697
697
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
698
698
|
let baseOptions;
|
|
@@ -783,7 +783,7 @@ export const ApplicationSetsApiAxiosParamCreator = function (configuration) {
|
|
|
783
783
|
// verify required parameter 'applicationSetId' is not null or undefined
|
|
784
784
|
assertParamExists('updateApplicationSet', 'applicationSetId', applicationSetId);
|
|
785
785
|
const localVarPath = `/v1/catalog/applications/sets/{applicationSetId}`
|
|
786
|
-
.replace(
|
|
786
|
+
.replace('{applicationSetId}', encodeURIComponent(String(applicationSetId)));
|
|
787
787
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
788
788
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
789
789
|
let baseOptions;
|
|
@@ -1896,7 +1896,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
1896
1896
|
// verify required parameter 'productId' is not null or undefined
|
|
1897
1897
|
assertParamExists('deleteProduct', 'productId', productId);
|
|
1898
1898
|
const localVarPath = `/v1/catalog/products/{productId}`
|
|
1899
|
-
.replace(
|
|
1899
|
+
.replace('{productId}', encodeURIComponent(String(productId)));
|
|
1900
1900
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1901
1901
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1902
1902
|
let baseOptions;
|
|
@@ -2085,7 +2085,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
2085
2085
|
// verify required parameter 'productId' is not null or undefined
|
|
2086
2086
|
assertParamExists('getProduct', 'productId', productId);
|
|
2087
2087
|
const localVarPath = `/v1/catalog/products/{productId}`
|
|
2088
|
-
.replace(
|
|
2088
|
+
.replace('{productId}', encodeURIComponent(String(productId)));
|
|
2089
2089
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2090
2090
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2091
2091
|
let baseOptions;
|
|
@@ -2359,7 +2359,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
2359
2359
|
// verify required parameter 'productId' is not null or undefined
|
|
2360
2360
|
assertParamExists('updateProduct', 'productId', productId);
|
|
2361
2361
|
const localVarPath = `/v1/catalog/products/{productId}`
|
|
2362
|
-
.replace(
|
|
2362
|
+
.replace('{productId}', encodeURIComponent(String(productId)));
|
|
2363
2363
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2364
2364
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2365
2365
|
let baseOptions;
|
|
@@ -2955,7 +2955,7 @@ export const VariantsApiAxiosParamCreator = function (configuration) {
|
|
|
2955
2955
|
// verify required parameter 'variantId' is not null or undefined
|
|
2956
2956
|
assertParamExists('getVariant', 'variantId', variantId);
|
|
2957
2957
|
const localVarPath = `/v1/catalog/variants/{variantId}`
|
|
2958
|
-
.replace(
|
|
2958
|
+
.replace('{variantId}', encodeURIComponent(String(variantId)));
|
|
2959
2959
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2960
2960
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2961
2961
|
let baseOptions;
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.95.
|
|
7
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.95.
|
|
7
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Product Catalog
|
|
4
4
|
* 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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.95.
|
|
6
|
+
* The version of the OpenAPI document: 1.95.3
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,7 +34,7 @@ export class Configuration {
|
|
|
34
34
|
* @return True if the given MIME is JSON, false otherwise.
|
|
35
35
|
*/
|
|
36
36
|
isJsonMime(mime) {
|
|
37
|
-
const jsonMime =
|
|
38
|
-
return mime !== null &&
|
|
37
|
+
const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
|
|
38
|
+
return mime !== null && jsonMime.test(mime);
|
|
39
39
|
}
|
|
40
40
|
}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.95.
|
|
7
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.95.
|
|
5
|
+
* The version of the OpenAPI document: 1.95.3
|
|
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
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.95.
|
|
8
|
+
* The version of the OpenAPI document: 1.95.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/Application.md
CHANGED
|
@@ -7,7 +7,7 @@ A design application on a product variant, specifying the technology, placement,
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**id** | **string** | The unique identifier of this application. | [optional] [default to undefined]
|
|
10
|
-
**technology** | **string** | The application technology used for this design application. `mug_sublimation` is deprecated. Use `
|
|
10
|
+
**technology** | **string** | The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead. | [default to undefined]
|
|
11
11
|
**placement** | **string** | Placement of the application. Available placements depend on the chosen product and technology. | [default to undefined]
|
|
12
12
|
**additionalInstructions** | **string** | Any additional instructions for the application | [optional] [default to undefined]
|
|
13
13
|
**src** | **string** | Publicly available production print file URL for this application. For raster-only applications, this can also be used directly as the display image. | [optional] [default to undefined]
|
|
@@ -6,7 +6,7 @@ The payload for creating a new design application on a product variant.
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**technology** | **string** | The application technology used for this design application. `mug_sublimation` is deprecated. Use `
|
|
9
|
+
**technology** | **string** | The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead. | [default to undefined]
|
|
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 production print file URL for this application. For raster-only applications, this can also be used directly as the display image. | [default to undefined]
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
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 product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.95.
|
|
7
|
+
* The version of the OpenAPI document: 1.95.3
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teemill/product-catalog",
|
|
3
|
-
"version": "1.95.
|
|
3
|
+
"version": "1.95.3",
|
|
4
4
|
"description": "OpenAPI client for @teemill/product-catalog",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prepare": "npm run build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"axios": "1.
|
|
27
|
+
"axios": "^1.16.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "12.11.5 - 12.20.42",
|