@compassdigital/sdk.typescript 4.136.0 → 4.139.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 (325) hide show
  1. package/lib/index.d.ts +35 -10
  2. package/lib/index.d.ts.map +1 -1
  3. package/lib/index.js +37 -10
  4. package/lib/index.js.map +1 -1
  5. package/lib/interface/auth.d.ts +14 -3
  6. package/lib/interface/auth.d.ts.map +1 -1
  7. package/lib/interface/consumer.d.ts +84 -11
  8. package/lib/interface/consumer.d.ts.map +1 -1
  9. package/lib/interface/location.d.ts +2 -0
  10. package/lib/interface/location.d.ts.map +1 -1
  11. package/lib/interface/menu.d.ts +68 -0
  12. package/lib/interface/menu.d.ts.map +1 -1
  13. package/lib/interface/order.d.ts +31 -0
  14. package/lib/interface/order.d.ts.map +1 -1
  15. package/lib/interface/promo.d.ts +1 -1
  16. package/lib/interface/promo.d.ts.map +1 -1
  17. package/lib/interface/shoppingcart.d.ts +5 -0
  18. package/lib/interface/shoppingcart.d.ts.map +1 -1
  19. package/lib/{events → messages/commands}/SendPushNotificationCommand.d.ts +4 -4
  20. package/lib/messages/commands/SendPushNotificationCommand.d.ts.map +1 -0
  21. package/lib/messages/commands/SendPushNotificationCommand.js.map +1 -0
  22. package/lib/messages/commands/index.d.ts +2 -0
  23. package/lib/messages/commands/index.d.ts.map +1 -0
  24. package/lib/messages/commands/index.js.map +1 -0
  25. package/lib/messages/events/index.d.ts +1 -0
  26. package/lib/messages/events/index.d.ts.map +1 -0
  27. package/lib/messages/events/index.js +3 -0
  28. package/lib/messages/events/index.js.map +1 -0
  29. package/lib/{events/CheckinProcessingFailed.d.ts → messages/legacy/CheckinProcessingFailedEvent.d.ts} +7 -2
  30. package/lib/messages/legacy/CheckinProcessingFailedEvent.d.ts.map +1 -0
  31. package/lib/{events/FrictionlessCheckinExecuted.js → messages/legacy/CheckinProcessingFailedEvent.js} +1 -1
  32. package/lib/messages/legacy/CheckinProcessingFailedEvent.js.map +1 -0
  33. package/lib/{events/FrictionlessCheckinExecuted.d.ts → messages/legacy/FrictionlessCheckinExecutedEvent.d.ts} +7 -2
  34. package/lib/messages/legacy/FrictionlessCheckinExecutedEvent.d.ts.map +1 -0
  35. package/lib/messages/legacy/FrictionlessCheckinExecutedEvent.js +4 -0
  36. package/lib/messages/legacy/FrictionlessCheckinExecutedEvent.js.map +1 -0
  37. package/lib/{events/FrictionlessShopperCheckedOut.d.ts → messages/legacy/FrictionlessShopperCheckedOutEvent.d.ts} +7 -2
  38. package/lib/messages/legacy/FrictionlessShopperCheckedOutEvent.d.ts.map +1 -0
  39. package/lib/messages/legacy/FrictionlessShopperCheckedOutEvent.js +4 -0
  40. package/lib/messages/legacy/FrictionlessShopperCheckedOutEvent.js.map +1 -0
  41. package/lib/{events/FrictionlessThirdPartyWebhookReceived.d.ts → messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.d.ts} +7 -2
  42. package/lib/messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.d.ts.map +1 -0
  43. package/lib/messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.js +4 -0
  44. package/lib/messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.js.map +1 -0
  45. package/lib/messages/legacy/LegacyBrandCleanupRequestedEvent.d.ts +15 -0
  46. package/lib/messages/legacy/LegacyBrandCleanupRequestedEvent.d.ts.map +1 -0
  47. package/lib/messages/legacy/LegacyBrandCleanupRequestedEvent.js +4 -0
  48. package/lib/messages/legacy/LegacyBrandCleanupRequestedEvent.js.map +1 -0
  49. package/lib/{events/LegacyBrandExcelImportRequested.d.ts → messages/legacy/LegacyBrandExcelImportRequestedEvent.d.ts} +6 -2
  50. package/lib/messages/legacy/LegacyBrandExcelImportRequestedEvent.d.ts.map +1 -0
  51. package/lib/messages/legacy/LegacyBrandExcelImportRequestedEvent.js +4 -0
  52. package/lib/messages/legacy/LegacyBrandExcelImportRequestedEvent.js.map +1 -0
  53. package/lib/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.d.ts +15 -0
  54. package/lib/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.d.ts.map +1 -0
  55. package/lib/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.js +4 -0
  56. package/lib/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.js.map +1 -0
  57. package/lib/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.d.ts +15 -0
  58. package/lib/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.d.ts.map +1 -0
  59. package/lib/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.js +4 -0
  60. package/lib/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.js.map +1 -0
  61. package/lib/messages/legacy/LegacyDraftBrandPublishRequestedEvent.d.ts +16 -0
  62. package/lib/messages/legacy/LegacyDraftBrandPublishRequestedEvent.d.ts.map +1 -0
  63. package/lib/{events/FrictionlessThirdPartyWebhookReceived.js → messages/legacy/LegacyDraftBrandPublishRequestedEvent.js} +1 -1
  64. package/lib/messages/legacy/LegacyDraftBrandPublishRequestedEvent.js.map +1 -0
  65. package/lib/{events/LegacyDraftBrandPublished.d.ts → messages/legacy/LegacyDraftBrandPublishedEvent.d.ts} +6 -2
  66. package/lib/messages/legacy/LegacyDraftBrandPublishedEvent.d.ts.map +1 -0
  67. package/lib/{events/FrictionlessShopperCheckedOut.js → messages/legacy/LegacyDraftBrandPublishedEvent.js} +1 -1
  68. package/lib/messages/legacy/LegacyDraftBrandPublishedEvent.js.map +1 -0
  69. package/lib/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.d.ts +16 -0
  70. package/lib/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.d.ts.map +1 -0
  71. package/lib/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.js +4 -0
  72. package/lib/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.js.map +1 -0
  73. package/lib/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.d.ts +15 -0
  74. package/lib/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.d.ts.map +1 -0
  75. package/lib/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.js +4 -0
  76. package/lib/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.js.map +1 -0
  77. package/lib/messages/legacy/LegacyItemExcelImportRequestedEvent.d.ts +16 -0
  78. package/lib/messages/legacy/LegacyItemExcelImportRequestedEvent.d.ts.map +1 -0
  79. package/lib/messages/legacy/LegacyItemExcelImportRequestedEvent.js +4 -0
  80. package/lib/messages/legacy/LegacyItemExcelImportRequestedEvent.js.map +1 -0
  81. package/lib/{events/LegacyItemExcelValidationRequested.d.ts → messages/legacy/LegacyItemExcelValidationRequestedEvent.d.ts} +6 -2
  82. package/lib/messages/legacy/LegacyItemExcelValidationRequestedEvent.d.ts.map +1 -0
  83. package/lib/messages/legacy/LegacyItemExcelValidationRequestedEvent.js +4 -0
  84. package/lib/messages/legacy/LegacyItemExcelValidationRequestedEvent.js.map +1 -0
  85. package/lib/messages/legacy/LegacyLocalMenuGroupDeletedEvent.d.ts +15 -0
  86. package/lib/messages/legacy/LegacyLocalMenuGroupDeletedEvent.d.ts.map +1 -0
  87. package/lib/messages/legacy/LegacyLocalMenuGroupDeletedEvent.js +4 -0
  88. package/lib/messages/legacy/LegacyLocalMenuGroupDeletedEvent.js.map +1 -0
  89. package/lib/{events/LegacyLocationCreated.d.ts → messages/legacy/LegacyLocationCreatedEvent.d.ts} +7 -3
  90. package/lib/messages/legacy/LegacyLocationCreatedEvent.d.ts.map +1 -0
  91. package/lib/{events/LegacyDraftBrandPublished.js → messages/legacy/LegacyLocationCreatedEvent.js} +1 -1
  92. package/lib/messages/legacy/LegacyLocationCreatedEvent.js.map +1 -0
  93. package/lib/{events/LegacyLocationUpdated.d.ts → messages/legacy/LegacyLocationUpdatedEvent.d.ts} +7 -3
  94. package/lib/messages/legacy/LegacyLocationUpdatedEvent.d.ts.map +1 -0
  95. package/lib/messages/legacy/LegacyLocationUpdatedEvent.js +4 -0
  96. package/lib/messages/legacy/LegacyLocationUpdatedEvent.js.map +1 -0
  97. package/lib/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.d.ts +16 -0
  98. package/lib/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.d.ts.map +1 -0
  99. package/lib/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.js +4 -0
  100. package/lib/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.js.map +1 -0
  101. package/lib/{events/LegacyMenuUpdated.d.ts → messages/legacy/LegacyMenuUpdatedEvent.d.ts} +6 -2
  102. package/lib/messages/legacy/LegacyMenuUpdatedEvent.d.ts.map +1 -0
  103. package/lib/{events/LegacyLocationCreated.js → messages/legacy/LegacyMenuUpdatedEvent.js} +1 -1
  104. package/lib/messages/legacy/LegacyMenuUpdatedEvent.js.map +1 -0
  105. package/lib/{events/LegacyOrderCreated.d.ts → messages/legacy/LegacyOrderCreatedEvent.d.ts} +6 -2
  106. package/lib/messages/legacy/LegacyOrderCreatedEvent.d.ts.map +1 -0
  107. package/lib/{events/CheckinProcessingFailed.js → messages/legacy/LegacyOrderCreatedEvent.js} +1 -1
  108. package/lib/messages/legacy/LegacyOrderCreatedEvent.js.map +1 -0
  109. package/lib/{events/LegacyOrderReadyStatusUpdate.d.ts → messages/legacy/LegacyOrderReadyStatusUpdateEvent.d.ts} +6 -2
  110. package/lib/messages/legacy/LegacyOrderReadyStatusUpdateEvent.d.ts.map +1 -0
  111. package/lib/messages/legacy/LegacyOrderReadyStatusUpdateEvent.js +4 -0
  112. package/lib/messages/legacy/LegacyOrderReadyStatusUpdateEvent.js.map +1 -0
  113. package/lib/{events/LegacyOrderUpdated.d.ts → messages/legacy/LegacyOrderUpdatedEvent.d.ts} +6 -2
  114. package/lib/messages/legacy/LegacyOrderUpdatedEvent.d.ts.map +1 -0
  115. package/lib/{events/LegacyLocationUpdated.js → messages/legacy/LegacyOrderUpdatedEvent.js} +1 -1
  116. package/lib/messages/legacy/LegacyOrderUpdatedEvent.js.map +1 -0
  117. package/lib/{events/LegacyPopulateLocalBrandsRequested.d.ts → messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.d.ts} +6 -2
  118. package/lib/messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.d.ts.map +1 -0
  119. package/lib/messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.js +4 -0
  120. package/lib/messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.js.map +1 -0
  121. package/lib/{events/LegacyShoppingCartCreated.d.ts → messages/legacy/LegacyShoppingCartCreatedEvent.d.ts} +6 -2
  122. package/lib/messages/legacy/LegacyShoppingCartCreatedEvent.d.ts.map +1 -0
  123. package/lib/{events/LegacyBrandCleanupRequested.js → messages/legacy/LegacyShoppingCartCreatedEvent.js} +1 -1
  124. package/lib/messages/legacy/LegacyShoppingCartCreatedEvent.js.map +1 -0
  125. package/lib/{events/LegacyShoppingCartUpdated.d.ts → messages/legacy/LegacyShoppingCartUpdatedEvent.d.ts} +6 -2
  126. package/lib/messages/legacy/LegacyShoppingCartUpdatedEvent.d.ts.map +1 -0
  127. package/lib/messages/legacy/LegacyShoppingCartUpdatedEvent.js +4 -0
  128. package/lib/messages/legacy/LegacyShoppingCartUpdatedEvent.js.map +1 -0
  129. package/lib/{events/LegacyUserCreated.d.ts → messages/legacy/LegacyUserCreatedEvent.d.ts} +10 -2
  130. package/lib/messages/legacy/LegacyUserCreatedEvent.d.ts.map +1 -0
  131. package/lib/{events/LegacyMenuUpdated.js → messages/legacy/LegacyUserCreatedEvent.js} +1 -1
  132. package/lib/messages/legacy/LegacyUserCreatedEvent.js.map +1 -0
  133. package/lib/{events/LegacyUserUpdated.d.ts → messages/legacy/LegacyUserUpdatedEvent.d.ts} +10 -2
  134. package/lib/messages/legacy/LegacyUserUpdatedEvent.d.ts.map +1 -0
  135. package/lib/{events/LegacyOrderCreated.js → messages/legacy/LegacyUserUpdatedEvent.js} +1 -1
  136. package/lib/messages/legacy/LegacyUserUpdatedEvent.js.map +1 -0
  137. package/lib/messages/legacy/LegacyV2MenuCreatedEvent.d.ts +13 -0
  138. package/lib/messages/legacy/LegacyV2MenuCreatedEvent.d.ts.map +1 -0
  139. package/lib/messages/legacy/LegacyV2MenuCreatedEvent.js +4 -0
  140. package/lib/messages/legacy/LegacyV2MenuCreatedEvent.js.map +1 -0
  141. package/lib/messages/legacy/LegacyV2MenuDeletedEvent.d.ts +13 -0
  142. package/lib/messages/legacy/LegacyV2MenuDeletedEvent.d.ts.map +1 -0
  143. package/lib/messages/legacy/LegacyV2MenuDeletedEvent.js +4 -0
  144. package/lib/messages/legacy/LegacyV2MenuDeletedEvent.js.map +1 -0
  145. package/lib/messages/legacy/LegacyV2MenuUpdatedEvent.d.ts +13 -0
  146. package/lib/messages/legacy/LegacyV2MenuUpdatedEvent.d.ts.map +1 -0
  147. package/lib/messages/legacy/LegacyV2MenuUpdatedEvent.js +4 -0
  148. package/lib/messages/legacy/LegacyV2MenuUpdatedEvent.js.map +1 -0
  149. package/lib/{events/LegacyWebhookEventCreated.d.ts → messages/legacy/LegacyWebhookEventCreatedEvent.d.ts} +6 -3
  150. package/lib/messages/legacy/LegacyWebhookEventCreatedEvent.d.ts.map +1 -0
  151. package/lib/messages/legacy/LegacyWebhookEventCreatedEvent.js +4 -0
  152. package/lib/messages/legacy/LegacyWebhookEventCreatedEvent.js.map +1 -0
  153. package/lib/messages/legacy/ReprocessCheckinCommandArrivedEvent.d.ts +12 -0
  154. package/lib/messages/legacy/ReprocessCheckinCommandArrivedEvent.d.ts.map +1 -0
  155. package/lib/messages/legacy/ReprocessCheckinCommandArrivedEvent.js +4 -0
  156. package/lib/messages/legacy/ReprocessCheckinCommandArrivedEvent.js.map +1 -0
  157. package/lib/{events/ScanAndGoLocationBrandCreated.d.ts → messages/legacy/ScanAndGoLocationBrandCreatedEvent.d.ts} +6 -2
  158. package/lib/messages/legacy/ScanAndGoLocationBrandCreatedEvent.d.ts.map +1 -0
  159. package/lib/messages/legacy/ScanAndGoLocationBrandCreatedEvent.js +4 -0
  160. package/lib/messages/legacy/ScanAndGoLocationBrandCreatedEvent.js.map +1 -0
  161. package/lib/{events/UpdateCheckInPaymentRequired.d.ts → messages/legacy/UpdateCheckInPaymentRequiredEvent.d.ts} +7 -2
  162. package/lib/messages/legacy/UpdateCheckInPaymentRequiredEvent.d.ts.map +1 -0
  163. package/lib/messages/legacy/UpdateCheckInPaymentRequiredEvent.js +4 -0
  164. package/lib/messages/legacy/UpdateCheckInPaymentRequiredEvent.js.map +1 -0
  165. package/lib/{events → messages/legacy}/index.d.ts +34 -35
  166. package/lib/messages/legacy/index.d.ts.map +1 -0
  167. package/lib/{events/LegacyUserUpdated.js → messages/legacy/index.js} +1 -1
  168. package/lib/messages/legacy/index.js.map +1 -0
  169. package/package.json +11 -5
  170. package/src/index.ts +87 -24
  171. package/src/interface/auth.ts +22 -3
  172. package/src/interface/consumer.ts +119 -21
  173. package/src/interface/location.ts +2 -0
  174. package/src/interface/menu.ts +86 -0
  175. package/src/interface/order.ts +52 -0
  176. package/src/interface/promo.ts +1 -1
  177. package/src/interface/shoppingcart.ts +5 -0
  178. package/src/{events → messages/commands}/SendPushNotificationCommand.ts +4 -4
  179. package/src/messages/commands/index.ts +3 -0
  180. package/src/messages/events/index.ts +1 -0
  181. package/src/{events/CheckinProcessingFailed.ts → messages/legacy/CheckinProcessingFailedEvent.ts} +6 -1
  182. package/src/{events/FrictionlessCheckinExecuted.ts → messages/legacy/FrictionlessCheckinExecutedEvent.ts} +6 -1
  183. package/src/{events/FrictionlessShopperCheckedOut.ts → messages/legacy/FrictionlessShopperCheckedOutEvent.ts} +6 -1
  184. package/src/{events/FrictionlessThirdPartyWebhookReceived.ts → messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.ts} +6 -1
  185. package/src/{events/LegacyBrandCleanupRequested.ts → messages/legacy/LegacyBrandCleanupRequestedEvent.ts} +5 -1
  186. package/src/{events/LegacyBrandExcelImportRequested.ts → messages/legacy/LegacyBrandExcelImportRequestedEvent.ts} +5 -1
  187. package/src/{events/LegacyDraftBrandDiffGenerateRequested.ts → messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.ts} +5 -1
  188. package/src/{events/LegacyDraftBrandGlobalDiffsApplyRequested.ts → messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.ts} +5 -1
  189. package/src/{events/LegacyDraftBrandPublishRequested.ts → messages/legacy/LegacyDraftBrandPublishRequestedEvent.ts} +5 -1
  190. package/src/{events/LegacyDraftBrandPublished.ts → messages/legacy/LegacyDraftBrandPublishedEvent.ts} +5 -1
  191. package/src/{events/LegacyDraftMenuPublishedToV2Menu.ts → messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.ts} +5 -1
  192. package/src/{events/LegacyGlobalMenuGroupDeleted.ts → messages/legacy/LegacyGlobalMenuGroupDeletedEvent.ts} +5 -1
  193. package/src/{events/LegacyItemExcelImportRequested.ts → messages/legacy/LegacyItemExcelImportRequestedEvent.ts} +5 -1
  194. package/src/{events/LegacyItemExcelValidationRequested.ts → messages/legacy/LegacyItemExcelValidationRequestedEvent.ts} +5 -1
  195. package/src/{events/LegacyLocalMenuGroupDeleted.ts → messages/legacy/LegacyLocalMenuGroupDeletedEvent.ts} +5 -1
  196. package/src/{events/LegacyLocationCreated.ts → messages/legacy/LegacyLocationCreatedEvent.ts} +7 -3
  197. package/src/{events/LegacyLocationUpdated.ts → messages/legacy/LegacyLocationUpdatedEvent.ts} +7 -3
  198. package/src/{events/LegacyMenuPublishToV2MenuRequested.ts → messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.ts} +5 -1
  199. package/src/{events/LegacyMenuUpdated.ts → messages/legacy/LegacyMenuUpdatedEvent.ts} +5 -1
  200. package/src/{events/LegacyOrderCreated.ts → messages/legacy/LegacyOrderCreatedEvent.ts} +5 -1
  201. package/src/{events/LegacyOrderReadyStatusUpdate.ts → messages/legacy/LegacyOrderReadyStatusUpdateEvent.ts} +5 -1
  202. package/src/{events/LegacyOrderUpdated.ts → messages/legacy/LegacyOrderUpdatedEvent.ts} +5 -1
  203. package/src/{events/LegacyPopulateLocalBrandsRequested.ts → messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.ts} +5 -1
  204. package/src/{events/LegacyShoppingCartCreated.ts → messages/legacy/LegacyShoppingCartCreatedEvent.ts} +5 -1
  205. package/src/{events/LegacyShoppingCartUpdated.ts → messages/legacy/LegacyShoppingCartUpdatedEvent.ts} +5 -1
  206. package/src/{events/LegacyUserCreated.ts → messages/legacy/LegacyUserCreatedEvent.ts} +9 -1
  207. package/src/{events/LegacyUserUpdated.ts → messages/legacy/LegacyUserUpdatedEvent.ts} +9 -1
  208. package/src/{events/LegacyV2MenuCreated.ts → messages/legacy/LegacyV2MenuCreatedEvent.ts} +5 -1
  209. package/src/{events/LegacyV2MenuDeleted.ts → messages/legacy/LegacyV2MenuDeletedEvent.ts} +5 -1
  210. package/src/{events/LegacyV2MenuUpdated.ts → messages/legacy/LegacyV2MenuUpdatedEvent.ts} +5 -1
  211. package/src/{events/LegacyWebhookEventCreated.ts → messages/legacy/LegacyWebhookEventCreatedEvent.ts} +5 -2
  212. package/src/{events/ReprocessCheckinCommandArrived.ts → messages/legacy/ReprocessCheckinCommandArrivedEvent.ts} +6 -1
  213. package/src/{events/ScanAndGoLocationBrandCreated.ts → messages/legacy/ScanAndGoLocationBrandCreatedEvent.ts} +5 -1
  214. package/src/{events/UpdateCheckInPaymentRequired.ts → messages/legacy/UpdateCheckInPaymentRequiredEvent.ts} +6 -1
  215. package/src/{events → messages/legacy}/index.ts +34 -36
  216. package/lib/events/CheckinProcessingFailed.d.ts.map +0 -1
  217. package/lib/events/CheckinProcessingFailed.js.map +0 -1
  218. package/lib/events/FrictionlessCheckinExecuted.d.ts.map +0 -1
  219. package/lib/events/FrictionlessCheckinExecuted.js.map +0 -1
  220. package/lib/events/FrictionlessShopperCheckedOut.d.ts.map +0 -1
  221. package/lib/events/FrictionlessShopperCheckedOut.js.map +0 -1
  222. package/lib/events/FrictionlessThirdPartyWebhookReceived.d.ts.map +0 -1
  223. package/lib/events/FrictionlessThirdPartyWebhookReceived.js.map +0 -1
  224. package/lib/events/LegacyBrandCleanupRequested.d.ts +0 -11
  225. package/lib/events/LegacyBrandCleanupRequested.d.ts.map +0 -1
  226. package/lib/events/LegacyBrandCleanupRequested.js.map +0 -1
  227. package/lib/events/LegacyBrandExcelImportRequested.d.ts.map +0 -1
  228. package/lib/events/LegacyBrandExcelImportRequested.js +0 -4
  229. package/lib/events/LegacyBrandExcelImportRequested.js.map +0 -1
  230. package/lib/events/LegacyDraftBrandDiffGenerateRequested.d.ts +0 -11
  231. package/lib/events/LegacyDraftBrandDiffGenerateRequested.d.ts.map +0 -1
  232. package/lib/events/LegacyDraftBrandDiffGenerateRequested.js +0 -4
  233. package/lib/events/LegacyDraftBrandDiffGenerateRequested.js.map +0 -1
  234. package/lib/events/LegacyDraftBrandGlobalDiffsApplyRequested.d.ts +0 -11
  235. package/lib/events/LegacyDraftBrandGlobalDiffsApplyRequested.d.ts.map +0 -1
  236. package/lib/events/LegacyDraftBrandGlobalDiffsApplyRequested.js +0 -4
  237. package/lib/events/LegacyDraftBrandGlobalDiffsApplyRequested.js.map +0 -1
  238. package/lib/events/LegacyDraftBrandPublishRequested.d.ts +0 -12
  239. package/lib/events/LegacyDraftBrandPublishRequested.d.ts.map +0 -1
  240. package/lib/events/LegacyDraftBrandPublishRequested.js +0 -4
  241. package/lib/events/LegacyDraftBrandPublishRequested.js.map +0 -1
  242. package/lib/events/LegacyDraftBrandPublished.d.ts.map +0 -1
  243. package/lib/events/LegacyDraftBrandPublished.js.map +0 -1
  244. package/lib/events/LegacyDraftMenuPublishedToV2Menu.d.ts +0 -12
  245. package/lib/events/LegacyDraftMenuPublishedToV2Menu.d.ts.map +0 -1
  246. package/lib/events/LegacyDraftMenuPublishedToV2Menu.js +0 -4
  247. package/lib/events/LegacyDraftMenuPublishedToV2Menu.js.map +0 -1
  248. package/lib/events/LegacyGlobalMenuGroupDeleted.d.ts +0 -11
  249. package/lib/events/LegacyGlobalMenuGroupDeleted.d.ts.map +0 -1
  250. package/lib/events/LegacyGlobalMenuGroupDeleted.js +0 -4
  251. package/lib/events/LegacyGlobalMenuGroupDeleted.js.map +0 -1
  252. package/lib/events/LegacyItemExcelImportRequested.d.ts +0 -12
  253. package/lib/events/LegacyItemExcelImportRequested.d.ts.map +0 -1
  254. package/lib/events/LegacyItemExcelImportRequested.js +0 -4
  255. package/lib/events/LegacyItemExcelImportRequested.js.map +0 -1
  256. package/lib/events/LegacyItemExcelValidationRequested.d.ts.map +0 -1
  257. package/lib/events/LegacyItemExcelValidationRequested.js +0 -4
  258. package/lib/events/LegacyItemExcelValidationRequested.js.map +0 -1
  259. package/lib/events/LegacyLocalMenuGroupDeleted.d.ts +0 -11
  260. package/lib/events/LegacyLocalMenuGroupDeleted.d.ts.map +0 -1
  261. package/lib/events/LegacyLocalMenuGroupDeleted.js +0 -4
  262. package/lib/events/LegacyLocalMenuGroupDeleted.js.map +0 -1
  263. package/lib/events/LegacyLocationCreated.d.ts.map +0 -1
  264. package/lib/events/LegacyLocationCreated.js.map +0 -1
  265. package/lib/events/LegacyLocationUpdated.d.ts.map +0 -1
  266. package/lib/events/LegacyLocationUpdated.js.map +0 -1
  267. package/lib/events/LegacyMenuPublishToV2MenuRequested.d.ts +0 -12
  268. package/lib/events/LegacyMenuPublishToV2MenuRequested.d.ts.map +0 -1
  269. package/lib/events/LegacyMenuPublishToV2MenuRequested.js +0 -4
  270. package/lib/events/LegacyMenuPublishToV2MenuRequested.js.map +0 -1
  271. package/lib/events/LegacyMenuUpdated.d.ts.map +0 -1
  272. package/lib/events/LegacyMenuUpdated.js.map +0 -1
  273. package/lib/events/LegacyOrderCreated.d.ts.map +0 -1
  274. package/lib/events/LegacyOrderCreated.js.map +0 -1
  275. package/lib/events/LegacyOrderReadyStatusUpdate.d.ts.map +0 -1
  276. package/lib/events/LegacyOrderReadyStatusUpdate.js +0 -4
  277. package/lib/events/LegacyOrderReadyStatusUpdate.js.map +0 -1
  278. package/lib/events/LegacyOrderUpdated.d.ts.map +0 -1
  279. package/lib/events/LegacyOrderUpdated.js +0 -4
  280. package/lib/events/LegacyOrderUpdated.js.map +0 -1
  281. package/lib/events/LegacyPopulateLocalBrandsRequested.d.ts.map +0 -1
  282. package/lib/events/LegacyPopulateLocalBrandsRequested.js +0 -4
  283. package/lib/events/LegacyPopulateLocalBrandsRequested.js.map +0 -1
  284. package/lib/events/LegacyShoppingCartCreated.d.ts.map +0 -1
  285. package/lib/events/LegacyShoppingCartCreated.js +0 -4
  286. package/lib/events/LegacyShoppingCartCreated.js.map +0 -1
  287. package/lib/events/LegacyShoppingCartUpdated.d.ts.map +0 -1
  288. package/lib/events/LegacyShoppingCartUpdated.js +0 -4
  289. package/lib/events/LegacyShoppingCartUpdated.js.map +0 -1
  290. package/lib/events/LegacyUserCreated.d.ts.map +0 -1
  291. package/lib/events/LegacyUserCreated.js +0 -4
  292. package/lib/events/LegacyUserCreated.js.map +0 -1
  293. package/lib/events/LegacyUserUpdated.d.ts.map +0 -1
  294. package/lib/events/LegacyUserUpdated.js.map +0 -1
  295. package/lib/events/LegacyV2MenuCreated.d.ts +0 -9
  296. package/lib/events/LegacyV2MenuCreated.d.ts.map +0 -1
  297. package/lib/events/LegacyV2MenuCreated.js +0 -4
  298. package/lib/events/LegacyV2MenuCreated.js.map +0 -1
  299. package/lib/events/LegacyV2MenuDeleted.d.ts +0 -9
  300. package/lib/events/LegacyV2MenuDeleted.d.ts.map +0 -1
  301. package/lib/events/LegacyV2MenuDeleted.js +0 -4
  302. package/lib/events/LegacyV2MenuDeleted.js.map +0 -1
  303. package/lib/events/LegacyV2MenuUpdated.d.ts +0 -9
  304. package/lib/events/LegacyV2MenuUpdated.d.ts.map +0 -1
  305. package/lib/events/LegacyV2MenuUpdated.js +0 -4
  306. package/lib/events/LegacyV2MenuUpdated.js.map +0 -1
  307. package/lib/events/LegacyWebhookEventCreated.d.ts.map +0 -1
  308. package/lib/events/LegacyWebhookEventCreated.js +0 -4
  309. package/lib/events/LegacyWebhookEventCreated.js.map +0 -1
  310. package/lib/events/ReprocessCheckinCommandArrived.d.ts +0 -7
  311. package/lib/events/ReprocessCheckinCommandArrived.d.ts.map +0 -1
  312. package/lib/events/ReprocessCheckinCommandArrived.js +0 -4
  313. package/lib/events/ReprocessCheckinCommandArrived.js.map +0 -1
  314. package/lib/events/ScanAndGoLocationBrandCreated.d.ts.map +0 -1
  315. package/lib/events/ScanAndGoLocationBrandCreated.js +0 -4
  316. package/lib/events/ScanAndGoLocationBrandCreated.js.map +0 -1
  317. package/lib/events/SendPushNotificationCommand.d.ts.map +0 -1
  318. package/lib/events/SendPushNotificationCommand.js.map +0 -1
  319. package/lib/events/UpdateCheckInPaymentRequired.d.ts.map +0 -1
  320. package/lib/events/UpdateCheckInPaymentRequired.js +0 -4
  321. package/lib/events/UpdateCheckInPaymentRequired.js.map +0 -1
  322. package/lib/events/index.d.ts.map +0 -1
  323. package/lib/events/index.js.map +0 -1
  324. /package/lib/{events → messages/commands}/SendPushNotificationCommand.js +0 -0
  325. /package/lib/{events → messages/commands}/index.js +0 -0
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
5
+ export interface LegacyDraftBrandPublishRequestedEvent {
6
+ meta: {
7
+ auth_token: string;
8
+ };
9
+ body: {
10
+ id: string;
11
+ process_id: string;
12
+ };
13
+ type: 'LegacyDraftBrandPublishRequestedEvent';
14
+ version: '0.0.1';
15
+ }
16
+ //# sourceMappingURL=LegacyDraftBrandPublishRequestedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftBrandPublishRequestedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftBrandPublishRequestedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,qCAAqC;IAErD,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,IAAI,EAAE;QAEL,EAAE,EAAE,MAAM,CAAC;QAEX,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE,uCAAuC,CAAC;IAC9C,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=FrictionlessThirdPartyWebhookReceived.js.map
4
+ //# sourceMappingURL=LegacyDraftBrandPublishRequestedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftBrandPublishRequestedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftBrandPublishRequestedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyDraftBrandPublishedEvent {
2
6
  meta: {
3
7
  auth_token: string;
@@ -6,7 +10,7 @@ export interface LegacyDraftBrandPublishedEvent {
6
10
  id: string;
7
11
  process_id: string;
8
12
  };
9
- name: 'LegacyDraftBrandPublished';
13
+ type: 'LegacyDraftBrandPublishedEvent';
10
14
  version: '0.0.1';
11
15
  }
12
- //# sourceMappingURL=LegacyDraftBrandPublished.d.ts.map
16
+ //# sourceMappingURL=LegacyDraftBrandPublishedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftBrandPublishedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftBrandPublishedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,8BAA8B;IAE9C,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,IAAI,EAAE;QAEL,EAAE,EAAE,MAAM,CAAC;QAEX,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE,gCAAgC,CAAC;IACvC,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=FrictionlessShopperCheckedOut.js.map
4
+ //# sourceMappingURL=LegacyDraftBrandPublishedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftBrandPublishedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftBrandPublishedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
5
+ export interface LegacyDraftMenuPublishedToV2MenuEvent {
6
+ meta: {
7
+ auth_token: string;
8
+ };
9
+ body: {
10
+ id: string;
11
+ process_id: string;
12
+ };
13
+ type: 'LegacyDraftMenuPublishedToV2MenuEvent';
14
+ version: '0.0.1';
15
+ }
16
+ //# sourceMappingURL=LegacyDraftMenuPublishedToV2MenuEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftMenuPublishedToV2MenuEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,qCAAqC;IAErD,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,IAAI,EAAE;QAEL,EAAE,EAAE,MAAM,CAAC;QAEX,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE,uCAAuC,CAAC;IAC9C,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyDraftMenuPublishedToV2MenuEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftMenuPublishedToV2MenuEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
5
+ export interface LegacyGlobalMenuGroupDeletedEvent {
6
+ meta: {
7
+ auth_token: string;
8
+ };
9
+ body: {
10
+ id: string;
11
+ };
12
+ type: 'LegacyGlobalMenuGroupDeletedEvent';
13
+ version: '0.0.1';
14
+ }
15
+ //# sourceMappingURL=LegacyGlobalMenuGroupDeletedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyGlobalMenuGroupDeletedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,iCAAiC;IACjD,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QAEL,EAAE,EAAE,MAAM,CAAC;KACX,CAAC;IACF,IAAI,EAAE,mCAAmC,CAAC;IAC1C,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyGlobalMenuGroupDeletedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyGlobalMenuGroupDeletedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
5
+ export interface LegacyItemExcelImportRequestedEvent {
6
+ meta: {
7
+ auth_token: string;
8
+ };
9
+ body: {
10
+ brand_id: string;
11
+ path: string;
12
+ };
13
+ type: 'LegacyItemExcelImportRequestedEvent';
14
+ version: '0.0.1';
15
+ }
16
+ //# sourceMappingURL=LegacyItemExcelImportRequestedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyItemExcelImportRequestedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyItemExcelImportRequestedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,mCAAmC;IACnD,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QAEL,QAAQ,EAAE,MAAM,CAAC;QAEjB,IAAI,EAAE,MAAM,CAAC;KACb,CAAC;IACF,IAAI,EAAE,qCAAqC,CAAC;IAC5C,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyItemExcelImportRequestedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyItemExcelImportRequestedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyItemExcelImportRequestedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyItemExcelValidationRequestedEvent {
2
6
  meta: {
3
7
  auth_token: string;
@@ -7,7 +11,7 @@ export interface LegacyItemExcelValidationRequestedEvent {
7
11
  validation_report_link: string;
8
12
  excel_path: string;
9
13
  };
10
- name: 'LegacyItemExcelValidationRequested';
14
+ type: 'LegacyItemExcelValidationRequestedEvent';
11
15
  version: '0.0.1';
12
16
  }
13
- //# sourceMappingURL=LegacyItemExcelValidationRequested.d.ts.map
17
+ //# sourceMappingURL=LegacyItemExcelValidationRequestedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyItemExcelValidationRequestedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyItemExcelValidationRequestedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,uCAAuC;IACvD,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QAEL,QAAQ,EAAE,MAAM,CAAC;QAEjB,sBAAsB,EAAE,MAAM,CAAC;QAE/B,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE,yCAAyC,CAAC;IAChD,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyItemExcelValidationRequestedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyItemExcelValidationRequestedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyItemExcelValidationRequestedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
5
+ export interface LegacyLocalMenuGroupDeletedEvent {
6
+ meta: {
7
+ auth_token: string;
8
+ };
9
+ body: {
10
+ id: string;
11
+ };
12
+ type: 'LegacyLocalMenuGroupDeletedEvent';
13
+ version: '0.0.1';
14
+ }
15
+ //# sourceMappingURL=LegacyLocalMenuGroupDeletedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyLocalMenuGroupDeletedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyLocalMenuGroupDeletedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,gCAAgC;IAChD,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QAEL,EAAE,EAAE,MAAM,CAAC;KACX,CAAC;IACF,IAAI,EAAE,kCAAkC,CAAC;IACzC,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyLocalMenuGroupDeletedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyLocalMenuGroupDeletedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyLocalMenuGroupDeletedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,12 +1,16 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyLocationCreatedEvent {
2
6
  id: string;
3
- type: string;
7
+ type: 'LegacyLocationCreatedEvent';
4
8
  multigroup?: string;
5
9
  group?: string;
6
10
  location?: string;
7
11
  sector?: string;
8
12
  company?: string;
9
- name: 'LegacyLocationCreated';
13
+ name: string;
10
14
  date: {
11
15
  created: string;
12
16
  modified: string;
@@ -67,4 +71,4 @@ export interface LegacyLocationCreatedEvent {
67
71
  information?: string;
68
72
  version: '0.0.1';
69
73
  }
70
- //# sourceMappingURL=LegacyLocationCreated.d.ts.map
74
+ //# sourceMappingURL=LegacyLocationCreatedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyLocationCreatedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyLocationCreatedEvent.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=LegacyDraftBrandPublished.js.map
4
+ //# sourceMappingURL=LegacyLocationCreatedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyLocationCreatedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyLocationCreatedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,12 +1,16 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyLocationUpdatedEvent {
2
6
  id: string;
3
- type: string;
7
+ type: 'LegacyLocationUpdatedEvent';
4
8
  multigroup?: string;
5
9
  group?: string;
6
10
  location?: string;
7
11
  sector?: string;
8
12
  company?: string;
9
- name: 'LegacyLocationUpdated';
13
+ name: string;
10
14
  date: {
11
15
  created: string;
12
16
  modified: string;
@@ -68,4 +72,4 @@ export interface LegacyLocationUpdatedEvent {
68
72
  _old?: Record<string, any>;
69
73
  version: '0.0.1';
70
74
  }
71
- //# sourceMappingURL=LegacyLocationUpdated.d.ts.map
75
+ //# sourceMappingURL=LegacyLocationUpdatedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyLocationUpdatedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyLocationUpdatedEvent.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyLocationUpdatedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyLocationUpdatedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyLocationUpdatedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
5
+ export interface LegacyMenuPublishToV2MenuRequestedEvent {
6
+ meta: {
7
+ auth_token: string;
8
+ };
9
+ body: {
10
+ id: string;
11
+ process_id: string;
12
+ };
13
+ type: 'LegacyMenuPublishToV2MenuRequestedEvent';
14
+ version: '0.0.1';
15
+ }
16
+ //# sourceMappingURL=LegacyMenuPublishToV2MenuRequestedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyMenuPublishToV2MenuRequestedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,uCAAuC;IACvD,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QAEL,EAAE,EAAE,MAAM,CAAC;QAEX,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE,yCAAyC,CAAC;IAChD,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyMenuPublishToV2MenuRequestedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyMenuPublishToV2MenuRequestedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyMenuUpdatedEvent {
2
6
  meta: {
3
7
  auth_token: string;
@@ -7,7 +11,7 @@ export interface LegacyMenuUpdatedEvent {
7
11
  status: 'initiated' | 'in_progress' | 'completed' | 'failed';
8
12
  type: 'brand_cleanup' | 'other_types';
9
13
  };
10
- name: 'LegacyMenuUpdated';
14
+ type: 'LegacyMenuUpdatedEvent';
11
15
  version: '0.0.1';
12
16
  }
13
- //# sourceMappingURL=LegacyMenuUpdated.d.ts.map
17
+ //# sourceMappingURL=LegacyMenuUpdatedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyMenuUpdatedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyMenuUpdatedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,sBAAsB;IACtC,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QAEL,EAAE,EAAE,MAAM,CAAC;QAEX,MAAM,EAAE,WAAW,GAAG,aAAa,GAAG,WAAW,GAAG,QAAQ,CAAC;QAE7D,IAAI,EAAE,eAAe,GAAG,aAAa,CAAC;KACtC,CAAC;IACF,IAAI,EAAE,wBAAwB,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=LegacyLocationCreated.js.map
4
+ //# sourceMappingURL=LegacyMenuUpdatedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyMenuUpdatedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyMenuUpdatedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyOrderCreatedEvent {
2
6
  date: {
3
7
  started: string;
@@ -62,7 +66,7 @@ export interface LegacyOrderCreatedEvent {
62
66
  };
63
67
  id: string;
64
68
  customer: string;
65
- name: 'LegacyOrderCreated';
69
+ type: 'LegacyOrderCreatedEvent';
66
70
  version: '0.0.1';
67
71
  }
68
- //# sourceMappingURL=LegacyOrderCreated.d.ts.map
72
+ //# sourceMappingURL=LegacyOrderCreatedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyOrderCreatedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyOrderCreatedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACvC,IAAI,EAAE;QACL,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,EAAE,MAAM,CAAC;QACrB,kBAAkB,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,EAAE;QACH,WAAW,EAAE,OAAO,CAAC;QACrB,QAAQ,EAAE,OAAO,CAAC;QAClB,KAAK,EAAE,OAAO,CAAC;QACf,gBAAgB,EAAE,OAAO,CAAC;QAC1B,SAAS,EAAE,OAAO,CAAC;KACnB,CAAC;IACF,QAAQ,EAAE;QACT,EAAE,EAAE,MAAM,CAAC;QACX,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;KACb,CAAC;IACF,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE;QACL,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE;YACZ,EAAE,EAAE,MAAM,CAAC;YACX,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,EAAE,MAAM,CAAC;YACb,EAAE,EAAE;gBACH,SAAS,EAAE,OAAO,CAAC;aACnB,CAAC;YACF,cAAc,EAAE,MAAM,CAAC;YACvB,mBAAmB,EAAE,MAAM,CAAC;YAC5B,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;YAChD,MAAM,EAAE,MAAM,CAAC;SACf,CAAC;QACF,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,OAAO,CAAC;QACnB,eAAe,EAAE,OAAO,CAAC;QACzB,YAAY,EAAE;YACb,KAAK,EAAE;gBACN,MAAM,EAAE,MAAM,CAAC;aACf,CAAC;YACF,cAAc,EAAE;gBACf,MAAM,EAAE,MAAM,CAAC;aACf,CAAC;SACF,CAAC;KACF,CAAC;IACF,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE;QACR,IAAI,EAAE,MAAM,CAAC;QACb,cAAc,EAAE,MAAM,CAAC;QACvB,UAAU,EAAE,MAAM,CAAC;QACnB,QAAQ,EAAE,MAAM,CAAC;QACjB,UAAU,EAAE,MAAM,CAAC;QACnB,YAAY,EAAE,MAAM,CAAC;QACrB,WAAW,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,yBAAyB,CAAC;IAChC,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=CheckinProcessingFailed.js.map
4
+ //# sourceMappingURL=LegacyOrderCreatedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyOrderCreatedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyOrderCreatedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyOrderReadyStatusUpdateEvent {
2
6
  date: {
3
7
  ready: string;
@@ -128,7 +132,7 @@ export interface LegacyOrderReadyStatusUpdateEvent {
128
132
  };
129
133
  id: string;
130
134
  customer: string;
131
- name: 'LegacyOrderReadyStatusUpdate';
135
+ type: 'LegacyOrderReadyStatusUpdateEvent';
132
136
  version: '0.0.1';
133
137
  }
134
- //# sourceMappingURL=LegacyOrderReadyStatusUpdate.d.ts.map
138
+ //# sourceMappingURL=LegacyOrderReadyStatusUpdateEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyOrderReadyStatusUpdateEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyOrderReadyStatusUpdateEvent.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyOrderReadyStatusUpdateEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyOrderReadyStatusUpdateEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyOrderReadyStatusUpdateEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyOrderUpdatedEvent {
2
6
  date: {
3
7
  started: string;
@@ -63,7 +67,7 @@ export interface LegacyOrderUpdatedEvent {
63
67
  id: string;
64
68
  customer: string;
65
69
  _action: string;
66
- name: 'LegacyOrderUpdated';
70
+ type: 'LegacyOrderUpdatedEvent';
67
71
  version: '0.0.1';
68
72
  }
69
- //# sourceMappingURL=LegacyOrderUpdated.d.ts.map
73
+ //# sourceMappingURL=LegacyOrderUpdatedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyOrderUpdatedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyOrderUpdatedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACvC,IAAI,EAAE;QACL,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,EAAE,MAAM,CAAC;QACrB,kBAAkB,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,EAAE;QACH,WAAW,EAAE,OAAO,CAAC;QACrB,QAAQ,EAAE,OAAO,CAAC;QAClB,KAAK,EAAE,OAAO,CAAC;QACf,gBAAgB,EAAE,OAAO,CAAC;QAC1B,SAAS,EAAE,OAAO,CAAC;KACnB,CAAC;IACF,QAAQ,EAAE;QACT,EAAE,EAAE,MAAM,CAAC;QACX,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;KACb,CAAC;IACF,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE;QACL,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE;YACZ,EAAE,EAAE,MAAM,CAAC;YACX,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,EAAE,MAAM,CAAC;YACb,EAAE,EAAE;gBACH,SAAS,EAAE,OAAO,CAAC;aACnB,CAAC;YACF,cAAc,EAAE,MAAM,CAAC;YACvB,mBAAmB,EAAE,MAAM,CAAC;YAC5B,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;YAChD,MAAM,EAAE,MAAM,CAAC;SACf,CAAC;QACF,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,OAAO,CAAC;QACnB,eAAe,EAAE,OAAO,CAAC;QACzB,YAAY,EAAE;YACb,KAAK,EAAE;gBACN,MAAM,EAAE,MAAM,CAAC;aACf,CAAC;YACF,cAAc,EAAE;gBACf,MAAM,EAAE,MAAM,CAAC;aACf,CAAC;SACF,CAAC;KACF,CAAC;IACF,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE;QACR,IAAI,EAAE,MAAM,CAAC;QACb,cAAc,EAAE,MAAM,CAAC;QACvB,UAAU,EAAE,MAAM,CAAC;QACnB,QAAQ,EAAE,MAAM,CAAC;QACjB,UAAU,EAAE,MAAM,CAAC;QACnB,YAAY,EAAE,MAAM,CAAC;QACrB,WAAW,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,yBAAyB,CAAC;IAChC,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=LegacyLocationUpdated.js.map
4
+ //# sourceMappingURL=LegacyOrderUpdatedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyOrderUpdatedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyOrderUpdatedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyPopulateLocalBrandsRequestedEvent {
2
6
  meta: {
3
7
  auth_token: string;
@@ -6,7 +10,7 @@ export interface LegacyPopulateLocalBrandsRequestedEvent {
6
10
  local_menu_group_id: string;
7
11
  local_brand_ids: string[];
8
12
  };
9
- name: 'LegacyPopulateLocalBrandsRequested';
13
+ type: 'LegacyPopulateLocalBrandsRequestedEvent';
10
14
  version: '0.0.1';
11
15
  }
12
- //# sourceMappingURL=LegacyPopulateLocalBrandsRequested.d.ts.map
16
+ //# sourceMappingURL=LegacyPopulateLocalBrandsRequestedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyPopulateLocalBrandsRequestedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,uCAAuC;IACvD,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QAEL,mBAAmB,EAAE,MAAM,CAAC;QAC5B,eAAe,EAAE,MAAM,EAAE,CAAC;KAC1B,CAAC;IACF,IAAI,EAAE,yCAAyC,CAAC;IAChD,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyPopulateLocalBrandsRequestedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyPopulateLocalBrandsRequestedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyShoppingCartCreatedEvent {
2
6
  id?: string;
3
7
  location?: string;
@@ -64,8 +68,8 @@ export interface LegacyShoppingCartCreatedEvent {
64
68
  email_tax_exempt?: boolean;
65
69
  };
66
70
  meta?: Record<string, any>;
67
- name: 'LegacyShoppingCartCreated';
71
+ type: 'LegacyShoppingCartCreatedEvent';
68
72
  version: '0.0.1';
69
73
  [index: string]: any;
70
74
  }
71
- //# sourceMappingURL=LegacyShoppingCartCreated.d.ts.map
75
+ //# sourceMappingURL=LegacyShoppingCartCreatedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyShoppingCartCreatedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyShoppingCartCreatedEvent.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- //# sourceMappingURL=LegacyBrandCleanupRequested.js.map
4
+ //# sourceMappingURL=LegacyShoppingCartCreatedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyShoppingCartCreatedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyShoppingCartCreatedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface LegacyShoppingCartUpdatedEvent {
2
6
  id?: string;
3
7
  location?: string;
@@ -64,8 +68,8 @@ export interface LegacyShoppingCartUpdatedEvent {
64
68
  email_tax_exempt?: boolean;
65
69
  };
66
70
  meta?: Record<string, any>;
67
- name: 'LegacyShoppingCartUpdated';
71
+ type: 'LegacyShoppingCartUpdatedEvent';
68
72
  version: '0.0.1';
69
73
  [index: string]: any;
70
74
  }
71
- //# sourceMappingURL=LegacyShoppingCartUpdated.d.ts.map
75
+ //# sourceMappingURL=LegacyShoppingCartUpdatedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyShoppingCartUpdatedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyShoppingCartUpdatedEvent.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=LegacyShoppingCartUpdatedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyShoppingCartUpdatedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyShoppingCartUpdatedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}