@teemill/orders 1.4.0 → 1.5.1

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.
Files changed (72) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/README.md +2 -2
  3. package/dist/apis/OrdersApi.d.ts +6 -6
  4. package/dist/apis/OrdersApi.js +9 -7
  5. package/dist/models/Address.d.ts +2 -2
  6. package/dist/models/Address.js +2 -2
  7. package/dist/models/ApiError.d.ts +2 -2
  8. package/dist/models/ApiError.js +2 -2
  9. package/dist/models/ConfirmOrderFulfillment.d.ts +2 -2
  10. package/dist/models/ConfirmOrderFulfillment.js +2 -2
  11. package/dist/models/ConfirmOrderRequest.d.ts +2 -2
  12. package/dist/models/ConfirmOrderRequest.js +2 -2
  13. package/dist/models/ConfirmOrderValidationError.d.ts +2 -2
  14. package/dist/models/ConfirmOrderValidationError.js +2 -2
  15. package/dist/models/ContactInformation.d.ts +2 -2
  16. package/dist/models/ContactInformation.js +2 -2
  17. package/dist/models/DeliveryEstimates.d.ts +2 -2
  18. package/dist/models/DeliveryEstimates.js +2 -2
  19. package/dist/models/ExportOrders202Response.d.ts +31 -0
  20. package/dist/models/ExportOrders202Response.js +50 -0
  21. package/dist/models/Fulfillment.d.ts +2 -2
  22. package/dist/models/Fulfillment.js +2 -2
  23. package/dist/models/FulfillmentItem.d.ts +2 -2
  24. package/dist/models/FulfillmentItem.js +2 -2
  25. package/dist/models/Order.d.ts +2 -2
  26. package/dist/models/Order.js +2 -2
  27. package/dist/models/OrderItem.d.ts +2 -2
  28. package/dist/models/OrderItem.js +2 -2
  29. package/dist/models/OrderItemTaxPrice.d.ts +2 -2
  30. package/dist/models/OrderItemTaxPrice.js +2 -2
  31. package/dist/models/OrderTracking.d.ts +2 -2
  32. package/dist/models/OrderTracking.js +2 -2
  33. package/dist/models/OrdersResponse.d.ts +2 -2
  34. package/dist/models/OrdersResponse.js +2 -2
  35. package/dist/models/Origin.d.ts +2 -2
  36. package/dist/models/Origin.js +2 -2
  37. package/dist/models/Price.d.ts +2 -2
  38. package/dist/models/Price.js +2 -2
  39. package/dist/models/ShippingMethod.d.ts +2 -2
  40. package/dist/models/ShippingMethod.js +2 -2
  41. package/dist/models/Status.d.ts +2 -2
  42. package/dist/models/Status.js +2 -2
  43. package/dist/models/StatusHistoryItem.d.ts +2 -2
  44. package/dist/models/StatusHistoryItem.js +2 -2
  45. package/dist/models/index.d.ts +1 -0
  46. package/dist/models/index.js +1 -0
  47. package/dist/runtime.d.ts +2 -2
  48. package/dist/runtime.js +2 -2
  49. package/package.json +1 -1
  50. package/src/apis/OrdersApi.ts +13 -8
  51. package/src/models/Address.ts +2 -2
  52. package/src/models/ApiError.ts +2 -2
  53. package/src/models/ConfirmOrderFulfillment.ts +2 -2
  54. package/src/models/ConfirmOrderRequest.ts +2 -2
  55. package/src/models/ConfirmOrderValidationError.ts +2 -2
  56. package/src/models/ContactInformation.ts +2 -2
  57. package/src/models/DeliveryEstimates.ts +2 -2
  58. package/src/models/ExportOrders202Response.ts +65 -0
  59. package/src/models/Fulfillment.ts +2 -2
  60. package/src/models/FulfillmentItem.ts +2 -2
  61. package/src/models/Order.ts +2 -2
  62. package/src/models/OrderItem.ts +2 -2
  63. package/src/models/OrderItemTaxPrice.ts +2 -2
  64. package/src/models/OrderTracking.ts +2 -2
  65. package/src/models/OrdersResponse.ts +2 -2
  66. package/src/models/Origin.ts +2 -2
  67. package/src/models/Price.ts +2 -2
  68. package/src/models/ShippingMethod.ts +2 -2
  69. package/src/models/Status.ts +2 -2
  70. package/src/models/StatusHistoryItem.ts +2 -2
  71. package/src/models/index.ts +1 -0
  72. package/src/runtime.ts +2 -2
@@ -12,6 +12,7 @@ src/models/ConfirmOrderRequest.ts
12
12
  src/models/ConfirmOrderValidationError.ts
13
13
  src/models/ContactInformation.ts
14
14
  src/models/DeliveryEstimates.ts
15
+ src/models/ExportOrders202Response.ts
15
16
  src/models/Fulfillment.ts
16
17
  src/models/FulfillmentItem.ts
17
18
  src/models/Order.ts
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/orders@1.4.0
1
+ ## @teemill/orders@1.5.1
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/orders@1.4.0 --save
39
+ npm install @teemill/orders@1.5.1 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -68,15 +68,15 @@ export declare class OrdersApi extends runtime.BaseAPI {
68
68
  */
69
69
  createOrder(project: string, order: Order, optionalParameters?: runtime.OptionalOnly<CreateOrderRequest>, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Order>;
70
70
  /**
71
- * Initiates a CSV export of orders. The export will be available for download from a notification within Teemill Dashboard.
71
+ * Export orders as a CSV file
72
72
  * Export orders
73
73
  */
74
- exportOrdersRaw(requestParameters: ExportOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
74
+ exportOrdersRaw(requestParameters: ExportOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>>;
75
75
  /**
76
- * Initiates a CSV export of orders. The export will be available for download from a notification within Teemill Dashboard.
76
+ * Export orders as a CSV file
77
77
  * Export orders
78
78
  */
79
- exportOrders(project: string, start: Date, optionalParameters?: runtime.OptionalOnly<ExportOrdersRequest>, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
79
+ exportOrders(project: string, start: Date, optionalParameters?: runtime.OptionalOnly<ExportOrdersRequest>, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob>;
80
80
  /**
81
81
  * Get an order
82
82
  * Get order
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -232,7 +232,7 @@ var OrdersApi = /** @class */ (function (_super) {
232
232
  });
233
233
  };
234
234
  /**
235
- * Initiates a CSV export of orders. The export will be available for download from a notification within Teemill Dashboard.
235
+ * Export orders as a CSV file
236
236
  * Export orders
237
237
  */
238
238
  OrdersApi.prototype.exportOrdersRaw = function (requestParameters, initOverrides) {
@@ -279,24 +279,26 @@ var OrdersApi = /** @class */ (function (_super) {
279
279
  }, initOverrides)];
280
280
  case 3:
281
281
  response = _c.sent();
282
- return [2 /*return*/, new runtime.VoidApiResponse(response)];
282
+ return [2 /*return*/, new runtime.BlobApiResponse(response)];
283
283
  }
284
284
  });
285
285
  });
286
286
  };
287
287
  /**
288
- * Initiates a CSV export of orders. The export will be available for download from a notification within Teemill Dashboard.
288
+ * Export orders as a CSV file
289
289
  * Export orders
290
290
  */
291
291
  OrdersApi.prototype.exportOrders = function (project, start, optionalParameters, initOverrides) {
292
292
  if (optionalParameters === void 0) { optionalParameters = {}; }
293
293
  return __awaiter(this, void 0, void 0, function () {
294
+ var response;
294
295
  return __generator(this, function (_a) {
295
296
  switch (_a.label) {
296
297
  case 0: return [4 /*yield*/, this.exportOrdersRaw(__assign({ project: project, start: start }, optionalParameters), initOverrides)];
297
298
  case 1:
298
- _a.sent();
299
- return [2 /*return*/];
299
+ response = _a.sent();
300
+ return [4 /*yield*/, response.value()];
301
+ case 2: return [2 /*return*/, _a.sent()];
300
302
  }
301
303
  });
302
304
  });
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Orders API
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
+ *
5
+ * The version of the OpenAPI document: 1.5.1
6
+ * Contact: hello@teemill.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ExportOrders202Response
16
+ */
17
+ export interface ExportOrders202Response {
18
+ /**
19
+ * A message describing the export status
20
+ * @type {string}
21
+ * @memberof ExportOrders202Response
22
+ */
23
+ message?: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the ExportOrders202Response interface.
27
+ */
28
+ export declare function instanceOfExportOrders202Response(value: object): boolean;
29
+ export declare function ExportOrders202ResponseFromJSON(json: any): ExportOrders202Response;
30
+ export declare function ExportOrders202ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExportOrders202Response;
31
+ export declare function ExportOrders202ResponseToJSON(value?: ExportOrders202Response | null): any;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Orders API
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
+ *
8
+ * The version of the OpenAPI document: 1.5.1
9
+ * Contact: hello@teemill.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ExportOrders202ResponseToJSON = exports.ExportOrders202ResponseFromJSONTyped = exports.ExportOrders202ResponseFromJSON = exports.instanceOfExportOrders202Response = void 0;
17
+ var runtime_1 = require("../runtime");
18
+ /**
19
+ * Check if a given object implements the ExportOrders202Response interface.
20
+ */
21
+ function instanceOfExportOrders202Response(value) {
22
+ var isInstance = true;
23
+ return isInstance;
24
+ }
25
+ exports.instanceOfExportOrders202Response = instanceOfExportOrders202Response;
26
+ function ExportOrders202ResponseFromJSON(json) {
27
+ return ExportOrders202ResponseFromJSONTyped(json, false);
28
+ }
29
+ exports.ExportOrders202ResponseFromJSON = ExportOrders202ResponseFromJSON;
30
+ function ExportOrders202ResponseFromJSONTyped(json, ignoreDiscriminator) {
31
+ if ((json === undefined) || (json === null)) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'message': !(0, runtime_1.exists)(json, 'message') ? undefined : json['message'],
36
+ };
37
+ }
38
+ exports.ExportOrders202ResponseFromJSONTyped = ExportOrders202ResponseFromJSONTyped;
39
+ function ExportOrders202ResponseToJSON(value) {
40
+ if (value === undefined) {
41
+ return undefined;
42
+ }
43
+ if (value === null) {
44
+ return null;
45
+ }
46
+ return {
47
+ 'message': value.message,
48
+ };
49
+ }
50
+ exports.ExportOrders202ResponseToJSON = ExportOrders202ResponseToJSON;
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,6 +5,7 @@ export * from './ConfirmOrderRequest';
5
5
  export * from './ConfirmOrderValidationError';
6
6
  export * from './ContactInformation';
7
7
  export * from './DeliveryEstimates';
8
+ export * from './ExportOrders202Response';
8
9
  export * from './Fulfillment';
9
10
  export * from './FulfillmentItem';
10
11
  export * from './Order';
@@ -23,6 +23,7 @@ __exportStar(require("./ConfirmOrderRequest"), exports);
23
23
  __exportStar(require("./ConfirmOrderValidationError"), exports);
24
24
  __exportStar(require("./ContactInformation"), exports);
25
25
  __exportStar(require("./DeliveryEstimates"), exports);
26
+ __exportStar(require("./ExportOrders202Response"), exports);
26
27
  __exportStar(require("./Fulfillment"), exports);
27
28
  __exportStar(require("./FulfillmentItem"), exports);
28
29
  __exportStar(require("./Order"), exports);
package/dist/runtime.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.0
5
+ * The version of the OpenAPI document: 1.5.1
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
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.0
8
+ * The version of the OpenAPI document: 1.5.1
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/orders",
3
- "version": "1.4.0",
3
+ "version": "1.5.1",
4
4
  "description": "OpenAPI client for @teemill/orders",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18,6 +18,7 @@ import type {
18
18
  ApiError,
19
19
  ConfirmOrderRequest,
20
20
  ConfirmOrderValidationError,
21
+ ExportOrders202Response,
21
22
  Order,
22
23
  OrdersResponse,
23
24
  Status,
@@ -29,6 +30,8 @@ import {
29
30
  ConfirmOrderRequestToJSON,
30
31
  ConfirmOrderValidationErrorFromJSON,
31
32
  ConfirmOrderValidationErrorToJSON,
33
+ ExportOrders202ResponseFromJSON,
34
+ ExportOrders202ResponseToJSON,
32
35
  OrderFromJSON,
33
36
  OrderToJSON,
34
37
  OrdersResponseFromJSON,
@@ -218,10 +221,10 @@ export class OrdersApi extends runtime.BaseAPI {
218
221
  }
219
222
 
220
223
  /**
221
- * Initiates a CSV export of orders. The export will be available for download from a notification within Teemill Dashboard.
224
+ * Export orders as a CSV file
222
225
  * Export orders
223
226
  */
224
- async exportOrdersRaw(requestParameters: ExportOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
227
+ async exportOrdersRaw(requestParameters: ExportOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>> {
225
228
  if (requestParameters.project === null || requestParameters.project === undefined) {
226
229
  throw new runtime.RequiredError('project','Required parameter requestParameters.project was null or undefined when calling exportOrders.');
227
230
  }
@@ -262,25 +265,27 @@ export class OrdersApi extends runtime.BaseAPI {
262
265
  query: queryParameters,
263
266
  }, initOverrides);
264
267
 
265
- return new runtime.VoidApiResponse(response);
268
+ return new runtime.BlobApiResponse(response);
266
269
  }
267
270
 
268
271
  /**
269
- * Initiates a CSV export of orders. The export will be available for download from a notification within Teemill Dashboard.
272
+ * Export orders as a CSV file
270
273
  * Export orders
271
274
  */
272
275
  async exportOrders(
273
276
  project: string, start: Date,
274
277
  optionalParameters: runtime.OptionalOnly<ExportOrdersRequest> = {},
275
278
  initOverrides?: RequestInit | runtime.InitOverrideFunction
276
- ): Promise<void> {
277
- await this.exportOrdersRaw(
279
+ ): Promise<Blob> {
280
+ const response = await this.exportOrdersRaw(
278
281
  {
279
282
  project: project,start: start,
280
283
  ...optionalParameters,
281
284
  },
282
285
  initOverrides
283
286
  );
287
+
288
+ return await response.value();
284
289
  }
285
290
 
286
291
  /**
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,65 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Orders API
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ *
7
+ * The version of the OpenAPI document: 1.5.1
8
+ * Contact: hello@teemill.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { exists, mapValues } from '../runtime';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface ExportOrders202Response
20
+ */
21
+ export interface ExportOrders202Response {
22
+ /**
23
+ * A message describing the export status
24
+ * @type {string}
25
+ * @memberof ExportOrders202Response
26
+ */
27
+ message?: string;
28
+ }
29
+
30
+ /**
31
+ * Check if a given object implements the ExportOrders202Response interface.
32
+ */
33
+ export function instanceOfExportOrders202Response(value: object): boolean {
34
+ let isInstance = true;
35
+
36
+ return isInstance;
37
+ }
38
+
39
+ export function ExportOrders202ResponseFromJSON(json: any): ExportOrders202Response {
40
+ return ExportOrders202ResponseFromJSONTyped(json, false);
41
+ }
42
+
43
+ export function ExportOrders202ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExportOrders202Response {
44
+ if ((json === undefined) || (json === null)) {
45
+ return json;
46
+ }
47
+ return {
48
+
49
+ 'message': !exists(json, 'message') ? undefined : json['message'],
50
+ };
51
+ }
52
+
53
+ export function ExportOrders202ResponseToJSON(value?: ExportOrders202Response | null): any {
54
+ if (value === undefined) {
55
+ return undefined;
56
+ }
57
+ if (value === null) {
58
+ return null;
59
+ }
60
+ return {
61
+
62
+ 'message': value.message,
63
+ };
64
+ }
65
+
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7,6 +7,7 @@ export * from './ConfirmOrderRequest';
7
7
  export * from './ConfirmOrderValidationError';
8
8
  export * from './ContactInformation';
9
9
  export * from './DeliveryEstimates';
10
+ export * from './ExportOrders202Response';
10
11
  export * from './Fulfillment';
11
12
  export * from './FulfillmentItem';
12
13
  export * from './Order';
package/src/runtime.ts CHANGED
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.0
7
+ * The version of the OpenAPI document: 1.5.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).