@teemill/platform 0.47.3 → 0.49.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.47.3
1
+ ## @teemill/platform@0.49.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.47.3 --save
39
+ npm install @teemill/platform@0.49.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.47.3
7
+ * The version of the OpenAPI document: 0.49.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -488,6 +488,10 @@ export interface Fulfillment {
488
488
  */
489
489
  'id'?: string;
490
490
  'status'?: OrderStatus;
491
+ /**
492
+ * A human readable identifier for the fulfiller to use internally during production.
493
+ */
494
+ 'fulfillerReference'?: string;
491
495
  'fulfiller'?: Fulfiller;
492
496
  'items'?: Array<FulfillmentItem>;
493
497
  'tracking'?: OrderTracking | null;
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.47.3
7
+ * The version of the OpenAPI document: 0.49.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.47.3
7
+ * The version of the OpenAPI document: 0.49.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.47.3
6
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -459,6 +459,10 @@ export interface Fulfillment {
459
459
  */
460
460
  'id'?: string;
461
461
  'status'?: OrderStatus;
462
+ /**
463
+ * A human readable identifier for the fulfiller to use internally during production.
464
+ */
465
+ 'fulfillerReference'?: string;
462
466
  'fulfiller'?: Fulfiller;
463
467
  'items'?: Array<FulfillmentItem>;
464
468
  'tracking'?: OrderTracking | null;
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.47.3
8
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.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.47.3
8
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.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.47.3
8
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.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.47.3
7
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -459,6 +459,10 @@ export interface Fulfillment {
459
459
  */
460
460
  'id'?: string;
461
461
  'status'?: OrderStatus;
462
+ /**
463
+ * A human readable identifier for the fulfiller to use internally during production.
464
+ */
465
+ 'fulfillerReference'?: string;
462
466
  'fulfiller'?: Fulfiller;
463
467
  'items'?: Array<FulfillmentItem>;
464
468
  'tracking'?: OrderTracking | null;
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.47.3
7
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.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.47.3
7
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.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.47.3
7
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.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.47.3
6
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.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.47.3
7
+ * The version of the OpenAPI document: 0.49.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.47.3
5
+ * The version of the OpenAPI document: 0.49.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.47.3
8
+ * The version of the OpenAPI document: 0.49.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -175,6 +175,7 @@ const { status, data } = await apiInstance.exportCustomers(
175
175
  |**400** | Failed validation | - |
176
176
  |**401** | Not authorised to access this resource | - |
177
177
  |**403** | Refuse to authorize | - |
178
+ |**409** | Conflict | - |
178
179
  |**500** | Unknown server error | - |
179
180
 
180
181
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | Unique fulfillment id | [optional] [default to undefined]
9
9
  **status** | [**OrderStatus**](OrderStatus.md) | | [optional] [default to undefined]
10
+ **fulfillerReference** | **string** | A human readable identifier for the fulfiller to use internally during production. | [optional] [default to undefined]
10
11
  **fulfiller** | [**Fulfiller**](Fulfiller.md) | | [optional] [default to undefined]
11
12
  **items** | [**Array&lt;FulfillmentItem&gt;**](FulfillmentItem.md) | | [optional] [default to undefined]
12
13
  **tracking** | [**OrderTracking**](OrderTracking.md) | | [optional] [default to undefined]
@@ -22,6 +23,7 @@ import { Fulfillment } from '@teemill/platform';
22
23
  const instance: Fulfillment = {
23
24
  id,
24
25
  status,
26
+ fulfillerReference,
25
27
  fulfiller,
26
28
  items,
27
29
  tracking,
package/docs/OrdersApi.md CHANGED
@@ -340,6 +340,7 @@ const { status, data } = await apiInstance.exportOrders(
340
340
  |**400** | Failed validation | - |
341
341
  |**401** | Not authorised to access this resource | - |
342
342
  |**403** | Refuse to authorize | - |
343
+ |**409** | Conflict | - |
343
344
  |**500** | Unknown server error | - |
344
345
 
345
346
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -151,6 +151,7 @@ const { status, data } = await apiInstance.exportReviews(
151
151
  |**400** | Failed validation | - |
152
152
  |**401** | Not authorised to access this resource | - |
153
153
  |**403** | Refuse to authorize | - |
154
+ |**409** | Conflict | - |
154
155
  |**500** | Unknown server error | - |
155
156
 
156
157
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
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.47.3
7
+ * The version of the OpenAPI document: 0.49.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.47.3",
3
+ "version": "0.49.0",
4
4
  "description": "OpenAPI client for @teemill/platform",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {