addio-admin-sdk 1.6.5

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 (854) hide show
  1. package/.babelrc +17 -0
  2. package/.env.dev +15 -0
  3. package/.github/workflows/publish_coverage.yaml +69 -0
  4. package/addio-sdk-doc.md +1380 -0
  5. package/changelog.md +353 -0
  6. package/dist/Interfaces/Address/index.d.ts +21 -0
  7. package/dist/Interfaces/Address/index.js +17 -0
  8. package/dist/Interfaces/Address/index.js.map +1 -0
  9. package/dist/Interfaces/Algolia/index.d.ts +145 -0
  10. package/dist/Interfaces/Algolia/index.js +3 -0
  11. package/dist/Interfaces/Algolia/index.js.map +1 -0
  12. package/dist/Interfaces/Attachement/index.d.ts +5 -0
  13. package/dist/Interfaces/Attachement/index.js +3 -0
  14. package/dist/Interfaces/Attachement/index.js.map +1 -0
  15. package/dist/Interfaces/Attribute/index.d.ts +47 -0
  16. package/dist/Interfaces/Attribute/index.js +11 -0
  17. package/dist/Interfaces/Attribute/index.js.map +1 -0
  18. package/dist/Interfaces/BGJob/index.d.ts +56 -0
  19. package/dist/Interfaces/BGJob/index.js +37 -0
  20. package/dist/Interfaces/BGJob/index.js.map +1 -0
  21. package/dist/Interfaces/BaseClass/index.d.ts +8 -0
  22. package/dist/Interfaces/BaseClass/index.js +3 -0
  23. package/dist/Interfaces/BaseClass/index.js.map +1 -0
  24. package/dist/Interfaces/Blog/IBlogArticle.d.ts +18 -0
  25. package/dist/Interfaces/Blog/IBlogArticle.js +3 -0
  26. package/dist/Interfaces/Blog/IBlogArticle.js.map +1 -0
  27. package/dist/Interfaces/Blog/IBlogAuthor.d.ts +7 -0
  28. package/dist/Interfaces/Blog/IBlogAuthor.js +3 -0
  29. package/dist/Interfaces/Blog/IBlogAuthor.js.map +1 -0
  30. package/dist/Interfaces/Blog/IBlogCategory.d.ts +9 -0
  31. package/dist/Interfaces/Blog/IBlogCategory.js +3 -0
  32. package/dist/Interfaces/Blog/IBlogCategory.js.map +1 -0
  33. package/dist/Interfaces/Blog/IBlogComment.d.ts +13 -0
  34. package/dist/Interfaces/Blog/IBlogComment.js +3 -0
  35. package/dist/Interfaces/Blog/IBlogComment.js.map +1 -0
  36. package/dist/Interfaces/Blog/IBlogKeywords.d.ts +9 -0
  37. package/dist/Interfaces/Blog/IBlogKeywords.js +3 -0
  38. package/dist/Interfaces/Blog/IBlogKeywords.js.map +1 -0
  39. package/dist/Interfaces/Booking/index.d.ts +68 -0
  40. package/dist/Interfaces/Booking/index.js +18 -0
  41. package/dist/Interfaces/Booking/index.js.map +1 -0
  42. package/dist/Interfaces/Brand/index.d.ts +13 -0
  43. package/dist/Interfaces/Brand/index.js +3 -0
  44. package/dist/Interfaces/Brand/index.js.map +1 -0
  45. package/dist/Interfaces/CMS/Creator/index.d.ts +12 -0
  46. package/dist/Interfaces/CMS/Creator/index.js +3 -0
  47. package/dist/Interfaces/CMS/Creator/index.js.map +1 -0
  48. package/dist/Interfaces/CMS/Reader/index.d.ts +47 -0
  49. package/dist/Interfaces/CMS/Reader/index.js +3 -0
  50. package/dist/Interfaces/CMS/Reader/index.js.map +1 -0
  51. package/dist/Interfaces/CMS/index.d.ts +25 -0
  52. package/dist/Interfaces/CMS/index.js +3 -0
  53. package/dist/Interfaces/CMS/index.js.map +1 -0
  54. package/dist/Interfaces/Cart/IPandaPayload.d.ts +64 -0
  55. package/dist/Interfaces/Cart/IPandaPayload.js +19 -0
  56. package/dist/Interfaces/Cart/IPandaPayload.js.map +1 -0
  57. package/dist/Interfaces/Cart/IPaymentCard.d.ts +22 -0
  58. package/dist/Interfaces/Cart/IPaymentCard.js +45 -0
  59. package/dist/Interfaces/Cart/IPaymentCard.js.map +1 -0
  60. package/dist/Interfaces/Cart/IPaypalPayload.d.ts +9 -0
  61. package/dist/Interfaces/Cart/IPaypalPayload.js +3 -0
  62. package/dist/Interfaces/Cart/IPaypalPayload.js.map +1 -0
  63. package/dist/Interfaces/Cart/IPaysafePayload.d.ts +72 -0
  64. package/dist/Interfaces/Cart/IPaysafePayload.js +3 -0
  65. package/dist/Interfaces/Cart/IPaysafePayload.js.map +1 -0
  66. package/dist/Interfaces/Cart/IStripePayload.d.ts +66 -0
  67. package/dist/Interfaces/Cart/IStripePayload.js +3 -0
  68. package/dist/Interfaces/Cart/IStripePayload.js.map +1 -0
  69. package/dist/Interfaces/Cart/index.d.ts +395 -0
  70. package/dist/Interfaces/Cart/index.js +182 -0
  71. package/dist/Interfaces/Cart/index.js.map +1 -0
  72. package/dist/Interfaces/Catalogue/index.d.ts +68 -0
  73. package/dist/Interfaces/Catalogue/index.js +38 -0
  74. package/dist/Interfaces/Catalogue/index.js.map +1 -0
  75. package/dist/Interfaces/Category/index.d.ts +26 -0
  76. package/dist/Interfaces/Category/index.js +3 -0
  77. package/dist/Interfaces/Category/index.js.map +1 -0
  78. package/dist/Interfaces/Chart/index.d.ts +11 -0
  79. package/dist/Interfaces/Chart/index.js +3 -0
  80. package/dist/Interfaces/Chart/index.js.map +1 -0
  81. package/dist/Interfaces/Class/index.d.ts +8 -0
  82. package/dist/Interfaces/Class/index.js +3 -0
  83. package/dist/Interfaces/Class/index.js.map +1 -0
  84. package/dist/Interfaces/Consent/index.d.ts +6 -0
  85. package/dist/Interfaces/Consent/index.js +3 -0
  86. package/dist/Interfaces/Consent/index.js.map +1 -0
  87. package/dist/Interfaces/Context/IContextProps.d.ts +5 -0
  88. package/dist/Interfaces/Context/IContextProps.js +3 -0
  89. package/dist/Interfaces/Context/IContextProps.js.map +1 -0
  90. package/dist/Interfaces/Context/IContextState.d.ts +15 -0
  91. package/dist/Interfaces/Context/IContextState.js +3 -0
  92. package/dist/Interfaces/Context/IContextState.js.map +1 -0
  93. package/dist/Interfaces/Customer/ICustomerBadge.d.ts +2 -0
  94. package/dist/Interfaces/Customer/ICustomerBadge.js +3 -0
  95. package/dist/Interfaces/Customer/ICustomerBadge.js.map +1 -0
  96. package/dist/Interfaces/Customer/ICustomerRating.d.ts +10 -0
  97. package/dist/Interfaces/Customer/ICustomerRating.js +3 -0
  98. package/dist/Interfaces/Customer/ICustomerRating.js.map +1 -0
  99. package/dist/Interfaces/Customer/index.d.ts +92 -0
  100. package/dist/Interfaces/Customer/index.js +159 -0
  101. package/dist/Interfaces/Customer/index.js.map +1 -0
  102. package/dist/Interfaces/Declination/index.d.ts +106 -0
  103. package/dist/Interfaces/Declination/index.js +65 -0
  104. package/dist/Interfaces/Declination/index.js.map +1 -0
  105. package/dist/Interfaces/Delivery/CalendarDay.d.ts +9 -0
  106. package/dist/Interfaces/Delivery/CalendarDay.js +12 -0
  107. package/dist/Interfaces/Delivery/CalendarDay.js.map +1 -0
  108. package/dist/Interfaces/Delivery/Driver.d.ts +7 -0
  109. package/dist/Interfaces/Delivery/Driver.js +10 -0
  110. package/dist/Interfaces/Delivery/Driver.js.map +1 -0
  111. package/dist/Interfaces/Delivery/PlannedOrder.d.ts +26 -0
  112. package/dist/Interfaces/Delivery/PlannedOrder.js +20 -0
  113. package/dist/Interfaces/Delivery/PlannedOrder.js.map +1 -0
  114. package/dist/Interfaces/Delivery/ScheduledRun.d.ts +14 -0
  115. package/dist/Interfaces/Delivery/ScheduledRun.js +15 -0
  116. package/dist/Interfaces/Delivery/ScheduledRun.js.map +1 -0
  117. package/dist/Interfaces/Delivery/Truck.d.ts +21 -0
  118. package/dist/Interfaces/Delivery/Truck.js +25 -0
  119. package/dist/Interfaces/Delivery/Truck.js.map +1 -0
  120. package/dist/Interfaces/Directions/index.d.ts +72 -0
  121. package/dist/Interfaces/Directions/index.js +3 -0
  122. package/dist/Interfaces/Directions/index.js.map +1 -0
  123. package/dist/Interfaces/Document/index.d.ts +8 -0
  124. package/dist/Interfaces/Document/index.js +3 -0
  125. package/dist/Interfaces/Document/index.js.map +1 -0
  126. package/dist/Interfaces/Elastic/index.d.ts +89 -0
  127. package/dist/Interfaces/Elastic/index.js +3 -0
  128. package/dist/Interfaces/Elastic/index.js.map +1 -0
  129. package/dist/Interfaces/Email/CustomGR/I3DPrintEmail.d.ts +11 -0
  130. package/dist/Interfaces/Email/CustomGR/I3DPrintEmail.js +3 -0
  131. package/dist/Interfaces/Email/CustomGR/I3DPrintEmail.js.map +1 -0
  132. package/dist/Interfaces/Email/CustomGR/IBorrowToolsEmail.d.ts +15 -0
  133. package/dist/Interfaces/Email/CustomGR/IBorrowToolsEmail.js +3 -0
  134. package/dist/Interfaces/Email/CustomGR/IBorrowToolsEmail.js.map +1 -0
  135. package/dist/Interfaces/Email/CustomGR/IPickupMaterialsEmail.d.ts +12 -0
  136. package/dist/Interfaces/Email/CustomGR/IPickupMaterialsEmail.js +3 -0
  137. package/dist/Interfaces/Email/CustomGR/IPickupMaterialsEmail.js.map +1 -0
  138. package/dist/Interfaces/Email/CustomGR/IPreMeetingFormEmail.d.ts +36 -0
  139. package/dist/Interfaces/Email/CustomGR/IPreMeetingFormEmail.js +3 -0
  140. package/dist/Interfaces/Email/CustomGR/IPreMeetingFormEmail.js.map +1 -0
  141. package/dist/Interfaces/Email/CustomGR/ISponsorRequestEmail.d.ts +12 -0
  142. package/dist/Interfaces/Email/CustomGR/ISponsorRequestEmail.js +3 -0
  143. package/dist/Interfaces/Email/CustomGR/ISponsorRequestEmail.js.map +1 -0
  144. package/dist/Interfaces/Email/CustomGR/ITransportEmail.d.ts +12 -0
  145. package/dist/Interfaces/Email/CustomGR/ITransportEmail.js +3 -0
  146. package/dist/Interfaces/Email/CustomGR/ITransportEmail.js.map +1 -0
  147. package/dist/Interfaces/Email/CustomGR/ITransportQuoteEmail.d.ts +12 -0
  148. package/dist/Interfaces/Email/CustomGR/ITransportQuoteEmail.js +3 -0
  149. package/dist/Interfaces/Email/CustomGR/ITransportQuoteEmail.js.map +1 -0
  150. package/dist/Interfaces/Email/CustomGR/IVegetalsEmail.d.ts +16 -0
  151. package/dist/Interfaces/Email/CustomGR/IVegetalsEmail.js +3 -0
  152. package/dist/Interfaces/Email/CustomGR/IVegetalsEmail.js.map +1 -0
  153. package/dist/Interfaces/Email/CustomGR/IWishlistEmail.d.ts +15 -0
  154. package/dist/Interfaces/Email/CustomGR/IWishlistEmail.js +3 -0
  155. package/dist/Interfaces/Email/CustomGR/IWishlistEmail.js.map +1 -0
  156. package/dist/Interfaces/Email/IAbandonnedCartEmail.d.ts +29 -0
  157. package/dist/Interfaces/Email/IAbandonnedCartEmail.js +3 -0
  158. package/dist/Interfaces/Email/IAbandonnedCartEmail.js.map +1 -0
  159. package/dist/Interfaces/Email/IAccountConfirmationEmail.d.ts +22 -0
  160. package/dist/Interfaces/Email/IAccountConfirmationEmail.js +3 -0
  161. package/dist/Interfaces/Email/IAccountConfirmationEmail.js.map +1 -0
  162. package/dist/Interfaces/Email/IApplicationEmail.d.ts +19 -0
  163. package/dist/Interfaces/Email/IApplicationEmail.js +3 -0
  164. package/dist/Interfaces/Email/IApplicationEmail.js.map +1 -0
  165. package/dist/Interfaces/Email/IBackInStockEmail.d.ts +21 -0
  166. package/dist/Interfaces/Email/IBackInStockEmail.js +3 -0
  167. package/dist/Interfaces/Email/IBackInStockEmail.js.map +1 -0
  168. package/dist/Interfaces/Email/IContactEmail.d.ts +20 -0
  169. package/dist/Interfaces/Email/IContactEmail.js +3 -0
  170. package/dist/Interfaces/Email/IContactEmail.js.map +1 -0
  171. package/dist/Interfaces/Email/ICustomerBookingAdminEmail.d.ts +15 -0
  172. package/dist/Interfaces/Email/ICustomerBookingAdminEmail.js +3 -0
  173. package/dist/Interfaces/Email/ICustomerBookingAdminEmail.js.map +1 -0
  174. package/dist/Interfaces/Email/ICustomerBookingEmail.d.ts +14 -0
  175. package/dist/Interfaces/Email/ICustomerBookingEmail.js +3 -0
  176. package/dist/Interfaces/Email/ICustomerBookingEmail.js.map +1 -0
  177. package/dist/Interfaces/Email/IEmail.d.ts +20 -0
  178. package/dist/Interfaces/Email/IEmail.js +70 -0
  179. package/dist/Interfaces/Email/IEmail.js.map +1 -0
  180. package/dist/Interfaces/Email/IOrderConfirmationEmail.d.ts +47 -0
  181. package/dist/Interfaces/Email/IOrderConfirmationEmail.js +3 -0
  182. package/dist/Interfaces/Email/IOrderConfirmationEmail.js.map +1 -0
  183. package/dist/Interfaces/Email/IPasswordResetEmail.d.ts +17 -0
  184. package/dist/Interfaces/Email/IPasswordResetEmail.js +3 -0
  185. package/dist/Interfaces/Email/IPasswordResetEmail.js.map +1 -0
  186. package/dist/Interfaces/Email/IPhotoShootEmail.d.ts +14 -0
  187. package/dist/Interfaces/Email/IPhotoShootEmail.js +3 -0
  188. package/dist/Interfaces/Email/IPhotoShootEmail.js.map +1 -0
  189. package/dist/Interfaces/Email/IPickupConfirmation.d.ts +23 -0
  190. package/dist/Interfaces/Email/IPickupConfirmation.js +3 -0
  191. package/dist/Interfaces/Email/IPickupConfirmation.js.map +1 -0
  192. package/dist/Interfaces/Email/IQuoteApprobationEmail.d.ts +29 -0
  193. package/dist/Interfaces/Email/IQuoteApprobationEmail.js +3 -0
  194. package/dist/Interfaces/Email/IQuoteApprobationEmail.js.map +1 -0
  195. package/dist/Interfaces/Email/IShippingConfirmation.d.ts +23 -0
  196. package/dist/Interfaces/Email/IShippingConfirmation.js +3 -0
  197. package/dist/Interfaces/Email/IShippingConfirmation.js.map +1 -0
  198. package/dist/Interfaces/Email/IWelcomeEmail.d.ts +19 -0
  199. package/dist/Interfaces/Email/IWelcomeEmail.js +3 -0
  200. package/dist/Interfaces/Email/IWelcomeEmail.js.map +1 -0
  201. package/dist/Interfaces/ExportSchema/index.d.ts +7 -0
  202. package/dist/Interfaces/ExportSchema/index.js +3 -0
  203. package/dist/Interfaces/ExportSchema/index.js.map +1 -0
  204. package/dist/Interfaces/ExternalService/BaseExternalService.d.ts +12 -0
  205. package/dist/Interfaces/ExternalService/BaseExternalService.js +3 -0
  206. package/dist/Interfaces/ExternalService/BaseExternalService.js.map +1 -0
  207. package/dist/Interfaces/ExternalService/index.d.ts +9 -0
  208. package/dist/Interfaces/ExternalService/index.js +3 -0
  209. package/dist/Interfaces/ExternalService/index.js.map +1 -0
  210. package/dist/Interfaces/G2/index.d.ts +286 -0
  211. package/dist/Interfaces/G2/index.js +32 -0
  212. package/dist/Interfaces/G2/index.js.map +1 -0
  213. package/dist/Interfaces/Indexed/Product/IIndexedLastSavedProduct.d.ts +20 -0
  214. package/dist/Interfaces/Indexed/Product/IIndexedLastSavedProduct.js +3 -0
  215. package/dist/Interfaces/Indexed/Product/IIndexedLastSavedProduct.js.map +1 -0
  216. package/dist/Interfaces/Indexed/Product/index.d.ts +91 -0
  217. package/dist/Interfaces/Indexed/Product/index.js +316 -0
  218. package/dist/Interfaces/Indexed/Product/index.js.map +1 -0
  219. package/dist/Interfaces/Inventory/index.d.ts +19 -0
  220. package/dist/Interfaces/Inventory/index.js +9 -0
  221. package/dist/Interfaces/Inventory/index.js.map +1 -0
  222. package/dist/Interfaces/Invoice/index.d.ts +4 -0
  223. package/dist/Interfaces/Invoice/index.js +3 -0
  224. package/dist/Interfaces/Invoice/index.js.map +1 -0
  225. package/dist/Interfaces/MarketplacePublication/MarketplaceOrderData.d.ts +3 -0
  226. package/dist/Interfaces/MarketplacePublication/MarketplaceOrderData.js +3 -0
  227. package/dist/Interfaces/MarketplacePublication/MarketplaceOrderData.js.map +1 -0
  228. package/dist/Interfaces/MarketplacePublication/index.d.ts +23 -0
  229. package/dist/Interfaces/MarketplacePublication/index.js +34 -0
  230. package/dist/Interfaces/MarketplacePublication/index.js.map +1 -0
  231. package/dist/Interfaces/Operations/ICreatedBy.d.ts +6 -0
  232. package/dist/Interfaces/Operations/ICreatedBy.js +3 -0
  233. package/dist/Interfaces/Operations/ICreatedBy.js.map +1 -0
  234. package/dist/Interfaces/Operations/IUpdate.d.ts +5 -0
  235. package/dist/Interfaces/Operations/IUpdate.js +3 -0
  236. package/dist/Interfaces/Operations/IUpdate.js.map +1 -0
  237. package/dist/Interfaces/Order/index.d.ts +4 -0
  238. package/dist/Interfaces/Order/index.js +3 -0
  239. package/dist/Interfaces/Order/index.js.map +1 -0
  240. package/dist/Interfaces/Org/IRelUser.d.ts +9 -0
  241. package/dist/Interfaces/Org/IRelUser.js +3 -0
  242. package/dist/Interfaces/Org/IRelUser.js.map +1 -0
  243. package/dist/Interfaces/Org/index.d.ts +29 -0
  244. package/dist/Interfaces/Org/index.js +13 -0
  245. package/dist/Interfaces/Org/index.js.map +1 -0
  246. package/dist/Interfaces/Payment/index.d.ts +11 -0
  247. package/dist/Interfaces/Payment/index.js +3 -0
  248. package/dist/Interfaces/Payment/index.js.map +1 -0
  249. package/dist/Interfaces/Product/IAttributeFamily.d.ts +6 -0
  250. package/dist/Interfaces/Product/IAttributeFamily.js +3 -0
  251. package/dist/Interfaces/Product/IAttributeFamily.js.map +1 -0
  252. package/dist/Interfaces/Product/IImportProduct.d.ts +42 -0
  253. package/dist/Interfaces/Product/IImportProduct.js +967 -0
  254. package/dist/Interfaces/Product/IImportProduct.js.map +1 -0
  255. package/dist/Interfaces/Product/IInventoryItem.d.ts +81 -0
  256. package/dist/Interfaces/Product/IInventoryItem.js +37 -0
  257. package/dist/Interfaces/Product/IInventoryItem.js.map +1 -0
  258. package/dist/Interfaces/Product/IPricing.d.ts +177 -0
  259. package/dist/Interfaces/Product/IPricing.js +175 -0
  260. package/dist/Interfaces/Product/IPricing.js.map +1 -0
  261. package/dist/Interfaces/Product/index.d.ts +121 -0
  262. package/dist/Interfaces/Product/index.js +57 -0
  263. package/dist/Interfaces/Product/index.js.map +1 -0
  264. package/dist/Interfaces/ProductAttribute/index.d.ts +11 -0
  265. package/dist/Interfaces/ProductAttribute/index.js +3 -0
  266. package/dist/Interfaces/ProductAttribute/index.js.map +1 -0
  267. package/dist/Interfaces/ProductGroup/index.d.ts +20 -0
  268. package/dist/Interfaces/ProductGroup/index.js +3 -0
  269. package/dist/Interfaces/ProductGroup/index.js.map +1 -0
  270. package/dist/Interfaces/PromiseToPurchase/BankType.d.ts +41 -0
  271. package/dist/Interfaces/PromiseToPurchase/BankType.js +43 -0
  272. package/dist/Interfaces/PromiseToPurchase/BankType.js.map +1 -0
  273. package/dist/Interfaces/PromiseToPurchase/IIndexedBankUsed.d.ts +33 -0
  274. package/dist/Interfaces/PromiseToPurchase/IIndexedBankUsed.js +16 -0
  275. package/dist/Interfaces/PromiseToPurchase/IIndexedBankUsed.js.map +1 -0
  276. package/dist/Interfaces/PromiseToPurchase/IIndexedCustomerPromiseToPurchase.d.ts +19 -0
  277. package/dist/Interfaces/PromiseToPurchase/IIndexedCustomerPromiseToPurchase.js +3 -0
  278. package/dist/Interfaces/PromiseToPurchase/IIndexedCustomerPromiseToPurchase.js.map +1 -0
  279. package/dist/Interfaces/PromiseToPurchase/index.d.ts +50 -0
  280. package/dist/Interfaces/PromiseToPurchase/index.js +14 -0
  281. package/dist/Interfaces/PromiseToPurchase/index.js.map +1 -0
  282. package/dist/Interfaces/PurchaseOrder/index.d.ts +17 -0
  283. package/dist/Interfaces/PurchaseOrder/index.js +3 -0
  284. package/dist/Interfaces/PurchaseOrder/index.js.map +1 -0
  285. package/dist/Interfaces/Query/IBrandQueryOptions.d.ts +11 -0
  286. package/dist/Interfaces/Query/IBrandQueryOptions.js +3 -0
  287. package/dist/Interfaces/Query/IBrandQueryOptions.js.map +1 -0
  288. package/dist/Interfaces/Query/ICategoryQueryOptions.d.ts +11 -0
  289. package/dist/Interfaces/Query/ICategoryQueryOptions.js +3 -0
  290. package/dist/Interfaces/Query/ICategoryQueryOptions.js.map +1 -0
  291. package/dist/Interfaces/Query/IProductQueryOptions.d.ts +15 -0
  292. package/dist/Interfaces/Query/IProductQueryOptions.js +3 -0
  293. package/dist/Interfaces/Query/IProductQueryOptions.js.map +1 -0
  294. package/dist/Interfaces/Quote/QuoteCMS/actions.d.ts +6 -0
  295. package/dist/Interfaces/Quote/QuoteCMS/actions.js +50 -0
  296. package/dist/Interfaces/Quote/QuoteCMS/actions.js.map +1 -0
  297. package/dist/Interfaces/Quote/QuoteCMS/defaults.d.ts +4 -0
  298. package/dist/Interfaces/Quote/QuoteCMS/defaults.js +32 -0
  299. package/dist/Interfaces/Quote/QuoteCMS/defaults.js.map +1 -0
  300. package/dist/Interfaces/Quote/QuoteCMS/enums.d.ts +50 -0
  301. package/dist/Interfaces/Quote/QuoteCMS/enums.js +61 -0
  302. package/dist/Interfaces/Quote/QuoteCMS/enums.js.map +1 -0
  303. package/dist/Interfaces/Quote/index.d.ts +5 -0
  304. package/dist/Interfaces/Quote/index.js +3 -0
  305. package/dist/Interfaces/Quote/index.js.map +1 -0
  306. package/dist/Interfaces/Rules/IDiscountRule.d.ts +131 -0
  307. package/dist/Interfaces/Rules/IDiscountRule.js +96 -0
  308. package/dist/Interfaces/Rules/IDiscountRule.js.map +1 -0
  309. package/dist/Interfaces/Services/IAddServiceResponse.d.ts +4 -0
  310. package/dist/Interfaces/Services/IAddServiceResponse.js +3 -0
  311. package/dist/Interfaces/Services/IAddServiceResponse.js.map +1 -0
  312. package/dist/Interfaces/Services/IService.d.ts +12 -0
  313. package/dist/Interfaces/Services/IService.js +3 -0
  314. package/dist/Interfaces/Services/IService.js.map +1 -0
  315. package/dist/Interfaces/Services/IServiceSecret.d.ts +8 -0
  316. package/dist/Interfaces/Services/IServiceSecret.js +3 -0
  317. package/dist/Interfaces/Services/IServiceSecret.js.map +1 -0
  318. package/dist/Interfaces/Shipping/Shipstation/carriers.d.ts +10 -0
  319. package/dist/Interfaces/Shipping/Shipstation/carriers.js +3 -0
  320. package/dist/Interfaces/Shipping/Shipstation/carriers.js.map +1 -0
  321. package/dist/Interfaces/Shipping/Shipstation/order.d.ts +227 -0
  322. package/dist/Interfaces/Shipping/Shipstation/order.js +3 -0
  323. package/dist/Interfaces/Shipping/Shipstation/order.js.map +1 -0
  324. package/dist/Interfaces/Shipping/Shipstation/quote.d.ts +31 -0
  325. package/dist/Interfaces/Shipping/Shipstation/quote.js +3 -0
  326. package/dist/Interfaces/Shipping/Shipstation/quote.js.map +1 -0
  327. package/dist/Interfaces/Shipping/Shiptime/order.d.ts +54 -0
  328. package/dist/Interfaces/Shipping/Shiptime/order.js +49 -0
  329. package/dist/Interfaces/Shipping/Shiptime/order.js.map +1 -0
  330. package/dist/Interfaces/Shipping/Shiptime/quote.d.ts +111 -0
  331. package/dist/Interfaces/Shipping/Shiptime/quote.js +3 -0
  332. package/dist/Interfaces/Shipping/Shiptime/quote.js.map +1 -0
  333. package/dist/Interfaces/Slider/GR.d.ts +130 -0
  334. package/dist/Interfaces/Slider/GR.js +272 -0
  335. package/dist/Interfaces/Slider/GR.js.map +1 -0
  336. package/dist/Interfaces/Slider/index.d.ts +14 -0
  337. package/dist/Interfaces/Slider/index.js +3 -0
  338. package/dist/Interfaces/Slider/index.js.map +1 -0
  339. package/dist/Interfaces/Space/IMember.d.ts +16 -0
  340. package/dist/Interfaces/Space/IMember.js +10 -0
  341. package/dist/Interfaces/Space/IMember.js.map +1 -0
  342. package/dist/Interfaces/Space/index.d.ts +311 -0
  343. package/dist/Interfaces/Space/index.js +78 -0
  344. package/dist/Interfaces/Space/index.js.map +1 -0
  345. package/dist/Interfaces/Specials/bb.d.ts +27 -0
  346. package/dist/Interfaces/Specials/bb.js +23 -0
  347. package/dist/Interfaces/Specials/bb.js.map +1 -0
  348. package/dist/Interfaces/Specials/gr.d.ts +61 -0
  349. package/dist/Interfaces/Specials/gr.js +3 -0
  350. package/dist/Interfaces/Specials/gr.js.map +1 -0
  351. package/dist/Interfaces/StockNotification/index.d.ts +7 -0
  352. package/dist/Interfaces/StockNotification/index.js +3 -0
  353. package/dist/Interfaces/StockNotification/index.js.map +1 -0
  354. package/dist/Interfaces/Store/index.d.ts +60 -0
  355. package/dist/Interfaces/Store/index.js +28 -0
  356. package/dist/Interfaces/Store/index.js.map +1 -0
  357. package/dist/Interfaces/Supplier/ICommand.d.ts +11 -0
  358. package/dist/Interfaces/Supplier/ICommand.js +3 -0
  359. package/dist/Interfaces/Supplier/ICommand.js.map +1 -0
  360. package/dist/Interfaces/Supplier/index.d.ts +36 -0
  361. package/dist/Interfaces/Supplier/index.js +25 -0
  362. package/dist/Interfaces/Supplier/index.js.map +1 -0
  363. package/dist/Interfaces/Tag/index.d.ts +18 -0
  364. package/dist/Interfaces/Tag/index.js +3 -0
  365. package/dist/Interfaces/Tag/index.js.map +1 -0
  366. package/dist/Interfaces/Tax/index.d.ts +12 -0
  367. package/dist/Interfaces/Tax/index.js +3 -0
  368. package/dist/Interfaces/Tax/index.js.map +1 -0
  369. package/dist/Interfaces/TransferRequest/index.d.ts +32 -0
  370. package/dist/Interfaces/TransferRequest/index.js +27 -0
  371. package/dist/Interfaces/TransferRequest/index.js.map +1 -0
  372. package/dist/Interfaces/Translation/index.d.ts +4 -0
  373. package/dist/Interfaces/Translation/index.js +3 -0
  374. package/dist/Interfaces/Translation/index.js.map +1 -0
  375. package/dist/Interfaces/Update/index.d.ts +10 -0
  376. package/dist/Interfaces/Update/index.js +3 -0
  377. package/dist/Interfaces/Update/index.js.map +1 -0
  378. package/dist/Interfaces/User/IUser.d.ts +29 -0
  379. package/dist/Interfaces/User/IUser.js +9 -0
  380. package/dist/Interfaces/User/IUser.js.map +1 -0
  381. package/dist/Interfaces/Version/index.d.ts +11 -0
  382. package/dist/Interfaces/Version/index.js +3 -0
  383. package/dist/Interfaces/Version/index.js.map +1 -0
  384. package/dist/Interfaces/Wishlist/index.d.ts +7 -0
  385. package/dist/Interfaces/Wishlist/index.js +3 -0
  386. package/dist/Interfaces/Wishlist/index.js.map +1 -0
  387. package/dist/constants/Interfaces/IBaseApi.d.ts +15 -0
  388. package/dist/constants/Interfaces/IBaseApi.js +3 -0
  389. package/dist/constants/Interfaces/IBaseApi.js.map +1 -0
  390. package/dist/constants/Interfaces/IEndpointResult.d.ts +9 -0
  391. package/dist/constants/Interfaces/IEndpointResult.js +3 -0
  392. package/dist/constants/Interfaces/IEndpointResult.js.map +1 -0
  393. package/dist/constants/enums.d.ts +6 -0
  394. package/dist/constants/enums.js +11 -0
  395. package/dist/constants/enums.js.map +1 -0
  396. package/dist/constants/errors.d.ts +27 -0
  397. package/dist/constants/errors.js +33 -0
  398. package/dist/constants/errors.js.map +1 -0
  399. package/dist/constants/version.d.ts +2 -0
  400. package/dist/constants/version.js +6 -0
  401. package/dist/constants/version.js.map +1 -0
  402. package/dist/index.d.ts +32 -0
  403. package/dist/index.js +417 -0
  404. package/dist/index.js.map +1 -0
  405. package/dist/lib/Attribute/index.d.ts +14 -0
  406. package/dist/lib/Attribute/index.js +250 -0
  407. package/dist/lib/Attribute/index.js.map +1 -0
  408. package/dist/lib/BGJob/index.d.ts +9 -0
  409. package/dist/lib/BGJob/index.js +377 -0
  410. package/dist/lib/BGJob/index.js.map +1 -0
  411. package/dist/lib/BackgroundWorker/index.d.ts +34 -0
  412. package/dist/lib/BackgroundWorker/index.js +73 -0
  413. package/dist/lib/BackgroundWorker/index.js.map +1 -0
  414. package/dist/lib/Blog/BlogArticle.d.ts +5 -0
  415. package/dist/lib/Blog/BlogArticle.js +29 -0
  416. package/dist/lib/Blog/BlogArticle.js.map +1 -0
  417. package/dist/lib/Blog/BlogAuthor.d.ts +5 -0
  418. package/dist/lib/Blog/BlogAuthor.js +29 -0
  419. package/dist/lib/Blog/BlogAuthor.js.map +1 -0
  420. package/dist/lib/Blog/BlogCategory.d.ts +5 -0
  421. package/dist/lib/Blog/BlogCategory.js +29 -0
  422. package/dist/lib/Blog/BlogCategory.js.map +1 -0
  423. package/dist/lib/Blog/BlogKeyword.d.ts +5 -0
  424. package/dist/lib/Blog/BlogKeyword.js +29 -0
  425. package/dist/lib/Blog/BlogKeyword.js.map +1 -0
  426. package/dist/lib/Booking/index.d.ts +63 -0
  427. package/dist/lib/Booking/index.js +814 -0
  428. package/dist/lib/Booking/index.js.map +1 -0
  429. package/dist/lib/Brand/index.d.ts +17 -0
  430. package/dist/lib/Brand/index.js +274 -0
  431. package/dist/lib/Brand/index.js.map +1 -0
  432. package/dist/lib/CMS/Creator/index.d.ts +38 -0
  433. package/dist/lib/CMS/Creator/index.js +625 -0
  434. package/dist/lib/CMS/Creator/index.js.map +1 -0
  435. package/dist/lib/CMS/Reader/index.d.ts +64 -0
  436. package/dist/lib/CMS/Reader/index.js +1174 -0
  437. package/dist/lib/CMS/Reader/index.js.map +1 -0
  438. package/dist/lib/CMS/Utils.d.ts +1 -0
  439. package/dist/lib/CMS/Utils.js +30 -0
  440. package/dist/lib/CMS/Utils.js.map +1 -0
  441. package/dist/lib/CMS/Writer/index.d.ts +6 -0
  442. package/dist/lib/CMS/Writer/index.js +91 -0
  443. package/dist/lib/CMS/Writer/index.js.map +1 -0
  444. package/dist/lib/Cart/index.d.ts +184 -0
  445. package/dist/lib/Cart/index.js +3644 -0
  446. package/dist/lib/Cart/index.js.map +1 -0
  447. package/dist/lib/Catalogue/index.d.ts +11 -0
  448. package/dist/lib/Catalogue/index.js +205 -0
  449. package/dist/lib/Catalogue/index.js.map +1 -0
  450. package/dist/lib/Category/index.d.ts +26 -0
  451. package/dist/lib/Category/index.js +358 -0
  452. package/dist/lib/Category/index.js.map +1 -0
  453. package/dist/lib/Class/index.d.ts +12 -0
  454. package/dist/lib/Class/index.js +160 -0
  455. package/dist/lib/Class/index.js.map +1 -0
  456. package/dist/lib/Consent/index.d.ts +4 -0
  457. package/dist/lib/Consent/index.js +80 -0
  458. package/dist/lib/Consent/index.js.map +1 -0
  459. package/dist/lib/Customer/index.d.ts +10 -0
  460. package/dist/lib/Customer/index.js +141 -0
  461. package/dist/lib/Customer/index.js.map +1 -0
  462. package/dist/lib/Declination/index.d.ts +10 -0
  463. package/dist/lib/Declination/index.js +86 -0
  464. package/dist/lib/Declination/index.js.map +1 -0
  465. package/dist/lib/Delivery/CalendarDay.d.ts +10 -0
  466. package/dist/lib/Delivery/CalendarDay.js +149 -0
  467. package/dist/lib/Delivery/CalendarDay.js.map +1 -0
  468. package/dist/lib/Delivery/Dispatch.d.ts +56 -0
  469. package/dist/lib/Delivery/Dispatch.js +1055 -0
  470. package/dist/lib/Delivery/Dispatch.js.map +1 -0
  471. package/dist/lib/Delivery/Driver.d.ts +12 -0
  472. package/dist/lib/Delivery/Driver.js +153 -0
  473. package/dist/lib/Delivery/Driver.js.map +1 -0
  474. package/dist/lib/Delivery/PlannedOrder.d.ts +15 -0
  475. package/dist/lib/Delivery/PlannedOrder.js +237 -0
  476. package/dist/lib/Delivery/PlannedOrder.js.map +1 -0
  477. package/dist/lib/Delivery/ScheduledRun.d.ts +12 -0
  478. package/dist/lib/Delivery/ScheduledRun.js +165 -0
  479. package/dist/lib/Delivery/ScheduledRun.js.map +1 -0
  480. package/dist/lib/Delivery/Truck.d.ts +12 -0
  481. package/dist/lib/Delivery/Truck.js +158 -0
  482. package/dist/lib/Delivery/Truck.js.map +1 -0
  483. package/dist/lib/Discount/index.d.ts +18 -0
  484. package/dist/lib/Discount/index.js +760 -0
  485. package/dist/lib/Discount/index.js.map +1 -0
  486. package/dist/lib/ElasticSearch/index.d.ts +8 -0
  487. package/dist/lib/ElasticSearch/index.js +102 -0
  488. package/dist/lib/ElasticSearch/index.js.map +1 -0
  489. package/dist/lib/Email/AbandonedCartEmail.d.ts +8 -0
  490. package/dist/lib/Email/AbandonedCartEmail.js +79 -0
  491. package/dist/lib/Email/AbandonedCartEmail.js.map +1 -0
  492. package/dist/lib/Email/AccountConfirmationEmail.d.ts +11 -0
  493. package/dist/lib/Email/AccountConfirmationEmail.js +96 -0
  494. package/dist/lib/Email/AccountConfirmationEmail.js.map +1 -0
  495. package/dist/lib/Email/AdminOrderConfirmationEmail.d.ts +8 -0
  496. package/dist/lib/Email/AdminOrderConfirmationEmail.js +79 -0
  497. package/dist/lib/Email/AdminOrderConfirmationEmail.js.map +1 -0
  498. package/dist/lib/Email/ApplicationEmail.d.ts +8 -0
  499. package/dist/lib/Email/ApplicationEmail.js +79 -0
  500. package/dist/lib/Email/ApplicationEmail.js.map +1 -0
  501. package/dist/lib/Email/BackInStockEmail.d.ts +8 -0
  502. package/dist/lib/Email/BackInStockEmail.js +79 -0
  503. package/dist/lib/Email/BackInStockEmail.js.map +1 -0
  504. package/dist/lib/Email/ContactEmail.d.ts +8 -0
  505. package/dist/lib/Email/ContactEmail.js +79 -0
  506. package/dist/lib/Email/ContactEmail.js.map +1 -0
  507. package/dist/lib/Email/CustomerBookingAdminEmail.d.ts +8 -0
  508. package/dist/lib/Email/CustomerBookingAdminEmail.js +79 -0
  509. package/dist/lib/Email/CustomerBookingAdminEmail.js.map +1 -0
  510. package/dist/lib/Email/CustomerBookingEmail.d.ts +8 -0
  511. package/dist/lib/Email/CustomerBookingEmail.js +79 -0
  512. package/dist/lib/Email/CustomerBookingEmail.js.map +1 -0
  513. package/dist/lib/Email/OrderConfirmationEmail.d.ts +8 -0
  514. package/dist/lib/Email/OrderConfirmationEmail.js +79 -0
  515. package/dist/lib/Email/OrderConfirmationEmail.js.map +1 -0
  516. package/dist/lib/Email/OrderDenounciationEmail.d.ts +8 -0
  517. package/dist/lib/Email/OrderDenounciationEmail.js +79 -0
  518. package/dist/lib/Email/OrderDenounciationEmail.js.map +1 -0
  519. package/dist/lib/Email/OrderSampleEmail.d.ts +8 -0
  520. package/dist/lib/Email/OrderSampleEmail.js +79 -0
  521. package/dist/lib/Email/OrderSampleEmail.js.map +1 -0
  522. package/dist/lib/Email/OtherTypeEmails.d.ts +8 -0
  523. package/dist/lib/Email/OtherTypeEmails.js +91 -0
  524. package/dist/lib/Email/OtherTypeEmails.js.map +1 -0
  525. package/dist/lib/Email/PasswordResetEmail.d.ts +8 -0
  526. package/dist/lib/Email/PasswordResetEmail.js +79 -0
  527. package/dist/lib/Email/PasswordResetEmail.js.map +1 -0
  528. package/dist/lib/Email/PhotoShootEmail.d.ts +8 -0
  529. package/dist/lib/Email/PhotoShootEmail.js +79 -0
  530. package/dist/lib/Email/PhotoShootEmail.js.map +1 -0
  531. package/dist/lib/Email/PickUpConfirmation.d.ts +8 -0
  532. package/dist/lib/Email/PickUpConfirmation.js +79 -0
  533. package/dist/lib/Email/PickUpConfirmation.js.map +1 -0
  534. package/dist/lib/Email/QuoteApprobationEmail.d.ts +8 -0
  535. package/dist/lib/Email/QuoteApprobationEmail.js +79 -0
  536. package/dist/lib/Email/QuoteApprobationEmail.js.map +1 -0
  537. package/dist/lib/Email/ShippingConfirmation.d.ts +8 -0
  538. package/dist/lib/Email/ShippingConfirmation.js +79 -0
  539. package/dist/lib/Email/ShippingConfirmation.js.map +1 -0
  540. package/dist/lib/Email/WelcomeEmail.d.ts +8 -0
  541. package/dist/lib/Email/WelcomeEmail.js +79 -0
  542. package/dist/lib/Email/WelcomeEmail.js.map +1 -0
  543. package/dist/lib/Email/index.d.ts +8 -0
  544. package/dist/lib/Email/index.js +83 -0
  545. package/dist/lib/Email/index.js.map +1 -0
  546. package/dist/lib/ExternalService/Ebay.d.ts +63 -0
  547. package/dist/lib/ExternalService/Ebay.js +186 -0
  548. package/dist/lib/ExternalService/Ebay.js.map +1 -0
  549. package/dist/lib/ExternalService/index.d.ts +5 -0
  550. package/dist/lib/ExternalService/index.js +29 -0
  551. package/dist/lib/ExternalService/index.js.map +1 -0
  552. package/dist/lib/Indexed/IndexedCart.d.ts +13 -0
  553. package/dist/lib/Indexed/IndexedCart.js +195 -0
  554. package/dist/lib/Indexed/IndexedCart.js.map +1 -0
  555. package/dist/lib/Indexed/Product.d.ts +17 -0
  556. package/dist/lib/Indexed/Product.js +117 -0
  557. package/dist/lib/Indexed/Product.js.map +1 -0
  558. package/dist/lib/Inventory/__tests__.d.ts +1 -0
  559. package/dist/lib/Inventory/__tests__.js +199 -0
  560. package/dist/lib/Inventory/__tests__.js.map +1 -0
  561. package/dist/lib/Inventory/index.d.ts +31 -0
  562. package/dist/lib/Inventory/index.js +561 -0
  563. package/dist/lib/Inventory/index.js.map +1 -0
  564. package/dist/lib/Invoice/index.d.ts +5 -0
  565. package/dist/lib/Invoice/index.js +29 -0
  566. package/dist/lib/Invoice/index.js.map +1 -0
  567. package/dist/lib/MarketplacePublication/index.d.ts +9 -0
  568. package/dist/lib/MarketplacePublication/index.js +222 -0
  569. package/dist/lib/MarketplacePublication/index.js.map +1 -0
  570. package/dist/lib/MongoDB/BaseAPI.d.ts +18 -0
  571. package/dist/lib/MongoDB/BaseAPI.js +309 -0
  572. package/dist/lib/MongoDB/BaseAPI.js.map +1 -0
  573. package/dist/lib/Order/index.d.ts +7 -0
  574. package/dist/lib/Order/index.js +63 -0
  575. package/dist/lib/Order/index.js.map +1 -0
  576. package/dist/lib/Org/index.d.ts +26 -0
  577. package/dist/lib/Org/index.js +287 -0
  578. package/dist/lib/Org/index.js.map +1 -0
  579. package/dist/lib/PandaPay/index.d.ts +16 -0
  580. package/dist/lib/PandaPay/index.js +220 -0
  581. package/dist/lib/PandaPay/index.js.map +1 -0
  582. package/dist/lib/Paysafe/index.d.ts +11 -0
  583. package/dist/lib/Paysafe/index.js +101 -0
  584. package/dist/lib/Paysafe/index.js.map +1 -0
  585. package/dist/lib/Product/index.d.ts +143 -0
  586. package/dist/lib/Product/index.js +1325 -0
  587. package/dist/lib/Product/index.js.map +1 -0
  588. package/dist/lib/ProductAttribute/index.d.ts +15 -0
  589. package/dist/lib/ProductAttribute/index.js +115 -0
  590. package/dist/lib/ProductAttribute/index.js.map +1 -0
  591. package/dist/lib/ProductGroup/index.d.ts +49 -0
  592. package/dist/lib/ProductGroup/index.js +141 -0
  593. package/dist/lib/ProductGroup/index.js.map +1 -0
  594. package/dist/lib/PromiseToPurchase/index.d.ts +35 -0
  595. package/dist/lib/PromiseToPurchase/index.js +475 -0
  596. package/dist/lib/PromiseToPurchase/index.js.map +1 -0
  597. package/dist/lib/PurchaseOrder/index.d.ts +9 -0
  598. package/dist/lib/PurchaseOrder/index.js +73 -0
  599. package/dist/lib/PurchaseOrder/index.js.map +1 -0
  600. package/dist/lib/Queue/index.d.ts +40 -0
  601. package/dist/lib/Queue/index.js +255 -0
  602. package/dist/lib/Queue/index.js.map +1 -0
  603. package/dist/lib/Quote/index.d.ts +204 -0
  604. package/dist/lib/Quote/index.js +721 -0
  605. package/dist/lib/Quote/index.js.map +1 -0
  606. package/dist/lib/Service/Enum/ServiceEnum.d.ts +3 -0
  607. package/dist/lib/Service/Enum/ServiceEnum.js +8 -0
  608. package/dist/lib/Service/Enum/ServiceEnum.js.map +1 -0
  609. package/dist/lib/Service/index.d.ts +5 -0
  610. package/dist/lib/Service/index.js +58 -0
  611. package/dist/lib/Service/index.js.map +1 -0
  612. package/dist/lib/Shipment/index.d.ts +28 -0
  613. package/dist/lib/Shipment/index.js +560 -0
  614. package/dist/lib/Shipment/index.js.map +1 -0
  615. package/dist/lib/Slider/index.d.ts +18 -0
  616. package/dist/lib/Slider/index.js +233 -0
  617. package/dist/lib/Slider/index.js.map +1 -0
  618. package/dist/lib/Space/index.d.ts +758 -0
  619. package/dist/lib/Space/index.js +6692 -0
  620. package/dist/lib/Space/index.js.map +1 -0
  621. package/dist/lib/SpecialOPS/Cases/BB.d.ts +8 -0
  622. package/dist/lib/SpecialOPS/Cases/BB.js +24 -0
  623. package/dist/lib/SpecialOPS/Cases/BB.js.map +1 -0
  624. package/dist/lib/SpecialOPS/index.d.ts +14 -0
  625. package/dist/lib/SpecialOPS/index.js +21 -0
  626. package/dist/lib/SpecialOPS/index.js.map +1 -0
  627. package/dist/lib/StockNotification/index.d.ts +4 -0
  628. package/dist/lib/StockNotification/index.js +27 -0
  629. package/dist/lib/StockNotification/index.js.map +1 -0
  630. package/dist/lib/Store/index.d.ts +5 -0
  631. package/dist/lib/Store/index.js +31 -0
  632. package/dist/lib/Store/index.js.map +1 -0
  633. package/dist/lib/Supplier/Command.d.ts +5 -0
  634. package/dist/lib/Supplier/Command.js +29 -0
  635. package/dist/lib/Supplier/Command.js.map +1 -0
  636. package/dist/lib/Supplier/index.d.ts +25 -0
  637. package/dist/lib/Supplier/index.js +93 -0
  638. package/dist/lib/Supplier/index.js.map +1 -0
  639. package/dist/lib/Tags/index.d.ts +6 -0
  640. package/dist/lib/Tags/index.js +85 -0
  641. package/dist/lib/Tags/index.js.map +1 -0
  642. package/dist/lib/Tax/index.d.ts +8 -0
  643. package/dist/lib/Tax/index.js +137 -0
  644. package/dist/lib/Tax/index.js.map +1 -0
  645. package/dist/lib/TransferRequest/index.d.ts +21 -0
  646. package/dist/lib/TransferRequest/index.js +303 -0
  647. package/dist/lib/TransferRequest/index.js.map +1 -0
  648. package/dist/lib/Update/index.d.ts +10 -0
  649. package/dist/lib/Update/index.js +72 -0
  650. package/dist/lib/Update/index.js.map +1 -0
  651. package/dist/lib/User/index.d.ts +33 -0
  652. package/dist/lib/User/index.js +361 -0
  653. package/dist/lib/User/index.js.map +1 -0
  654. package/dist/lib/Wishlist/index.d.ts +5 -0
  655. package/dist/lib/Wishlist/index.js +29 -0
  656. package/dist/lib/Wishlist/index.js.map +1 -0
  657. package/dist/lib/base copy.d.ts +14 -0
  658. package/dist/lib/base copy.js +136 -0
  659. package/dist/lib/base copy.js.map +1 -0
  660. package/dist/lib/base.d.ts +14 -0
  661. package/dist/lib/base.js +136 -0
  662. package/dist/lib/base.js.map +1 -0
  663. package/dist/lib/baseService.d.ts +17 -0
  664. package/dist/lib/baseService.js +114 -0
  665. package/dist/lib/baseService.js.map +1 -0
  666. package/dist/rules/GR/constants/data.d.ts +28 -0
  667. package/dist/rules/GR/constants/data.js +58 -0
  668. package/dist/rules/GR/constants/data.js.map +1 -0
  669. package/dist/rules/GR/constants/products.d.ts +8 -0
  670. package/dist/rules/GR/constants/products.js +235 -0
  671. package/dist/rules/GR/constants/products.js.map +1 -0
  672. package/dist/rules/GR/interfaces/cart.d.ts +68 -0
  673. package/dist/rules/GR/interfaces/cart.js +50 -0
  674. package/dist/rules/GR/interfaces/cart.js.map +1 -0
  675. package/dist/rules/GR/interfaces/data.d.ts +97 -0
  676. package/dist/rules/GR/interfaces/data.js +105 -0
  677. package/dist/rules/GR/interfaces/data.js.map +1 -0
  678. package/dist/rules/GR/interfaces/products.d.ts +61 -0
  679. package/dist/rules/GR/interfaces/products.js +11 -0
  680. package/dist/rules/GR/interfaces/products.js.map +1 -0
  681. package/dist/rules/GR/utils/anonymisation.d.ts +29 -0
  682. package/dist/rules/GR/utils/anonymisation.js +269 -0
  683. package/dist/rules/GR/utils/anonymisation.js.map +1 -0
  684. package/dist/rules/GR/utils/cart.d.ts +39 -0
  685. package/dist/rules/GR/utils/cart.js +645 -0
  686. package/dist/rules/GR/utils/cart.js.map +1 -0
  687. package/dist/rules/GR/utils/data.d.ts +3 -0
  688. package/dist/rules/GR/utils/data.js +26 -0
  689. package/dist/rules/GR/utils/data.js.map +1 -0
  690. package/dist/rules/GR/utils/expedition.d.ts +70 -0
  691. package/dist/rules/GR/utils/expedition.js +1584 -0
  692. package/dist/rules/GR/utils/expedition.js.map +1 -0
  693. package/dist/rules/GR/utils/g2.d.ts +153 -0
  694. package/dist/rules/GR/utils/g2.js +915 -0
  695. package/dist/rules/GR/utils/g2.js.map +1 -0
  696. package/dist/rules/GR/utils/invoices.d.ts +5 -0
  697. package/dist/rules/GR/utils/invoices.js +141 -0
  698. package/dist/rules/GR/utils/invoices.js.map +1 -0
  699. package/dist/rules/GR/utils/products.d.ts +105 -0
  700. package/dist/rules/GR/utils/products.js +1014 -0
  701. package/dist/rules/GR/utils/products.js.map +1 -0
  702. package/dist/rules/GR/utils/upsells.d.ts +75 -0
  703. package/dist/rules/GR/utils/upsells.js +279 -0
  704. package/dist/rules/GR/utils/upsells.js.map +1 -0
  705. package/dist/services/database/AuthProvider.d.ts +3 -0
  706. package/dist/services/database/AuthProvider.js +67 -0
  707. package/dist/services/database/AuthProvider.js.map +1 -0
  708. package/dist/services/database/BaseProvider.d.ts +28 -0
  709. package/dist/services/database/BaseProvider.js +78 -0
  710. package/dist/services/database/BaseProvider.js.map +1 -0
  711. package/dist/services/database/BatchUtils.d.ts +14 -0
  712. package/dist/services/database/BatchUtils.js +89 -0
  713. package/dist/services/database/BatchUtils.js.map +1 -0
  714. package/dist/services/database/Config.d.ts +2 -0
  715. package/dist/services/database/Config.js +6 -0
  716. package/dist/services/database/Config.js.map +1 -0
  717. package/dist/services/database/DatabaseService.d.ts +41 -0
  718. package/dist/services/database/DatabaseService.js +312 -0
  719. package/dist/services/database/DatabaseService.js.map +1 -0
  720. package/dist/services/database/FirebaseProvider.d.ts +17 -0
  721. package/dist/services/database/FirebaseProvider.js +301 -0
  722. package/dist/services/database/FirebaseProvider.js.map +1 -0
  723. package/dist/services/database/NotFirebaseProvider.d.ts +35 -0
  724. package/dist/services/database/NotFirebaseProvider.js +368 -0
  725. package/dist/services/database/NotFirebaseProvider.js.map +1 -0
  726. package/dist/utils/algolia.d.ts +6 -0
  727. package/dist/utils/algolia.js +23 -0
  728. package/dist/utils/algolia.js.map +1 -0
  729. package/dist/utils/anonymisation.d.ts +30 -0
  730. package/dist/utils/anonymisation.js +270 -0
  731. package/dist/utils/anonymisation.js.map +1 -0
  732. package/dist/utils/array.d.ts +5 -0
  733. package/dist/utils/array.js +37 -0
  734. package/dist/utils/array.js.map +1 -0
  735. package/dist/utils/aws.d.ts +18 -0
  736. package/dist/utils/aws.js +144 -0
  737. package/dist/utils/aws.js.map +1 -0
  738. package/dist/utils/booking.d.ts +22 -0
  739. package/dist/utils/booking.js +176 -0
  740. package/dist/utils/booking.js.map +1 -0
  741. package/dist/utils/cart.d.ts +505 -0
  742. package/dist/utils/cart.js +504 -0
  743. package/dist/utils/cart.js.map +1 -0
  744. package/dist/utils/cmv.d.ts +10 -0
  745. package/dist/utils/cmv.js +108 -0
  746. package/dist/utils/cmv.js.map +1 -0
  747. package/dist/utils/console.d.ts +6 -0
  748. package/dist/utils/console.js +122 -0
  749. package/dist/utils/console.js.map +1 -0
  750. package/dist/utils/context.d.ts +19 -0
  751. package/dist/utils/context.js +42 -0
  752. package/dist/utils/context.js.map +1 -0
  753. package/dist/utils/currency.d.ts +6 -0
  754. package/dist/utils/currency.js +63 -0
  755. package/dist/utils/currency.js.map +1 -0
  756. package/dist/utils/data.d.ts +40 -0
  757. package/dist/utils/data.js +227 -0
  758. package/dist/utils/data.js.map +1 -0
  759. package/dist/utils/date.d.ts +1 -0
  760. package/dist/utils/date.js +17 -0
  761. package/dist/utils/date.js.map +1 -0
  762. package/dist/utils/dimensions.d.ts +3 -0
  763. package/dist/utils/dimensions.js +19 -0
  764. package/dist/utils/dimensions.js.map +1 -0
  765. package/dist/utils/discount.d.ts +33 -0
  766. package/dist/utils/discount.js +907 -0
  767. package/dist/utils/discount.js.map +1 -0
  768. package/dist/utils/env.d.ts +1 -0
  769. package/dist/utils/env.js +14 -0
  770. package/dist/utils/env.js.map +1 -0
  771. package/dist/utils/errors.d.ts +113 -0
  772. package/dist/utils/errors.js +114 -0
  773. package/dist/utils/errors.js.map +1 -0
  774. package/dist/utils/file-admin.d.ts +8 -0
  775. package/dist/utils/file-admin.js +95 -0
  776. package/dist/utils/file-admin.js.map +1 -0
  777. package/dist/utils/file.d.ts +19 -0
  778. package/dist/utils/file.js +339 -0
  779. package/dist/utils/file.js.map +1 -0
  780. package/dist/utils/firebase-admin.d.ts +2 -0
  781. package/dist/utils/firebase-admin.js +119 -0
  782. package/dist/utils/firebase-admin.js.map +1 -0
  783. package/dist/utils/firebase.d.ts +23 -0
  784. package/dist/utils/firebase.js +59 -0
  785. package/dist/utils/firebase.js.map +1 -0
  786. package/dist/utils/import.d.ts +1 -0
  787. package/dist/utils/import.js +82 -0
  788. package/dist/utils/import.js.map +1 -0
  789. package/dist/utils/inventories.d.ts +26 -0
  790. package/dist/utils/inventories.js +356 -0
  791. package/dist/utils/inventories.js.map +1 -0
  792. package/dist/utils/locale.d.ts +13 -0
  793. package/dist/utils/locale.js +68 -0
  794. package/dist/utils/locale.js.map +1 -0
  795. package/dist/utils/mailchimp.d.ts +57 -0
  796. package/dist/utils/mailchimp.js +736 -0
  797. package/dist/utils/mailchimp.js.map +1 -0
  798. package/dist/utils/math.d.ts +1 -0
  799. package/dist/utils/math.js +16 -0
  800. package/dist/utils/math.js.map +1 -0
  801. package/dist/utils/mongodb.d.ts +1 -0
  802. package/dist/utils/mongodb.js +69 -0
  803. package/dist/utils/mongodb.js.map +1 -0
  804. package/dist/utils/object.d.ts +6 -0
  805. package/dist/utils/object.js +125 -0
  806. package/dist/utils/object.js.map +1 -0
  807. package/dist/utils/payment.d.ts +10 -0
  808. package/dist/utils/payment.js +26 -0
  809. package/dist/utils/payment.js.map +1 -0
  810. package/dist/utils/products.d.ts +26 -0
  811. package/dist/utils/products.js +302 -0
  812. package/dist/utils/products.js.map +1 -0
  813. package/dist/utils/promiseToPurchase.d.ts +56 -0
  814. package/dist/utils/promiseToPurchase.js +229 -0
  815. package/dist/utils/promiseToPurchase.js.map +1 -0
  816. package/dist/utils/prosprsearch.d.ts +21 -0
  817. package/dist/utils/prosprsearch.js +277 -0
  818. package/dist/utils/prosprsearch.js.map +1 -0
  819. package/dist/utils/sdc.d.ts +10 -0
  820. package/dist/utils/sdc.js +1309 -0
  821. package/dist/utils/sdc.js.map +1 -0
  822. package/dist/utils/searchIndexes.d.ts +20 -0
  823. package/dist/utils/searchIndexes.js +274 -0
  824. package/dist/utils/searchIndexes.js.map +1 -0
  825. package/dist/utils/services.d.ts +38 -0
  826. package/dist/utils/services.js +395 -0
  827. package/dist/utils/services.js.map +1 -0
  828. package/dist/utils/shipment.d.ts +110 -0
  829. package/dist/utils/shipment.js +411 -0
  830. package/dist/utils/shipment.js.map +1 -0
  831. package/dist/utils/simpletexting.d.ts +2 -0
  832. package/dist/utils/simpletexting.js +89 -0
  833. package/dist/utils/simpletexting.js.map +1 -0
  834. package/dist/utils/slack.d.ts +33 -0
  835. package/dist/utils/slack.js +178 -0
  836. package/dist/utils/slack.js.map +1 -0
  837. package/dist/utils/sliders.d.ts +4 -0
  838. package/dist/utils/sliders.js +71 -0
  839. package/dist/utils/sliders.js.map +1 -0
  840. package/dist/utils/string.d.ts +16 -0
  841. package/dist/utils/string.js +195 -0
  842. package/dist/utils/string.js.map +1 -0
  843. package/dist/utils/update.d.ts +7 -0
  844. package/dist/utils/update.js +245 -0
  845. package/dist/utils/update.js.map +1 -0
  846. package/dist/utils/weight.d.ts +3 -0
  847. package/dist/utils/weight.js +19 -0
  848. package/dist/utils/weight.js.map +1 -0
  849. package/dist/utils/zones.d.ts +10 -0
  850. package/dist/utils/zones.js +288 -0
  851. package/dist/utils/zones.js.map +1 -0
  852. package/package.json +106 -0
  853. package/publish.sh +144 -0
  854. package/readme.md +182 -0
@@ -0,0 +1,1014 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
14
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
15
+ return new (P || (P = Promise))(function (resolve, reject) {
16
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
17
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
18
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
19
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
20
+ });
21
+ };
22
+ var __generator = (this && this.__generator) || function (thisArg, body) {
23
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
24
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
25
+ function verb(n) { return function (v) { return step([n, v]); }; }
26
+ function step(op) {
27
+ if (f) throw new TypeError("Generator is already executing.");
28
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
29
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
30
+ if (y = 0, t) op = [op[0] & 2, t.value];
31
+ switch (op[0]) {
32
+ case 0: case 1: t = op; break;
33
+ case 4: _.label++; return { value: op[1], done: false };
34
+ case 5: _.label++; y = op[1]; op = [0]; continue;
35
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
36
+ default:
37
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
38
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
39
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
40
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
41
+ if (t[2]) _.ops.pop();
42
+ _.trys.pop(); continue;
43
+ }
44
+ op = body.call(thisArg, _);
45
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
46
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
47
+ }
48
+ };
49
+ var __rest = (this && this.__rest) || function (s, e) {
50
+ var t = {};
51
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
52
+ t[p] = s[p];
53
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
54
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
55
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
56
+ t[p[i]] = s[p[i]];
57
+ }
58
+ return t;
59
+ };
60
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
61
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
62
+ if (ar || !(i in from)) {
63
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
64
+ ar[i] = from[i];
65
+ }
66
+ }
67
+ return to.concat(ar || Array.prototype.slice.call(from));
68
+ };
69
+ var __importDefault = (this && this.__importDefault) || function (mod) {
70
+ return (mod && mod.__esModule) ? mod : { "default": mod };
71
+ };
72
+ Object.defineProperty(exports, "__esModule", { value: true });
73
+ exports.shouldHideItemIfRegPriceIs0 = exports.getFormattedProdGR = exports.applyProCustomPromo = exports.shouldShowProCustomPromo = exports.fetchFeesBeforeCart = exports.getVracType = exports.getConcreteItemsByAvailability = exports.getConcreteQteText = exports.getInstallItemPrice = exports.getInstallationArray = exports.roundGrassQte = exports.handleGrassProductQtyRoundForShipping = exports.getGrassSubQuestionsByType = exports.getGrassServicesFees = exports.getGrassQteText = exports.getMinQtyFeeAmountText = exports.getMinQtyFeeText = exports.getAllMinGrassQuantities = exports.isMinQtyFee = exports.fuseGrassProducts = exports.getAllInstallFromItems = exports.checkIfProductIsInstallation = exports.checkIfProductIsOfType = exports.getProductFormOptions = exports.getParentProductCategoryGroup = exports.getProdName = exports.splitOnDashes = exports.getRoundedProductQuantities = exports.getDescriptionString = exports.getDescriptionLength = exports.getProductAttributes = exports.productUnitSupportsDecimals = exports.getCorrectPluralSellUnit = exports.getPluralUnitLabelWithSlug = exports.getProductSellUnitLabel = void 0;
74
+ var ceil_1 = __importDefault(require("lodash/ceil"));
75
+ var maxBy_1 = __importDefault(require("lodash/maxBy"));
76
+ var orderBy_1 = __importDefault(require("lodash/orderBy"));
77
+ var toNumber_1 = __importDefault(require("lodash/toNumber"));
78
+ var round_1 = __importDefault(require("lodash/round"));
79
+ var flatten_1 = __importDefault(require("lodash/flatten"));
80
+ var uniqBy_1 = __importDefault(require("lodash/uniqBy"));
81
+ var sumBy_1 = __importDefault(require("lodash/sumBy"));
82
+ var Cart_1 = require("../../../Interfaces/Cart");
83
+ var G2_1 = require("../../../Interfaces/G2");
84
+ var IDiscountRule_1 = require("../../../Interfaces/Rules/IDiscountRule");
85
+ var string_1 = require("../../../utils/string");
86
+ var locale_1 = require("../../../utils/locale");
87
+ var inventories_1 = require("../../../utils/inventories");
88
+ var products_1 = require("../../../utils/products");
89
+ var expedition_1 = require("./expedition");
90
+ var data_1 = require("../constants/data");
91
+ var products_2 = require("../constants/products");
92
+ var g2_1 = require("./g2");
93
+ var cart_1 = require("./cart");
94
+ var products_3 = require("../interfaces/products");
95
+ var data_2 = require("../interfaces/data");
96
+ var cart_2 = require("../interfaces/cart");
97
+ var upsells_1 = require("./upsells");
98
+ var object_1 = require("../../../utils/object");
99
+ var pluralSellUnits = {
100
+ p2: { fr: 'pi²', en: 'sqft' },
101
+ sac: { fr: 'sacs', en: 'bags' },
102
+ unite: { fr: 'unités', en: 'units' },
103
+ tonne: { fr: 'tonnes', en: 'tons' },
104
+ rouleau: { fr: 'rouleaux', en: 'rolls' }
105
+ };
106
+ var pluralSellUnitsBySlug = {
107
+ p2: { fr: 'pi²', en: 'sqft' },
108
+ sac: { fr: 'sacs', en: 'bags' },
109
+ unite: { fr: 'unités', en: 'units' },
110
+ tonne: { fr: 'tonnes', en: 'tons' },
111
+ roul: { fr: 'rouleaux', en: 'rolls' }
112
+ };
113
+ var getProductSellUnitLabel = function (otherUnits, locale, returnUnitForSlugs) {
114
+ if (locale === void 0) { locale = 'fr'; }
115
+ if (!!!otherUnits)
116
+ return '';
117
+ var sellingUnit = otherUnits.find(function (unit) { return !!unit.is_sale_unit; });
118
+ if (!!!sellingUnit)
119
+ return '';
120
+ return sellingUnit.unit_slug === 'p2'
121
+ ? (0, locale_1.translateILang)(pluralSellUnitsBySlug.p2, locale)
122
+ : !!(0, inventories_1.getUnitShortDict)(sellingUnit.unit_slug, returnUnitForSlugs)
123
+ ? (0, locale_1.translateILang)((0, inventories_1.getUnitShortDict)(sellingUnit.unit_slug, returnUnitForSlugs), locale)
124
+ : sellingUnit.unit_slug;
125
+ };
126
+ exports.getProductSellUnitLabel = getProductSellUnitLabel;
127
+ var getPluralUnitLabelWithSlug = function (unitSlug, locale, returnUnitForSlugs) {
128
+ if (locale === void 0) { locale = 'fr'; }
129
+ if (!!returnUnitForSlugs && !!returnUnitForSlugs.includes(unitSlug)) {
130
+ return (0, locale_1.translateILang)(pluralSellUnitsBySlug['unite'], locale);
131
+ }
132
+ return !!pluralSellUnitsBySlug[unitSlug]
133
+ ? (0, locale_1.translateILang)(pluralSellUnitsBySlug[unitSlug], locale)
134
+ : !!(0, inventories_1.getUnitShortDict)(unitSlug)
135
+ ? (0, locale_1.translateILang)((0, inventories_1.getUnitShortDict)(unitSlug), locale)
136
+ : unitSlug;
137
+ };
138
+ exports.getPluralUnitLabelWithSlug = getPluralUnitLabelWithSlug;
139
+ var getCorrectPluralSellUnit = function (sellUnit, locale) {
140
+ if (locale === void 0) { locale = 'fr'; }
141
+ if (!!!sellUnit.unit)
142
+ return '';
143
+ var frSellUnit = (0, string_1.string_to_slug)((0, locale_1.translateILang)(sellUnit.unit, 'fr'));
144
+ return !!pluralSellUnits[frSellUnit]
145
+ ? (0, locale_1.translateILang)(pluralSellUnits[frSellUnit], locale)
146
+ : (0, locale_1.translateILang)(sellUnit.unit, locale);
147
+ };
148
+ exports.getCorrectPluralSellUnit = getCorrectPluralSellUnit;
149
+ var productUnitSupportsDecimals = function (unitSlug, isService) {
150
+ return !!isService || !!['p2', 'pl', 'vg3', 'tonne'].includes(unitSlug);
151
+ };
152
+ exports.productUnitSupportsDecimals = productUnitSupportsDecimals;
153
+ var getProductAttributes = function (product) {
154
+ var arrColor = !!product.attributes[data_2.AttributesIdEnumGR.SUBCOLOR]
155
+ ? product.attributes[data_2.AttributesIdEnumGR.SUBCOLOR]
156
+ : [];
157
+ var arrDimensions = !!product.attributes[data_2.AttributesIdEnumGR.DIMENSIONS]
158
+ ? product.attributes[data_2.AttributesIdEnumGR.DIMENSIONS]
159
+ : [];
160
+ var arrFormats = !!product.attributes[data_2.AttributesIdEnumGR.FORMATS]
161
+ ? product.attributes[data_2.AttributesIdEnumGR.FORMATS]
162
+ : [];
163
+ return { colors: arrColor, dimensions: arrDimensions, formats: arrFormats };
164
+ };
165
+ exports.getProductAttributes = getProductAttributes;
166
+ var getDescriptionLength = function (description, locale) {
167
+ if (locale === void 0) { locale = 'fr'; }
168
+ if (!!!description || !!!(0, locale_1.getLocaleOfDictionnary)(description, locale))
169
+ return 0;
170
+ return (0, string_1.stripHTML)((0, locale_1.getLocaleOfDictionnary)(description, locale)).length;
171
+ };
172
+ exports.getDescriptionLength = getDescriptionLength;
173
+ var getDescriptionString = function (showFullDesc, maxLength, description, locale) {
174
+ if (locale === void 0) { locale = 'fr'; }
175
+ if (!!showFullDesc || (0, exports.getDescriptionLength)(description, locale) <= maxLength) {
176
+ return (0, string_1.stripHTML)((0, locale_1.getLocaleOfDictionnary)(description, locale));
177
+ }
178
+ var truncated = (0, string_1.stripHTML)((0, locale_1.getLocaleOfDictionnary)(description, locale)).slice(0, maxLength).split(' ');
179
+ truncated.pop();
180
+ return truncated.join(' ') + ' [...]';
181
+ };
182
+ exports.getDescriptionString = getDescriptionString;
183
+ var getRoundedProductQuantities = function (value, otherUnits, value2, targetIsSecondaryInput) {
184
+ if (otherUnits === void 0) { otherUnits = []; }
185
+ if (targetIsSecondaryInput === void 0) { targetIsSecondaryInput = false; }
186
+ var saleUnit = otherUnits.find(function (unit) { return unit.is_sale_unit; });
187
+ var commandUnit = otherUnits.find(function (unit) { return unit.is_command_unit; });
188
+ var commandStep = otherUnits.find(function (unit) { return unit.is_command_step; });
189
+ var roundedQuantities = {
190
+ qte1: value,
191
+ qte2: value2
192
+ };
193
+ if (!!targetIsSecondaryInput && typeof value2 === 'number') {
194
+ if (!!commandStep && !!commandStep.fitting_unit && !!commandUnit && !!commandUnit.fitting_unit) {
195
+ var nbSaleUnitPerCmdStep = (0, round_1.default)(commandStep.fitting_unit / commandUnit.fitting_unit, 2);
196
+ var roundedValue = value2 === 0 ? 0 : _roundNbSaleUnitPerCmdStep(value2, nbSaleUnitPerCmdStep);
197
+ roundedQuantities = {
198
+ qte1: value2 === 0
199
+ ? 0
200
+ : (0, round_1.default)(roundedValue * commandUnit.fitting_unit, !!saleUnit && (0, exports.productUnitSupportsDecimals)(saleUnit.unit_slug) ? 2 : 0),
201
+ qte2: roundedValue
202
+ };
203
+ }
204
+ }
205
+ else if (!!commandStep && !!commandStep.fitting_unit && !!saleUnit && !!saleUnit.fitting_unit) {
206
+ var nbSaleUnitPerCmdStep = (0, round_1.default)(commandStep.fitting_unit / saleUnit.fitting_unit, (0, exports.productUnitSupportsDecimals)(saleUnit.unit_slug) ? 2 : 0);
207
+ var roundedValue = value === 0
208
+ ? 0
209
+ : _roundNbSaleUnitPerCmdStep(value, nbSaleUnitPerCmdStep, (0, exports.productUnitSupportsDecimals)(saleUnit.unit_slug));
210
+ roundedQuantities = {
211
+ qte1: roundedValue,
212
+ qte2: !!commandUnit && !!commandUnit.fitting_unit
213
+ ? value === 0
214
+ ? 0
215
+ : roundedValue * (0, round_1.default)(commandStep.fitting_unit / commandUnit.fitting_unit, 2)
216
+ : undefined
217
+ };
218
+ }
219
+ return roundedQuantities;
220
+ };
221
+ exports.getRoundedProductQuantities = getRoundedProductQuantities;
222
+ var _roundNbSaleUnitPerCmdStep = function (value, nbSaleUnitPerCmdStep, supportsDecimals) {
223
+ var rounded = (0, round_1.default)(value / nbSaleUnitPerCmdStep, !!supportsDecimals ? 2 : 0) * nbSaleUnitPerCmdStep;
224
+ var roundedUp = Math.ceil(value / nbSaleUnitPerCmdStep) * nbSaleUnitPerCmdStep;
225
+ if (value === (0, round_1.default)(rounded, 2))
226
+ return rounded;
227
+ return roundedUp;
228
+ };
229
+ var splitOnDashes = function (stringToSplit, dummyStringToReplace) {
230
+ if (dummyStringToReplace === void 0) { dummyStringToReplace = { currentValue: '%%-%%', newValue: ' - ' }; }
231
+ var splited = stringToSplit.split(' - ');
232
+ if (splited.length === 1)
233
+ splited = stringToSplit.split(' -');
234
+ if (splited.length === 1)
235
+ splited = stringToSplit.split('- ');
236
+ return __spreadArray([
237
+ splited[0].replace(dummyStringToReplace.currentValue, dummyStringToReplace.newValue)
238
+ ], (!!splited[1]
239
+ ? [splited.slice(1).join(' - ').replace(dummyStringToReplace.currentValue, dummyStringToReplace.newValue)]
240
+ : []), true);
241
+ };
242
+ exports.splitOnDashes = splitOnDashes;
243
+ var getProdName = function (product, locale) {
244
+ var name;
245
+ if (!!product.full_name) {
246
+ name = (0, locale_1.getLocaleOfDictionnary)(product.full_name, locale);
247
+ }
248
+ else {
249
+ name = (0, locale_1.getLocaleOfDictionnary)(product.name, locale);
250
+ if (!!product.use_parent && !!product.parent_name) {
251
+ if (typeof product.parent_name === 'string') {
252
+ name = product.parent_name;
253
+ }
254
+ }
255
+ }
256
+ var newNameArray = [];
257
+ var dashesToFind = [' - ', '- ', ' -'];
258
+ if (name.includes('(')) {
259
+ var newStr = '';
260
+ var strWithParenthesisToCheck = name;
261
+ while (strWithParenthesisToCheck.includes('(')) {
262
+ var positionStart = strWithParenthesisToCheck.indexOf('(');
263
+ var positionEnd = strWithParenthesisToCheck.indexOf(')');
264
+ var substrToCheck = strWithParenthesisToCheck.substring(positionStart, positionEnd + 1);
265
+ for (var _i = 0, dashesToFind_1 = dashesToFind; _i < dashesToFind_1.length; _i++) {
266
+ var dash = dashesToFind_1[_i];
267
+ substrToCheck = substrToCheck.replace(dash, '-');
268
+ }
269
+ newStr += strWithParenthesisToCheck.substring(0, positionStart) + substrToCheck;
270
+ strWithParenthesisToCheck =
271
+ positionEnd === strWithParenthesisToCheck.length - 1 ? '' : strWithParenthesisToCheck.substring(positionEnd + 1);
272
+ }
273
+ newStr += strWithParenthesisToCheck;
274
+ var positionOfFirst = newStr.indexOf(')');
275
+ var firstPart_1 = newStr.substring(0, positionOfFirst);
276
+ if (positionOfFirst !== newStr.length - 1 && dashesToFind.some(function (str) { return firstPart_1.includes(str); })) {
277
+ var secondPart = newStr.substring(positionOfFirst);
278
+ for (var _a = 0, dashesToFind_2 = dashesToFind; _a < dashesToFind_2.length; _a++) {
279
+ var str = dashesToFind_2[_a];
280
+ firstPart_1.replace(str, '%%-%%');
281
+ }
282
+ newNameArray = (0, exports.splitOnDashes)("".concat(firstPart_1).concat(secondPart));
283
+ }
284
+ else {
285
+ newNameArray = (0, exports.splitOnDashes)(newStr);
286
+ }
287
+ }
288
+ else {
289
+ newNameArray = (0, exports.splitOnDashes)(name);
290
+ }
291
+ return newNameArray;
292
+ };
293
+ exports.getProdName = getProdName;
294
+ var getParentProductCategoryGroup = function (prod) {
295
+ var type = 'other';
296
+ if (!!prod.categories && !!prod.categories['lvl0']) {
297
+ var categorySlug = prod.categories['lvl0'];
298
+ switch (categorySlug) {
299
+ case 'gazon':
300
+ if (!!(0, exports.checkIfProductIsOfType)(prod, 'gazon')) {
301
+ type = 'gazon';
302
+ }
303
+ break;
304
+ case 'amenagement-paysager':
305
+ if (!!(0, exports.checkIfProductIsOfType)(prod, 'beton')) {
306
+ type = 'beton';
307
+ }
308
+ break;
309
+ default:
310
+ if (!!(0, exports.checkIfProductIsOfType)(prod, 'vrac')) {
311
+ type = 'vrac';
312
+ }
313
+ break;
314
+ }
315
+ }
316
+ return type;
317
+ };
318
+ exports.getParentProductCategoryGroup = getParentProductCategoryGroup;
319
+ var getProductFormOptions = function (product, attributes) {
320
+ var allColorOptions = [];
321
+ var allDimensionOptions = [];
322
+ var allFormatOptions = [];
323
+ var product_attributes = (0, exports.getProductAttributes)(product);
324
+ var overridenAttributes = product.declinations
325
+ .map(function (declination) { return declination.overriden_attributes; })
326
+ .filter(function (ova) { return !!ova; });
327
+ overridenAttributes = (0, flatten_1.default)(overridenAttributes);
328
+ overridenAttributes = (0, uniqBy_1.default)(overridenAttributes, 'slug');
329
+ var getOverriddenValues = function (prodAttributes, attrId) {
330
+ var overridenOptions = !!overridenAttributes.length
331
+ ? overridenAttributes.filter(function (attr) { return attr.id === attrId; })
332
+ : [];
333
+ var finalOptions = [];
334
+ for (var _i = 0, prodAttributes_1 = prodAttributes; _i < prodAttributes_1.length; _i++) {
335
+ var attr = prodAttributes_1[_i];
336
+ var isOverridden = false;
337
+ for (var _a = 0, overridenOptions_1 = overridenOptions; _a < overridenOptions_1.length; _a++) {
338
+ var ovOption = overridenOptions_1[_a];
339
+ if (!isOverridden) {
340
+ if (!!attr && attr.slug === ovOption.slug) {
341
+ isOverridden = true;
342
+ finalOptions = __spreadArray(__spreadArray([], finalOptions, true), [
343
+ __assign(__assign({}, attr), { other_details: __assign(__assign({}, attr.other_details), { image: ovOption.overriden_values }) })
344
+ ], false);
345
+ }
346
+ }
347
+ }
348
+ if (!isOverridden) {
349
+ finalOptions = __spreadArray(__spreadArray([], finalOptions, true), [attr], false);
350
+ }
351
+ }
352
+ return finalOptions;
353
+ };
354
+ var subColorsAttr = attributes.find(function (attr) { return attr.id === data_2.AttributesIdEnumGR.SUBCOLOR; });
355
+ if (!!subColorsAttr) {
356
+ var subColors = subColorsAttr.values;
357
+ var colorsAttributes = subColors.filter(function (sub) { return product_attributes.colors.includes(sub.slug); });
358
+ var finalColors = getOverriddenValues(colorsAttributes, data_2.AttributesIdEnumGR.SUBCOLOR);
359
+ allColorOptions = (0, orderBy_1.default)(finalColors, function (color) {
360
+ return product.declinations.findIndex(function (d) { return d.attributes[data_2.AttributesIdEnumGR.SUBCOLOR].includes(color.slug); });
361
+ });
362
+ }
363
+ var dimensionsAttr = attributes.find(function (attr) { return attr.id === data_2.AttributesIdEnumGR.DIMENSIONS; });
364
+ if (!!dimensionsAttr) {
365
+ var dimensions = dimensionsAttr.values;
366
+ var dimensionsAttributes = dimensions.filter(function (d) { return product_attributes.dimensions.includes(d.slug); });
367
+ var finalDimensions = getOverriddenValues(dimensionsAttributes, data_2.AttributesIdEnumGR.DIMENSIONS);
368
+ allDimensionOptions = finalDimensions;
369
+ }
370
+ var formatsAttr = attributes.find(function (attr) { return attr.id === data_2.AttributesIdEnumGR.FORMATS; });
371
+ if (!!formatsAttr) {
372
+ var formats = formatsAttr.values;
373
+ allFormatOptions = formats.filter(function (f) { return product_attributes.formats.includes(f.slug); });
374
+ }
375
+ return {
376
+ allColors: allColorOptions,
377
+ allDimensions: allDimensionOptions,
378
+ allFormats: allFormatOptions
379
+ };
380
+ };
381
+ exports.getProductFormOptions = getProductFormOptions;
382
+ var checkIfProductIsOfType = function (product, type, excludeUndefined) {
383
+ var attr = !!product && !!product.attributes ? product.attributes : {};
384
+ if (!!!attr[data_2.AttributesIdEnumGR.TYPE] && !!excludeUndefined)
385
+ return true;
386
+ return (!!attr[data_2.AttributesIdEnumGR.TYPE] &&
387
+ Array.isArray(attr[data_2.AttributesIdEnumGR.TYPE]) &&
388
+ attr[data_2.AttributesIdEnumGR.TYPE].includes(type));
389
+ };
390
+ exports.checkIfProductIsOfType = checkIfProductIsOfType;
391
+ var checkIfProductIsInstallation = function (item) {
392
+ return !!item.is_service && !!item.parent_slug && !!item.parent_slug.includes('installation');
393
+ };
394
+ exports.checkIfProductIsInstallation = checkIfProductIsInstallation;
395
+ var getAllInstallFromItems = function (items) {
396
+ return items.filter(function (i) {
397
+ return (!!i.parent_slug && products_2.installationProductsSlugs.includes(i.parent_slug)) ||
398
+ Object.values(products_2.installationProSpecSkus).includes(i.sku);
399
+ });
400
+ };
401
+ exports.getAllInstallFromItems = getAllInstallFromItems;
402
+ var fuseGrassProducts = function (recursiveItems, isPro) {
403
+ var specialityGrass = recursiveItems[0];
404
+ var kentuckyGrass = (specialityGrass.sub_items || []).find(function (sub) { return sub.sku === products_2.kentucky; });
405
+ var newItems = [];
406
+ if (!!kentuckyGrass) {
407
+ var kentuckyPrice = (0, products_1.getLowestPrice)(kentuckyGrass);
408
+ var regPriceKentucky = kentuckyGrass.regular_price.amount;
409
+ var newGrassRegPrice = !!kentuckyPrice.promo ? regPriceKentucky : kentuckyPrice.price.amount;
410
+ var newGrassDiscountPrice = (!!specialityGrass.discount_price
411
+ ? specialityGrass.discount_price.amount
412
+ : specialityGrass.regular_price.amount) +
413
+ (!!kentuckyPrice.promo ? kentuckyPrice.price.amount : regPriceKentucky);
414
+ var getLowestPriceSpecialityGrass_1 = (0, products_1.getLowestPrice)(specialityGrass);
415
+ newItems = __spreadArray([
416
+ __assign(__assign(__assign(__assign(__assign(__assign({}, specialityGrass), { regular_price: __assign(__assign({}, specialityGrass.regular_price), { amount: newGrassRegPrice + specialityGrass.regular_price.amount }) }), (!!newGrassDiscountPrice
417
+ ? {
418
+ discount_price: __assign(__assign({}, (specialityGrass.discount_price || { currency: 'CAD' })), { amount: newGrassDiscountPrice })
419
+ }
420
+ : {})), (!!specialityGrass.promo_price
421
+ ? {
422
+ promo_price: __assign(__assign({}, specialityGrass.promo_price), { amount: specialityGrass.promo_price.amount + kentuckyPrice.price.amount })
423
+ }
424
+ : {})), (!!!isPro && !!kentuckyGrass.tier_pricing
425
+ ? {
426
+ tier_pricing: kentuckyGrass.tier_pricing.map(function (t) { return (__assign(__assign({}, t), { price: __assign(__assign({}, t.price), { amount: t.price.amount + getLowestPriceSpecialityGrass_1.price.amount }) })); })
427
+ }
428
+ : {})), { sub_items: __spreadArray([
429
+ __assign(__assign({}, kentuckyGrass), { hide_from_summary: true })
430
+ ], (specialityGrass.sub_items || []).slice(1), true) })
431
+ ], recursiveItems.slice(1), true);
432
+ }
433
+ return newItems;
434
+ };
435
+ exports.fuseGrassProducts = fuseGrassProducts;
436
+ var isMinQtyFee = function (slug) {
437
+ return ['minimum-facturable-commande', 'frais-minimum-gazon-pour-installation'].includes(slug);
438
+ };
439
+ exports.isMinQtyFee = isMinQtyFee;
440
+ var getAllMinGrassQuantities = function (grassProduct, isPro) {
441
+ return {
442
+ pickup: (0, expedition_1.getMinGrassQte)(grassProduct, 'pickup', isPro),
443
+ shipping: (0, expedition_1.getMinGrassQte)(grassProduct, 'shipping', isPro),
444
+ install: (0, expedition_1.getMinQteInstall)(isPro)
445
+ };
446
+ };
447
+ exports.getAllMinGrassQuantities = getAllMinGrassQuantities;
448
+ var getMinQtyFeeText = function (parent_slug, grassProduct, isPro, locale, expeditionMethod, shortVersion) {
449
+ if (parent_slug === void 0) { parent_slug = ''; }
450
+ if (locale === void 0) { locale = 'fr'; }
451
+ var type = parent_slug === 'frais-minimum-gazon-pour-installation' ? 'install' : 'order';
452
+ var minQuantities = (0, exports.getAllMinGrassQuantities)(grassProduct, isPro);
453
+ var localeSellUnit = (0, locale_1.translateILang)(pluralSellUnits.p2, locale);
454
+ var localeStepUnit = (0, locale_1.translateILang)((0, inventories_1.getUnitShortDict)('roul'), locale).toLowerCase();
455
+ var localeMinUnit = (0, locale_1.translateILang)((0, inventories_1.getUnitShortDict)('pal'), locale).toLowerCase();
456
+ var minQtyPallets = !!isPro ? 2 : 1;
457
+ var str = '';
458
+ var endStr = (0, locale_1.translateILang)({
459
+ fr: " Ce frais correspond au prix du gazon choisi multipli\u00E9 par la diff\u00E9rence entre la quantit\u00E9 choisie et le minimum.",
460
+ en: " Ce frais correspond au prix du gazon choisi multipli\u00E9 par la diff\u00E9rence entre la quantit\u00E9 choisie et le minimum."
461
+ }, locale);
462
+ if (!!!expeditionMethod && type === 'order' && minQuantities.pickup !== minQuantities.shipping) {
463
+ var strMinShipping = "".concat(minQuantities.shipping).concat(localeSellUnit, " (").concat(minQuantities.shipping / 740, " ").concat(localeMinUnit, ")");
464
+ var strMinPickup = !!minQuantities.pickup
465
+ ? "".concat(minQuantities.pickup).concat(localeSellUnit, " (").concat(minQuantities.pickup / 740, " ").concat(localeMinUnit, ")")
466
+ : '';
467
+ str = (0, locale_1.translateILang)({
468
+ fr: "Les commandes de gazon sont disponibles \u00E0 partir de 10".concat(localeSellUnit, " (1 ").concat(localeStepUnit, "), mais le minimum facturable pour la livraison est de ").concat(strMinShipping).concat(!!strMinPickup ? " et de ".concat(strMinPickup, " pour la cueillette.") : ""),
469
+ en: "Sod orders are available starting at 10".concat(localeSellUnit, " (1 ").concat(localeStepUnit, "), but the minimum chargeable for delivery is ").concat(strMinShipping).concat(!!strMinPickup ? " and ".concat(strMinPickup, " for pick-up.") : "")
470
+ }, locale);
471
+ if (!!!shortVersion) {
472
+ str += endStr;
473
+ }
474
+ return str;
475
+ }
476
+ str = (0, locale_1.translateILang)({
477
+ fr: "".concat(type === 'install'
478
+ ? "L'installation"
479
+ : expeditionMethod === 'pickup'
480
+ ? 'La cueillette'
481
+ : expeditionMethod === 'delivery'
482
+ ? 'La livraison'
483
+ : 'La commande', " de gazon est disponible \u00E0 partir de 10").concat(localeSellUnit, " (1 ").concat(localeStepUnit, "), mais le minimum facturable est de ").concat(type === 'install'
484
+ ? minQuantities.install
485
+ : expeditionMethod === 'pickup'
486
+ ? minQuantities.pickup
487
+ : minQuantities.shipping).concat(localeSellUnit).concat(type === 'order' ? ' (' + minQtyPallets + ' ' + localeMinUnit + ')' : '', "."),
488
+ en: "".concat(type === 'install'
489
+ ? 'Sod installation'
490
+ : expeditionMethod === 'pickup'
491
+ ? 'Sod pick-up'
492
+ : expeditionMethod === 'delivery'
493
+ ? 'Sod delivery'
494
+ : 'Sod ordering', " is available starting at 10").concat(localeSellUnit, " (1 ").concat(localeStepUnit, "), but the minimum billable is ").concat(type === 'install'
495
+ ? minQuantities.install
496
+ : expeditionMethod === 'pickup'
497
+ ? minQuantities.pickup
498
+ : minQuantities.shipping).concat(localeSellUnit).concat(type === 'order' ? ' (' + minQtyPallets + ' ' + localeMinUnit + ')' : '', ".")
499
+ }, locale);
500
+ if (!!!shortVersion) {
501
+ str += endStr;
502
+ }
503
+ return str;
504
+ };
505
+ exports.getMinQtyFeeText = getMinQtyFeeText;
506
+ var getMinQtyFeeAmountText = function (parent_slug, locale, servicesFees, showMinFeeAmount) {
507
+ if (parent_slug === void 0) { parent_slug = ''; }
508
+ if (locale === void 0) { locale = 'fr'; }
509
+ if (showMinFeeAmount === void 0) { showMinFeeAmount = true; }
510
+ var serviceOrFee = servicesFees.find(function (i) { return i.parent_slug === parent_slug; });
511
+ if (!!!serviceOrFee)
512
+ return '';
513
+ var amount = (0, toNumber_1.default)(serviceOrFee.regular_price.amount) * serviceOrFee.qte;
514
+ return (0, locale_1.translateILang)({
515
+ fr: "Une diff\u00E9rence de ".concat(!!showMinFeeAmount ? amount.toFixed(2) + '$' : '%LOADER%', "%BOLD% vous sera charg\u00E9e si la quantit\u00E9 de gazon au panier est plus petite que le minimum requis."),
516
+ en: "A difference of ".concat(!!showMinFeeAmount ? amount.toFixed(2) + '$' : '%LOADER%', "%BOLD% will be charged if the quantity of sod in the cart is less than the minimum required.")
517
+ }, locale);
518
+ };
519
+ exports.getMinQtyFeeAmountText = getMinQtyFeeAmountText;
520
+ var getGrassQteText = function (chosenDeclination, locale) {
521
+ if (locale === void 0) { locale = 'fr'; }
522
+ var txt = '';
523
+ var nbRolls = 0;
524
+ var nbSquareFeet = 0;
525
+ var units = !!!chosenDeclination ? [] : chosenDeclination.other_units;
526
+ if (!!units && !!units.length) {
527
+ var itemRolls = units.find(function (measure) { return measure.unit_slug === 'roul'; });
528
+ var itemSquareFeet = units.find(function (measure) { return measure.unit_slug === 'pal'; });
529
+ if (!!itemSquareFeet && !!itemSquareFeet.fitting_unit) {
530
+ nbSquareFeet = itemSquareFeet.fitting_unit;
531
+ }
532
+ if (!!itemRolls && !!itemRolls.fitting_unit && nbSquareFeet !== 0) {
533
+ nbRolls = nbSquareFeet / itemRolls.fitting_unit;
534
+ }
535
+ }
536
+ txt = (0, locale_1.translateILang)({
537
+ fr: 'Pour ce produit, vous devez commander par pieds carrés. Une palette = *nbRolls* rouleaux (*nbSquareFeet*pi2)',
538
+ en: 'For this product, you have to order by square feet. A pallet = *nbRolls* rolls (*nbSquareFeet*pi2)'
539
+ }, locale);
540
+ txt = txt.replace('*nbRolls*', String(nbRolls));
541
+ txt = txt.replace('*nbSquareFeet*', String(nbSquareFeet));
542
+ return txt;
543
+ };
544
+ exports.getGrassQteText = getGrassQteText;
545
+ var getGrassServicesFees = function (grassProduct, isPro, useFees, expeditionMethod, fetchProduct, getIfAddressIsInsideZones, getDistanceFromAddress, locale, allStores, chosenGrass, baseGrass, customPriceList) { return __awaiter(void 0, void 0, void 0, function () {
546
+ var installItems, cart, applied;
547
+ return __generator(this, function (_a) {
548
+ switch (_a.label) {
549
+ case 0: return [4, (0, exports.getInstallationArray)(grassProduct.qte, (!!baseGrass ? baseGrass : chosenGrass).product_upsells, fetchProduct, locale, isPro, chosenGrass.sku, customPriceList, { engrais: true, roulage: true })];
550
+ case 1:
551
+ installItems = _a.sent();
552
+ cart = __assign(__assign({}, (0, Cart_1.getDefaultCart)()), { items: __spreadArray(__spreadArray([
553
+ chosenGrass
554
+ ], (!!baseGrass ? [baseGrass] : []), true), installItems.filter(function (item) { return !!!(0, exports.isMinQtyFee)(item.parent_slug || ''); }), true) });
555
+ return [4, (0, exports.fetchFeesBeforeCart)(!!useFees, cart, expeditionMethod, fetchProduct, getIfAddressIsInsideZones, getDistanceFromAddress, locale, allStores, isPro, grassProduct, undefined, { useDefaultAddress: true }, customPriceList)];
556
+ case 2:
557
+ applied = _a.sent();
558
+ return [2, __spreadArray(__spreadArray([], installItems, true), applied.itemsToAdd, true)];
559
+ }
560
+ });
561
+ }); };
562
+ exports.getGrassServicesFees = getGrassServicesFees;
563
+ var getGrassSubQuestionsByType = function (type) {
564
+ if (type === 'pro') {
565
+ return products_2.otherGrassSubQuestions.filter(function (sub) { return !!sub.proOnly; });
566
+ }
567
+ return products_2.otherGrassSubQuestions.filter(function (sub) { return 'installation-gazon' === sub.associatedProductSlug || (!!sub.installOnly && !!!sub.proOnly); });
568
+ };
569
+ exports.getGrassSubQuestionsByType = getGrassSubQuestionsByType;
570
+ var handleGrassProductQtyRoundForShipping = function (cartData, grassProduct) {
571
+ if (!!!cartData || !!!grassProduct)
572
+ return;
573
+ var product = cartData.items.find(function (item) { return item.sku === grassProduct.sku; });
574
+ if (!!!product)
575
+ return;
576
+ var productOtherUnits = product.other_units;
577
+ if (!!!productOtherUnits)
578
+ return;
579
+ var palUnit = productOtherUnits.find(function (u) { return u.unit_slug === 'pal'; });
580
+ var rounded = (0, exports.roundGrassQte)(product.qte, !!!cartData.is_pickup, palUnit);
581
+ if (!!!rounded || rounded === grassProduct.qte)
582
+ return;
583
+ var itemsToChange = [];
584
+ var recursiveGrassItem = (0, cart_1.getRecursiveItems)(cartData.items).find(function (item) { return item.sku === grassProduct.sku; });
585
+ var getItemsToChange = function (item) {
586
+ if (!!item.sub_items) {
587
+ item.sub_items.forEach(function (subItem) { return getItemsToChange(subItem); });
588
+ }
589
+ if (item.parent_slug === 'frais-de-mobilisation') {
590
+ var totalPallet = (0, expedition_1.getPalletQty)(cartData.items.map(function (i) {
591
+ if ((0, exports.checkIfProductIsOfType)(i, 'gazon')) {
592
+ return __assign(__assign({}, i), { qte: rounded });
593
+ }
594
+ return i;
595
+ }), 'grass');
596
+ itemsToChange.push({
597
+ sku: item.sku,
598
+ qte: (0, ceil_1.default)(totalPallet / expedition_1.installationFeePalletTier)
599
+ });
600
+ return;
601
+ }
602
+ if (!!item.is_upsell_of_sku) {
603
+ var parentUpsellProd = cartData.items.find(function (i) { return i.sku === item.is_upsell_of_sku; });
604
+ if (!!parentUpsellProd) {
605
+ var sameUpsell = (parentUpsellProd.product_upsells || []).find(function (up) { return up.recommendation_sku === item.sku; });
606
+ if (!!sameUpsell) {
607
+ var anUpsellProduct = __assign(__assign(__assign(__assign({}, item), { parent_slug: sameUpsell.recommendation_parent_slug, recommended_qte: sameUpsell.recommendation_qty, recommended_sku: sameUpsell.recommendation_sku, matching_qte: !!sameUpsell.matching_qty, auto_add: sameUpsell.auto_add, auto_add_exceptions: sameUpsell.auto_add_exceptions, actual_qte: sameUpsell.actual_qty }), (!!sameUpsell.is_recommendation ? { is_recommendation: true } : {})), (!!sameUpsell.show_recommendation_msg ? { show_recommendation_msg: true } : {}));
608
+ var ratio = (0, upsells_1.calculateUpsellQte)(anUpsellProduct, rounded);
609
+ if (!!ratio) {
610
+ itemsToChange.push({
611
+ sku: item.sku,
612
+ qte: ratio
613
+ });
614
+ return;
615
+ }
616
+ }
617
+ }
618
+ }
619
+ itemsToChange.push({
620
+ sku: item.sku,
621
+ qte: rounded
622
+ });
623
+ return;
624
+ };
625
+ if (!!recursiveGrassItem) {
626
+ getItemsToChange(recursiveGrassItem);
627
+ }
628
+ return { rounded: rounded, itemsToChange: itemsToChange };
629
+ };
630
+ exports.handleGrassProductQtyRoundForShipping = handleGrassProductQtyRoundForShipping;
631
+ var roundGrassQte = function (currentQte, isShipping, palUnit) {
632
+ var newQte = currentQte;
633
+ switch (true) {
634
+ case currentQte < 1480:
635
+ var rest1480 = currentQte % 10;
636
+ if (rest1480 !== 0) {
637
+ newQte = currentQte - rest1480 + 10;
638
+ }
639
+ break;
640
+ case currentQte >= 1480 && !!!isShipping:
641
+ var rest1480Install = currentQte % 10;
642
+ if (rest1480Install !== 0) {
643
+ newQte = currentQte - rest1480Install + 10;
644
+ }
645
+ break;
646
+ case currentQte >= 1480:
647
+ if (!!palUnit && !!palUnit.fitting_unit) {
648
+ var rest1480_1 = currentQte % palUnit.fitting_unit;
649
+ if (rest1480_1 !== 0 && !!((rest1480_1 - 400) % palUnit.fitting_unit)) {
650
+ newQte = currentQte - rest1480_1;
651
+ if (newQte + 400 > currentQte) {
652
+ newQte = newQte + 400;
653
+ }
654
+ else if (newQte + palUnit.fitting_unit > currentQte) {
655
+ newQte = newQte + palUnit.fitting_unit;
656
+ }
657
+ }
658
+ }
659
+ break;
660
+ }
661
+ return newQte;
662
+ };
663
+ exports.roundGrassQte = roundGrassQte;
664
+ var getInstallationArray = function (qte, baseGrassUpsells, fetchProduct, locale, isPro, chosenSku, customPriceList, returnOtherFees) { return __awaiter(void 0, void 0, void 0, function () {
665
+ var upsell, installation_upsell, installation_parent, installation_decli, minQteInstall, arrayFinal, installation_array_1, installation_qte_array, closestQte_1, minimum_installation_fee, minInstallDecli, mobilisation_fee, mobilisationDecli, fertilisation, minFertilisationDecli, roullage, minRoulageDecli;
666
+ return __generator(this, function (_a) {
667
+ switch (_a.label) {
668
+ case 0:
669
+ upsell = baseGrassUpsells;
670
+ if (!!!upsell)
671
+ return [2, []];
672
+ installation_upsell = upsell.filter(function (upsell) { return upsell.recommendation_parent_slug === 'installation-gazon'; });
673
+ return [4, fetchProduct('installation-gazon', locale, true, true)];
674
+ case 1:
675
+ installation_parent = _a.sent();
676
+ minQteInstall = (0, expedition_1.getMinQteInstall)(isPro);
677
+ arrayFinal = [];
678
+ if (!(!!installation_parent && !!installation_upsell && !!installation_upsell.length)) return [3, 8];
679
+ installation_array_1 = [];
680
+ if (!!isPro) {
681
+ installation_array_1 = installation_parent.declinations.filter(function (decli) {
682
+ return !!decli.attributes &&
683
+ !!decli.attributes[data_2.AttributesIdEnumGR.CLIENT_TYPE] &&
684
+ !!decli.attributes[data_2.AttributesIdEnumGR.CLIENT_TYPE].includes('pro');
685
+ });
686
+ }
687
+ else {
688
+ installation_array_1 = installation_parent.declinations.filter(function (decli) {
689
+ return !!decli.attributes &&
690
+ !!decli.attributes[data_2.AttributesIdEnumGR.CLIENT_TYPE] &&
691
+ !!decli.attributes[data_2.AttributesIdEnumGR.CLIENT_TYPE].includes('au-detail');
692
+ });
693
+ }
694
+ installation_qte_array = installation_upsell.filter(function (upsell) {
695
+ return installation_array_1.find(function (decli) { return decli.sku === upsell.recommendation_sku; });
696
+ });
697
+ closestQte_1 = (0, maxBy_1.default)(installation_qte_array.filter(function (upsell) {
698
+ return upsell.actual_qty <= qte;
699
+ }), 'actual_qty');
700
+ if (!!!closestQte_1) return [3, 8];
701
+ installation_decli = installation_parent.declinations.find(function (decli) { return decli.sku === closestQte_1.recommendation_sku; });
702
+ if (!!installation_decli) {
703
+ if (!!isPro && !!customPriceList) {
704
+ installation_decli = (0, g2_1.checkForCustomPriceEquivalent)(installation_decli, customPriceList);
705
+ }
706
+ if (!(0, exports.shouldHideItemIfRegPriceIs0)(installation_decli, installation_parent.slug)) {
707
+ arrayFinal.push(__assign(__assign({}, installation_decli), { parent_slug: 'installation-gazon', qte: qte, is_upsell_of_sku: chosenSku, product_upsells: installation_parent.product_upsells }));
708
+ }
709
+ }
710
+ if (!(qte < minQteInstall)) return [3, 3];
711
+ return [4, fetchProduct('frais-minimum-gazon-pour-installation', locale, true, true)];
712
+ case 2:
713
+ minimum_installation_fee = _a.sent();
714
+ if (!!minimum_installation_fee) {
715
+ minInstallDecli = minimum_installation_fee.declinations[0];
716
+ minInstallDecli = __assign(__assign({}, minInstallDecli), { regular_price: __assign(__assign({}, minInstallDecli.regular_price), { amount: installation_decli.regular_price.amount }) });
717
+ if (!!isPro && !!customPriceList) {
718
+ minInstallDecli = (0, g2_1.checkForCustomPriceEquivalent)(__assign(__assign({}, minInstallDecli), { price_override: true }), customPriceList);
719
+ }
720
+ if (!(0, exports.shouldHideItemIfRegPriceIs0)(minInstallDecli, minimum_installation_fee.slug)) {
721
+ arrayFinal.push(__assign(__assign({}, minInstallDecli), { parent_slug: 'frais-minimum-gazon-pour-installation', qte: minQteInstall - qte, is_upsell_of_sku: installation_decli.sku, price_override: true }));
722
+ }
723
+ }
724
+ _a.label = 3;
725
+ case 3: return [4, fetchProduct('frais-de-mobilisation', locale, true, true)];
726
+ case 4:
727
+ mobilisation_fee = _a.sent();
728
+ if (!!mobilisation_fee && !!isPro) {
729
+ mobilisationDecli = mobilisation_fee.declinations[0];
730
+ if (!!customPriceList) {
731
+ mobilisationDecli = (0, g2_1.checkForCustomPriceEquivalent)(mobilisationDecli, customPriceList);
732
+ }
733
+ if (!(0, exports.shouldHideItemIfRegPriceIs0)(mobilisationDecli, mobilisation_fee.slug, true)) {
734
+ arrayFinal.push(__assign(__assign({}, mobilisationDecli), { parent_slug: 'frais-de-mobilisation', qte: (0, ceil_1.default)(qte > minQteInstall
735
+ ? qte / (740 * expedition_1.installationFeePalletTier)
736
+ : minQteInstall / (740 * expedition_1.installationFeePalletTier)), is_upsell_of_sku: installation_decli.sku, product_upsells: mobilisation_fee.product_upsells }));
737
+ }
738
+ }
739
+ if (!!!returnOtherFees) return [3, 8];
740
+ if (!!!returnOtherFees.engrais) return [3, 6];
741
+ return [4, fetchProduct('installation-fertilisation', locale, true, true)];
742
+ case 5:
743
+ fertilisation = _a.sent();
744
+ if (!!fertilisation) {
745
+ minFertilisationDecli = fertilisation.declinations[0];
746
+ if (!!isPro && !!customPriceList) {
747
+ minFertilisationDecli = (0, g2_1.checkForCustomPriceEquivalent)(minFertilisationDecli, customPriceList);
748
+ }
749
+ if (!(0, exports.shouldHideItemIfRegPriceIs0)(minFertilisationDecli, fertilisation.slug, true)) {
750
+ arrayFinal.push(__assign(__assign({}, minFertilisationDecli), { parent_slug: fertilisation.slug, qte: qte < minQteInstall ? minQteInstall : qte, is_upsell_of_sku: installation_decli.sku, product_upsells: fertilisation.product_upsells }));
751
+ }
752
+ }
753
+ _a.label = 6;
754
+ case 6:
755
+ if (!returnOtherFees.roulage) return [3, 8];
756
+ return [4, fetchProduct('installation-roulage', locale, true, true)];
757
+ case 7:
758
+ roullage = _a.sent();
759
+ if (!!roullage) {
760
+ minRoulageDecli = roullage.declinations[0];
761
+ if (!!isPro && !!customPriceList) {
762
+ minRoulageDecli = (0, g2_1.checkForCustomPriceEquivalent)(minRoulageDecli, customPriceList);
763
+ }
764
+ if (!(0, exports.shouldHideItemIfRegPriceIs0)(minRoulageDecli, roullage.slug, true)) {
765
+ arrayFinal.push(__assign(__assign({}, minRoulageDecli), { parent_slug: roullage.slug, qte: qte < minQteInstall ? minQteInstall : qte, is_upsell_of_sku: installation_decli.sku, product_upsells: roullage.product_upsells }));
766
+ }
767
+ }
768
+ _a.label = 8;
769
+ case 8: return [2, arrayFinal];
770
+ }
771
+ });
772
+ }); };
773
+ exports.getInstallationArray = getInstallationArray;
774
+ var getInstallItemPrice = function (parentSlug, servicesFees) {
775
+ var price = 0;
776
+ switch (parentSlug) {
777
+ case 'installation-gazon':
778
+ var itemsToUse = servicesFees.filter(function (i) { return i.parent_slug && ['installation-gazon', 'frais-de-mobilisation'].includes(i.parent_slug); });
779
+ if (!!itemsToUse) {
780
+ price = (0, sumBy_1.default)(itemsToUse, function (item) { return (0, products_1.getLowestPrice)(item).price.amount * item.qte; });
781
+ }
782
+ break;
783
+ default:
784
+ var itemToUse = servicesFees.find(function (i) { return i.parent_slug === parentSlug; });
785
+ if (!!itemToUse) {
786
+ price = (0, products_1.getLowestPrice)(itemToUse).price.amount * itemToUse.qte;
787
+ }
788
+ break;
789
+ }
790
+ return price;
791
+ };
792
+ exports.getInstallItemPrice = getInstallItemPrice;
793
+ var getConcreteQteText = function (declination, locale) {
794
+ if (locale === void 0) { locale = 'fr'; }
795
+ var txt = '';
796
+ if (!!!declination)
797
+ return txt;
798
+ var nbUnitsPerCmdStep = 0;
799
+ var nbUnitsPerPal = 0;
800
+ var other_units = declination.other_units;
801
+ if (!!!other_units || !!!other_units.length) {
802
+ return '';
803
+ }
804
+ else {
805
+ var commandStep = other_units.find(function (unit) { return unit.is_command_step; });
806
+ var commandUnit = other_units.find(function (unit) { return unit.is_command_unit; });
807
+ var saleUnit = other_units.find(function (unit) { return unit.is_sale_unit; });
808
+ var unitsPerPal = other_units.find(function (unit) { return unit.unit_slug === 'pal'; });
809
+ if (!!commandStep &&
810
+ !!commandStep.fitting_unit &&
811
+ !!commandUnit &&
812
+ !!commandUnit.fitting_unit &&
813
+ !!saleUnit &&
814
+ !!saleUnit.fitting_unit &&
815
+ !!unitsPerPal &&
816
+ !!unitsPerPal.fitting_unit) {
817
+ var cmdSameAsSale = commandStep.unit_slug === saleUnit.unit_slug;
818
+ var nbP2PerRgSlug = !!cmdSameAsSale ? commandUnit.unit_slug : saleUnit.unit_slug;
819
+ nbUnitsPerCmdStep = !!cmdSameAsSale
820
+ ? commandStep.fitting_unit / commandUnit.fitting_unit
821
+ : commandStep.fitting_unit / saleUnit.fitting_unit;
822
+ nbUnitsPerPal =
823
+ commandStep.fitting_unit == 1
824
+ ? unitsPerPal.fitting_unit * (0, round_1.default)(nbUnitsPerCmdStep, 2)
825
+ : unitsPerPal.fitting_unit / saleUnit.fitting_unit;
826
+ txt = (0, locale_1.translateILang)({
827
+ fr: 'Pour ce produit, vous devez commander par *cmdStep* (*nbUnitsPerCmdStep*).',
828
+ en: 'For this product, you have to order by *cmdStep* (*nbUnitsPerCmdStep*).'
829
+ }, locale);
830
+ if (unitsPerPal.unit_slug != commandStep.unit_slug) {
831
+ txt += (0, locale_1.translateILang)({
832
+ fr: ' Une palette = *nbUnitsPerPal*.',
833
+ en: ' A pallet = *nbUnitsPerPal*.'
834
+ }, locale);
835
+ }
836
+ txt = txt.replace('*cmdStep*', String("".concat((0, locale_1.translateILang)(inventories_1.unitDict[commandStep.unit_slug], locale).toLowerCase())));
837
+ txt = txt.replace('*nbUnitsPerCmdStep*', String("".concat((0, round_1.default)(nbUnitsPerCmdStep, 2), " ").concat((0, locale_1.translateILang)(inventories_1.unitDict[nbP2PerRgSlug], locale).toLowerCase())));
838
+ txt = txt.replace('*nbUnitsPerPal*', String("".concat((0, round_1.default)(nbUnitsPerPal, 2), " ").concat((0, locale_1.translateILang)(inventories_1.unitDict[saleUnit.unit_slug], locale).toLowerCase())));
839
+ }
840
+ else {
841
+ return '';
842
+ }
843
+ }
844
+ return txt;
845
+ };
846
+ exports.getConcreteQteText = getConcreteQteText;
847
+ var getConcreteItemsByAvailability = function (cartData, availabilityType) {
848
+ return cartData.items.filter(function (i) {
849
+ return (i.attributes[data_2.AttributesIdEnumGR.AVAILABILITY] &&
850
+ i.attributes[data_2.AttributesIdEnumGR.AVAILABILITY][0] === availabilityType);
851
+ });
852
+ };
853
+ exports.getConcreteItemsByAvailability = getConcreteItemsByAvailability;
854
+ var getVracType = function (stores, cartData, getInventoryItemCallback) { return __awaiter(void 0, void 0, void 0, function () {
855
+ var items, allStoreIds, itemFormat, onlySteJulieNobel;
856
+ return __generator(this, function (_a) {
857
+ switch (_a.label) {
858
+ case 0:
859
+ items = cartData.items;
860
+ if (!!!items ||
861
+ !!!items.length ||
862
+ (!!!(0, cart_1.checkIfCartContainsType)(cart_2.CartGeneralTypeEnum.VRAC, cartData) &&
863
+ !!!cartData.items.find(function (item) { return !!item.is_other_type && item.is_other_type === 'vrac'; })))
864
+ return [2];
865
+ allStoreIds = stores.map(function (store) { return store.id; });
866
+ itemFormat = '';
867
+ return [4, Promise.all(items.map(function (item) { return __awaiter(void 0, void 0, void 0, function () {
868
+ var productInventory, _a;
869
+ return __generator(this, function (_b) {
870
+ switch (_b.label) {
871
+ case 0:
872
+ if (!!!!item.is_service) return [3, 2];
873
+ return [4, getInventoryItemCallback(item.sku)];
874
+ case 1:
875
+ _a = _b.sent();
876
+ return [3, 3];
877
+ case 2:
878
+ _a = undefined;
879
+ _b.label = 3;
880
+ case 3:
881
+ productInventory = _a;
882
+ if (!!!productInventory)
883
+ return [2];
884
+ allStoreIds = allStoreIds.filter(function (id) {
885
+ var sameStoreInProdInventory = productInventory.inventories.find(function (i) { return i.store_id === id; });
886
+ if (!!!sameStoreInProdInventory)
887
+ return true;
888
+ return !!!sameStoreInProdInventory.unavailable_in_store;
889
+ });
890
+ if (!!!itemFormat && !!item.attributes && !!item.attributes[data_2.AttributesIdEnumGR.FORMATS]) {
891
+ itemFormat = item.attributes[data_2.AttributesIdEnumGR.FORMATS][0];
892
+ }
893
+ return [2];
894
+ }
895
+ });
896
+ }); }))];
897
+ case 1:
898
+ _a.sent();
899
+ onlySteJulieNobel = allStoreIds.length === 1 && allStoreIds[0] === 'sainte-julie-nobel';
900
+ if (!!itemFormat.includes('sac')) {
901
+ return [2, {
902
+ vrac_type: !!onlySteJulieNobel ? products_3.VracTypeEnum.NOBEL_SAC : products_3.VracTypeEnum.AUTRE_SAC,
903
+ vrac_store_ids: allStoreIds
904
+ }];
905
+ }
906
+ else {
907
+ return [2, {
908
+ vrac_type: !!onlySteJulieNobel ? products_3.VracTypeEnum.NOBEL_TONNE : products_3.VracTypeEnum.AUTRE_TONNE,
909
+ vrac_store_ids: allStoreIds
910
+ }];
911
+ }
912
+ return [2];
913
+ }
914
+ });
915
+ }); };
916
+ exports.getVracType = getVracType;
917
+ var fetchFeesBeforeCart = function (useFees, newCart, deliveryType, fetchProduct, getIfAddressIsInsideZones, getDistanceFromAddress, locale, allStores, isPro, grassProduct, concreteOrder, settings, customPriceList) { return __awaiter(void 0, void 0, void 0, function () {
918
+ var cartContainsVrac, cartContainsInstallation, cartContainsSample, cartContainsAccessoriesOnly;
919
+ return __generator(this, function (_a) {
920
+ switch (_a.label) {
921
+ case 0:
922
+ cartContainsVrac = (0, cart_1.checkIfCartContainsType)(cart_2.CartGeneralTypeEnum.VRAC, newCart);
923
+ cartContainsInstallation = (0, cart_1.checkIfCartContainsType)(cart_2.CartGeneralTypeEnum.INSTALLATION, newCart);
924
+ cartContainsSample = (0, cart_1.checkIfCartContainsType)(cart_2.CartGeneralTypeEnum.SAMPLE, newCart);
925
+ cartContainsAccessoriesOnly = (0, cart_1.checkIfCartContainsType)(cart_2.CartGeneralTypeEnum.ONLY_ACCESSORIES, newCart);
926
+ return [4, (0, expedition_1.applyFeesToCart)(fetchProduct, getIfAddressIsInsideZones, getDistanceFromAddress, newCart, deliveryType, grassProduct, concreteOrder, deliveryType === 'pickup' ? false : cartContainsInstallation, cartContainsVrac, isPro, deliveryType === 'pickup' ? !!settings && !!settings.addOnePalletToPickup : false, cartContainsSample, !!settings ? !!settings.saveToShippingPayload : false, !!!settings
927
+ ? undefined
928
+ : !!settings.useDefaultAddress
929
+ ? data_1.defaultVracStoreAddress
930
+ : !!settings.useDeliveryAddress && !!newCart.shipping_address
931
+ ? newCart.shipping_address.address
932
+ : undefined, locale, undefined, false, cartContainsAccessoriesOnly, undefined, allStores, customPriceList, !!useFees)];
933
+ case 1: return [2, _a.sent()];
934
+ }
935
+ });
936
+ }); };
937
+ exports.fetchFeesBeforeCart = fetchFeesBeforeCart;
938
+ var shouldShowProCustomPromo = function (userData, isPro, product, customMinPrice) {
939
+ if (!!!product || !!!isPro || !!!userData)
940
+ return false;
941
+ if (!!customMinPrice) {
942
+ if (customMinPrice.type === G2_1.CustomPriceItemTypeEnum.REG && customMinPrice.code2 !== 'NET')
943
+ return false;
944
+ return true;
945
+ }
946
+ var customerGroup = (0, object_1.recursiveCheckObject)(userData, 'userData.basic_info.customer_professionnal_info.external_customer_group');
947
+ var customerType = !!customerGroup ? (0, g2_1.getG2CustomerTypeFromCode)(customerGroup) : undefined;
948
+ var prodPriceClass = !!product.price_classes_range
949
+ ? product.price_classes_range.find(function (range) {
950
+ return !!customerType && range.external_slug ? range.external_slug === customerType : range.class === 'aspirant';
951
+ })
952
+ : !!product.prices_list
953
+ ? product.prices_list.find(function (range) {
954
+ return !!customerType && range.external_slug ? range.external_slug === customerType : range.group_id === 'aspirant';
955
+ })
956
+ : undefined;
957
+ return !!prodPriceClass && !!prodPriceClass.custom_promo_applies;
958
+ };
959
+ exports.shouldShowProCustomPromo = shouldShowProCustomPromo;
960
+ var applyProCustomPromo = function (decli, userData) {
961
+ var customerCode = userData.basic_info.customer_professionnal_info &&
962
+ userData.basic_info.customer_professionnal_info.external_customer_group;
963
+ if (!!!customerCode)
964
+ return {};
965
+ var customerCustomPromo = (0, g2_1.getG2DiscountFromCode)(customerCode);
966
+ if (!!!customerCustomPromo)
967
+ return {};
968
+ var regPrice = decli.regular_price.amount;
969
+ var newDiscountAmount = (0, toNumber_1.default)(regPrice) * ((100 - customerCustomPromo) / 100);
970
+ var newPromoObj = (0, IDiscountRule_1.getDefaultDiscountRule)('product');
971
+ newPromoObj = __assign(__assign({}, newPromoObj), { appliesTo: __assign(__assign({}, newPromoObj.appliesTo), { label: IDiscountRule_1.AppliesToEnum.PRODUCT, value: decli.sku }), rules: [
972
+ {
973
+ field: IDiscountRule_1.RuleFieldEnum.CUSTOMER,
974
+ condition: IDiscountRule_1.RuleConditionEnum.AND,
975
+ ruleDetails: [
976
+ {
977
+ operator: '==',
978
+ value: [userData.id],
979
+ condition: IDiscountRule_1.RuleConditionEnum.AND
980
+ }
981
+ ]
982
+ }
983
+ ], result: {
984
+ action: IDiscountRule_1.ResultActionEnum.PERCENT,
985
+ action_value: customerCustomPromo
986
+ } });
987
+ return {
988
+ discount_rules: [newPromoObj],
989
+ promo_price: {
990
+ currency: 'CAD',
991
+ amount: (0, round_1.default)(newDiscountAmount, 3)
992
+ }
993
+ };
994
+ };
995
+ exports.applyProCustomPromo = applyProCustomPromo;
996
+ var getFormattedProdGR = function (decli, productSlug, isPro) {
997
+ var promo_price = decli.promo_price, discount_price = decli.discount_price, tier_pricing = decli.tier_pricing, rest = __rest(decli, ["promo_price", "discount_price", "tier_pricing"]);
998
+ return !!isPro ? __assign(__assign({}, rest), (productSlug !== 'kentucky' ? { tier_pricing: tier_pricing } : {})) : decli;
999
+ };
1000
+ exports.getFormattedProdGR = getFormattedProdGR;
1001
+ var shouldHideItemIfRegPriceIs0 = function (item, productSlug, isUpsellOfInstallProd) {
1002
+ var regPriceIs0 = item.regular_price.amount == 0;
1003
+ if (!regPriceIs0)
1004
+ return false;
1005
+ if (!item.is_service)
1006
+ return false;
1007
+ if (!!isUpsellOfInstallProd)
1008
+ return false;
1009
+ if (expedition_1.slugsToCheckFromExpeditionFees.shipping.includes(productSlug))
1010
+ return false;
1011
+ return true;
1012
+ };
1013
+ exports.shouldHideItemIfRegPriceIs0 = shouldHideItemIfRegPriceIs0;
1014
+ //# sourceMappingURL=products.js.map