@compassdigital/sdk.typescript 4.135.0 → 4.138.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 (319) hide show
  1. package/lib/index.d.ts +20 -11
  2. package/lib/index.d.ts.map +1 -1
  3. package/lib/index.js +19 -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 +38 -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 +4 -4
  12. package/lib/interface/menu.d.ts.map +1 -1
  13. package/lib/interface/vendor.d.ts +0 -5
  14. package/lib/interface/vendor.d.ts.map +1 -1
  15. package/lib/{events → messages/commands}/SendPushNotificationCommand.d.ts +3 -4
  16. package/lib/messages/commands/SendPushNotificationCommand.d.ts.map +1 -0
  17. package/lib/messages/commands/SendPushNotificationCommand.js.map +1 -0
  18. package/lib/messages/commands/index.d.ts +2 -0
  19. package/lib/messages/commands/index.d.ts.map +1 -0
  20. package/lib/messages/commands/index.js.map +1 -0
  21. package/lib/messages/events/index.d.ts +1 -0
  22. package/lib/messages/events/index.d.ts.map +1 -0
  23. package/lib/messages/events/index.js +3 -0
  24. package/lib/messages/events/index.js.map +1 -0
  25. package/lib/{events/CheckinProcessingFailed.d.ts → messages/legacy/CheckinProcessingFailedEvent.d.ts} +7 -2
  26. package/lib/messages/legacy/CheckinProcessingFailedEvent.d.ts.map +1 -0
  27. package/lib/{events/FrictionlessCheckinExecuted.js → messages/legacy/CheckinProcessingFailedEvent.js} +1 -1
  28. package/lib/messages/legacy/CheckinProcessingFailedEvent.js.map +1 -0
  29. package/lib/{events/FrictionlessCheckinExecuted.d.ts → messages/legacy/FrictionlessCheckinExecutedEvent.d.ts} +7 -2
  30. package/lib/messages/legacy/FrictionlessCheckinExecutedEvent.d.ts.map +1 -0
  31. package/lib/messages/legacy/FrictionlessCheckinExecutedEvent.js +4 -0
  32. package/lib/messages/legacy/FrictionlessCheckinExecutedEvent.js.map +1 -0
  33. package/lib/{events/FrictionlessShopperCheckedOut.d.ts → messages/legacy/FrictionlessShopperCheckedOutEvent.d.ts} +7 -2
  34. package/lib/messages/legacy/FrictionlessShopperCheckedOutEvent.d.ts.map +1 -0
  35. package/lib/messages/legacy/FrictionlessShopperCheckedOutEvent.js +4 -0
  36. package/lib/messages/legacy/FrictionlessShopperCheckedOutEvent.js.map +1 -0
  37. package/lib/{events/FrictionlessThirdPartyWebhookReceived.d.ts → messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.d.ts} +7 -2
  38. package/lib/messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.d.ts.map +1 -0
  39. package/lib/messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.js +4 -0
  40. package/lib/messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.js.map +1 -0
  41. package/lib/messages/legacy/LegacyBrandCleanupRequestedEvent.d.ts +15 -0
  42. package/lib/messages/legacy/LegacyBrandCleanupRequestedEvent.d.ts.map +1 -0
  43. package/lib/messages/legacy/LegacyBrandCleanupRequestedEvent.js +4 -0
  44. package/lib/messages/legacy/LegacyBrandCleanupRequestedEvent.js.map +1 -0
  45. package/lib/{events/LegacyBrandExcelImportRequested.d.ts → messages/legacy/LegacyBrandExcelImportRequestedEvent.d.ts} +6 -2
  46. package/lib/messages/legacy/LegacyBrandExcelImportRequestedEvent.d.ts.map +1 -0
  47. package/lib/messages/legacy/LegacyBrandExcelImportRequestedEvent.js +4 -0
  48. package/lib/messages/legacy/LegacyBrandExcelImportRequestedEvent.js.map +1 -0
  49. package/lib/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.d.ts +15 -0
  50. package/lib/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.d.ts.map +1 -0
  51. package/lib/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.js +4 -0
  52. package/lib/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.js.map +1 -0
  53. package/lib/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.d.ts +15 -0
  54. package/lib/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.d.ts.map +1 -0
  55. package/lib/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.js +4 -0
  56. package/lib/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.js.map +1 -0
  57. package/lib/messages/legacy/LegacyDraftBrandPublishRequestedEvent.d.ts +16 -0
  58. package/lib/messages/legacy/LegacyDraftBrandPublishRequestedEvent.d.ts.map +1 -0
  59. package/lib/{events/FrictionlessThirdPartyWebhookReceived.js → messages/legacy/LegacyDraftBrandPublishRequestedEvent.js} +1 -1
  60. package/lib/messages/legacy/LegacyDraftBrandPublishRequestedEvent.js.map +1 -0
  61. package/lib/{events/LegacyDraftBrandPublished.d.ts → messages/legacy/LegacyDraftBrandPublishedEvent.d.ts} +6 -2
  62. package/lib/messages/legacy/LegacyDraftBrandPublishedEvent.d.ts.map +1 -0
  63. package/lib/{events/FrictionlessShopperCheckedOut.js → messages/legacy/LegacyDraftBrandPublishedEvent.js} +1 -1
  64. package/lib/messages/legacy/LegacyDraftBrandPublishedEvent.js.map +1 -0
  65. package/lib/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.d.ts +16 -0
  66. package/lib/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.d.ts.map +1 -0
  67. package/lib/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.js +4 -0
  68. package/lib/messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.js.map +1 -0
  69. package/lib/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.d.ts +15 -0
  70. package/lib/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.d.ts.map +1 -0
  71. package/lib/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.js +4 -0
  72. package/lib/messages/legacy/LegacyGlobalMenuGroupDeletedEvent.js.map +1 -0
  73. package/lib/messages/legacy/LegacyItemExcelImportRequestedEvent.d.ts +16 -0
  74. package/lib/messages/legacy/LegacyItemExcelImportRequestedEvent.d.ts.map +1 -0
  75. package/lib/messages/legacy/LegacyItemExcelImportRequestedEvent.js +4 -0
  76. package/lib/messages/legacy/LegacyItemExcelImportRequestedEvent.js.map +1 -0
  77. package/lib/{events/LegacyItemExcelValidationRequested.d.ts → messages/legacy/LegacyItemExcelValidationRequestedEvent.d.ts} +6 -2
  78. package/lib/messages/legacy/LegacyItemExcelValidationRequestedEvent.d.ts.map +1 -0
  79. package/lib/messages/legacy/LegacyItemExcelValidationRequestedEvent.js +4 -0
  80. package/lib/messages/legacy/LegacyItemExcelValidationRequestedEvent.js.map +1 -0
  81. package/lib/messages/legacy/LegacyLocalMenuGroupDeletedEvent.d.ts +15 -0
  82. package/lib/messages/legacy/LegacyLocalMenuGroupDeletedEvent.d.ts.map +1 -0
  83. package/lib/messages/legacy/LegacyLocalMenuGroupDeletedEvent.js +4 -0
  84. package/lib/messages/legacy/LegacyLocalMenuGroupDeletedEvent.js.map +1 -0
  85. package/lib/{events/LegacyLocationCreated.d.ts → messages/legacy/LegacyLocationCreatedEvent.d.ts} +7 -3
  86. package/lib/messages/legacy/LegacyLocationCreatedEvent.d.ts.map +1 -0
  87. package/lib/{events/LegacyDraftBrandPublished.js → messages/legacy/LegacyLocationCreatedEvent.js} +1 -1
  88. package/lib/messages/legacy/LegacyLocationCreatedEvent.js.map +1 -0
  89. package/lib/{events/LegacyLocationUpdated.d.ts → messages/legacy/LegacyLocationUpdatedEvent.d.ts} +7 -3
  90. package/lib/messages/legacy/LegacyLocationUpdatedEvent.d.ts.map +1 -0
  91. package/lib/messages/legacy/LegacyLocationUpdatedEvent.js +4 -0
  92. package/lib/messages/legacy/LegacyLocationUpdatedEvent.js.map +1 -0
  93. package/lib/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.d.ts +16 -0
  94. package/lib/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.d.ts.map +1 -0
  95. package/lib/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.js +4 -0
  96. package/lib/messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.js.map +1 -0
  97. package/lib/{events/LegacyMenuUpdated.d.ts → messages/legacy/LegacyMenuUpdatedEvent.d.ts} +6 -2
  98. package/lib/messages/legacy/LegacyMenuUpdatedEvent.d.ts.map +1 -0
  99. package/lib/{events/LegacyLocationCreated.js → messages/legacy/LegacyMenuUpdatedEvent.js} +1 -1
  100. package/lib/messages/legacy/LegacyMenuUpdatedEvent.js.map +1 -0
  101. package/lib/{events/LegacyOrderCreated.d.ts → messages/legacy/LegacyOrderCreatedEvent.d.ts} +6 -2
  102. package/lib/messages/legacy/LegacyOrderCreatedEvent.d.ts.map +1 -0
  103. package/lib/{events/CheckinProcessingFailed.js → messages/legacy/LegacyOrderCreatedEvent.js} +1 -1
  104. package/lib/messages/legacy/LegacyOrderCreatedEvent.js.map +1 -0
  105. package/lib/{events/LegacyOrderReadyStatusUpdate.d.ts → messages/legacy/LegacyOrderReadyStatusUpdateEvent.d.ts} +6 -2
  106. package/lib/messages/legacy/LegacyOrderReadyStatusUpdateEvent.d.ts.map +1 -0
  107. package/lib/messages/legacy/LegacyOrderReadyStatusUpdateEvent.js +4 -0
  108. package/lib/messages/legacy/LegacyOrderReadyStatusUpdateEvent.js.map +1 -0
  109. package/lib/{events/LegacyOrderUpdated.d.ts → messages/legacy/LegacyOrderUpdatedEvent.d.ts} +6 -2
  110. package/lib/messages/legacy/LegacyOrderUpdatedEvent.d.ts.map +1 -0
  111. package/lib/{events/LegacyLocationUpdated.js → messages/legacy/LegacyOrderUpdatedEvent.js} +1 -1
  112. package/lib/messages/legacy/LegacyOrderUpdatedEvent.js.map +1 -0
  113. package/lib/{events/LegacyPopulateLocalBrandsRequested.d.ts → messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.d.ts} +6 -2
  114. package/lib/messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.d.ts.map +1 -0
  115. package/lib/messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.js +4 -0
  116. package/lib/messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.js.map +1 -0
  117. package/lib/{events/LegacyShoppingCartCreated.d.ts → messages/legacy/LegacyShoppingCartCreatedEvent.d.ts} +6 -2
  118. package/lib/messages/legacy/LegacyShoppingCartCreatedEvent.d.ts.map +1 -0
  119. package/lib/{events/LegacyBrandCleanupRequested.js → messages/legacy/LegacyShoppingCartCreatedEvent.js} +1 -1
  120. package/lib/messages/legacy/LegacyShoppingCartCreatedEvent.js.map +1 -0
  121. package/lib/{events/LegacyShoppingCartUpdated.d.ts → messages/legacy/LegacyShoppingCartUpdatedEvent.d.ts} +6 -2
  122. package/lib/messages/legacy/LegacyShoppingCartUpdatedEvent.d.ts.map +1 -0
  123. package/lib/messages/legacy/LegacyShoppingCartUpdatedEvent.js +4 -0
  124. package/lib/messages/legacy/LegacyShoppingCartUpdatedEvent.js.map +1 -0
  125. package/lib/{events/LegacyUserCreated.d.ts → messages/legacy/LegacyUserCreatedEvent.d.ts} +10 -2
  126. package/lib/messages/legacy/LegacyUserCreatedEvent.d.ts.map +1 -0
  127. package/lib/{events/LegacyMenuUpdated.js → messages/legacy/LegacyUserCreatedEvent.js} +1 -1
  128. package/lib/messages/legacy/LegacyUserCreatedEvent.js.map +1 -0
  129. package/lib/{events/LegacyUserUpdated.d.ts → messages/legacy/LegacyUserUpdatedEvent.d.ts} +10 -2
  130. package/lib/messages/legacy/LegacyUserUpdatedEvent.d.ts.map +1 -0
  131. package/lib/{events/LegacyOrderCreated.js → messages/legacy/LegacyUserUpdatedEvent.js} +1 -1
  132. package/lib/messages/legacy/LegacyUserUpdatedEvent.js.map +1 -0
  133. package/lib/messages/legacy/LegacyV2MenuCreatedEvent.d.ts +13 -0
  134. package/lib/messages/legacy/LegacyV2MenuCreatedEvent.d.ts.map +1 -0
  135. package/lib/messages/legacy/LegacyV2MenuCreatedEvent.js +4 -0
  136. package/lib/messages/legacy/LegacyV2MenuCreatedEvent.js.map +1 -0
  137. package/lib/messages/legacy/LegacyV2MenuDeletedEvent.d.ts +13 -0
  138. package/lib/messages/legacy/LegacyV2MenuDeletedEvent.d.ts.map +1 -0
  139. package/lib/messages/legacy/LegacyV2MenuDeletedEvent.js +4 -0
  140. package/lib/messages/legacy/LegacyV2MenuDeletedEvent.js.map +1 -0
  141. package/lib/messages/legacy/LegacyV2MenuUpdatedEvent.d.ts +13 -0
  142. package/lib/messages/legacy/LegacyV2MenuUpdatedEvent.d.ts.map +1 -0
  143. package/lib/messages/legacy/LegacyV2MenuUpdatedEvent.js +4 -0
  144. package/lib/messages/legacy/LegacyV2MenuUpdatedEvent.js.map +1 -0
  145. package/lib/{events/LegacyWebhookEventCreated.d.ts → messages/legacy/LegacyWebhookEventCreatedEvent.d.ts} +6 -3
  146. package/lib/messages/legacy/LegacyWebhookEventCreatedEvent.d.ts.map +1 -0
  147. package/lib/messages/legacy/LegacyWebhookEventCreatedEvent.js +4 -0
  148. package/lib/messages/legacy/LegacyWebhookEventCreatedEvent.js.map +1 -0
  149. package/lib/messages/legacy/ReprocessCheckinCommandArrivedEvent.d.ts +12 -0
  150. package/lib/messages/legacy/ReprocessCheckinCommandArrivedEvent.d.ts.map +1 -0
  151. package/lib/messages/legacy/ReprocessCheckinCommandArrivedEvent.js +4 -0
  152. package/lib/messages/legacy/ReprocessCheckinCommandArrivedEvent.js.map +1 -0
  153. package/lib/{events/ScanAndGoLocationBrandCreated.d.ts → messages/legacy/ScanAndGoLocationBrandCreatedEvent.d.ts} +6 -2
  154. package/lib/messages/legacy/ScanAndGoLocationBrandCreatedEvent.d.ts.map +1 -0
  155. package/lib/messages/legacy/ScanAndGoLocationBrandCreatedEvent.js +4 -0
  156. package/lib/messages/legacy/ScanAndGoLocationBrandCreatedEvent.js.map +1 -0
  157. package/lib/{events/UpdateCheckInPaymentRequired.d.ts → messages/legacy/UpdateCheckInPaymentRequiredEvent.d.ts} +7 -2
  158. package/lib/messages/legacy/UpdateCheckInPaymentRequiredEvent.d.ts.map +1 -0
  159. package/lib/messages/legacy/UpdateCheckInPaymentRequiredEvent.js +4 -0
  160. package/lib/messages/legacy/UpdateCheckInPaymentRequiredEvent.js.map +1 -0
  161. package/lib/{events → messages/legacy}/index.d.ts +34 -35
  162. package/lib/messages/legacy/index.d.ts.map +1 -0
  163. package/lib/{events/LegacyUserUpdated.js → messages/legacy/index.js} +1 -1
  164. package/lib/messages/legacy/index.js.map +1 -0
  165. package/package.json +11 -5
  166. package/src/index.ts +50 -25
  167. package/src/interface/auth.ts +22 -3
  168. package/src/interface/consumer.ts +65 -21
  169. package/src/interface/location.ts +2 -0
  170. package/src/interface/menu.ts +8 -4
  171. package/src/interface/vendor.ts +1 -6
  172. package/src/{events → messages/commands}/SendPushNotificationCommand.ts +3 -4
  173. package/src/messages/commands/index.ts +3 -0
  174. package/src/messages/events/index.ts +1 -0
  175. package/src/{events/CheckinProcessingFailed.ts → messages/legacy/CheckinProcessingFailedEvent.ts} +6 -1
  176. package/src/{events/FrictionlessCheckinExecuted.ts → messages/legacy/FrictionlessCheckinExecutedEvent.ts} +6 -1
  177. package/src/{events/FrictionlessShopperCheckedOut.ts → messages/legacy/FrictionlessShopperCheckedOutEvent.ts} +6 -1
  178. package/src/{events/FrictionlessThirdPartyWebhookReceived.ts → messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.ts} +6 -1
  179. package/src/{events/LegacyBrandCleanupRequested.ts → messages/legacy/LegacyBrandCleanupRequestedEvent.ts} +5 -1
  180. package/src/{events/LegacyBrandExcelImportRequested.ts → messages/legacy/LegacyBrandExcelImportRequestedEvent.ts} +5 -1
  181. package/src/{events/LegacyDraftBrandDiffGenerateRequested.ts → messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.ts} +5 -1
  182. package/src/{events/LegacyDraftBrandGlobalDiffsApplyRequested.ts → messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.ts} +5 -1
  183. package/src/{events/LegacyDraftBrandPublishRequested.ts → messages/legacy/LegacyDraftBrandPublishRequestedEvent.ts} +5 -1
  184. package/src/{events/LegacyDraftBrandPublished.ts → messages/legacy/LegacyDraftBrandPublishedEvent.ts} +5 -1
  185. package/src/{events/LegacyDraftMenuPublishedToV2Menu.ts → messages/legacy/LegacyDraftMenuPublishedToV2MenuEvent.ts} +5 -1
  186. package/src/{events/LegacyGlobalMenuGroupDeleted.ts → messages/legacy/LegacyGlobalMenuGroupDeletedEvent.ts} +5 -1
  187. package/src/{events/LegacyItemExcelImportRequested.ts → messages/legacy/LegacyItemExcelImportRequestedEvent.ts} +5 -1
  188. package/src/{events/LegacyItemExcelValidationRequested.ts → messages/legacy/LegacyItemExcelValidationRequestedEvent.ts} +5 -1
  189. package/src/{events/LegacyLocalMenuGroupDeleted.ts → messages/legacy/LegacyLocalMenuGroupDeletedEvent.ts} +5 -1
  190. package/src/{events/LegacyLocationCreated.ts → messages/legacy/LegacyLocationCreatedEvent.ts} +7 -3
  191. package/src/{events/LegacyLocationUpdated.ts → messages/legacy/LegacyLocationUpdatedEvent.ts} +7 -3
  192. package/src/{events/LegacyMenuPublishToV2MenuRequested.ts → messages/legacy/LegacyMenuPublishToV2MenuRequestedEvent.ts} +5 -1
  193. package/src/{events/LegacyMenuUpdated.ts → messages/legacy/LegacyMenuUpdatedEvent.ts} +5 -1
  194. package/src/{events/LegacyOrderCreated.ts → messages/legacy/LegacyOrderCreatedEvent.ts} +5 -1
  195. package/src/{events/LegacyOrderReadyStatusUpdate.ts → messages/legacy/LegacyOrderReadyStatusUpdateEvent.ts} +5 -1
  196. package/src/{events/LegacyOrderUpdated.ts → messages/legacy/LegacyOrderUpdatedEvent.ts} +5 -1
  197. package/src/{events/LegacyPopulateLocalBrandsRequested.ts → messages/legacy/LegacyPopulateLocalBrandsRequestedEvent.ts} +5 -1
  198. package/src/{events/LegacyShoppingCartCreated.ts → messages/legacy/LegacyShoppingCartCreatedEvent.ts} +5 -1
  199. package/src/{events/LegacyShoppingCartUpdated.ts → messages/legacy/LegacyShoppingCartUpdatedEvent.ts} +5 -1
  200. package/src/{events/LegacyUserCreated.ts → messages/legacy/LegacyUserCreatedEvent.ts} +9 -1
  201. package/src/{events/LegacyUserUpdated.ts → messages/legacy/LegacyUserUpdatedEvent.ts} +9 -1
  202. package/src/{events/LegacyV2MenuCreated.ts → messages/legacy/LegacyV2MenuCreatedEvent.ts} +5 -1
  203. package/src/{events/LegacyV2MenuDeleted.ts → messages/legacy/LegacyV2MenuDeletedEvent.ts} +5 -1
  204. package/src/{events/LegacyV2MenuUpdated.ts → messages/legacy/LegacyV2MenuUpdatedEvent.ts} +5 -1
  205. package/src/{events/LegacyWebhookEventCreated.ts → messages/legacy/LegacyWebhookEventCreatedEvent.ts} +5 -2
  206. package/src/{events/ReprocessCheckinCommandArrived.ts → messages/legacy/ReprocessCheckinCommandArrivedEvent.ts} +6 -1
  207. package/src/{events/ScanAndGoLocationBrandCreated.ts → messages/legacy/ScanAndGoLocationBrandCreatedEvent.ts} +5 -1
  208. package/src/{events/UpdateCheckInPaymentRequired.ts → messages/legacy/UpdateCheckInPaymentRequiredEvent.ts} +6 -1
  209. package/src/{events → messages/legacy}/index.ts +34 -36
  210. package/lib/events/CheckinProcessingFailed.d.ts.map +0 -1
  211. package/lib/events/CheckinProcessingFailed.js.map +0 -1
  212. package/lib/events/FrictionlessCheckinExecuted.d.ts.map +0 -1
  213. package/lib/events/FrictionlessCheckinExecuted.js.map +0 -1
  214. package/lib/events/FrictionlessShopperCheckedOut.d.ts.map +0 -1
  215. package/lib/events/FrictionlessShopperCheckedOut.js.map +0 -1
  216. package/lib/events/FrictionlessThirdPartyWebhookReceived.d.ts.map +0 -1
  217. package/lib/events/FrictionlessThirdPartyWebhookReceived.js.map +0 -1
  218. package/lib/events/LegacyBrandCleanupRequested.d.ts +0 -11
  219. package/lib/events/LegacyBrandCleanupRequested.d.ts.map +0 -1
  220. package/lib/events/LegacyBrandCleanupRequested.js.map +0 -1
  221. package/lib/events/LegacyBrandExcelImportRequested.d.ts.map +0 -1
  222. package/lib/events/LegacyBrandExcelImportRequested.js +0 -4
  223. package/lib/events/LegacyBrandExcelImportRequested.js.map +0 -1
  224. package/lib/events/LegacyDraftBrandDiffGenerateRequested.d.ts +0 -11
  225. package/lib/events/LegacyDraftBrandDiffGenerateRequested.d.ts.map +0 -1
  226. package/lib/events/LegacyDraftBrandDiffGenerateRequested.js +0 -4
  227. package/lib/events/LegacyDraftBrandDiffGenerateRequested.js.map +0 -1
  228. package/lib/events/LegacyDraftBrandGlobalDiffsApplyRequested.d.ts +0 -11
  229. package/lib/events/LegacyDraftBrandGlobalDiffsApplyRequested.d.ts.map +0 -1
  230. package/lib/events/LegacyDraftBrandGlobalDiffsApplyRequested.js +0 -4
  231. package/lib/events/LegacyDraftBrandGlobalDiffsApplyRequested.js.map +0 -1
  232. package/lib/events/LegacyDraftBrandPublishRequested.d.ts +0 -12
  233. package/lib/events/LegacyDraftBrandPublishRequested.d.ts.map +0 -1
  234. package/lib/events/LegacyDraftBrandPublishRequested.js +0 -4
  235. package/lib/events/LegacyDraftBrandPublishRequested.js.map +0 -1
  236. package/lib/events/LegacyDraftBrandPublished.d.ts.map +0 -1
  237. package/lib/events/LegacyDraftBrandPublished.js.map +0 -1
  238. package/lib/events/LegacyDraftMenuPublishedToV2Menu.d.ts +0 -12
  239. package/lib/events/LegacyDraftMenuPublishedToV2Menu.d.ts.map +0 -1
  240. package/lib/events/LegacyDraftMenuPublishedToV2Menu.js +0 -4
  241. package/lib/events/LegacyDraftMenuPublishedToV2Menu.js.map +0 -1
  242. package/lib/events/LegacyGlobalMenuGroupDeleted.d.ts +0 -11
  243. package/lib/events/LegacyGlobalMenuGroupDeleted.d.ts.map +0 -1
  244. package/lib/events/LegacyGlobalMenuGroupDeleted.js +0 -4
  245. package/lib/events/LegacyGlobalMenuGroupDeleted.js.map +0 -1
  246. package/lib/events/LegacyItemExcelImportRequested.d.ts +0 -12
  247. package/lib/events/LegacyItemExcelImportRequested.d.ts.map +0 -1
  248. package/lib/events/LegacyItemExcelImportRequested.js +0 -4
  249. package/lib/events/LegacyItemExcelImportRequested.js.map +0 -1
  250. package/lib/events/LegacyItemExcelValidationRequested.d.ts.map +0 -1
  251. package/lib/events/LegacyItemExcelValidationRequested.js +0 -4
  252. package/lib/events/LegacyItemExcelValidationRequested.js.map +0 -1
  253. package/lib/events/LegacyLocalMenuGroupDeleted.d.ts +0 -11
  254. package/lib/events/LegacyLocalMenuGroupDeleted.d.ts.map +0 -1
  255. package/lib/events/LegacyLocalMenuGroupDeleted.js +0 -4
  256. package/lib/events/LegacyLocalMenuGroupDeleted.js.map +0 -1
  257. package/lib/events/LegacyLocationCreated.d.ts.map +0 -1
  258. package/lib/events/LegacyLocationCreated.js.map +0 -1
  259. package/lib/events/LegacyLocationUpdated.d.ts.map +0 -1
  260. package/lib/events/LegacyLocationUpdated.js.map +0 -1
  261. package/lib/events/LegacyMenuPublishToV2MenuRequested.d.ts +0 -12
  262. package/lib/events/LegacyMenuPublishToV2MenuRequested.d.ts.map +0 -1
  263. package/lib/events/LegacyMenuPublishToV2MenuRequested.js +0 -4
  264. package/lib/events/LegacyMenuPublishToV2MenuRequested.js.map +0 -1
  265. package/lib/events/LegacyMenuUpdated.d.ts.map +0 -1
  266. package/lib/events/LegacyMenuUpdated.js.map +0 -1
  267. package/lib/events/LegacyOrderCreated.d.ts.map +0 -1
  268. package/lib/events/LegacyOrderCreated.js.map +0 -1
  269. package/lib/events/LegacyOrderReadyStatusUpdate.d.ts.map +0 -1
  270. package/lib/events/LegacyOrderReadyStatusUpdate.js +0 -4
  271. package/lib/events/LegacyOrderReadyStatusUpdate.js.map +0 -1
  272. package/lib/events/LegacyOrderUpdated.d.ts.map +0 -1
  273. package/lib/events/LegacyOrderUpdated.js +0 -4
  274. package/lib/events/LegacyOrderUpdated.js.map +0 -1
  275. package/lib/events/LegacyPopulateLocalBrandsRequested.d.ts.map +0 -1
  276. package/lib/events/LegacyPopulateLocalBrandsRequested.js +0 -4
  277. package/lib/events/LegacyPopulateLocalBrandsRequested.js.map +0 -1
  278. package/lib/events/LegacyShoppingCartCreated.d.ts.map +0 -1
  279. package/lib/events/LegacyShoppingCartCreated.js +0 -4
  280. package/lib/events/LegacyShoppingCartCreated.js.map +0 -1
  281. package/lib/events/LegacyShoppingCartUpdated.d.ts.map +0 -1
  282. package/lib/events/LegacyShoppingCartUpdated.js +0 -4
  283. package/lib/events/LegacyShoppingCartUpdated.js.map +0 -1
  284. package/lib/events/LegacyUserCreated.d.ts.map +0 -1
  285. package/lib/events/LegacyUserCreated.js +0 -4
  286. package/lib/events/LegacyUserCreated.js.map +0 -1
  287. package/lib/events/LegacyUserUpdated.d.ts.map +0 -1
  288. package/lib/events/LegacyUserUpdated.js.map +0 -1
  289. package/lib/events/LegacyV2MenuCreated.d.ts +0 -9
  290. package/lib/events/LegacyV2MenuCreated.d.ts.map +0 -1
  291. package/lib/events/LegacyV2MenuCreated.js +0 -4
  292. package/lib/events/LegacyV2MenuCreated.js.map +0 -1
  293. package/lib/events/LegacyV2MenuDeleted.d.ts +0 -9
  294. package/lib/events/LegacyV2MenuDeleted.d.ts.map +0 -1
  295. package/lib/events/LegacyV2MenuDeleted.js +0 -4
  296. package/lib/events/LegacyV2MenuDeleted.js.map +0 -1
  297. package/lib/events/LegacyV2MenuUpdated.d.ts +0 -9
  298. package/lib/events/LegacyV2MenuUpdated.d.ts.map +0 -1
  299. package/lib/events/LegacyV2MenuUpdated.js +0 -4
  300. package/lib/events/LegacyV2MenuUpdated.js.map +0 -1
  301. package/lib/events/LegacyWebhookEventCreated.d.ts.map +0 -1
  302. package/lib/events/LegacyWebhookEventCreated.js +0 -4
  303. package/lib/events/LegacyWebhookEventCreated.js.map +0 -1
  304. package/lib/events/ReprocessCheckinCommandArrived.d.ts +0 -7
  305. package/lib/events/ReprocessCheckinCommandArrived.d.ts.map +0 -1
  306. package/lib/events/ReprocessCheckinCommandArrived.js +0 -4
  307. package/lib/events/ReprocessCheckinCommandArrived.js.map +0 -1
  308. package/lib/events/ScanAndGoLocationBrandCreated.d.ts.map +0 -1
  309. package/lib/events/ScanAndGoLocationBrandCreated.js +0 -4
  310. package/lib/events/ScanAndGoLocationBrandCreated.js.map +0 -1
  311. package/lib/events/SendPushNotificationCommand.d.ts.map +0 -1
  312. package/lib/events/SendPushNotificationCommand.js.map +0 -1
  313. package/lib/events/UpdateCheckInPaymentRequired.d.ts.map +0 -1
  314. package/lib/events/UpdateCheckInPaymentRequired.js +0 -4
  315. package/lib/events/UpdateCheckInPaymentRequired.js.map +0 -1
  316. package/lib/events/index.d.ts.map +0 -1
  317. package/lib/events/index.js.map +0 -1
  318. /package/lib/{events → messages/commands}/SendPushNotificationCommand.js +0 -0
  319. /package/lib/{events → messages/commands}/index.js +0 -0
@@ -82,13 +82,11 @@ export interface Vendor {
82
82
  reset_token?: string;
83
83
  [index: string]: any;
84
84
  };
85
- domain?: string;
86
85
  }
87
86
  export interface VendorPostBody {
88
87
  name: string;
89
88
  description?: string;
90
89
  email: string;
91
- domain?: string;
92
90
  phone?: string;
93
91
  meta?: {
94
92
  legacy_token?: {
@@ -116,15 +114,12 @@ export interface Key {
116
114
  client_id?: string;
117
115
  client_password?: string;
118
116
  date_expires?: string;
119
- environment?: 'dev' | 'staging' | 'v1';
120
117
  permissions?: string[];
121
118
  active?: boolean;
122
- domain?: string;
123
119
  }
124
120
  export interface KeyPostBody {
125
121
  vendor_id: string;
126
122
  date_expires: string;
127
- environment: 'dev' | 'staging' | 'v1';
128
123
  permissions: string[];
129
124
  }
130
125
  export interface KeyPatchBody {
@@ -1 +1 @@
1
- {"version":3,"file":"vendor.d.ts","sourceRoot":"","sources":["../../src/interface/vendor.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vendor.d.ts","sourceRoot":"","sources":["../../src/interface/vendor.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,8 @@
1
- export interface SendPushNotificationCommandEvent {
1
+ export interface SendPushNotificationCommand {
2
2
  id: string;
3
- type: string;
3
+ type: 'SendPushNotificationCommand';
4
4
  version: '0.0.1';
5
- occurredAt: string;
5
+ emittedAt: string;
6
6
  traceContext: {
7
7
  traceId?: string;
8
8
  };
@@ -16,6 +16,5 @@ export interface SendPushNotificationCommandEvent {
16
16
  data?: Record<string, any>;
17
17
  };
18
18
  };
19
- name: 'SendPushNotificationCommand';
20
19
  }
21
20
  //# sourceMappingURL=SendPushNotificationCommand.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendPushNotificationCommand.d.ts","sourceRoot":"","sources":["../../../src/messages/commands/SendPushNotificationCommand.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,2BAA2B;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,6BAA6B,CAAC;IACpC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE;QACb,OAAO,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,OAAO,EAAE;QACR,YAAY,CAAC,EAAE;YACd,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;YAC/B,SAAS,EAAE,MAAM,CAAC;YAClB,SAAS,EAAE,MAAM,CAAC;YAClB,KAAK,EAAE,MAAM,CAAC;YACd,IAAI,EAAE,MAAM,CAAC;YACb,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;SAC3B,CAAC;KACF,CAAC;CACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendPushNotificationCommand.js","sourceRoot":"","sources":["../../../src/messages/commands/SendPushNotificationCommand.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -0,0 +1,2 @@
1
+ export { SendPushNotificationCommand } from './SendPushNotificationCommand';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messages/commands/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/messages/commands/index.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messages/events/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/messages/events/index.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,5 +1,9 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface CheckinProcessingFailedEvent {
2
- name: 'CheckinProcessingFailed';
6
+ name: string;
3
7
  correlationID: string;
4
8
  checkin: {
5
9
  id: string;
@@ -22,6 +26,7 @@ export interface CheckinProcessingFailedEvent {
22
26
  code: string;
23
27
  details?: Record<string, any>;
24
28
  };
29
+ type: 'CheckinProcessingFailedEvent';
25
30
  version: '0.0.1';
26
31
  }
27
- //# sourceMappingURL=CheckinProcessingFailed.d.ts.map
32
+ //# sourceMappingURL=CheckinProcessingFailedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckinProcessingFailedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/CheckinProcessingFailedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE;QACR,EAAE,EAAE,MAAM,CAAC;QACX,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE;YACR,MAAM,EAAE,MAAM,CAAC;YACf,QAAQ,EAAE,MAAM,CAAC;SACjB,CAAC;QACF,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;QAC/B,cAAc,EAAE,MAAM,CAAC;QACvB,kBAAkB,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,KAAK,EAAE;QACN,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;KAC9B,CAAC;IACF,IAAI,EAAE,8BAA8B,CAAC;IACrC,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=FrictionlessCheckinExecuted.js.map
4
+ //# sourceMappingURL=CheckinProcessingFailedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckinProcessingFailedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/CheckinProcessingFailedEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,5 +1,9 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface FrictionlessCheckinExecutedEvent {
2
- name: 'FrictionlessCheckinExecuted';
6
+ name: string;
3
7
  correlationID: string;
4
8
  checkinID: string;
5
9
  thirdPartyCorrelatedID: string;
@@ -7,6 +11,7 @@ export interface FrictionlessCheckinExecutedEvent {
7
11
  successfully: boolean;
8
12
  tripStartDate: string;
9
13
  tripEndDate: string;
14
+ type: 'FrictionlessCheckinExecutedEvent';
10
15
  version: '0.0.1';
11
16
  }
12
- //# sourceMappingURL=FrictionlessCheckinExecuted.d.ts.map
17
+ //# sourceMappingURL=FrictionlessCheckinExecutedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FrictionlessCheckinExecutedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/FrictionlessCheckinExecutedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,gCAAgC;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC9B,YAAY,EAAE,OAAO,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,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=FrictionlessCheckinExecutedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FrictionlessCheckinExecutedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/FrictionlessCheckinExecutedEvent.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 PurchasedItem {
2
6
  itemID: string;
3
7
  quantity: number;
@@ -13,7 +17,7 @@ export interface ShoppingTripDetails {
13
17
  totalAmount: number;
14
18
  }
15
19
  export interface FrictionlessShopperCheckedOutEvent {
16
- name: 'FrictionlessShopperCheckedOut';
20
+ name: string;
17
21
  checkinID: string;
18
22
  correlationID: string;
19
23
  thirdPartyCorrelatedID: string;
@@ -21,6 +25,7 @@ export interface FrictionlessShopperCheckedOutEvent {
21
25
  purchasedItems: PurchasedItem[];
22
26
  metadata: Metadata;
23
27
  shoppingTripDetails: ShoppingTripDetails;
28
+ type: 'FrictionlessShopperCheckedOutEvent';
24
29
  version: '0.0.1';
25
30
  }
26
- //# sourceMappingURL=FrictionlessShopperCheckedOut.d.ts.map
31
+ //# sourceMappingURL=FrictionlessShopperCheckedOutEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FrictionlessShopperCheckedOutEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/FrictionlessShopperCheckedOutEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,QAAQ;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,mBAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,kCAAkC;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC9B,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,QAAQ,EAAE,QAAQ,CAAC;IACnB,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,IAAI,EAAE,oCAAoC,CAAC;IAC3C,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=FrictionlessShopperCheckedOutEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FrictionlessShopperCheckedOutEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/FrictionlessShopperCheckedOutEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,5 +1,9 @@
1
+ /**
2
+ * @deprecated
3
+ * Create a new message type respecting the new standards
4
+ */
1
5
  export interface FrictionlessThirdPartyWebhookReceivedEvent {
2
- name: 'FrictionlessThirdPartyWebhookReceived';
6
+ name: string;
3
7
  correlationID: string;
4
8
  webhook: {
5
9
  id: string;
@@ -9,6 +13,7 @@ export interface FrictionlessThirdPartyWebhookReceivedEvent {
9
13
  provider: string;
10
14
  ttl: number;
11
15
  };
16
+ type: 'FrictionlessThirdPartyWebhookReceivedEvent';
12
17
  version: '0.0.1';
13
18
  }
14
- //# sourceMappingURL=FrictionlessThirdPartyWebhookReceived.d.ts.map
19
+ //# sourceMappingURL=FrictionlessThirdPartyWebhookReceivedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FrictionlessThirdPartyWebhookReceivedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,0CAA0C;IAC1D,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE;QACR,EAAE,EAAE,MAAM,CAAC;QACX,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;QAC3B,QAAQ,EAAE,MAAM,CAAC;QACjB,GAAG,EAAE,MAAM,CAAC;KACZ,CAAC;IACF,IAAI,EAAE,4CAA4C,CAAC;IACnD,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=FrictionlessThirdPartyWebhookReceivedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FrictionlessThirdPartyWebhookReceivedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/FrictionlessThirdPartyWebhookReceivedEvent.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 LegacyBrandCleanupRequestedEvent {
6
+ meta: {
7
+ auth_token: string;
8
+ };
9
+ body: {
10
+ id: string;
11
+ };
12
+ type: 'LegacyBrandCleanupRequestedEvent';
13
+ version: '0.0.1';
14
+ }
15
+ //# sourceMappingURL=LegacyBrandCleanupRequestedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyBrandCleanupRequestedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyBrandCleanupRequestedEvent.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=LegacyBrandCleanupRequestedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyBrandCleanupRequestedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyBrandCleanupRequestedEvent.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 LegacyBrandExcelImportRequestedEvent {
2
6
  meta: {
3
7
  auth_token: string;
@@ -7,7 +11,7 @@ export interface LegacyBrandExcelImportRequestedEvent {
7
11
  process_id: string;
8
12
  email: string;
9
13
  };
10
- name: 'LegacyBrandExcelImportRequested';
14
+ type: 'LegacyBrandExcelImportRequestedEvent';
11
15
  version: '0.0.1';
12
16
  }
13
- //# sourceMappingURL=LegacyBrandExcelImportRequested.d.ts.map
17
+ //# sourceMappingURL=LegacyBrandExcelImportRequestedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyBrandExcelImportRequestedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyBrandExcelImportRequestedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,oCAAoC;IACpD,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QAEL,QAAQ,EAAE,MAAM,CAAC;QAEjB,UAAU,EAAE,MAAM,CAAC;QAEnB,KAAK,EAAE,MAAM,CAAC;KACd,CAAC;IACF,IAAI,EAAE,sCAAsC,CAAC;IAC7C,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=LegacyBrandExcelImportRequestedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyBrandExcelImportRequestedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyBrandExcelImportRequestedEvent.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 LegacyDraftBrandDiffGenerateRequestedEvent {
6
+ meta: {
7
+ auth_token: string;
8
+ };
9
+ body: {
10
+ id: string;
11
+ };
12
+ type: 'LegacyDraftBrandDiffGenerateRequestedEvent';
13
+ version: '0.0.1';
14
+ }
15
+ //# sourceMappingURL=LegacyDraftBrandDiffGenerateRequestedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftBrandDiffGenerateRequestedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,0CAA0C;IAE1D,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,IAAI,EAAE;QAEL,EAAE,EAAE,MAAM,CAAC;KACX,CAAC;IACF,IAAI,EAAE,4CAA4C,CAAC;IACnD,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=LegacyDraftBrandDiffGenerateRequestedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftBrandDiffGenerateRequestedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftBrandDiffGenerateRequestedEvent.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 LegacyDraftBrandGlobalDiffsApplyRequestedEvent {
6
+ meta: {
7
+ auth_token: string;
8
+ };
9
+ body: {
10
+ id: string;
11
+ };
12
+ type: 'LegacyDraftBrandGlobalDiffsApplyRequestedEvent';
13
+ version: '0.0.1';
14
+ }
15
+ //# sourceMappingURL=LegacyDraftBrandGlobalDiffsApplyRequestedEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftBrandGlobalDiffsApplyRequestedEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,8CAA8C;IAE9D,IAAI,EAAE;QAEL,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,IAAI,EAAE;QAEL,EAAE,EAAE,MAAM,CAAC;KACX,CAAC;IACF,IAAI,EAAE,gDAAgD,CAAC;IACvD,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=LegacyDraftBrandGlobalDiffsApplyRequestedEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegacyDraftBrandGlobalDiffsApplyRequestedEvent.js","sourceRoot":"","sources":["../../../src/messages/legacy/LegacyDraftBrandGlobalDiffsApplyRequestedEvent.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 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"}