@sellout/models 0.0.274-alpha.0 → 0.0.275

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 (518) hide show
  1. package/.dist/graphql/fragments/event.fragment.js +19 -16
  2. package/.dist/graphql/fragments/event.fragment.js.map +1 -1
  3. package/.dist/graphql/fragments/order.fragment.js +7 -4
  4. package/.dist/graphql/fragments/order.fragment.js.map +1 -1
  5. package/.dist/graphql/fragments/season.fragment.js +20 -17
  6. package/.dist/graphql/fragments/season.fragment.js.map +1 -1
  7. package/.dist/graphql/links/debounceLink.js.map +1 -1
  8. package/.dist/graphql/mutations/acceptRole.mutation.d.ts +1 -1
  9. package/.dist/graphql/mutations/acceptRole.mutation.js +5 -2
  10. package/.dist/graphql/mutations/acceptRole.mutation.js.map +1 -1
  11. package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.d.ts +1 -1
  12. package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.js +5 -2
  13. package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.js.map +1 -1
  14. package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.d.ts +1 -1
  15. package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js +5 -2
  16. package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js.map +1 -1
  17. package/.dist/graphql/mutations/batchPrintBreakApartOrder.mutation.d.ts +1 -1
  18. package/.dist/graphql/mutations/batchPrintBreakApartOrder.mutation.js +2 -2
  19. package/.dist/graphql/mutations/batchPrintBreakApartOrder.mutation.js.map +1 -1
  20. package/.dist/graphql/mutations/breakApartOrder.d.ts +1 -1
  21. package/.dist/graphql/mutations/breakApartOrder.js +2 -2
  22. package/.dist/graphql/mutations/breakApartOrder.js.map +1 -1
  23. package/.dist/graphql/mutations/breakApartSeasonOrder.d.ts +1 -1
  24. package/.dist/graphql/mutations/breakApartSeasonOrder.js +2 -2
  25. package/.dist/graphql/mutations/breakApartSeasonOrder.js.map +1 -1
  26. package/.dist/graphql/mutations/cancelOrder.mutation.d.ts +1 -1
  27. package/.dist/graphql/mutations/cancelOrder.mutation.js +5 -2
  28. package/.dist/graphql/mutations/cancelOrder.mutation.js.map +1 -1
  29. package/.dist/graphql/mutations/createArtist.mutation.d.ts +1 -1
  30. package/.dist/graphql/mutations/createArtist.mutation.js +5 -2
  31. package/.dist/graphql/mutations/createArtist.mutation.js.map +1 -1
  32. package/.dist/graphql/mutations/createEvent.mutation.d.ts +1 -1
  33. package/.dist/graphql/mutations/createEvent.mutation.js +2 -2
  34. package/.dist/graphql/mutations/createEvent.mutation.js.map +1 -1
  35. package/.dist/graphql/mutations/createEventOrSeasonFee.mutation.d.ts +1 -1
  36. package/.dist/graphql/mutations/createEventOrSeasonFee.mutation.js +5 -2
  37. package/.dist/graphql/mutations/createEventOrSeasonFee.mutation.js.map +1 -1
  38. package/.dist/graphql/mutations/createFee.mutation.d.ts +1 -1
  39. package/.dist/graphql/mutations/createFee.mutation.js +5 -2
  40. package/.dist/graphql/mutations/createFee.mutation.js.map +1 -1
  41. package/.dist/graphql/mutations/createOrder.mutation.d.ts +1 -1
  42. package/.dist/graphql/mutations/createOrder.mutation.js +5 -2
  43. package/.dist/graphql/mutations/createOrder.mutation.js.map +1 -1
  44. package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.d.ts +1 -1
  45. package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.js +5 -2
  46. package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.js.map +1 -1
  47. package/.dist/graphql/mutations/createOrganizationFee.mutation.d.ts +1 -1
  48. package/.dist/graphql/mutations/createOrganizationFee.mutation.js +5 -2
  49. package/.dist/graphql/mutations/createOrganizationFee.mutation.js.map +1 -1
  50. package/.dist/graphql/mutations/createPlatformFee.mutation.d.ts +1 -1
  51. package/.dist/graphql/mutations/createPlatformFee.mutation.js +5 -2
  52. package/.dist/graphql/mutations/createPlatformFee.mutation.js.map +1 -1
  53. package/.dist/graphql/mutations/createRole.mutation.d.ts +1 -1
  54. package/.dist/graphql/mutations/createRole.mutation.js +5 -2
  55. package/.dist/graphql/mutations/createRole.mutation.js.map +1 -1
  56. package/.dist/graphql/mutations/createSeason.mutation.d.ts +1 -1
  57. package/.dist/graphql/mutations/createSeason.mutation.js +2 -2
  58. package/.dist/graphql/mutations/createSeason.mutation.js.map +1 -1
  59. package/.dist/graphql/mutations/createSeasonOrder.mutation.d.ts +1 -1
  60. package/.dist/graphql/mutations/createSeasonOrder.mutation.js +5 -2
  61. package/.dist/graphql/mutations/createSeasonOrder.mutation.js.map +1 -1
  62. package/.dist/graphql/mutations/createSeasonOrderPaymentIntent.mutation.d.ts +1 -1
  63. package/.dist/graphql/mutations/createSeasonOrderPaymentIntent.mutation.js +5 -2
  64. package/.dist/graphql/mutations/createSeasonOrderPaymentIntent.mutation.js.map +1 -1
  65. package/.dist/graphql/mutations/createStripeSetupIntent.mutation.d.ts +1 -1
  66. package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js +5 -2
  67. package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js.map +1 -1
  68. package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.d.ts +1 -1
  69. package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js +5 -2
  70. package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js.map +1 -1
  71. package/.dist/graphql/mutations/createVenue.mutation.d.ts +1 -1
  72. package/.dist/graphql/mutations/createVenue.mutation.js +5 -2
  73. package/.dist/graphql/mutations/createVenue.mutation.js.map +1 -1
  74. package/.dist/graphql/mutations/createWaitList.mutation.d.ts +1 -1
  75. package/.dist/graphql/mutations/createWaitList.mutation.js +5 -2
  76. package/.dist/graphql/mutations/createWaitList.mutation.js.map +1 -1
  77. package/.dist/graphql/mutations/createWebFlowSite.mutation.d.ts +1 -1
  78. package/.dist/graphql/mutations/createWebFlowSite.mutation.js +5 -2
  79. package/.dist/graphql/mutations/createWebFlowSite.mutation.js.map +1 -1
  80. package/.dist/graphql/mutations/deleteEvent.mutation.d.ts +1 -1
  81. package/.dist/graphql/mutations/deleteEvent.mutation.js +5 -2
  82. package/.dist/graphql/mutations/deleteEvent.mutation.js.map +1 -1
  83. package/.dist/graphql/mutations/deleteEventOrSeasonFee.mutation.d.ts +1 -1
  84. package/.dist/graphql/mutations/deleteEventOrSeasonFee.mutation.js +5 -2
  85. package/.dist/graphql/mutations/deleteEventOrSeasonFee.mutation.js.map +1 -1
  86. package/.dist/graphql/mutations/deleteFee.mutation.d.ts +1 -1
  87. package/.dist/graphql/mutations/deleteFee.mutation.js +5 -2
  88. package/.dist/graphql/mutations/deleteFee.mutation.js.map +1 -1
  89. package/.dist/graphql/mutations/deleteOrganizationFee.mutation.d.ts +1 -1
  90. package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js +5 -2
  91. package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js.map +1 -1
  92. package/.dist/graphql/mutations/deletePlatformFee.mutation.d.ts +1 -1
  93. package/.dist/graphql/mutations/deletePlatformFee.mutation.js +5 -2
  94. package/.dist/graphql/mutations/deletePlatformFee.mutation.js.map +1 -1
  95. package/.dist/graphql/mutations/deleteRole.mutation.d.ts +1 -1
  96. package/.dist/graphql/mutations/deleteRole.mutation.js +5 -2
  97. package/.dist/graphql/mutations/deleteRole.mutation.js.map +1 -1
  98. package/.dist/graphql/mutations/deleteSecondaryEmail.mutation.d.ts +1 -1
  99. package/.dist/graphql/mutations/deleteSecondaryEmail.mutation.js +5 -2
  100. package/.dist/graphql/mutations/deleteSecondaryEmail.mutation.js.map +1 -1
  101. package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.d.ts +1 -1
  102. package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js +5 -2
  103. package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js.map +1 -1
  104. package/.dist/graphql/mutations/deleteSubscription.mutation.d.ts +1 -1
  105. package/.dist/graphql/mutations/deleteSubscription.mutation.js +5 -2
  106. package/.dist/graphql/mutations/deleteSubscription.mutation.js.map +1 -1
  107. package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.d.ts +1 -1
  108. package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js +5 -2
  109. package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js.map +1 -1
  110. package/.dist/graphql/mutations/forgotPassword.mutation.d.ts +1 -1
  111. package/.dist/graphql/mutations/forgotPassword.mutation.js +5 -2
  112. package/.dist/graphql/mutations/forgotPassword.mutation.js.map +1 -1
  113. package/.dist/graphql/mutations/generateActivityReport.mutation.d.ts +1 -1
  114. package/.dist/graphql/mutations/generateActivityReport.mutation.js +5 -2
  115. package/.dist/graphql/mutations/generateActivityReport.mutation.js.map +1 -1
  116. package/.dist/graphql/mutations/generateOrderReport.mutation.d.ts +1 -1
  117. package/.dist/graphql/mutations/generateOrderReport.mutation.js +5 -2
  118. package/.dist/graphql/mutations/generateOrderReport.mutation.js.map +1 -1
  119. package/.dist/graphql/mutations/generateUserProfileReport.mutation.d.ts +1 -1
  120. package/.dist/graphql/mutations/generateUserProfileReport.mutation.js +5 -2
  121. package/.dist/graphql/mutations/generateUserProfileReport.mutation.js.map +1 -1
  122. package/.dist/graphql/mutations/holdTicket.mutation.d.ts +1 -1
  123. package/.dist/graphql/mutations/holdTicket.mutation.js +5 -2
  124. package/.dist/graphql/mutations/holdTicket.mutation.js.map +1 -1
  125. package/.dist/graphql/mutations/login.mutation.d.ts +1 -1
  126. package/.dist/graphql/mutations/login.mutation.js +5 -2
  127. package/.dist/graphql/mutations/login.mutation.js.map +1 -1
  128. package/.dist/graphql/mutations/makeSecondaryToPrimaryEmail.mutation.d.ts +1 -1
  129. package/.dist/graphql/mutations/makeSecondaryToPrimaryEmail.mutation.js +5 -2
  130. package/.dist/graphql/mutations/makeSecondaryToPrimaryEmail.mutation.js.map +1 -1
  131. package/.dist/graphql/mutations/multipleBreakApartOrder.mutation.d.ts +1 -1
  132. package/.dist/graphql/mutations/multipleBreakApartOrder.mutation.js +2 -2
  133. package/.dist/graphql/mutations/multipleBreakApartOrder.mutation.js.map +1 -1
  134. package/.dist/graphql/mutations/multipleBreakApartSeasonOrder.mutation.d.ts +1 -1
  135. package/.dist/graphql/mutations/multipleBreakApartSeasonOrder.mutation.js +2 -2
  136. package/.dist/graphql/mutations/multipleBreakApartSeasonOrder.mutation.js.map +1 -1
  137. package/.dist/graphql/mutations/publishEvent.mutation.d.ts +1 -1
  138. package/.dist/graphql/mutations/publishEvent.mutation.js +2 -2
  139. package/.dist/graphql/mutations/publishEvent.mutation.js.map +1 -1
  140. package/.dist/graphql/mutations/publishSeason.mutation.d.ts +1 -1
  141. package/.dist/graphql/mutations/publishSeason.mutation.js +2 -2
  142. package/.dist/graphql/mutations/publishSeason.mutation.js.map +1 -1
  143. package/.dist/graphql/mutations/refundOrder.mutation.d.ts +1 -1
  144. package/.dist/graphql/mutations/refundOrder.mutation.js +2 -2
  145. package/.dist/graphql/mutations/refundOrder.mutation.js.map +1 -1
  146. package/.dist/graphql/mutations/register.mutation.d.ts +1 -1
  147. package/.dist/graphql/mutations/register.mutation.js +5 -2
  148. package/.dist/graphql/mutations/register.mutation.js.map +1 -1
  149. package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.d.ts +1 -1
  150. package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js +5 -2
  151. package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js.map +1 -1
  152. package/.dist/graphql/mutations/remapWebFlowSite.mutation.d.ts +1 -1
  153. package/.dist/graphql/mutations/remapWebFlowSite.mutation.js +5 -2
  154. package/.dist/graphql/mutations/remapWebFlowSite.mutation.js.map +1 -1
  155. package/.dist/graphql/mutations/resetUserPassword.mutation.d.ts +1 -1
  156. package/.dist/graphql/mutations/resetUserPassword.mutation.js +5 -2
  157. package/.dist/graphql/mutations/resetUserPassword.mutation.js.map +1 -1
  158. package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.d.ts +1 -1
  159. package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.js +5 -2
  160. package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.js.map +1 -1
  161. package/.dist/graphql/mutations/salesReport.mutation.d.ts +1 -1
  162. package/.dist/graphql/mutations/salesReport.mutation.js +5 -2
  163. package/.dist/graphql/mutations/salesReport.mutation.js.map +1 -1
  164. package/.dist/graphql/mutations/sendOrderReceiptEmail.mutation.d.ts +1 -1
  165. package/.dist/graphql/mutations/sendOrderReceiptEmail.mutation.js +5 -2
  166. package/.dist/graphql/mutations/sendOrderReceiptEmail.mutation.js.map +1 -1
  167. package/.dist/graphql/mutations/sendSeasonOrderReceiptEmail.mutation.d.ts +1 -1
  168. package/.dist/graphql/mutations/sendSeasonOrderReceiptEmail.mutation.js +5 -2
  169. package/.dist/graphql/mutations/sendSeasonOrderReceiptEmail.mutation.js.map +1 -1
  170. package/.dist/graphql/mutations/sendUserEmailVerification.mutation.d.ts +1 -1
  171. package/.dist/graphql/mutations/sendUserEmailVerification.mutation.js +5 -2
  172. package/.dist/graphql/mutations/sendUserEmailVerification.mutation.js.map +1 -1
  173. package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.d.ts +1 -1
  174. package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js +5 -2
  175. package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js.map +1 -1
  176. package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.d.ts +1 -1
  177. package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.js +5 -2
  178. package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.js.map +1 -1
  179. package/.dist/graphql/mutations/setUserOrgContextId.mutation.d.ts +1 -1
  180. package/.dist/graphql/mutations/setUserOrgContextId.mutation.js +5 -2
  181. package/.dist/graphql/mutations/setUserOrgContextId.mutation.js.map +1 -1
  182. package/.dist/graphql/mutations/setUserPassword.mutation.d.ts +1 -1
  183. package/.dist/graphql/mutations/setUserPassword.mutation.js +5 -2
  184. package/.dist/graphql/mutations/setUserPassword.mutation.js.map +1 -1
  185. package/.dist/graphql/mutations/updateArtist.mutation.d.ts +1 -1
  186. package/.dist/graphql/mutations/updateArtist.mutation.js +5 -2
  187. package/.dist/graphql/mutations/updateArtist.mutation.js.map +1 -1
  188. package/.dist/graphql/mutations/updateBasicUserInfo.mutation.d.ts +1 -1
  189. package/.dist/graphql/mutations/updateBasicUserInfo.mutation.js +5 -2
  190. package/.dist/graphql/mutations/updateBasicUserInfo.mutation.js.map +1 -1
  191. package/.dist/graphql/mutations/updateEvent.mutation.d.ts +1 -1
  192. package/.dist/graphql/mutations/updateEvent.mutation.js +2 -2
  193. package/.dist/graphql/mutations/updateEvent.mutation.js.map +1 -1
  194. package/.dist/graphql/mutations/updateEventOrSeasonFee.mutation.d.ts +1 -1
  195. package/.dist/graphql/mutations/updateEventOrSeasonFee.mutation.js +5 -2
  196. package/.dist/graphql/mutations/updateEventOrSeasonFee.mutation.js.map +1 -1
  197. package/.dist/graphql/mutations/updateFee.mutation.d.ts +1 -1
  198. package/.dist/graphql/mutations/updateFee.mutation.js +5 -2
  199. package/.dist/graphql/mutations/updateFee.mutation.js.map +1 -1
  200. package/.dist/graphql/mutations/updateGuestOrder.mutation.d.ts +1 -1
  201. package/.dist/graphql/mutations/updateGuestOrder.mutation.js +5 -2
  202. package/.dist/graphql/mutations/updateGuestOrder.mutation.js.map +1 -1
  203. package/.dist/graphql/mutations/updateOrder.mutation.d.ts +1 -1
  204. package/.dist/graphql/mutations/updateOrder.mutation.js +5 -2
  205. package/.dist/graphql/mutations/updateOrder.mutation.js.map +1 -1
  206. package/.dist/graphql/mutations/updateOrganization.mutation.d.ts +1 -1
  207. package/.dist/graphql/mutations/updateOrganization.mutation.js +5 -2
  208. package/.dist/graphql/mutations/updateOrganization.mutation.js.map +1 -1
  209. package/.dist/graphql/mutations/updateOrganizationFee.mutation.d.ts +1 -1
  210. package/.dist/graphql/mutations/updateOrganizationFee.mutation.js +5 -2
  211. package/.dist/graphql/mutations/updateOrganizationFee.mutation.js.map +1 -1
  212. package/.dist/graphql/mutations/updatePlatformFee.mutation.d.ts +1 -1
  213. package/.dist/graphql/mutations/updatePlatformFee.mutation.js +5 -2
  214. package/.dist/graphql/mutations/updatePlatformFee.mutation.js.map +1 -1
  215. package/.dist/graphql/mutations/updateSeason.mutation.d.ts +1 -1
  216. package/.dist/graphql/mutations/updateSeason.mutation.js +2 -2
  217. package/.dist/graphql/mutations/updateSeason.mutation.js.map +1 -1
  218. package/.dist/graphql/mutations/updateUserEmail.mutation.d.ts +1 -1
  219. package/.dist/graphql/mutations/updateUserEmail.mutation.js +5 -2
  220. package/.dist/graphql/mutations/updateUserEmail.mutation.js.map +1 -1
  221. package/.dist/graphql/mutations/updateUserInfo.mutation.d.ts +1 -1
  222. package/.dist/graphql/mutations/updateUserInfo.mutation.js +5 -2
  223. package/.dist/graphql/mutations/updateUserInfo.mutation.js.map +1 -1
  224. package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.d.ts +1 -1
  225. package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.js +5 -2
  226. package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.js.map +1 -1
  227. package/.dist/graphql/mutations/updateUserPreferredLogIn.mutation.d.ts +1 -1
  228. package/.dist/graphql/mutations/updateUserPreferredLogIn.mutation.js +5 -2
  229. package/.dist/graphql/mutations/updateUserPreferredLogIn.mutation.js.map +1 -1
  230. package/.dist/graphql/mutations/updateVenue.mutation.d.ts +1 -1
  231. package/.dist/graphql/mutations/updateVenue.mutation.js +5 -2
  232. package/.dist/graphql/mutations/updateVenue.mutation.js.map +1 -1
  233. package/.dist/graphql/mutations/uploadFiles.mutation.d.ts +1 -1
  234. package/.dist/graphql/mutations/uploadFiles.mutation.js +5 -2
  235. package/.dist/graphql/mutations/uploadFiles.mutation.js.map +1 -1
  236. package/.dist/graphql/mutations/verifyUserEmail.mutation.d.ts +1 -1
  237. package/.dist/graphql/mutations/verifyUserEmail.mutation.js +5 -2
  238. package/.dist/graphql/mutations/verifyUserEmail.mutation.js.map +1 -1
  239. package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.d.ts +1 -1
  240. package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js +5 -2
  241. package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js.map +1 -1
  242. package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.d.ts +1 -1
  243. package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.js +5 -2
  244. package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.js.map +1 -1
  245. package/.dist/graphql/mutations/waitListReport.mutation.d.ts +1 -1
  246. package/.dist/graphql/mutations/waitListReport.mutation.js +5 -2
  247. package/.dist/graphql/mutations/waitListReport.mutation.js.map +1 -1
  248. package/.dist/graphql/queries/analytics.query.d.ts +1 -1
  249. package/.dist/graphql/queries/analytics.query.js +5 -2
  250. package/.dist/graphql/queries/analytics.query.js.map +1 -1
  251. package/.dist/graphql/queries/artist.query.d.ts +1 -1
  252. package/.dist/graphql/queries/artist.query.js +5 -2
  253. package/.dist/graphql/queries/artist.query.js.map +1 -1
  254. package/.dist/graphql/queries/artists.query.d.ts +1 -1
  255. package/.dist/graphql/queries/artists.query.js +5 -2
  256. package/.dist/graphql/queries/artists.query.js.map +1 -1
  257. package/.dist/graphql/queries/context.query.d.ts +1 -1
  258. package/.dist/graphql/queries/context.query.js +5 -2
  259. package/.dist/graphql/queries/context.query.js.map +1 -1
  260. package/.dist/graphql/queries/customerOrders.query.d.ts +1 -1
  261. package/.dist/graphql/queries/customerOrders.query.js +2 -2
  262. package/.dist/graphql/queries/customerOrders.query.js.map +1 -1
  263. package/.dist/graphql/queries/customerProfile.query.d.ts +1 -1
  264. package/.dist/graphql/queries/customerProfile.query.js +5 -2
  265. package/.dist/graphql/queries/customerProfile.query.js.map +1 -1
  266. package/.dist/graphql/queries/discountCodeVerify.query.d.ts +1 -1
  267. package/.dist/graphql/queries/discountCodeVerify.query.js +6 -2
  268. package/.dist/graphql/queries/discountCodeVerify.query.js.map +1 -1
  269. package/.dist/graphql/queries/event.query.d.ts +1 -1
  270. package/.dist/graphql/queries/event.query.js +2 -2
  271. package/.dist/graphql/queries/event.query.js.map +1 -1
  272. package/.dist/graphql/queries/eventFees.query.d.ts +1 -1
  273. package/.dist/graphql/queries/eventFees.query.js +5 -2
  274. package/.dist/graphql/queries/eventFees.query.js.map +1 -1
  275. package/.dist/graphql/queries/events.query.d.ts +1 -1
  276. package/.dist/graphql/queries/events.query.js +2 -2
  277. package/.dist/graphql/queries/events.query.js.map +1 -1
  278. package/.dist/graphql/queries/fee.query.d.ts +1 -1
  279. package/.dist/graphql/queries/fee.query.js +5 -2
  280. package/.dist/graphql/queries/fee.query.js.map +1 -1
  281. package/.dist/graphql/queries/fees.query.d.ts +1 -1
  282. package/.dist/graphql/queries/fees.query.js +5 -2
  283. package/.dist/graphql/queries/fees.query.js.map +1 -1
  284. package/.dist/graphql/queries/isSuperUser.query.d.ts +1 -1
  285. package/.dist/graphql/queries/isSuperUser.query.js +5 -2
  286. package/.dist/graphql/queries/isSuperUser.query.js.map +1 -1
  287. package/.dist/graphql/queries/listStripeTerminalReaders.query.d.ts +1 -1
  288. package/.dist/graphql/queries/listStripeTerminalReaders.query.js +5 -2
  289. package/.dist/graphql/queries/listStripeTerminalReaders.query.js.map +1 -1
  290. package/.dist/graphql/queries/notifiyEvent.d.ts +1 -1
  291. package/.dist/graphql/queries/notifiyEvent.js +5 -2
  292. package/.dist/graphql/queries/notifiyEvent.js.map +1 -1
  293. package/.dist/graphql/queries/order.query.d.ts +1 -1
  294. package/.dist/graphql/queries/order.query.js +2 -2
  295. package/.dist/graphql/queries/order.query.js.map +1 -1
  296. package/.dist/graphql/queries/orders.query.d.ts +1 -1
  297. package/.dist/graphql/queries/orders.query.js +2 -2
  298. package/.dist/graphql/queries/orders.query.js.map +1 -1
  299. package/.dist/graphql/queries/organizationFees.query.d.ts +1 -1
  300. package/.dist/graphql/queries/organizationFees.query.js +5 -2
  301. package/.dist/graphql/queries/organizationFees.query.js.map +1 -1
  302. package/.dist/graphql/queries/organizations.query.d.ts +1 -1
  303. package/.dist/graphql/queries/organizations.query.js +5 -2
  304. package/.dist/graphql/queries/organizations.query.js.map +1 -1
  305. package/.dist/graphql/queries/platformFees.query.d.ts +1 -1
  306. package/.dist/graphql/queries/platformFees.query.js +5 -2
  307. package/.dist/graphql/queries/platformFees.query.js.map +1 -1
  308. package/.dist/graphql/queries/platformSettings.query.d.ts +1 -1
  309. package/.dist/graphql/queries/platformSettings.query.js +5 -2
  310. package/.dist/graphql/queries/platformSettings.query.js.map +1 -1
  311. package/.dist/graphql/queries/profile.query.d.ts +1 -1
  312. package/.dist/graphql/queries/profile.query.js +5 -2
  313. package/.dist/graphql/queries/profile.query.js.map +1 -1
  314. package/.dist/graphql/queries/profiles.query.d.ts +1 -1
  315. package/.dist/graphql/queries/profiles.query.js +5 -2
  316. package/.dist/graphql/queries/profiles.query.js.map +1 -1
  317. package/.dist/graphql/queries/promoCodeVerify.query.d.ts +2 -2
  318. package/.dist/graphql/queries/promoCodeVerify.query.js +6 -3
  319. package/.dist/graphql/queries/promoCodeVerify.query.js.map +1 -1
  320. package/.dist/graphql/queries/publicEvent.query.d.ts +1 -1
  321. package/.dist/graphql/queries/publicEvent.query.js +2 -2
  322. package/.dist/graphql/queries/publicEvent.query.js.map +1 -1
  323. package/.dist/graphql/queries/publicSeason.query.d.ts +1 -1
  324. package/.dist/graphql/queries/publicSeason.query.js +2 -2
  325. package/.dist/graphql/queries/publicSeason.query.js.map +1 -1
  326. package/.dist/graphql/queries/role.query.d.ts +1 -1
  327. package/.dist/graphql/queries/role.query.js +5 -2
  328. package/.dist/graphql/queries/role.query.js.map +1 -1
  329. package/.dist/graphql/queries/roles.query.d.ts +1 -1
  330. package/.dist/graphql/queries/roles.query.js +5 -2
  331. package/.dist/graphql/queries/roles.query.js.map +1 -1
  332. package/.dist/graphql/queries/season.query.d.ts +1 -1
  333. package/.dist/graphql/queries/season.query.js +2 -2
  334. package/.dist/graphql/queries/season.query.js.map +1 -1
  335. package/.dist/graphql/queries/seasonFees.query.d.ts +1 -1
  336. package/.dist/graphql/queries/seasonFees.query.js +5 -2
  337. package/.dist/graphql/queries/seasonFees.query.js.map +1 -1
  338. package/.dist/graphql/queries/seasons.query.d.ts +1 -1
  339. package/.dist/graphql/queries/seasons.query.js +2 -2
  340. package/.dist/graphql/queries/seasons.query.js.map +1 -1
  341. package/.dist/graphql/queries/seating.query.d.ts +1 -1
  342. package/.dist/graphql/queries/seating.query.js +5 -2
  343. package/.dist/graphql/queries/seating.query.js.map +1 -1
  344. package/.dist/graphql/queries/seatingKeys.query.d.ts +1 -1
  345. package/.dist/graphql/queries/seatingKeys.query.js +5 -2
  346. package/.dist/graphql/queries/seatingKeys.query.js.map +1 -1
  347. package/.dist/graphql/queries/stripeCardDetail.query.d.ts +1 -1
  348. package/.dist/graphql/queries/stripeCardDetail.query.js +5 -2
  349. package/.dist/graphql/queries/stripeCardDetail.query.js.map +1 -1
  350. package/.dist/graphql/queries/ticketRestriction.query.d.ts +1 -1
  351. package/.dist/graphql/queries/ticketRestriction.query.js +5 -2
  352. package/.dist/graphql/queries/ticketRestriction.query.js.map +1 -1
  353. package/.dist/graphql/queries/userExists.query.d.ts +1 -1
  354. package/.dist/graphql/queries/userExists.query.js +5 -2
  355. package/.dist/graphql/queries/userExists.query.js.map +1 -1
  356. package/.dist/graphql/queries/userProfile.query.d.ts +1 -1
  357. package/.dist/graphql/queries/userProfile.query.js +5 -2
  358. package/.dist/graphql/queries/userProfile.query.js.map +1 -1
  359. package/.dist/graphql/queries/userProfilesAdmin.query.d.ts +1 -1
  360. package/.dist/graphql/queries/userProfilesAdmin.query.js +5 -2
  361. package/.dist/graphql/queries/userProfilesAdmin.query.js.map +1 -1
  362. package/.dist/graphql/queries/userRoles.query.d.ts +1 -1
  363. package/.dist/graphql/queries/userRoles.query.js +5 -2
  364. package/.dist/graphql/queries/userRoles.query.js.map +1 -1
  365. package/.dist/graphql/queries/venue.query.d.ts +1 -1
  366. package/.dist/graphql/queries/venue.query.js +5 -2
  367. package/.dist/graphql/queries/venue.query.js.map +1 -1
  368. package/.dist/graphql/queries/venues.query.d.ts +1 -1
  369. package/.dist/graphql/queries/venues.query.js +5 -2
  370. package/.dist/graphql/queries/venues.query.js.map +1 -1
  371. package/.dist/graphql/queries/waitList.query.d.ts +1 -1
  372. package/.dist/graphql/queries/waitList.query.js +2 -2
  373. package/.dist/graphql/queries/waitList.query.js.map +1 -1
  374. package/.dist/graphql/queries/webFlowSites.query.d.ts +1 -1
  375. package/.dist/graphql/queries/webFlowSites.query.js +5 -2
  376. package/.dist/graphql/queries/webFlowSites.query.js.map +1 -1
  377. package/.dist/graphql/queries/webflow.query.d.ts +1 -1
  378. package/.dist/graphql/queries/webflow.query.js +5 -2
  379. package/.dist/graphql/queries/webflow.query.js.map +1 -1
  380. package/.dist/interfaces/IOrganization.d.ts +1 -0
  381. package/.dist/interfaces/IPagination.d.ts +1 -1
  382. package/.dist/schemas/Organization.d.ts +5 -0
  383. package/.dist/schemas/Organization.js +4 -0
  384. package/.dist/schemas/Organization.js.map +1 -1
  385. package/.dist/sellout-proto.js +22 -0
  386. package/.dist/utils/AnalyticsUtil.d.ts +1 -1
  387. package/package.json +11 -12
  388. package/src/graphql/fragments/event.fragment.ts +1 -2
  389. package/src/graphql/fragments/order.fragment.ts +1 -1
  390. package/src/graphql/fragments/season.fragment.ts +1 -1
  391. package/src/graphql/links/debounceLink.ts +1 -0
  392. package/src/graphql/mutations/acceptRole.mutation.ts +1 -1
  393. package/src/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.ts +1 -1
  394. package/src/graphql/mutations/attachStripePaymentMethod.mutation.ts +1 -1
  395. package/src/graphql/mutations/batchPrintBreakApartOrder.mutation.ts +1 -1
  396. package/src/graphql/mutations/breakApartOrder.ts +1 -1
  397. package/src/graphql/mutations/breakApartSeasonOrder.ts +1 -1
  398. package/src/graphql/mutations/cancelOrder.mutation.ts +1 -1
  399. package/src/graphql/mutations/createArtist.mutation.ts +1 -1
  400. package/src/graphql/mutations/createEvent.mutation.ts +1 -1
  401. package/src/graphql/mutations/createEventOrSeasonFee.mutation.ts +1 -1
  402. package/src/graphql/mutations/createFee.mutation.ts +1 -1
  403. package/src/graphql/mutations/createOrder.mutation.ts +1 -1
  404. package/src/graphql/mutations/createOrderPaymentIntent.mutation.ts +1 -1
  405. package/src/graphql/mutations/createOrganizationFee.mutation.ts +1 -1
  406. package/src/graphql/mutations/createPlatformFee.mutation.ts +1 -1
  407. package/src/graphql/mutations/createRole.mutation.ts +1 -1
  408. package/src/graphql/mutations/createSeason.mutation.ts +1 -1
  409. package/src/graphql/mutations/createSeasonOrder.mutation.ts +1 -1
  410. package/src/graphql/mutations/createSeasonOrderPaymentIntent.mutation.ts +1 -1
  411. package/src/graphql/mutations/createStripeSetupIntent.mutation.ts +1 -1
  412. package/src/graphql/mutations/createStripeTerminalConnectionToken.mutation.ts +1 -1
  413. package/src/graphql/mutations/createVenue.mutation.ts +1 -2
  414. package/src/graphql/mutations/createWaitList.mutation.ts +1 -1
  415. package/src/graphql/mutations/createWebFlowSite.mutation.ts +1 -2
  416. package/src/graphql/mutations/deleteEvent.mutation.ts +1 -1
  417. package/src/graphql/mutations/deleteEventOrSeasonFee.mutation.ts +1 -2
  418. package/src/graphql/mutations/deleteFee.mutation.ts +1 -2
  419. package/src/graphql/mutations/deleteOrganizationFee.mutation.ts +1 -2
  420. package/src/graphql/mutations/deletePlatformFee.mutation.ts +1 -2
  421. package/src/graphql/mutations/deleteRole.mutation.ts +1 -2
  422. package/src/graphql/mutations/deleteSecondaryEmail.mutation.ts +1 -1
  423. package/src/graphql/mutations/deleteStripeTerminalReader.mutation.ts +1 -1
  424. package/src/graphql/mutations/deleteSubscription.mutation.ts +1 -1
  425. package/src/graphql/mutations/deleteUnverifiedUser.mutation.ts +1 -1
  426. package/src/graphql/mutations/forgotPassword.mutation.ts +1 -1
  427. package/src/graphql/mutations/generateActivityReport.mutation.ts +1 -1
  428. package/src/graphql/mutations/generateOrderReport.mutation.ts +1 -1
  429. package/src/graphql/mutations/generateUserProfileReport.mutation.ts +1 -1
  430. package/src/graphql/mutations/holdTicket.mutation.ts +1 -1
  431. package/src/graphql/mutations/login.mutation.ts +1 -1
  432. package/src/graphql/mutations/makeSecondaryToPrimaryEmail.mutation.ts +1 -1
  433. package/src/graphql/mutations/multipleBreakApartOrder.mutation.ts +1 -1
  434. package/src/graphql/mutations/multipleBreakApartSeasonOrder.mutation.ts +1 -1
  435. package/src/graphql/mutations/publishEvent.mutation.ts +1 -1
  436. package/src/graphql/mutations/publishSeason.mutation.ts +1 -1
  437. package/src/graphql/mutations/refundOrder.mutation.ts +1 -1
  438. package/src/graphql/mutations/register.mutation.ts +1 -1
  439. package/src/graphql/mutations/registerStripeTerminalReader.mutation.ts +1 -1
  440. package/src/graphql/mutations/remapWebFlowSite.mutation.ts +1 -1
  441. package/src/graphql/mutations/resetUserPassword.mutation.ts +1 -1
  442. package/src/graphql/mutations/resetUserPasswordInApp.mutation.ts +1 -1
  443. package/src/graphql/mutations/salesReport.mutation.ts +1 -1
  444. package/src/graphql/mutations/sendOrderReceiptEmail.mutation.ts +1 -1
  445. package/src/graphql/mutations/sendSeasonOrderReceiptEmail.mutation.ts +1 -1
  446. package/src/graphql/mutations/sendUserEmailVerification.mutation.ts +2 -1
  447. package/src/graphql/mutations/sendUserPhoneAuthentication.mutation.ts +1 -2
  448. package/src/graphql/mutations/sendUserPhoneVerification.mutation.ts +1 -1
  449. package/src/graphql/mutations/setUserOrgContextId.mutation.ts +1 -1
  450. package/src/graphql/mutations/setUserPassword.mutation.ts +1 -1
  451. package/src/graphql/mutations/updateArtist.mutation.ts +1 -1
  452. package/src/graphql/mutations/updateBasicUserInfo.mutation.ts +1 -1
  453. package/src/graphql/mutations/updateEvent.mutation.ts +1 -1
  454. package/src/graphql/mutations/updateEventOrSeasonFee.mutation.ts +1 -1
  455. package/src/graphql/mutations/updateFee.mutation.ts +1 -1
  456. package/src/graphql/mutations/updateGuestOrder.mutation.ts +1 -1
  457. package/src/graphql/mutations/updateOrder.mutation.ts +1 -1
  458. package/src/graphql/mutations/updateOrganization.mutation.ts +1 -1
  459. package/src/graphql/mutations/updateOrganizationFee.mutation.ts +1 -1
  460. package/src/graphql/mutations/updatePlatformFee.mutation.ts +1 -1
  461. package/src/graphql/mutations/updateSeason.mutation.ts +1 -1
  462. package/src/graphql/mutations/updateUserEmail.mutation.ts +1 -1
  463. package/src/graphql/mutations/updateUserInfo.mutation.ts +1 -1
  464. package/src/graphql/mutations/updateUserPhoneNumber.mutation.ts +1 -1
  465. package/src/graphql/mutations/updateUserPreferredLogIn.mutation.ts +1 -1
  466. package/src/graphql/mutations/updateVenue.mutation.ts +1 -1
  467. package/src/graphql/mutations/uploadFiles.mutation.ts +1 -1
  468. package/src/graphql/mutations/verifyUserEmail.mutation.ts +1 -1
  469. package/src/graphql/mutations/verifyUserPhoneAuthentication.mutation.ts +1 -1
  470. package/src/graphql/mutations/verifyUserPhoneNumber.mutation.ts +1 -1
  471. package/src/graphql/mutations/waitListReport.mutation.ts +1 -1
  472. package/src/graphql/queries/analytics.query.ts +1 -1
  473. package/src/graphql/queries/artist.query.ts +1 -1
  474. package/src/graphql/queries/artists.query.ts +1 -1
  475. package/src/graphql/queries/context.query.ts +1 -1
  476. package/src/graphql/queries/customerOrders.query.ts +1 -1
  477. package/src/graphql/queries/customerProfile.query.ts +1 -1
  478. package/src/graphql/queries/discountCodeVerify.query.ts +2 -1
  479. package/src/graphql/queries/event.query.ts +1 -1
  480. package/src/graphql/queries/eventFees.query.ts +1 -1
  481. package/src/graphql/queries/events.query.ts +1 -1
  482. package/src/graphql/queries/fee.query.ts +1 -1
  483. package/src/graphql/queries/fees.query.ts +1 -1
  484. package/src/graphql/queries/isSuperUser.query.ts +1 -1
  485. package/src/graphql/queries/listStripeTerminalReaders.query.ts +1 -1
  486. package/src/graphql/queries/notifiyEvent.ts +1 -1
  487. package/src/graphql/queries/order.query.ts +1 -1
  488. package/src/graphql/queries/orders.query.ts +1 -1
  489. package/src/graphql/queries/organizationFees.query.ts +1 -1
  490. package/src/graphql/queries/organizations.query.ts +1 -1
  491. package/src/graphql/queries/platformFees.query.ts +1 -1
  492. package/src/graphql/queries/platformSettings.query.ts +1 -1
  493. package/src/graphql/queries/profile.query.ts +1 -1
  494. package/src/graphql/queries/profiles.query.ts +1 -1
  495. package/src/graphql/queries/promoCodeVerify.query.ts +3 -3
  496. package/src/graphql/queries/publicEvent.query.ts +1 -1
  497. package/src/graphql/queries/publicSeason.query.ts +1 -1
  498. package/src/graphql/queries/role.query.ts +1 -1
  499. package/src/graphql/queries/roles.query.ts +1 -1
  500. package/src/graphql/queries/season.query.ts +1 -1
  501. package/src/graphql/queries/seasonFees.query.ts +1 -1
  502. package/src/graphql/queries/seasons.query.ts +1 -1
  503. package/src/graphql/queries/seating.query.ts +1 -1
  504. package/src/graphql/queries/seatingKeys.query.ts +1 -1
  505. package/src/graphql/queries/stripeCardDetail.query.ts +1 -1
  506. package/src/graphql/queries/ticketRestriction.query.ts +1 -1
  507. package/src/graphql/queries/userExists.query.ts +1 -1
  508. package/src/graphql/queries/userProfile.query.ts +1 -1
  509. package/src/graphql/queries/userProfilesAdmin.query.ts +1 -1
  510. package/src/graphql/queries/userRoles.query.ts +1 -1
  511. package/src/graphql/queries/venue.query.ts +1 -1
  512. package/src/graphql/queries/venues.query.ts +1 -1
  513. package/src/graphql/queries/waitList.query.ts +1 -1
  514. package/src/graphql/queries/webFlowSites.query.ts +1 -1
  515. package/src/graphql/queries/webflow.query.ts +1 -1
  516. package/src/interfaces/IOrganization.ts +1 -0
  517. package/src/proto/organization.proto +2 -0
  518. package/src/schemas/Organization.ts +14 -10
@@ -68489,6 +68489,7 @@ $root.Organization = (function() {
68489
68489
  * @property {string|null} [tegURL] Organization tegURL
68490
68490
  * @property {string|null} [ticketFormat] Organization ticketFormat
68491
68491
  * @property {boolean|null} [validateMemberId] Organization validateMemberId
68492
+ * @property {string|null} [locationId] Organization locationId
68492
68493
  */
68493
68494
 
68494
68495
  /**
@@ -68683,6 +68684,14 @@ $root.Organization = (function() {
68683
68684
  */
68684
68685
  Organization.prototype.validateMemberId = false;
68685
68686
 
68687
+ /**
68688
+ * Organization locationId.
68689
+ * @member {string} locationId
68690
+ * @memberof Organization
68691
+ * @instance
68692
+ */
68693
+ Organization.prototype.locationId = "";
68694
+
68686
68695
  /**
68687
68696
  * Creates a new Organization instance using the specified properties.
68688
68697
  * @function create
@@ -68752,6 +68761,8 @@ $root.Organization = (function() {
68752
68761
  writer.uint32(/* id 20, wireType 2 =*/162).string(message.ticketFormat);
68753
68762
  if (message.validateMemberId != null && Object.hasOwnProperty.call(message, "validateMemberId"))
68754
68763
  writer.uint32(/* id 21, wireType 0 =*/168).bool(message.validateMemberId);
68764
+ if (message.locationId != null && Object.hasOwnProperty.call(message, "locationId"))
68765
+ writer.uint32(/* id 22, wireType 2 =*/178).string(message.locationId);
68755
68766
  return writer;
68756
68767
  };
68757
68768
 
@@ -68854,6 +68865,9 @@ $root.Organization = (function() {
68854
68865
  case 21:
68855
68866
  message.validateMemberId = reader.bool();
68856
68867
  break;
68868
+ case 22:
68869
+ message.locationId = reader.string();
68870
+ break;
68857
68871
  default:
68858
68872
  reader.skipType(tag & 7);
68859
68873
  break;
@@ -68961,6 +68975,9 @@ $root.Organization = (function() {
68961
68975
  if (message.validateMemberId != null && message.hasOwnProperty("validateMemberId"))
68962
68976
  if (typeof message.validateMemberId !== "boolean")
68963
68977
  return "validateMemberId: boolean expected";
68978
+ if (message.locationId != null && message.hasOwnProperty("locationId"))
68979
+ if (!$util.isString(message.locationId))
68980
+ return "locationId: string expected";
68964
68981
  return null;
68965
68982
  };
68966
68983
 
@@ -69028,6 +69045,8 @@ $root.Organization = (function() {
69028
69045
  message.ticketFormat = String(object.ticketFormat);
69029
69046
  if (object.validateMemberId != null)
69030
69047
  message.validateMemberId = Boolean(object.validateMemberId);
69048
+ if (object.locationId != null)
69049
+ message.locationId = String(object.locationId);
69031
69050
  return message;
69032
69051
  };
69033
69052
 
@@ -69068,6 +69087,7 @@ $root.Organization = (function() {
69068
69087
  object.tegURL = "";
69069
69088
  object.ticketFormat = "";
69070
69089
  object.validateMemberId = false;
69090
+ object.locationId = "";
69071
69091
  }
69072
69092
  if (message._id != null && message.hasOwnProperty("_id"))
69073
69093
  object._id = message._id;
@@ -69116,6 +69136,8 @@ $root.Organization = (function() {
69116
69136
  object.ticketFormat = message.ticketFormat;
69117
69137
  if (message.validateMemberId != null && message.hasOwnProperty("validateMemberId"))
69118
69138
  object.validateMemberId = message.validateMemberId;
69139
+ if (message.locationId != null && message.hasOwnProperty("locationId"))
69140
+ object.locationId = message.locationId;
69119
69141
  return object;
69120
69142
  };
69121
69143
 
@@ -4,7 +4,7 @@ interface IDuration {
4
4
  startsAt: number;
5
5
  endsAt: number;
6
6
  }
7
- type IntervalInfo = {
7
+ declare type IntervalInfo = {
8
8
  startDate: number;
9
9
  endDate: number;
10
10
  duration: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/models",
3
- "version": "0.0.274-alpha.0",
3
+ "version": "0.0.275",
4
4
  "description": "Sellout.io models",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,26 +11,25 @@
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://www.github.com/sellout-tickets/sellout/common/models"
14
+ "url": "www.github.com/sellout-tickets/sellout/common/models"
15
15
  },
16
16
  "author": "samheutmaker@gmail.com",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@apollo/client": "^3.9.6",
20
- "@hapi/joi": "^17.1.1",
21
- "@sellout/utils": "^0.0.274-alpha.0",
19
+ "@hapi/joi": "^16.1.7",
20
+ "@sellout/utils": "^0.0.275",
22
21
  "@types/hapi__joi": "^16.0.1",
23
22
  "@types/shortid": "^0.0.29",
24
- "@types/zen-observable": "^0.8.7",
25
- "apollo-link-debounce": "^3.0.0",
26
- "graphql": "^16.8.1",
23
+ "apollo-link-debounce": "^2.1.0",
24
+ "graphql": "^14.6.0",
25
+ "graphql-tag": "^2.12.5",
27
26
  "shortid": "^2.2.16"
28
27
  },
29
28
  "devDependencies": {
30
- "@types/node": "^20.11.19",
31
- "nodemon": "^2.0.22",
29
+ "@types/node": "^16.11.1",
30
+ "nodemon": "^2.0.13",
32
31
  "protobufjs": "^6.11.2",
33
- "typescript": "^4.9.5"
32
+ "typescript": "^4.4.2"
34
33
  },
35
- "gitHead": "548e471c9615a027f87711c30291f4ff5be62502"
34
+ "gitHead": "f569357e20d1ca4e5ec3e17074e0b1337f981cd1"
36
35
  }
@@ -1,5 +1,4 @@
1
- import {gql} from "@apollo/client";
2
-
1
+ import gql from "graphql-tag";
3
2
 
4
3
  interface EventFragments {
5
4
  schedule: object;
@@ -1,4 +1,4 @@
1
- import {gql} from '@apollo/client';
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  interface OrderFragments {
4
4
  tickets: object;
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  interface SeasonFragments {
4
4
  schedule: object;
@@ -1,3 +1,4 @@
1
1
  import DebounceLink from 'apollo-link-debounce';
2
+
2
3
  const debounceLink = new DebounceLink(500);
3
4
  export default debounceLink;
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation acceptRole($roleId: String!, $accept: Boolean!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation applyPlatformFeesToAllOrganizations {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation attachStripePaymentMethod($paymentMethodId: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Order from '../fragments/order.fragment';
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Order from '../fragments/order.fragment';
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Order from "../fragments/order.fragment";
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation cancelOrder($orderId: String!, $ticketIds: [String], $upgradeIds: [String], $cancelReason: String) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createArtist($artist: ArtistInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
  import Event from '../fragments/event.fragment';
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createEventOrSeasonFee(
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createFee($fee: FeeInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createOrder($params: OrderInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createOrderPaymentIntent($params: OrderPaymentIntentInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createOrganizationFee($orgId: String!, $fee: FeeInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const query = gql`
4
4
  mutation createPlatformFee($fee: FeeInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createRole($role: RoleInput!, $update: Boolean) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Season from "../fragments/season.fragment";
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createSeasonOrder($params: OrderSeasonInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createSeasonOrderPaymentIntent(
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createStripeSetupIntent {
@@ -1,4 +1,4 @@
1
- import {gql} from '@apollo/client';
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createStripeTerminalConnectionToken {
@@ -1,5 +1,4 @@
1
- import {gql} from "@apollo/client";
2
-
1
+ import gql from 'graphql-tag';
3
2
 
4
3
  const mutation = gql`
5
4
  mutation createVenue($venue: VenueInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation createWaitList($params: WaitListInput!, $eventId: String, $orgId: String, $type: String ) {
@@ -1,5 +1,4 @@
1
- import {gql} from "@apollo/client";
2
-
1
+ import gql from 'graphql-tag';
3
2
 
4
3
  const query = gql`
5
4
  mutation createWebFlowSite($webFlowId: String!, $orgId: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation refundEventOrders(
@@ -1,5 +1,4 @@
1
- import {gql} from "@apollo/client";
2
-
1
+ import gql from 'graphql-tag';
3
2
 
4
3
  const mutation = gql`
5
4
  mutation deleteEventOrSeasonFee($eventId: String, $seasonId: String, $feeId: String!, $orgId: String) {
@@ -1,5 +1,4 @@
1
- import {gql} from "@apollo/client";
2
-
1
+ import gql from 'graphql-tag';
3
2
 
4
3
  const mutation = gql`
5
4
  mutation disableFee($feeId: String!) {
@@ -1,5 +1,4 @@
1
- import {gql} from "@apollo/client";
2
-
1
+ import gql from 'graphql-tag';
3
2
 
4
3
  const mutation = gql`
5
4
  mutation deleteOrganizationFee($orgId: String!, $feeId: String!) {
@@ -1,5 +1,4 @@
1
- import {gql} from "@apollo/client";
2
-
1
+ import gql from 'graphql-tag';
3
2
 
4
3
  const mutation = gql`
5
4
  mutation deletePlatformFee($feeId: String!) {
@@ -1,5 +1,4 @@
1
- import {gql} from "@apollo/client";
2
-
1
+ import gql from 'graphql-tag';
3
2
 
4
3
  const mutation = gql`
5
4
  mutation deleteRole($roleId: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation deleteSecondaryEmail($email: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation deleteStripeTerminalReader($readerId: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  // need to update this mutation to delete userProfiles
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from '@apollo/client';
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  // need to update this mutation to delete userProfiles
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation ForgotPassword($email: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation generateActivityReport($query: OrderQueryInput) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation generateOrderReport($query: OrderQueryInput) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation generateUserProfileReport($query: UserProfileQueryInput) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation holdTicket($eventId: String, $params: TicketHoldInput) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation Login($email: String!, $password: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
 
3
3
  const mutation = gql`
4
4
  mutation makeSecondaryEmailPrimary($email: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Order from '../fragments/order.fragment';
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Order from '../fragments/order.fragment';
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Event from "../fragments/event.fragment";
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Season from "../fragments/season.fragment";
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Order from '../fragments/order.fragment';
3
3
 
4
4
  const mutation = gql`
@@ -1,4 +1,4 @@
1
- import {gql} from '@apollo/client';
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation Register($user: UserInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation registerStripeTerminalReader($label: String, $registrationCode: String) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const query = gql`
4
4
  mutation remapWebFlowSite($webFlowId: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation resetUserPassword($forgotPasswordCode: String!, $password: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation resetUserPasswordInApp($oldPassword: String!, $newPassword: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation salesReport($params: SalesReportInput) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const query = gql`
4
4
  mutation sendOrderReceiptEmail($orderId: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const query = gql`
4
4
  mutation sendSeasonOrderReceiptEmail($orderId: String!) {
@@ -1,4 +1,5 @@
1
- import {gql} from "@apollo/client";
1
+
2
+ import gql from 'graphql-tag';
2
3
 
3
4
  const query = gql`
4
5
  mutation sendUserEmailVerification {
@@ -1,5 +1,4 @@
1
- import {gql} from '@apollo/client';
2
-
1
+ import gql from 'graphql-tag';
3
2
 
4
3
  const query = gql`
5
4
  mutation sendUserPhoneAuthentication($email: String, $phoneNumber: String, $isLogin:Boolean) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation sendUserPhoneVerification {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation setUserOrgContextId($orgId: String) {
@@ -1,4 +1,4 @@
1
- import {gql} from '@apollo/client';
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const query = gql`
4
4
  mutation setUserPassword($password: String!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation updateArtist($artist: ArtistInput!) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from 'graphql-tag';
2
2
 
3
3
  const mutation = gql`
4
4
  mutation updateBasicUserInfo ($firstName: String, $lastName: String, $imageUrl: String) {
@@ -1,4 +1,4 @@
1
- import {gql} from "@apollo/client";
1
+ import gql from "graphql-tag";
2
2
  import Event from "../fragments/event.fragment";
3
3
 
4
4
  const mutation = gql`