@teemill/product-catalog 1.90.0 → 1.90.2

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.
@@ -1,6 +1,5 @@
1
1
  .gitignore
2
2
  .npmignore
3
- .openapi-generator-ignore
4
3
  README.md
5
4
  api.ts
6
5
  base.ts
@@ -1 +1 @@
1
- 7.20.0
1
+ 7.21.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/product-catalog@1.90.0
1
+ ## @teemill/product-catalog@1.90.2
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.90.0 --save
39
+ npm install @teemill/product-catalog@1.90.2 --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.90.0
7
+ * The version of the OpenAPI document: 1.90.2
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@ export interface Action {
48
48
  export const ActionImpactEnum = {
49
49
  High: 'high',
50
50
  Medium: 'medium',
51
- Low: 'low'
51
+ Low: 'low',
52
52
  } as const;
53
53
 
54
54
  export type ActionImpactEnum = typeof ActionImpactEnum[keyof typeof ActionImpactEnum];
@@ -104,7 +104,7 @@ export interface Application {
104
104
  */
105
105
  'id'?: string;
106
106
  /**
107
- * Technology to use for the application.
107
+ * The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead.
108
108
  */
109
109
  'technology': ApplicationTechnologyEnum;
110
110
  /**
@@ -137,11 +137,12 @@ export const ApplicationTechnologyEnum = {
137
137
  Dtf: 'dtf',
138
138
  Pretreat: 'pretreat',
139
139
  MugSublimation: 'mug_sublimation',
140
+ SublimationSmall: 'sublimation_small',
140
141
  ManualPrint: 'manual_print',
141
142
  AdditionalApplication: 'additional_application',
142
143
  NotebookSublimation: 'notebook_sublimation',
143
144
  DuplexPrint: 'duplex_print',
144
- DuplexInsert: 'duplex_insert'
145
+ DuplexInsert: 'duplex_insert',
145
146
  } as const;
146
147
 
147
148
  export type ApplicationTechnologyEnum = typeof ApplicationTechnologyEnum[keyof typeof ApplicationTechnologyEnum];
@@ -150,7 +151,7 @@ export const ApplicationPlacementEnum = {
150
151
  Back: 'back',
151
152
  Left: 'left',
152
153
  Right: 'right',
153
- Neck: 'neck'
154
+ Neck: 'neck',
154
155
  } as const;
155
156
 
156
157
  export type ApplicationPlacementEnum = typeof ApplicationPlacementEnum[keyof typeof ApplicationPlacementEnum];
@@ -227,7 +228,7 @@ export const ApplicationPropertiesPersonalizationRulesFitEnum = {
227
228
  Contain: 'contain',
228
229
  Cover: 'cover',
229
230
  Stretch: 'stretch',
230
- Crop: 'crop'
231
+ Crop: 'crop',
231
232
  } as const;
232
233
 
233
234
  export type ApplicationPropertiesPersonalizationRulesFitEnum = typeof ApplicationPropertiesPersonalizationRulesFitEnum[keyof typeof ApplicationPropertiesPersonalizationRulesFitEnum];
@@ -308,14 +309,14 @@ export const ApplicationPropertiesPropertiesFontWeightEnum = {
308
309
  Lighter: 'lighter',
309
310
  Normal: 'normal',
310
311
  Bold: 'bold',
311
- Bolder: 'bolder'
312
+ Bolder: 'bolder',
312
313
  } as const;
313
314
 
314
315
  export type ApplicationPropertiesPropertiesFontWeightEnum = typeof ApplicationPropertiesPropertiesFontWeightEnum[keyof typeof ApplicationPropertiesPropertiesFontWeightEnum];
315
316
  export const ApplicationPropertiesPropertiesFontStyleEnum = {
316
317
  Normal: 'normal',
317
318
  Italic: 'italic',
318
- Oblique: 'oblique'
319
+ Oblique: 'oblique',
319
320
  } as const;
320
321
 
321
322
  export type ApplicationPropertiesPropertiesFontStyleEnum = typeof ApplicationPropertiesPropertiesFontStyleEnum[keyof typeof ApplicationPropertiesPropertiesFontStyleEnum];
@@ -442,7 +443,7 @@ export interface AttributeThumbnail {
442
443
  export const AttributeThumbnailTypeEnum = {
443
444
  Text: 'text',
444
445
  Color: 'color',
445
- Image: 'image'
446
+ Image: 'image',
446
447
  } as const;
447
448
 
448
449
  export type AttributeThumbnailTypeEnum = typeof AttributeThumbnailTypeEnum[keyof typeof AttributeThumbnailTypeEnum];
@@ -540,7 +541,7 @@ export interface BundleProduct {
540
541
  }
541
542
  export interface CreateApplication {
542
543
  /**
543
- * Technology to use for the application.
544
+ * The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead.
544
545
  */
545
546
  'technology': CreateApplicationTechnologyEnum;
546
547
  /**
@@ -572,11 +573,12 @@ export const CreateApplicationTechnologyEnum = {
572
573
  Dtf: 'dtf',
573
574
  Pretreat: 'pretreat',
574
575
  MugSublimation: 'mug_sublimation',
576
+ SublimationSmall: 'sublimation_small',
575
577
  ManualPrint: 'manual_print',
576
578
  AdditionalApplication: 'additional_application',
577
579
  NotebookSublimation: 'notebook_sublimation',
578
580
  DuplexPrint: 'duplex_print',
579
- DuplexInsert: 'duplex_insert'
581
+ DuplexInsert: 'duplex_insert',
580
582
  } as const;
581
583
 
582
584
  export type CreateApplicationTechnologyEnum = typeof CreateApplicationTechnologyEnum[keyof typeof CreateApplicationTechnologyEnum];
@@ -585,7 +587,7 @@ export const CreateApplicationPlacementEnum = {
585
587
  Back: 'back',
586
588
  Left: 'left',
587
589
  Right: 'right',
588
- Neck: 'neck'
590
+ Neck: 'neck',
589
591
  } as const;
590
592
 
591
593
  export type CreateApplicationPlacementEnum = typeof CreateApplicationPlacementEnum[keyof typeof CreateApplicationPlacementEnum];
@@ -642,14 +644,14 @@ export const CreateApplicationPropertiesFontWeightEnum = {
642
644
  Lighter: 'lighter',
643
645
  Normal: 'normal',
644
646
  Bold: 'bold',
645
- Bolder: 'bolder'
647
+ Bolder: 'bolder',
646
648
  } as const;
647
649
 
648
650
  export type CreateApplicationPropertiesFontWeightEnum = typeof CreateApplicationPropertiesFontWeightEnum[keyof typeof CreateApplicationPropertiesFontWeightEnum];
649
651
  export const CreateApplicationPropertiesFontStyleEnum = {
650
652
  Normal: 'normal',
651
653
  Italic: 'italic',
652
- Oblique: 'oblique'
654
+ Oblique: 'oblique',
653
655
  } as const;
654
656
 
655
657
  export type CreateApplicationPropertiesFontStyleEnum = typeof CreateApplicationPropertiesFontStyleEnum[keyof typeof CreateApplicationPropertiesFontStyleEnum];
@@ -965,7 +967,7 @@ export interface CreateProductVariantAttributesInner {
965
967
 
966
968
  export const CreateProductVariantAttributesInnerNameEnum = {
967
969
  Size: 'Size',
968
- Colour: 'Colour'
970
+ Colour: 'Colour',
969
971
  } as const;
970
972
 
971
973
  export type CreateProductVariantAttributesInnerNameEnum = typeof CreateProductVariantAttributesInnerNameEnum[keyof typeof CreateProductVariantAttributesInnerNameEnum];
@@ -1081,7 +1083,7 @@ export interface License {
1081
1083
  */
1082
1084
  'id'?: string;
1083
1085
  /**
1084
- * The date and time the license will expire
1086
+ * The date the license will expire
1085
1087
  */
1086
1088
  'expiresAt'?: string;
1087
1089
  }
@@ -1137,7 +1139,7 @@ export interface Price {
1137
1139
  }
1138
1140
 
1139
1141
  export const PriceCurrencyCodeEnum = {
1140
- Gbp: 'GBP'
1142
+ Gbp: 'GBP',
1141
1143
  } as const;
1142
1144
 
1143
1145
  export type PriceCurrencyCodeEnum = typeof PriceCurrencyCodeEnum[keyof typeof PriceCurrencyCodeEnum];
@@ -1440,7 +1442,7 @@ export interface Recommendation {
1440
1442
  export const RecommendationPriorityEnum = {
1441
1443
  High: 'high',
1442
1444
  Medium: 'medium',
1443
- Low: 'low'
1445
+ Low: 'low',
1444
1446
  } as const;
1445
1447
 
1446
1448
  export type RecommendationPriorityEnum = typeof RecommendationPriorityEnum[keyof typeof RecommendationPriorityEnum];
@@ -1460,7 +1462,7 @@ export interface RequiredPrice {
1460
1462
  }
1461
1463
 
1462
1464
  export const RequiredPriceCurrencyCodeEnum = {
1463
- Gbp: 'GBP'
1465
+ Gbp: 'GBP',
1464
1466
  } as const;
1465
1467
 
1466
1468
  export type RequiredPriceCurrencyCodeEnum = typeof RequiredPriceCurrencyCodeEnum[keyof typeof RequiredPriceCurrencyCodeEnum];
@@ -1510,7 +1512,7 @@ export interface SalePrice {
1510
1512
  }
1511
1513
 
1512
1514
  export const SalePriceCurrencyCodeEnum = {
1513
- Gbp: 'GBP'
1515
+ Gbp: 'GBP',
1514
1516
  } as const;
1515
1517
 
1516
1518
  export type SalePriceCurrencyCodeEnum = typeof SalePriceCurrencyCodeEnum[keyof typeof SalePriceCurrencyCodeEnum];
@@ -1582,14 +1584,14 @@ export const TextApplicationPropertiesFontWeightEnum = {
1582
1584
  Lighter: 'lighter',
1583
1585
  Normal: 'normal',
1584
1586
  Bold: 'bold',
1585
- Bolder: 'bolder'
1587
+ Bolder: 'bolder',
1586
1588
  } as const;
1587
1589
 
1588
1590
  export type TextApplicationPropertiesFontWeightEnum = typeof TextApplicationPropertiesFontWeightEnum[keyof typeof TextApplicationPropertiesFontWeightEnum];
1589
1591
  export const TextApplicationPropertiesFontStyleEnum = {
1590
1592
  Normal: 'normal',
1591
1593
  Italic: 'italic',
1592
- Oblique: 'oblique'
1594
+ Oblique: 'oblique',
1593
1595
  } as const;
1594
1596
 
1595
1597
  export type TextApplicationPropertiesFontStyleEnum = typeof TextApplicationPropertiesFontStyleEnum[keyof typeof TextApplicationPropertiesFontStyleEnum];
@@ -1608,7 +1610,7 @@ export interface TextApplicationPropertiesPersonalization {
1608
1610
 
1609
1611
  export const TextApplicationPropertiesPersonalizationTypeEnum = {
1610
1612
  Text: 'text',
1611
- Number: 'number'
1613
+ Number: 'number',
1612
1614
  } as const;
1613
1615
 
1614
1616
  export type TextApplicationPropertiesPersonalizationTypeEnum = typeof TextApplicationPropertiesPersonalizationTypeEnum[keyof typeof TextApplicationPropertiesPersonalizationTypeEnum];
@@ -1898,7 +1900,7 @@ export interface UpdateProductsRequestProductsInnerLicense {
1898
1900
  */
1899
1901
  'id': string;
1900
1902
  /**
1901
- * The date and time the license will expire
1903
+ * The date the license will expire
1902
1904
  */
1903
1905
  'expiresAt': string;
1904
1906
  }
@@ -1946,7 +1948,7 @@ export interface UpdateProductsRequestProductsInnerVariantsInnerAttributesInner
1946
1948
 
1947
1949
  export const UpdateProductsRequestProductsInnerVariantsInnerAttributesInnerNameEnum = {
1948
1950
  Size: 'Size',
1949
- Colour: 'Colour'
1951
+ Colour: 'Colour',
1950
1952
  } as const;
1951
1953
 
1952
1954
  export type UpdateProductsRequestProductsInnerVariantsInnerAttributesInnerNameEnum = typeof UpdateProductsRequestProductsInnerVariantsInnerAttributesInnerNameEnum[keyof typeof UpdateProductsRequestProductsInnerVariantsInnerAttributesInnerNameEnum];
@@ -1973,7 +1975,7 @@ export interface UpdateProductsRequestProductsInnerVariantsInnerRetailPrice {
1973
1975
  }
1974
1976
 
1975
1977
  export const UpdateProductsRequestProductsInnerVariantsInnerRetailPriceCurrencyCodeEnum = {
1976
- Gbp: 'GBP'
1978
+ Gbp: 'GBP',
1977
1979
  } as const;
1978
1980
 
1979
1981
  export type UpdateProductsRequestProductsInnerVariantsInnerRetailPriceCurrencyCodeEnum = typeof UpdateProductsRequestProductsInnerVariantsInnerRetailPriceCurrencyCodeEnum[keyof typeof UpdateProductsRequestProductsInnerVariantsInnerRetailPriceCurrencyCodeEnum];
@@ -1993,7 +1995,7 @@ export interface UpdateProductsRequestProductsInnerVariantsInnerSalePrice {
1993
1995
  }
1994
1996
 
1995
1997
  export const UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCodeEnum = {
1996
- Gbp: 'GBP'
1998
+ Gbp: 'GBP',
1997
1999
  } as const;
1998
2000
 
1999
2001
  export type UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCodeEnum = typeof UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCodeEnum[keyof typeof UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCodeEnum];
@@ -5644,12 +5646,12 @@ export class ProductsApi extends BaseAPI {
5644
5646
 
5645
5647
  export const ExportProductsDateFilterTypeEnum = {
5646
5648
  CreatedAt: 'createdAt',
5647
- UpdatedAt: 'updatedAt'
5649
+ UpdatedAt: 'updatedAt',
5648
5650
  } as const;
5649
5651
  export type ExportProductsDateFilterTypeEnum = typeof ExportProductsDateFilterTypeEnum[keyof typeof ExportProductsDateFilterTypeEnum];
5650
5652
  export const ListProductsDateFilterTypeEnum = {
5651
5653
  CreatedAt: 'createdAt',
5652
- UpdatedAt: 'updatedAt'
5654
+ UpdatedAt: 'updatedAt',
5653
5655
  } as const;
5654
5656
  export type ListProductsDateFilterTypeEnum = typeof ListProductsDateFilterTypeEnum[keyof typeof ListProductsDateFilterTypeEnum];
5655
5657
 
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.90.0
7
+ * The version of the OpenAPI document: 1.90.2
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.90.0
7
+ * The version of the OpenAPI document: 1.90.2
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.90.0
6
+ * The version of the OpenAPI document: 1.90.2
7
7
  *
8
8
  *
9
9
  * 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
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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -91,7 +91,7 @@ export interface Application {
91
91
  */
92
92
  'id'?: string;
93
93
  /**
94
- * Technology to use for the application.
94
+ * The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead.
95
95
  */
96
96
  'technology': ApplicationTechnologyEnum;
97
97
  /**
@@ -123,6 +123,7 @@ export declare const ApplicationTechnologyEnum: {
123
123
  readonly Dtf: "dtf";
124
124
  readonly Pretreat: "pretreat";
125
125
  readonly MugSublimation: "mug_sublimation";
126
+ readonly SublimationSmall: "sublimation_small";
126
127
  readonly ManualPrint: "manual_print";
127
128
  readonly AdditionalApplication: "additional_application";
128
129
  readonly NotebookSublimation: "notebook_sublimation";
@@ -512,7 +513,7 @@ export interface BundleProduct {
512
513
  }
513
514
  export interface CreateApplication {
514
515
  /**
515
- * Technology to use for the application.
516
+ * The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead.
516
517
  */
517
518
  'technology': CreateApplicationTechnologyEnum;
518
519
  /**
@@ -543,6 +544,7 @@ export declare const CreateApplicationTechnologyEnum: {
543
544
  readonly Dtf: "dtf";
544
545
  readonly Pretreat: "pretreat";
545
546
  readonly MugSublimation: "mug_sublimation";
547
+ readonly SublimationSmall: "sublimation_small";
546
548
  readonly ManualPrint: "manual_print";
547
549
  readonly AdditionalApplication: "additional_application";
548
550
  readonly NotebookSublimation: "notebook_sublimation";
@@ -1041,7 +1043,7 @@ export interface License {
1041
1043
  */
1042
1044
  'id'?: string;
1043
1045
  /**
1044
- * The date and time the license will expire
1046
+ * The date the license will expire
1045
1047
  */
1046
1048
  'expiresAt'?: string;
1047
1049
  }
@@ -1839,7 +1841,7 @@ export interface UpdateProductsRequestProductsInnerLicense {
1839
1841
  */
1840
1842
  'id': string;
1841
1843
  /**
1842
- * The date and time the license will expire
1844
+ * The date the license will expire
1843
1845
  */
1844
1846
  'expiresAt': string;
1845
1847
  }
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.90.0
8
+ * The version of the OpenAPI document: 1.90.2
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,7 +33,7 @@ const base_1 = require("./base");
33
33
  exports.ActionImpactEnum = {
34
34
  High: 'high',
35
35
  Medium: 'medium',
36
- Low: 'low'
36
+ Low: 'low',
37
37
  };
38
38
  exports.ApplicationTechnologyEnum = {
39
39
  Dtg: 'dtg',
@@ -41,40 +41,41 @@ exports.ApplicationTechnologyEnum = {
41
41
  Dtf: 'dtf',
42
42
  Pretreat: 'pretreat',
43
43
  MugSublimation: 'mug_sublimation',
44
+ SublimationSmall: 'sublimation_small',
44
45
  ManualPrint: 'manual_print',
45
46
  AdditionalApplication: 'additional_application',
46
47
  NotebookSublimation: 'notebook_sublimation',
47
48
  DuplexPrint: 'duplex_print',
48
- DuplexInsert: 'duplex_insert'
49
+ DuplexInsert: 'duplex_insert',
49
50
  };
50
51
  exports.ApplicationPlacementEnum = {
51
52
  Front: 'front',
52
53
  Back: 'back',
53
54
  Left: 'left',
54
55
  Right: 'right',
55
- Neck: 'neck'
56
+ Neck: 'neck',
56
57
  };
57
58
  exports.ApplicationPropertiesPersonalizationRulesFitEnum = {
58
59
  Contain: 'contain',
59
60
  Cover: 'cover',
60
61
  Stretch: 'stretch',
61
- Crop: 'crop'
62
+ Crop: 'crop',
62
63
  };
63
64
  exports.ApplicationPropertiesPropertiesFontWeightEnum = {
64
65
  Lighter: 'lighter',
65
66
  Normal: 'normal',
66
67
  Bold: 'bold',
67
- Bolder: 'bolder'
68
+ Bolder: 'bolder',
68
69
  };
69
70
  exports.ApplicationPropertiesPropertiesFontStyleEnum = {
70
71
  Normal: 'normal',
71
72
  Italic: 'italic',
72
- Oblique: 'oblique'
73
+ Oblique: 'oblique',
73
74
  };
74
75
  exports.AttributeThumbnailTypeEnum = {
75
76
  Text: 'text',
76
77
  Color: 'color',
77
- Image: 'image'
78
+ Image: 'image',
78
79
  };
79
80
  exports.CreateApplicationTechnologyEnum = {
80
81
  Dtg: 'dtg',
@@ -82,72 +83,73 @@ exports.CreateApplicationTechnologyEnum = {
82
83
  Dtf: 'dtf',
83
84
  Pretreat: 'pretreat',
84
85
  MugSublimation: 'mug_sublimation',
86
+ SublimationSmall: 'sublimation_small',
85
87
  ManualPrint: 'manual_print',
86
88
  AdditionalApplication: 'additional_application',
87
89
  NotebookSublimation: 'notebook_sublimation',
88
90
  DuplexPrint: 'duplex_print',
89
- DuplexInsert: 'duplex_insert'
91
+ DuplexInsert: 'duplex_insert',
90
92
  };
91
93
  exports.CreateApplicationPlacementEnum = {
92
94
  Front: 'front',
93
95
  Back: 'back',
94
96
  Left: 'left',
95
97
  Right: 'right',
96
- Neck: 'neck'
98
+ Neck: 'neck',
97
99
  };
98
100
  exports.CreateApplicationPropertiesFontWeightEnum = {
99
101
  Lighter: 'lighter',
100
102
  Normal: 'normal',
101
103
  Bold: 'bold',
102
- Bolder: 'bolder'
104
+ Bolder: 'bolder',
103
105
  };
104
106
  exports.CreateApplicationPropertiesFontStyleEnum = {
105
107
  Normal: 'normal',
106
108
  Italic: 'italic',
107
- Oblique: 'oblique'
109
+ Oblique: 'oblique',
108
110
  };
109
111
  exports.CreateProductVariantAttributesInnerNameEnum = {
110
112
  Size: 'Size',
111
- Colour: 'Colour'
113
+ Colour: 'Colour',
112
114
  };
113
115
  exports.PriceCurrencyCodeEnum = {
114
- Gbp: 'GBP'
116
+ Gbp: 'GBP',
115
117
  };
116
118
  exports.RecommendationPriorityEnum = {
117
119
  High: 'high',
118
120
  Medium: 'medium',
119
- Low: 'low'
121
+ Low: 'low',
120
122
  };
121
123
  exports.RequiredPriceCurrencyCodeEnum = {
122
- Gbp: 'GBP'
124
+ Gbp: 'GBP',
123
125
  };
124
126
  exports.SalePriceCurrencyCodeEnum = {
125
- Gbp: 'GBP'
127
+ Gbp: 'GBP',
126
128
  };
127
129
  exports.TextApplicationPropertiesFontWeightEnum = {
128
130
  Lighter: 'lighter',
129
131
  Normal: 'normal',
130
132
  Bold: 'bold',
131
- Bolder: 'bolder'
133
+ Bolder: 'bolder',
132
134
  };
133
135
  exports.TextApplicationPropertiesFontStyleEnum = {
134
136
  Normal: 'normal',
135
137
  Italic: 'italic',
136
- Oblique: 'oblique'
138
+ Oblique: 'oblique',
137
139
  };
138
140
  exports.TextApplicationPropertiesPersonalizationTypeEnum = {
139
141
  Text: 'text',
140
- Number: 'number'
142
+ Number: 'number',
141
143
  };
142
144
  exports.UpdateProductsRequestProductsInnerVariantsInnerAttributesInnerNameEnum = {
143
145
  Size: 'Size',
144
- Colour: 'Colour'
146
+ Colour: 'Colour',
145
147
  };
146
148
  exports.UpdateProductsRequestProductsInnerVariantsInnerRetailPriceCurrencyCodeEnum = {
147
- Gbp: 'GBP'
149
+ Gbp: 'GBP',
148
150
  };
149
151
  exports.UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCodeEnum = {
150
- Gbp: 'GBP'
152
+ Gbp: 'GBP',
151
153
  };
152
154
  /**
153
155
  * ApplicationGroupsApi - axios parameter creator
@@ -2766,11 +2768,11 @@ class ProductsApi extends base_1.BaseAPI {
2766
2768
  exports.ProductsApi = ProductsApi;
2767
2769
  exports.ExportProductsDateFilterTypeEnum = {
2768
2770
  CreatedAt: 'createdAt',
2769
- UpdatedAt: 'updatedAt'
2771
+ UpdatedAt: 'updatedAt',
2770
2772
  };
2771
2773
  exports.ListProductsDateFilterTypeEnum = {
2772
2774
  CreatedAt: 'createdAt',
2773
- UpdatedAt: 'updatedAt'
2775
+ UpdatedAt: 'updatedAt',
2774
2776
  };
2775
2777
  /**
2776
2778
  * VariantsApi - axios parameter creator
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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
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.90.0
8
+ * The version of the OpenAPI document: 1.90.2
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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
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.90.0
8
+ * The version of the OpenAPI document: 1.90.2
9
9
  *
10
10
  *
11
11
  * 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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
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
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.90.0
7
+ * The version of the OpenAPI document: 1.90.2
8
8
  *
9
9
  *
10
10
  * 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
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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -91,7 +91,7 @@ export interface Application {
91
91
  */
92
92
  'id'?: string;
93
93
  /**
94
- * Technology to use for the application.
94
+ * The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead.
95
95
  */
96
96
  'technology': ApplicationTechnologyEnum;
97
97
  /**
@@ -123,6 +123,7 @@ export declare const ApplicationTechnologyEnum: {
123
123
  readonly Dtf: "dtf";
124
124
  readonly Pretreat: "pretreat";
125
125
  readonly MugSublimation: "mug_sublimation";
126
+ readonly SublimationSmall: "sublimation_small";
126
127
  readonly ManualPrint: "manual_print";
127
128
  readonly AdditionalApplication: "additional_application";
128
129
  readonly NotebookSublimation: "notebook_sublimation";
@@ -512,7 +513,7 @@ export interface BundleProduct {
512
513
  }
513
514
  export interface CreateApplication {
514
515
  /**
515
- * Technology to use for the application.
516
+ * The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead.
516
517
  */
517
518
  'technology': CreateApplicationTechnologyEnum;
518
519
  /**
@@ -543,6 +544,7 @@ export declare const CreateApplicationTechnologyEnum: {
543
544
  readonly Dtf: "dtf";
544
545
  readonly Pretreat: "pretreat";
545
546
  readonly MugSublimation: "mug_sublimation";
547
+ readonly SublimationSmall: "sublimation_small";
546
548
  readonly ManualPrint: "manual_print";
547
549
  readonly AdditionalApplication: "additional_application";
548
550
  readonly NotebookSublimation: "notebook_sublimation";
@@ -1041,7 +1043,7 @@ export interface License {
1041
1043
  */
1042
1044
  'id'?: string;
1043
1045
  /**
1044
- * The date and time the license will expire
1046
+ * The date the license will expire
1045
1047
  */
1046
1048
  'expiresAt'?: string;
1047
1049
  }
@@ -1839,7 +1841,7 @@ export interface UpdateProductsRequestProductsInnerLicense {
1839
1841
  */
1840
1842
  'id': string;
1841
1843
  /**
1842
- * The date and time the license will expire
1844
+ * The date the license will expire
1843
1845
  */
1844
1846
  'expiresAt': string;
1845
1847
  }
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.90.0
7
+ * The version of the OpenAPI document: 1.90.2
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@ import { BASE_PATH, BaseAPI, operationServerMap } from './base';
29
29
  export const ActionImpactEnum = {
30
30
  High: 'high',
31
31
  Medium: 'medium',
32
- Low: 'low'
32
+ Low: 'low',
33
33
  };
34
34
  export const ApplicationTechnologyEnum = {
35
35
  Dtg: 'dtg',
@@ -37,40 +37,41 @@ export const ApplicationTechnologyEnum = {
37
37
  Dtf: 'dtf',
38
38
  Pretreat: 'pretreat',
39
39
  MugSublimation: 'mug_sublimation',
40
+ SublimationSmall: 'sublimation_small',
40
41
  ManualPrint: 'manual_print',
41
42
  AdditionalApplication: 'additional_application',
42
43
  NotebookSublimation: 'notebook_sublimation',
43
44
  DuplexPrint: 'duplex_print',
44
- DuplexInsert: 'duplex_insert'
45
+ DuplexInsert: 'duplex_insert',
45
46
  };
46
47
  export const ApplicationPlacementEnum = {
47
48
  Front: 'front',
48
49
  Back: 'back',
49
50
  Left: 'left',
50
51
  Right: 'right',
51
- Neck: 'neck'
52
+ Neck: 'neck',
52
53
  };
53
54
  export const ApplicationPropertiesPersonalizationRulesFitEnum = {
54
55
  Contain: 'contain',
55
56
  Cover: 'cover',
56
57
  Stretch: 'stretch',
57
- Crop: 'crop'
58
+ Crop: 'crop',
58
59
  };
59
60
  export const ApplicationPropertiesPropertiesFontWeightEnum = {
60
61
  Lighter: 'lighter',
61
62
  Normal: 'normal',
62
63
  Bold: 'bold',
63
- Bolder: 'bolder'
64
+ Bolder: 'bolder',
64
65
  };
65
66
  export const ApplicationPropertiesPropertiesFontStyleEnum = {
66
67
  Normal: 'normal',
67
68
  Italic: 'italic',
68
- Oblique: 'oblique'
69
+ Oblique: 'oblique',
69
70
  };
70
71
  export const AttributeThumbnailTypeEnum = {
71
72
  Text: 'text',
72
73
  Color: 'color',
73
- Image: 'image'
74
+ Image: 'image',
74
75
  };
75
76
  export const CreateApplicationTechnologyEnum = {
76
77
  Dtg: 'dtg',
@@ -78,72 +79,73 @@ export const CreateApplicationTechnologyEnum = {
78
79
  Dtf: 'dtf',
79
80
  Pretreat: 'pretreat',
80
81
  MugSublimation: 'mug_sublimation',
82
+ SublimationSmall: 'sublimation_small',
81
83
  ManualPrint: 'manual_print',
82
84
  AdditionalApplication: 'additional_application',
83
85
  NotebookSublimation: 'notebook_sublimation',
84
86
  DuplexPrint: 'duplex_print',
85
- DuplexInsert: 'duplex_insert'
87
+ DuplexInsert: 'duplex_insert',
86
88
  };
87
89
  export const CreateApplicationPlacementEnum = {
88
90
  Front: 'front',
89
91
  Back: 'back',
90
92
  Left: 'left',
91
93
  Right: 'right',
92
- Neck: 'neck'
94
+ Neck: 'neck',
93
95
  };
94
96
  export const CreateApplicationPropertiesFontWeightEnum = {
95
97
  Lighter: 'lighter',
96
98
  Normal: 'normal',
97
99
  Bold: 'bold',
98
- Bolder: 'bolder'
100
+ Bolder: 'bolder',
99
101
  };
100
102
  export const CreateApplicationPropertiesFontStyleEnum = {
101
103
  Normal: 'normal',
102
104
  Italic: 'italic',
103
- Oblique: 'oblique'
105
+ Oblique: 'oblique',
104
106
  };
105
107
  export const CreateProductVariantAttributesInnerNameEnum = {
106
108
  Size: 'Size',
107
- Colour: 'Colour'
109
+ Colour: 'Colour',
108
110
  };
109
111
  export const PriceCurrencyCodeEnum = {
110
- Gbp: 'GBP'
112
+ Gbp: 'GBP',
111
113
  };
112
114
  export const RecommendationPriorityEnum = {
113
115
  High: 'high',
114
116
  Medium: 'medium',
115
- Low: 'low'
117
+ Low: 'low',
116
118
  };
117
119
  export const RequiredPriceCurrencyCodeEnum = {
118
- Gbp: 'GBP'
120
+ Gbp: 'GBP',
119
121
  };
120
122
  export const SalePriceCurrencyCodeEnum = {
121
- Gbp: 'GBP'
123
+ Gbp: 'GBP',
122
124
  };
123
125
  export const TextApplicationPropertiesFontWeightEnum = {
124
126
  Lighter: 'lighter',
125
127
  Normal: 'normal',
126
128
  Bold: 'bold',
127
- Bolder: 'bolder'
129
+ Bolder: 'bolder',
128
130
  };
129
131
  export const TextApplicationPropertiesFontStyleEnum = {
130
132
  Normal: 'normal',
131
133
  Italic: 'italic',
132
- Oblique: 'oblique'
134
+ Oblique: 'oblique',
133
135
  };
134
136
  export const TextApplicationPropertiesPersonalizationTypeEnum = {
135
137
  Text: 'text',
136
- Number: 'number'
138
+ Number: 'number',
137
139
  };
138
140
  export const UpdateProductsRequestProductsInnerVariantsInnerAttributesInnerNameEnum = {
139
141
  Size: 'Size',
140
- Colour: 'Colour'
142
+ Colour: 'Colour',
141
143
  };
142
144
  export const UpdateProductsRequestProductsInnerVariantsInnerRetailPriceCurrencyCodeEnum = {
143
- Gbp: 'GBP'
145
+ Gbp: 'GBP',
144
146
  };
145
147
  export const UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCodeEnum = {
146
- Gbp: 'GBP'
148
+ Gbp: 'GBP',
147
149
  };
148
150
  /**
149
151
  * ApplicationGroupsApi - axios parameter creator
@@ -2734,11 +2736,11 @@ export class ProductsApi extends BaseAPI {
2734
2736
  }
2735
2737
  export const ExportProductsDateFilterTypeEnum = {
2736
2738
  CreatedAt: 'createdAt',
2737
- UpdatedAt: 'updatedAt'
2739
+ UpdatedAt: 'updatedAt',
2738
2740
  };
2739
2741
  export const ListProductsDateFilterTypeEnum = {
2740
2742
  CreatedAt: 'createdAt',
2741
- UpdatedAt: 'updatedAt'
2743
+ UpdatedAt: 'updatedAt',
2742
2744
  };
2743
2745
  /**
2744
2746
  * VariantsApi - axios parameter creator
@@ -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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
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.90.0
7
+ * The version of the OpenAPI document: 1.90.2
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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
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
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.90.0
7
+ * The version of the OpenAPI document: 1.90.2
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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
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.90.0
6
+ * The version of the OpenAPI document: 1.90.2
7
7
  *
8
8
  *
9
9
  * 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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
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.90.0
7
+ * The version of the OpenAPI document: 1.90.2
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.90.0
5
+ * The version of the OpenAPI document: 1.90.2
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.90.0
8
+ * The version of the OpenAPI document: 1.90.2
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -6,7 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | Unique object identifier | [optional] [default to undefined]
9
- **technology** | **string** | Technology to use for the application. | [default to undefined]
9
+ **technology** | **string** | The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` 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 design file URL. This will fill the design area of the GFN Catalog product. It will be centered horizontally and aligned to the top of the design area. | [optional] [default to undefined]
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **technology** | **string** | Technology to use for the application. | [default to undefined]
8
+ **technology** | **string** | The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead. | [default to undefined]
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 GFN Catalog product. It will be centered horizontally and aligned to the top of the design area. | [default to undefined]
package/docs/License.md CHANGED
@@ -7,7 +7,7 @@ This field should be used when a product requires a valid license to manufacture
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **id** | **string** | The ID of the license | [optional] [default to undefined]
10
- **expiresAt** | **string** | The date and time the license will expire | [optional] [default to undefined]
10
+ **expiresAt** | **string** | The date the license will expire | [optional] [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@ This field should be used when a product requires a valid license to manufacture
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **id** | **string** | The ID of the license | [default to undefined]
10
- **expiresAt** | **string** | The date and time the license will expire | [default to undefined]
10
+ **expiresAt** | **string** | The date the license will expire | [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
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.90.0
7
+ * The version of the OpenAPI document: 1.90.2
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.90.0",
3
+ "version": "1.90.2",
4
4
  "description": "OpenAPI client for @teemill/product-catalog",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {