@teemill/website 0.1.1 → 0.1.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 +1 @@
1
- 7.4.0-SNAPSHOT
1
+ 7.3.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/website@0.1.1
1
+ ## @teemill/website@0.1.2
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). 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.1.1 --save
39
+ npm install @teemill/website@0.1.2 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -2,7 +2,7 @@
2
2
  * Website Api
3
3
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.1
5
+ * The version of the OpenAPI document: 0.1.2
6
6
  * Contact: hello@teemill.com
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 Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.1
8
+ * The version of the OpenAPI document: 0.1.2
9
9
  * Contact: hello@teemill.com
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 Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.1
5
+ * The version of the OpenAPI document: 0.1.2
6
6
  * Contact: hello@teemill.com
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 Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.1
8
+ * The version of the OpenAPI document: 0.1.2
9
9
  * Contact: hello@teemill.com
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 Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.1
5
+ * The version of the OpenAPI document: 0.1.2
6
6
  * Contact: hello@teemill.com
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 Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.1
8
+ * The version of the OpenAPI document: 0.1.2
9
9
  * Contact: hello@teemill.com
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 Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.1
5
+ * The version of the OpenAPI document: 0.1.2
6
6
  * Contact: hello@teemill.com
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 Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.1
8
+ * The version of the OpenAPI document: 0.1.2
9
9
  * Contact: hello@teemill.com
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 Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.1
5
+ * The version of the OpenAPI document: 0.1.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@ export interface ShippingMethods {
21
21
  * @type {Array<ShippingMethod>}
22
22
  * @memberof ShippingMethods
23
23
  */
24
- shippingMethods?: Array<ShippingMethod>;
24
+ shippingMethods: Array<ShippingMethod>;
25
25
  /**
26
26
  * The token referencing the next page number
27
27
  * @type {number}
@@ -5,7 +5,7 @@
5
5
  * Website Api
6
6
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.1
8
+ * The version of the OpenAPI document: 0.1.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,6 +21,7 @@ var ShippingMethod_1 = require("./ShippingMethod");
21
21
  */
22
22
  function instanceOfShippingMethods(value) {
23
23
  var isInstance = true;
24
+ isInstance = isInstance && "shippingMethods" in value;
24
25
  return isInstance;
25
26
  }
26
27
  exports.instanceOfShippingMethods = instanceOfShippingMethods;
@@ -33,7 +34,7 @@ function ShippingMethodsFromJSONTyped(json, ignoreDiscriminator) {
33
34
  return json;
34
35
  }
35
36
  return {
36
- 'shippingMethods': !(0, runtime_1.exists)(json, 'shippingMethods') ? undefined : (json['shippingMethods'].map(ShippingMethod_1.ShippingMethodFromJSON)),
37
+ 'shippingMethods': (json['shippingMethods'].map(ShippingMethod_1.ShippingMethodFromJSON)),
37
38
  'nextPageToken': !(0, runtime_1.exists)(json, 'nextPageToken') ? undefined : json['nextPageToken'],
38
39
  };
39
40
  }
@@ -46,7 +47,7 @@ function ShippingMethodsToJSON(value) {
46
47
  return null;
47
48
  }
48
49
  return {
49
- 'shippingMethods': value.shippingMethods === undefined ? undefined : (value.shippingMethods.map(ShippingMethod_1.ShippingMethodToJSON)),
50
+ 'shippingMethods': (value.shippingMethods.map(ShippingMethod_1.ShippingMethodToJSON)),
50
51
  'nextPageToken': value.nextPageToken,
51
52
  };
52
53
  }
@@ -2,7 +2,7 @@
2
2
  * Website Api
3
3
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.1
5
+ * The version of the OpenAPI document: 0.1.2
6
6
  * Contact: hello@teemill.com
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 Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.1
8
+ * The version of the OpenAPI document: 0.1.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/runtime.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website Api
3
3
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.1
5
+ * The version of the OpenAPI document: 0.1.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/runtime.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Website Api
6
6
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.1
8
+ * The version of the OpenAPI document: 0.1.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * 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.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "OpenAPI client for @teemill/website",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -4,7 +4,7 @@
4
4
  * Website Api
5
5
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.1
7
+ * The version of the OpenAPI document: 0.1.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Website Api
5
5
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.1
7
+ * The version of the OpenAPI document: 0.1.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Website Api
5
5
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.1
7
+ * The version of the OpenAPI document: 0.1.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Website Api
5
5
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.1
7
+ * The version of the OpenAPI document: 0.1.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Website Api
5
5
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.1
7
+ * The version of the OpenAPI document: 0.1.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@ export interface ShippingMethods {
31
31
  * @type {Array<ShippingMethod>}
32
32
  * @memberof ShippingMethods
33
33
  */
34
- shippingMethods?: Array<ShippingMethod>;
34
+ shippingMethods: Array<ShippingMethod>;
35
35
  /**
36
36
  * The token referencing the next page number
37
37
  * @type {number}
@@ -45,6 +45,7 @@ export interface ShippingMethods {
45
45
  */
46
46
  export function instanceOfShippingMethods(value: object): boolean {
47
47
  let isInstance = true;
48
+ isInstance = isInstance && "shippingMethods" in value;
48
49
 
49
50
  return isInstance;
50
51
  }
@@ -59,7 +60,7 @@ export function ShippingMethodsFromJSONTyped(json: any, ignoreDiscriminator: boo
59
60
  }
60
61
  return {
61
62
 
62
- 'shippingMethods': !exists(json, 'shippingMethods') ? undefined : ((json['shippingMethods'] as Array<any>).map(ShippingMethodFromJSON)),
63
+ 'shippingMethods': ((json['shippingMethods'] as Array<any>).map(ShippingMethodFromJSON)),
63
64
  'nextPageToken': !exists(json, 'nextPageToken') ? undefined : json['nextPageToken'],
64
65
  };
65
66
  }
@@ -73,7 +74,7 @@ export function ShippingMethodsToJSON(value?: ShippingMethods | null): any {
73
74
  }
74
75
  return {
75
76
 
76
- 'shippingMethods': value.shippingMethods === undefined ? undefined : ((value.shippingMethods as Array<any>).map(ShippingMethodToJSON)),
77
+ 'shippingMethods': ((value.shippingMethods as Array<any>).map(ShippingMethodToJSON)),
77
78
  'nextPageToken': value.nextPageToken,
78
79
  };
79
80
  }
@@ -4,7 +4,7 @@
4
4
  * Website Api
5
5
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.1
7
+ * The version of the OpenAPI document: 0.1.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/src/runtime.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website Api
5
5
  * Manage Teemill Website For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.1
7
+ * The version of the OpenAPI document: 0.1.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).