@teemill/website 0.22.1 → 0.22.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/website@0.22.1
1
+ ## @teemill/website@0.22.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/website@0.22.1 --save
39
+ npm install @teemill/website@0.22.2 --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.22.1
7
+ * The version of the OpenAPI document: 0.22.2
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -417,7 +417,7 @@ export interface Footer {
417
417
  * @type {Array<FooterItem>}
418
418
  * @memberof Footer
419
419
  */
420
- 'items'?: Array<FooterItem>;
420
+ 'items': Array<FooterItem>;
421
421
  }
422
422
  /**
423
423
  *
@@ -430,25 +430,25 @@ export interface FooterItem {
430
430
  * @type {string}
431
431
  * @memberof FooterItem
432
432
  */
433
- 'id'?: string;
433
+ 'id': string;
434
434
  /**
435
435
  *
436
436
  * @type {string}
437
437
  * @memberof FooterItem
438
438
  */
439
- 'text'?: string;
439
+ 'text': string;
440
440
  /**
441
441
  *
442
442
  * @type {string}
443
443
  * @memberof FooterItem
444
444
  */
445
- 'link'?: string;
445
+ 'link': string;
446
446
  /**
447
447
  *
448
448
  * @type {number}
449
449
  * @memberof FooterItem
450
450
  */
451
- 'order'?: number;
451
+ 'order': number;
452
452
  }
453
453
  /**
454
454
  * Image description
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.22.1
7
+ * The version of the OpenAPI document: 0.22.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
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.22.1
7
+ * The version of the OpenAPI document: 0.22.2
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.22.1
7
+ * The version of the OpenAPI document: 0.22.2
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.22.1
5
+ * The version of the OpenAPI document: 0.22.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -400,7 +400,7 @@ export interface Footer {
400
400
  * @type {Array<FooterItem>}
401
401
  * @memberof Footer
402
402
  */
403
- 'items'?: Array<FooterItem>;
403
+ 'items': Array<FooterItem>;
404
404
  }
405
405
  /**
406
406
  *
@@ -413,25 +413,25 @@ export interface FooterItem {
413
413
  * @type {string}
414
414
  * @memberof FooterItem
415
415
  */
416
- 'id'?: string;
416
+ 'id': string;
417
417
  /**
418
418
  *
419
419
  * @type {string}
420
420
  * @memberof FooterItem
421
421
  */
422
- 'text'?: string;
422
+ 'text': string;
423
423
  /**
424
424
  *
425
425
  * @type {string}
426
426
  * @memberof FooterItem
427
427
  */
428
- 'link'?: string;
428
+ 'link': string;
429
429
  /**
430
430
  *
431
431
  * @type {number}
432
432
  * @memberof FooterItem
433
433
  */
434
- 'order'?: number;
434
+ 'order': number;
435
435
  }
436
436
  /**
437
437
  * Image description
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.22.1
8
+ * The version of the OpenAPI document: 0.22.2
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.22.1
5
+ * The version of the OpenAPI document: 0.22.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
  * Website API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.22.1
8
+ * The version of the OpenAPI document: 0.22.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
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.22.1
5
+ * The version of the OpenAPI document: 0.22.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
  * Website API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.22.1
8
+ * The version of the OpenAPI document: 0.22.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
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.22.1
5
+ * The version of the OpenAPI document: 0.22.2
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.22.1
8
+ * The version of the OpenAPI document: 0.22.2
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.22.1
5
+ * The version of the OpenAPI document: 0.22.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -400,7 +400,7 @@ export interface Footer {
400
400
  * @type {Array<FooterItem>}
401
401
  * @memberof Footer
402
402
  */
403
- 'items'?: Array<FooterItem>;
403
+ 'items': Array<FooterItem>;
404
404
  }
405
405
  /**
406
406
  *
@@ -413,25 +413,25 @@ export interface FooterItem {
413
413
  * @type {string}
414
414
  * @memberof FooterItem
415
415
  */
416
- 'id'?: string;
416
+ 'id': string;
417
417
  /**
418
418
  *
419
419
  * @type {string}
420
420
  * @memberof FooterItem
421
421
  */
422
- 'text'?: string;
422
+ 'text': string;
423
423
  /**
424
424
  *
425
425
  * @type {string}
426
426
  * @memberof FooterItem
427
427
  */
428
- 'link'?: string;
428
+ 'link': string;
429
429
  /**
430
430
  *
431
431
  * @type {number}
432
432
  * @memberof FooterItem
433
433
  */
434
- 'order'?: number;
434
+ 'order': number;
435
435
  }
436
436
  /**
437
437
  * Image description
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.22.1
7
+ * The version of the OpenAPI document: 0.22.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
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.22.1
5
+ * The version of the OpenAPI document: 0.22.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
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.22.1
7
+ * The version of the OpenAPI document: 0.22.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
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.22.1
5
+ * The version of the OpenAPI document: 0.22.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
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.22.1
7
+ * The version of the OpenAPI document: 0.22.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
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.22.1
5
+ * The version of the OpenAPI document: 0.22.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
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.22.1
7
+ * The version of the OpenAPI document: 0.22.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
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.22.1
5
+ * The version of the OpenAPI document: 0.22.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
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.22.1
7
+ * The version of the OpenAPI document: 0.22.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
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.22.1
5
+ * The version of the OpenAPI document: 0.22.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
  * Website API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.22.1
8
+ * The version of the OpenAPI document: 0.22.2
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/docs/Footer.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **items** | [**Array&lt;FooterItem&gt;**](FooterItem.md) | | [optional] [default to undefined]
8
+ **items** | [**Array&lt;FooterItem&gt;**](FooterItem.md) | | [default to undefined]
9
9
 
10
10
  ## Example
11
11
 
@@ -5,10 +5,10 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | | [optional] [default to undefined]
9
- **text** | **string** | | [optional] [default to undefined]
10
- **link** | **string** | | [optional] [default to undefined]
11
- **order** | **number** | | [optional] [default to undefined]
8
+ **id** | **string** | | [default to undefined]
9
+ **text** | **string** | | [default to undefined]
10
+ **link** | **string** | | [default to undefined]
11
+ **order** | **number** | | [default to undefined]
12
12
 
13
13
  ## Example
14
14
 
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.22.1
7
+ * The version of the OpenAPI document: 0.22.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/website",
3
- "version": "0.22.1",
3
+ "version": "0.22.2",
4
4
  "description": "OpenAPI client for @teemill/website",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {