@teemill/website 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/website@0.16.0
1
+ ## @teemill/website@0.17.0
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.16.0 --save
39
+ npm install @teemill/website@0.17.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -491,6 +491,18 @@ export interface MenuItem {
491
491
  * @memberof MenuItem
492
492
  */
493
493
  'link': string;
494
+ /**
495
+ *
496
+ * @type {string}
497
+ * @memberof MenuItem
498
+ */
499
+ 'color': string | null;
500
+ /**
501
+ *
502
+ * @type {string}
503
+ * @memberof MenuItem
504
+ */
505
+ 'backgroundColor': string | null;
494
506
  /**
495
507
  *
496
508
  * @type {number}
@@ -1319,6 +1331,18 @@ export interface SubmenuItem {
1319
1331
  * @memberof SubmenuItem
1320
1332
  */
1321
1333
  'link': string;
1334
+ /**
1335
+ *
1336
+ * @type {string}
1337
+ * @memberof SubmenuItem
1338
+ */
1339
+ 'color': string | null;
1340
+ /**
1341
+ *
1342
+ * @type {string}
1343
+ * @memberof SubmenuItem
1344
+ */
1345
+ 'backgroundColor': string | null;
1322
1346
  /**
1323
1347
  *
1324
1348
  * @type {number}
@@ -1642,6 +1666,18 @@ export interface UpdateMenuRequestItem {
1642
1666
  * @memberof UpdateMenuRequestItem
1643
1667
  */
1644
1668
  'link': string;
1669
+ /**
1670
+ *
1671
+ * @type {string}
1672
+ * @memberof UpdateMenuRequestItem
1673
+ */
1674
+ 'color'?: string | null;
1675
+ /**
1676
+ *
1677
+ * @type {string}
1678
+ * @memberof UpdateMenuRequestItem
1679
+ */
1680
+ 'backgroundColor'?: string | null;
1645
1681
  /**
1646
1682
  *
1647
1683
  * @type {number}
@@ -1898,6 +1934,18 @@ export interface UpdateMenuRequestSubmenuItem {
1898
1934
  * @memberof UpdateMenuRequestSubmenuItem
1899
1935
  */
1900
1936
  'link': string;
1937
+ /**
1938
+ *
1939
+ * @type {string}
1940
+ * @memberof UpdateMenuRequestSubmenuItem
1941
+ */
1942
+ 'color'?: string | null;
1943
+ /**
1944
+ *
1945
+ * @type {string}
1946
+ * @memberof UpdateMenuRequestSubmenuItem
1947
+ */
1948
+ 'backgroundColor'?: string | null;
1901
1949
  /**
1902
1950
  *
1903
1951
  * @type {number}
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
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 API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -474,6 +474,18 @@ export interface MenuItem {
474
474
  * @memberof MenuItem
475
475
  */
476
476
  'link': string;
477
+ /**
478
+ *
479
+ * @type {string}
480
+ * @memberof MenuItem
481
+ */
482
+ 'color': string | null;
483
+ /**
484
+ *
485
+ * @type {string}
486
+ * @memberof MenuItem
487
+ */
488
+ 'backgroundColor': string | null;
477
489
  /**
478
490
  *
479
491
  * @type {number}
@@ -1284,6 +1296,18 @@ export interface SubmenuItem {
1284
1296
  * @memberof SubmenuItem
1285
1297
  */
1286
1298
  'link': string;
1299
+ /**
1300
+ *
1301
+ * @type {string}
1302
+ * @memberof SubmenuItem
1303
+ */
1304
+ 'color': string | null;
1305
+ /**
1306
+ *
1307
+ * @type {string}
1308
+ * @memberof SubmenuItem
1309
+ */
1310
+ 'backgroundColor': string | null;
1287
1311
  /**
1288
1312
  *
1289
1313
  * @type {number}
@@ -1607,6 +1631,18 @@ export interface UpdateMenuRequestItem {
1607
1631
  * @memberof UpdateMenuRequestItem
1608
1632
  */
1609
1633
  'link': string;
1634
+ /**
1635
+ *
1636
+ * @type {string}
1637
+ * @memberof UpdateMenuRequestItem
1638
+ */
1639
+ 'color'?: string | null;
1640
+ /**
1641
+ *
1642
+ * @type {string}
1643
+ * @memberof UpdateMenuRequestItem
1644
+ */
1645
+ 'backgroundColor'?: string | null;
1610
1646
  /**
1611
1647
  *
1612
1648
  * @type {number}
@@ -1852,6 +1888,18 @@ export interface UpdateMenuRequestSubmenuItem {
1852
1888
  * @memberof UpdateMenuRequestSubmenuItem
1853
1889
  */
1854
1890
  'link': string;
1891
+ /**
1892
+ *
1893
+ * @type {string}
1894
+ * @memberof UpdateMenuRequestSubmenuItem
1895
+ */
1896
+ 'color'?: string | null;
1897
+ /**
1898
+ *
1899
+ * @type {string}
1900
+ * @memberof UpdateMenuRequestSubmenuItem
1901
+ */
1902
+ 'backgroundColor'?: string | null;
1855
1903
  /**
1856
1904
  *
1857
1905
  * @type {number}
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Website API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.16.0
8
+ * The version of the OpenAPI document: 0.17.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
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 API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.16.0
8
+ * The version of the OpenAPI document: 0.17.0
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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
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 API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.16.0
8
+ * The version of the OpenAPI document: 0.17.0
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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Website API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.16.0
8
+ * The version of the OpenAPI document: 0.17.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -474,6 +474,18 @@ export interface MenuItem {
474
474
  * @memberof MenuItem
475
475
  */
476
476
  'link': string;
477
+ /**
478
+ *
479
+ * @type {string}
480
+ * @memberof MenuItem
481
+ */
482
+ 'color': string | null;
483
+ /**
484
+ *
485
+ * @type {string}
486
+ * @memberof MenuItem
487
+ */
488
+ 'backgroundColor': string | null;
477
489
  /**
478
490
  *
479
491
  * @type {number}
@@ -1284,6 +1296,18 @@ export interface SubmenuItem {
1284
1296
  * @memberof SubmenuItem
1285
1297
  */
1286
1298
  'link': string;
1299
+ /**
1300
+ *
1301
+ * @type {string}
1302
+ * @memberof SubmenuItem
1303
+ */
1304
+ 'color': string | null;
1305
+ /**
1306
+ *
1307
+ * @type {string}
1308
+ * @memberof SubmenuItem
1309
+ */
1310
+ 'backgroundColor': string | null;
1287
1311
  /**
1288
1312
  *
1289
1313
  * @type {number}
@@ -1607,6 +1631,18 @@ export interface UpdateMenuRequestItem {
1607
1631
  * @memberof UpdateMenuRequestItem
1608
1632
  */
1609
1633
  'link': string;
1634
+ /**
1635
+ *
1636
+ * @type {string}
1637
+ * @memberof UpdateMenuRequestItem
1638
+ */
1639
+ 'color'?: string | null;
1640
+ /**
1641
+ *
1642
+ * @type {string}
1643
+ * @memberof UpdateMenuRequestItem
1644
+ */
1645
+ 'backgroundColor'?: string | null;
1610
1646
  /**
1611
1647
  *
1612
1648
  * @type {number}
@@ -1852,6 +1888,18 @@ export interface UpdateMenuRequestSubmenuItem {
1852
1888
  * @memberof UpdateMenuRequestSubmenuItem
1853
1889
  */
1854
1890
  'link': string;
1891
+ /**
1892
+ *
1893
+ * @type {string}
1894
+ * @memberof UpdateMenuRequestSubmenuItem
1895
+ */
1896
+ 'color'?: string | null;
1897
+ /**
1898
+ *
1899
+ * @type {string}
1900
+ * @memberof UpdateMenuRequestSubmenuItem
1901
+ */
1902
+ 'backgroundColor'?: string | null;
1855
1903
  /**
1856
1904
  *
1857
1905
  * @type {number}
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
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 API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
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 API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
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 API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
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 API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.16.0
5
+ * The version of the OpenAPI document: 0.17.0
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 API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.16.0
8
+ * The version of the OpenAPI document: 0.17.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.16.0
7
+ * The version of the OpenAPI document: 0.17.0
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.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "OpenAPI client for @teemill/website",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {