@teemill/orders 1.24.1 → 1.25.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.
Files changed (60) hide show
  1. package/README.md +11 -8
  2. package/api.ts +448 -135
  3. package/base.ts +1 -1
  4. package/common.ts +1 -1
  5. package/configuration.ts +1 -1
  6. package/dist/api.d.ts +444 -135
  7. package/dist/api.js +44 -32
  8. package/dist/base.d.ts +1 -1
  9. package/dist/base.js +1 -1
  10. package/dist/common.d.ts +1 -1
  11. package/dist/common.js +1 -1
  12. package/dist/configuration.d.ts +1 -1
  13. package/dist/configuration.js +1 -1
  14. package/dist/esm/api.d.ts +444 -135
  15. package/dist/esm/api.js +43 -31
  16. package/dist/esm/base.d.ts +1 -1
  17. package/dist/esm/base.js +1 -1
  18. package/dist/esm/common.d.ts +1 -1
  19. package/dist/esm/common.js +1 -1
  20. package/dist/esm/configuration.d.ts +1 -1
  21. package/dist/esm/configuration.js +1 -1
  22. package/dist/esm/index.d.ts +1 -1
  23. package/dist/esm/index.js +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.js +1 -1
  26. package/docs/Address.md +9 -9
  27. package/docs/ApiError.md +3 -2
  28. package/docs/ConfirmOrderFulfillment.md +4 -3
  29. package/docs/ConfirmOrderFulfillmentWithShipment.md +3 -2
  30. package/docs/ConfirmOrderFulfillmentWithShippingMethod.md +3 -2
  31. package/docs/ConfirmOrderValidationError.md +2 -0
  32. package/docs/ContactInformation.md +2 -2
  33. package/docs/ContactInformation1.md +23 -0
  34. package/docs/CreateOrder.md +7 -7
  35. package/docs/CreateOrderItem.md +24 -0
  36. package/docs/CustomsInformation.md +4 -4
  37. package/docs/CustomsInformation1.md +5 -4
  38. package/docs/DeliveryEstimates.md +4 -3
  39. package/docs/Fulfiller.md +25 -0
  40. package/docs/FulfillerLocation.md +23 -0
  41. package/docs/Fulfillment.md +9 -8
  42. package/docs/FulfillmentItem.md +3 -3
  43. package/docs/Image.md +5 -5
  44. package/docs/Order.md +17 -16
  45. package/docs/OrderItem.md +10 -9
  46. package/docs/OrderTracking.md +4 -3
  47. package/docs/OrdersApi.md +31 -31
  48. package/docs/Origin.md +3 -2
  49. package/docs/PaymentAttempt.md +4 -5
  50. package/docs/PaymentMethod.md +2 -1
  51. package/docs/Price.md +3 -3
  52. package/docs/ProductUnavailableError.md +35 -0
  53. package/docs/RecipientCost.md +23 -0
  54. package/docs/Shipment.md +21 -0
  55. package/docs/ShippingMethod.md +8 -7
  56. package/docs/Status.md +1 -0
  57. package/docs/StockConflictError.md +34 -0
  58. package/docs/StockUnavailableError.md +35 -0
  59. package/index.ts +1 -1
  60. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/orders@1.24.1
1
+ ## @teemill/orders@1.25.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/orders@1.24.1 --save
39
+ npm install @teemill/orders@1.25.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -67,37 +67,40 @@ Class | Method | HTTP request | Description
67
67
  - [ApiError](docs/ApiError.md)
68
68
  - [ConfirmOrderFulfillment](docs/ConfirmOrderFulfillment.md)
69
69
  - [ConfirmOrderFulfillmentWithShipment](docs/ConfirmOrderFulfillmentWithShipment.md)
70
- - [ConfirmOrderFulfillmentWithShipmentShipment](docs/ConfirmOrderFulfillmentWithShipmentShipment.md)
71
70
  - [ConfirmOrderFulfillmentWithShippingMethod](docs/ConfirmOrderFulfillmentWithShippingMethod.md)
72
71
  - [ConfirmOrderRequest](docs/ConfirmOrderRequest.md)
73
72
  - [ConfirmOrderValidationError](docs/ConfirmOrderValidationError.md)
74
73
  - [ContactInformation](docs/ContactInformation.md)
74
+ - [ContactInformation1](docs/ContactInformation1.md)
75
75
  - [Coupon](docs/Coupon.md)
76
76
  - [CreateOrder](docs/CreateOrder.md)
77
- - [CreateOrderContactInformation](docs/CreateOrderContactInformation.md)
77
+ - [CreateOrderItem](docs/CreateOrderItem.md)
78
78
  - [CustomsInformation](docs/CustomsInformation.md)
79
79
  - [CustomsInformation1](docs/CustomsInformation1.md)
80
80
  - [DeliveryEstimates](docs/DeliveryEstimates.md)
81
81
  - [ExportOrders202Response](docs/ExportOrders202Response.md)
82
+ - [Fulfiller](docs/Fulfiller.md)
83
+ - [FulfillerLocation](docs/FulfillerLocation.md)
82
84
  - [Fulfillment](docs/Fulfillment.md)
83
- - [FulfillmentFulfiller](docs/FulfillmentFulfiller.md)
84
- - [FulfillmentFulfillerLocation](docs/FulfillmentFulfillerLocation.md)
85
85
  - [FulfillmentItem](docs/FulfillmentItem.md)
86
86
  - [Image](docs/Image.md)
87
87
  - [Option](docs/Option.md)
88
88
  - [Order](docs/Order.md)
89
89
  - [OrderItem](docs/OrderItem.md)
90
- - [OrderItem1](docs/OrderItem1.md)
91
- - [OrderItem1RecipientCost](docs/OrderItem1RecipientCost.md)
92
90
  - [OrderTracking](docs/OrderTracking.md)
93
91
  - [OrdersResponse](docs/OrdersResponse.md)
94
92
  - [Origin](docs/Origin.md)
95
93
  - [PaymentAttempt](docs/PaymentAttempt.md)
96
94
  - [PaymentMethod](docs/PaymentMethod.md)
97
95
  - [Price](docs/Price.md)
96
+ - [ProductUnavailableError](docs/ProductUnavailableError.md)
97
+ - [RecipientCost](docs/RecipientCost.md)
98
+ - [Shipment](docs/Shipment.md)
98
99
  - [ShippingMethod](docs/ShippingMethod.md)
99
100
  - [Status](docs/Status.md)
100
101
  - [StatusHistoryItem](docs/StatusHistoryItem.md)
102
+ - [StockConflictError](docs/StockConflictError.md)
103
+ - [StockUnavailableError](docs/StockUnavailableError.md)
101
104
 
102
105
 
103
106
  <a id="documentation-for-authorization"></a>