@esolve/ng-esolve-connect 0.39.0 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1484) hide show
  1. package/esm2022/esolve-ng-esolve-connect.mjs +5 -0
  2. package/esm2022/index.mjs +67 -0
  3. package/esm2022/lib/account/address/esolve-address-record.interface.mjs +2 -0
  4. package/esm2022/lib/account/address/esolve-address-response.interface.mjs +2 -0
  5. package/esm2022/lib/account/address/esolve-address-result.model.mjs +11 -0
  6. package/esm2022/lib/account/address/esolve-address-set-data.interface.mjs +2 -0
  7. package/esm2022/lib/account/address/esolve-address-type.type.mjs +2 -0
  8. package/esm2022/lib/account/address/esolve-address.model.mjs +19 -0
  9. package/esm2022/lib/account/address/index.mjs +7 -0
  10. package/esm2022/lib/account/confirmation/esolve-account-confirmation-post-response-item.interface.mjs +2 -0
  11. package/esm2022/lib/account/confirmation/esolve-account-confirmation-result.model.mjs +10 -0
  12. package/esm2022/lib/account/confirmation/index.mjs +3 -0
  13. package/esm2022/lib/account/esolve-account.service.mjs +429 -0
  14. package/esm2022/lib/account/esolve-geocode-result.interface.mjs +2 -0
  15. package/esm2022/lib/account/index.mjs +8 -0
  16. package/esm2022/lib/account/location/classes/esolve-location-update-result.model.mjs +11 -0
  17. package/esm2022/lib/account/location/classes/index.mjs +2 -0
  18. package/esm2022/lib/account/location/index.mjs +3 -0
  19. package/esm2022/lib/account/location/interfaces/esolve-location-options.interface.mjs +2 -0
  20. package/esm2022/lib/account/location/interfaces/index.mjs +2 -0
  21. package/esm2022/lib/account/password/esolve-change-password-result.model.mjs +8 -0
  22. package/esm2022/lib/account/password/esolve-forgot-password-get-result.interface.mjs +2 -0
  23. package/esm2022/lib/account/password/esolve-forgot-password-response.interface.mjs +2 -0
  24. package/esm2022/lib/account/password/esolve-reset-password-result.model.mjs +11 -0
  25. package/esm2022/lib/account/password/index.mjs +5 -0
  26. package/esm2022/lib/account/registration/esolve-registration-data.interface.mjs +2 -0
  27. package/esm2022/lib/account/registration/esolve-registration-post-response-item.interface.mjs +2 -0
  28. package/esm2022/lib/account/registration/esolve-registration-result.model.mjs +12 -0
  29. package/esm2022/lib/account/registration/index.mjs +4 -0
  30. package/esm2022/lib/account/user-account/classes/esolve-statement-ageing.model.mjs +9 -0
  31. package/esm2022/lib/account/user-account/classes/esolve-statement-balances.model.mjs +11 -0
  32. package/esm2022/lib/account/user-account/classes/esolve-statement-transaction.model.mjs +15 -0
  33. package/esm2022/lib/account/user-account/classes/esolve-statement.model.mjs +12 -0
  34. package/esm2022/lib/account/user-account/classes/esolve-user-account-business.model.mjs +11 -0
  35. package/esm2022/lib/account/user-account/classes/esolve-user-account-contact.model.mjs +10 -0
  36. package/esm2022/lib/account/user-account/classes/esolve-user-account-result.model.mjs +9 -0
  37. package/esm2022/lib/account/user-account/classes/esolve-user-account.model.mjs +24 -0
  38. package/esm2022/lib/account/user-account/classes/esolve-user-client-account-balances.model.mjs +13 -0
  39. package/esm2022/lib/account/user-account/classes/esolve-user-client-account.model.mjs +48 -0
  40. package/esm2022/lib/account/user-account/classes/index.mjs +11 -0
  41. package/esm2022/lib/account/user-account/index.mjs +3 -0
  42. package/esm2022/lib/account/user-account/interfaces/esolve-statement-ageing-record.interface.mjs +2 -0
  43. package/esm2022/lib/account/user-account/interfaces/esolve-statement-balances-record.interface.mjs +2 -0
  44. package/esm2022/lib/account/user-account/interfaces/esolve-statement-record.interface.mjs +2 -0
  45. package/esm2022/lib/account/user-account/interfaces/esolve-statement-transaction-record.interface.mjs +2 -0
  46. package/esm2022/lib/account/user-account/interfaces/esolve-user-account-data.interface.mjs +2 -0
  47. package/esm2022/lib/account/user-account/interfaces/esolve-user-account-record.interface.mjs +2 -0
  48. package/esm2022/lib/account/user-account/interfaces/esolve-user-client-account-balances-record.interface.mjs +2 -0
  49. package/esm2022/lib/account/user-account/interfaces/esolve-user-client-account-record.interface.mjs +2 -0
  50. package/esm2022/lib/account/user-account/interfaces/index.mjs +9 -0
  51. package/esm2022/lib/auth/esolve-auth-interceptor.service.mjs +45 -0
  52. package/esm2022/lib/auth/esolve-auth.service.mjs +236 -0
  53. package/esm2022/lib/auth/index.mjs +6 -0
  54. package/esm2022/lib/auth/interfaces/esolve-auth-check-data.interface.mjs +2 -0
  55. package/esm2022/lib/auth/interfaces/esolve-auth-data.interface.mjs +2 -0
  56. package/esm2022/lib/auth/interfaces/esolve-auth-get-data.interface.mjs +2 -0
  57. package/esm2022/lib/auth/interfaces/esolve-auth-response.interface.mjs +2 -0
  58. package/esm2022/lib/auth/interfaces/esolve-login-post-response-item.interface.mjs +2 -0
  59. package/esm2022/lib/auth/interfaces/index.mjs +6 -0
  60. package/esm2022/lib/auth/providers/esolve-eurus-auto-login.provider.mjs +12 -0
  61. package/esm2022/lib/auth/providers/index.mjs +2 -0
  62. package/esm2022/lib/auth/types/esolve-auth-check-response.type.mjs +2 -0
  63. package/esm2022/lib/auth/types/esolve-auth-get-response.type.mjs +2 -0
  64. package/esm2022/lib/auth/types/esolve-auth-response-data.type.mjs +2 -0
  65. package/esm2022/lib/auth/types/esolve-auth-result.type.mjs +2 -0
  66. package/esm2022/lib/auth/types/index.mjs +5 -0
  67. package/esm2022/lib/banners/esolve-banner-image-hotspot-coords.interface.mjs +2 -0
  68. package/esm2022/lib/banners/esolve-banner-image-hotspot-record.interface.mjs +2 -0
  69. package/esm2022/lib/banners/esolve-banner-image-hotspot.model.mjs +9 -0
  70. package/esm2022/lib/banners/esolve-banner-image-record.interface.mjs +2 -0
  71. package/esm2022/lib/banners/esolve-banner-image-set.interface.mjs +2 -0
  72. package/esm2022/lib/banners/esolve-banner-image-type.type.mjs +2 -0
  73. package/esm2022/lib/banners/esolve-banner-image.model.mjs +14 -0
  74. package/esm2022/lib/banners/esolve-banner-link.interface.mjs +2 -0
  75. package/esm2022/lib/banners/esolve-banner-record.interface.mjs +2 -0
  76. package/esm2022/lib/banners/esolve-banner-type.type.mjs +2 -0
  77. package/esm2022/lib/banners/esolve-banner.model.mjs +25 -0
  78. package/esm2022/lib/banners/esolve-banner.service.mjs +102 -0
  79. package/esm2022/lib/banners/index.mjs +14 -0
  80. package/esm2022/lib/cart/classes/esolve-cart-item.model.mjs +26 -0
  81. package/esm2022/lib/cart/classes/esolve-cart-stock-item.model.mjs +51 -0
  82. package/esm2022/lib/cart/classes/esolve-cart-totals.model.mjs +39 -0
  83. package/esm2022/lib/cart/classes/esolve-checkout-result.model.mjs +10 -0
  84. package/esm2022/lib/cart/classes/esolve-empty-cart-result.model.mjs +4 -0
  85. package/esm2022/lib/cart/classes/esolve-transaction-analytics-data.model.mjs +14 -0
  86. package/esm2022/lib/cart/classes/index.mjs +7 -0
  87. package/esm2022/lib/cart/esolve-cart.service.mjs +234 -0
  88. package/esm2022/lib/cart/index.mjs +5 -0
  89. package/esm2022/lib/cart/interfaces/esolve-cart-additional-where.interface.mjs +2 -0
  90. package/esm2022/lib/cart/interfaces/esolve-cart-item-record.interface.mjs +2 -0
  91. package/esm2022/lib/cart/interfaces/esolve-cart-item-response.interface.mjs +2 -0
  92. package/esm2022/lib/cart/interfaces/esolve-cart-set-item.interface.mjs +2 -0
  93. package/esm2022/lib/cart/interfaces/esolve-cart-totals-record.interface.mjs +2 -0
  94. package/esm2022/lib/cart/interfaces/esolve-checkout-response.interface.mjs +2 -0
  95. package/esm2022/lib/cart/interfaces/esolve-time-slot-checkout.interface.mjs +2 -0
  96. package/esm2022/lib/cart/interfaces/esolve-tracking-code.interface.mjs +2 -0
  97. package/esm2022/lib/cart/interfaces/esolve-transaction-analytics-data-record.interface.mjs +2 -0
  98. package/esm2022/lib/cart/interfaces/index.mjs +10 -0
  99. package/esm2022/lib/cart/types/esolve-cart-empty-response.type.mjs +2 -0
  100. package/esm2022/lib/cart/types/esolve-cart-set-action.type.mjs +2 -0
  101. package/esm2022/lib/cart/types/esolve-cart.type.mjs +2 -0
  102. package/esm2022/lib/cart/types/index.mjs +4 -0
  103. package/esm2022/lib/category-tree/esolve-category-identifier.interface.mjs +2 -0
  104. package/esm2022/lib/category-tree/esolve-category-record.interface.mjs +2 -0
  105. package/esm2022/lib/category-tree/esolve-category-tree-item-options.interface.mjs +2 -0
  106. package/esm2022/lib/category-tree/esolve-category-tree-item-record.interface.mjs +2 -0
  107. package/esm2022/lib/category-tree/esolve-category-tree-item.model.mjs +48 -0
  108. package/esm2022/lib/category-tree/esolve-category-tree.service.mjs +154 -0
  109. package/esm2022/lib/category-tree/esolve-subcategory-record.interface.mjs +2 -0
  110. package/esm2022/lib/category-tree/index.mjs +7 -0
  111. package/esm2022/lib/core/esolve-config.service.mjs +52 -0
  112. package/esm2022/lib/core/esolve-connect-config.constant.mjs +3 -0
  113. package/esm2022/lib/core/esolve-connect.config.mjs +2 -0
  114. package/esm2022/lib/core/index.mjs +4 -0
  115. package/esm2022/lib/coupons/classes/esolve-coupon.model.mjs +29 -0
  116. package/esm2022/lib/coupons/classes/index.mjs +2 -0
  117. package/esm2022/lib/coupons/esolve-coupons.service.mjs +231 -0
  118. package/esm2022/lib/coupons/index.mjs +9 -0
  119. package/esm2022/lib/coupons/interfaces/esolve-coupon-record.interface.mjs +2 -0
  120. package/esm2022/lib/coupons/interfaces/esolve-coupon-validation-error.interface.mjs +2 -0
  121. package/esm2022/lib/coupons/interfaces/esolve-coupon-validation-result.interface.mjs +2 -0
  122. package/esm2022/lib/coupons/interfaces/esolve-coupon-validation.interface.mjs +2 -0
  123. package/esm2022/lib/coupons/interfaces/index.mjs +5 -0
  124. package/esm2022/lib/coupons/types/esolve-coupons-cache.type.mjs +2 -0
  125. package/esm2022/lib/coupons/types/index.mjs +2 -0
  126. package/esm2022/lib/enquiry/esolve-enquiry-response.type.mjs +2 -0
  127. package/esm2022/lib/enquiry/esolve-enquiry-result.model.mjs +9 -0
  128. package/esm2022/lib/enquiry/esolve-enquiry.service.mjs +43 -0
  129. package/esm2022/lib/enquiry/index.mjs +4 -0
  130. package/esm2022/lib/images/directives/cdn-src.directive.mjs +73 -0
  131. package/esm2022/lib/images/directives/index.mjs +2 -0
  132. package/esm2022/lib/images/esolve-image-loader.provider.mjs +13 -0
  133. package/esm2022/lib/images/functions/index.mjs +4 -0
  134. package/esm2022/lib/images/functions/is-esolve-cdn-path.function.mjs +5 -0
  135. package/esm2022/lib/images/functions/is-legacy-esolve-cdn-path.function.mjs +5 -0
  136. package/esm2022/lib/images/functions/process-image-src.function.mjs +33 -0
  137. package/esm2022/lib/images/index.mjs +4 -0
  138. package/esm2022/lib/locations/classes/esolve-location-address.model.mjs +13 -0
  139. package/esm2022/lib/locations/classes/esolve-location-contact-info.model.mjs +9 -0
  140. package/esm2022/lib/locations/classes/esolve-location-geo.model.mjs +8 -0
  141. package/esm2022/lib/locations/classes/esolve-location-pobox-address.model.mjs +8 -0
  142. package/esm2022/lib/locations/classes/esolve-location-trading-day.model.mjs +7 -0
  143. package/esm2022/lib/locations/classes/esolve-location-trading-times.model.mjs +14 -0
  144. package/esm2022/lib/locations/classes/esolve-location.model.mjs +49 -0
  145. package/esm2022/lib/locations/classes/index.mjs +9 -0
  146. package/esm2022/lib/locations/esolve-locations.service.mjs +83 -0
  147. package/esm2022/lib/locations/index.mjs +4 -0
  148. package/esm2022/lib/locations/interfaces/esolve-location-record.interface.mjs +2 -0
  149. package/esm2022/lib/locations/interfaces/index.mjs +2 -0
  150. package/esm2022/lib/manufacturers/esolve-manufacturer-image-size.type.mjs +2 -0
  151. package/esm2022/lib/manufacturers/esolve-manufacturer-options.interface.mjs +2 -0
  152. package/esm2022/lib/manufacturers/esolve-manufacturer-record.interface.mjs +2 -0
  153. package/esm2022/lib/manufacturers/esolve-manufacturer.model.mjs +61 -0
  154. package/esm2022/lib/manufacturers/esolve-manufacturers.service.mjs +72 -0
  155. package/esm2022/lib/manufacturers/index.mjs +10 -0
  156. package/esm2022/lib/menu/classes/esolve-menu-item.model.mjs +31 -0
  157. package/esm2022/lib/menu/classes/index.mjs +2 -0
  158. package/esm2022/lib/menu/esolve-menu.service.mjs +46 -0
  159. package/esm2022/lib/menu/index.mjs +5 -0
  160. package/esm2022/lib/menu/interfaces/esolve-menu-tree-record.interface.mjs +2 -0
  161. package/esm2022/lib/menu/interfaces/index.mjs +2 -0
  162. package/esm2022/lib/menu/types/esolve-menu.type.mjs +2 -0
  163. package/esm2022/lib/menu/types/index.mjs +2 -0
  164. package/esm2022/lib/news/esolve-news-article-author-record.interface.mjs +2 -0
  165. package/esm2022/lib/news/esolve-news-article-author.model.mjs +9 -0
  166. package/esm2022/lib/news/esolve-news-article-list.model.mjs +8 -0
  167. package/esm2022/lib/news/esolve-news-article-options.interface.mjs +2 -0
  168. package/esm2022/lib/news/esolve-news-article-record.interface.mjs +2 -0
  169. package/esm2022/lib/news/esolve-news-article.model.mjs +73 -0
  170. package/esm2022/lib/news/esolve-news-group-record.interface.mjs +2 -0
  171. package/esm2022/lib/news/esolve-news-group.model.mjs +25 -0
  172. package/esm2022/lib/news/esolve-news.service.mjs +118 -0
  173. package/esm2022/lib/news/index.mjs +10 -0
  174. package/esm2022/lib/ng-esolve-connect.module.mjs +43 -0
  175. package/esm2022/lib/payment/classes/esolve-banking-details.model.mjs +11 -0
  176. package/esm2022/lib/payment/classes/esolve-payment-method.model.mjs +37 -0
  177. package/esm2022/lib/payment/classes/esolve-payment-result.model.mjs +37 -0
  178. package/esm2022/lib/payment/classes/esolve-vault-item-result.model.mjs +20 -0
  179. package/esm2022/lib/payment/classes/esolve-vault-item.model.mjs +20 -0
  180. package/esm2022/lib/payment/classes/index.mjs +6 -0
  181. package/esm2022/lib/payment/esolve-payment.service.mjs +235 -0
  182. package/esm2022/lib/payment/index.mjs +5 -0
  183. package/esm2022/lib/payment/interfaces/esolve-card-data.interface.mjs +2 -0
  184. package/esm2022/lib/payment/interfaces/esolve-payment-form-input.interface.mjs +2 -0
  185. package/esm2022/lib/payment/interfaces/esolve-payment-method-options.interface.mjs +2 -0
  186. package/esm2022/lib/payment/interfaces/esolve-payment-method-record.interface.mjs +2 -0
  187. package/esm2022/lib/payment/interfaces/esolve-payment-redirect-links.interface.mjs +2 -0
  188. package/esm2022/lib/payment/interfaces/esolve-payment-response.interface.mjs +2 -0
  189. package/esm2022/lib/payment/interfaces/esolve-payment-set-body.interface.mjs +2 -0
  190. package/esm2022/lib/payment/interfaces/esolve-payment-status.interface.mjs +2 -0
  191. package/esm2022/lib/payment/interfaces/esolve-vault-record.interface.mjs +2 -0
  192. package/esm2022/lib/payment/interfaces/esolve-vault-response.interface.mjs +2 -0
  193. package/esm2022/lib/payment/interfaces/index.mjs +10 -0
  194. package/esm2022/lib/payment/types/esolve-integration-type.type.mjs +2 -0
  195. package/esm2022/lib/payment/types/esolve-service-provider.type.mjs +2 -0
  196. package/esm2022/lib/payment/types/index.mjs +3 -0
  197. package/esm2022/lib/ranges/esolve-range-options.interface.mjs +2 -0
  198. package/esm2022/lib/ranges/esolve-range-record.interface.mjs +2 -0
  199. package/esm2022/lib/ranges/esolve-range.model.mjs +54 -0
  200. package/esm2022/lib/ranges/esolve-ranges.service.mjs +77 -0
  201. package/esm2022/lib/ranges/index.mjs +5 -0
  202. package/esm2022/lib/session/esolve-session-metadata.service.mjs +76 -0
  203. package/esm2022/lib/session/esolve-session.service.mjs +182 -0
  204. package/esm2022/lib/session/index.mjs +4 -0
  205. package/esm2022/lib/session/interfaces/esolve-session-data.interface.mjs +2 -0
  206. package/esm2022/lib/session/interfaces/esolve-session.interface.mjs +2 -0
  207. package/esm2022/lib/session/interfaces/index.mjs +3 -0
  208. package/esm2022/lib/shared/assets/esolve-asset-list.type.mjs +2 -0
  209. package/esm2022/lib/shared/assets/esolve-asset-options.interface.mjs +2 -0
  210. package/esm2022/lib/shared/assets/esolve-asset-record.interface.mjs +2 -0
  211. package/esm2022/lib/shared/assets/esolve-asset-type.type.mjs +2 -0
  212. package/esm2022/lib/shared/assets/esolve-asset.model.mjs +77 -0
  213. package/esm2022/lib/shared/assets/esolve-assets.service.mjs +103 -0
  214. package/esm2022/lib/shared/assets/esolve-linked-asset-record.interface.mjs +2 -0
  215. package/esm2022/lib/shared/assets/esolve-linked-asset.model.mjs +10 -0
  216. package/esm2022/lib/shared/assets/index.mjs +13 -0
  217. package/esm2022/lib/shared/cookie/esolve-cookie.service.mjs +31 -0
  218. package/esm2022/lib/shared/custom-fields/esolve-custom-fields.interface.mjs +2 -0
  219. package/esm2022/lib/shared/custom-fields/index.mjs +2 -0
  220. package/esm2022/lib/shared/errors/esolve-error-handler.service.mjs +95 -0
  221. package/esm2022/lib/shared/errors/esolve-http-error.model.mjs +15 -0
  222. package/esm2022/lib/shared/errors/index.mjs +3 -0
  223. package/esm2022/lib/shared/esolve-hex-hash.function.mjs +26 -0
  224. package/esm2022/lib/shared/esolve-list.model.mjs +9 -0
  225. package/esm2022/lib/shared/esolve-result.model.mjs +8 -0
  226. package/esm2022/lib/shared/esolve-url-target.type.mjs +2 -0
  227. package/esm2022/lib/shared/filters/classes/esolve-multiple-select-filter.model.mjs +30 -0
  228. package/esm2022/lib/shared/filters/classes/esolve-range-filter.model.mjs +45 -0
  229. package/esm2022/lib/shared/filters/classes/esolve-single-select-filter.model.mjs +33 -0
  230. package/esm2022/lib/shared/filters/classes/esolve-toggle-filter.model.mjs +21 -0
  231. package/esm2022/lib/shared/filters/classes/index.mjs +6 -0
  232. package/esm2022/lib/shared/filters/esolve-filter-factory.mjs +59 -0
  233. package/esm2022/lib/shared/filters/index.mjs +5 -0
  234. package/esm2022/lib/shared/filters/interfaces/esolve-filter-definitions.interface.mjs +2 -0
  235. package/esm2022/lib/shared/filters/interfaces/esolve-filter-record.interface.mjs +2 -0
  236. package/esm2022/lib/shared/filters/interfaces/esolve-filter.interface.mjs +2 -0
  237. package/esm2022/lib/shared/filters/interfaces/esolve-range-filter-record.interface.mjs +2 -0
  238. package/esm2022/lib/shared/filters/interfaces/esolve-select-filter-record.interface.mjs +2 -0
  239. package/esm2022/lib/shared/filters/interfaces/esolve-select-filter.interface.mjs +2 -0
  240. package/esm2022/lib/shared/filters/interfaces/index.mjs +8 -0
  241. package/esm2022/lib/shared/filters/types/esolve-filter-list.type.mjs +2 -0
  242. package/esm2022/lib/shared/filters/types/esolve-filter-record-list.type.mjs +2 -0
  243. package/esm2022/lib/shared/filters/types/esolve-filter-toggle.type.mjs +2 -0
  244. package/esm2022/lib/shared/filters/types/esolve-filter-type.type.mjs +2 -0
  245. package/esm2022/lib/shared/filters/types/esolve-range-filter-type.type.mjs +2 -0
  246. package/esm2022/lib/shared/filters/types/esolve-select-filter-type.type.mjs +2 -0
  247. package/esm2022/lib/shared/filters/types/index.mjs +7 -0
  248. package/esm2022/lib/shared/geocoder/esolve-geocode-address-record.interface.mjs +2 -0
  249. package/esm2022/lib/shared/geocoder/esolve-geocode-address-result.model.mjs +12 -0
  250. package/esm2022/lib/shared/geocoder/esolve-geocode-coords-result.model.mjs +7 -0
  251. package/esm2022/lib/shared/geocoder/esolve-geocode-result-record.interface.mjs +2 -0
  252. package/esm2022/lib/shared/geocoder/esolve-geocode-result.model.mjs +11 -0
  253. package/esm2022/lib/shared/geocoder/esolve-geocoder.service.mjs +73 -0
  254. package/esm2022/lib/shared/geocoder/index.mjs +7 -0
  255. package/esm2022/lib/shared/response/esolve-delete-response.interface.mjs +2 -0
  256. package/esm2022/lib/shared/response/esolve-delete-result.interface.mjs +2 -0
  257. package/esm2022/lib/shared/response/esolve-get-response.interface.mjs +2 -0
  258. package/esm2022/lib/shared/response/esolve-post-response-item.interface.mjs +2 -0
  259. package/esm2022/lib/shared/response/esolve-post-response-status.interface.mjs +2 -0
  260. package/esm2022/lib/shared/response/esolve-response-handler.service.mjs +34 -0
  261. package/esm2022/lib/shared/response/esolve-response-log-item.interface.mjs +2 -0
  262. package/esm2022/lib/shared/response/esolve-response-result.model.mjs +9 -0
  263. package/esm2022/lib/shared/response/esolve-response.interface.mjs +2 -0
  264. package/esm2022/lib/shared/response/esolve-set-response.interface.mjs +2 -0
  265. package/esm2022/lib/shared/response/index.mjs +11 -0
  266. package/esm2022/lib/shared/seo/esolve-seo-details.interface.mjs +2 -0
  267. package/esm2022/lib/shared/seo/esolve-seo-info.model.mjs +11 -0
  268. package/esm2022/lib/shared/seo/esolve-seo.service.mjs +107 -0
  269. package/esm2022/lib/shared/seo/index.mjs +4 -0
  270. package/esm2022/lib/shared/sort/esolve-sort-order.type.mjs +2 -0
  271. package/esm2022/lib/shared/sort/esolve-sort.interface.mjs +2 -0
  272. package/esm2022/lib/shared/sort/index.mjs +5 -0
  273. package/esm2022/lib/shipping/classes/esolve-shipping-cost.model.mjs +12 -0
  274. package/esm2022/lib/shipping/classes/esolve-shipping-method.model.mjs +33 -0
  275. package/esm2022/lib/shipping/classes/esolve-shipping-totals.model.mjs +8 -0
  276. package/esm2022/lib/shipping/classes/esolve-time-slot-config.model.mjs +17 -0
  277. package/esm2022/lib/shipping/classes/esolve-time-slot-date.model.mjs +14 -0
  278. package/esm2022/lib/shipping/classes/esolve-time-slot-days.model.mjs +21 -0
  279. package/esm2022/lib/shipping/classes/esolve-time-slot-times.model.mjs +11 -0
  280. package/esm2022/lib/shipping/classes/esolve-time-slot.model.mjs +19 -0
  281. package/esm2022/lib/shipping/classes/index.mjs +9 -0
  282. package/esm2022/lib/shipping/esolve-shipping.service.mjs +151 -0
  283. package/esm2022/lib/shipping/index.mjs +5 -0
  284. package/esm2022/lib/shipping/interfaces/esolve-shipping-cost-record.interface.mjs +2 -0
  285. package/esm2022/lib/shipping/interfaces/esolve-shipping-method-options.interface.mjs +2 -0
  286. package/esm2022/lib/shipping/interfaces/esolve-shipping-method-record.interface.mjs +2 -0
  287. package/esm2022/lib/shipping/interfaces/esolve-time-slot-config-record.interface.mjs +2 -0
  288. package/esm2022/lib/shipping/interfaces/esolve-time-slot-date-record.interface.mjs +2 -0
  289. package/esm2022/lib/shipping/interfaces/esolve-time-slot-days-record.interface.mjs +2 -0
  290. package/esm2022/lib/shipping/interfaces/esolve-time-slot-record.interface.mjs +2 -0
  291. package/esm2022/lib/shipping/interfaces/esolve-time-slot-times-record.interface.mjs +2 -0
  292. package/esm2022/lib/shipping/interfaces/index.mjs +9 -0
  293. package/esm2022/lib/shipping/types/esolve-insurance-calculation-method.type.mjs +2 -0
  294. package/esm2022/lib/shipping/types/esolve-shipping-calculation-method.type.mjs +2 -0
  295. package/esm2022/lib/shipping/types/esolve-shipping-location.type.mjs +2 -0
  296. package/esm2022/lib/shipping/types/index.mjs +4 -0
  297. package/esm2022/lib/specials/esolve-special-dates.model.mjs +7 -0
  298. package/esm2022/lib/specials/esolve-special-image-collection-record.interface.mjs +2 -0
  299. package/esm2022/lib/specials/esolve-special-image-collection.model.mjs +25 -0
  300. package/esm2022/lib/specials/esolve-special-image-record.interface.mjs +2 -0
  301. package/esm2022/lib/specials/esolve-special-image.model.mjs +9 -0
  302. package/esm2022/lib/specials/esolve-special-options.interface.mjs +2 -0
  303. package/esm2022/lib/specials/esolve-special-record.interface.mjs +2 -0
  304. package/esm2022/lib/specials/esolve-special.model.mjs +40 -0
  305. package/esm2022/lib/specials/esolve-specials.service.mjs +83 -0
  306. package/esm2022/lib/specials/index.mjs +10 -0
  307. package/esm2022/lib/stock/classes/esolve-additional-stock-image.model.mjs +21 -0
  308. package/esm2022/lib/stock/classes/esolve-colour.model.mjs +8 -0
  309. package/esm2022/lib/stock/classes/esolve-dependant-item.model.mjs +11 -0
  310. package/esm2022/lib/stock/classes/esolve-linked-stock-item.model.mjs +9 -0
  311. package/esm2022/lib/stock/classes/esolve-media-stock-item.model.mjs +7 -0
  312. package/esm2022/lib/stock/classes/esolve-recipe-stock-item.model.mjs +9 -0
  313. package/esm2022/lib/stock/classes/esolve-stock-badge.model.mjs +11 -0
  314. package/esm2022/lib/stock/classes/esolve-stock-group-item.model.mjs +7 -0
  315. package/esm2022/lib/stock/classes/esolve-stock-group.model.mjs +13 -0
  316. package/esm2022/lib/stock/classes/esolve-stock-image-collection.model.mjs +25 -0
  317. package/esm2022/lib/stock/classes/esolve-stock-image.model.mjs +50 -0
  318. package/esm2022/lib/stock/classes/esolve-stock-item-base.model.mjs +312 -0
  319. package/esm2022/lib/stock/classes/esolve-stock-item-list.model.mjs +11 -0
  320. package/esm2022/lib/stock/classes/esolve-stock-item.model.mjs +24 -0
  321. package/esm2022/lib/stock/classes/esolve-stock-lead-times.model.mjs +9 -0
  322. package/esm2022/lib/stock/classes/esolve-stock-price.model.mjs +52 -0
  323. package/esm2022/lib/stock/classes/esolve-stock-transaction-history.model.mjs +7 -0
  324. package/esm2022/lib/stock/classes/index.mjs +18 -0
  325. package/esm2022/lib/stock/esolve-stock.service.mjs +419 -0
  326. package/esm2022/lib/stock/index.mjs +6 -0
  327. package/esm2022/lib/stock/interfaces/esolve-additional-stock-image-record.interface.mjs +2 -0
  328. package/esm2022/lib/stock/interfaces/esolve-colour-record.interface.mjs +2 -0
  329. package/esm2022/lib/stock/interfaces/esolve-dependant-item-record.interface.mjs +2 -0
  330. package/esm2022/lib/stock/interfaces/esolve-linked-stock-record.interface.mjs +2 -0
  331. package/esm2022/lib/stock/interfaces/esolve-media-stock-item-options.interface.mjs +2 -0
  332. package/esm2022/lib/stock/interfaces/esolve-recipe-item-record.interface.mjs +2 -0
  333. package/esm2022/lib/stock/interfaces/esolve-recipe-stock-options.interface.mjs +2 -0
  334. package/esm2022/lib/stock/interfaces/esolve-stock-badge-record.interface.mjs +2 -0
  335. package/esm2022/lib/stock/interfaces/esolve-stock-base-record.interface.mjs +2 -0
  336. package/esm2022/lib/stock/interfaces/esolve-stock-filter-options.interface.mjs +2 -0
  337. package/esm2022/lib/stock/interfaces/esolve-stock-image-collection-record.interface.mjs +2 -0
  338. package/esm2022/lib/stock/interfaces/esolve-stock-item-options.interface.mjs +2 -0
  339. package/esm2022/lib/stock/interfaces/esolve-stock-lead-times-record.interface.mjs +2 -0
  340. package/esm2022/lib/stock/interfaces/esolve-stock-linked-category-record.interface.mjs +2 -0
  341. package/esm2022/lib/stock/interfaces/esolve-stock-record.interface.mjs +2 -0
  342. package/esm2022/lib/stock/interfaces/index.mjs +17 -0
  343. package/esm2022/lib/stock/types/esolve-media-stock-item-list.type.mjs +2 -0
  344. package/esm2022/lib/stock/types/esolve-media-stock-item-record.type.mjs +2 -0
  345. package/esm2022/lib/stock/types/esolve-media-stock-sort-field.type.mjs +2 -0
  346. package/esm2022/lib/stock/types/esolve-stock-group-item-record.type.mjs +2 -0
  347. package/esm2022/lib/stock/types/esolve-stock-image-size.type.mjs +2 -0
  348. package/esm2022/lib/stock/types/esolve-stock-sort-field.type.mjs +2 -0
  349. package/esm2022/lib/stock/types/esolve-stock-unit-of-measure.type.mjs +2 -0
  350. package/esm2022/lib/stock/types/index.mjs +9 -0
  351. package/esm2022/lib/suppliers/classes/esolve-supplier.model.mjs +27 -0
  352. package/esm2022/lib/suppliers/classes/index.mjs +2 -0
  353. package/esm2022/lib/suppliers/esolve-suppliers.service.mjs +59 -0
  354. package/esm2022/lib/suppliers/index.mjs +5 -0
  355. package/esm2022/lib/suppliers/interfaces/esolve-supplier-options.interface.mjs +2 -0
  356. package/esm2022/lib/suppliers/interfaces/esolve-supplier-record.interface.mjs +2 -0
  357. package/esm2022/lib/suppliers/interfaces/index.mjs +3 -0
  358. package/esm2022/lib/tags/esolve-tag-options.interface.mjs +2 -0
  359. package/esm2022/lib/tags/esolve-tag-phrase-match-mode.type.mjs +2 -0
  360. package/esm2022/lib/tags/esolve-tag-record.interface.mjs +2 -0
  361. package/esm2022/lib/tags/esolve-tag.model.mjs +35 -0
  362. package/esm2022/lib/tags/esolve-tags.service.mjs +79 -0
  363. package/esm2022/lib/tags/index.mjs +10 -0
  364. package/esm2022/lib/topics/esolve-topic-record.interface.mjs +2 -0
  365. package/esm2022/lib/topics/esolve-topic.model.mjs +15 -0
  366. package/esm2022/lib/topics/esolve-topic.service.mjs +56 -0
  367. package/esm2022/lib/topics/index.mjs +4 -0
  368. package/esm2022/lib/transactions/classes/esolve-transaction-address.model.mjs +16 -0
  369. package/esm2022/lib/transactions/classes/esolve-transaction-client.model.mjs +13 -0
  370. package/esm2022/lib/transactions/classes/esolve-transaction-item-price.model.mjs +25 -0
  371. package/esm2022/lib/transactions/classes/esolve-transaction-item.model.mjs +72 -0
  372. package/esm2022/lib/transactions/classes/esolve-transaction-list.model.mjs +4 -0
  373. package/esm2022/lib/transactions/classes/esolve-transaction-location.model.mjs +4 -0
  374. package/esm2022/lib/transactions/classes/esolve-transaction-payment-method.model.mjs +10 -0
  375. package/esm2022/lib/transactions/classes/esolve-transaction-shipping-method.model.mjs +12 -0
  376. package/esm2022/lib/transactions/classes/esolve-transaction-user.model.mjs +11 -0
  377. package/esm2022/lib/transactions/classes/esolve-transaction.model.mjs +55 -0
  378. package/esm2022/lib/transactions/classes/index.mjs +11 -0
  379. package/esm2022/lib/transactions/esolve-transactions.service.mjs +133 -0
  380. package/esm2022/lib/transactions/index.mjs +5 -0
  381. package/esm2022/lib/transactions/interfaces/esolve-transaction-client-record.interface.mjs +2 -0
  382. package/esm2022/lib/transactions/interfaces/esolve-transaction-item-record.interface.mjs +2 -0
  383. package/esm2022/lib/transactions/interfaces/esolve-transaction-options.interface.mjs +2 -0
  384. package/esm2022/lib/transactions/interfaces/esolve-transaction-payment-method-record.interface.mjs +2 -0
  385. package/esm2022/lib/transactions/interfaces/esolve-transaction-record.interface.mjs +2 -0
  386. package/esm2022/lib/transactions/interfaces/esolve-transaction-shipping-method-record.interface.mjs +2 -0
  387. package/esm2022/lib/transactions/interfaces/esolve-transaction-user-record.interface.mjs +2 -0
  388. package/esm2022/lib/transactions/interfaces/index.mjs +8 -0
  389. package/esm2022/lib/transactions/types/esolve-transaction-location-record.type.mjs +2 -0
  390. package/esm2022/lib/transactions/types/esolve-transaction-type.type.mjs +2 -0
  391. package/esm2022/lib/transactions/types/index.mjs +3 -0
  392. package/esm2022/lib/wishlist/classes/esolve-empty-wishlist-result.model.mjs +4 -0
  393. package/esm2022/lib/wishlist/classes/esolve-wishlist-item.model.mjs +14 -0
  394. package/esm2022/lib/wishlist/classes/index.mjs +3 -0
  395. package/esm2022/lib/wishlist/esolve-wishlist.service.mjs +120 -0
  396. package/esm2022/lib/wishlist/index.mjs +6 -0
  397. package/esm2022/lib/wishlist/interfaces/esolve-wishlist-item-record.interface.mjs +2 -0
  398. package/esm2022/lib/wishlist/interfaces/esolve-wishlist-item-response.interface.mjs +2 -0
  399. package/esm2022/lib/wishlist/interfaces/esolve-wishlist-set-item.interface.mjs +2 -0
  400. package/esm2022/lib/wishlist/interfaces/index.mjs +4 -0
  401. package/esm2022/lib/wishlist/types/esolve-wishlist-set-action.type.mjs +2 -0
  402. package/esm2022/lib/wishlist/types/esolve-wishlist.type.mjs +2 -0
  403. package/esm2022/lib/wishlist/types/index.mjs +3 -0
  404. package/esm2022/media/esolve-ng-esolve-connect-media.mjs +5 -0
  405. package/esm2022/media/index.mjs +9 -0
  406. package/esm2022/media/lib/classes/esolve-heading.model.mjs +7 -0
  407. package/esm2022/media/lib/classes/esolve-media-article.model.mjs +72 -0
  408. package/esm2022/media/lib/classes/esolve-media-group.model.mjs +15 -0
  409. package/esm2022/media/lib/classes/esolve-media-layout-section.model.mjs +18 -0
  410. package/esm2022/media/lib/classes/esolve-media-link.model.mjs +8 -0
  411. package/esm2022/media/lib/classes/index.mjs +6 -0
  412. package/esm2022/media/lib/components/index.mjs +3 -0
  413. package/esm2022/media/lib/components/media-layout/esolve-media-layout.component.mjs +35 -0
  414. package/esm2022/media/lib/components/media-section/esolve-media-section.component.mjs +47 -0
  415. package/esm2022/media/lib/esolve-connect-media-config.token.mjs +3 -0
  416. package/esm2022/media/lib/esolve-connect-media.config.mjs +2 -0
  417. package/esm2022/media/lib/interfaces/esolve-heading-record.interface.mjs +2 -0
  418. package/esm2022/media/lib/interfaces/esolve-layout-config.interface.mjs +2 -0
  419. package/esm2022/media/lib/interfaces/esolve-layout-section-config.interface.mjs +2 -0
  420. package/esm2022/media/lib/interfaces/esolve-media-group-record.interface.mjs +2 -0
  421. package/esm2022/media/lib/interfaces/esolve-media-layout-section-record.interface.mjs +2 -0
  422. package/esm2022/media/lib/interfaces/esolve-media-link-record.interface.mjs +2 -0
  423. package/esm2022/media/lib/interfaces/esolve-media-record.interface.mjs +2 -0
  424. package/esm2022/media/lib/interfaces/index.mjs +8 -0
  425. package/esm2022/media/lib/ng-esolve-connect-media.module.mjs +45 -0
  426. package/esm2022/media/lib/services/esolve-media-layout.service.mjs +146 -0
  427. package/esm2022/media/lib/services/esolve-media.service.mjs +115 -0
  428. package/esm2022/media/lib/services/index.mjs +3 -0
  429. package/esm2022/media/lib/types/esolve-media-layout-section-type.type.mjs +2 -0
  430. package/esm2022/media/lib/types/index.mjs +2 -0
  431. package/esm2022/notifications/esolve-ng-esolve-connect-notifications.mjs +5 -0
  432. package/esm2022/notifications/index.mjs +6 -0
  433. package/esm2022/notifications/lib/classes/esolve-notification-button-action.model.mjs +15 -0
  434. package/esm2022/notifications/lib/classes/esolve-notification-dates.model.mjs +7 -0
  435. package/esm2022/notifications/lib/classes/esolve-system-notification-type.model.mjs +16 -0
  436. package/esm2022/notifications/lib/classes/esolve-system-notification.model.mjs +28 -0
  437. package/esm2022/notifications/lib/classes/index.mjs +5 -0
  438. package/esm2022/notifications/lib/interfaces/esolve-notification-button-action-record.interface.mjs +2 -0
  439. package/esm2022/notifications/lib/interfaces/esolve-notification-date-record.interface.mjs +2 -0
  440. package/esm2022/notifications/lib/interfaces/esolve-notification-dates-record.interface.mjs +2 -0
  441. package/esm2022/notifications/lib/interfaces/esolve-system-notification-options.interface.mjs +2 -0
  442. package/esm2022/notifications/lib/interfaces/esolve-system-notification-record.interface.mjs +2 -0
  443. package/esm2022/notifications/lib/interfaces/esolve-system-notification-type-record.interface.mjs +2 -0
  444. package/esm2022/notifications/lib/interfaces/index.mjs +7 -0
  445. package/esm2022/notifications/lib/ng-esolve-connect-notifications.module.mjs +16 -0
  446. package/esm2022/notifications/lib/services/esolve-notifications.service.mjs +50 -0
  447. package/esm2022/notifications/lib/services/index.mjs +2 -0
  448. package/esm2022/notifications/lib/types/esolve-notification-position.type.mjs +2 -0
  449. package/esm2022/notifications/lib/types/esolve-notification-size.type.mjs +2 -0
  450. package/esm2022/notifications/lib/types/esolve-notification-type.type.mjs +2 -0
  451. package/esm2022/notifications/lib/types/index.mjs +4 -0
  452. package/esm2022/survey/esolve-ng-esolve-connect-survey.mjs +5 -0
  453. package/esm2022/survey/index.mjs +6 -0
  454. package/esm2022/survey/lib/classes/esolve-survey-answer-result.model.mjs +11 -0
  455. package/esm2022/survey/lib/classes/esolve-survey-check-question.model.mjs +11 -0
  456. package/esm2022/survey/lib/classes/esolve-survey-input-question.model.mjs +11 -0
  457. package/esm2022/survey/lib/classes/esolve-survey-options-question.model.mjs +24 -0
  458. package/esm2022/survey/lib/classes/esolve-survey-question.model.mjs +10 -0
  459. package/esm2022/survey/lib/classes/esolve-survey-radio-question.model.mjs +11 -0
  460. package/esm2022/survey/lib/classes/esolve-survey-rating-question.model.mjs +17 -0
  461. package/esm2022/survey/lib/classes/esolve-survey-select-question.model.mjs +27 -0
  462. package/esm2022/survey/lib/classes/esolve-survey-text-question.model.mjs +10 -0
  463. package/esm2022/survey/lib/classes/esolve-survey-textarea-question.model.mjs +11 -0
  464. package/esm2022/survey/lib/classes/esolve-survey-values-question.model.mjs +11 -0
  465. package/esm2022/survey/lib/classes/esolve-survey.model.mjs +60 -0
  466. package/esm2022/survey/lib/classes/index.mjs +13 -0
  467. package/esm2022/survey/lib/interfaces/esolve-survey-answer-response.interface.mjs +2 -0
  468. package/esm2022/survey/lib/interfaces/esolve-survey-option.interface.mjs +2 -0
  469. package/esm2022/survey/lib/interfaces/esolve-survey-options-question-record.interface.mjs +2 -0
  470. package/esm2022/survey/lib/interfaces/esolve-survey-options.interface.mjs +2 -0
  471. package/esm2022/survey/lib/interfaces/esolve-survey-question-record.type.mjs +2 -0
  472. package/esm2022/survey/lib/interfaces/esolve-survey-record.interface.mjs +2 -0
  473. package/esm2022/survey/lib/interfaces/esolve-survey-text-question-record.interface.mjs +2 -0
  474. package/esm2022/survey/lib/interfaces/esolve-survey-values-question-record.interface.mjs +2 -0
  475. package/esm2022/survey/lib/interfaces/index.mjs +9 -0
  476. package/esm2022/survey/lib/ng-esolve-connect-survey.module.mjs +16 -0
  477. package/esm2022/survey/lib/services/esolve-survey.service.mjs +106 -0
  478. package/esm2022/survey/lib/services/index.mjs +2 -0
  479. package/esm2022/survey/lib/types/esolve-survey-options-question-type.type.mjs +2 -0
  480. package/esm2022/survey/lib/types/esolve-survey-question-record-list.type.mjs +2 -0
  481. package/esm2022/survey/lib/types/esolve-survey-question-type.type.mjs +2 -0
  482. package/esm2022/survey/lib/types/esolve-survey-text-question-type.type.mjs +2 -0
  483. package/esm2022/survey/lib/types/esolve-survey-type.type.mjs +2 -0
  484. package/esm2022/survey/lib/types/esolve-survey-values-question-type.type.mjs +2 -0
  485. package/esm2022/survey/lib/types/index.mjs +7 -0
  486. package/fesm2022/esolve-ng-esolve-connect-media.mjs +485 -0
  487. package/fesm2022/esolve-ng-esolve-connect-media.mjs.map +1 -0
  488. package/fesm2022/esolve-ng-esolve-connect-notifications.mjs +131 -0
  489. package/fesm2022/esolve-ng-esolve-connect-notifications.mjs.map +1 -0
  490. package/fesm2022/esolve-ng-esolve-connect-survey.mjs +321 -0
  491. package/fesm2022/esolve-ng-esolve-connect-survey.mjs.map +1 -0
  492. package/fesm2022/esolve-ng-esolve-connect.mjs +6300 -0
  493. package/fesm2022/esolve-ng-esolve-connect.mjs.map +1 -0
  494. package/index.d.ts +38 -38
  495. package/lib/account/address/esolve-address-record.interface.d.ts +18 -18
  496. package/lib/account/address/esolve-address-response.interface.d.ts +8 -8
  497. package/lib/account/address/esolve-address-result.model.d.ts +10 -10
  498. package/lib/account/address/esolve-address-set-data.interface.d.ts +17 -17
  499. package/lib/account/address/esolve-address-type.type.d.ts +1 -1
  500. package/lib/account/address/esolve-address.model.d.ts +18 -18
  501. package/lib/account/address/index.d.ts +6 -6
  502. package/lib/account/confirmation/esolve-account-confirmation-post-response-item.interface.d.ts +7 -7
  503. package/lib/account/confirmation/esolve-account-confirmation-result.model.d.ts +8 -8
  504. package/lib/account/confirmation/index.d.ts +2 -2
  505. package/lib/account/esolve-account.service.d.ts +64 -64
  506. package/lib/account/esolve-geocode-result.interface.d.ts +16 -16
  507. package/lib/account/index.d.ts +7 -7
  508. package/lib/account/location/classes/esolve-location-update-result.model.d.ts +5 -5
  509. package/lib/account/location/classes/index.d.ts +1 -1
  510. package/lib/account/location/index.d.ts +2 -2
  511. package/lib/account/location/interfaces/esolve-location-options.interface.d.ts +4 -4
  512. package/lib/account/location/interfaces/index.d.ts +1 -1
  513. package/lib/account/password/esolve-change-password-result.model.d.ts +5 -5
  514. package/lib/account/password/esolve-forgot-password-get-result.interface.d.ts +3 -3
  515. package/lib/account/password/esolve-forgot-password-response.interface.d.ts +9 -9
  516. package/lib/account/password/esolve-reset-password-result.model.d.ts +9 -9
  517. package/lib/account/password/index.d.ts +4 -4
  518. package/lib/account/registration/esolve-registration-data.interface.d.ts +15 -15
  519. package/lib/account/registration/esolve-registration-post-response-item.interface.d.ts +9 -9
  520. package/lib/account/registration/esolve-registration-result.model.d.ts +10 -10
  521. package/lib/account/registration/index.d.ts +3 -3
  522. package/lib/account/user-account/classes/esolve-statement-ageing.model.d.ts +6 -6
  523. package/lib/account/user-account/classes/esolve-statement-balances.model.d.ts +7 -7
  524. package/lib/account/user-account/classes/esolve-statement-transaction.model.d.ts +12 -12
  525. package/lib/account/user-account/classes/esolve-statement.model.d.ts +8 -8
  526. package/lib/account/user-account/classes/esolve-user-account-business.model.d.ts +8 -8
  527. package/lib/account/user-account/classes/esolve-user-account-contact.model.d.ts +7 -7
  528. package/lib/account/user-account/classes/esolve-user-account-result.model.d.ts +5 -5
  529. package/lib/account/user-account/classes/esolve-user-account.model.d.ts +21 -21
  530. package/lib/account/user-account/classes/esolve-user-client-account-balances.model.d.ts +12 -12
  531. package/lib/account/user-account/classes/esolve-user-client-account.model.d.ts +43 -43
  532. package/lib/account/user-account/classes/index.d.ts +10 -10
  533. package/lib/account/user-account/index.d.ts +2 -2
  534. package/lib/account/user-account/interfaces/esolve-statement-ageing-record.interface.d.ts +4 -4
  535. package/lib/account/user-account/interfaces/esolve-statement-balances-record.interface.d.ts +5 -5
  536. package/lib/account/user-account/interfaces/esolve-statement-record.interface.d.ts +6 -6
  537. package/lib/account/user-account/interfaces/esolve-statement-transaction-record.interface.d.ts +10 -10
  538. package/lib/account/user-account/interfaces/esolve-user-account-data.interface.d.ts +17 -17
  539. package/lib/account/user-account/interfaces/esolve-user-account-record.interface.d.ts +23 -23
  540. package/lib/account/user-account/interfaces/esolve-user-client-account-balances-record.interface.d.ts +11 -11
  541. package/lib/account/user-account/interfaces/esolve-user-client-account-record.interface.d.ts +41 -41
  542. package/lib/account/user-account/interfaces/index.d.ts +8 -8
  543. package/lib/auth/esolve-auth-interceptor.service.d.ts +13 -13
  544. package/lib/auth/esolve-auth.service.d.ts +26 -28
  545. package/lib/auth/index.d.ts +5 -3
  546. package/lib/auth/interfaces/esolve-auth-check-data.interface.d.ts +4 -0
  547. package/lib/auth/interfaces/esolve-auth-data.interface.d.ts +7 -0
  548. package/lib/auth/interfaces/esolve-auth-get-data.interface.d.ts +3 -0
  549. package/lib/auth/interfaces/esolve-auth-response.interface.d.ts +7 -0
  550. package/lib/auth/interfaces/esolve-login-post-response-item.interface.d.ts +6 -0
  551. package/lib/auth/interfaces/index.d.ts +5 -0
  552. package/lib/auth/providers/esolve-eurus-auto-login.provider.d.ts +2 -0
  553. package/lib/auth/providers/index.d.ts +1 -0
  554. package/lib/auth/types/esolve-auth-check-response.type.d.ts +2 -0
  555. package/lib/auth/types/esolve-auth-get-response.type.d.ts +2 -0
  556. package/lib/auth/types/esolve-auth-response-data.type.d.ts +2 -0
  557. package/lib/auth/types/esolve-auth-result.type.d.ts +3 -0
  558. package/lib/auth/types/index.d.ts +4 -0
  559. package/lib/banners/esolve-banner-image-hotspot-coords.interface.d.ts +4 -4
  560. package/lib/banners/esolve-banner-image-hotspot-record.interface.d.ts +8 -8
  561. package/lib/banners/esolve-banner-image-hotspot.model.d.ts +9 -9
  562. package/lib/banners/esolve-banner-image-record.interface.d.ts +10 -10
  563. package/lib/banners/esolve-banner-image-set.interface.d.ts +6 -6
  564. package/lib/banners/esolve-banner-image-type.type.d.ts +1 -1
  565. package/lib/banners/esolve-banner-image.model.d.ts +12 -12
  566. package/lib/banners/esolve-banner-link.interface.d.ts +5 -5
  567. package/lib/banners/esolve-banner-record.interface.d.ts +18 -18
  568. package/lib/banners/esolve-banner-type.type.d.ts +1 -1
  569. package/lib/banners/esolve-banner.model.d.ts +18 -18
  570. package/lib/banners/esolve-banner.service.d.ts +26 -26
  571. package/lib/banners/index.d.ts +9 -9
  572. package/lib/cart/classes/esolve-cart-item.model.d.ts +25 -25
  573. package/lib/cart/classes/esolve-cart-stock-item.model.d.ts +35 -35
  574. package/lib/cart/classes/esolve-cart-totals.model.d.ts +50 -50
  575. package/lib/cart/classes/esolve-checkout-result.model.d.ts +7 -7
  576. package/lib/cart/classes/esolve-empty-cart-result.model.d.ts +3 -3
  577. package/lib/cart/classes/esolve-transaction-analytics-data.model.d.ts +11 -11
  578. package/lib/cart/classes/index.d.ts +6 -6
  579. package/lib/cart/esolve-cart.service.d.ts +85 -85
  580. package/lib/cart/index.d.ts +4 -4
  581. package/lib/cart/interfaces/esolve-cart-additional-where.interface.d.ts +6 -6
  582. package/lib/cart/interfaces/esolve-cart-item-record.interface.d.ts +39 -39
  583. package/lib/cart/interfaces/esolve-cart-item-response.interface.d.ts +5 -5
  584. package/lib/cart/interfaces/esolve-cart-set-item.interface.d.ts +7 -7
  585. package/lib/cart/interfaces/esolve-cart-totals-record.interface.d.ts +7 -7
  586. package/lib/cart/interfaces/esolve-checkout-response.interface.d.ts +5 -5
  587. package/lib/cart/interfaces/esolve-time-slot-checkout.interface.d.ts +5 -5
  588. package/lib/cart/interfaces/esolve-tracking-code.interface.d.ts +3 -3
  589. package/lib/cart/interfaces/esolve-transaction-analytics-data-record.interface.d.ts +6 -6
  590. package/lib/cart/interfaces/index.d.ts +9 -9
  591. package/lib/cart/types/esolve-cart-empty-response.type.d.ts +2 -2
  592. package/lib/cart/types/esolve-cart-set-action.type.d.ts +1 -1
  593. package/lib/cart/types/esolve-cart.type.d.ts +2 -2
  594. package/lib/cart/types/index.d.ts +3 -3
  595. package/lib/category-tree/esolve-category-identifier.interface.d.ts +4 -4
  596. package/lib/category-tree/esolve-category-record.interface.d.ts +18 -18
  597. package/lib/category-tree/esolve-category-tree-item-options.interface.d.ts +18 -18
  598. package/lib/category-tree/esolve-category-tree-item-record.interface.d.ts +17 -17
  599. package/lib/category-tree/esolve-category-tree-item.model.d.ts +24 -24
  600. package/lib/category-tree/esolve-category-tree.service.d.ts +41 -41
  601. package/lib/category-tree/esolve-subcategory-record.interface.d.ts +18 -18
  602. package/lib/category-tree/index.d.ts +6 -6
  603. package/lib/core/esolve-config.service.d.ts +22 -22
  604. package/lib/core/esolve-connect-config.constant.d.ts +3 -3
  605. package/lib/core/esolve-connect.config.d.ts +73 -73
  606. package/lib/core/index.d.ts +3 -3
  607. package/lib/coupons/classes/esolve-coupon.model.d.ts +20 -20
  608. package/lib/coupons/classes/index.d.ts +1 -1
  609. package/lib/coupons/esolve-coupons.service.d.ts +40 -40
  610. package/lib/coupons/index.d.ts +4 -4
  611. package/lib/coupons/interfaces/esolve-coupon-record.interface.d.ts +8 -8
  612. package/lib/coupons/interfaces/esolve-coupon-validation-error.interface.d.ts +4 -4
  613. package/lib/coupons/interfaces/esolve-coupon-validation-result.interface.d.ts +4 -4
  614. package/lib/coupons/interfaces/esolve-coupon-validation.interface.d.ts +6 -6
  615. package/lib/coupons/interfaces/index.d.ts +4 -4
  616. package/lib/coupons/types/esolve-coupons-cache.type.d.ts +1 -1
  617. package/lib/coupons/types/index.d.ts +1 -1
  618. package/lib/enquiry/esolve-enquiry-response.type.d.ts +2 -2
  619. package/lib/enquiry/esolve-enquiry-result.model.d.ts +6 -6
  620. package/lib/enquiry/esolve-enquiry.service.d.ts +17 -17
  621. package/lib/enquiry/index.d.ts +3 -3
  622. package/lib/images/directives/cdn-src.directive.d.ts +22 -22
  623. package/lib/images/directives/index.d.ts +1 -1
  624. package/lib/images/esolve-image-loader.provider.d.ts +2 -2
  625. package/lib/images/functions/index.d.ts +3 -3
  626. package/lib/images/functions/is-esolve-cdn-path.function.d.ts +1 -1
  627. package/lib/images/functions/is-legacy-esolve-cdn-path.function.d.ts +1 -1
  628. package/lib/images/functions/process-image-src.function.d.ts +1 -1
  629. package/lib/images/index.d.ts +3 -3
  630. package/lib/locations/classes/esolve-location-address.model.d.ts +11 -11
  631. package/lib/locations/classes/esolve-location-contact-info.model.d.ts +7 -7
  632. package/lib/locations/classes/esolve-location-geo.model.d.ts +6 -6
  633. package/lib/locations/classes/esolve-location-pobox-address.model.d.ts +6 -6
  634. package/lib/locations/classes/esolve-location-trading-day.model.d.ts +5 -5
  635. package/lib/locations/classes/esolve-location-trading-times.model.d.ts +13 -13
  636. package/lib/locations/classes/esolve-location.model.d.ts +28 -28
  637. package/lib/locations/classes/index.d.ts +7 -7
  638. package/lib/locations/esolve-locations.service.d.ts +37 -37
  639. package/lib/locations/index.d.ts +3 -3
  640. package/lib/locations/interfaces/esolve-location-record.interface.d.ts +53 -53
  641. package/lib/locations/interfaces/index.d.ts +1 -1
  642. package/lib/manufacturers/esolve-manufacturer-image-size.type.d.ts +1 -1
  643. package/lib/manufacturers/esolve-manufacturer-options.interface.d.ts +3 -3
  644. package/lib/manufacturers/esolve-manufacturer-record.interface.d.ts +16 -16
  645. package/lib/manufacturers/esolve-manufacturer.model.d.ts +22 -22
  646. package/lib/manufacturers/esolve-manufacturers.service.d.ts +19 -19
  647. package/lib/manufacturers/index.d.ts +5 -5
  648. package/lib/menu/classes/esolve-menu-item.model.d.ts +13 -13
  649. package/lib/menu/classes/index.d.ts +1 -1
  650. package/lib/menu/esolve-menu.service.d.ts +14 -14
  651. package/lib/menu/index.d.ts +4 -4
  652. package/lib/menu/interfaces/esolve-menu-tree-record.interface.d.ts +20 -20
  653. package/lib/menu/interfaces/index.d.ts +1 -1
  654. package/lib/menu/types/esolve-menu.type.d.ts +2 -2
  655. package/lib/menu/types/index.d.ts +1 -1
  656. package/lib/news/esolve-news-article-author-record.interface.d.ts +9 -9
  657. package/lib/news/esolve-news-article-author.model.d.ts +7 -7
  658. package/lib/news/esolve-news-article-list.model.d.ts +7 -7
  659. package/lib/news/esolve-news-article-options.interface.d.ts +12 -12
  660. package/lib/news/esolve-news-article-record.interface.d.ts +31 -31
  661. package/lib/news/esolve-news-article.model.d.ts +28 -28
  662. package/lib/news/esolve-news-group-record.interface.d.ts +7 -7
  663. package/lib/news/esolve-news-group.model.d.ts +11 -11
  664. package/lib/news/esolve-news.service.d.ts +21 -21
  665. package/lib/news/index.d.ts +9 -9
  666. package/lib/ng-esolve-connect.module.d.ts +11 -11
  667. package/lib/payment/classes/esolve-banking-details.model.d.ts +9 -9
  668. package/lib/payment/classes/esolve-payment-method.model.d.ts +36 -36
  669. package/lib/payment/classes/esolve-payment-result.model.d.ts +28 -28
  670. package/lib/payment/classes/esolve-vault-item-result.model.d.ts +10 -10
  671. package/lib/payment/classes/esolve-vault-item.model.d.ts +11 -11
  672. package/lib/payment/classes/index.d.ts +5 -5
  673. package/lib/payment/esolve-payment.service.d.ts +94 -94
  674. package/lib/payment/index.d.ts +4 -4
  675. package/lib/payment/interfaces/esolve-card-data.interface.d.ts +7 -7
  676. package/lib/payment/interfaces/esolve-payment-form-input.interface.d.ts +4 -4
  677. package/lib/payment/interfaces/esolve-payment-method-options.interface.d.ts +5 -5
  678. package/lib/payment/interfaces/esolve-payment-method-record.interface.d.ts +38 -38
  679. package/lib/payment/interfaces/esolve-payment-redirect-links.interface.d.ts +4 -4
  680. package/lib/payment/interfaces/esolve-payment-response.interface.d.ts +28 -28
  681. package/lib/payment/interfaces/esolve-payment-set-body.interface.d.ts +15 -15
  682. package/lib/payment/interfaces/esolve-payment-status.interface.d.ts +3 -3
  683. package/lib/payment/interfaces/esolve-vault-record.interface.d.ts +11 -11
  684. package/lib/payment/interfaces/esolve-vault-response.interface.d.ts +9 -9
  685. package/lib/payment/interfaces/index.d.ts +8 -8
  686. package/lib/payment/types/esolve-integration-type.type.d.ts +1 -1
  687. package/lib/payment/types/esolve-service-provider.type.d.ts +1 -1
  688. package/lib/payment/types/index.d.ts +2 -2
  689. package/lib/ranges/esolve-range-options.interface.d.ts +4 -4
  690. package/lib/ranges/esolve-range-record.interface.d.ts +17 -17
  691. package/lib/ranges/esolve-range.model.d.ts +19 -19
  692. package/lib/ranges/esolve-ranges.service.d.ts +19 -19
  693. package/lib/ranges/index.d.ts +4 -4
  694. package/lib/session/esolve-session-metadata.service.d.ts +19 -19
  695. package/lib/session/esolve-session.service.d.ts +56 -35
  696. package/lib/session/index.d.ts +3 -5
  697. package/lib/session/interfaces/esolve-session-data.interface.d.ts +3 -0
  698. package/lib/session/interfaces/esolve-session.interface.d.ts +5 -0
  699. package/lib/session/interfaces/index.d.ts +2 -0
  700. package/lib/shared/assets/esolve-asset-list.type.d.ts +3 -3
  701. package/lib/shared/assets/esolve-asset-options.interface.d.ts +15 -15
  702. package/lib/shared/assets/esolve-asset-record.interface.d.ts +27 -27
  703. package/lib/shared/assets/esolve-asset-type.type.d.ts +1 -1
  704. package/lib/shared/assets/esolve-asset.model.d.ts +39 -39
  705. package/lib/shared/assets/esolve-assets.service.d.ts +19 -19
  706. package/lib/shared/assets/esolve-linked-asset-record.interface.d.ts +8 -8
  707. package/lib/shared/assets/esolve-linked-asset.model.d.ts +10 -10
  708. package/lib/shared/assets/index.d.ts +8 -8
  709. package/lib/shared/cookie/esolve-cookie.service.d.ts +12 -36
  710. package/lib/shared/custom-fields/esolve-custom-fields.interface.d.ts +3 -3
  711. package/lib/shared/custom-fields/index.d.ts +1 -1
  712. package/lib/shared/errors/esolve-error-handler.service.d.ts +17 -17
  713. package/lib/shared/errors/esolve-http-error.model.d.ts +6 -6
  714. package/lib/shared/errors/index.d.ts +2 -2
  715. package/lib/shared/esolve-hex-hash.function.d.ts +13 -13
  716. package/lib/shared/esolve-list.model.d.ts +7 -7
  717. package/lib/shared/esolve-result.model.d.ts +6 -6
  718. package/lib/shared/esolve-url-target.type.d.ts +1 -1
  719. package/lib/shared/filters/classes/esolve-multiple-select-filter.model.d.ts +14 -14
  720. package/lib/shared/filters/classes/esolve-range-filter.model.d.ts +18 -18
  721. package/lib/shared/filters/classes/esolve-single-select-filter.model.d.ts +15 -15
  722. package/lib/shared/filters/classes/esolve-toggle-filter.model.d.ts +12 -12
  723. package/lib/shared/filters/classes/index.d.ts +4 -4
  724. package/lib/shared/filters/esolve-filter-factory.d.ts +12 -12
  725. package/lib/shared/filters/index.d.ts +4 -4
  726. package/lib/shared/filters/interfaces/esolve-filter-definitions.interface.d.ts +6 -6
  727. package/lib/shared/filters/interfaces/esolve-filter-record.interface.d.ts +5 -5
  728. package/lib/shared/filters/interfaces/esolve-filter.interface.d.ts +10 -10
  729. package/lib/shared/filters/interfaces/esolve-range-filter-record.interface.d.ts +7 -7
  730. package/lib/shared/filters/interfaces/esolve-select-filter-record.interface.d.ts +6 -6
  731. package/lib/shared/filters/interfaces/esolve-select-filter.interface.d.ts +4 -4
  732. package/lib/shared/filters/interfaces/index.d.ts +6 -6
  733. package/lib/shared/filters/types/esolve-filter-list.type.d.ts +2 -2
  734. package/lib/shared/filters/types/esolve-filter-record-list.type.d.ts +2 -2
  735. package/lib/shared/filters/types/esolve-filter-toggle.type.d.ts +1 -1
  736. package/lib/shared/filters/types/esolve-filter-type.type.d.ts +4 -4
  737. package/lib/shared/filters/types/esolve-range-filter-type.type.d.ts +1 -1
  738. package/lib/shared/filters/types/esolve-select-filter-type.type.d.ts +1 -1
  739. package/lib/shared/filters/types/index.d.ts +5 -5
  740. package/lib/shared/geocoder/esolve-geocode-address-record.interface.d.ts +9 -9
  741. package/lib/shared/geocoder/esolve-geocode-address-result.model.d.ts +10 -10
  742. package/lib/shared/geocoder/esolve-geocode-coords-result.model.d.ts +5 -5
  743. package/lib/shared/geocoder/esolve-geocode-result-record.interface.d.ts +10 -10
  744. package/lib/shared/geocoder/esolve-geocode-result.model.d.ts +11 -11
  745. package/lib/shared/geocoder/esolve-geocoder.service.d.ts +15 -15
  746. package/lib/shared/geocoder/index.d.ts +6 -6
  747. package/lib/shared/response/esolve-delete-response.interface.d.ts +5 -5
  748. package/lib/shared/response/esolve-delete-result.interface.d.ts +6 -6
  749. package/lib/shared/response/esolve-get-response.interface.d.ts +4 -4
  750. package/lib/shared/response/esolve-post-response-item.interface.d.ts +9 -9
  751. package/lib/shared/response/esolve-post-response-status.interface.d.ts +5 -5
  752. package/lib/shared/response/esolve-response-handler.service.d.ts +17 -17
  753. package/lib/shared/response/esolve-response-log-item.interface.d.ts +5 -5
  754. package/lib/shared/response/esolve-response-result.model.d.ts +7 -7
  755. package/lib/shared/response/esolve-response.interface.d.ts +8 -8
  756. package/lib/shared/response/esolve-set-response.interface.d.ts +5 -5
  757. package/lib/shared/response/index.d.ts +10 -10
  758. package/lib/shared/seo/esolve-seo-details.interface.d.ts +4 -4
  759. package/lib/shared/seo/esolve-seo-info.model.d.ts +9 -9
  760. package/lib/shared/seo/esolve-seo.service.d.ts +28 -28
  761. package/lib/shared/seo/index.d.ts +3 -3
  762. package/lib/shared/sort/esolve-sort-order.type.d.ts +1 -1
  763. package/lib/shared/sort/esolve-sort.interface.d.ts +5 -5
  764. package/lib/shared/sort/index.d.ts +2 -2
  765. package/lib/shipping/classes/esolve-shipping-cost.model.d.ts +6 -6
  766. package/lib/shipping/classes/esolve-shipping-method.model.d.ts +32 -32
  767. package/lib/shipping/classes/esolve-shipping-totals.model.d.ts +6 -6
  768. package/lib/shipping/classes/esolve-time-slot-config.model.d.ts +8 -8
  769. package/lib/shipping/classes/esolve-time-slot-date.model.d.ts +7 -7
  770. package/lib/shipping/classes/esolve-time-slot-days.model.d.ts +11 -11
  771. package/lib/shipping/classes/esolve-time-slot-times.model.d.ts +6 -6
  772. package/lib/shipping/classes/esolve-time-slot.model.d.ts +12 -12
  773. package/lib/shipping/classes/index.d.ts +8 -8
  774. package/lib/shipping/esolve-shipping.service.d.ts +55 -55
  775. package/lib/shipping/index.d.ts +4 -4
  776. package/lib/shipping/interfaces/esolve-shipping-cost-record.interface.d.ts +9 -9
  777. package/lib/shipping/interfaces/esolve-shipping-method-options.interface.d.ts +4 -4
  778. package/lib/shipping/interfaces/esolve-shipping-method-record.interface.d.ts +31 -31
  779. package/lib/shipping/interfaces/esolve-time-slot-config-record.interface.d.ts +6 -6
  780. package/lib/shipping/interfaces/esolve-time-slot-date-record.interface.d.ts +6 -6
  781. package/lib/shipping/interfaces/esolve-time-slot-days-record.interface.d.ts +9 -9
  782. package/lib/shipping/interfaces/esolve-time-slot-record.interface.d.ts +10 -10
  783. package/lib/shipping/interfaces/esolve-time-slot-times-record.interface.d.ts +4 -4
  784. package/lib/shipping/interfaces/index.d.ts +8 -8
  785. package/lib/shipping/types/esolve-insurance-calculation-method.type.d.ts +1 -1
  786. package/lib/shipping/types/esolve-shipping-calculation-method.type.d.ts +1 -1
  787. package/lib/shipping/types/esolve-shipping-location.type.d.ts +1 -1
  788. package/lib/shipping/types/index.d.ts +3 -3
  789. package/lib/specials/esolve-special-dates.model.d.ts +5 -5
  790. package/lib/specials/esolve-special-image-collection-record.interface.d.ts +6 -6
  791. package/lib/specials/esolve-special-image-collection.model.d.ts +9 -9
  792. package/lib/specials/esolve-special-image-record.interface.d.ts +6 -6
  793. package/lib/specials/esolve-special-image.model.d.ts +8 -8
  794. package/lib/specials/esolve-special-options.interface.d.ts +6 -6
  795. package/lib/specials/esolve-special-record.interface.d.ts +26 -26
  796. package/lib/specials/esolve-special.model.d.ts +23 -23
  797. package/lib/specials/esolve-specials.service.d.ts +19 -19
  798. package/lib/specials/index.d.ts +9 -9
  799. package/lib/stock/classes/esolve-additional-stock-image.model.d.ts +10 -10
  800. package/lib/stock/classes/esolve-colour.model.d.ts +7 -7
  801. package/lib/stock/classes/esolve-dependant-item.model.d.ts +8 -8
  802. package/lib/stock/classes/esolve-linked-stock-item.model.d.ts +7 -7
  803. package/lib/stock/classes/esolve-media-stock-item.model.d.ts +6 -6
  804. package/lib/stock/classes/esolve-recipe-stock-item.model.d.ts +7 -7
  805. package/lib/stock/classes/esolve-stock-badge.model.d.ts +9 -9
  806. package/lib/stock/classes/esolve-stock-group-item.model.d.ts +6 -6
  807. package/lib/stock/classes/esolve-stock-group.model.d.ts +8 -8
  808. package/lib/stock/classes/esolve-stock-image-collection.model.d.ts +9 -9
  809. package/lib/stock/classes/esolve-stock-image.model.d.ts +27 -27
  810. package/lib/stock/classes/esolve-stock-item-base.model.d.ts +231 -231
  811. package/lib/stock/classes/esolve-stock-item-list.model.d.ts +11 -11
  812. package/lib/stock/classes/esolve-stock-item.model.d.ts +16 -16
  813. package/lib/stock/classes/esolve-stock-lead-times.model.d.ts +6 -6
  814. package/lib/stock/classes/esolve-stock-price.model.d.ts +57 -57
  815. package/lib/stock/classes/esolve-stock-transaction-history.model.d.ts +5 -5
  816. package/lib/stock/classes/index.d.ts +16 -16
  817. package/lib/stock/esolve-stock.service.d.ts +99 -99
  818. package/lib/stock/index.d.ts +4 -4
  819. package/lib/stock/interfaces/esolve-additional-stock-image-record.interface.d.ts +8 -8
  820. package/lib/stock/interfaces/esolve-colour-record.interface.d.ts +5 -5
  821. package/lib/stock/interfaces/esolve-dependant-item-record.interface.d.ts +6 -6
  822. package/lib/stock/interfaces/esolve-linked-stock-record.interface.d.ts +7 -7
  823. package/lib/stock/interfaces/esolve-media-stock-item-options.interface.d.ts +13 -13
  824. package/lib/stock/interfaces/esolve-recipe-item-record.interface.d.ts +7 -7
  825. package/lib/stock/interfaces/esolve-recipe-stock-options.interface.d.ts +7 -7
  826. package/lib/stock/interfaces/esolve-stock-badge-record.interface.d.ts +8 -8
  827. package/lib/stock/interfaces/esolve-stock-base-record.interface.d.ts +73 -73
  828. package/lib/stock/interfaces/esolve-stock-filter-options.interface.d.ts +8 -8
  829. package/lib/stock/interfaces/esolve-stock-image-collection-record.interface.d.ts +7 -7
  830. package/lib/stock/interfaces/esolve-stock-item-options.interface.d.ts +22 -22
  831. package/lib/stock/interfaces/esolve-stock-lead-times-record.interface.d.ts +4 -4
  832. package/lib/stock/interfaces/esolve-stock-linked-category-record.interface.d.ts +5 -5
  833. package/lib/stock/interfaces/esolve-stock-record.interface.d.ts +11 -11
  834. package/lib/stock/interfaces/index.d.ts +15 -15
  835. package/lib/stock/types/esolve-media-stock-item-list.type.d.ts +7 -7
  836. package/lib/stock/types/esolve-media-stock-item-record.type.d.ts +3 -3
  837. package/lib/stock/types/esolve-media-stock-sort-field.type.d.ts +2 -2
  838. package/lib/stock/types/esolve-stock-group-item-record.type.d.ts +3 -3
  839. package/lib/stock/types/esolve-stock-image-size.type.d.ts +1 -1
  840. package/lib/stock/types/esolve-stock-sort-field.type.d.ts +1 -1
  841. package/lib/stock/types/esolve-stock-unit-of-measure.type.d.ts +1 -1
  842. package/lib/stock/types/index.d.ts +7 -7
  843. package/lib/suppliers/classes/esolve-supplier.model.d.ts +26 -26
  844. package/lib/suppliers/classes/index.d.ts +1 -1
  845. package/lib/suppliers/esolve-suppliers.service.d.ts +16 -16
  846. package/lib/suppliers/index.d.ts +3 -3
  847. package/lib/suppliers/interfaces/esolve-supplier-options.interface.d.ts +4 -4
  848. package/lib/suppliers/interfaces/esolve-supplier-record.interface.d.ts +24 -24
  849. package/lib/suppliers/interfaces/index.d.ts +2 -2
  850. package/lib/tags/esolve-tag-options.interface.d.ts +6 -6
  851. package/lib/tags/esolve-tag-phrase-match-mode.type.d.ts +1 -1
  852. package/lib/tags/esolve-tag-record.interface.d.ts +7 -7
  853. package/lib/tags/esolve-tag.model.d.ts +18 -18
  854. package/lib/tags/esolve-tags.service.d.ts +22 -22
  855. package/lib/tags/index.d.ts +5 -5
  856. package/lib/topics/esolve-topic-record.interface.d.ts +6 -6
  857. package/lib/topics/esolve-topic.model.d.ts +7 -7
  858. package/lib/topics/esolve-topic.service.d.ts +20 -20
  859. package/lib/topics/index.d.ts +3 -3
  860. package/lib/transactions/classes/esolve-transaction-address.model.d.ts +15 -15
  861. package/lib/transactions/classes/esolve-transaction-client.model.d.ts +11 -11
  862. package/lib/transactions/classes/esolve-transaction-item-price.model.d.ts +35 -35
  863. package/lib/transactions/classes/esolve-transaction-item.model.d.ts +39 -39
  864. package/lib/transactions/classes/esolve-transaction-list.model.d.ts +4 -4
  865. package/lib/transactions/classes/esolve-transaction-location.model.d.ts +3 -3
  866. package/lib/transactions/classes/esolve-transaction-payment-method.model.d.ts +8 -8
  867. package/lib/transactions/classes/esolve-transaction-shipping-method.model.d.ts +10 -10
  868. package/lib/transactions/classes/esolve-transaction-user.model.d.ts +9 -9
  869. package/lib/transactions/classes/esolve-transaction.model.d.ts +39 -39
  870. package/lib/transactions/classes/index.d.ts +10 -10
  871. package/lib/transactions/esolve-transactions.service.d.ts +24 -26
  872. package/lib/transactions/index.d.ts +4 -4
  873. package/lib/transactions/interfaces/esolve-transaction-client-record.interface.d.ts +10 -10
  874. package/lib/transactions/interfaces/esolve-transaction-item-record.interface.d.ts +21 -21
  875. package/lib/transactions/interfaces/esolve-transaction-options.interface.d.ts +11 -11
  876. package/lib/transactions/interfaces/esolve-transaction-payment-method-record.interface.d.ts +7 -7
  877. package/lib/transactions/interfaces/esolve-transaction-record.interface.d.ts +51 -51
  878. package/lib/transactions/interfaces/esolve-transaction-shipping-method-record.interface.d.ts +9 -9
  879. package/lib/transactions/interfaces/esolve-transaction-user-record.interface.d.ts +8 -8
  880. package/lib/transactions/interfaces/index.d.ts +7 -7
  881. package/lib/transactions/types/esolve-transaction-location-record.type.d.ts +2 -2
  882. package/lib/transactions/types/esolve-transaction-type.type.d.ts +1 -1
  883. package/lib/transactions/types/index.d.ts +2 -2
  884. package/lib/wishlist/classes/esolve-empty-wishlist-result.model.d.ts +3 -3
  885. package/lib/wishlist/classes/esolve-wishlist-item.model.d.ts +13 -13
  886. package/lib/wishlist/classes/index.d.ts +2 -2
  887. package/lib/wishlist/esolve-wishlist.service.d.ts +53 -53
  888. package/lib/wishlist/index.d.ts +4 -4
  889. package/lib/wishlist/interfaces/esolve-wishlist-item-record.interface.d.ts +13 -13
  890. package/lib/wishlist/interfaces/esolve-wishlist-item-response.interface.d.ts +6 -6
  891. package/lib/wishlist/interfaces/esolve-wishlist-set-item.interface.d.ts +7 -7
  892. package/lib/wishlist/interfaces/index.d.ts +3 -3
  893. package/lib/wishlist/types/esolve-wishlist-set-action.type.d.ts +1 -1
  894. package/lib/wishlist/types/esolve-wishlist.type.d.ts +2 -2
  895. package/lib/wishlist/types/index.d.ts +2 -2
  896. package/media/index.d.ts +8 -8
  897. package/media/lib/classes/esolve-heading.model.d.ts +5 -5
  898. package/media/lib/classes/esolve-media-article.model.d.ts +23 -23
  899. package/media/lib/classes/esolve-media-group.model.d.ts +8 -8
  900. package/media/lib/classes/esolve-media-layout-section.model.d.ts +10 -10
  901. package/media/lib/classes/esolve-media-link.model.d.ts +8 -8
  902. package/media/lib/classes/index.d.ts +5 -5
  903. package/media/lib/components/index.d.ts +2 -2
  904. package/media/lib/components/media-layout/esolve-media-layout.component.d.ts +14 -14
  905. package/media/lib/components/media-section/esolve-media-section.component.d.ts +14 -14
  906. package/media/lib/esolve-connect-media-config.token.d.ts +3 -3
  907. package/media/lib/esolve-connect-media.config.d.ts +6 -6
  908. package/media/lib/interfaces/esolve-heading-record.interface.d.ts +5 -5
  909. package/media/lib/interfaces/esolve-layout-config.interface.d.ts +9 -9
  910. package/media/lib/interfaces/esolve-layout-section-config.interface.d.ts +7 -7
  911. package/media/lib/interfaces/esolve-media-group-record.interface.d.ts +6 -6
  912. package/media/lib/interfaces/esolve-media-layout-section-record.interface.d.ts +7 -7
  913. package/media/lib/interfaces/esolve-media-link-record.interface.d.ts +6 -6
  914. package/media/lib/interfaces/esolve-media-record.interface.d.ts +41 -41
  915. package/media/lib/interfaces/index.d.ts +7 -7
  916. package/media/lib/ng-esolve-connect-media.module.d.ts +15 -15
  917. package/media/lib/services/esolve-media-layout.service.d.ts +23 -23
  918. package/media/lib/services/esolve-media.service.d.ts +48 -48
  919. package/media/lib/services/index.d.ts +2 -2
  920. package/media/lib/types/esolve-media-layout-section-type.type.d.ts +1 -1
  921. package/media/lib/types/index.d.ts +1 -1
  922. package/notifications/index.d.ts +5 -5
  923. package/notifications/lib/classes/esolve-notification-button-action.model.d.ts +9 -9
  924. package/notifications/lib/classes/esolve-notification-dates.model.d.ts +6 -6
  925. package/notifications/lib/classes/esolve-system-notification-type.model.d.ts +12 -12
  926. package/notifications/lib/classes/esolve-system-notification.model.d.ts +16 -16
  927. package/notifications/lib/classes/index.d.ts +4 -4
  928. package/notifications/lib/interfaces/esolve-notification-button-action-record.interface.d.ts +7 -7
  929. package/notifications/lib/interfaces/esolve-notification-date-record.interface.d.ts +4 -4
  930. package/notifications/lib/interfaces/esolve-notification-dates-record.interface.d.ts +5 -5
  931. package/notifications/lib/interfaces/esolve-system-notification-options.interface.d.ts +3 -3
  932. package/notifications/lib/interfaces/esolve-system-notification-record.interface.d.ts +14 -14
  933. package/notifications/lib/interfaces/esolve-system-notification-type-record.interface.d.ts +10 -10
  934. package/notifications/lib/interfaces/index.d.ts +6 -6
  935. package/notifications/lib/ng-esolve-connect-notifications.module.d.ts +7 -7
  936. package/notifications/lib/services/esolve-notifications.service.d.ts +15 -15
  937. package/notifications/lib/services/index.d.ts +1 -1
  938. package/notifications/lib/types/esolve-notification-position.type.d.ts +1 -1
  939. package/notifications/lib/types/esolve-notification-size.type.d.ts +1 -1
  940. package/notifications/lib/types/esolve-notification-type.type.d.ts +1 -1
  941. package/notifications/lib/types/index.d.ts +3 -3
  942. package/package.json +17 -33
  943. package/survey/index.d.ts +5 -5
  944. package/survey/lib/classes/esolve-survey-answer-result.model.d.ts +6 -6
  945. package/survey/lib/classes/esolve-survey-check-question.model.d.ts +6 -6
  946. package/survey/lib/classes/esolve-survey-input-question.model.d.ts +6 -6
  947. package/survey/lib/classes/esolve-survey-options-question.model.d.ts +8 -8
  948. package/survey/lib/classes/esolve-survey-question.model.d.ts +11 -11
  949. package/survey/lib/classes/esolve-survey-radio-question.model.d.ts +6 -6
  950. package/survey/lib/classes/esolve-survey-rating-question.model.d.ts +7 -7
  951. package/survey/lib/classes/esolve-survey-select-question.model.d.ts +9 -9
  952. package/survey/lib/classes/esolve-survey-text-question.model.d.ts +7 -7
  953. package/survey/lib/classes/esolve-survey-textarea-question.model.d.ts +6 -6
  954. package/survey/lib/classes/esolve-survey-values-question.model.d.ts +6 -6
  955. package/survey/lib/classes/esolve-survey.model.d.ts +15 -15
  956. package/survey/lib/classes/index.d.ts +12 -12
  957. package/survey/lib/interfaces/esolve-survey-answer-response.interface.d.ts +4 -4
  958. package/survey/lib/interfaces/esolve-survey-option.interface.d.ts +4 -4
  959. package/survey/lib/interfaces/esolve-survey-options-question-record.interface.d.ts +7 -7
  960. package/survey/lib/interfaces/esolve-survey-options.interface.d.ts +5 -5
  961. package/survey/lib/interfaces/esolve-survey-question-record.type.d.ts +9 -9
  962. package/survey/lib/interfaces/esolve-survey-record.interface.d.ts +9 -9
  963. package/survey/lib/interfaces/esolve-survey-text-question-record.interface.d.ts +7 -7
  964. package/survey/lib/interfaces/esolve-survey-values-question-record.interface.d.ts +6 -6
  965. package/survey/lib/interfaces/index.d.ts +8 -8
  966. package/survey/lib/ng-esolve-connect-survey.module.d.ts +7 -7
  967. package/survey/lib/services/esolve-survey.service.d.ts +84 -84
  968. package/survey/lib/services/index.d.ts +1 -1
  969. package/survey/lib/types/esolve-survey-options-question-type.type.d.ts +1 -1
  970. package/survey/lib/types/esolve-survey-question-record-list.type.d.ts +2 -2
  971. package/survey/lib/types/esolve-survey-question-type.type.d.ts +4 -4
  972. package/survey/lib/types/esolve-survey-text-question-type.type.d.ts +1 -1
  973. package/survey/lib/types/esolve-survey-type.type.d.ts +1 -1
  974. package/survey/lib/types/esolve-survey-values-question-type.type.d.ts +1 -1
  975. package/survey/lib/types/index.d.ts +6 -6
  976. package/esm2020/esolve-ng-esolve-connect.mjs +0 -5
  977. package/esm2020/index.mjs +0 -67
  978. package/esm2020/lib/account/address/esolve-address-record.interface.mjs +0 -2
  979. package/esm2020/lib/account/address/esolve-address-response.interface.mjs +0 -2
  980. package/esm2020/lib/account/address/esolve-address-result.model.mjs +0 -11
  981. package/esm2020/lib/account/address/esolve-address-set-data.interface.mjs +0 -2
  982. package/esm2020/lib/account/address/esolve-address-type.type.mjs +0 -2
  983. package/esm2020/lib/account/address/esolve-address.model.mjs +0 -19
  984. package/esm2020/lib/account/address/index.mjs +0 -7
  985. package/esm2020/lib/account/confirmation/esolve-account-confirmation-post-response-item.interface.mjs +0 -2
  986. package/esm2020/lib/account/confirmation/esolve-account-confirmation-result.model.mjs +0 -10
  987. package/esm2020/lib/account/confirmation/index.mjs +0 -3
  988. package/esm2020/lib/account/esolve-account.service.mjs +0 -428
  989. package/esm2020/lib/account/esolve-geocode-result.interface.mjs +0 -2
  990. package/esm2020/lib/account/index.mjs +0 -8
  991. package/esm2020/lib/account/location/classes/esolve-location-update-result.model.mjs +0 -11
  992. package/esm2020/lib/account/location/classes/index.mjs +0 -2
  993. package/esm2020/lib/account/location/index.mjs +0 -3
  994. package/esm2020/lib/account/location/interfaces/esolve-location-options.interface.mjs +0 -2
  995. package/esm2020/lib/account/location/interfaces/index.mjs +0 -2
  996. package/esm2020/lib/account/password/esolve-change-password-result.model.mjs +0 -8
  997. package/esm2020/lib/account/password/esolve-forgot-password-get-result.interface.mjs +0 -2
  998. package/esm2020/lib/account/password/esolve-forgot-password-response.interface.mjs +0 -2
  999. package/esm2020/lib/account/password/esolve-reset-password-result.model.mjs +0 -11
  1000. package/esm2020/lib/account/password/index.mjs +0 -5
  1001. package/esm2020/lib/account/registration/esolve-registration-data.interface.mjs +0 -2
  1002. package/esm2020/lib/account/registration/esolve-registration-post-response-item.interface.mjs +0 -2
  1003. package/esm2020/lib/account/registration/esolve-registration-result.model.mjs +0 -12
  1004. package/esm2020/lib/account/registration/index.mjs +0 -4
  1005. package/esm2020/lib/account/user-account/classes/esolve-statement-ageing.model.mjs +0 -9
  1006. package/esm2020/lib/account/user-account/classes/esolve-statement-balances.model.mjs +0 -11
  1007. package/esm2020/lib/account/user-account/classes/esolve-statement-transaction.model.mjs +0 -15
  1008. package/esm2020/lib/account/user-account/classes/esolve-statement.model.mjs +0 -12
  1009. package/esm2020/lib/account/user-account/classes/esolve-user-account-business.model.mjs +0 -11
  1010. package/esm2020/lib/account/user-account/classes/esolve-user-account-contact.model.mjs +0 -10
  1011. package/esm2020/lib/account/user-account/classes/esolve-user-account-result.model.mjs +0 -9
  1012. package/esm2020/lib/account/user-account/classes/esolve-user-account.model.mjs +0 -24
  1013. package/esm2020/lib/account/user-account/classes/esolve-user-client-account-balances.model.mjs +0 -13
  1014. package/esm2020/lib/account/user-account/classes/esolve-user-client-account.model.mjs +0 -48
  1015. package/esm2020/lib/account/user-account/classes/index.mjs +0 -11
  1016. package/esm2020/lib/account/user-account/index.mjs +0 -3
  1017. package/esm2020/lib/account/user-account/interfaces/esolve-statement-ageing-record.interface.mjs +0 -2
  1018. package/esm2020/lib/account/user-account/interfaces/esolve-statement-balances-record.interface.mjs +0 -2
  1019. package/esm2020/lib/account/user-account/interfaces/esolve-statement-record.interface.mjs +0 -2
  1020. package/esm2020/lib/account/user-account/interfaces/esolve-statement-transaction-record.interface.mjs +0 -2
  1021. package/esm2020/lib/account/user-account/interfaces/esolve-user-account-data.interface.mjs +0 -2
  1022. package/esm2020/lib/account/user-account/interfaces/esolve-user-account-record.interface.mjs +0 -2
  1023. package/esm2020/lib/account/user-account/interfaces/esolve-user-client-account-balances-record.interface.mjs +0 -2
  1024. package/esm2020/lib/account/user-account/interfaces/esolve-user-client-account-record.interface.mjs +0 -2
  1025. package/esm2020/lib/account/user-account/interfaces/index.mjs +0 -9
  1026. package/esm2020/lib/auth/esolve-auth-check-data.interface.mjs +0 -2
  1027. package/esm2020/lib/auth/esolve-auth-check-response.type.mjs +0 -2
  1028. package/esm2020/lib/auth/esolve-auth-data.interface.mjs +0 -2
  1029. package/esm2020/lib/auth/esolve-auth-get-data.interface.mjs +0 -2
  1030. package/esm2020/lib/auth/esolve-auth-get-response.type.mjs +0 -2
  1031. package/esm2020/lib/auth/esolve-auth-interceptor.service.mjs +0 -45
  1032. package/esm2020/lib/auth/esolve-auth-response-data.type.mjs +0 -2
  1033. package/esm2020/lib/auth/esolve-auth-response.interface.mjs +0 -2
  1034. package/esm2020/lib/auth/esolve-auth-result.type.mjs +0 -2
  1035. package/esm2020/lib/auth/esolve-auth.service.mjs +0 -210
  1036. package/esm2020/lib/auth/esolve-login-post-response-item.interface.mjs +0 -2
  1037. package/esm2020/lib/auth/index.mjs +0 -4
  1038. package/esm2020/lib/banners/esolve-banner-image-hotspot-coords.interface.mjs +0 -2
  1039. package/esm2020/lib/banners/esolve-banner-image-hotspot-record.interface.mjs +0 -2
  1040. package/esm2020/lib/banners/esolve-banner-image-hotspot.model.mjs +0 -9
  1041. package/esm2020/lib/banners/esolve-banner-image-record.interface.mjs +0 -2
  1042. package/esm2020/lib/banners/esolve-banner-image-set.interface.mjs +0 -2
  1043. package/esm2020/lib/banners/esolve-banner-image-type.type.mjs +0 -2
  1044. package/esm2020/lib/banners/esolve-banner-image.model.mjs +0 -14
  1045. package/esm2020/lib/banners/esolve-banner-link.interface.mjs +0 -2
  1046. package/esm2020/lib/banners/esolve-banner-record.interface.mjs +0 -2
  1047. package/esm2020/lib/banners/esolve-banner-type.type.mjs +0 -2
  1048. package/esm2020/lib/banners/esolve-banner.model.mjs +0 -25
  1049. package/esm2020/lib/banners/esolve-banner.service.mjs +0 -101
  1050. package/esm2020/lib/banners/index.mjs +0 -14
  1051. package/esm2020/lib/cart/classes/esolve-cart-item.model.mjs +0 -26
  1052. package/esm2020/lib/cart/classes/esolve-cart-stock-item.model.mjs +0 -51
  1053. package/esm2020/lib/cart/classes/esolve-cart-totals.model.mjs +0 -39
  1054. package/esm2020/lib/cart/classes/esolve-checkout-result.model.mjs +0 -10
  1055. package/esm2020/lib/cart/classes/esolve-empty-cart-result.model.mjs +0 -4
  1056. package/esm2020/lib/cart/classes/esolve-transaction-analytics-data.model.mjs +0 -14
  1057. package/esm2020/lib/cart/classes/index.mjs +0 -7
  1058. package/esm2020/lib/cart/esolve-cart.service.mjs +0 -233
  1059. package/esm2020/lib/cart/index.mjs +0 -5
  1060. package/esm2020/lib/cart/interfaces/esolve-cart-additional-where.interface.mjs +0 -2
  1061. package/esm2020/lib/cart/interfaces/esolve-cart-item-record.interface.mjs +0 -2
  1062. package/esm2020/lib/cart/interfaces/esolve-cart-item-response.interface.mjs +0 -2
  1063. package/esm2020/lib/cart/interfaces/esolve-cart-set-item.interface.mjs +0 -2
  1064. package/esm2020/lib/cart/interfaces/esolve-cart-totals-record.interface.mjs +0 -2
  1065. package/esm2020/lib/cart/interfaces/esolve-checkout-response.interface.mjs +0 -2
  1066. package/esm2020/lib/cart/interfaces/esolve-time-slot-checkout.interface.mjs +0 -2
  1067. package/esm2020/lib/cart/interfaces/esolve-tracking-code.interface.mjs +0 -2
  1068. package/esm2020/lib/cart/interfaces/esolve-transaction-analytics-data-record.interface.mjs +0 -2
  1069. package/esm2020/lib/cart/interfaces/index.mjs +0 -10
  1070. package/esm2020/lib/cart/types/esolve-cart-empty-response.type.mjs +0 -2
  1071. package/esm2020/lib/cart/types/esolve-cart-set-action.type.mjs +0 -2
  1072. package/esm2020/lib/cart/types/esolve-cart.type.mjs +0 -2
  1073. package/esm2020/lib/cart/types/index.mjs +0 -4
  1074. package/esm2020/lib/category-tree/esolve-category-identifier.interface.mjs +0 -2
  1075. package/esm2020/lib/category-tree/esolve-category-record.interface.mjs +0 -2
  1076. package/esm2020/lib/category-tree/esolve-category-tree-item-options.interface.mjs +0 -2
  1077. package/esm2020/lib/category-tree/esolve-category-tree-item-record.interface.mjs +0 -2
  1078. package/esm2020/lib/category-tree/esolve-category-tree-item.model.mjs +0 -48
  1079. package/esm2020/lib/category-tree/esolve-category-tree.service.mjs +0 -153
  1080. package/esm2020/lib/category-tree/esolve-subcategory-record.interface.mjs +0 -2
  1081. package/esm2020/lib/category-tree/index.mjs +0 -7
  1082. package/esm2020/lib/core/esolve-config.service.mjs +0 -51
  1083. package/esm2020/lib/core/esolve-connect-config.constant.mjs +0 -3
  1084. package/esm2020/lib/core/esolve-connect.config.mjs +0 -2
  1085. package/esm2020/lib/core/index.mjs +0 -4
  1086. package/esm2020/lib/coupons/classes/esolve-coupon.model.mjs +0 -29
  1087. package/esm2020/lib/coupons/classes/index.mjs +0 -2
  1088. package/esm2020/lib/coupons/esolve-coupons.service.mjs +0 -230
  1089. package/esm2020/lib/coupons/index.mjs +0 -9
  1090. package/esm2020/lib/coupons/interfaces/esolve-coupon-record.interface.mjs +0 -2
  1091. package/esm2020/lib/coupons/interfaces/esolve-coupon-validation-error.interface.mjs +0 -2
  1092. package/esm2020/lib/coupons/interfaces/esolve-coupon-validation-result.interface.mjs +0 -2
  1093. package/esm2020/lib/coupons/interfaces/esolve-coupon-validation.interface.mjs +0 -2
  1094. package/esm2020/lib/coupons/interfaces/index.mjs +0 -5
  1095. package/esm2020/lib/coupons/types/esolve-coupons-cache.type.mjs +0 -2
  1096. package/esm2020/lib/coupons/types/index.mjs +0 -2
  1097. package/esm2020/lib/enquiry/esolve-enquiry-response.type.mjs +0 -2
  1098. package/esm2020/lib/enquiry/esolve-enquiry-result.model.mjs +0 -9
  1099. package/esm2020/lib/enquiry/esolve-enquiry.service.mjs +0 -42
  1100. package/esm2020/lib/enquiry/index.mjs +0 -4
  1101. package/esm2020/lib/images/directives/cdn-src.directive.mjs +0 -72
  1102. package/esm2020/lib/images/directives/index.mjs +0 -2
  1103. package/esm2020/lib/images/esolve-image-loader.provider.mjs +0 -13
  1104. package/esm2020/lib/images/functions/index.mjs +0 -4
  1105. package/esm2020/lib/images/functions/is-esolve-cdn-path.function.mjs +0 -5
  1106. package/esm2020/lib/images/functions/is-legacy-esolve-cdn-path.function.mjs +0 -5
  1107. package/esm2020/lib/images/functions/process-image-src.function.mjs +0 -33
  1108. package/esm2020/lib/images/index.mjs +0 -4
  1109. package/esm2020/lib/locations/classes/esolve-location-address.model.mjs +0 -13
  1110. package/esm2020/lib/locations/classes/esolve-location-contact-info.model.mjs +0 -9
  1111. package/esm2020/lib/locations/classes/esolve-location-geo.model.mjs +0 -8
  1112. package/esm2020/lib/locations/classes/esolve-location-pobox-address.model.mjs +0 -8
  1113. package/esm2020/lib/locations/classes/esolve-location-trading-day.model.mjs +0 -7
  1114. package/esm2020/lib/locations/classes/esolve-location-trading-times.model.mjs +0 -14
  1115. package/esm2020/lib/locations/classes/esolve-location.model.mjs +0 -49
  1116. package/esm2020/lib/locations/classes/index.mjs +0 -9
  1117. package/esm2020/lib/locations/esolve-locations.service.mjs +0 -82
  1118. package/esm2020/lib/locations/index.mjs +0 -4
  1119. package/esm2020/lib/locations/interfaces/esolve-location-record.interface.mjs +0 -2
  1120. package/esm2020/lib/locations/interfaces/index.mjs +0 -2
  1121. package/esm2020/lib/manufacturers/esolve-manufacturer-image-size.type.mjs +0 -2
  1122. package/esm2020/lib/manufacturers/esolve-manufacturer-options.interface.mjs +0 -2
  1123. package/esm2020/lib/manufacturers/esolve-manufacturer-record.interface.mjs +0 -2
  1124. package/esm2020/lib/manufacturers/esolve-manufacturer.model.mjs +0 -61
  1125. package/esm2020/lib/manufacturers/esolve-manufacturers.service.mjs +0 -71
  1126. package/esm2020/lib/manufacturers/index.mjs +0 -10
  1127. package/esm2020/lib/menu/classes/esolve-menu-item.model.mjs +0 -31
  1128. package/esm2020/lib/menu/classes/index.mjs +0 -2
  1129. package/esm2020/lib/menu/esolve-menu.service.mjs +0 -45
  1130. package/esm2020/lib/menu/index.mjs +0 -5
  1131. package/esm2020/lib/menu/interfaces/esolve-menu-tree-record.interface.mjs +0 -2
  1132. package/esm2020/lib/menu/interfaces/index.mjs +0 -2
  1133. package/esm2020/lib/menu/types/esolve-menu.type.mjs +0 -2
  1134. package/esm2020/lib/menu/types/index.mjs +0 -2
  1135. package/esm2020/lib/news/esolve-news-article-author-record.interface.mjs +0 -2
  1136. package/esm2020/lib/news/esolve-news-article-author.model.mjs +0 -9
  1137. package/esm2020/lib/news/esolve-news-article-list.model.mjs +0 -8
  1138. package/esm2020/lib/news/esolve-news-article-options.interface.mjs +0 -2
  1139. package/esm2020/lib/news/esolve-news-article-record.interface.mjs +0 -2
  1140. package/esm2020/lib/news/esolve-news-article.model.mjs +0 -73
  1141. package/esm2020/lib/news/esolve-news-group-record.interface.mjs +0 -2
  1142. package/esm2020/lib/news/esolve-news-group.model.mjs +0 -25
  1143. package/esm2020/lib/news/esolve-news.service.mjs +0 -117
  1144. package/esm2020/lib/news/index.mjs +0 -10
  1145. package/esm2020/lib/ng-esolve-connect.module.mjs +0 -38
  1146. package/esm2020/lib/payment/classes/esolve-banking-details.model.mjs +0 -11
  1147. package/esm2020/lib/payment/classes/esolve-payment-method.model.mjs +0 -37
  1148. package/esm2020/lib/payment/classes/esolve-payment-result.model.mjs +0 -37
  1149. package/esm2020/lib/payment/classes/esolve-vault-item-result.model.mjs +0 -20
  1150. package/esm2020/lib/payment/classes/esolve-vault-item.model.mjs +0 -20
  1151. package/esm2020/lib/payment/classes/index.mjs +0 -6
  1152. package/esm2020/lib/payment/esolve-payment.service.mjs +0 -234
  1153. package/esm2020/lib/payment/index.mjs +0 -5
  1154. package/esm2020/lib/payment/interfaces/esolve-card-data.interface.mjs +0 -2
  1155. package/esm2020/lib/payment/interfaces/esolve-payment-form-input.interface.mjs +0 -2
  1156. package/esm2020/lib/payment/interfaces/esolve-payment-method-options.interface.mjs +0 -2
  1157. package/esm2020/lib/payment/interfaces/esolve-payment-method-record.interface.mjs +0 -2
  1158. package/esm2020/lib/payment/interfaces/esolve-payment-redirect-links.interface.mjs +0 -2
  1159. package/esm2020/lib/payment/interfaces/esolve-payment-response.interface.mjs +0 -2
  1160. package/esm2020/lib/payment/interfaces/esolve-payment-set-body.interface.mjs +0 -2
  1161. package/esm2020/lib/payment/interfaces/esolve-payment-status.interface.mjs +0 -2
  1162. package/esm2020/lib/payment/interfaces/esolve-vault-record.interface.mjs +0 -2
  1163. package/esm2020/lib/payment/interfaces/esolve-vault-response.interface.mjs +0 -2
  1164. package/esm2020/lib/payment/interfaces/index.mjs +0 -10
  1165. package/esm2020/lib/payment/types/esolve-integration-type.type.mjs +0 -2
  1166. package/esm2020/lib/payment/types/esolve-service-provider.type.mjs +0 -2
  1167. package/esm2020/lib/payment/types/index.mjs +0 -3
  1168. package/esm2020/lib/ranges/esolve-range-options.interface.mjs +0 -2
  1169. package/esm2020/lib/ranges/esolve-range-record.interface.mjs +0 -2
  1170. package/esm2020/lib/ranges/esolve-range.model.mjs +0 -54
  1171. package/esm2020/lib/ranges/esolve-ranges.service.mjs +0 -76
  1172. package/esm2020/lib/ranges/index.mjs +0 -5
  1173. package/esm2020/lib/session/esolve-session-data.interface.mjs +0 -2
  1174. package/esm2020/lib/session/esolve-session-metadata.service.mjs +0 -77
  1175. package/esm2020/lib/session/esolve-session.model.mjs +0 -37
  1176. package/esm2020/lib/session/esolve-session.service.mjs +0 -157
  1177. package/esm2020/lib/session/esolve-stored-session.interface.mjs +0 -2
  1178. package/esm2020/lib/session/index.mjs +0 -6
  1179. package/esm2020/lib/shared/assets/esolve-asset-list.type.mjs +0 -2
  1180. package/esm2020/lib/shared/assets/esolve-asset-options.interface.mjs +0 -2
  1181. package/esm2020/lib/shared/assets/esolve-asset-record.interface.mjs +0 -2
  1182. package/esm2020/lib/shared/assets/esolve-asset-type.type.mjs +0 -2
  1183. package/esm2020/lib/shared/assets/esolve-asset.model.mjs +0 -77
  1184. package/esm2020/lib/shared/assets/esolve-assets.service.mjs +0 -102
  1185. package/esm2020/lib/shared/assets/esolve-linked-asset-record.interface.mjs +0 -2
  1186. package/esm2020/lib/shared/assets/esolve-linked-asset.model.mjs +0 -10
  1187. package/esm2020/lib/shared/assets/index.mjs +0 -13
  1188. package/esm2020/lib/shared/cookie/esolve-cookie.service.mjs +0 -111
  1189. package/esm2020/lib/shared/custom-fields/esolve-custom-fields.interface.mjs +0 -2
  1190. package/esm2020/lib/shared/custom-fields/index.mjs +0 -2
  1191. package/esm2020/lib/shared/errors/esolve-error-handler.service.mjs +0 -94
  1192. package/esm2020/lib/shared/errors/esolve-http-error.model.mjs +0 -15
  1193. package/esm2020/lib/shared/errors/index.mjs +0 -3
  1194. package/esm2020/lib/shared/esolve-hex-hash.function.mjs +0 -26
  1195. package/esm2020/lib/shared/esolve-list.model.mjs +0 -9
  1196. package/esm2020/lib/shared/esolve-result.model.mjs +0 -8
  1197. package/esm2020/lib/shared/esolve-url-target.type.mjs +0 -2
  1198. package/esm2020/lib/shared/filters/classes/esolve-multiple-select-filter.model.mjs +0 -30
  1199. package/esm2020/lib/shared/filters/classes/esolve-range-filter.model.mjs +0 -45
  1200. package/esm2020/lib/shared/filters/classes/esolve-single-select-filter.model.mjs +0 -33
  1201. package/esm2020/lib/shared/filters/classes/esolve-toggle-filter.model.mjs +0 -21
  1202. package/esm2020/lib/shared/filters/classes/index.mjs +0 -6
  1203. package/esm2020/lib/shared/filters/esolve-filter-factory.mjs +0 -59
  1204. package/esm2020/lib/shared/filters/index.mjs +0 -5
  1205. package/esm2020/lib/shared/filters/interfaces/esolve-filter-definitions.interface.mjs +0 -2
  1206. package/esm2020/lib/shared/filters/interfaces/esolve-filter-record.interface.mjs +0 -2
  1207. package/esm2020/lib/shared/filters/interfaces/esolve-filter.interface.mjs +0 -2
  1208. package/esm2020/lib/shared/filters/interfaces/esolve-range-filter-record.interface.mjs +0 -2
  1209. package/esm2020/lib/shared/filters/interfaces/esolve-select-filter-record.interface.mjs +0 -2
  1210. package/esm2020/lib/shared/filters/interfaces/esolve-select-filter.interface.mjs +0 -2
  1211. package/esm2020/lib/shared/filters/interfaces/index.mjs +0 -8
  1212. package/esm2020/lib/shared/filters/types/esolve-filter-list.type.mjs +0 -2
  1213. package/esm2020/lib/shared/filters/types/esolve-filter-record-list.type.mjs +0 -2
  1214. package/esm2020/lib/shared/filters/types/esolve-filter-toggle.type.mjs +0 -2
  1215. package/esm2020/lib/shared/filters/types/esolve-filter-type.type.mjs +0 -2
  1216. package/esm2020/lib/shared/filters/types/esolve-range-filter-type.type.mjs +0 -2
  1217. package/esm2020/lib/shared/filters/types/esolve-select-filter-type.type.mjs +0 -2
  1218. package/esm2020/lib/shared/filters/types/index.mjs +0 -7
  1219. package/esm2020/lib/shared/geocoder/esolve-geocode-address-record.interface.mjs +0 -2
  1220. package/esm2020/lib/shared/geocoder/esolve-geocode-address-result.model.mjs +0 -12
  1221. package/esm2020/lib/shared/geocoder/esolve-geocode-coords-result.model.mjs +0 -7
  1222. package/esm2020/lib/shared/geocoder/esolve-geocode-result-record.interface.mjs +0 -2
  1223. package/esm2020/lib/shared/geocoder/esolve-geocode-result.model.mjs +0 -11
  1224. package/esm2020/lib/shared/geocoder/esolve-geocoder.service.mjs +0 -72
  1225. package/esm2020/lib/shared/geocoder/index.mjs +0 -7
  1226. package/esm2020/lib/shared/response/esolve-delete-response.interface.mjs +0 -2
  1227. package/esm2020/lib/shared/response/esolve-delete-result.interface.mjs +0 -2
  1228. package/esm2020/lib/shared/response/esolve-get-response.interface.mjs +0 -2
  1229. package/esm2020/lib/shared/response/esolve-post-response-item.interface.mjs +0 -2
  1230. package/esm2020/lib/shared/response/esolve-post-response-status.interface.mjs +0 -2
  1231. package/esm2020/lib/shared/response/esolve-response-handler.service.mjs +0 -33
  1232. package/esm2020/lib/shared/response/esolve-response-log-item.interface.mjs +0 -2
  1233. package/esm2020/lib/shared/response/esolve-response-result.model.mjs +0 -9
  1234. package/esm2020/lib/shared/response/esolve-response.interface.mjs +0 -2
  1235. package/esm2020/lib/shared/response/esolve-set-response.interface.mjs +0 -2
  1236. package/esm2020/lib/shared/response/index.mjs +0 -11
  1237. package/esm2020/lib/shared/seo/esolve-seo-details.interface.mjs +0 -2
  1238. package/esm2020/lib/shared/seo/esolve-seo-info.model.mjs +0 -11
  1239. package/esm2020/lib/shared/seo/esolve-seo.service.mjs +0 -106
  1240. package/esm2020/lib/shared/seo/index.mjs +0 -4
  1241. package/esm2020/lib/shared/sort/esolve-sort-order.type.mjs +0 -2
  1242. package/esm2020/lib/shared/sort/esolve-sort.interface.mjs +0 -2
  1243. package/esm2020/lib/shared/sort/index.mjs +0 -5
  1244. package/esm2020/lib/shipping/classes/esolve-shipping-cost.model.mjs +0 -12
  1245. package/esm2020/lib/shipping/classes/esolve-shipping-method.model.mjs +0 -33
  1246. package/esm2020/lib/shipping/classes/esolve-shipping-totals.model.mjs +0 -8
  1247. package/esm2020/lib/shipping/classes/esolve-time-slot-config.model.mjs +0 -17
  1248. package/esm2020/lib/shipping/classes/esolve-time-slot-date.model.mjs +0 -14
  1249. package/esm2020/lib/shipping/classes/esolve-time-slot-days.model.mjs +0 -21
  1250. package/esm2020/lib/shipping/classes/esolve-time-slot-times.model.mjs +0 -11
  1251. package/esm2020/lib/shipping/classes/esolve-time-slot.model.mjs +0 -19
  1252. package/esm2020/lib/shipping/classes/index.mjs +0 -9
  1253. package/esm2020/lib/shipping/esolve-shipping.service.mjs +0 -150
  1254. package/esm2020/lib/shipping/index.mjs +0 -5
  1255. package/esm2020/lib/shipping/interfaces/esolve-shipping-cost-record.interface.mjs +0 -2
  1256. package/esm2020/lib/shipping/interfaces/esolve-shipping-method-options.interface.mjs +0 -2
  1257. package/esm2020/lib/shipping/interfaces/esolve-shipping-method-record.interface.mjs +0 -2
  1258. package/esm2020/lib/shipping/interfaces/esolve-time-slot-config-record.interface.mjs +0 -2
  1259. package/esm2020/lib/shipping/interfaces/esolve-time-slot-date-record.interface.mjs +0 -2
  1260. package/esm2020/lib/shipping/interfaces/esolve-time-slot-days-record.interface.mjs +0 -2
  1261. package/esm2020/lib/shipping/interfaces/esolve-time-slot-record.interface.mjs +0 -2
  1262. package/esm2020/lib/shipping/interfaces/esolve-time-slot-times-record.interface.mjs +0 -2
  1263. package/esm2020/lib/shipping/interfaces/index.mjs +0 -9
  1264. package/esm2020/lib/shipping/types/esolve-insurance-calculation-method.type.mjs +0 -2
  1265. package/esm2020/lib/shipping/types/esolve-shipping-calculation-method.type.mjs +0 -2
  1266. package/esm2020/lib/shipping/types/esolve-shipping-location.type.mjs +0 -2
  1267. package/esm2020/lib/shipping/types/index.mjs +0 -4
  1268. package/esm2020/lib/specials/esolve-special-dates.model.mjs +0 -7
  1269. package/esm2020/lib/specials/esolve-special-image-collection-record.interface.mjs +0 -2
  1270. package/esm2020/lib/specials/esolve-special-image-collection.model.mjs +0 -25
  1271. package/esm2020/lib/specials/esolve-special-image-record.interface.mjs +0 -2
  1272. package/esm2020/lib/specials/esolve-special-image.model.mjs +0 -9
  1273. package/esm2020/lib/specials/esolve-special-options.interface.mjs +0 -2
  1274. package/esm2020/lib/specials/esolve-special-record.interface.mjs +0 -2
  1275. package/esm2020/lib/specials/esolve-special.model.mjs +0 -40
  1276. package/esm2020/lib/specials/esolve-specials.service.mjs +0 -82
  1277. package/esm2020/lib/specials/index.mjs +0 -10
  1278. package/esm2020/lib/stock/classes/esolve-additional-stock-image.model.mjs +0 -21
  1279. package/esm2020/lib/stock/classes/esolve-colour.model.mjs +0 -8
  1280. package/esm2020/lib/stock/classes/esolve-dependant-item.model.mjs +0 -11
  1281. package/esm2020/lib/stock/classes/esolve-linked-stock-item.model.mjs +0 -9
  1282. package/esm2020/lib/stock/classes/esolve-media-stock-item.model.mjs +0 -7
  1283. package/esm2020/lib/stock/classes/esolve-recipe-stock-item.model.mjs +0 -9
  1284. package/esm2020/lib/stock/classes/esolve-stock-badge.model.mjs +0 -11
  1285. package/esm2020/lib/stock/classes/esolve-stock-group-item.model.mjs +0 -7
  1286. package/esm2020/lib/stock/classes/esolve-stock-group.model.mjs +0 -13
  1287. package/esm2020/lib/stock/classes/esolve-stock-image-collection.model.mjs +0 -25
  1288. package/esm2020/lib/stock/classes/esolve-stock-image.model.mjs +0 -50
  1289. package/esm2020/lib/stock/classes/esolve-stock-item-base.model.mjs +0 -312
  1290. package/esm2020/lib/stock/classes/esolve-stock-item-list.model.mjs +0 -11
  1291. package/esm2020/lib/stock/classes/esolve-stock-item.model.mjs +0 -24
  1292. package/esm2020/lib/stock/classes/esolve-stock-lead-times.model.mjs +0 -9
  1293. package/esm2020/lib/stock/classes/esolve-stock-price.model.mjs +0 -52
  1294. package/esm2020/lib/stock/classes/esolve-stock-transaction-history.model.mjs +0 -7
  1295. package/esm2020/lib/stock/classes/index.mjs +0 -18
  1296. package/esm2020/lib/stock/esolve-stock.service.mjs +0 -418
  1297. package/esm2020/lib/stock/index.mjs +0 -6
  1298. package/esm2020/lib/stock/interfaces/esolve-additional-stock-image-record.interface.mjs +0 -2
  1299. package/esm2020/lib/stock/interfaces/esolve-colour-record.interface.mjs +0 -2
  1300. package/esm2020/lib/stock/interfaces/esolve-dependant-item-record.interface.mjs +0 -2
  1301. package/esm2020/lib/stock/interfaces/esolve-linked-stock-record.interface.mjs +0 -2
  1302. package/esm2020/lib/stock/interfaces/esolve-media-stock-item-options.interface.mjs +0 -2
  1303. package/esm2020/lib/stock/interfaces/esolve-recipe-item-record.interface.mjs +0 -2
  1304. package/esm2020/lib/stock/interfaces/esolve-recipe-stock-options.interface.mjs +0 -2
  1305. package/esm2020/lib/stock/interfaces/esolve-stock-badge-record.interface.mjs +0 -2
  1306. package/esm2020/lib/stock/interfaces/esolve-stock-base-record.interface.mjs +0 -2
  1307. package/esm2020/lib/stock/interfaces/esolve-stock-filter-options.interface.mjs +0 -2
  1308. package/esm2020/lib/stock/interfaces/esolve-stock-image-collection-record.interface.mjs +0 -2
  1309. package/esm2020/lib/stock/interfaces/esolve-stock-item-options.interface.mjs +0 -2
  1310. package/esm2020/lib/stock/interfaces/esolve-stock-lead-times-record.interface.mjs +0 -2
  1311. package/esm2020/lib/stock/interfaces/esolve-stock-linked-category-record.interface.mjs +0 -2
  1312. package/esm2020/lib/stock/interfaces/esolve-stock-record.interface.mjs +0 -2
  1313. package/esm2020/lib/stock/interfaces/index.mjs +0 -17
  1314. package/esm2020/lib/stock/types/esolve-media-stock-item-list.type.mjs +0 -2
  1315. package/esm2020/lib/stock/types/esolve-media-stock-item-record.type.mjs +0 -2
  1316. package/esm2020/lib/stock/types/esolve-media-stock-sort-field.type.mjs +0 -2
  1317. package/esm2020/lib/stock/types/esolve-stock-group-item-record.type.mjs +0 -2
  1318. package/esm2020/lib/stock/types/esolve-stock-image-size.type.mjs +0 -2
  1319. package/esm2020/lib/stock/types/esolve-stock-sort-field.type.mjs +0 -2
  1320. package/esm2020/lib/stock/types/esolve-stock-unit-of-measure.type.mjs +0 -2
  1321. package/esm2020/lib/stock/types/index.mjs +0 -9
  1322. package/esm2020/lib/suppliers/classes/esolve-supplier.model.mjs +0 -27
  1323. package/esm2020/lib/suppliers/classes/index.mjs +0 -2
  1324. package/esm2020/lib/suppliers/esolve-suppliers.service.mjs +0 -58
  1325. package/esm2020/lib/suppliers/index.mjs +0 -5
  1326. package/esm2020/lib/suppliers/interfaces/esolve-supplier-options.interface.mjs +0 -2
  1327. package/esm2020/lib/suppliers/interfaces/esolve-supplier-record.interface.mjs +0 -2
  1328. package/esm2020/lib/suppliers/interfaces/index.mjs +0 -3
  1329. package/esm2020/lib/tags/esolve-tag-options.interface.mjs +0 -2
  1330. package/esm2020/lib/tags/esolve-tag-phrase-match-mode.type.mjs +0 -2
  1331. package/esm2020/lib/tags/esolve-tag-record.interface.mjs +0 -2
  1332. package/esm2020/lib/tags/esolve-tag.model.mjs +0 -35
  1333. package/esm2020/lib/tags/esolve-tags.service.mjs +0 -78
  1334. package/esm2020/lib/tags/index.mjs +0 -10
  1335. package/esm2020/lib/topics/esolve-topic-record.interface.mjs +0 -2
  1336. package/esm2020/lib/topics/esolve-topic.model.mjs +0 -15
  1337. package/esm2020/lib/topics/esolve-topic.service.mjs +0 -55
  1338. package/esm2020/lib/topics/index.mjs +0 -4
  1339. package/esm2020/lib/transactions/classes/esolve-transaction-address.model.mjs +0 -16
  1340. package/esm2020/lib/transactions/classes/esolve-transaction-client.model.mjs +0 -13
  1341. package/esm2020/lib/transactions/classes/esolve-transaction-item-price.model.mjs +0 -25
  1342. package/esm2020/lib/transactions/classes/esolve-transaction-item.model.mjs +0 -72
  1343. package/esm2020/lib/transactions/classes/esolve-transaction-list.model.mjs +0 -4
  1344. package/esm2020/lib/transactions/classes/esolve-transaction-location.model.mjs +0 -4
  1345. package/esm2020/lib/transactions/classes/esolve-transaction-payment-method.model.mjs +0 -10
  1346. package/esm2020/lib/transactions/classes/esolve-transaction-shipping-method.model.mjs +0 -12
  1347. package/esm2020/lib/transactions/classes/esolve-transaction-user.model.mjs +0 -11
  1348. package/esm2020/lib/transactions/classes/esolve-transaction.model.mjs +0 -55
  1349. package/esm2020/lib/transactions/classes/index.mjs +0 -11
  1350. package/esm2020/lib/transactions/esolve-transactions.service.mjs +0 -137
  1351. package/esm2020/lib/transactions/index.mjs +0 -5
  1352. package/esm2020/lib/transactions/interfaces/esolve-transaction-client-record.interface.mjs +0 -2
  1353. package/esm2020/lib/transactions/interfaces/esolve-transaction-item-record.interface.mjs +0 -2
  1354. package/esm2020/lib/transactions/interfaces/esolve-transaction-options.interface.mjs +0 -2
  1355. package/esm2020/lib/transactions/interfaces/esolve-transaction-payment-method-record.interface.mjs +0 -2
  1356. package/esm2020/lib/transactions/interfaces/esolve-transaction-record.interface.mjs +0 -2
  1357. package/esm2020/lib/transactions/interfaces/esolve-transaction-shipping-method-record.interface.mjs +0 -2
  1358. package/esm2020/lib/transactions/interfaces/esolve-transaction-user-record.interface.mjs +0 -2
  1359. package/esm2020/lib/transactions/interfaces/index.mjs +0 -8
  1360. package/esm2020/lib/transactions/types/esolve-transaction-location-record.type.mjs +0 -2
  1361. package/esm2020/lib/transactions/types/esolve-transaction-type.type.mjs +0 -2
  1362. package/esm2020/lib/transactions/types/index.mjs +0 -3
  1363. package/esm2020/lib/wishlist/classes/esolve-empty-wishlist-result.model.mjs +0 -4
  1364. package/esm2020/lib/wishlist/classes/esolve-wishlist-item.model.mjs +0 -14
  1365. package/esm2020/lib/wishlist/classes/index.mjs +0 -3
  1366. package/esm2020/lib/wishlist/esolve-wishlist.service.mjs +0 -119
  1367. package/esm2020/lib/wishlist/index.mjs +0 -6
  1368. package/esm2020/lib/wishlist/interfaces/esolve-wishlist-item-record.interface.mjs +0 -2
  1369. package/esm2020/lib/wishlist/interfaces/esolve-wishlist-item-response.interface.mjs +0 -2
  1370. package/esm2020/lib/wishlist/interfaces/esolve-wishlist-set-item.interface.mjs +0 -2
  1371. package/esm2020/lib/wishlist/interfaces/index.mjs +0 -4
  1372. package/esm2020/lib/wishlist/types/esolve-wishlist-set-action.type.mjs +0 -2
  1373. package/esm2020/lib/wishlist/types/esolve-wishlist.type.mjs +0 -2
  1374. package/esm2020/lib/wishlist/types/index.mjs +0 -3
  1375. package/esm2020/media/esolve-ng-esolve-connect-media.mjs +0 -5
  1376. package/esm2020/media/index.mjs +0 -9
  1377. package/esm2020/media/lib/classes/esolve-heading.model.mjs +0 -7
  1378. package/esm2020/media/lib/classes/esolve-media-article.model.mjs +0 -72
  1379. package/esm2020/media/lib/classes/esolve-media-group.model.mjs +0 -15
  1380. package/esm2020/media/lib/classes/esolve-media-layout-section.model.mjs +0 -18
  1381. package/esm2020/media/lib/classes/esolve-media-link.model.mjs +0 -8
  1382. package/esm2020/media/lib/classes/index.mjs +0 -6
  1383. package/esm2020/media/lib/components/index.mjs +0 -3
  1384. package/esm2020/media/lib/components/media-layout/esolve-media-layout.component.mjs +0 -34
  1385. package/esm2020/media/lib/components/media-section/esolve-media-section.component.mjs +0 -46
  1386. package/esm2020/media/lib/esolve-connect-media-config.token.mjs +0 -3
  1387. package/esm2020/media/lib/esolve-connect-media.config.mjs +0 -2
  1388. package/esm2020/media/lib/interfaces/esolve-heading-record.interface.mjs +0 -2
  1389. package/esm2020/media/lib/interfaces/esolve-layout-config.interface.mjs +0 -2
  1390. package/esm2020/media/lib/interfaces/esolve-layout-section-config.interface.mjs +0 -2
  1391. package/esm2020/media/lib/interfaces/esolve-media-group-record.interface.mjs +0 -2
  1392. package/esm2020/media/lib/interfaces/esolve-media-layout-section-record.interface.mjs +0 -2
  1393. package/esm2020/media/lib/interfaces/esolve-media-link-record.interface.mjs +0 -2
  1394. package/esm2020/media/lib/interfaces/esolve-media-record.interface.mjs +0 -2
  1395. package/esm2020/media/lib/interfaces/index.mjs +0 -8
  1396. package/esm2020/media/lib/ng-esolve-connect-media.module.mjs +0 -44
  1397. package/esm2020/media/lib/services/esolve-media-layout.service.mjs +0 -145
  1398. package/esm2020/media/lib/services/esolve-media.service.mjs +0 -114
  1399. package/esm2020/media/lib/services/index.mjs +0 -3
  1400. package/esm2020/media/lib/types/esolve-media-layout-section-type.type.mjs +0 -2
  1401. package/esm2020/media/lib/types/index.mjs +0 -2
  1402. package/esm2020/notifications/esolve-ng-esolve-connect-notifications.mjs +0 -5
  1403. package/esm2020/notifications/index.mjs +0 -6
  1404. package/esm2020/notifications/lib/classes/esolve-notification-button-action.model.mjs +0 -15
  1405. package/esm2020/notifications/lib/classes/esolve-notification-dates.model.mjs +0 -7
  1406. package/esm2020/notifications/lib/classes/esolve-system-notification-type.model.mjs +0 -16
  1407. package/esm2020/notifications/lib/classes/esolve-system-notification.model.mjs +0 -28
  1408. package/esm2020/notifications/lib/classes/index.mjs +0 -5
  1409. package/esm2020/notifications/lib/interfaces/esolve-notification-button-action-record.interface.mjs +0 -2
  1410. package/esm2020/notifications/lib/interfaces/esolve-notification-date-record.interface.mjs +0 -2
  1411. package/esm2020/notifications/lib/interfaces/esolve-notification-dates-record.interface.mjs +0 -2
  1412. package/esm2020/notifications/lib/interfaces/esolve-system-notification-options.interface.mjs +0 -2
  1413. package/esm2020/notifications/lib/interfaces/esolve-system-notification-record.interface.mjs +0 -2
  1414. package/esm2020/notifications/lib/interfaces/esolve-system-notification-type-record.interface.mjs +0 -2
  1415. package/esm2020/notifications/lib/interfaces/index.mjs +0 -7
  1416. package/esm2020/notifications/lib/ng-esolve-connect-notifications.module.mjs +0 -15
  1417. package/esm2020/notifications/lib/services/esolve-notifications.service.mjs +0 -49
  1418. package/esm2020/notifications/lib/services/index.mjs +0 -2
  1419. package/esm2020/notifications/lib/types/esolve-notification-position.type.mjs +0 -2
  1420. package/esm2020/notifications/lib/types/esolve-notification-size.type.mjs +0 -2
  1421. package/esm2020/notifications/lib/types/esolve-notification-type.type.mjs +0 -2
  1422. package/esm2020/notifications/lib/types/index.mjs +0 -4
  1423. package/esm2020/survey/esolve-ng-esolve-connect-survey.mjs +0 -5
  1424. package/esm2020/survey/index.mjs +0 -6
  1425. package/esm2020/survey/lib/classes/esolve-survey-answer-result.model.mjs +0 -11
  1426. package/esm2020/survey/lib/classes/esolve-survey-check-question.model.mjs +0 -11
  1427. package/esm2020/survey/lib/classes/esolve-survey-input-question.model.mjs +0 -11
  1428. package/esm2020/survey/lib/classes/esolve-survey-options-question.model.mjs +0 -24
  1429. package/esm2020/survey/lib/classes/esolve-survey-question.model.mjs +0 -10
  1430. package/esm2020/survey/lib/classes/esolve-survey-radio-question.model.mjs +0 -11
  1431. package/esm2020/survey/lib/classes/esolve-survey-rating-question.model.mjs +0 -17
  1432. package/esm2020/survey/lib/classes/esolve-survey-select-question.model.mjs +0 -27
  1433. package/esm2020/survey/lib/classes/esolve-survey-text-question.model.mjs +0 -10
  1434. package/esm2020/survey/lib/classes/esolve-survey-textarea-question.model.mjs +0 -11
  1435. package/esm2020/survey/lib/classes/esolve-survey-values-question.model.mjs +0 -11
  1436. package/esm2020/survey/lib/classes/esolve-survey.model.mjs +0 -60
  1437. package/esm2020/survey/lib/classes/index.mjs +0 -13
  1438. package/esm2020/survey/lib/interfaces/esolve-survey-answer-response.interface.mjs +0 -2
  1439. package/esm2020/survey/lib/interfaces/esolve-survey-option.interface.mjs +0 -2
  1440. package/esm2020/survey/lib/interfaces/esolve-survey-options-question-record.interface.mjs +0 -2
  1441. package/esm2020/survey/lib/interfaces/esolve-survey-options.interface.mjs +0 -2
  1442. package/esm2020/survey/lib/interfaces/esolve-survey-question-record.type.mjs +0 -2
  1443. package/esm2020/survey/lib/interfaces/esolve-survey-record.interface.mjs +0 -2
  1444. package/esm2020/survey/lib/interfaces/esolve-survey-text-question-record.interface.mjs +0 -2
  1445. package/esm2020/survey/lib/interfaces/esolve-survey-values-question-record.interface.mjs +0 -2
  1446. package/esm2020/survey/lib/interfaces/index.mjs +0 -9
  1447. package/esm2020/survey/lib/ng-esolve-connect-survey.module.mjs +0 -15
  1448. package/esm2020/survey/lib/services/esolve-survey.service.mjs +0 -105
  1449. package/esm2020/survey/lib/services/index.mjs +0 -2
  1450. package/esm2020/survey/lib/types/esolve-survey-options-question-type.type.mjs +0 -2
  1451. package/esm2020/survey/lib/types/esolve-survey-question-record-list.type.mjs +0 -2
  1452. package/esm2020/survey/lib/types/esolve-survey-question-type.type.mjs +0 -2
  1453. package/esm2020/survey/lib/types/esolve-survey-text-question-type.type.mjs +0 -2
  1454. package/esm2020/survey/lib/types/esolve-survey-type.type.mjs +0 -2
  1455. package/esm2020/survey/lib/types/esolve-survey-values-question-type.type.mjs +0 -2
  1456. package/esm2020/survey/lib/types/index.mjs +0 -7
  1457. package/fesm2015/esolve-ng-esolve-connect-media.mjs +0 -493
  1458. package/fesm2015/esolve-ng-esolve-connect-media.mjs.map +0 -1
  1459. package/fesm2015/esolve-ng-esolve-connect-notifications.mjs +0 -133
  1460. package/fesm2015/esolve-ng-esolve-connect-notifications.mjs.map +0 -1
  1461. package/fesm2015/esolve-ng-esolve-connect-survey.mjs +0 -323
  1462. package/fesm2015/esolve-ng-esolve-connect-survey.mjs.map +0 -1
  1463. package/fesm2015/esolve-ng-esolve-connect.mjs +0 -6448
  1464. package/fesm2015/esolve-ng-esolve-connect.mjs.map +0 -1
  1465. package/fesm2020/esolve-ng-esolve-connect-media.mjs +0 -485
  1466. package/fesm2020/esolve-ng-esolve-connect-media.mjs.map +0 -1
  1467. package/fesm2020/esolve-ng-esolve-connect-notifications.mjs +0 -131
  1468. package/fesm2020/esolve-ng-esolve-connect-notifications.mjs.map +0 -1
  1469. package/fesm2020/esolve-ng-esolve-connect-survey.mjs +0 -321
  1470. package/fesm2020/esolve-ng-esolve-connect-survey.mjs.map +0 -1
  1471. package/fesm2020/esolve-ng-esolve-connect.mjs +0 -6361
  1472. package/fesm2020/esolve-ng-esolve-connect.mjs.map +0 -1
  1473. package/lib/auth/esolve-auth-check-data.interface.d.ts +0 -3
  1474. package/lib/auth/esolve-auth-check-response.type.d.ts +0 -3
  1475. package/lib/auth/esolve-auth-data.interface.d.ts +0 -5
  1476. package/lib/auth/esolve-auth-get-data.interface.d.ts +0 -3
  1477. package/lib/auth/esolve-auth-get-response.type.d.ts +0 -3
  1478. package/lib/auth/esolve-auth-response-data.type.d.ts +0 -3
  1479. package/lib/auth/esolve-auth-response.interface.d.ts +0 -7
  1480. package/lib/auth/esolve-auth-result.type.d.ts +0 -3
  1481. package/lib/auth/esolve-login-post-response-item.interface.d.ts +0 -6
  1482. package/lib/session/esolve-session-data.interface.d.ts +0 -3
  1483. package/lib/session/esolve-session.model.d.ts +0 -15
  1484. package/lib/session/esolve-stored-session.interface.d.ts +0 -6
@@ -1,4 +0,0 @@
1
- export * from './esolve-seo-details.interface';
2
- export * from './esolve-seo-info.model';
3
- export * from './esolve-seo.service';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hhcmVkL3Nlby9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxzQkFBc0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZXNvbHZlLXNlby1kZXRhaWxzLmludGVyZmFjZSc7XG5leHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS1zZW8taW5mby5tb2RlbCc7XG5leHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS1zZW8uc2VydmljZSc7XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNvcnQtb3JkZXIudHlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zaGFyZWQvc29ydC9lc29sdmUtc29ydC1vcmRlci50eXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBFc29sdmVTb3J0T3JkZXIgPSAnYXNjJyB8ICdkZXNjJztcbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNvcnQuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL3NoYXJlZC9zb3J0L2Vzb2x2ZS1zb3J0LmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRXNvbHZlU29ydE9yZGVyIH0gZnJvbSAnLi9lc29sdmUtc29ydC1vcmRlci50eXBlJztcblxuZXhwb3J0IGludGVyZmFjZSBFc29sdmVTb3J0PFQgZXh0ZW5kcyBzdHJpbmcgPSBzdHJpbmc+IHtcbiAgICBmaWVsZD86IFQ7XG4gICAgb3JkZXI/OiBFc29sdmVTb3J0T3JkZXI7XG59XG4iXX0=
@@ -1,5 +0,0 @@
1
- // Types
2
- export * from './esolve-sort-order.type';
3
- // Interfaces
4
- export * from './esolve-sort.interface';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hhcmVkL3NvcnQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsUUFBUTtBQUNSLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsYUFBYTtBQUNiLGNBQWMseUJBQXlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBUeXBlc1xuZXhwb3J0ICogZnJvbSAnLi9lc29sdmUtc29ydC1vcmRlci50eXBlJztcbi8vIEludGVyZmFjZXNcbmV4cG9ydCAqIGZyb20gJy4vZXNvbHZlLXNvcnQuaW50ZXJmYWNlJztcbiJdfQ==
@@ -1,12 +0,0 @@
1
- import { EsolveShippingTotals } from './esolve-shipping-totals.model';
2
- export class EsolveShippingCost {
3
- constructor(
4
- // Shipping
5
- shipping_total = 0, shipping_vat = 0, shipping_total_savings = 0,
6
- // Insurance
7
- insurance_total = 0, insurance_vat = 0, insurance_total_savings = 0) {
8
- this.shipping = new EsolveShippingTotals(shipping_total, shipping_vat, shipping_total_savings);
9
- this.insurance = new EsolveShippingTotals(insurance_total, insurance_vat, insurance_total_savings);
10
- }
11
- }
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNoaXBwaW5nLWNvc3QubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvY2xhc3Nlcy9lc29sdmUtc2hpcHBpbmctY29zdC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUV0RSxNQUFNLE9BQU8sa0JBQWtCO0lBSTNCO0lBQ0ksV0FBVztJQUNYLGNBQWMsR0FBRyxDQUFDLEVBQ2xCLFlBQVksR0FBRyxDQUFDLEVBQ2hCLHNCQUFzQixHQUFHLENBQUM7SUFDMUIsWUFBWTtJQUNaLGVBQWUsR0FBRyxDQUFDLEVBQ25CLGFBQWEsR0FBRyxDQUFDLEVBQ2pCLHVCQUF1QixHQUFHLENBQUM7UUFFM0IsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLG9CQUFvQixDQUNwQyxjQUFjLEVBQ2QsWUFBWSxFQUNaLHNCQUFzQixDQUN6QixDQUFDO1FBRUYsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLG9CQUFvQixDQUNyQyxlQUFlLEVBQ2YsYUFBYSxFQUNiLHVCQUF1QixDQUMxQixDQUFDO0lBQ04sQ0FBQztDQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRXNvbHZlU2hpcHBpbmdUb3RhbHMgfSBmcm9tICcuL2Vzb2x2ZS1zaGlwcGluZy10b3RhbHMubW9kZWwnO1xuXG5leHBvcnQgY2xhc3MgRXNvbHZlU2hpcHBpbmdDb3N0IHtcbiAgICBwdWJsaWMgc2hpcHBpbmc6IEVzb2x2ZVNoaXBwaW5nVG90YWxzO1xuICAgIHB1YmxpYyBpbnN1cmFuY2U6IEVzb2x2ZVNoaXBwaW5nVG90YWxzO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIC8vIFNoaXBwaW5nXG4gICAgICAgIHNoaXBwaW5nX3RvdGFsID0gMCxcbiAgICAgICAgc2hpcHBpbmdfdmF0ID0gMCxcbiAgICAgICAgc2hpcHBpbmdfdG90YWxfc2F2aW5ncyA9IDAsXG4gICAgICAgIC8vIEluc3VyYW5jZVxuICAgICAgICBpbnN1cmFuY2VfdG90YWwgPSAwLFxuICAgICAgICBpbnN1cmFuY2VfdmF0ID0gMCxcbiAgICAgICAgaW5zdXJhbmNlX3RvdGFsX3NhdmluZ3MgPSAwLFxuICAgICkge1xuICAgICAgICB0aGlzLnNoaXBwaW5nID0gbmV3IEVzb2x2ZVNoaXBwaW5nVG90YWxzKFxuICAgICAgICAgICAgc2hpcHBpbmdfdG90YWwsXG4gICAgICAgICAgICBzaGlwcGluZ192YXQsXG4gICAgICAgICAgICBzaGlwcGluZ190b3RhbF9zYXZpbmdzLFxuICAgICAgICApO1xuXG4gICAgICAgIHRoaXMuaW5zdXJhbmNlID0gbmV3IEVzb2x2ZVNoaXBwaW5nVG90YWxzKFxuICAgICAgICAgICAgaW5zdXJhbmNlX3RvdGFsLFxuICAgICAgICAgICAgaW5zdXJhbmNlX3ZhdCxcbiAgICAgICAgICAgIGluc3VyYW5jZV90b3RhbF9zYXZpbmdzLFxuICAgICAgICApO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,33 +0,0 @@
1
- export class EsolveShippingMethod {
2
- constructor(id, carrier_name, delivery_category, description, location, pricing, link_to_carrier_website, days_to_deliver, shipping_cost_calculation_method, insurance_cost_calculation_method, insurance_cost_percentage, metric_factor, allow_immediate_payment_processing, allow_postal_address, allow_physical_address, client_to_collect, is_default, location_id, use_zones, min_distance, max_distance, shipping_surge_condition, shipping_surge_percentage, sort_priority, shipping_group, shipping_slot_identifier, shipping_slot_delay_hours, image_url) {
3
- this.id = id;
4
- this.carrier_name = carrier_name;
5
- this.delivery_category = delivery_category;
6
- this.description = description;
7
- this.location = location;
8
- this.pricing = pricing;
9
- this.link_to_carrier_website = link_to_carrier_website;
10
- this.days_to_deliver = days_to_deliver;
11
- this.shipping_cost_calculation_method = shipping_cost_calculation_method;
12
- this.insurance_cost_calculation_method = insurance_cost_calculation_method;
13
- this.insurance_cost_percentage = insurance_cost_percentage;
14
- this.metric_factor = metric_factor;
15
- this.allow_immediate_payment_processing = allow_immediate_payment_processing;
16
- this.allow_postal_address = allow_postal_address;
17
- this.allow_physical_address = allow_physical_address;
18
- this.client_to_collect = client_to_collect;
19
- this.is_default = is_default;
20
- this.location_id = location_id;
21
- this.use_zones = use_zones;
22
- this.min_distance = min_distance;
23
- this.max_distance = max_distance;
24
- this.shipping_surge_condition = shipping_surge_condition;
25
- this.shipping_surge_percentage = shipping_surge_percentage;
26
- this.sort_priority = sort_priority;
27
- this.shipping_group = shipping_group;
28
- this.shipping_slot_identifier = shipping_slot_identifier;
29
- this.shipping_slot_delay_hours = shipping_slot_delay_hours;
30
- this.image_url = image_url;
31
- }
32
- }
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNoaXBwaW5nLW1ldGhvZC5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zaGlwcGluZy9jbGFzc2VzL2Vzb2x2ZS1zaGlwcGluZy1tZXRob2QubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBTUEsTUFBTSxPQUFPLG9CQUFvQjtJQUM3QixZQUNXLEVBQVUsRUFDVixZQUFvQixFQUNwQixpQkFBeUIsRUFDekIsV0FBbUIsRUFDbkIsUUFBZ0MsRUFDaEMsT0FBZSxFQUNmLHVCQUErQixFQUMvQixlQUF1QixFQUN2QixnQ0FBaUUsRUFDakUsaUNBQW1FLEVBQ25FLHlCQUFpQyxFQUNqQyxhQUFxQixFQUNyQixrQ0FBMkMsRUFDM0Msb0JBQTZCLEVBQzdCLHNCQUErQixFQUMvQixpQkFBMEIsRUFDMUIsVUFBbUIsRUFDbkIsV0FBbUIsRUFDbkIsU0FBa0IsRUFDbEIsWUFBb0IsRUFDcEIsWUFBb0IsRUFDcEIsd0JBQWdDLEVBQ2hDLHlCQUFpQyxFQUNqQyxhQUFxQixFQUNyQixjQUFzQixFQUN0Qix3QkFBZ0MsRUFDaEMseUJBQWlDLEVBQ2pDLFNBQWlCO1FBM0JqQixPQUFFLEdBQUYsRUFBRSxDQUFRO1FBQ1YsaUJBQVksR0FBWixZQUFZLENBQVE7UUFDcEIsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFRO1FBQ3pCLGdCQUFXLEdBQVgsV0FBVyxDQUFRO1FBQ25CLGFBQVEsR0FBUixRQUFRLENBQXdCO1FBQ2hDLFlBQU8sR0FBUCxPQUFPLENBQVE7UUFDZiw0QkFBdUIsR0FBdkIsdUJBQXVCLENBQVE7UUFDL0Isb0JBQWUsR0FBZixlQUFlLENBQVE7UUFDdkIscUNBQWdDLEdBQWhDLGdDQUFnQyxDQUFpQztRQUNqRSxzQ0FBaUMsR0FBakMsaUNBQWlDLENBQWtDO1FBQ25FLDhCQUF5QixHQUF6Qix5QkFBeUIsQ0FBUTtRQUNqQyxrQkFBYSxHQUFiLGFBQWEsQ0FBUTtRQUNyQix1Q0FBa0MsR0FBbEMsa0NBQWtDLENBQVM7UUFDM0MseUJBQW9CLEdBQXBCLG9CQUFvQixDQUFTO1FBQzdCLDJCQUFzQixHQUF0QixzQkFBc0IsQ0FBUztRQUMvQixzQkFBaUIsR0FBakIsaUJBQWlCLENBQVM7UUFDMUIsZUFBVSxHQUFWLFVBQVUsQ0FBUztRQUNuQixnQkFBVyxHQUFYLFdBQVcsQ0FBUTtRQUNuQixjQUFTLEdBQVQsU0FBUyxDQUFTO1FBQ2xCLGlCQUFZLEdBQVosWUFBWSxDQUFRO1FBQ3BCLGlCQUFZLEdBQVosWUFBWSxDQUFRO1FBQ3BCLDZCQUF3QixHQUF4Qix3QkFBd0IsQ0FBUTtRQUNoQyw4QkFBeUIsR0FBekIseUJBQXlCLENBQVE7UUFDakMsa0JBQWEsR0FBYixhQUFhLENBQVE7UUFDckIsbUJBQWMsR0FBZCxjQUFjLENBQVE7UUFDdEIsNkJBQXdCLEdBQXhCLHdCQUF3QixDQUFRO1FBQ2hDLDhCQUF5QixHQUF6Qix5QkFBeUIsQ0FBUTtRQUNqQyxjQUFTLEdBQVQsU0FBUyxDQUFRO0lBQ3pCLENBQUM7Q0FDUCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgRXNvbHZlU2hpcHBpbmdMb2NhdGlvbixcbiAgICBFc29sdmVTaGlwcGluZ0NhbGN1bGF0aW9uTWV0aG9kLFxuICAgIEVzb2x2ZUluc3VyYW5jZUNhbGN1bGF0aW9uTWV0aG9kLFxufSBmcm9tICcuLi90eXBlcyc7XG5cbmV4cG9ydCBjbGFzcyBFc29sdmVTaGlwcGluZ01ldGhvZCB7XG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHB1YmxpYyBpZDogbnVtYmVyLFxuICAgICAgICBwdWJsaWMgY2Fycmllcl9uYW1lOiBzdHJpbmcsXG4gICAgICAgIHB1YmxpYyBkZWxpdmVyeV9jYXRlZ29yeTogc3RyaW5nLFxuICAgICAgICBwdWJsaWMgZGVzY3JpcHRpb246IHN0cmluZyxcbiAgICAgICAgcHVibGljIGxvY2F0aW9uOiBFc29sdmVTaGlwcGluZ0xvY2F0aW9uLFxuICAgICAgICBwdWJsaWMgcHJpY2luZzogc3RyaW5nLFxuICAgICAgICBwdWJsaWMgbGlua190b19jYXJyaWVyX3dlYnNpdGU6IHN0cmluZyxcbiAgICAgICAgcHVibGljIGRheXNfdG9fZGVsaXZlcjogbnVtYmVyLFxuICAgICAgICBwdWJsaWMgc2hpcHBpbmdfY29zdF9jYWxjdWxhdGlvbl9tZXRob2Q6IEVzb2x2ZVNoaXBwaW5nQ2FsY3VsYXRpb25NZXRob2QsXG4gICAgICAgIHB1YmxpYyBpbnN1cmFuY2VfY29zdF9jYWxjdWxhdGlvbl9tZXRob2Q6IEVzb2x2ZUluc3VyYW5jZUNhbGN1bGF0aW9uTWV0aG9kLFxuICAgICAgICBwdWJsaWMgaW5zdXJhbmNlX2Nvc3RfcGVyY2VudGFnZTogbnVtYmVyLFxuICAgICAgICBwdWJsaWMgbWV0cmljX2ZhY3RvcjogbnVtYmVyLFxuICAgICAgICBwdWJsaWMgYWxsb3dfaW1tZWRpYXRlX3BheW1lbnRfcHJvY2Vzc2luZzogYm9vbGVhbixcbiAgICAgICAgcHVibGljIGFsbG93X3Bvc3RhbF9hZGRyZXNzOiBib29sZWFuLFxuICAgICAgICBwdWJsaWMgYWxsb3dfcGh5c2ljYWxfYWRkcmVzczogYm9vbGVhbixcbiAgICAgICAgcHVibGljIGNsaWVudF90b19jb2xsZWN0OiBib29sZWFuLFxuICAgICAgICBwdWJsaWMgaXNfZGVmYXVsdDogYm9vbGVhbixcbiAgICAgICAgcHVibGljIGxvY2F0aW9uX2lkOiBudW1iZXIsXG4gICAgICAgIHB1YmxpYyB1c2Vfem9uZXM6IGJvb2xlYW4sXG4gICAgICAgIHB1YmxpYyBtaW5fZGlzdGFuY2U6IG51bWJlcixcbiAgICAgICAgcHVibGljIG1heF9kaXN0YW5jZTogbnVtYmVyLFxuICAgICAgICBwdWJsaWMgc2hpcHBpbmdfc3VyZ2VfY29uZGl0aW9uOiBudW1iZXIsXG4gICAgICAgIHB1YmxpYyBzaGlwcGluZ19zdXJnZV9wZXJjZW50YWdlOiBudW1iZXIsXG4gICAgICAgIHB1YmxpYyBzb3J0X3ByaW9yaXR5OiBudW1iZXIsXG4gICAgICAgIHB1YmxpYyBzaGlwcGluZ19ncm91cDogc3RyaW5nLFxuICAgICAgICBwdWJsaWMgc2hpcHBpbmdfc2xvdF9pZGVudGlmaWVyOiBzdHJpbmcsXG4gICAgICAgIHB1YmxpYyBzaGlwcGluZ19zbG90X2RlbGF5X2hvdXJzOiBudW1iZXIsXG4gICAgICAgIHB1YmxpYyBpbWFnZV91cmw6IHN0cmluZyxcbiAgICApIHt9XG59XG4iXX0=
@@ -1,8 +0,0 @@
1
- export class EsolveShippingTotals {
2
- constructor(total, vat, savings) {
3
- this.total = total;
4
- this.vat = vat;
5
- this.savings = savings;
6
- }
7
- }
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNoaXBwaW5nLXRvdGFscy5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zaGlwcGluZy9jbGFzc2VzL2Vzb2x2ZS1zaGlwcGluZy10b3RhbHMubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLG9CQUFvQjtJQUM3QixZQUNXLEtBQWEsRUFDYixHQUFXLEVBQ1gsT0FBZTtRQUZmLFVBQUssR0FBTCxLQUFLLENBQVE7UUFDYixRQUFHLEdBQUgsR0FBRyxDQUFRO1FBQ1gsWUFBTyxHQUFQLE9BQU8sQ0FBUTtJQUN2QixDQUFDO0NBQ1AiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgRXNvbHZlU2hpcHBpbmdUb3RhbHMge1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwdWJsaWMgdG90YWw6IG51bWJlcixcbiAgICAgICAgcHVibGljIHZhdDogbnVtYmVyLFxuICAgICAgICBwdWJsaWMgc2F2aW5nczogbnVtYmVyLFxuICAgICkge31cbn1cbiJdfQ==
@@ -1,17 +0,0 @@
1
- import { EsolveTimeSlotDate } from './esolve-time-slot-date.model';
2
- import { EsolveTimeSlot } from './esolve-time-slot.model';
3
- export class EsolveTimeSlotConfig {
4
- constructor(record) {
5
- this.slots = [];
6
- this.dates = [];
7
- if (record) {
8
- for (const slot_record of record.slots) {
9
- this.slots.push(new EsolveTimeSlot(slot_record));
10
- }
11
- for (const date_record of record.dates) {
12
- this.dates.push(new EsolveTimeSlotDate(date_record));
13
- }
14
- }
15
- }
16
- }
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC1jb25maWcubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvY2xhc3Nlcy9lc29sdmUtdGltZS1zbG90LWNvbmZpZy5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNuRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFMUQsTUFBTSxPQUFPLG9CQUFvQjtJQUk3QixZQUFZLE1BQW1DO1FBSHhDLFVBQUssR0FBcUIsRUFBRSxDQUFDO1FBQzdCLFVBQUssR0FBeUIsRUFBRSxDQUFDO1FBR3BDLElBQUksTUFBTSxFQUFFO1lBQ1IsS0FBSyxNQUFNLFdBQVcsSUFBSSxNQUFNLENBQUMsS0FBSyxFQUFFO2dCQUNwQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLGNBQWMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDO2FBQ3BEO1lBRUQsS0FBSyxNQUFNLFdBQVcsSUFBSSxNQUFNLENBQUMsS0FBSyxFQUFFO2dCQUNwQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLGtCQUFrQixDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUM7YUFDeEQ7U0FDSjtJQUNMLENBQUM7Q0FDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVzb2x2ZVRpbWVTbG90Q29uZmlnUmVjb3JkIH0gZnJvbSAnLi4vaW50ZXJmYWNlcyc7XG5cbmltcG9ydCB7IEVzb2x2ZVRpbWVTbG90RGF0ZSB9IGZyb20gJy4vZXNvbHZlLXRpbWUtc2xvdC1kYXRlLm1vZGVsJztcbmltcG9ydCB7IEVzb2x2ZVRpbWVTbG90IH0gZnJvbSAnLi9lc29sdmUtdGltZS1zbG90Lm1vZGVsJztcblxuZXhwb3J0IGNsYXNzIEVzb2x2ZVRpbWVTbG90Q29uZmlnIHtcbiAgICBwdWJsaWMgc2xvdHM6IEVzb2x2ZVRpbWVTbG90W10gPSBbXTtcbiAgICBwdWJsaWMgZGF0ZXM6IEVzb2x2ZVRpbWVTbG90RGF0ZVtdID0gW107XG5cbiAgICBjb25zdHJ1Y3RvcihyZWNvcmQ/OiBFc29sdmVUaW1lU2xvdENvbmZpZ1JlY29yZCkge1xuICAgICAgICBpZiAocmVjb3JkKSB7XG4gICAgICAgICAgICBmb3IgKGNvbnN0IHNsb3RfcmVjb3JkIG9mIHJlY29yZC5zbG90cykge1xuICAgICAgICAgICAgICAgIHRoaXMuc2xvdHMucHVzaChuZXcgRXNvbHZlVGltZVNsb3Qoc2xvdF9yZWNvcmQpKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgZm9yIChjb25zdCBkYXRlX3JlY29yZCBvZiByZWNvcmQuZGF0ZXMpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmRhdGVzLnB1c2gobmV3IEVzb2x2ZVRpbWVTbG90RGF0ZShkYXRlX3JlY29yZCkpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxufVxuIl19
@@ -1,14 +0,0 @@
1
- export class EsolveTimeSlotDate {
2
- constructor(record) {
3
- this.time_slots_id = 0;
4
- this.available = 0;
5
- let timestamp = 0;
6
- if (record) {
7
- this.time_slots_id = record.time_slots_id;
8
- this.available = record.available;
9
- timestamp = record.timestamp * 1000;
10
- }
11
- this.date = new Date(timestamp);
12
- }
13
- }
14
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC1kYXRlLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL3NoaXBwaW5nL2NsYXNzZXMvZXNvbHZlLXRpbWUtc2xvdC1kYXRlLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sT0FBTyxrQkFBa0I7SUFLM0IsWUFBWSxNQUFpQztRQUp0QyxrQkFBYSxHQUFHLENBQUMsQ0FBQztRQUNsQixjQUFTLEdBQUcsQ0FBQyxDQUFDO1FBSWpCLElBQUksU0FBUyxHQUFHLENBQUMsQ0FBQztRQUVsQixJQUFJLE1BQU0sRUFBRTtZQUNSLElBQUksQ0FBQyxhQUFhLEdBQUcsTUFBTSxDQUFDLGFBQWEsQ0FBQztZQUMxQyxJQUFJLENBQUMsU0FBUyxHQUFHLE1BQU0sQ0FBQyxTQUFTLENBQUM7WUFDbEMsU0FBUyxHQUFHLE1BQU0sQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO1NBQ3ZDO1FBRUQsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUNwQyxDQUFDO0NBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFc29sdmVUaW1lU2xvdERhdGVSZWNvcmQgfSBmcm9tICcuLi9pbnRlcmZhY2VzJztcblxuZXhwb3J0IGNsYXNzIEVzb2x2ZVRpbWVTbG90RGF0ZSB7XG4gICAgcHVibGljIHRpbWVfc2xvdHNfaWQgPSAwO1xuICAgIHB1YmxpYyBhdmFpbGFibGUgPSAwO1xuICAgIHB1YmxpYyBkYXRlOiBEYXRlO1xuXG4gICAgY29uc3RydWN0b3IocmVjb3JkPzogRXNvbHZlVGltZVNsb3REYXRlUmVjb3JkKSB7XG4gICAgICAgIGxldCB0aW1lc3RhbXAgPSAwO1xuXG4gICAgICAgIGlmIChyZWNvcmQpIHtcbiAgICAgICAgICAgIHRoaXMudGltZV9zbG90c19pZCA9IHJlY29yZC50aW1lX3Nsb3RzX2lkO1xuICAgICAgICAgICAgdGhpcy5hdmFpbGFibGUgPSByZWNvcmQuYXZhaWxhYmxlO1xuICAgICAgICAgICAgdGltZXN0YW1wID0gcmVjb3JkLnRpbWVzdGFtcCAqIDEwMDA7XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLmRhdGUgPSBuZXcgRGF0ZSh0aW1lc3RhbXApO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,21 +0,0 @@
1
- export class EsolveTimeSlotDays {
2
- constructor(record) {
3
- this.mon = false;
4
- this.tue = false;
5
- this.wed = false;
6
- this.thu = false;
7
- this.fri = false;
8
- this.sat = false;
9
- this.sun = false;
10
- if (record) {
11
- this.mon = record.mon;
12
- this.tue = record.tue;
13
- this.wed = record.wed;
14
- this.thu = record.thu;
15
- this.fri = record.fri;
16
- this.sat = record.sat;
17
- this.sun = record.sun;
18
- }
19
- }
20
- }
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC1kYXlzLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL3NoaXBwaW5nL2NsYXNzZXMvZXNvbHZlLXRpbWUtc2xvdC1kYXlzLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sT0FBTyxrQkFBa0I7SUFTM0IsWUFBWSxNQUFpQztRQVJ0QyxRQUFHLEdBQUcsS0FBSyxDQUFDO1FBQ1osUUFBRyxHQUFHLEtBQUssQ0FBQztRQUNaLFFBQUcsR0FBRyxLQUFLLENBQUM7UUFDWixRQUFHLEdBQUcsS0FBSyxDQUFDO1FBQ1osUUFBRyxHQUFHLEtBQUssQ0FBQztRQUNaLFFBQUcsR0FBRyxLQUFLLENBQUM7UUFDWixRQUFHLEdBQUcsS0FBSyxDQUFDO1FBR2YsSUFBSSxNQUFNLEVBQUU7WUFDUixJQUFJLENBQUMsR0FBRyxHQUFHLE1BQU0sQ0FBQyxHQUFHLENBQUM7WUFDdEIsSUFBSSxDQUFDLEdBQUcsR0FBRyxNQUFNLENBQUMsR0FBRyxDQUFDO1lBQ3RCLElBQUksQ0FBQyxHQUFHLEdBQUcsTUFBTSxDQUFDLEdBQUcsQ0FBQztZQUN0QixJQUFJLENBQUMsR0FBRyxHQUFHLE1BQU0sQ0FBQyxHQUFHLENBQUM7WUFDdEIsSUFBSSxDQUFDLEdBQUcsR0FBRyxNQUFNLENBQUMsR0FBRyxDQUFDO1lBQ3RCLElBQUksQ0FBQyxHQUFHLEdBQUcsTUFBTSxDQUFDLEdBQUcsQ0FBQztZQUN0QixJQUFJLENBQUMsR0FBRyxHQUFHLE1BQU0sQ0FBQyxHQUFHLENBQUM7U0FDekI7SUFDTCxDQUFDO0NBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFc29sdmVUaW1lU2xvdERheXNSZWNvcmQgfSBmcm9tICcuLi9pbnRlcmZhY2VzJztcblxuZXhwb3J0IGNsYXNzIEVzb2x2ZVRpbWVTbG90RGF5cyB7XG4gICAgcHVibGljIG1vbiA9IGZhbHNlO1xuICAgIHB1YmxpYyB0dWUgPSBmYWxzZTtcbiAgICBwdWJsaWMgd2VkID0gZmFsc2U7XG4gICAgcHVibGljIHRodSA9IGZhbHNlO1xuICAgIHB1YmxpYyBmcmkgPSBmYWxzZTtcbiAgICBwdWJsaWMgc2F0ID0gZmFsc2U7XG4gICAgcHVibGljIHN1biA9IGZhbHNlO1xuXG4gICAgY29uc3RydWN0b3IocmVjb3JkPzogRXNvbHZlVGltZVNsb3REYXlzUmVjb3JkKSB7XG4gICAgICAgIGlmIChyZWNvcmQpIHtcbiAgICAgICAgICAgIHRoaXMubW9uID0gcmVjb3JkLm1vbjtcbiAgICAgICAgICAgIHRoaXMudHVlID0gcmVjb3JkLnR1ZTtcbiAgICAgICAgICAgIHRoaXMud2VkID0gcmVjb3JkLndlZDtcbiAgICAgICAgICAgIHRoaXMudGh1ID0gcmVjb3JkLnRodTtcbiAgICAgICAgICAgIHRoaXMuZnJpID0gcmVjb3JkLmZyaTtcbiAgICAgICAgICAgIHRoaXMuc2F0ID0gcmVjb3JkLnNhdDtcbiAgICAgICAgICAgIHRoaXMuc3VuID0gcmVjb3JkLnN1bjtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
@@ -1,11 +0,0 @@
1
- export class EsolveTimeSlotTimes {
2
- constructor(record) {
3
- this.open = '00:00';
4
- this.close = '23:59';
5
- if (record) {
6
- this.open = record.open;
7
- this.close = record.close;
8
- }
9
- }
10
- }
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC10aW1lcy5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zaGlwcGluZy9jbGFzc2VzL2Vzb2x2ZS10aW1lLXNsb3QtdGltZXMubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxPQUFPLG1CQUFtQjtJQUk1QixZQUFZLE1BQWtDO1FBSHZDLFNBQUksR0FBRyxPQUFPLENBQUM7UUFDZixVQUFLLEdBQUcsT0FBTyxDQUFDO1FBR25CLElBQUksTUFBTSxFQUFFO1lBQ1IsSUFBSSxDQUFDLElBQUksR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDO1lBQ3hCLElBQUksQ0FBQyxLQUFLLEdBQUcsTUFBTSxDQUFDLEtBQUssQ0FBQztTQUM3QjtJQUNMLENBQUM7Q0FDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVzb2x2ZVRpbWVTbG90VGltZXNSZWNvcmQgfSBmcm9tICcuLi9pbnRlcmZhY2VzJztcblxuZXhwb3J0IGNsYXNzIEVzb2x2ZVRpbWVTbG90VGltZXMge1xuICAgIHB1YmxpYyBvcGVuID0gJzAwOjAwJztcbiAgICBwdWJsaWMgY2xvc2UgPSAnMjM6NTknO1xuXG4gICAgY29uc3RydWN0b3IocmVjb3JkPzogRXNvbHZlVGltZVNsb3RUaW1lc1JlY29yZCkge1xuICAgICAgICBpZiAocmVjb3JkKSB7XG4gICAgICAgICAgICB0aGlzLm9wZW4gPSByZWNvcmQub3BlbjtcbiAgICAgICAgICAgIHRoaXMuY2xvc2UgPSByZWNvcmQuY2xvc2U7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
@@ -1,19 +0,0 @@
1
- import { EsolveTimeSlotDays } from './esolve-time-slot-days.model';
2
- import { EsolveTimeSlotTimes } from './esolve-time-slot-times.model';
3
- export class EsolveTimeSlot {
4
- constructor(record) {
5
- this.id = 0;
6
- this.identifier = '';
7
- this.name = '';
8
- this.limit = 0;
9
- if (record) {
10
- this.id = record.id;
11
- this.identifier = record.identifier;
12
- this.name = record.name;
13
- this.limit = record.limit;
14
- }
15
- this.days = new EsolveTimeSlotDays(record?.days);
16
- this.times = new EsolveTimeSlotTimes(record?.times);
17
- }
18
- }
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zaGlwcGluZy9jbGFzc2VzL2Vzb2x2ZS10aW1lLXNsb3QubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDbkUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFFckUsTUFBTSxPQUFPLGNBQWM7SUFTdkIsWUFBWSxNQUE2QjtRQVJsQyxPQUFFLEdBQUcsQ0FBQyxDQUFDO1FBQ1AsZUFBVSxHQUFHLEVBQUUsQ0FBQztRQUNoQixTQUFJLEdBQUcsRUFBRSxDQUFDO1FBQ1YsVUFBSyxHQUFHLENBQUMsQ0FBQztRQU1iLElBQUksTUFBTSxFQUFFO1lBQ1IsSUFBSSxDQUFDLEVBQUUsR0FBRyxNQUFNLENBQUMsRUFBRSxDQUFDO1lBQ3BCLElBQUksQ0FBQyxVQUFVLEdBQUcsTUFBTSxDQUFDLFVBQVUsQ0FBQztZQUNwQyxJQUFJLENBQUMsSUFBSSxHQUFHLE1BQU0sQ0FBQyxJQUFJLENBQUM7WUFDeEIsSUFBSSxDQUFDLEtBQUssR0FBRyxNQUFNLENBQUMsS0FBSyxDQUFDO1NBQzdCO1FBRUQsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLGtCQUFrQixDQUFDLE1BQU0sRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNqRCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksbUJBQW1CLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQ3hELENBQUM7Q0FDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVzb2x2ZVRpbWVTbG90UmVjb3JkIH0gZnJvbSAnLi4vaW50ZXJmYWNlcyc7XG5cbmltcG9ydCB7IEVzb2x2ZVRpbWVTbG90RGF5cyB9IGZyb20gJy4vZXNvbHZlLXRpbWUtc2xvdC1kYXlzLm1vZGVsJztcbmltcG9ydCB7IEVzb2x2ZVRpbWVTbG90VGltZXMgfSBmcm9tICcuL2Vzb2x2ZS10aW1lLXNsb3QtdGltZXMubW9kZWwnO1xuXG5leHBvcnQgY2xhc3MgRXNvbHZlVGltZVNsb3Qge1xuICAgIHB1YmxpYyBpZCA9IDA7XG4gICAgcHVibGljIGlkZW50aWZpZXIgPSAnJztcbiAgICBwdWJsaWMgbmFtZSA9ICcnO1xuICAgIHB1YmxpYyBsaW1pdCA9IDA7XG5cbiAgICBwdWJsaWMgZGF5czogRXNvbHZlVGltZVNsb3REYXlzO1xuICAgIHB1YmxpYyB0aW1lczogRXNvbHZlVGltZVNsb3RUaW1lcztcblxuICAgIGNvbnN0cnVjdG9yKHJlY29yZD86IEVzb2x2ZVRpbWVTbG90UmVjb3JkKSB7XG4gICAgICAgIGlmIChyZWNvcmQpIHtcbiAgICAgICAgICAgIHRoaXMuaWQgPSByZWNvcmQuaWQ7XG4gICAgICAgICAgICB0aGlzLmlkZW50aWZpZXIgPSByZWNvcmQuaWRlbnRpZmllcjtcbiAgICAgICAgICAgIHRoaXMubmFtZSA9IHJlY29yZC5uYW1lO1xuICAgICAgICAgICAgdGhpcy5saW1pdCA9IHJlY29yZC5saW1pdDtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMuZGF5cyA9IG5ldyBFc29sdmVUaW1lU2xvdERheXMocmVjb3JkPy5kYXlzKTtcbiAgICAgICAgdGhpcy50aW1lcyA9IG5ldyBFc29sdmVUaW1lU2xvdFRpbWVzKHJlY29yZD8udGltZXMpO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,9 +0,0 @@
1
- export * from './esolve-shipping-cost.model';
2
- export * from './esolve-shipping-method.model';
3
- export * from './esolve-shipping-totals.model';
4
- export * from './esolve-time-slot-config.model';
5
- export * from './esolve-time-slot-date.model';
6
- export * from './esolve-time-slot-days.model';
7
- export * from './esolve-time-slot-times.model';
8
- export * from './esolve-time-slot.model';
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvY2xhc3Nlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS1zaGlwcGluZy1jb3N0Lm1vZGVsJztcbmV4cG9ydCAqIGZyb20gJy4vZXNvbHZlLXNoaXBwaW5nLW1ldGhvZC5tb2RlbCc7XG5leHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS1zaGlwcGluZy10b3RhbHMubW9kZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9lc29sdmUtdGltZS1zbG90LWNvbmZpZy5tb2RlbCc7XG5leHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS10aW1lLXNsb3QtZGF0ZS5tb2RlbCc7XG5leHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS10aW1lLXNsb3QtZGF5cy5tb2RlbCc7XG5leHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS10aW1lLXNsb3QtdGltZXMubW9kZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9lc29sdmUtdGltZS1zbG90Lm1vZGVsJztcbiJdfQ==
@@ -1,150 +0,0 @@
1
- import { HttpClient, HttpParams } from '@angular/common/http';
2
- import { Inject, Injectable } from '@angular/core';
3
- import { throwError } from 'rxjs';
4
- import { map } from 'rxjs/operators';
5
- import { ESOLVE_CONNECT_CONFIG } from '../core/esolve-connect-config.constant';
6
- import { EsolveShippingCost, EsolveShippingMethod, EsolveTimeSlotConfig, } from './classes';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@angular/common/http";
9
- export class EsolveShippingService {
10
- constructor(config, http) {
11
- this.config = config;
12
- this.http = http;
13
- }
14
- /**
15
- * Retrieves a list of shipping methods
16
- *
17
- * @param options Filter options
18
- *
19
- * @returns An `Observable` with an array of shipping methods
20
- */
21
- getShippingMethods(options) {
22
- let params = new HttpParams();
23
- if (options) {
24
- if (typeof options.addresses_id !== 'undefined') {
25
- params = params.set('addresses_id', options.addresses_id);
26
- }
27
- if (typeof options.location_id !== 'undefined') {
28
- params = params.set('location_id', options.location_id);
29
- }
30
- }
31
- return this.http
32
- .get(`${this.config.api_url}/get-shipping-methods.php`, { params })
33
- .pipe(map((response) => {
34
- if (response.records === undefined) {
35
- throw response;
36
- }
37
- return this.processShippingMethods(response.records);
38
- }));
39
- }
40
- /**
41
- * Retrieves the shipping costs
42
- *
43
- * @param shipping_id
44
- * @param addresses_id
45
- * @param location_id
46
- *
47
- * @returns An `Observable` with the shipping costs
48
- */
49
- getShippingCost(shipping_id, addresses_id, location_id) {
50
- try {
51
- let params = new HttpParams();
52
- if (typeof shipping_id === 'undefined') {
53
- throw new Error('Shipping ID is required');
54
- }
55
- else {
56
- params = params.set('shipping_id', shipping_id);
57
- }
58
- if (typeof addresses_id === 'undefined') {
59
- throw new Error('Address ID is required');
60
- }
61
- else {
62
- params = params.set('addresses_id', addresses_id);
63
- }
64
- if (typeof location_id !== 'undefined') {
65
- params = params.set('location_id', location_id);
66
- }
67
- return this.http
68
- .get(`${this.config.api_url}/get-shipping-cost.php`, { params })
69
- .pipe(map((response) => {
70
- if (response.records === undefined) {
71
- throw response;
72
- }
73
- return this.processShippingCost(response.records[0]);
74
- }));
75
- }
76
- catch (err) {
77
- return throwError(() => err);
78
- }
79
- }
80
- /**
81
- * Retrieves the time slot config from a shipping method
82
- *
83
- * @param shipping_id
84
- *
85
- * @returns An `Observable` with the time slots configurations
86
- */
87
- getTimeSlots(shipping_id) {
88
- try {
89
- let params = new HttpParams();
90
- if (typeof shipping_id === 'undefined') {
91
- throw new Error('Shipping ID is required');
92
- }
93
- else {
94
- params = params.set('shipping_id', shipping_id);
95
- }
96
- return this.http
97
- .get(`${this.config.api_url}/get-time-slots.php`, { params })
98
- .pipe(map((response) => {
99
- if (response.records === undefined ||
100
- Array.isArray(response.records)) {
101
- throw response;
102
- }
103
- return new EsolveTimeSlotConfig(response.records);
104
- }));
105
- }
106
- catch (err) {
107
- return throwError(() => err);
108
- }
109
- }
110
- /**
111
- * Processes the eSolve shipping method records.
112
- *
113
- * @param records Records to process
114
- *
115
- * @returns An array of processed shipping methods
116
- */
117
- processShippingMethods(records) {
118
- const shipping_methods = [];
119
- if (records) {
120
- for (const record of records) {
121
- const shipping_method = new EsolveShippingMethod(+record.id, record.carrier_name, record.delivery_category, record.description, record.location, record.pricing, record.link_to_carrier_website, +record.days_to_deliver, record.shipping_cost_calculation_method, record.insurance_cost_calculation_method, +record.insurance_cost_percentage, +record.metric_factor, record.allow_immediate_payment_processing, record.allow_postal_address, record.allow_physical_address, record.client_to_collect, record.is_default_shipping_method, +record.location_id, record.use_zones, +record.min_distance, +record.max_distance, +record.shipping_surge_condition, +record.shipping_surge_percentage, +record.sort_priority, record.shipping_group, record.shipping_slot_identifier, +record.shipping_slot_delay_hours, record.image_url);
122
- shipping_methods.push(shipping_method);
123
- }
124
- }
125
- return shipping_methods;
126
- }
127
- /**
128
- * Processes the eSolve shipping costs record.+
129
- *
130
- * @param record Data to process
131
- *
132
- * @returns Processed shipping costs
133
- */
134
- processShippingCost(record) {
135
- const shipping_cost = new EsolveShippingCost(+record.shipping_total, +record.vat_on_shipping, +record.total_saving_on_shipping, +record.insurance_total, +record.vat_on_insurance, +record.total_saving_on_insurance);
136
- return shipping_cost;
137
- }
138
- }
139
- EsolveShippingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveShippingService, deps: [{ token: ESOLVE_CONNECT_CONFIG }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
140
- EsolveShippingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveShippingService, providedIn: 'root' });
141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: EsolveShippingService, decorators: [{
142
- type: Injectable,
143
- args: [{
144
- providedIn: 'root',
145
- }]
146
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
147
- type: Inject,
148
- args: [ESOLVE_CONNECT_CONFIG]
149
- }] }, { type: i1.HttpClient }]; } });
150
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNoaXBwaW5nLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvZXNvbHZlLXNoaXBwaW5nLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUM5RCxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVuRCxPQUFPLEVBQWMsVUFBVSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzlDLE9BQU8sRUFBRSxHQUFHLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUdyQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUcvRSxPQUFPLEVBQ0gsa0JBQWtCLEVBQ2xCLG9CQUFvQixFQUNwQixvQkFBb0IsR0FDdkIsTUFBTSxXQUFXLENBQUM7OztBQVduQixNQUFNLE9BQU8scUJBQXFCO0lBQzlCLFlBQzJDLE1BQTJCLEVBQzFELElBQWdCO1FBRGUsV0FBTSxHQUFOLE1BQU0sQ0FBcUI7UUFDMUQsU0FBSSxHQUFKLElBQUksQ0FBWTtJQUN6QixDQUFDO0lBRUo7Ozs7OztPQU1HO0lBQ0ksa0JBQWtCLENBQ3JCLE9BQXFDO1FBRXJDLElBQUksTUFBTSxHQUFHLElBQUksVUFBVSxFQUFFLENBQUM7UUFFOUIsSUFBSSxPQUFPLEVBQUU7WUFDVCxJQUFJLE9BQU8sT0FBTyxDQUFDLFlBQVksS0FBSyxXQUFXLEVBQUU7Z0JBQzdDLE1BQU0sR0FBRyxNQUFNLENBQUMsR0FBRyxDQUFDLGNBQWMsRUFBRSxPQUFPLENBQUMsWUFBWSxDQUFDLENBQUM7YUFDN0Q7WUFFRCxJQUFJLE9BQU8sT0FBTyxDQUFDLFdBQVcsS0FBSyxXQUFXLEVBQUU7Z0JBQzVDLE1BQU0sR0FBRyxNQUFNLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxPQUFPLENBQUMsV0FBVyxDQUFDLENBQUM7YUFDM0Q7U0FDSjtRQUVELE9BQU8sSUFBSSxDQUFDLElBQUk7YUFDWCxHQUFHLENBQ0EsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sMkJBQTJCLEVBQ2pELEVBQUUsTUFBTSxFQUFFLENBQ2I7YUFDQSxJQUFJLENBQ0QsR0FBRyxDQUFDLENBQUMsUUFBUSxFQUFFLEVBQUU7WUFDYixJQUFJLFFBQVEsQ0FBQyxPQUFPLEtBQUssU0FBUyxFQUFFO2dCQUNoQyxNQUFNLFFBQVEsQ0FBQzthQUNsQjtZQUVELE9BQU8sSUFBSSxDQUFDLHNCQUFzQixDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUN6RCxDQUFDLENBQUMsQ0FDTCxDQUFDO0lBQ1YsQ0FBQztJQUVEOzs7Ozs7OztPQVFHO0lBQ0ksZUFBZSxDQUNsQixXQUFtQixFQUNuQixZQUFvQixFQUNwQixXQUFvQjtRQUVwQixJQUFJO1lBQ0EsSUFBSSxNQUFNLEdBQUcsSUFBSSxVQUFVLEVBQUUsQ0FBQztZQUU5QixJQUFJLE9BQU8sV0FBVyxLQUFLLFdBQVcsRUFBRTtnQkFDcEMsTUFBTSxJQUFJLEtBQUssQ0FBQyx5QkFBeUIsQ0FBQyxDQUFDO2FBQzlDO2lCQUFNO2dCQUNILE1BQU0sR0FBRyxNQUFNLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxXQUFXLENBQUMsQ0FBQzthQUNuRDtZQUVELElBQUksT0FBTyxZQUFZLEtBQUssV0FBVyxFQUFFO2dCQUNyQyxNQUFNLElBQUksS0FBSyxDQUFDLHdCQUF3QixDQUFDLENBQUM7YUFDN0M7aUJBQU07Z0JBQ0gsTUFBTSxHQUFHLE1BQU0sQ0FBQyxHQUFHLENBQUMsY0FBYyxFQUFFLFlBQVksQ0FBQyxDQUFDO2FBQ3JEO1lBRUQsSUFBSSxPQUFPLFdBQVcsS0FBSyxXQUFXLEVBQUU7Z0JBQ3BDLE1BQU0sR0FBRyxNQUFNLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxXQUFXLENBQUMsQ0FBQzthQUNuRDtZQUVELE9BQU8sSUFBSSxDQUFDLElBQUk7aUJBQ1gsR0FBRyxDQUNBLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLHdCQUF3QixFQUM5QyxFQUFFLE1BQU0sRUFBRSxDQUNiO2lCQUNBLElBQUksQ0FDRCxHQUFHLENBQUMsQ0FBQyxRQUFRLEVBQUUsRUFBRTtnQkFDYixJQUFJLFFBQVEsQ0FBQyxPQUFPLEtBQUssU0FBUyxFQUFFO29CQUNoQyxNQUFNLFFBQVEsQ0FBQztpQkFDbEI7Z0JBRUQsT0FBTyxJQUFJLENBQUMsbUJBQW1CLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ3pELENBQUMsQ0FBQyxDQUNMLENBQUM7U0FDVDtRQUFDLE9BQU8sR0FBRyxFQUFFO1lBQ1YsT0FBTyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsR0FBRyxDQUFDLENBQUM7U0FDaEM7SUFDTCxDQUFDO0lBRUQ7Ozs7OztPQU1HO0lBQ0ksWUFBWSxDQUFDLFdBQW1CO1FBQ25DLElBQUk7WUFDQSxJQUFJLE1BQU0sR0FBRyxJQUFJLFVBQVUsRUFBRSxDQUFDO1lBRTlCLElBQUksT0FBTyxXQUFXLEtBQUssV0FBVyxFQUFFO2dCQUNwQyxNQUFNLElBQUksS0FBSyxDQUFDLHlCQUF5QixDQUFDLENBQUM7YUFDOUM7aUJBQU07Z0JBQ0gsTUFBTSxHQUFHLE1BQU0sQ0FBQyxHQUFHLENBQUMsYUFBYSxFQUFFLFdBQVcsQ0FBQyxDQUFDO2FBQ25EO1lBRUQsT0FBTyxJQUFJLENBQUMsSUFBSTtpQkFDWCxHQUFHLENBQ0EsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8scUJBQXFCLEVBQzNDLEVBQUUsTUFBTSxFQUFFLENBQ2I7aUJBQ0EsSUFBSSxDQUNELEdBQUcsQ0FBQyxDQUFDLFFBQVEsRUFBRSxFQUFFO2dCQUNiLElBQ0ksUUFBUSxDQUFDLE9BQU8sS0FBSyxTQUFTO29CQUM5QixLQUFLLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsRUFDakM7b0JBQ0UsTUFBTSxRQUFRLENBQUM7aUJBQ2xCO2dCQUVELE9BQU8sSUFBSSxvQkFBb0IsQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLENBQUM7WUFDdEQsQ0FBQyxDQUFDLENBQ0wsQ0FBQztTQUNUO1FBQUMsT0FBTyxHQUFHLEVBQUU7WUFDVixPQUFPLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxHQUFHLENBQUMsQ0FBQztTQUNoQztJQUNMLENBQUM7SUFFRDs7Ozs7O09BTUc7SUFDSyxzQkFBc0IsQ0FDMUIsT0FBcUM7UUFFckMsTUFBTSxnQkFBZ0IsR0FBMkIsRUFBRSxDQUFDO1FBRXBELElBQUksT0FBTyxFQUFFO1lBQ1QsS0FBSyxNQUFNLE1BQU0sSUFBSSxPQUFPLEVBQUU7Z0JBQzFCLE1BQU0sZUFBZSxHQUFHLElBQUksb0JBQW9CLENBQzVDLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFDVixNQUFNLENBQUMsWUFBWSxFQUNuQixNQUFNLENBQUMsaUJBQWlCLEVBQ3hCLE1BQU0sQ0FBQyxXQUFXLEVBQ2xCLE1BQU0sQ0FBQyxRQUFRLEVBQ2YsTUFBTSxDQUFDLE9BQU8sRUFDZCxNQUFNLENBQUMsdUJBQXVCLEVBQzlCLENBQUMsTUFBTSxDQUFDLGVBQWUsRUFDdkIsTUFBTSxDQUFDLGdDQUFnQyxFQUN2QyxNQUFNLENBQUMsaUNBQWlDLEVBQ3hDLENBQUMsTUFBTSxDQUFDLHlCQUF5QixFQUNqQyxDQUFDLE1BQU0sQ0FBQyxhQUFhLEVBQ3JCLE1BQU0sQ0FBQyxrQ0FBa0MsRUFDekMsTUFBTSxDQUFDLG9CQUFvQixFQUMzQixNQUFNLENBQUMsc0JBQXNCLEVBQzdCLE1BQU0sQ0FBQyxpQkFBaUIsRUFDeEIsTUFBTSxDQUFDLDBCQUEwQixFQUNqQyxDQUFDLE1BQU0sQ0FBQyxXQUFXLEVBQ25CLE1BQU0sQ0FBQyxTQUFTLEVBQ2hCLENBQUMsTUFBTSxDQUFDLFlBQVksRUFDcEIsQ0FBQyxNQUFNLENBQUMsWUFBWSxFQUNwQixDQUFDLE1BQU0sQ0FBQyx3QkFBd0IsRUFDaEMsQ0FBQyxNQUFNLENBQUMseUJBQXlCLEVBQ2pDLENBQUMsTUFBTSxDQUFDLGFBQWEsRUFDckIsTUFBTSxDQUFDLGNBQWMsRUFDckIsTUFBTSxDQUFDLHdCQUF3QixFQUMvQixDQUFDLE1BQU0sQ0FBQyx5QkFBeUIsRUFDakMsTUFBTSxDQUFDLFNBQVMsQ0FDbkIsQ0FBQztnQkFFRixnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUM7YUFDMUM7U0FDSjtRQUVELE9BQU8sZ0JBQWdCLENBQUM7SUFDNUIsQ0FBQztJQUVEOzs7Ozs7T0FNRztJQUNLLG1CQUFtQixDQUN2QixNQUFnQztRQUVoQyxNQUFNLGFBQWEsR0FBRyxJQUFJLGtCQUFrQixDQUN4QyxDQUFDLE1BQU0sQ0FBQyxjQUFjLEVBQ3RCLENBQUMsTUFBTSxDQUFDLGVBQWUsRUFDdkIsQ0FBQyxNQUFNLENBQUMsd0JBQXdCLEVBQ2hDLENBQUMsTUFBTSxDQUFDLGVBQWUsRUFDdkIsQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLEVBQ3hCLENBQUMsTUFBTSxDQUFDLHlCQUF5QixDQUNwQyxDQUFDO1FBRUYsT0FBTyxhQUFhLENBQUM7SUFDekIsQ0FBQzs7a0hBL01RLHFCQUFxQixrQkFFbEIscUJBQXFCO3NIQUZ4QixxQkFBcUIsY0FGbEIsTUFBTTsyRkFFVCxxQkFBcUI7a0JBSGpDLFVBQVU7bUJBQUM7b0JBQ1IsVUFBVSxFQUFFLE1BQU07aUJBQ3JCOzswQkFHUSxNQUFNOzJCQUFDLHFCQUFxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBDbGllbnQsIEh0dHBQYXJhbXMgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XG5pbXBvcnQgeyBJbmplY3QsIEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgdGhyb3dFcnJvciB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgbWFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuXG5pbXBvcnQgeyBFc29sdmVDb25uZWN0Q29uZmlnIH0gZnJvbSAnLi4vY29yZS9lc29sdmUtY29ubmVjdC5jb25maWcnO1xuaW1wb3J0IHsgRVNPTFZFX0NPTk5FQ1RfQ09ORklHIH0gZnJvbSAnLi4vY29yZS9lc29sdmUtY29ubmVjdC1jb25maWcuY29uc3RhbnQnO1xuaW1wb3J0IHsgRXNvbHZlR2V0UmVzcG9uc2UgfSBmcm9tICcuLi9zaGFyZWQvcmVzcG9uc2UnO1xuXG5pbXBvcnQge1xuICAgIEVzb2x2ZVNoaXBwaW5nQ29zdCxcbiAgICBFc29sdmVTaGlwcGluZ01ldGhvZCxcbiAgICBFc29sdmVUaW1lU2xvdENvbmZpZyxcbn0gZnJvbSAnLi9jbGFzc2VzJztcbmltcG9ydCB7XG4gICAgRXNvbHZlU2hpcHBpbmdDb3N0UmVjb3JkLFxuICAgIEVzb2x2ZVNoaXBwaW5nTWV0aG9kUmVjb3JkLFxuICAgIEVzb2x2ZVNoaXBwaW5nTWV0aG9kT3B0aW9ucyxcbiAgICBFc29sdmVUaW1lU2xvdENvbmZpZ1JlY29yZCxcbn0gZnJvbSAnLi9pbnRlcmZhY2VzJztcblxuQEluamVjdGFibGUoe1xuICAgIHByb3ZpZGVkSW46ICdyb290Jyxcbn0pXG5leHBvcnQgY2xhc3MgRXNvbHZlU2hpcHBpbmdTZXJ2aWNlIHtcbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgQEluamVjdChFU09MVkVfQ09OTkVDVF9DT05GSUcpIHByaXZhdGUgY29uZmlnOiBFc29sdmVDb25uZWN0Q29uZmlnLFxuICAgICAgICBwcml2YXRlIGh0dHA6IEh0dHBDbGllbnQsXG4gICAgKSB7fVxuXG4gICAgLyoqXG4gICAgICogUmV0cmlldmVzIGEgbGlzdCBvZiBzaGlwcGluZyBtZXRob2RzXG4gICAgICpcbiAgICAgKiBAcGFyYW0gb3B0aW9ucyBGaWx0ZXIgb3B0aW9uc1xuICAgICAqXG4gICAgICogQHJldHVybnMgQW4gYE9ic2VydmFibGVgIHdpdGggYW4gYXJyYXkgb2Ygc2hpcHBpbmcgbWV0aG9kc1xuICAgICAqL1xuICAgIHB1YmxpYyBnZXRTaGlwcGluZ01ldGhvZHMoXG4gICAgICAgIG9wdGlvbnM/OiBFc29sdmVTaGlwcGluZ01ldGhvZE9wdGlvbnMsXG4gICAgKTogT2JzZXJ2YWJsZTxFc29sdmVTaGlwcGluZ01ldGhvZFtdPiB7XG4gICAgICAgIGxldCBwYXJhbXMgPSBuZXcgSHR0cFBhcmFtcygpO1xuXG4gICAgICAgIGlmIChvcHRpb25zKSB7XG4gICAgICAgICAgICBpZiAodHlwZW9mIG9wdGlvbnMuYWRkcmVzc2VzX2lkICE9PSAndW5kZWZpbmVkJykge1xuICAgICAgICAgICAgICAgIHBhcmFtcyA9IHBhcmFtcy5zZXQoJ2FkZHJlc3Nlc19pZCcsIG9wdGlvbnMuYWRkcmVzc2VzX2lkKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgaWYgKHR5cGVvZiBvcHRpb25zLmxvY2F0aW9uX2lkICE9PSAndW5kZWZpbmVkJykge1xuICAgICAgICAgICAgICAgIHBhcmFtcyA9IHBhcmFtcy5zZXQoJ2xvY2F0aW9uX2lkJywgb3B0aW9ucy5sb2NhdGlvbl9pZCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gdGhpcy5odHRwXG4gICAgICAgICAgICAuZ2V0PEVzb2x2ZUdldFJlc3BvbnNlPEVzb2x2ZVNoaXBwaW5nTWV0aG9kUmVjb3JkW10+PihcbiAgICAgICAgICAgICAgICBgJHt0aGlzLmNvbmZpZy5hcGlfdXJsfS9nZXQtc2hpcHBpbmctbWV0aG9kcy5waHBgLFxuICAgICAgICAgICAgICAgIHsgcGFyYW1zIH0sXG4gICAgICAgICAgICApXG4gICAgICAgICAgICAucGlwZShcbiAgICAgICAgICAgICAgICBtYXAoKHJlc3BvbnNlKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGlmIChyZXNwb25zZS5yZWNvcmRzID09PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRocm93IHJlc3BvbnNlO1xuICAgICAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMucHJvY2Vzc1NoaXBwaW5nTWV0aG9kcyhyZXNwb25zZS5yZWNvcmRzKTtcbiAgICAgICAgICAgICAgICB9KSxcbiAgICAgICAgICAgICk7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogUmV0cmlldmVzIHRoZSBzaGlwcGluZyBjb3N0c1xuICAgICAqXG4gICAgICogQHBhcmFtIHNoaXBwaW5nX2lkXG4gICAgICogQHBhcmFtIGFkZHJlc3Nlc19pZFxuICAgICAqIEBwYXJhbSBsb2NhdGlvbl9pZFxuICAgICAqXG4gICAgICogQHJldHVybnMgQW4gYE9ic2VydmFibGVgIHdpdGggdGhlIHNoaXBwaW5nIGNvc3RzXG4gICAgICovXG4gICAgcHVibGljIGdldFNoaXBwaW5nQ29zdChcbiAgICAgICAgc2hpcHBpbmdfaWQ6IG51bWJlcixcbiAgICAgICAgYWRkcmVzc2VzX2lkOiBudW1iZXIsXG4gICAgICAgIGxvY2F0aW9uX2lkPzogbnVtYmVyLFxuICAgICk6IE9ic2VydmFibGU8RXNvbHZlU2hpcHBpbmdDb3N0PiB7XG4gICAgICAgIHRyeSB7XG4gICAgICAgICAgICBsZXQgcGFyYW1zID0gbmV3IEh0dHBQYXJhbXMoKTtcblxuICAgICAgICAgICAgaWYgKHR5cGVvZiBzaGlwcGluZ19pZCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ1NoaXBwaW5nIElEIGlzIHJlcXVpcmVkJyk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHBhcmFtcyA9IHBhcmFtcy5zZXQoJ3NoaXBwaW5nX2lkJywgc2hpcHBpbmdfaWQpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBpZiAodHlwZW9mIGFkZHJlc3Nlc19pZCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0FkZHJlc3MgSUQgaXMgcmVxdWlyZWQnKTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgcGFyYW1zID0gcGFyYW1zLnNldCgnYWRkcmVzc2VzX2lkJywgYWRkcmVzc2VzX2lkKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgaWYgKHR5cGVvZiBsb2NhdGlvbl9pZCAhPT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgICAgICAgICBwYXJhbXMgPSBwYXJhbXMuc2V0KCdsb2NhdGlvbl9pZCcsIGxvY2F0aW9uX2lkKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgcmV0dXJuIHRoaXMuaHR0cFxuICAgICAgICAgICAgICAgIC5nZXQ8RXNvbHZlR2V0UmVzcG9uc2U8RXNvbHZlU2hpcHBpbmdDb3N0UmVjb3JkW10+PihcbiAgICAgICAgICAgICAgICAgICAgYCR7dGhpcy5jb25maWcuYXBpX3VybH0vZ2V0LXNoaXBwaW5nLWNvc3QucGhwYCxcbiAgICAgICAgICAgICAgICAgICAgeyBwYXJhbXMgfSxcbiAgICAgICAgICAgICAgICApXG4gICAgICAgICAgICAgICAgLnBpcGUoXG4gICAgICAgICAgICAgICAgICAgIG1hcCgocmVzcG9uc2UpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChyZXNwb25zZS5yZWNvcmRzID09PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aHJvdyByZXNwb25zZTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMucHJvY2Vzc1NoaXBwaW5nQ29zdChyZXNwb25zZS5yZWNvcmRzWzBdKTtcbiAgICAgICAgICAgICAgICAgICAgfSksXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgfSBjYXRjaCAoZXJyKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhyb3dFcnJvcigoKSA9PiBlcnIpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogUmV0cmlldmVzIHRoZSB0aW1lIHNsb3QgY29uZmlnIGZyb20gYSBzaGlwcGluZyBtZXRob2RcbiAgICAgKlxuICAgICAqIEBwYXJhbSBzaGlwcGluZ19pZFxuICAgICAqXG4gICAgICogQHJldHVybnMgQW4gYE9ic2VydmFibGVgIHdpdGggdGhlIHRpbWUgc2xvdHMgY29uZmlndXJhdGlvbnNcbiAgICAgKi9cbiAgICBwdWJsaWMgZ2V0VGltZVNsb3RzKHNoaXBwaW5nX2lkOiBudW1iZXIpOiBPYnNlcnZhYmxlPEVzb2x2ZVRpbWVTbG90Q29uZmlnPiB7XG4gICAgICAgIHRyeSB7XG4gICAgICAgICAgICBsZXQgcGFyYW1zID0gbmV3IEh0dHBQYXJhbXMoKTtcblxuICAgICAgICAgICAgaWYgKHR5cGVvZiBzaGlwcGluZ19pZCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ1NoaXBwaW5nIElEIGlzIHJlcXVpcmVkJyk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHBhcmFtcyA9IHBhcmFtcy5zZXQoJ3NoaXBwaW5nX2lkJywgc2hpcHBpbmdfaWQpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICByZXR1cm4gdGhpcy5odHRwXG4gICAgICAgICAgICAgICAgLmdldDxFc29sdmVHZXRSZXNwb25zZTxFc29sdmVUaW1lU2xvdENvbmZpZ1JlY29yZD4+KFxuICAgICAgICAgICAgICAgICAgICBgJHt0aGlzLmNvbmZpZy5hcGlfdXJsfS9nZXQtdGltZS1zbG90cy5waHBgLFxuICAgICAgICAgICAgICAgICAgICB7IHBhcmFtcyB9LFxuICAgICAgICAgICAgICAgIClcbiAgICAgICAgICAgICAgICAucGlwZShcbiAgICAgICAgICAgICAgICAgICAgbWFwKChyZXNwb25zZSkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgaWYgKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlc3BvbnNlLnJlY29yZHMgPT09IHVuZGVmaW5lZCB8fFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEFycmF5LmlzQXJyYXkocmVzcG9uc2UucmVjb3JkcylcbiAgICAgICAgICAgICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRocm93IHJlc3BvbnNlO1xuICAgICAgICAgICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gbmV3IEVzb2x2ZVRpbWVTbG90Q29uZmlnKHJlc3BvbnNlLnJlY29yZHMpO1xuICAgICAgICAgICAgICAgICAgICB9KSxcbiAgICAgICAgICAgICAgICApO1xuICAgICAgICB9IGNhdGNoIChlcnIpIHtcbiAgICAgICAgICAgIHJldHVybiB0aHJvd0Vycm9yKCgpID0+IGVycik7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBQcm9jZXNzZXMgdGhlIGVTb2x2ZSBzaGlwcGluZyBtZXRob2QgcmVjb3Jkcy5cbiAgICAgKlxuICAgICAqIEBwYXJhbSByZWNvcmRzIFJlY29yZHMgdG8gcHJvY2Vzc1xuICAgICAqXG4gICAgICogQHJldHVybnMgQW4gYXJyYXkgb2YgcHJvY2Vzc2VkIHNoaXBwaW5nIG1ldGhvZHNcbiAgICAgKi9cbiAgICBwcml2YXRlIHByb2Nlc3NTaGlwcGluZ01ldGhvZHMoXG4gICAgICAgIHJlY29yZHM6IEVzb2x2ZVNoaXBwaW5nTWV0aG9kUmVjb3JkW10sXG4gICAgKTogRXNvbHZlU2hpcHBpbmdNZXRob2RbXSB7XG4gICAgICAgIGNvbnN0IHNoaXBwaW5nX21ldGhvZHM6IEVzb2x2ZVNoaXBwaW5nTWV0aG9kW10gPSBbXTtcblxuICAgICAgICBpZiAocmVjb3Jkcykge1xuICAgICAgICAgICAgZm9yIChjb25zdCByZWNvcmQgb2YgcmVjb3Jkcykge1xuICAgICAgICAgICAgICAgIGNvbnN0IHNoaXBwaW5nX21ldGhvZCA9IG5ldyBFc29sdmVTaGlwcGluZ01ldGhvZChcbiAgICAgICAgICAgICAgICAgICAgK3JlY29yZC5pZCxcbiAgICAgICAgICAgICAgICAgICAgcmVjb3JkLmNhcnJpZXJfbmFtZSxcbiAgICAgICAgICAgICAgICAgICAgcmVjb3JkLmRlbGl2ZXJ5X2NhdGVnb3J5LFxuICAgICAgICAgICAgICAgICAgICByZWNvcmQuZGVzY3JpcHRpb24sXG4gICAgICAgICAgICAgICAgICAgIHJlY29yZC5sb2NhdGlvbixcbiAgICAgICAgICAgICAgICAgICAgcmVjb3JkLnByaWNpbmcsXG4gICAgICAgICAgICAgICAgICAgIHJlY29yZC5saW5rX3RvX2NhcnJpZXJfd2Vic2l0ZSxcbiAgICAgICAgICAgICAgICAgICAgK3JlY29yZC5kYXlzX3RvX2RlbGl2ZXIsXG4gICAgICAgICAgICAgICAgICAgIHJlY29yZC5zaGlwcGluZ19jb3N0X2NhbGN1bGF0aW9uX21ldGhvZCxcbiAgICAgICAgICAgICAgICAgICAgcmVjb3JkLmluc3VyYW5jZV9jb3N0X2NhbGN1bGF0aW9uX21ldGhvZCxcbiAgICAgICAgICAgICAgICAgICAgK3JlY29yZC5pbnN1cmFuY2VfY29zdF9wZXJjZW50YWdlLFxuICAgICAgICAgICAgICAgICAgICArcmVjb3JkLm1ldHJpY19mYWN0b3IsXG4gICAgICAgICAgICAgICAgICAgIHJlY29yZC5hbGxvd19pbW1lZGlhdGVfcGF5bWVudF9wcm9jZXNzaW5nLFxuICAgICAgICAgICAgICAgICAgICByZWNvcmQuYWxsb3dfcG9zdGFsX2FkZHJlc3MsXG4gICAgICAgICAgICAgICAgICAgIHJlY29yZC5hbGxvd19waHlzaWNhbF9hZGRyZXNzLFxuICAgICAgICAgICAgICAgICAgICByZWNvcmQuY2xpZW50X3RvX2NvbGxlY3QsXG4gICAgICAgICAgICAgICAgICAgIHJlY29yZC5pc19kZWZhdWx0X3NoaXBwaW5nX21ldGhvZCxcbiAgICAgICAgICAgICAgICAgICAgK3JlY29yZC5sb2NhdGlvbl9pZCxcbiAgICAgICAgICAgICAgICAgICAgcmVjb3JkLnVzZV96b25lcyxcbiAgICAgICAgICAgICAgICAgICAgK3JlY29yZC5taW5fZGlzdGFuY2UsXG4gICAgICAgICAgICAgICAgICAgICtyZWNvcmQubWF4X2Rpc3RhbmNlLFxuICAgICAgICAgICAgICAgICAgICArcmVjb3JkLnNoaXBwaW5nX3N1cmdlX2NvbmRpdGlvbixcbiAgICAgICAgICAgICAgICAgICAgK3JlY29yZC5zaGlwcGluZ19zdXJnZV9wZXJjZW50YWdlLFxuICAgICAgICAgICAgICAgICAgICArcmVjb3JkLnNvcnRfcHJpb3JpdHksXG4gICAgICAgICAgICAgICAgICAgIHJlY29yZC5zaGlwcGluZ19ncm91cCxcbiAgICAgICAgICAgICAgICAgICAgcmVjb3JkLnNoaXBwaW5nX3Nsb3RfaWRlbnRpZmllcixcbiAgICAgICAgICAgICAgICAgICAgK3JlY29yZC5zaGlwcGluZ19zbG90X2RlbGF5X2hvdXJzLFxuICAgICAgICAgICAgICAgICAgICByZWNvcmQuaW1hZ2VfdXJsLFxuICAgICAgICAgICAgICAgICk7XG5cbiAgICAgICAgICAgICAgICBzaGlwcGluZ19tZXRob2RzLnB1c2goc2hpcHBpbmdfbWV0aG9kKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBzaGlwcGluZ19tZXRob2RzO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIFByb2Nlc3NlcyB0aGUgZVNvbHZlIHNoaXBwaW5nIGNvc3RzIHJlY29yZC4rXG4gICAgICpcbiAgICAgKiBAcGFyYW0gcmVjb3JkIERhdGEgdG8gcHJvY2Vzc1xuICAgICAqXG4gICAgICogQHJldHVybnMgUHJvY2Vzc2VkIHNoaXBwaW5nIGNvc3RzXG4gICAgICovXG4gICAgcHJpdmF0ZSBwcm9jZXNzU2hpcHBpbmdDb3N0KFxuICAgICAgICByZWNvcmQ6IEVzb2x2ZVNoaXBwaW5nQ29zdFJlY29yZCxcbiAgICApOiBFc29sdmVTaGlwcGluZ0Nvc3Qge1xuICAgICAgICBjb25zdCBzaGlwcGluZ19jb3N0ID0gbmV3IEVzb2x2ZVNoaXBwaW5nQ29zdChcbiAgICAgICAgICAgICtyZWNvcmQuc2hpcHBpbmdfdG90YWwsXG4gICAgICAgICAgICArcmVjb3JkLnZhdF9vbl9zaGlwcGluZyxcbiAgICAgICAgICAgICtyZWNvcmQudG90YWxfc2F2aW5nX29uX3NoaXBwaW5nLFxuICAgICAgICAgICAgK3JlY29yZC5pbnN1cmFuY2VfdG90YWwsXG4gICAgICAgICAgICArcmVjb3JkLnZhdF9vbl9pbnN1cmFuY2UsXG4gICAgICAgICAgICArcmVjb3JkLnRvdGFsX3NhdmluZ19vbl9pbnN1cmFuY2UsXG4gICAgICAgICk7XG5cbiAgICAgICAgcmV0dXJuIHNoaXBwaW5nX2Nvc3Q7XG4gICAgfVxufVxuIl19
@@ -1,5 +0,0 @@
1
- export * from './classes';
2
- export * from './interfaces';
3
- export * from './types';
4
- export * from './esolve-shipping.service';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxXQUFXLENBQUM7QUFDMUIsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxTQUFTLENBQUM7QUFDeEIsY0FBYywyQkFBMkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2xhc3Nlcyc7XG5leHBvcnQgKiBmcm9tICcuL2ludGVyZmFjZXMnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS1zaGlwcGluZy5zZXJ2aWNlJztcbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNoaXBwaW5nLWNvc3QtcmVjb3JkLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zaGlwcGluZy9pbnRlcmZhY2VzL2Vzb2x2ZS1zaGlwcGluZy1jb3N0LXJlY29yZC5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgRXNvbHZlU2hpcHBpbmdDb3N0UmVjb3JkIHtcbiAgICBzaGlwcGluZ19jb3N0X3R5cGU6IHN0cmluZztcblxuICAgIC8vIFNoaXBwaW5nXG4gICAgc2hpcHBpbmdfdG90YWw6IG51bWJlcjtcbiAgICB2YXRfb25fc2hpcHBpbmc6IG51bWJlcjtcbiAgICB0b3RhbF9zYXZpbmdfb25fc2hpcHBpbmc6IG51bWJlcjtcblxuICAgIC8vIEluc3VyYW5jZVxuICAgIGluc3VyYW5jZV90b3RhbDogbnVtYmVyO1xuICAgIHZhdF9vbl9pbnN1cmFuY2U6IG51bWJlcjtcbiAgICB0b3RhbF9zYXZpbmdfb25faW5zdXJhbmNlOiBudW1iZXI7XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNoaXBwaW5nLW1ldGhvZC1vcHRpb25zLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zaGlwcGluZy9pbnRlcmZhY2VzL2Vzb2x2ZS1zaGlwcGluZy1tZXRob2Qtb3B0aW9ucy5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgRXNvbHZlU2hpcHBpbmdNZXRob2RPcHRpb25zIHtcbiAgICBsb2NhdGlvbl9pZD86IG51bWJlcjtcbiAgICBhZGRyZXNzZXNfaWQ/OiBudW1iZXI7XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNoaXBwaW5nLW1ldGhvZC1yZWNvcmQuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL3NoaXBwaW5nL2ludGVyZmFjZXMvZXNvbHZlLXNoaXBwaW5nLW1ldGhvZC1yZWNvcmQuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIEVzb2x2ZVNoaXBwaW5nTG9jYXRpb24sXG4gICAgRXNvbHZlSW5zdXJhbmNlQ2FsY3VsYXRpb25NZXRob2QsXG4gICAgRXNvbHZlU2hpcHBpbmdDYWxjdWxhdGlvbk1ldGhvZCxcbn0gZnJvbSAnLi4vdHlwZXMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIEVzb2x2ZVNoaXBwaW5nTWV0aG9kUmVjb3JkIHtcbiAgICBpZDogbnVtYmVyO1xuICAgIGNhcnJpZXJfbmFtZTogc3RyaW5nO1xuICAgIGRlbGl2ZXJ5X2NhdGVnb3J5OiBzdHJpbmc7XG4gICAgZGVzY3JpcHRpb246IHN0cmluZztcbiAgICBsb2NhdGlvbjogRXNvbHZlU2hpcHBpbmdMb2NhdGlvbjtcbiAgICBwcmljaW5nOiBzdHJpbmc7XG4gICAgbGlua190b19jYXJyaWVyX3dlYnNpdGU6IHN0cmluZztcbiAgICBkYXlzX3RvX2RlbGl2ZXI6IG51bWJlcjtcbiAgICBzaGlwcGluZ19jb3N0X2NhbGN1bGF0aW9uX21ldGhvZDogRXNvbHZlU2hpcHBpbmdDYWxjdWxhdGlvbk1ldGhvZDtcbiAgICBpbnN1cmFuY2VfY29zdF9jYWxjdWxhdGlvbl9tZXRob2Q6IEVzb2x2ZUluc3VyYW5jZUNhbGN1bGF0aW9uTWV0aG9kO1xuICAgIGluc3VyYW5jZV9jb3N0X3BlcmNlbnRhZ2U6IG51bWJlcjtcbiAgICBtZXRyaWNfZmFjdG9yOiBudW1iZXI7XG4gICAgYWxsb3dfaW1tZWRpYXRlX3BheW1lbnRfcHJvY2Vzc2luZzogYm9vbGVhbjtcbiAgICBhbGxvd19wb3N0YWxfYWRkcmVzczogYm9vbGVhbjtcbiAgICBhbGxvd19waHlzaWNhbF9hZGRyZXNzOiBib29sZWFuO1xuICAgIGNsaWVudF90b19jb2xsZWN0OiBib29sZWFuO1xuICAgIGlzX2RlZmF1bHRfc2hpcHBpbmdfbWV0aG9kOiBib29sZWFuO1xuICAgIGxvY2F0aW9uX2lkOiBudW1iZXI7XG4gICAgdXNlX3pvbmVzOiBib29sZWFuO1xuICAgIG1pbl9kaXN0YW5jZTogbnVtYmVyO1xuICAgIG1heF9kaXN0YW5jZTogbnVtYmVyO1xuICAgIHNoaXBwaW5nX3N1cmdlX2NvbmRpdGlvbjogbnVtYmVyO1xuICAgIHNoaXBwaW5nX3N1cmdlX3BlcmNlbnRhZ2U6IG51bWJlcjtcbiAgICBzb3J0X3ByaW9yaXR5OiBudW1iZXI7XG4gICAgc2hpcHBpbmdfZ3JvdXA6IHN0cmluZztcbiAgICBzaGlwcGluZ19zbG90X2lkZW50aWZpZXI6IHN0cmluZztcbiAgICBzaGlwcGluZ19zbG90X2RlbGF5X2hvdXJzOiBudW1iZXI7XG4gICAgaW1hZ2VfdXJsOiBzdHJpbmc7XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC1jb25maWctcmVjb3JkLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zaGlwcGluZy9pbnRlcmZhY2VzL2Vzb2x2ZS10aW1lLXNsb3QtY29uZmlnLXJlY29yZC5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVzb2x2ZVRpbWVTbG90UmVjb3JkIH0gZnJvbSAnLi9lc29sdmUtdGltZS1zbG90LXJlY29yZC5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgRXNvbHZlVGltZVNsb3REYXRlUmVjb3JkIH0gZnJvbSAnLi9lc29sdmUtdGltZS1zbG90LWRhdGUtcmVjb3JkLmludGVyZmFjZSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXNvbHZlVGltZVNsb3RDb25maWdSZWNvcmQge1xuICAgIHNsb3RzOiBFc29sdmVUaW1lU2xvdFJlY29yZFtdO1xuICAgIGRhdGVzOiBFc29sdmVUaW1lU2xvdERhdGVSZWNvcmRbXTtcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC1kYXRlLXJlY29yZC5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvaW50ZXJmYWNlcy9lc29sdmUtdGltZS1zbG90LWRhdGUtcmVjb3JkLmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBFc29sdmVUaW1lU2xvdERhdGVSZWNvcmQge1xuICAgIHRpbWVfc2xvdHNfaWQ6IG51bWJlcjtcbiAgICBkYXRlOiBzdHJpbmc7XG4gICAgdGltZXN0YW1wOiBudW1iZXI7XG4gICAgYXZhaWxhYmxlOiBudW1iZXI7XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC1kYXlzLXJlY29yZC5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvaW50ZXJmYWNlcy9lc29sdmUtdGltZS1zbG90LWRheXMtcmVjb3JkLmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBFc29sdmVUaW1lU2xvdERheXNSZWNvcmQge1xuICAgIG1vbjogYm9vbGVhbjtcbiAgICB0dWU6IGJvb2xlYW47XG4gICAgd2VkOiBib29sZWFuO1xuICAgIHRodTogYm9vbGVhbjtcbiAgICBmcmk6IGJvb2xlYW47XG4gICAgc2F0OiBib29sZWFuO1xuICAgIHN1bjogYm9vbGVhbjtcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC1yZWNvcmQuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL3NoaXBwaW5nL2ludGVyZmFjZXMvZXNvbHZlLXRpbWUtc2xvdC1yZWNvcmQuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFc29sdmVUaW1lU2xvdERheXNSZWNvcmQgfSBmcm9tICcuL2Vzb2x2ZS10aW1lLXNsb3QtZGF5cy1yZWNvcmQuaW50ZXJmYWNlJztcbmltcG9ydCB7IEVzb2x2ZVRpbWVTbG90VGltZXNSZWNvcmQgfSBmcm9tICcuL2Vzb2x2ZS10aW1lLXNsb3QtdGltZXMtcmVjb3JkLmludGVyZmFjZSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXNvbHZlVGltZVNsb3RSZWNvcmQge1xuICAgIGlkOiBudW1iZXI7XG4gICAgaWRlbnRpZmllcjogc3RyaW5nO1xuICAgIG5hbWU6IHN0cmluZztcbiAgICBsaW1pdDogbnVtYmVyO1xuICAgIGRheXM6IEVzb2x2ZVRpbWVTbG90RGF5c1JlY29yZDtcbiAgICB0aW1lczogRXNvbHZlVGltZVNsb3RUaW1lc1JlY29yZDtcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXRpbWUtc2xvdC10aW1lcy1yZWNvcmQuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL3NoaXBwaW5nL2ludGVyZmFjZXMvZXNvbHZlLXRpbWUtc2xvdC10aW1lcy1yZWNvcmQuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIEVzb2x2ZVRpbWVTbG90VGltZXNSZWNvcmQge1xuICAgIG9wZW46IHN0cmluZztcbiAgICBjbG9zZTogc3RyaW5nO1xufVxuIl19
@@ -1,9 +0,0 @@
1
- export * from './esolve-shipping-cost-record.interface';
2
- export * from './esolve-shipping-method-options.interface';
3
- export * from './esolve-shipping-method-record.interface';
4
- export * from './esolve-time-slot-config-record.interface';
5
- export * from './esolve-time-slot-date-record.interface';
6
- export * from './esolve-time-slot-days-record.interface';
7
- export * from './esolve-time-slot-record.interface';
8
- export * from './esolve-time-slot-times-record.interface';
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvaW50ZXJmYWNlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHlDQUF5QyxDQUFDO0FBQ3hELGNBQWMsNENBQTRDLENBQUM7QUFDM0QsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsMkNBQTJDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS1zaGlwcGluZy1jb3N0LXJlY29yZC5pbnRlcmZhY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9lc29sdmUtc2hpcHBpbmctbWV0aG9kLW9wdGlvbnMuaW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vZXNvbHZlLXNoaXBwaW5nLW1ldGhvZC1yZWNvcmQuaW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vZXNvbHZlLXRpbWUtc2xvdC1jb25maWctcmVjb3JkLmludGVyZmFjZSc7XG5leHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS10aW1lLXNsb3QtZGF0ZS1yZWNvcmQuaW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vZXNvbHZlLXRpbWUtc2xvdC1kYXlzLXJlY29yZC5pbnRlcmZhY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9lc29sdmUtdGltZS1zbG90LXJlY29yZC5pbnRlcmZhY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9lc29sdmUtdGltZS1zbG90LXRpbWVzLXJlY29yZC5pbnRlcmZhY2UnO1xuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLWluc3VyYW5jZS1jYWxjdWxhdGlvbi1tZXRob2QudHlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zaGlwcGluZy90eXBlcy9lc29sdmUtaW5zdXJhbmNlLWNhbGN1bGF0aW9uLW1ldGhvZC50eXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBFc29sdmVJbnN1cmFuY2VDYWxjdWxhdGlvbk1ldGhvZCA9XG4gICAgfCAnbm90X2FwcGxpY2FibGUnXG4gICAgfCAnaW5jbHVkZWRfaW5fcHJpY2UnXG4gICAgfCAncGVyY2VudGFnZV9vZl9wcmljZSc7XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNoaXBwaW5nLWNhbGN1bGF0aW9uLW1ldGhvZC50eXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL3NoaXBwaW5nL3R5cGVzL2Vzb2x2ZS1zaGlwcGluZy1jYWxjdWxhdGlvbi1tZXRob2QudHlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgRXNvbHZlU2hpcHBpbmdDYWxjdWxhdGlvbk1ldGhvZCA9XG4gICAgfCAnYnlfd2VpZ2h0J1xuICAgIHwgJ2J5X3ZvbHVtZSdcbiAgICB8ICdncmVhdGVyX29mX3ZvbHVtZV93ZWlnaHQnXG4gICAgfCAnYWRkX29uX3Byb2Zvcm1hJ1xuICAgIHwgJ3ZvbHVtZXRyaWMnXG4gICAgfCAnZmxhdF9yYXRlJ1xuICAgIHwgJ2ZyZWUnO1xuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNoaXBwaW5nLWxvY2F0aW9uLnR5cGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvdHlwZXMvZXNvbHZlLXNoaXBwaW5nLWxvY2F0aW9uLnR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIEVzb2x2ZVNoaXBwaW5nTG9jYXRpb24gPVxuICAgIHwgJ0RvbWVzdGljJ1xuICAgIHwgJ0ludGVybmF0aW9uYWwnXG4gICAgfCAnRG9tZXN0aWMgYW5kIEludGVybmF0aW9uYWwnO1xuIl19
@@ -1,4 +0,0 @@
1
- export * from './esolve-insurance-calculation-method.type';
2
- export * from './esolve-shipping-calculation-method.type';
3
- export * from './esolve-shipping-location.type';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc2hpcHBpbmcvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMsaUNBQWlDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Vzb2x2ZS1pbnN1cmFuY2UtY2FsY3VsYXRpb24tbWV0aG9kLnR5cGUnO1xuZXhwb3J0ICogZnJvbSAnLi9lc29sdmUtc2hpcHBpbmctY2FsY3VsYXRpb24tbWV0aG9kLnR5cGUnO1xuZXhwb3J0ICogZnJvbSAnLi9lc29sdmUtc2hpcHBpbmctbG9jYXRpb24udHlwZSc7XG4iXX0=
@@ -1,7 +0,0 @@
1
- export class EsolveSpecialDates {
2
- constructor(start, end) {
3
- this.start = start;
4
- this.end = end;
5
- }
6
- }
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNwZWNpYWwtZGF0ZXMubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc3BlY2lhbHMvZXNvbHZlLXNwZWNpYWwtZGF0ZXMubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLGtCQUFrQjtJQUMzQixZQUFtQixLQUFXLEVBQVMsR0FBUztRQUE3QixVQUFLLEdBQUwsS0FBSyxDQUFNO1FBQVMsUUFBRyxHQUFILEdBQUcsQ0FBTTtJQUFHLENBQUM7Q0FDdkQiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgRXNvbHZlU3BlY2lhbERhdGVzIHtcbiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgc3RhcnQ6IERhdGUsIHB1YmxpYyBlbmQ6IERhdGUpIHt9XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNwZWNpYWwtaW1hZ2UtY29sbGVjdGlvbi1yZWNvcmQuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL3NwZWNpYWxzL2Vzb2x2ZS1zcGVjaWFsLWltYWdlLWNvbGxlY3Rpb24tcmVjb3JkLmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRXNvbHZlU3BlY2lhbEltYWdlUmVjb3JkIH0gZnJvbSAnLi9lc29sdmUtc3BlY2lhbC1pbWFnZS1yZWNvcmQuaW50ZXJmYWNlJztcblxuZXhwb3J0IGludGVyZmFjZSBFc29sdmVTcGVjaWFsSW1hZ2VDb2xsZWN0aW9uUmVjb3JkIHtcbiAgICB0aHVtYj86IEVzb2x2ZVNwZWNpYWxJbWFnZVJlY29yZFtdO1xuICAgIGJhbm5lcj86IEVzb2x2ZVNwZWNpYWxJbWFnZVJlY29yZFtdO1xuICAgIGJhbm5lcl9tb2JpbGU/OiBFc29sdmVTcGVjaWFsSW1hZ2VSZWNvcmRbXTtcbn1cbiJdfQ==
@@ -1,25 +0,0 @@
1
- import { EsolveSpecialImage } from './esolve-special-image.model';
2
- export class EsolveSpecialImageCollection {
3
- constructor(image_container, images) {
4
- this.image_container = image_container;
5
- if (images.thumb && images.thumb.length > 0) {
6
- this.thumb = [];
7
- for (const image_record of images.thumb) {
8
- this.thumb.push(new EsolveSpecialImage(image_record));
9
- }
10
- }
11
- if (images.banner && images.banner.length > 0) {
12
- this.banner = [];
13
- for (const image_record of images.banner) {
14
- this.banner.push(new EsolveSpecialImage(image_record));
15
- }
16
- }
17
- if (images.banner_mobile && images.banner_mobile.length > 0) {
18
- this.banner_mobile = [];
19
- for (const image_record of images.banner_mobile) {
20
- this.banner_mobile.push(new EsolveSpecialImage(image_record));
21
- }
22
- }
23
- }
24
- }
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNwZWNpYWwtaW1hZ2UtY29sbGVjdGlvbi5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zcGVjaWFscy9lc29sdmUtc3BlY2lhbC1pbWFnZS1jb2xsZWN0aW9uLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBR2xFLE1BQU0sT0FBTyw0QkFBNEI7SUFLckMsWUFDVyxlQUF1QixFQUM5QixNQUEwQztRQURuQyxvQkFBZSxHQUFmLGVBQWUsQ0FBUTtRQUc5QixJQUFJLE1BQU0sQ0FBQyxLQUFLLElBQUksTUFBTSxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO1lBQ3pDLElBQUksQ0FBQyxLQUFLLEdBQUcsRUFBRSxDQUFDO1lBRWhCLEtBQUssTUFBTSxZQUFZLElBQUksTUFBTSxDQUFDLEtBQUssRUFBRTtnQkFDckMsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxrQkFBa0IsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDO2FBQ3pEO1NBQ0o7UUFFRCxJQUFJLE1BQU0sQ0FBQyxNQUFNLElBQUksTUFBTSxDQUFDLE1BQU0sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO1lBQzNDLElBQUksQ0FBQyxNQUFNLEdBQUcsRUFBRSxDQUFDO1lBRWpCLEtBQUssTUFBTSxZQUFZLElBQUksTUFBTSxDQUFDLE1BQU0sRUFBRTtnQkFDdEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxrQkFBa0IsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDO2FBQzFEO1NBQ0o7UUFFRCxJQUFJLE1BQU0sQ0FBQyxhQUFhLElBQUksTUFBTSxDQUFDLGFBQWEsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO1lBQ3pELElBQUksQ0FBQyxhQUFhLEdBQUcsRUFBRSxDQUFDO1lBRXhCLEtBQUssTUFBTSxZQUFZLElBQUksTUFBTSxDQUFDLGFBQWEsRUFBRTtnQkFDN0MsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxrQkFBa0IsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDO2FBQ2pFO1NBQ0o7SUFDTCxDQUFDO0NBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFc29sdmVTcGVjaWFsSW1hZ2UgfSBmcm9tICcuL2Vzb2x2ZS1zcGVjaWFsLWltYWdlLm1vZGVsJztcbmltcG9ydCB7IEVzb2x2ZVNwZWNpYWxJbWFnZUNvbGxlY3Rpb25SZWNvcmQgfSBmcm9tICcuL2Vzb2x2ZS1zcGVjaWFsLWltYWdlLWNvbGxlY3Rpb24tcmVjb3JkLmludGVyZmFjZSc7XG5cbmV4cG9ydCBjbGFzcyBFc29sdmVTcGVjaWFsSW1hZ2VDb2xsZWN0aW9uIHtcbiAgICBwdWJsaWMgdGh1bWI/OiBFc29sdmVTcGVjaWFsSW1hZ2VbXTtcbiAgICBwdWJsaWMgYmFubmVyPzogRXNvbHZlU3BlY2lhbEltYWdlW107XG4gICAgcHVibGljIGJhbm5lcl9tb2JpbGU/OiBFc29sdmVTcGVjaWFsSW1hZ2VbXTtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwdWJsaWMgaW1hZ2VfY29udGFpbmVyOiBzdHJpbmcsXG4gICAgICAgIGltYWdlczogRXNvbHZlU3BlY2lhbEltYWdlQ29sbGVjdGlvblJlY29yZCxcbiAgICApIHtcbiAgICAgICAgaWYgKGltYWdlcy50aHVtYiAmJiBpbWFnZXMudGh1bWIubGVuZ3RoID4gMCkge1xuICAgICAgICAgICAgdGhpcy50aHVtYiA9IFtdO1xuXG4gICAgICAgICAgICBmb3IgKGNvbnN0IGltYWdlX3JlY29yZCBvZiBpbWFnZXMudGh1bWIpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnRodW1iLnB1c2gobmV3IEVzb2x2ZVNwZWNpYWxJbWFnZShpbWFnZV9yZWNvcmQpKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChpbWFnZXMuYmFubmVyICYmIGltYWdlcy5iYW5uZXIubGVuZ3RoID4gMCkge1xuICAgICAgICAgICAgdGhpcy5iYW5uZXIgPSBbXTtcblxuICAgICAgICAgICAgZm9yIChjb25zdCBpbWFnZV9yZWNvcmQgb2YgaW1hZ2VzLmJhbm5lcikge1xuICAgICAgICAgICAgICAgIHRoaXMuYmFubmVyLnB1c2gobmV3IEVzb2x2ZVNwZWNpYWxJbWFnZShpbWFnZV9yZWNvcmQpKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChpbWFnZXMuYmFubmVyX21vYmlsZSAmJiBpbWFnZXMuYmFubmVyX21vYmlsZS5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICB0aGlzLmJhbm5lcl9tb2JpbGUgPSBbXTtcblxuICAgICAgICAgICAgZm9yIChjb25zdCBpbWFnZV9yZWNvcmQgb2YgaW1hZ2VzLmJhbm5lcl9tb2JpbGUpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmJhbm5lcl9tb2JpbGUucHVzaChuZXcgRXNvbHZlU3BlY2lhbEltYWdlKGltYWdlX3JlY29yZCkpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxufVxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNwZWNpYWwtaW1hZ2UtcmVjb3JkLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zcGVjaWFscy9lc29sdmUtc3BlY2lhbC1pbWFnZS1yZWNvcmQuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIEVzb2x2ZVNwZWNpYWxJbWFnZVJlY29yZCB7XG4gICAgaWQ6IG51bWJlcjtcbiAgICB3aWR0aDogbnVtYmVyO1xuICAgIGhlaWdodDogbnVtYmVyO1xuICAgIHNyYzogc3RyaW5nO1xufVxuIl19
@@ -1,9 +0,0 @@
1
- export class EsolveSpecialImage {
2
- constructor(record) {
3
- this.id = +record.id;
4
- this.width = +record.width;
5
- this.height = +record.height;
6
- this.src = record.src;
7
- }
8
- }
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNwZWNpYWwtaW1hZ2UubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc3BlY2lhbHMvZXNvbHZlLXNwZWNpYWwtaW1hZ2UubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxPQUFPLGtCQUFrQjtJQU0zQixZQUFZLE1BQWdDO1FBQ3hDLElBQUksQ0FBQyxFQUFFLEdBQUcsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQ3JCLElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDO1FBQzNCLElBQUksQ0FBQyxNQUFNLEdBQUcsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDO1FBQzdCLElBQUksQ0FBQyxHQUFHLEdBQUcsTUFBTSxDQUFDLEdBQUcsQ0FBQztJQUMxQixDQUFDO0NBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFc29sdmVTcGVjaWFsSW1hZ2VSZWNvcmQgfSBmcm9tICcuL2Vzb2x2ZS1zcGVjaWFsLWltYWdlLXJlY29yZC5pbnRlcmZhY2UnO1xuXG5leHBvcnQgY2xhc3MgRXNvbHZlU3BlY2lhbEltYWdlIHtcbiAgICBwdWJsaWMgaWQ6IG51bWJlcjtcbiAgICBwdWJsaWMgd2lkdGg6IG51bWJlcjtcbiAgICBwdWJsaWMgaGVpZ2h0OiBudW1iZXI7XG4gICAgcHVibGljIHNyYzogc3RyaW5nO1xuXG4gICAgY29uc3RydWN0b3IocmVjb3JkOiBFc29sdmVTcGVjaWFsSW1hZ2VSZWNvcmQpIHtcbiAgICAgICAgdGhpcy5pZCA9ICtyZWNvcmQuaWQ7XG4gICAgICAgIHRoaXMud2lkdGggPSArcmVjb3JkLndpZHRoO1xuICAgICAgICB0aGlzLmhlaWdodCA9ICtyZWNvcmQuaGVpZ2h0O1xuICAgICAgICB0aGlzLnNyYyA9IHJlY29yZC5zcmM7XG4gICAgfVxufVxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNwZWNpYWwtb3B0aW9ucy5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L3NyYy9saWIvc3BlY2lhbHMvZXNvbHZlLXNwZWNpYWwtb3B0aW9ucy5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgRXNvbHZlU3BlY2lhbE9wdGlvbnMge1xuICAgIGxvY2F0aW9uX2lkPzogbnVtYmVyO1xuICAgIGZlYXR1cmVkX29ubHk/OiBib29sZWFuO1xuICAgIGltYWdlX2NvbnRhaW5lcj86IHN0cmluZztcbiAgICBzcGVjaWFsX3R5cGU/OiBzdHJpbmc7XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLXNwZWNpYWwtcmVjb3JkLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9zcGVjaWFscy9lc29sdmUtc3BlY2lhbC1yZWNvcmQuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFc29sdmVMaW5rZWRBc3NldFJlY29yZCB9IGZyb20gJy4uL3NoYXJlZC9hc3NldHMnO1xuaW1wb3J0IHsgRXNvbHZlU3BlY2lhbEltYWdlQ29sbGVjdGlvblJlY29yZCB9IGZyb20gJy4vZXNvbHZlLXNwZWNpYWwtaW1hZ2UtY29sbGVjdGlvbi1yZWNvcmQuaW50ZXJmYWNlJztcblxuZXhwb3J0IGludGVyZmFjZSBFc29sdmVTcGVjaWFsUmVjb3JkIHtcbiAgICBpZDogbnVtYmVyO1xuICAgIGlkZW50aWZpZXI6IHN0cmluZztcbiAgICBzb3J0X3ByaW9yaXR5OiBudW1iZXI7XG4gICAgbmFtZTogc3RyaW5nO1xuICAgIGRlc2NyaXB0aW9uOiBzdHJpbmc7XG4gICAgZGlzY291bnRfdHlwZTogbnVtYmVyO1xuICAgIHNwZWNpYWxfdHlwZTogc3RyaW5nO1xuICAgIGxvY2F0aW9uX2lkOiBudW1iZXI7XG4gICAgZnJvbV9kYXRlOiBzdHJpbmc7XG4gICAgZnJvbV9kYXRlX3RpbWVzdGFtcDogbnVtYmVyO1xuICAgIHRvX2RhdGU6IHN0cmluZztcbiAgICB0b19kYXRlX3RpbWVzdGFtcDogbnVtYmVyO1xuICAgIHNlb19wYWdlX3ByaW9yaXR5OiBudW1iZXI7XG4gICAgc2VvX3BhZ2VfdXBkYXRlX2ZyZXF1ZW5jeTogc3RyaW5nO1xuICAgIHNlb19wYWdlX3RpdGxlOiBzdHJpbmc7XG4gICAgc2VvX2tleXdvcmRzOiBzdHJpbmc7XG4gICAgc2VvX2Rlc2NyaXB0aW9uOiBzdHJpbmc7XG4gICAgYWN0aXZlOiBib29sZWFuO1xuICAgIGZlYXR1cmVkOiBib29sZWFuO1xuICAgIGltYWdlX2NvbnRhaW5lcjogc3RyaW5nO1xuICAgIGFzc2V0czogRXNvbHZlTGlua2VkQXNzZXRSZWNvcmRbXTtcbiAgICBpbWFnZXM/OiBFc29sdmVTcGVjaWFsSW1hZ2VDb2xsZWN0aW9uUmVjb3JkO1xufVxuIl19