@medusajs/types 1.12.0-snapshot-20240406075900 → 1.12.0-snapshot-20240409114424

Sign up to get free protection for your applications and to get access to all the features.
Files changed (242) hide show
  1. package/dist/cart/common.d.ts +64 -47
  2. package/dist/cart/common.d.ts.map +1 -1
  3. package/dist/cart/mutations.d.ts +14 -13
  4. package/dist/cart/mutations.d.ts.map +1 -1
  5. package/dist/cart/mutations.js.map +1 -1
  6. package/dist/cart/workflows.d.ts +6 -5
  7. package/dist/cart/workflows.d.ts.map +1 -1
  8. package/dist/common/rule.d.ts +3 -0
  9. package/dist/common/rule.d.ts.map +1 -1
  10. package/dist/customer/common.d.ts +21 -13
  11. package/dist/customer/common.d.ts.map +1 -1
  12. package/dist/customer/mutations.d.ts +13 -13
  13. package/dist/customer/mutations.d.ts.map +1 -1
  14. package/dist/dal/repository-service.d.ts +1 -1
  15. package/dist/dal/repository-service.d.ts.map +1 -1
  16. package/dist/file/index.d.ts +1 -0
  17. package/dist/file/index.d.ts.map +1 -1
  18. package/dist/file/index.js +1 -0
  19. package/dist/file/index.js.map +1 -1
  20. package/dist/file/provider.d.ts +100 -0
  21. package/dist/file/provider.d.ts.map +1 -0
  22. package/dist/file/provider.js +3 -0
  23. package/dist/file/provider.js.map +1 -0
  24. package/dist/fulfillment/common/address.d.ts +51 -0
  25. package/dist/fulfillment/common/address.d.ts.map +1 -1
  26. package/dist/fulfillment/common/fulfillment-item.d.ts +39 -0
  27. package/dist/fulfillment/common/fulfillment-item.d.ts.map +1 -1
  28. package/dist/fulfillment/common/fulfillment-label.d.ts +30 -0
  29. package/dist/fulfillment/common/fulfillment-label.d.ts.map +1 -1
  30. package/dist/fulfillment/common/fulfillment-provider.d.ts +24 -0
  31. package/dist/fulfillment/common/fulfillment-provider.d.ts.map +1 -1
  32. package/dist/fulfillment/common/fulfillment-set.d.ts +42 -0
  33. package/dist/fulfillment/common/fulfillment-set.d.ts.map +1 -1
  34. package/dist/fulfillment/common/fulfillment.d.ts +91 -0
  35. package/dist/fulfillment/common/fulfillment.d.ts.map +1 -1
  36. package/dist/fulfillment/common/geo-zone.d.ts +54 -0
  37. package/dist/fulfillment/common/geo-zone.d.ts.map +1 -1
  38. package/dist/fulfillment/common/service-zone.d.ts +52 -0
  39. package/dist/fulfillment/common/service-zone.d.ts.map +1 -1
  40. package/dist/fulfillment/common/shipping-option-rule.d.ts +51 -0
  41. package/dist/fulfillment/common/shipping-option-rule.d.ts.map +1 -1
  42. package/dist/fulfillment/common/shipping-option-type.d.ts +45 -0
  43. package/dist/fulfillment/common/shipping-option-type.d.ts.map +1 -1
  44. package/dist/fulfillment/common/shipping-option.d.ts +117 -0
  45. package/dist/fulfillment/common/shipping-option.d.ts.map +1 -1
  46. package/dist/fulfillment/common/shipping-profile.d.ts +42 -0
  47. package/dist/fulfillment/common/shipping-profile.d.ts.map +1 -1
  48. package/dist/fulfillment/mutations/fulfillment-address.d.ts +39 -0
  49. package/dist/fulfillment/mutations/fulfillment-address.d.ts.map +1 -1
  50. package/dist/fulfillment/mutations/fulfillment-item.d.ts +24 -0
  51. package/dist/fulfillment/mutations/fulfillment-item.d.ts.map +1 -1
  52. package/dist/fulfillment/mutations/fulfillment-label.d.ts +15 -0
  53. package/dist/fulfillment/mutations/fulfillment-label.d.ts.map +1 -1
  54. package/dist/fulfillment/mutations/fulfillment-set.d.ts +32 -2
  55. package/dist/fulfillment/mutations/fulfillment-set.d.ts.map +1 -1
  56. package/dist/fulfillment/mutations/fulfillment.d.ts +66 -0
  57. package/dist/fulfillment/mutations/fulfillment.d.ts.map +1 -1
  58. package/dist/fulfillment/mutations/geo-zone.d.ts +123 -0
  59. package/dist/fulfillment/mutations/geo-zone.d.ts.map +1 -1
  60. package/dist/fulfillment/mutations/service-zone.d.ts +33 -1
  61. package/dist/fulfillment/mutations/service-zone.d.ts.map +1 -1
  62. package/dist/fulfillment/mutations/shipping-option-rule.d.ts +21 -0
  63. package/dist/fulfillment/mutations/shipping-option-rule.d.ts.map +1 -1
  64. package/dist/fulfillment/mutations/shipping-option-type.d.ts +21 -0
  65. package/dist/fulfillment/mutations/shipping-option-type.d.ts.map +1 -1
  66. package/dist/fulfillment/mutations/shipping-option.d.ts +71 -1
  67. package/dist/fulfillment/mutations/shipping-option.d.ts.map +1 -1
  68. package/dist/fulfillment/mutations/shipping-profile.d.ts +15 -0
  69. package/dist/fulfillment/mutations/shipping-profile.d.ts.map +1 -1
  70. package/dist/fulfillment/service.d.ts +1933 -218
  71. package/dist/fulfillment/service.d.ts.map +1 -1
  72. package/dist/http/api-key/admin/api-key.d.ts +31 -0
  73. package/dist/http/api-key/admin/api-key.d.ts.map +1 -0
  74. package/dist/http/api-key/admin/api-key.js +3 -0
  75. package/dist/http/api-key/admin/api-key.js.map +1 -0
  76. package/dist/http/api-key/admin/index.d.ts +2 -0
  77. package/dist/http/api-key/admin/index.d.ts.map +1 -0
  78. package/dist/http/api-key/admin/index.js +18 -0
  79. package/dist/http/api-key/admin/index.js.map +1 -0
  80. package/dist/http/api-key/index.d.ts +2 -0
  81. package/dist/http/api-key/index.d.ts.map +1 -0
  82. package/dist/http/api-key/index.js +18 -0
  83. package/dist/http/api-key/index.js.map +1 -0
  84. package/dist/http/common/index.d.ts +2 -0
  85. package/dist/http/common/index.d.ts.map +1 -0
  86. package/dist/http/common/index.js +18 -0
  87. package/dist/http/common/index.js.map +1 -0
  88. package/dist/http/common/paginated-response.d.ts +6 -0
  89. package/dist/http/common/paginated-response.d.ts.map +1 -0
  90. package/dist/http/common/paginated-response.js +3 -0
  91. package/dist/http/common/paginated-response.js.map +1 -0
  92. package/dist/http/customer/admin/customer.d.ts +79 -0
  93. package/dist/http/customer/admin/customer.d.ts.map +1 -0
  94. package/dist/http/customer/admin/customer.js +3 -0
  95. package/dist/http/customer/admin/customer.js.map +1 -0
  96. package/dist/http/customer/admin/index.d.ts +2 -0
  97. package/dist/http/customer/admin/index.d.ts.map +1 -0
  98. package/dist/http/customer/admin/index.js +18 -0
  99. package/dist/http/customer/admin/index.js.map +1 -0
  100. package/dist/http/customer/index.d.ts +2 -0
  101. package/dist/http/customer/index.d.ts.map +1 -0
  102. package/dist/http/customer/index.js +18 -0
  103. package/dist/http/customer/index.js.map +1 -0
  104. package/dist/http/fulfillment/admin/fulfillment-set.d.ts +9 -3
  105. package/dist/http/fulfillment/admin/fulfillment-set.d.ts.map +1 -1
  106. package/dist/http/fulfillment/admin/service-zone.d.ts +16 -0
  107. package/dist/http/fulfillment/admin/service-zone.d.ts.map +1 -1
  108. package/dist/http/fulfillment/admin/shipping-option.d.ts +11 -4
  109. package/dist/http/fulfillment/admin/shipping-option.d.ts.map +1 -1
  110. package/dist/http/fulfillment/admin/shipping-profile.d.ts +8 -1
  111. package/dist/http/fulfillment/admin/shipping-profile.d.ts.map +1 -1
  112. package/dist/http/index.d.ts +7 -1
  113. package/dist/http/index.d.ts.map +1 -1
  114. package/dist/http/index.js +7 -1
  115. package/dist/http/index.js.map +1 -1
  116. package/dist/http/pricing/index.d.ts +2 -0
  117. package/dist/http/pricing/index.d.ts.map +1 -0
  118. package/dist/http/pricing/index.js +18 -0
  119. package/dist/http/pricing/index.js.map +1 -0
  120. package/dist/http/pricing/price.d.ts +8 -0
  121. package/dist/http/pricing/price.d.ts.map +1 -0
  122. package/dist/http/pricing/price.js +3 -0
  123. package/dist/http/pricing/price.js.map +1 -0
  124. package/dist/http/product-category/admin/index.d.ts +2 -0
  125. package/dist/http/product-category/admin/index.d.ts.map +1 -0
  126. package/dist/http/product-category/admin/index.js +18 -0
  127. package/dist/http/product-category/admin/index.js.map +1 -0
  128. package/dist/http/product-category/admin/product-category.d.ts +32 -0
  129. package/dist/http/product-category/admin/product-category.d.ts.map +1 -0
  130. package/dist/http/product-category/admin/product-category.js +3 -0
  131. package/dist/http/product-category/admin/product-category.js.map +1 -0
  132. package/dist/http/product-category/index.d.ts +2 -0
  133. package/dist/http/product-category/index.d.ts.map +1 -0
  134. package/dist/http/product-category/index.js +18 -0
  135. package/dist/http/product-category/index.js.map +1 -0
  136. package/dist/http/sales-channel/admin/index.d.ts +2 -0
  137. package/dist/http/sales-channel/admin/index.d.ts.map +1 -0
  138. package/dist/http/sales-channel/admin/index.js +18 -0
  139. package/dist/http/sales-channel/admin/index.js.map +1 -0
  140. package/dist/http/sales-channel/admin/sales-channel.d.ts +25 -0
  141. package/dist/http/sales-channel/admin/sales-channel.d.ts.map +1 -0
  142. package/dist/http/sales-channel/admin/sales-channel.js +3 -0
  143. package/dist/http/sales-channel/admin/sales-channel.js.map +1 -0
  144. package/dist/http/sales-channel/index.d.ts +2 -0
  145. package/dist/http/sales-channel/index.d.ts.map +1 -0
  146. package/dist/http/sales-channel/index.js +18 -0
  147. package/dist/http/sales-channel/index.js.map +1 -0
  148. package/dist/http/tax/admin/index.d.ts +2 -0
  149. package/dist/http/tax/admin/index.d.ts.map +1 -0
  150. package/dist/http/tax/admin/index.js +18 -0
  151. package/dist/http/tax/admin/index.js.map +1 -0
  152. package/dist/http/tax/admin/tax-regions.d.ts +32 -0
  153. package/dist/http/tax/admin/tax-regions.d.ts.map +1 -0
  154. package/dist/http/tax/admin/tax-regions.js +3 -0
  155. package/dist/http/tax/admin/tax-regions.js.map +1 -0
  156. package/dist/http/tax/index.d.ts +2 -0
  157. package/dist/http/tax/index.d.ts.map +1 -0
  158. package/dist/http/tax/index.js +18 -0
  159. package/dist/http/tax/index.js.map +1 -0
  160. package/dist/joiner/index.d.ts +2 -2
  161. package/dist/joiner/index.d.ts.map +1 -1
  162. package/dist/modules-sdk/index.d.ts +12 -10
  163. package/dist/modules-sdk/index.d.ts.map +1 -1
  164. package/dist/order/common.d.ts +111 -45
  165. package/dist/order/common.d.ts.map +1 -1
  166. package/dist/order/index.d.ts +1 -0
  167. package/dist/order/index.d.ts.map +1 -1
  168. package/dist/order/index.js +1 -0
  169. package/dist/order/index.js.map +1 -1
  170. package/dist/order/mutations.d.ts +14 -14
  171. package/dist/order/mutations.d.ts.map +1 -1
  172. package/dist/order/mutations.js.map +1 -1
  173. package/dist/order/service.d.ts +60 -662
  174. package/dist/order/service.d.ts.map +1 -1
  175. package/dist/order/workflows.d.ts +8 -0
  176. package/dist/order/workflows.d.ts.map +1 -0
  177. package/dist/order/workflows.js +3 -0
  178. package/dist/order/workflows.js.map +1 -0
  179. package/dist/payment/common.d.ts +14 -13
  180. package/dist/payment/common.d.ts.map +1 -1
  181. package/dist/payment/common.js.map +1 -1
  182. package/dist/payment/mutations.d.ts +9 -8
  183. package/dist/payment/mutations.d.ts.map +1 -1
  184. package/dist/payment/provider.d.ts +6 -5
  185. package/dist/payment/provider.d.ts.map +1 -1
  186. package/dist/payment/provider.js.map +1 -1
  187. package/dist/payment/service.d.ts +1 -0
  188. package/dist/payment/service.d.ts.map +1 -1
  189. package/dist/pricing/common/money-amount.d.ts +10 -9
  190. package/dist/pricing/common/money-amount.d.ts.map +1 -1
  191. package/dist/pricing/common/price-set.d.ts +9 -8
  192. package/dist/pricing/common/price-set.d.ts.map +1 -1
  193. package/dist/pricing/common/price.d.ts +10 -9
  194. package/dist/pricing/common/price.d.ts.map +1 -1
  195. package/dist/pricing/workflows.d.ts +10 -20
  196. package/dist/pricing/workflows.d.ts.map +1 -1
  197. package/dist/product/common.d.ts +26 -40
  198. package/dist/product/common.d.ts.map +1 -1
  199. package/dist/promotion/http.d.ts +14 -0
  200. package/dist/promotion/http.d.ts.map +1 -0
  201. package/dist/promotion/http.js +3 -0
  202. package/dist/promotion/http.js.map +1 -0
  203. package/dist/promotion/index.d.ts +1 -0
  204. package/dist/promotion/index.d.ts.map +1 -1
  205. package/dist/promotion/index.js +1 -0
  206. package/dist/promotion/index.js.map +1 -1
  207. package/dist/region/common.d.ts +5 -0
  208. package/dist/region/common.d.ts.map +1 -1
  209. package/dist/region/mutations.d.ts +4 -0
  210. package/dist/region/mutations.d.ts.map +1 -1
  211. package/dist/tax/common.d.ts +4 -3
  212. package/dist/tax/common.d.ts.map +1 -1
  213. package/dist/totals/big-number.d.ts +1 -0
  214. package/dist/totals/big-number.d.ts.map +1 -1
  215. package/dist/totals/index.d.ts +24 -0
  216. package/dist/totals/index.d.ts.map +1 -1
  217. package/dist/totals/index.js.map +1 -1
  218. package/dist/workflow/fulfillment/create-shipping-options.d.ts +31 -0
  219. package/dist/workflow/fulfillment/create-shipping-options.d.ts.map +1 -0
  220. package/dist/workflow/fulfillment/create-shipping-options.js +3 -0
  221. package/dist/workflow/fulfillment/create-shipping-options.js.map +1 -0
  222. package/dist/workflow/fulfillment/index.d.ts +5 -0
  223. package/dist/workflow/fulfillment/index.d.ts.map +1 -0
  224. package/dist/workflow/fulfillment/index.js +21 -0
  225. package/dist/workflow/fulfillment/index.js.map +1 -0
  226. package/dist/workflow/fulfillment/service-zones.d.ts +21 -0
  227. package/dist/workflow/fulfillment/service-zones.d.ts.map +1 -0
  228. package/dist/workflow/fulfillment/service-zones.js +3 -0
  229. package/dist/workflow/fulfillment/service-zones.js.map +1 -0
  230. package/dist/workflow/fulfillment/shipping-profiles.d.ts +18 -0
  231. package/dist/workflow/fulfillment/shipping-profiles.d.ts.map +1 -0
  232. package/dist/workflow/fulfillment/shipping-profiles.js +3 -0
  233. package/dist/workflow/fulfillment/shipping-profiles.js.map +1 -0
  234. package/dist/workflow/fulfillment/update-shipping-options.d.ts +32 -0
  235. package/dist/workflow/fulfillment/update-shipping-options.d.ts.map +1 -0
  236. package/dist/workflow/fulfillment/update-shipping-options.js +3 -0
  237. package/dist/workflow/fulfillment/update-shipping-options.js.map +1 -0
  238. package/dist/workflow/index.d.ts +1 -0
  239. package/dist/workflow/index.d.ts.map +1 -1
  240. package/dist/workflow/index.js +2 -1
  241. package/dist/workflow/index.js.map +1 -1
  242. package/package.json +1 -1
@@ -4,36 +4,127 @@ import { FulfillmentAddressDTO } from "./address";
4
4
  import { FulfillmentItemDTO } from "./fulfillment-item";
5
5
  import { FulfillmentLabelDTO } from "./fulfillment-label";
6
6
  import { BaseFilterable, OperatorMap } from "../../dal";
7
+ /**
8
+ * The fulfillment details.
9
+ */
7
10
  export interface FulfillmentDTO {
11
+ /**
12
+ * The ID of the fulfillment.
13
+ */
8
14
  id: string;
15
+ /**
16
+ * The associated location's ID.
17
+ */
9
18
  location_id: string;
19
+ /**
20
+ * The date the fulfillment was packed.
21
+ */
10
22
  packed_at: Date | null;
23
+ /**
24
+ * The date the fulfillment was shipped.
25
+ */
11
26
  shipped_at: Date | null;
27
+ /**
28
+ * The date the fulfillment was delivered.
29
+ */
12
30
  delivered_at: Date | null;
31
+ /**
32
+ * The date the fulfillment was canceled.
33
+ */
13
34
  canceled_at: Date | null;
35
+ /**
36
+ * The data necessary for the fulfillment provider to process
37
+ * the fulfillment.
38
+ */
14
39
  data: Record<string, unknown> | null;
40
+ /**
41
+ * The associated fulfillment provider's ID.
42
+ */
15
43
  provider_id: string;
44
+ /**
45
+ * The associated shipping option's ID.
46
+ */
16
47
  shipping_option_id: string | null;
48
+ /**
49
+ * Holds custom data in key-value pairs.
50
+ */
17
51
  metadata: Record<string, unknown> | null;
52
+ /**
53
+ * The associated shipping option.
54
+ */
18
55
  shipping_option: ShippingOptionDTO | null;
56
+ /**
57
+ * The associated fulfillment provider.
58
+ */
19
59
  provider: FulfillmentProviderDTO;
60
+ /**
61
+ * The associated fulfillment address used for delivery.
62
+ */
20
63
  delivery_address: FulfillmentAddressDTO;
64
+ /**
65
+ * The items of the fulfillment.
66
+ */
21
67
  items: FulfillmentItemDTO[];
68
+ /**
69
+ * The labels of the fulfillment.
70
+ */
22
71
  labels: FulfillmentLabelDTO[];
72
+ /**
73
+ * The creation date of the fulfillment.
74
+ */
23
75
  created_at: Date;
76
+ /**
77
+ * The update date of the fulfillment.
78
+ */
24
79
  updated_at: Date;
80
+ /**
81
+ * The deletion date of the fulfillment.
82
+ */
25
83
  deleted_at: Date | null;
26
84
  }
85
+ /**
86
+ * The filters to apply on the retrieved fulfillments.
87
+ */
27
88
  export interface FilterableFulfillmentProps extends BaseFilterable<FilterableFulfillmentProps> {
89
+ /**
90
+ * The IDs to filter the fulfillments by.
91
+ */
28
92
  id?: string | string[] | OperatorMap<string | string[]>;
93
+ /**
94
+ * Filter the fulfillments by the ID of their associated location.
95
+ */
29
96
  location_id?: string | string[] | OperatorMap<string | string[]>;
97
+ /**
98
+ * Filter the fulfillments by their packing date.
99
+ */
30
100
  packed_at?: Date | OperatorMap<string | string[]>;
101
+ /**
102
+ * Filter the fulfillments by their shipping date.
103
+ */
31
104
  shipped_at?: Date | OperatorMap<string | string[]>;
105
+ /**
106
+ * Filter the fulfillments by their delivery date.
107
+ */
32
108
  delivered_at?: Date | OperatorMap<string | string[]>;
109
+ /**
110
+ * Filter the fulfillments by their cancelation date.
111
+ */
33
112
  canceled_at?: Date | OperatorMap<string | string[]>;
113
+ /**
114
+ * Filter the fulfillments by the ID of their associated fulfillment provider.
115
+ */
34
116
  provider_id?: string | string[] | OperatorMap<string | string[]>;
117
+ /**
118
+ * Filter the fulfillments by the ID of their associated shipping option.
119
+ */
35
120
  shipping_option_id?: string | null;
121
+ /**
122
+ * Filter the fulfillments by their creation date.
123
+ */
36
124
  created_at?: Date | OperatorMap<string | string[]>;
125
+ /**
126
+ * Filter the fulfillments by their update date.
127
+ */
37
128
  updated_at?: Date | OperatorMap<string | string[]>;
38
129
  }
39
130
  //# sourceMappingURL=fulfillment.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fulfillment.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/fulfillment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AACzD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvD,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAA;IACtB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;IACvB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAA;IACzB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAA;IACxB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IACpC,WAAW,EAAE,MAAM,CAAA;IACnB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAA;IACjC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IACxC,eAAe,EAAE,iBAAiB,GAAG,IAAI,CAAA;IACzC,QAAQ,EAAE,sBAAsB,CAAA;IAChC,gBAAgB,EAAE,qBAAqB,CAAA;IACvC,KAAK,EAAE,kBAAkB,EAAE,CAAA;IAC3B,MAAM,EAAE,mBAAmB,EAAE,CAAA;IAC7B,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED,MAAM,WAAW,0BACf,SAAQ,cAAc,CAAC,0BAA0B,CAAC;IAClD,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACvD,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAChE,SAAS,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACjD,UAAU,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAClD,YAAY,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACpD,WAAW,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACnD,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAChE,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClC,UAAU,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAClD,UAAU,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;CACnD"}
1
+ {"version":3,"file":"fulfillment.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/fulfillment.ts"],"names":[],"mappings":"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"}
@@ -1,22 +1,76 @@
1
1
  import { BaseFilterable } from "../../dal";
2
+ /**
3
+ * The type of the geo zone.
4
+ */
2
5
  export type GeoZoneType = "country" | "province" | "city" | "zip";
6
+ /**
7
+ * The geo zone details.
8
+ */
3
9
  export interface GeoZoneDTO {
10
+ /**
11
+ * The ID of the geo zone.
12
+ */
4
13
  id: string;
14
+ /**
15
+ * The type of the geo zone.
16
+ */
5
17
  type: GeoZoneType;
18
+ /**
19
+ * The country code of the geo zone.
20
+ */
6
21
  country_code: string;
22
+ /**
23
+ * The province code of the geo zone.
24
+ */
7
25
  province_code: string | null;
26
+ /**
27
+ * The city of the geo zone.
28
+ */
8
29
  city: string | null;
30
+ /**
31
+ * The postal expression of the geo zone.
32
+ */
9
33
  postal_expression: Record<string, unknown> | null;
34
+ /**
35
+ * Holds custom data in key-value pairs.
36
+ */
10
37
  metadata: Record<string, unknown> | null;
38
+ /**
39
+ * The creation date of the geo zone.
40
+ */
11
41
  created_at: Date;
42
+ /**
43
+ * The update date of the geo zone.
44
+ */
12
45
  updated_at: Date;
46
+ /**
47
+ * The deletion date of the geo zone.
48
+ */
13
49
  deleted_at: Date | null;
14
50
  }
51
+ /**
52
+ * The filters to apply on the retrieved geo zones.
53
+ */
15
54
  export interface FilterableGeoZoneProps extends BaseFilterable<FilterableGeoZoneProps> {
55
+ /**
56
+ * The IDs to filter the geo zones by.
57
+ */
16
58
  id?: string | string[];
59
+ /**
60
+ * Filter the geo zones by their type.
61
+ */
17
62
  type?: GeoZoneType | GeoZoneType[];
63
+ /**
64
+ * Filter the geo zones by their country code.
65
+ */
18
66
  country_code?: string | string[];
67
+ /**
68
+ * Filter the geo zones by their province code.
69
+ */
19
70
  province_code?: string | string[];
71
+ /**
72
+ * Filter the geo zones by their city.
73
+ */
20
74
  city?: string | string[];
21
75
  }
22
76
  //# sourceMappingURL=geo-zone.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"geo-zone.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/geo-zone.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAE1C,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,GAAG,KAAK,CAAA;AAEjE,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,WAAW,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IACjD,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IACxC,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED,MAAM,WAAW,sBACf,SAAQ,cAAc,CAAC,sBAAsB,CAAC;IAC9C,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACtB,IAAI,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAA;IAClC,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAChC,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAEzB"}
1
+ {"version":3,"file":"geo-zone.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/geo-zone.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAE1C;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,GAAG,KAAK,CAAA;AAEjE;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,IAAI,EAAE,WAAW,CAAA;IAEjB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAA;IAE5B;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IAEnB;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IAEjD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IAExC;;OAEG;IACH,UAAU,EAAE,IAAI,CAAA;IAEhB;;OAEG;IACH,UAAU,EAAE,IAAI,CAAA;IAEhB;;OAEG;IACH,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,sBACf,SAAQ,cAAc,CAAC,sBAAsB,CAAC;IAC9C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAA;IAElC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAEhC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAEjC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAGzB"}
@@ -2,22 +2,74 @@ import { FilterableFulfillmentSetProps, FulfillmentSetDTO } from "./fulfillment-
2
2
  import { FilterableGeoZoneProps, GeoZoneDTO } from "./geo-zone";
3
3
  import { ShippingOptionDTO } from "./shipping-option";
4
4
  import { BaseFilterable, OperatorMap } from "../../dal";
5
+ /**
6
+ * The service zone details.
7
+ */
5
8
  export interface ServiceZoneDTO {
9
+ /**
10
+ * The ID of the service zone.
11
+ */
6
12
  id: string;
13
+ /**
14
+ * The name of the service zone.
15
+ */
7
16
  name: string;
17
+ /**
18
+ * Holds custom data in key-value pairs.
19
+ */
8
20
  metadata: Record<string, unknown> | null;
21
+ /**
22
+ * The fulfillment sets assoiated with the service zone.
23
+ */
9
24
  fulfillment_sets: FulfillmentSetDTO[];
25
+ /**
26
+ * The geo zones assoiated with the service zone.
27
+ */
10
28
  geo_zones: GeoZoneDTO[];
29
+ /**
30
+ * The shipping options assoiated with the service zone.
31
+ */
11
32
  shipping_options: ShippingOptionDTO[];
33
+ /**
34
+ * The creation date of the service zone.
35
+ */
12
36
  created_at: Date;
37
+ /**
38
+ * The update date of the service zone.
39
+ */
13
40
  updated_at: Date;
41
+ /**
42
+ * The deletion date of the service zone.
43
+ */
14
44
  deleted_at: Date | null;
15
45
  }
46
+ /**
47
+ * The filters to apply on the retrieved service zones.
48
+ */
16
49
  export interface FilterableServiceZoneProps extends BaseFilterable<FilterableServiceZoneProps> {
50
+ /**
51
+ * The IDs to filter the service zones by.
52
+ */
17
53
  id?: string | string[] | OperatorMap<string | string[]>;
54
+ /**
55
+ * Filter the service zones by their name.
56
+ */
18
57
  name?: string | string[] | OperatorMap<string | string[]>;
58
+ /**
59
+ * The filters to apply on the associated geo zones.
60
+ */
19
61
  geo_zones?: FilterableGeoZoneProps;
62
+ /**
63
+ * The filters to apply on the associated fulfillment sets.
64
+ */
20
65
  fulfillment_set?: FilterableFulfillmentSetProps;
66
+ /**
67
+ * @ignore
68
+ *
69
+ * @privateRemarks
70
+ * Added the `@\ignore` because of the `TODO`. Once implemented, the
71
+ * `@\ignore` (and this comment) should be removed.
72
+ */
21
73
  shipping_options?: any;
22
74
  }
23
75
  //# sourceMappingURL=service-zone.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"service-zone.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/service-zone.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,6BAA6B,EAC7B,iBAAiB,EAClB,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvD,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IACxC,gBAAgB,EAAE,iBAAiB,EAAE,CAAA;IACrC,SAAS,EAAE,UAAU,EAAE,CAAA;IACvB,gBAAgB,EAAE,iBAAiB,EAAE,CAAA;IACrC,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED,MAAM,WAAW,0BACf,SAAQ,cAAc,CAAC,0BAA0B,CAAC;IAClD,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACvD,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACzD,SAAS,CAAC,EAAE,sBAAsB,CAAA;IAClC,eAAe,CAAC,EAAE,6BAA6B,CAAA;IAC/C,gBAAgB,CAAC,EAAE,GAAG,CAAA;CACvB"}
1
+ {"version":3,"file":"service-zone.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/service-zone.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,6BAA6B,EAC7B,iBAAiB,EAClB,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvD;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IAExC;;OAEG;IACH,gBAAgB,EAAE,iBAAiB,EAAE,CAAA;IAErC;;OAEG;IACH,SAAS,EAAE,UAAU,EAAE,CAAA;IAEvB;;OAEG;IACH,gBAAgB,EAAE,iBAAiB,EAAE,CAAA;IAErC;;OAEG;IACH,UAAU,EAAE,IAAI,CAAA;IAEhB;;OAEG;IACH,UAAU,EAAE,IAAI,CAAA;IAEhB;;OAEG;IACH,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,0BACf,SAAQ,cAAc,CAAC,0BAA0B,CAAC;IAClD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAEvD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAEzD;;OAEG;IACH,SAAS,CAAC,EAAE,sBAAsB,CAAA;IAElC;;OAEG;IACH,eAAe,CAAC,EAAE,6BAA6B,CAAA;IAE/C;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,GAAG,CAAA;CACvB"}
@@ -1,22 +1,73 @@
1
1
  import { ShippingOptionDTO } from "./shipping-option";
2
2
  import { BaseFilterable, OperatorMap } from "../../dal";
3
+ /**
4
+ * The shipping option rule details.
5
+ */
3
6
  export interface ShippingOptionRuleDTO {
7
+ /**
8
+ * The ID of the shipping option rule.
9
+ */
4
10
  id: string;
11
+ /**
12
+ * The attribute of the shipping option rule.
13
+ */
5
14
  attribute: string;
15
+ /**
16
+ * The operator of the shipping option rule.
17
+ *
18
+ * @example
19
+ * in
20
+ */
6
21
  operator: string;
22
+ /**
23
+ * The values of the shipping option rule.
24
+ */
7
25
  value: {
26
+ /**
27
+ * The values of the shipping option rule.
28
+ */
8
29
  value: string | string[];
9
30
  } | null;
31
+ /**
32
+ * The associated shipping option's ID.
33
+ */
10
34
  shipping_option_id: string;
35
+ /**
36
+ * The associated shipping option.
37
+ */
11
38
  shipping_option: ShippingOptionDTO;
39
+ /**
40
+ * The creation date of the shipping option rule.
41
+ */
12
42
  created_at: Date;
43
+ /**
44
+ * The update date of the shipping option rule.
45
+ */
13
46
  updated_at: Date;
47
+ /**
48
+ * The deletion date of the shipping option rule.
49
+ */
14
50
  deleted_at: Date | null;
15
51
  }
52
+ /**
53
+ * The filters to apply on the retrieved shipping option rules.
54
+ */
16
55
  export interface FilterableShippingOptionRuleProps extends BaseFilterable<FilterableShippingOptionRuleProps> {
56
+ /**
57
+ * The IDs to filter the shipping option rules by.
58
+ */
17
59
  id?: string | string[] | OperatorMap<string | string[]>;
60
+ /**
61
+ * Filter the shipping option rules by their attribute.
62
+ */
18
63
  attribute?: string | string[] | OperatorMap<string | string[]>;
64
+ /**
65
+ * Filter the shipping option rules by their operator.
66
+ */
19
67
  operator?: string | string[] | OperatorMap<string | string[]>;
68
+ /**
69
+ * Filter the shipping option rules by their values.
70
+ */
20
71
  value?: string | string[] | OperatorMap<string | string[]>;
21
72
  }
22
73
  //# sourceMappingURL=shipping-option-rule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shipping-option-rule.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/shipping-option-rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvD,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAA;IACV,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI,CAAA;IAC1C,kBAAkB,EAAE,MAAM,CAAA;IAC1B,eAAe,EAAE,iBAAiB,CAAA;IAClC,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED,MAAM,WAAW,iCACf,SAAQ,cAAc,CAAC,iCAAiC,CAAC;IACzD,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACvD,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAC9D,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAC7D,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;CAC3D"}
1
+ {"version":3,"file":"shipping-option-rule.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/shipping-option-rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvD;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,SAAS,EAAE,MAAM,CAAA;IAEjB;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,CAAA;IAEhB;;OAEG;IACH,KAAK,EAAE;QACL;;WAEG;QACH,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;KACzB,GAAG,IAAI,CAAA;IAER;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAA;IAE1B;;OAEG;IACH,eAAe,EAAE,iBAAiB,CAAA;IAElC;;OAEG;IACH,UAAU,EAAE,IAAI,CAAA;IAEhB;;OAEG;IACH,UAAU,EAAE,IAAI,CAAA;IAEhB;;OAEG;IACH,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,iCACf,SAAQ,cAAc,CAAC,iCAAiC,CAAC;IACzD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAEvD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAE9D;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAE7D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;CAC3D"}
@@ -1,20 +1,65 @@
1
1
  import { ShippingOptionDTO } from "./shipping-option";
2
2
  import { BaseFilterable, OperatorMap } from "../../dal";
3
+ /**
4
+ * The shipping option type details.
5
+ */
3
6
  export interface ShippingOptionTypeDTO {
7
+ /**
8
+ * The ID of the shipping option type.
9
+ */
4
10
  id: string;
11
+ /**
12
+ * The label of the shipping option type.
13
+ */
5
14
  label: string;
15
+ /**
16
+ * The description of the shipping option type.
17
+ */
6
18
  description: string;
19
+ /**
20
+ * The code of the shipping option type.
21
+ */
7
22
  code: string;
23
+ /**
24
+ * The associated shipping option's ID.
25
+ */
8
26
  shipping_option_id: string;
27
+ /**
28
+ * The associated shipping option.
29
+ */
9
30
  shipping_option: ShippingOptionDTO;
31
+ /**
32
+ * The creation date of the shipping option type.
33
+ */
10
34
  created_at: Date;
35
+ /**
36
+ * The update date of the shipping option type.
37
+ */
11
38
  updated_at: Date;
39
+ /**
40
+ * The deletion date of the shipping option type.
41
+ */
12
42
  deleted_at: Date | null;
13
43
  }
44
+ /**
45
+ * The filters to apply on the retrieved shipping option types.
46
+ */
14
47
  export interface FilterableShippingOptionTypeProps extends BaseFilterable<FilterableShippingOptionTypeProps> {
48
+ /**
49
+ * The IDs to filter the shipping option types by.
50
+ */
15
51
  id?: string | string[] | OperatorMap<string | string[]>;
52
+ /**
53
+ * Filter the shipping option types by their label.
54
+ */
16
55
  label?: string | string[] | OperatorMap<string | string[]>;
56
+ /**
57
+ * Filter the shipping option types by their description.
58
+ */
17
59
  description?: string | string[] | OperatorMap<string | string[]>;
60
+ /**
61
+ * Filter the shipping option types by their code.
62
+ */
18
63
  code?: string | string[] | OperatorMap<string | string[]>;
19
64
  }
20
65
  //# sourceMappingURL=shipping-option-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shipping-option-type.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/shipping-option-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvD,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,kBAAkB,EAAE,MAAM,CAAA;IAC1B,eAAe,EAAE,iBAAiB,CAAA;IAClC,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED,MAAM,WAAW,iCACf,SAAQ,cAAc,CAAC,iCAAiC,CAAC;IACzD,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACvD,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAC1D,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAChE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;CAC1D"}
1
+ {"version":3,"file":"shipping-option-type.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/shipping-option-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvD;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAA;IAE1B;;OAEG;IACH,eAAe,EAAE,iBAAiB,CAAA;IAElC;;OAEG;IACH,UAAU,EAAE,IAAI,CAAA;IAEhB;;OAEG;IACH,UAAU,EAAE,IAAI,CAAA;IAEhB;;OAEG;IACH,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,iCACf,SAAQ,cAAc,CAAC,iCAAiC,CAAC;IACzD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAEvD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAE1D;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAEhE;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;CAC1D"}
@@ -5,50 +5,167 @@ import { FilterableServiceZoneProps, ServiceZoneDTO } from "./service-zone";
5
5
  import { FilterableShippingOptionRuleProps, ShippingOptionRuleDTO } from "./shipping-option-rule";
6
6
  import { FilterableShippingOptionTypeProps, ShippingOptionTypeDTO } from "./shipping-option-type";
7
7
  import { ShippingProfileDTO } from "./shipping-profile";
8
+ /**
9
+ * The shipping option's price type.
10
+ *
11
+ * - Use `calculated` if the shipping option's price amount is calculated by the fulfillment provider.
12
+ * - Use `flat_rate` if the shipping option's price is always the same amount.
13
+ *
14
+ */
8
15
  export type ShippingOptionPriceType = "calculated" | "flat";
16
+ /**
17
+ * The shipping option details.
18
+ */
9
19
  export interface ShippingOptionDTO {
20
+ /**
21
+ * The ID of the shipping option.
22
+ */
10
23
  id: string;
24
+ /**
25
+ * The name of the shipping option.
26
+ */
11
27
  name: string;
28
+ /**
29
+ * The type of the shipping option's price.
30
+ */
12
31
  price_type: ShippingOptionPriceType;
32
+ /**
33
+ * The associated service zone's ID.
34
+ */
13
35
  service_zone_id: string;
36
+ /**
37
+ * The associated shipping profile's ID.
38
+ */
14
39
  shipping_profile_id: string;
40
+ /**
41
+ * The associated fulfillment provider's ID.
42
+ */
15
43
  provider_id: string;
44
+ /**
45
+ * The associated shipping option type's ID.
46
+ */
16
47
  shipping_option_type_id: string | null;
48
+ /**
49
+ * The data necessary for the associated fulfillment provider to process the shipping option
50
+ * and, later, its associated fulfillments.
51
+ */
17
52
  data: Record<string, unknown> | null;
53
+ /**
54
+ * Holds custom data in key-value pairs.
55
+ */
18
56
  metadata: Record<string, unknown> | null;
57
+ /**
58
+ * The associated service zone.
59
+ */
19
60
  service_zone: ServiceZoneDTO;
61
+ /**
62
+ * The associated shipping profile.
63
+ */
20
64
  shipping_profile: ShippingProfileDTO;
65
+ /**
66
+ * The associated fulfillment provider.
67
+ */
21
68
  fulfillment_provider: FulfillmentProviderDTO;
69
+ /**
70
+ * The associated shipping option type.
71
+ */
22
72
  type: ShippingOptionTypeDTO;
73
+ /**
74
+ * The rules associated with the shipping option.
75
+ */
23
76
  rules: ShippingOptionRuleDTO[];
77
+ /**
78
+ * The fulfillments associated with the shipping option.
79
+ */
24
80
  fulfillments: FulfillmentDTO[];
81
+ /**
82
+ * The creation date of the shipping option.
83
+ */
25
84
  created_at: Date;
85
+ /**
86
+ * The update date of the shipping option.
87
+ */
26
88
  updated_at: Date;
89
+ /**
90
+ * The deletion date of the shipping option.
91
+ */
27
92
  deleted_at: Date | null;
28
93
  }
94
+ /**
95
+ * The filters to apply on the retrieved shipping options.
96
+ */
29
97
  export interface FilterableShippingOptionProps extends BaseFilterable<FilterableShippingOptionProps> {
98
+ /**
99
+ * The IDs to filter the shipping options by.
100
+ */
30
101
  id?: string | string[] | OperatorMap<string | string[]>;
102
+ /**
103
+ * Filter the shipping options by their name.
104
+ */
31
105
  name?: string | string[] | OperatorMap<string | string[]>;
106
+ /**
107
+ * Filter the shipping options by the ID of their associated shipping profile.
108
+ */
32
109
  shipping_profile_id?: string | string[] | OperatorMap<string | string[]>;
110
+ /**
111
+ * Filter the shipping options by their price type.
112
+ */
33
113
  price_type?: ShippingOptionPriceType | ShippingOptionPriceType[] | OperatorMap<ShippingOptionPriceType | ShippingOptionPriceType[]>;
114
+ /**
115
+ * The filters to apply on the retrieved service zones.
116
+ */
34
117
  service_zone?: FilterableServiceZoneProps;
118
+ /**
119
+ * The filters to apply on the retrieved shipping option types.
120
+ */
35
121
  shipping_option_type?: FilterableShippingOptionTypeProps;
122
+ /**
123
+ * The filters to apply on the retrieved shipping option rules.
124
+ */
36
125
  rules?: FilterableShippingOptionRuleProps;
37
126
  }
127
+ /**
128
+ * A context's details used to filter the shipping option.
129
+ */
38
130
  export interface FilterableShippingOptionForContextProps extends FilterableShippingOptionProps {
131
+ /**
132
+ * The fulfillment set's ID used in the context.
133
+ */
39
134
  fulfillment_set_id?: string | string[] | OperatorMap<string | string[]>;
135
+ /**
136
+ * The fulfillment set's type used in the context.
137
+ */
40
138
  fulfillment_set_type?: string | string[] | OperatorMap<string | string[]>;
41
139
  /**
140
+ * The address used in the context. It filters the shipping options based on
141
+ * the geo zones of their associated service zone.
142
+ *
143
+ * @privateRemarks
42
144
  * The address is a shortcut to filter through geo_zones
43
145
  * and build opinionated validation and filtering around the geo_zones.
44
146
  * For custom filtering you can go through the service_zone.geo_zones directly.
45
147
  */
46
148
  address?: {
149
+ /**
150
+ * The ISO 2 character country code.
151
+ */
47
152
  country_code?: string;
153
+ /**
154
+ * The province code.
155
+ */
48
156
  province_code?: string;
157
+ /**
158
+ * The city.
159
+ */
49
160
  city?: string;
161
+ /**
162
+ * The postal expression
163
+ */
50
164
  postal_expression?: string;
51
165
  };
166
+ /**
167
+ * The shipping option's context to filter directly.
168
+ */
52
169
  context?: Record<string, any>;
53
170
  }
54
171
  //# sourceMappingURL=shipping-option.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shipping-option.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/shipping-option.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,EAAE,0BAA0B,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAC3E,OAAO,EACL,iCAAiC,EACjC,qBAAqB,EACtB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EACL,iCAAiC,EACjC,qBAAqB,EACtB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AAEvD,MAAM,MAAM,uBAAuB,GAAG,YAAY,GAAG,MAAM,CAAA;AAE3D,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,uBAAuB,CAAA;IACnC,eAAe,EAAE,MAAM,CAAA;IACvB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,WAAW,EAAE,MAAM,CAAA;IACnB,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAA;IACtC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IACpC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IACxC,YAAY,EAAE,cAAc,CAAA;IAC5B,gBAAgB,EAAE,kBAAkB,CAAA;IACpC,oBAAoB,EAAE,sBAAsB,CAAA;IAC5C,IAAI,EAAE,qBAAqB,CAAA;IAC3B,KAAK,EAAE,qBAAqB,EAAE,CAAA;IAC9B,YAAY,EAAE,cAAc,EAAE,CAAA;IAC9B,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,CAAA;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;CACxB;AAED,MAAM,WAAW,6BACf,SAAQ,cAAc,CAAC,6BAA6B,CAAC;IACrD,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACvD,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACzD,mBAAmB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACxE,UAAU,CAAC,EACP,uBAAuB,GACvB,uBAAuB,EAAE,GACzB,WAAW,CAAC,uBAAuB,GAAG,uBAAuB,EAAE,CAAC,CAAA;IACpE,YAAY,CAAC,EAAE,0BAA0B,CAAA;IACzC,oBAAoB,CAAC,EAAE,iCAAiC,CAAA;IACxD,KAAK,CAAC,EAAE,iCAAiC,CAAA;CAC1C;AAED,MAAM,WAAW,uCACf,SAAQ,6BAA6B;IACrC,kBAAkB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACvE,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACzE;;;;OAIG;IACH,OAAO,CAAC,EAAE;QACR,YAAY,CAAC,EAAE,MAAM,CAAA;QACrB,aAAa,CAAC,EAAE,MAAM,CAAA;QACtB,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,iBAAiB,CAAC,EAAE,MAAM,CAAA;KAC3B,CAAA;IACD,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC9B"}
1
+ {"version":3,"file":"shipping-option.d.ts","sourceRoot":"","sources":["../../../src/fulfillment/common/shipping-option.ts"],"names":[],"mappings":"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"}