@teemill/platform 0.51.1 → 0.52.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/platform@0.51.1
1
+ ## @teemill/platform@0.52.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/platform@0.51.1 --save
39
+ npm install @teemill/platform@0.52.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform API
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.51.1
7
+ * The version of the OpenAPI document: 0.52.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -510,6 +510,10 @@ export interface Fulfillment {
510
510
  * Weight of the package being shipped in grams
511
511
  */
512
512
  'packageWeight'?: number;
513
+ /**
514
+ * A reference to the resource location
515
+ */
516
+ 'platformRef'?: string;
513
517
  }
514
518
 
515
519
 
@@ -598,6 +602,7 @@ export interface Order {
598
602
  'ref'?: string;
599
603
  'status'?: OrderStatus;
600
604
  'approvalItemId'?: string | null;
605
+ 'customerRef': string;
601
606
  'contactInformation': ContactInformation;
602
607
  'paymentMethod'?: OrderPaymentMethod;
603
608
  'shippingAddress': Address;
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform API
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.51.1
7
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.51.1
7
+ * The version of the OpenAPI document: 0.52.0
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
  * Platform API
4
4
  * Manage Your podOS platform
5
5
  *
6
- * The version of the OpenAPI document: 0.51.1
6
+ * The version of the OpenAPI document: 0.52.0
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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -481,6 +481,10 @@ export interface Fulfillment {
481
481
  * Weight of the package being shipped in grams
482
482
  */
483
483
  'packageWeight'?: number;
484
+ /**
485
+ * A reference to the resource location
486
+ */
487
+ 'platformRef'?: string;
484
488
  }
485
489
  export interface FulfillmentItem {
486
490
  /**
@@ -567,6 +571,7 @@ export interface Order {
567
571
  'ref'?: string;
568
572
  'status'?: OrderStatus;
569
573
  'approvalItemId'?: string | null;
574
+ 'customerRef': string;
570
575
  'contactInformation': ContactInformation;
571
576
  'paymentMethod'?: OrderPaymentMethod;
572
577
  'shippingAddress': Address;
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Platform API
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.51.1
8
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.51.1
8
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.51.1
8
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.51.1
7
+ * The version of the OpenAPI document: 0.52.0
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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -481,6 +481,10 @@ export interface Fulfillment {
481
481
  * Weight of the package being shipped in grams
482
482
  */
483
483
  'packageWeight'?: number;
484
+ /**
485
+ * A reference to the resource location
486
+ */
487
+ 'platformRef'?: string;
484
488
  }
485
489
  export interface FulfillmentItem {
486
490
  /**
@@ -567,6 +571,7 @@ export interface Order {
567
571
  'ref'?: string;
568
572
  'status'?: OrderStatus;
569
573
  'approvalItemId'?: string | null;
574
+ 'customerRef': string;
570
575
  'contactInformation': ContactInformation;
571
576
  'paymentMethod'?: OrderPaymentMethod;
572
577
  'shippingAddress': Address;
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform API
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.51.1
7
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.51.1
7
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.51.1
7
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.0
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
  * Platform API
4
4
  * Manage Your podOS platform
5
5
  *
6
- * The version of the OpenAPI document: 0.51.1
6
+ * The version of the OpenAPI document: 0.52.0
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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.51.1
7
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.51.1
5
+ * The version of the OpenAPI document: 0.52.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
  * Platform API
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.51.1
8
+ * The version of the OpenAPI document: 0.52.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **shippingMethod** | [**ShippingMethod**](ShippingMethod.md) | Shipping method currently set | [optional] [default to undefined]
15
15
  **availableShippingMethods** | [**Array<ShippingMethod>**](ShippingMethod.md) | Shipping methods available for this fulfillment. One of these should be used to confirm the fulfillment. | [optional] [default to undefined]
16
16
  **packageWeight** | **number** | Weight of the package being shipped in grams | [optional] [default to undefined]
17
+ **platformRef** | **string** | A reference to the resource location | [optional] [default to undefined]
17
18
 
18
19
  ## Example
19
20
 
@@ -30,6 +31,7 @@ const instance: Fulfillment = {
30
31
  shippingMethod,
31
32
  availableShippingMethods,
32
33
  packageWeight,
34
+ platformRef,
33
35
  };
34
36
  ```
35
37
 
package/docs/Order.md CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **ref** | **string** | A reference to the resource location | [optional] [default to undefined]
10
10
  **status** | [**OrderStatus**](OrderStatus.md) | | [optional] [default to undefined]
11
11
  **approvalItemId** | **string** | | [optional] [default to undefined]
12
+ **customerRef** | **string** | | [default to undefined]
12
13
  **contactInformation** | [**ContactInformation**](ContactInformation.md) | | [default to undefined]
13
14
  **paymentMethod** | [**OrderPaymentMethod**](OrderPaymentMethod.md) | | [optional] [default to undefined]
14
15
  **shippingAddress** | [**Address**](Address.md) | | [default to undefined]
@@ -43,6 +44,7 @@ const instance: Order = {
43
44
  ref,
44
45
  status,
45
46
  approvalItemId,
47
+ customerRef,
46
48
  contactInformation,
47
49
  paymentMethod,
48
50
  shippingAddress,
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform API
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.51.1
7
+ * The version of the OpenAPI document: 0.52.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/platform",
3
- "version": "0.51.1",
3
+ "version": "0.52.0",
4
4
  "description": "OpenAPI client for @teemill/platform",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {