@teemill/website 0.31.1 → 0.31.4

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 +1 @@
1
- 7.21.0
1
+ 7.22.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/website@0.31.1
1
+ ## @teemill/website@0.31.4
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/website@0.31.1 --save
39
+ npm install @teemill/website@0.31.4 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.31.1
7
+ * The version of the OpenAPI document: 0.31.4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,7 +33,7 @@ export interface Application {
33
33
  */
34
34
  'id'?: string;
35
35
  /**
36
- * The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead.
36
+ * The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead.
37
37
  */
38
38
  'technology': ApplicationTechnologyEnum;
39
39
  /**
@@ -53,7 +53,7 @@ export const ApplicationTechnologyEnum = {
53
53
  Dtf: 'dtf',
54
54
  Pretreat: 'pretreat',
55
55
  MugSublimation: 'mug_sublimation',
56
- SublimationSmall: 'sublimation_small',
56
+ MiniSublimation: 'mini_sublimation',
57
57
  ManualPrint: 'manual_print',
58
58
  AdditionalApplication: 'additional_application',
59
59
  NotebookSublimation: 'notebook_sublimation',
@@ -1090,7 +1090,7 @@ export const BlogsApiAxiosParamCreator = function (configuration?: Configuration
1090
1090
  // verify required parameter 'blogId' is not null or undefined
1091
1091
  assertParamExists('getBlog', 'blogId', blogId)
1092
1092
  const localVarPath = `/v1/website/blogs/{blogId}`
1093
- .replace(`{${"blogId"}}`, encodeURIComponent(String(blogId)));
1093
+ .replace('{blogId}', encodeURIComponent(String(blogId)));
1094
1094
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1095
1095
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1096
1096
  let baseOptions;
@@ -1198,7 +1198,7 @@ export const BlogsApiAxiosParamCreator = function (configuration?: Configuration
1198
1198
  // verify required parameter 'blogId' is not null or undefined
1199
1199
  assertParamExists('updateBlog', 'blogId', blogId)
1200
1200
  const localVarPath = `/v1/website/blogs/{blogId}`
1201
- .replace(`{${"blogId"}}`, encodeURIComponent(String(blogId)));
1201
+ .replace('{blogId}', encodeURIComponent(String(blogId)));
1202
1202
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1203
1203
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1204
1204
  let baseOptions;
@@ -1622,7 +1622,7 @@ export const CollectionsApiAxiosParamCreator = function (configuration?: Configu
1622
1622
  // verify required parameter 'productId' is not null or undefined
1623
1623
  assertParamExists('updateProductCollections', 'productId', productId)
1624
1624
  const localVarPath = `/v1/website/products/{productId}/collections`
1625
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
1625
+ .replace('{productId}', encodeURIComponent(String(productId)));
1626
1626
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1627
1627
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1628
1628
  let baseOptions;
@@ -1763,7 +1763,7 @@ export const CrossSellApiAxiosParamCreator = function (configuration?: Configura
1763
1763
  // verify required parameter 'productId' is not null or undefined
1764
1764
  assertParamExists('attachCrossSellProducts', 'productId', productId)
1765
1765
  const localVarPath = `/v1/website/products/{productId}/cross-sell/products`
1766
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
1766
+ .replace('{productId}', encodeURIComponent(String(productId)));
1767
1767
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1768
1768
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1769
1769
  let baseOptions;
@@ -1814,7 +1814,7 @@ export const CrossSellApiAxiosParamCreator = function (configuration?: Configura
1814
1814
  // verify required parameter 'productId' is not null or undefined
1815
1815
  assertParamExists('getCrossSellProducts', 'productId', productId)
1816
1816
  const localVarPath = `/v1/website/products/{productId}/cross-sell/products`
1817
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
1817
+ .replace('{productId}', encodeURIComponent(String(productId)));
1818
1818
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1819
1819
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1820
1820
  let baseOptions;
@@ -2702,7 +2702,7 @@ export const PagesApiAxiosParamCreator = function (configuration?: Configuration
2702
2702
  // verify required parameter 'pageId' is not null or undefined
2703
2703
  assertParamExists('getPage', 'pageId', pageId)
2704
2704
  const localVarPath = `/v1/website/pages/{pageId}`
2705
- .replace(`{${"pageId"}}`, encodeURIComponent(String(pageId)));
2705
+ .replace('{pageId}', encodeURIComponent(String(pageId)));
2706
2706
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2707
2707
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2708
2708
  let baseOptions;
@@ -2857,7 +2857,7 @@ export const PagesApiAxiosParamCreator = function (configuration?: Configuration
2857
2857
  // verify required parameter 'pageId' is not null or undefined
2858
2858
  assertParamExists('updatePage', 'pageId', pageId)
2859
2859
  const localVarPath = `/v1/website/pages/{pageId}`
2860
- .replace(`{${"pageId"}}`, encodeURIComponent(String(pageId)));
2860
+ .replace('{pageId}', encodeURIComponent(String(pageId)));
2861
2861
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2862
2862
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2863
2863
  let baseOptions;
@@ -3890,7 +3890,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
3890
3890
  // verify required parameter 'productId' is not null or undefined
3891
3891
  assertParamExists('getWebsiteProduct', 'productId', productId)
3892
3892
  const localVarPath = `/v1/website/products/{productId}`
3893
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
3893
+ .replace('{productId}', encodeURIComponent(String(productId)));
3894
3894
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3895
3895
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3896
3896
  let baseOptions;
@@ -3939,7 +3939,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
3939
3939
  // verify required parameter 'productId' is not null or undefined
3940
3940
  assertParamExists('updateWebsiteProduct', 'productId', productId)
3941
3941
  const localVarPath = `/v1/website/products/{productId}`
3942
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
3942
+ .replace('{productId}', encodeURIComponent(String(productId)));
3943
3943
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3944
3944
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3945
3945
  let baseOptions;
@@ -4186,7 +4186,7 @@ export const ReviewsApiAxiosParamCreator = function (configuration?: Configurati
4186
4186
  // verify required parameter 'reviewId' is not null or undefined
4187
4187
  assertParamExists('getReview', 'reviewId', reviewId)
4188
4188
  const localVarPath = `/v1/website/reviews/{reviewId}`
4189
- .replace(`{${"reviewId"}}`, encodeURIComponent(String(reviewId)));
4189
+ .replace('{reviewId}', encodeURIComponent(String(reviewId)));
4190
4190
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4191
4191
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
4192
4192
  let baseOptions;
@@ -4313,7 +4313,7 @@ export const ReviewsApiAxiosParamCreator = function (configuration?: Configurati
4313
4313
  // verify required parameter 'reviewId' is not null or undefined
4314
4314
  assertParamExists('moderateReview', 'reviewId', reviewId)
4315
4315
  const localVarPath = `/v1/website/reviews/{reviewId}/moderate`
4316
- .replace(`{${"reviewId"}}`, encodeURIComponent(String(reviewId)));
4316
+ .replace('{reviewId}', encodeURIComponent(String(reviewId)));
4317
4317
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4318
4318
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
4319
4319
  let baseOptions;
@@ -4851,7 +4851,7 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
4851
4851
  // verify required parameter 'redirectId' is not null or undefined
4852
4852
  assertParamExists('deleteSearchRedirect', 'redirectId', redirectId)
4853
4853
  const localVarPath = `/v1/website/search/redirects/{redirectId}`
4854
- .replace(`{${"redirectId"}}`, encodeURIComponent(String(redirectId)));
4854
+ .replace('{redirectId}', encodeURIComponent(String(redirectId)));
4855
4855
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4856
4856
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
4857
4857
  let baseOptions;
@@ -4899,7 +4899,7 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
4899
4899
  // verify required parameter 'redirectId' is not null or undefined
4900
4900
  assertParamExists('getSearchRedirect', 'redirectId', redirectId)
4901
4901
  const localVarPath = `/v1/website/search/redirects/{redirectId}`
4902
- .replace(`{${"redirectId"}}`, encodeURIComponent(String(redirectId)));
4902
+ .replace('{redirectId}', encodeURIComponent(String(redirectId)));
4903
4903
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4904
4904
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
4905
4905
  let baseOptions;
@@ -5007,7 +5007,7 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
5007
5007
  // verify required parameter 'redirectId' is not null or undefined
5008
5008
  assertParamExists('updateSearchRedirect', 'redirectId', redirectId)
5009
5009
  const localVarPath = `/v1/website/search/redirects/{redirectId}`
5010
- .replace(`{${"redirectId"}}`, encodeURIComponent(String(redirectId)));
5010
+ .replace('{redirectId}', encodeURIComponent(String(redirectId)));
5011
5011
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
5012
5012
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
5013
5013
  let baseOptions;
@@ -5423,7 +5423,7 @@ export const WebsiteApiAxiosParamCreator = function (configuration?: Configurati
5423
5423
  // verify required parameter 'domain' is not null or undefined
5424
5424
  assertParamExists('deleteDomain', 'domain', domain)
5425
5425
  const localVarPath = `/v1/website/domains/{domain}`
5426
- .replace(`{${"domain"}}`, encodeURIComponent(String(domain)));
5426
+ .replace('{domain}', encodeURIComponent(String(domain)));
5427
5427
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
5428
5428
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
5429
5429
  let baseOptions;
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.31.1
7
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.31.1
7
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
4
4
  * Manage your PodOS Website
5
5
  *
6
- * The version of the OpenAPI document: 0.31.1
6
+ * The version of the OpenAPI document: 0.31.4
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 = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
119
- return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
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
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,7 +23,7 @@ export interface Application {
23
23
  */
24
24
  'id'?: string;
25
25
  /**
26
- * The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead.
26
+ * The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead.
27
27
  */
28
28
  'technology': ApplicationTechnologyEnum;
29
29
  /**
@@ -42,7 +42,7 @@ export declare const ApplicationTechnologyEnum: {
42
42
  readonly Dtf: "dtf";
43
43
  readonly Pretreat: "pretreat";
44
44
  readonly MugSublimation: "mug_sublimation";
45
- readonly SublimationSmall: "sublimation_small";
45
+ readonly MiniSublimation: "mini_sublimation";
46
46
  readonly ManualPrint: "manual_print";
47
47
  readonly AdditionalApplication: "additional_application";
48
48
  readonly NotebookSublimation: "notebook_sublimation";
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Website
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.31.1
8
+ * The version of the OpenAPI document: 0.31.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36,7 +36,7 @@ exports.ApplicationTechnologyEnum = {
36
36
  Dtf: 'dtf',
37
37
  Pretreat: 'pretreat',
38
38
  MugSublimation: 'mug_sublimation',
39
- SublimationSmall: 'sublimation_small',
39
+ MiniSublimation: 'mini_sublimation',
40
40
  ManualPrint: 'manual_print',
41
41
  AdditionalApplication: 'additional_application',
42
42
  NotebookSublimation: 'notebook_sublimation',
@@ -176,7 +176,7 @@ const BlogsApiAxiosParamCreator = function (configuration) {
176
176
  // verify required parameter 'blogId' is not null or undefined
177
177
  (0, common_1.assertParamExists)('getBlog', 'blogId', blogId);
178
178
  const localVarPath = `/v1/website/blogs/{blogId}`
179
- .replace(`{${"blogId"}}`, encodeURIComponent(String(blogId)));
179
+ .replace('{blogId}', encodeURIComponent(String(blogId)));
180
180
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
181
181
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
182
182
  let baseOptions;
@@ -267,7 +267,7 @@ const BlogsApiAxiosParamCreator = function (configuration) {
267
267
  // verify required parameter 'blogId' is not null or undefined
268
268
  (0, common_1.assertParamExists)('updateBlog', 'blogId', blogId);
269
269
  const localVarPath = `/v1/website/blogs/{blogId}`
270
- .replace(`{${"blogId"}}`, encodeURIComponent(String(blogId)));
270
+ .replace('{blogId}', encodeURIComponent(String(blogId)));
271
271
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
272
272
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
273
273
  let baseOptions;
@@ -586,7 +586,7 @@ const CollectionsApiAxiosParamCreator = function (configuration) {
586
586
  // verify required parameter 'productId' is not null or undefined
587
587
  (0, common_1.assertParamExists)('updateProductCollections', 'productId', productId);
588
588
  const localVarPath = `/v1/website/products/{productId}/collections`
589
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
589
+ .replace('{productId}', encodeURIComponent(String(productId)));
590
590
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
591
591
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
592
592
  let baseOptions;
@@ -704,7 +704,7 @@ const CrossSellApiAxiosParamCreator = function (configuration) {
704
704
  // verify required parameter 'productId' is not null or undefined
705
705
  (0, common_1.assertParamExists)('attachCrossSellProducts', 'productId', productId);
706
706
  const localVarPath = `/v1/website/products/{productId}/cross-sell/products`
707
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
707
+ .replace('{productId}', encodeURIComponent(String(productId)));
708
708
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
709
709
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
710
710
  let baseOptions;
@@ -748,7 +748,7 @@ const CrossSellApiAxiosParamCreator = function (configuration) {
748
748
  // verify required parameter 'productId' is not null or undefined
749
749
  (0, common_1.assertParamExists)('getCrossSellProducts', 'productId', productId);
750
750
  const localVarPath = `/v1/website/products/{productId}/cross-sell/products`
751
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
751
+ .replace('{productId}', encodeURIComponent(String(productId)));
752
752
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
753
753
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
754
754
  let baseOptions;
@@ -1485,7 +1485,7 @@ const PagesApiAxiosParamCreator = function (configuration) {
1485
1485
  // verify required parameter 'pageId' is not null or undefined
1486
1486
  (0, common_1.assertParamExists)('getPage', 'pageId', pageId);
1487
1487
  const localVarPath = `/v1/website/pages/{pageId}`
1488
- .replace(`{${"pageId"}}`, encodeURIComponent(String(pageId)));
1488
+ .replace('{pageId}', encodeURIComponent(String(pageId)));
1489
1489
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1490
1490
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1491
1491
  let baseOptions;
@@ -1616,7 +1616,7 @@ const PagesApiAxiosParamCreator = function (configuration) {
1616
1616
  // verify required parameter 'pageId' is not null or undefined
1617
1617
  (0, common_1.assertParamExists)('updatePage', 'pageId', pageId);
1618
1618
  const localVarPath = `/v1/website/pages/{pageId}`
1619
- .replace(`{${"pageId"}}`, encodeURIComponent(String(pageId)));
1619
+ .replace('{pageId}', encodeURIComponent(String(pageId)));
1620
1620
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1621
1621
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1622
1622
  let baseOptions;
@@ -2440,7 +2440,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
2440
2440
  // verify required parameter 'productId' is not null or undefined
2441
2441
  (0, common_1.assertParamExists)('getWebsiteProduct', 'productId', productId);
2442
2442
  const localVarPath = `/v1/website/products/{productId}`
2443
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
2443
+ .replace('{productId}', encodeURIComponent(String(productId)));
2444
2444
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2445
2445
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2446
2446
  let baseOptions;
@@ -2482,7 +2482,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
2482
2482
  // verify required parameter 'productId' is not null or undefined
2483
2483
  (0, common_1.assertParamExists)('updateWebsiteProduct', 'productId', productId);
2484
2484
  const localVarPath = `/v1/website/products/{productId}`
2485
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
2485
+ .replace('{productId}', encodeURIComponent(String(productId)));
2486
2486
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2487
2487
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2488
2488
  let baseOptions;
@@ -2681,7 +2681,7 @@ const ReviewsApiAxiosParamCreator = function (configuration) {
2681
2681
  // verify required parameter 'reviewId' is not null or undefined
2682
2682
  (0, common_1.assertParamExists)('getReview', 'reviewId', reviewId);
2683
2683
  const localVarPath = `/v1/website/reviews/{reviewId}`
2684
- .replace(`{${"reviewId"}}`, encodeURIComponent(String(reviewId)));
2684
+ .replace('{reviewId}', encodeURIComponent(String(reviewId)));
2685
2685
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2686
2686
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2687
2687
  let baseOptions;
@@ -2788,7 +2788,7 @@ const ReviewsApiAxiosParamCreator = function (configuration) {
2788
2788
  // verify required parameter 'reviewId' is not null or undefined
2789
2789
  (0, common_1.assertParamExists)('moderateReview', 'reviewId', reviewId);
2790
2790
  const localVarPath = `/v1/website/reviews/{reviewId}/moderate`
2791
- .replace(`{${"reviewId"}}`, encodeURIComponent(String(reviewId)));
2791
+ .replace('{reviewId}', encodeURIComponent(String(reviewId)));
2792
2792
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2793
2793
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2794
2794
  let baseOptions;
@@ -3190,7 +3190,7 @@ const SearchApiAxiosParamCreator = function (configuration) {
3190
3190
  // verify required parameter 'redirectId' is not null or undefined
3191
3191
  (0, common_1.assertParamExists)('deleteSearchRedirect', 'redirectId', redirectId);
3192
3192
  const localVarPath = `/v1/website/search/redirects/{redirectId}`
3193
- .replace(`{${"redirectId"}}`, encodeURIComponent(String(redirectId)));
3193
+ .replace('{redirectId}', encodeURIComponent(String(redirectId)));
3194
3194
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3195
3195
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
3196
3196
  let baseOptions;
@@ -3231,7 +3231,7 @@ const SearchApiAxiosParamCreator = function (configuration) {
3231
3231
  // verify required parameter 'redirectId' is not null or undefined
3232
3232
  (0, common_1.assertParamExists)('getSearchRedirect', 'redirectId', redirectId);
3233
3233
  const localVarPath = `/v1/website/search/redirects/{redirectId}`
3234
- .replace(`{${"redirectId"}}`, encodeURIComponent(String(redirectId)));
3234
+ .replace('{redirectId}', encodeURIComponent(String(redirectId)));
3235
3235
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3236
3236
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
3237
3237
  let baseOptions;
@@ -3322,7 +3322,7 @@ const SearchApiAxiosParamCreator = function (configuration) {
3322
3322
  // verify required parameter 'redirectId' is not null or undefined
3323
3323
  (0, common_1.assertParamExists)('updateSearchRedirect', 'redirectId', redirectId);
3324
3324
  const localVarPath = `/v1/website/search/redirects/{redirectId}`
3325
- .replace(`{${"redirectId"}}`, encodeURIComponent(String(redirectId)));
3325
+ .replace('{redirectId}', encodeURIComponent(String(redirectId)));
3326
3326
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3327
3327
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
3328
3328
  let baseOptions;
@@ -3628,7 +3628,7 @@ const WebsiteApiAxiosParamCreator = function (configuration) {
3628
3628
  // verify required parameter 'domain' is not null or undefined
3629
3629
  (0, common_1.assertParamExists)('deleteDomain', 'domain', domain);
3630
3630
  const localVarPath = `/v1/website/domains/{domain}`
3631
- .replace(`{${"domain"}}`, encodeURIComponent(String(domain)));
3631
+ .replace('{domain}', encodeURIComponent(String(domain)));
3632
3632
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3633
3633
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
3634
3634
  let baseOptions;
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.31.1
8
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.31.1
8
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.31.1
7
+ * The version of the OpenAPI document: 0.31.4
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 = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
41
- return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
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
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,7 +23,7 @@ export interface Application {
23
23
  */
24
24
  'id'?: string;
25
25
  /**
26
- * The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead.
26
+ * The application technology used for this design application. `mug_sublimation` is deprecated. Use `mini_sublimation` instead.
27
27
  */
28
28
  'technology': ApplicationTechnologyEnum;
29
29
  /**
@@ -42,7 +42,7 @@ export declare const ApplicationTechnologyEnum: {
42
42
  readonly Dtf: "dtf";
43
43
  readonly Pretreat: "pretreat";
44
44
  readonly MugSublimation: "mug_sublimation";
45
- readonly SublimationSmall: "sublimation_small";
45
+ readonly MiniSublimation: "mini_sublimation";
46
46
  readonly ManualPrint: "manual_print";
47
47
  readonly AdditionalApplication: "additional_application";
48
48
  readonly NotebookSublimation: "notebook_sublimation";
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.31.1
7
+ * The version of the OpenAPI document: 0.31.4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ export const ApplicationTechnologyEnum = {
32
32
  Dtf: 'dtf',
33
33
  Pretreat: 'pretreat',
34
34
  MugSublimation: 'mug_sublimation',
35
- SublimationSmall: 'sublimation_small',
35
+ MiniSublimation: 'mini_sublimation',
36
36
  ManualPrint: 'manual_print',
37
37
  AdditionalApplication: 'additional_application',
38
38
  NotebookSublimation: 'notebook_sublimation',
@@ -172,7 +172,7 @@ export const BlogsApiAxiosParamCreator = function (configuration) {
172
172
  // verify required parameter 'blogId' is not null or undefined
173
173
  assertParamExists('getBlog', 'blogId', blogId);
174
174
  const localVarPath = `/v1/website/blogs/{blogId}`
175
- .replace(`{${"blogId"}}`, encodeURIComponent(String(blogId)));
175
+ .replace('{blogId}', encodeURIComponent(String(blogId)));
176
176
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
177
177
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
178
178
  let baseOptions;
@@ -263,7 +263,7 @@ export const BlogsApiAxiosParamCreator = function (configuration) {
263
263
  // verify required parameter 'blogId' is not null or undefined
264
264
  assertParamExists('updateBlog', 'blogId', blogId);
265
265
  const localVarPath = `/v1/website/blogs/{blogId}`
266
- .replace(`{${"blogId"}}`, encodeURIComponent(String(blogId)));
266
+ .replace('{blogId}', encodeURIComponent(String(blogId)));
267
267
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
268
268
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
269
269
  let baseOptions;
@@ -578,7 +578,7 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
578
578
  // verify required parameter 'productId' is not null or undefined
579
579
  assertParamExists('updateProductCollections', 'productId', productId);
580
580
  const localVarPath = `/v1/website/products/{productId}/collections`
581
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
581
+ .replace('{productId}', encodeURIComponent(String(productId)));
582
582
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
583
583
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
584
584
  let baseOptions;
@@ -692,7 +692,7 @@ export const CrossSellApiAxiosParamCreator = function (configuration) {
692
692
  // verify required parameter 'productId' is not null or undefined
693
693
  assertParamExists('attachCrossSellProducts', 'productId', productId);
694
694
  const localVarPath = `/v1/website/products/{productId}/cross-sell/products`
695
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
695
+ .replace('{productId}', encodeURIComponent(String(productId)));
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;
@@ -736,7 +736,7 @@ export const CrossSellApiAxiosParamCreator = function (configuration) {
736
736
  // verify required parameter 'productId' is not null or undefined
737
737
  assertParamExists('getCrossSellProducts', 'productId', productId);
738
738
  const localVarPath = `/v1/website/products/{productId}/cross-sell/products`
739
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
739
+ .replace('{productId}', encodeURIComponent(String(productId)));
740
740
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
741
741
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
742
742
  let baseOptions;
@@ -1457,7 +1457,7 @@ export const PagesApiAxiosParamCreator = function (configuration) {
1457
1457
  // verify required parameter 'pageId' is not null or undefined
1458
1458
  assertParamExists('getPage', 'pageId', pageId);
1459
1459
  const localVarPath = `/v1/website/pages/{pageId}`
1460
- .replace(`{${"pageId"}}`, encodeURIComponent(String(pageId)));
1460
+ .replace('{pageId}', encodeURIComponent(String(pageId)));
1461
1461
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1462
1462
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1463
1463
  let baseOptions;
@@ -1588,7 +1588,7 @@ export const PagesApiAxiosParamCreator = function (configuration) {
1588
1588
  // verify required parameter 'pageId' is not null or undefined
1589
1589
  assertParamExists('updatePage', 'pageId', pageId);
1590
1590
  const localVarPath = `/v1/website/pages/{pageId}`
1591
- .replace(`{${"pageId"}}`, encodeURIComponent(String(pageId)));
1591
+ .replace('{pageId}', encodeURIComponent(String(pageId)));
1592
1592
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1593
1593
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1594
1594
  let baseOptions;
@@ -2404,7 +2404,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
2404
2404
  // verify required parameter 'productId' is not null or undefined
2405
2405
  assertParamExists('getWebsiteProduct', 'productId', productId);
2406
2406
  const localVarPath = `/v1/website/products/{productId}`
2407
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
2407
+ .replace('{productId}', encodeURIComponent(String(productId)));
2408
2408
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2409
2409
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2410
2410
  let baseOptions;
@@ -2446,7 +2446,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
2446
2446
  // verify required parameter 'productId' is not null or undefined
2447
2447
  assertParamExists('updateWebsiteProduct', 'productId', productId);
2448
2448
  const localVarPath = `/v1/website/products/{productId}`
2449
- .replace(`{${"productId"}}`, encodeURIComponent(String(productId)));
2449
+ .replace('{productId}', encodeURIComponent(String(productId)));
2450
2450
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2451
2451
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2452
2452
  let baseOptions;
@@ -2641,7 +2641,7 @@ export const ReviewsApiAxiosParamCreator = function (configuration) {
2641
2641
  // verify required parameter 'reviewId' is not null or undefined
2642
2642
  assertParamExists('getReview', 'reviewId', reviewId);
2643
2643
  const localVarPath = `/v1/website/reviews/{reviewId}`
2644
- .replace(`{${"reviewId"}}`, encodeURIComponent(String(reviewId)));
2644
+ .replace('{reviewId}', encodeURIComponent(String(reviewId)));
2645
2645
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2646
2646
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2647
2647
  let baseOptions;
@@ -2748,7 +2748,7 @@ export const ReviewsApiAxiosParamCreator = function (configuration) {
2748
2748
  // verify required parameter 'reviewId' is not null or undefined
2749
2749
  assertParamExists('moderateReview', 'reviewId', reviewId);
2750
2750
  const localVarPath = `/v1/website/reviews/{reviewId}/moderate`
2751
- .replace(`{${"reviewId"}}`, encodeURIComponent(String(reviewId)));
2751
+ .replace('{reviewId}', encodeURIComponent(String(reviewId)));
2752
2752
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2753
2753
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2754
2754
  let baseOptions;
@@ -3142,7 +3142,7 @@ export const SearchApiAxiosParamCreator = function (configuration) {
3142
3142
  // verify required parameter 'redirectId' is not null or undefined
3143
3143
  assertParamExists('deleteSearchRedirect', 'redirectId', redirectId);
3144
3144
  const localVarPath = `/v1/website/search/redirects/{redirectId}`
3145
- .replace(`{${"redirectId"}}`, encodeURIComponent(String(redirectId)));
3145
+ .replace('{redirectId}', encodeURIComponent(String(redirectId)));
3146
3146
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3147
3147
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3148
3148
  let baseOptions;
@@ -3183,7 +3183,7 @@ export const SearchApiAxiosParamCreator = function (configuration) {
3183
3183
  // verify required parameter 'redirectId' is not null or undefined
3184
3184
  assertParamExists('getSearchRedirect', 'redirectId', redirectId);
3185
3185
  const localVarPath = `/v1/website/search/redirects/{redirectId}`
3186
- .replace(`{${"redirectId"}}`, encodeURIComponent(String(redirectId)));
3186
+ .replace('{redirectId}', encodeURIComponent(String(redirectId)));
3187
3187
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3188
3188
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3189
3189
  let baseOptions;
@@ -3274,7 +3274,7 @@ export const SearchApiAxiosParamCreator = function (configuration) {
3274
3274
  // verify required parameter 'redirectId' is not null or undefined
3275
3275
  assertParamExists('updateSearchRedirect', 'redirectId', redirectId);
3276
3276
  const localVarPath = `/v1/website/search/redirects/{redirectId}`
3277
- .replace(`{${"redirectId"}}`, encodeURIComponent(String(redirectId)));
3277
+ .replace('{redirectId}', encodeURIComponent(String(redirectId)));
3278
3278
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3279
3279
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3280
3280
  let baseOptions;
@@ -3576,7 +3576,7 @@ export const WebsiteApiAxiosParamCreator = function (configuration) {
3576
3576
  // verify required parameter 'domain' is not null or undefined
3577
3577
  assertParamExists('deleteDomain', 'domain', domain);
3578
3578
  const localVarPath = `/v1/website/domains/{domain}`
3579
- .replace(`{${"domain"}}`, encodeURIComponent(String(domain)));
3579
+ .replace('{domain}', encodeURIComponent(String(domain)));
3580
3580
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3581
3581
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3582
3582
  let baseOptions;
@@ -2,7 +2,7 @@
2
2
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.31.1
7
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.31.1
7
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
4
4
  * Manage your PodOS Website
5
5
  *
6
- * The version of the OpenAPI document: 0.31.1
6
+ * The version of the OpenAPI document: 0.31.4
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 = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
38
- return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
37
+ const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
38
+ return mime !== null && jsonMime.test(mime);
39
39
  }
40
40
  }
@@ -2,7 +2,7 @@
2
2
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.31.1
7
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.31.1
5
+ * The version of the OpenAPI document: 0.31.4
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
  * Website
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.31.1
8
+ * The version of the OpenAPI document: 0.31.4
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** | The application technology used for this design application. `mug_sublimation` is deprecated. Use `sublimation_small` instead. | [default to undefined]
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
  **src** | **string** | Publicly available design file URL. This will fill the design area of the warehouse product. It will be centered horizontally and aligned to the top of the design area. Accepts PNG and JPEG files. | [default to undefined]
12
12
  **mockup** | [**ApplicationMockup**](ApplicationMockup.md) | | [optional] [default to undefined]
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.31.1
7
+ * The version of the OpenAPI document: 0.31.4
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/website",
3
- "version": "0.31.1",
3
+ "version": "0.31.4",
4
4
  "description": "OpenAPI client for @teemill/website",
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.15.0"
27
+ "axios": "^1.16.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "12.11.5 - 12.20.42",