@sellout/models 0.0.104 → 0.0.107

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 (324) hide show
  1. package/.dist/enums/DropDownEnum.d.ts +3 -0
  2. package/.dist/enums/DropDownEnum.js +8 -0
  3. package/.dist/enums/DropDownEnum.js.map +1 -0
  4. package/.dist/graphql/fragments/event.fragment.js +15 -14
  5. package/.dist/graphql/fragments/event.fragment.js.map +1 -1
  6. package/.dist/graphql/fragments/order.fragment.js +4 -2
  7. package/.dist/graphql/fragments/order.fragment.js.map +1 -1
  8. package/.dist/graphql/mutations/acceptRole.mutation.js +1 -1
  9. package/.dist/graphql/mutations/acceptRole.mutation.js.map +1 -1
  10. package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.js +1 -1
  11. package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.js.map +1 -1
  12. package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js +1 -1
  13. package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js.map +1 -1
  14. package/.dist/graphql/mutations/breakApartOrder.js +1 -1
  15. package/.dist/graphql/mutations/breakApartOrder.js.map +1 -1
  16. package/.dist/graphql/mutations/createArtist.mutation.js +1 -1
  17. package/.dist/graphql/mutations/createArtist.mutation.js.map +1 -1
  18. package/.dist/graphql/mutations/createEvent.mutation.js +4 -1
  19. package/.dist/graphql/mutations/createEvent.mutation.js.map +1 -1
  20. package/.dist/graphql/mutations/createFee.mutation.js +1 -1
  21. package/.dist/graphql/mutations/createFee.mutation.js.map +1 -1
  22. package/.dist/graphql/mutations/createOrder.mutation.js +1 -1
  23. package/.dist/graphql/mutations/createOrder.mutation.js.map +1 -1
  24. package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.js +1 -1
  25. package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.js.map +1 -1
  26. package/.dist/graphql/mutations/createOrganizationFee.mutation.js +1 -1
  27. package/.dist/graphql/mutations/createOrganizationFee.mutation.js.map +1 -1
  28. package/.dist/graphql/mutations/createPlatformFee.mutation.js +1 -1
  29. package/.dist/graphql/mutations/createPlatformFee.mutation.js.map +1 -1
  30. package/.dist/graphql/mutations/createRole.mutation.js +1 -1
  31. package/.dist/graphql/mutations/createRole.mutation.js.map +1 -1
  32. package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js +1 -1
  33. package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js.map +1 -1
  34. package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js +1 -1
  35. package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js.map +1 -1
  36. package/.dist/graphql/mutations/createVenue.mutation.js +27 -26
  37. package/.dist/graphql/mutations/createVenue.mutation.js.map +1 -1
  38. package/.dist/graphql/mutations/createWebFlowSite.mutation.js +1 -1
  39. package/.dist/graphql/mutations/createWebFlowSite.mutation.js.map +1 -1
  40. package/.dist/graphql/mutations/deleteEvent.mutation.js +25 -0
  41. package/.dist/graphql/mutations/deleteEvent.mutation.js.map +1 -0
  42. package/.dist/graphql/mutations/deleteFee.mutation.js +1 -1
  43. package/.dist/graphql/mutations/deleteFee.mutation.js.map +1 -1
  44. package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js +1 -1
  45. package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js.map +1 -1
  46. package/.dist/graphql/mutations/deletePlatformFee.mutation.js +1 -1
  47. package/.dist/graphql/mutations/deletePlatformFee.mutation.js.map +1 -1
  48. package/.dist/graphql/mutations/deleteRole.mutation.js +1 -1
  49. package/.dist/graphql/mutations/deleteRole.mutation.js.map +1 -1
  50. package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js +1 -1
  51. package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js.map +1 -1
  52. package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js +1 -1
  53. package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js.map +1 -1
  54. package/.dist/graphql/mutations/forgotPassword.mutation.js +1 -1
  55. package/.dist/graphql/mutations/forgotPassword.mutation.js.map +1 -1
  56. package/.dist/graphql/mutations/generateOrderReport.mutation.js +1 -1
  57. package/.dist/graphql/mutations/generateOrderReport.mutation.js.map +1 -1
  58. package/.dist/graphql/mutations/generateUserProfileReport.mutation.js +1 -1
  59. package/.dist/graphql/mutations/generateUserProfileReport.mutation.js.map +1 -1
  60. package/.dist/graphql/mutations/login.mutation.js +1 -1
  61. package/.dist/graphql/mutations/login.mutation.js.map +1 -1
  62. package/.dist/graphql/mutations/publishEvent.mutation.js +4 -1
  63. package/.dist/graphql/mutations/publishEvent.mutation.js.map +1 -1
  64. package/.dist/graphql/mutations/refundOrder.mutation.js +130 -0
  65. package/.dist/graphql/mutations/refundOrder.mutation.js.map +1 -0
  66. package/.dist/graphql/mutations/register.mutation.js +1 -1
  67. package/.dist/graphql/mutations/register.mutation.js.map +1 -1
  68. package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js +1 -1
  69. package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js.map +1 -1
  70. package/.dist/graphql/mutations/remapWebFlowSite.mutation.js +1 -1
  71. package/.dist/graphql/mutations/remapWebFlowSite.mutation.js.map +1 -1
  72. package/.dist/graphql/mutations/resetUserPassword.mutation.js +1 -1
  73. package/.dist/graphql/mutations/resetUserPassword.mutation.js.map +1 -1
  74. package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.js +1 -1
  75. package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.js.map +1 -1
  76. package/.dist/graphql/mutations/{sendUserEmailVerification.js → sendOrderReceiptEmail.mutation.js} +4 -6
  77. package/.dist/graphql/mutations/sendOrderReceiptEmail.mutation.js.map +1 -0
  78. package/.dist/graphql/mutations/sendUserEmailVerification.mutation.js +1 -1
  79. package/.dist/graphql/mutations/sendUserEmailVerification.mutation.js.map +1 -1
  80. package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js +1 -1
  81. package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js.map +1 -1
  82. package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.js +1 -1
  83. package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.js.map +1 -1
  84. package/.dist/graphql/mutations/setUserOrgContextId.mutation.js +1 -1
  85. package/.dist/graphql/mutations/setUserOrgContextId.mutation.js.map +1 -1
  86. package/.dist/graphql/mutations/setUserPassword.mutation.js +1 -1
  87. package/.dist/graphql/mutations/setUserPassword.mutation.js.map +1 -1
  88. package/.dist/graphql/mutations/updateArtist.mutation.js +1 -1
  89. package/.dist/graphql/mutations/updateArtist.mutation.js.map +1 -1
  90. package/.dist/graphql/mutations/updateBasicUserInfo.mutation.js +1 -1
  91. package/.dist/graphql/mutations/updateBasicUserInfo.mutation.js.map +1 -1
  92. package/.dist/graphql/mutations/updateEvent.mutation.js +4 -1
  93. package/.dist/graphql/mutations/updateEvent.mutation.js.map +1 -1
  94. package/.dist/graphql/mutations/updateFee.mutation.js +1 -1
  95. package/.dist/graphql/mutations/updateFee.mutation.js.map +1 -1
  96. package/.dist/graphql/mutations/updateOrganization.mutation.js +1 -1
  97. package/.dist/graphql/mutations/updateOrganization.mutation.js.map +1 -1
  98. package/.dist/graphql/mutations/updateOrganizationFee.mutation.js +1 -1
  99. package/.dist/graphql/mutations/updateOrganizationFee.mutation.js.map +1 -1
  100. package/.dist/graphql/mutations/updatePlatformFee.mutation.js +1 -1
  101. package/.dist/graphql/mutations/updatePlatformFee.mutation.js.map +1 -1
  102. package/.dist/graphql/mutations/updateUserEmail.mutation.js +1 -1
  103. package/.dist/graphql/mutations/updateUserEmail.mutation.js.map +1 -1
  104. package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.js +1 -1
  105. package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.js.map +1 -1
  106. package/.dist/graphql/mutations/updateVenue.mutation.js +27 -26
  107. package/.dist/graphql/mutations/updateVenue.mutation.js.map +1 -1
  108. package/.dist/graphql/mutations/uploadFiles.mutation.js +1 -1
  109. package/.dist/graphql/mutations/uploadFiles.mutation.js.map +1 -1
  110. package/.dist/graphql/mutations/verifyUserEmail.mutation.js +1 -1
  111. package/.dist/graphql/mutations/verifyUserEmail.mutation.js.map +1 -1
  112. package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js +1 -1
  113. package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js.map +1 -1
  114. package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.js +1 -1
  115. package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.js.map +1 -1
  116. package/.dist/graphql/queries/analytics.query.js +1 -1
  117. package/.dist/graphql/queries/analytics.query.js.map +1 -1
  118. package/.dist/graphql/queries/artist.query.js +1 -1
  119. package/.dist/graphql/queries/artist.query.js.map +1 -1
  120. package/.dist/graphql/queries/artists.query.js +1 -1
  121. package/.dist/graphql/queries/artists.query.js.map +1 -1
  122. package/.dist/graphql/queries/context.query.js +1 -1
  123. package/.dist/graphql/queries/context.query.js.map +1 -1
  124. package/.dist/graphql/queries/customerOrders.query.js +1 -1
  125. package/.dist/graphql/queries/customerOrders.query.js.map +1 -1
  126. package/.dist/graphql/queries/customerProfile.query.js +1 -1
  127. package/.dist/graphql/queries/customerProfile.query.js.map +1 -1
  128. package/.dist/graphql/queries/event.query.js +5 -1
  129. package/.dist/graphql/queries/event.query.js.map +1 -1
  130. package/.dist/graphql/queries/events.query.js +5 -1
  131. package/.dist/graphql/queries/events.query.js.map +1 -1
  132. package/.dist/graphql/queries/fee.query.js +1 -1
  133. package/.dist/graphql/queries/fee.query.js.map +1 -1
  134. package/.dist/graphql/queries/fees.query.js +30 -0
  135. package/.dist/graphql/queries/fees.query.js.map +1 -0
  136. package/.dist/graphql/queries/isSuperUser.query.js +1 -1
  137. package/.dist/graphql/queries/isSuperUser.query.js.map +1 -1
  138. package/.dist/graphql/queries/listStripeTerminalReaders.query.js +1 -1
  139. package/.dist/graphql/queries/listStripeTerminalReaders.query.js.map +1 -1
  140. package/.dist/graphql/queries/order.query.js +17 -1
  141. package/.dist/graphql/queries/order.query.js.map +1 -1
  142. package/.dist/graphql/queries/orders.query.js +1 -1
  143. package/.dist/graphql/queries/orders.query.js.map +1 -1
  144. package/.dist/graphql/queries/organizationFees.query.js +1 -1
  145. package/.dist/graphql/queries/organizationFees.query.js.map +1 -1
  146. package/.dist/graphql/queries/organizations.query.js +1 -1
  147. package/.dist/graphql/queries/organizations.query.js.map +1 -1
  148. package/.dist/graphql/queries/platformFees.query.js +1 -1
  149. package/.dist/graphql/queries/platformFees.query.js.map +1 -1
  150. package/.dist/graphql/queries/profile.query.js +1 -1
  151. package/.dist/graphql/queries/profile.query.js.map +1 -1
  152. package/.dist/graphql/queries/profiles.query.js +1 -1
  153. package/.dist/graphql/queries/profiles.query.js.map +1 -1
  154. package/.dist/graphql/queries/publicEvent.query.js +5 -1
  155. package/.dist/graphql/queries/publicEvent.query.js.map +1 -1
  156. package/.dist/graphql/queries/role.query.js +1 -1
  157. package/.dist/graphql/queries/role.query.js.map +1 -1
  158. package/.dist/graphql/queries/roles.query.js +1 -1
  159. package/.dist/graphql/queries/roles.query.js.map +1 -1
  160. package/.dist/graphql/queries/seating.query.js +1 -1
  161. package/.dist/graphql/queries/seating.query.js.map +1 -1
  162. package/.dist/graphql/queries/userExists.query.js +1 -1
  163. package/.dist/graphql/queries/userExists.query.js.map +1 -1
  164. package/.dist/graphql/queries/userProfile.query.js +1 -1
  165. package/.dist/graphql/queries/userProfile.query.js.map +1 -1
  166. package/.dist/graphql/queries/userRoles.query.js +1 -1
  167. package/.dist/graphql/queries/userRoles.query.js.map +1 -1
  168. package/.dist/graphql/queries/venue.query.js +27 -26
  169. package/.dist/graphql/queries/venue.query.js.map +1 -1
  170. package/.dist/graphql/queries/venues.query.js +27 -26
  171. package/.dist/graphql/queries/venues.query.js.map +1 -1
  172. package/.dist/graphql/queries/webFlowSites.query.js +1 -1
  173. package/.dist/graphql/queries/webFlowSites.query.js.map +1 -1
  174. package/.dist/graphql/queries/webflow.query.js +1 -1
  175. package/.dist/graphql/queries/webflow.query.js.map +1 -1
  176. package/.dist/interfaces/IAddress.d.ts +1 -0
  177. package/.dist/interfaces/IEvent.d.ts +2 -0
  178. package/.dist/interfaces/IEventQuery.d.ts +1 -0
  179. package/.dist/interfaces/IOrder.d.ts +2 -0
  180. package/.dist/interfaces/IOrder.js.map +1 -1
  181. package/.dist/interfaces/IOrderQuery.d.ts +1 -0
  182. package/.dist/interfaces/IOrderState.d.ts +2 -1
  183. package/.dist/interfaces/IOrderState.js +1 -0
  184. package/.dist/interfaces/IOrderState.js.map +1 -1
  185. package/.dist/interfaces/IPayment.d.ts +1 -0
  186. package/.dist/interfaces/IProcessingFees.d.ts +5 -0
  187. package/.dist/interfaces/{IStripe.js → IProcessingFees.js} +2 -1
  188. package/.dist/interfaces/IProcessingFees.js.map +1 -0
  189. package/.dist/interfaces/IRefund.d.ts +1 -0
  190. package/.dist/interfaces/IRefundModal.d.ts +8 -0
  191. package/.dist/interfaces/{IMetrics.js → IRefundModal.js} +1 -1
  192. package/.dist/interfaces/IRefundModal.js.map +1 -0
  193. package/.dist/interfaces/ISearchDropdownItem.d.ts +4 -0
  194. package/.dist/interfaces/{IStripeSource.js → ISearchDropdownItem.js} +1 -1
  195. package/.dist/interfaces/ISearchDropdownItem.js.map +1 -0
  196. package/.dist/interfaces/ITicketType.d.ts +1 -0
  197. package/.dist/schemas/Address.d.ts +5 -0
  198. package/.dist/schemas/Address.js +5 -0
  199. package/.dist/schemas/Address.js.map +1 -1
  200. package/.dist/schemas/Event.d.ts +19 -0
  201. package/.dist/schemas/Event.js +15 -1
  202. package/.dist/schemas/Event.js.map +1 -1
  203. package/.dist/schemas/Order.d.ts +39 -0
  204. package/.dist/schemas/Order.js +7 -0
  205. package/.dist/schemas/Order.js.map +1 -1
  206. package/.dist/schemas/Organization.d.ts +5 -0
  207. package/.dist/schemas/UserProfile.d.ts +5 -0
  208. package/.dist/schemas/Venue.d.ts +5 -0
  209. package/.dist/sellout-proto.js +3278 -405
  210. package/.dist/utils/AnalyticsUtil.js +5 -2
  211. package/.dist/utils/AnalyticsUtil.js.map +1 -1
  212. package/.dist/utils/EventUtil.d.ts +20 -2
  213. package/.dist/utils/EventUtil.js +330 -52
  214. package/.dist/utils/EventUtil.js.map +1 -1
  215. package/.dist/utils/FeeUtil.d.ts +5 -0
  216. package/.dist/utils/FeeUtil.js +21 -0
  217. package/.dist/utils/FeeUtil.js.map +1 -1
  218. package/.dist/utils/OrderUtil.js.map +1 -1
  219. package/.dist/utils/SaveLogsToFile.d.ts +2 -0
  220. package/.dist/utils/SaveLogsToFile.js +43 -0
  221. package/.dist/utils/SaveLogsToFile.js.map +1 -0
  222. package/.dist/utils/TierUtil.js +1 -1
  223. package/.dist/utils/TierUtil.js.map +1 -1
  224. package/package.json +11 -11
  225. package/src/enums/DropDownEnum.ts +3 -0
  226. package/src/graphql/fragments/event.fragment.ts +1 -0
  227. package/src/graphql/fragments/order.fragment.ts +2 -0
  228. package/src/graphql/mutations/createEvent.mutation.ts +3 -0
  229. package/src/graphql/mutations/createVenue.mutation.ts +32 -31
  230. package/src/graphql/mutations/deleteEvent.mutation.ts +21 -0
  231. package/src/graphql/mutations/publishEvent.mutation.ts +3 -0
  232. package/src/graphql/mutations/refundOrder.mutation.ts +126 -0
  233. package/src/graphql/mutations/sendOrderReceiptEmail.mutation.ts +9 -0
  234. package/src/graphql/mutations/updateEvent.mutation.ts +3 -0
  235. package/src/graphql/mutations/updateVenue.mutation.ts +32 -31
  236. package/src/graphql/queries/event.query.ts +4 -0
  237. package/src/graphql/queries/events.query.ts +4 -0
  238. package/src/graphql/queries/fees.query.ts +26 -0
  239. package/src/graphql/queries/order.query.ts +16 -0
  240. package/src/graphql/queries/publicEvent.query.ts +4 -0
  241. package/src/graphql/queries/venue.query.ts +31 -30
  242. package/src/graphql/queries/venues.query.ts +32 -31
  243. package/src/interfaces/IAddress.ts +1 -0
  244. package/src/interfaces/IEvent.ts +2 -0
  245. package/src/interfaces/IEventQuery.ts +1 -0
  246. package/src/interfaces/IOrder.ts +3 -1
  247. package/src/interfaces/IOrderQuery.ts +1 -0
  248. package/src/interfaces/IOrderState.ts +1 -0
  249. package/src/interfaces/IPayment.ts +1 -0
  250. package/src/interfaces/IProcessingFees.ts +6 -0
  251. package/src/interfaces/IRefund.ts +1 -0
  252. package/src/interfaces/IRefundModal.ts +8 -0
  253. package/src/interfaces/ISearchDropdownItem.ts +5 -0
  254. package/src/interfaces/ITicketType.ts +1 -0
  255. package/src/proto/common.proto +74 -73
  256. package/src/proto/event.proto +38 -0
  257. package/src/proto/order.proto +20 -0
  258. package/src/proto/stripe.proto +13 -0
  259. package/src/schemas/Address.ts +62 -57
  260. package/src/schemas/Event.ts +15 -1
  261. package/src/schemas/Order.ts +7 -0
  262. package/src/utils/AnalyticsUtil.ts +9 -9
  263. package/src/utils/EventUtil.ts +416 -121
  264. package/src/utils/FeeUtil.ts +20 -0
  265. package/src/utils/SaveLogsToFile.ts +13 -0
  266. package/.dist/enums/OrderDeliveryMethodEnum.d.ts +0 -5
  267. package/.dist/enums/OrderDeliveryMethodEnum.js +0 -11
  268. package/.dist/enums/OrderDeliveryMethodEnum.js.map +0 -1
  269. package/.dist/enums/PaymentMethodEnum.d.ts +0 -5
  270. package/.dist/enums/PaymentMethodEnum.js +0 -10
  271. package/.dist/enums/PaymentMethodEnum.js.map +0 -1
  272. package/.dist/graphql/mutations/createStripeSetupIntent.js +0 -13
  273. package/.dist/graphql/mutations/createStripeSetupIntent.js.map +0 -1
  274. package/.dist/graphql/mutations/forgotPassword.js +0 -13
  275. package/.dist/graphql/mutations/forgotPassword.js.map +0 -1
  276. package/.dist/graphql/mutations/listStripeTerminalReaders.mutation.d.ts +0 -2
  277. package/.dist/graphql/mutations/listStripeTerminalReaders.mutation.js +0 -21
  278. package/.dist/graphql/mutations/listStripeTerminalReaders.mutation.js.map +0 -1
  279. package/.dist/graphql/mutations/listStripeTerminalReaders.query.d.ts +0 -2
  280. package/.dist/graphql/mutations/listStripeTerminalReaders.query.js +0 -21
  281. package/.dist/graphql/mutations/listStripeTerminalReaders.query.js.map +0 -1
  282. package/.dist/graphql/mutations/login.d.ts +0 -2
  283. package/.dist/graphql/mutations/login.js +0 -23
  284. package/.dist/graphql/mutations/login.js.map +0 -1
  285. package/.dist/graphql/mutations/register.d.ts +0 -2
  286. package/.dist/graphql/mutations/register.js +0 -23
  287. package/.dist/graphql/mutations/register.js.map +0 -1
  288. package/.dist/graphql/mutations/registerStripeTermainlReader.mutation.d.ts +0 -2
  289. package/.dist/graphql/mutations/registerStripeTermainlReader.mutation.js +0 -13
  290. package/.dist/graphql/mutations/registerStripeTermainlReader.mutation.js.map +0 -1
  291. package/.dist/graphql/mutations/registerStripeTerminalReader.d.ts +0 -2
  292. package/.dist/graphql/mutations/registerStripeTerminalReader.js +0 -13
  293. package/.dist/graphql/mutations/registerStripeTerminalReader.js.map +0 -1
  294. package/.dist/graphql/mutations/sendUserEmailVerification.js.map +0 -1
  295. package/.dist/graphql/mutations/verifyPhoneAuthentication.mutation.js +0 -15
  296. package/.dist/graphql/mutations/verifyPhoneAuthentication.mutation.js.map +0 -1
  297. package/.dist/graphql/mutations/verifyUserPhoneAuthentication.d.ts +0 -2
  298. package/.dist/graphql/mutations/verifyUserPhoneAuthentication.js +0 -15
  299. package/.dist/graphql/mutations/verifyUserPhoneAuthentication.js.map +0 -1
  300. package/.dist/graphql/queries/metrics.query.d.ts +0 -2
  301. package/.dist/graphql/queries/metrics.query.js +0 -29
  302. package/.dist/graphql/queries/metrics.query.js.map +0 -1
  303. package/.dist/graphql/queries/metricsData.query.d.ts +0 -2
  304. package/.dist/graphql/queries/metricsData.query.js +0 -29
  305. package/.dist/graphql/queries/metricsData.query.js.map +0 -1
  306. package/.dist/interfaces/IMetricData.d.ts +0 -57
  307. package/.dist/interfaces/IMetricData.js +0 -70
  308. package/.dist/interfaces/IMetricData.js.map +0 -1
  309. package/.dist/interfaces/IMetrics.d.ts +0 -29
  310. package/.dist/interfaces/IMetrics.js.map +0 -1
  311. package/.dist/interfaces/IStripe.d.ts +0 -9
  312. package/.dist/interfaces/IStripe.js.map +0 -1
  313. package/.dist/interfaces/IStripeSource.d.ts +0 -10
  314. package/.dist/interfaces/IStripeSource.js.map +0 -1
  315. package/.dist/utils/MetricsUtil.d.ts +0 -7
  316. package/.dist/utils/MetricsUtil.js +0 -29
  317. package/.dist/utils/MetricsUtil.js.map +0 -1
  318. package/.dist/utils/fee-util-broken-but-why.d.ts +0 -8
  319. package/.dist/utils/fee-util-broken-but-why.js +0 -38
  320. package/.dist/utils/fee-util-broken-but-why.js.map +0 -1
  321. /package/.dist/graphql/mutations/{createStripeSetupIntent.d.ts → deleteEvent.mutation.d.ts} +0 -0
  322. /package/.dist/graphql/mutations/{forgotPassword.d.ts → refundOrder.mutation.d.ts} +0 -0
  323. /package/.dist/graphql/mutations/{sendUserEmailVerification.d.ts → sendOrderReceiptEmail.mutation.d.ts} +0 -0
  324. /package/.dist/graphql/{mutations/verifyPhoneAuthentication.mutation.d.ts → queries/fees.query.d.ts} +0 -0
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
7
  // need to update this mutation to delete userProfiles
8
- const mutation = graphql_tag_1.default `
8
+ const mutation = (0, graphql_tag_1.default) `
9
9
  mutation deleteUnverifiedUser($userId: String, $email: String, $phoneNumber: String) {
10
10
  deleteUnverifiedUser(userId: $userId, email: $email, phoneNumber: $phoneNumber)
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"deleteUnverifiedUser.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteUnverifiedUser.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,sDAAsD;AACtD,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"deleteUnverifiedUser.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteUnverifiedUser.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,sDAAsD;AACtD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation ForgotPassword($email: String!) {
9
9
  forgotPassword(email: $email)
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"forgotPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/forgotPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"forgotPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/forgotPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation generateOrderReport($query: OrderQueryInput) {
9
9
  generateOrderReport(query: $query)
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"generateOrderReport.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/generateOrderReport.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"generateOrderReport.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/generateOrderReport.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation generateUserProfileReport($query: UserProfileQueryInput) {
9
9
  generateUserProfileReport(query: $query)
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"generateUserProfileReport.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/generateUserProfileReport.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;CAInB,CAAC;AAGF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"generateUserProfileReport.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/generateUserProfileReport.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAGF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation Login($email: String!, $password: String!) {
9
9
  login(email: $email, password: $password) {
10
10
  user {
@@ -1 +1 @@
1
- {"version":3,"file":"login.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/login.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;CAcnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"login.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/login.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;CAcnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
7
  const event_fragment_1 = __importDefault(require("../fragments/event.fragment"));
8
- const mutation = graphql_tag_1.default `
8
+ const mutation = (0, graphql_tag_1.default) `
9
9
  mutation publishEvent(
10
10
  $eventId: String!,
11
11
  $publishSiteIds: [String],
@@ -38,13 +38,16 @@ const mutation = graphql_tag_1.default `
38
38
  orgName
39
39
  }
40
40
  venue {
41
+ _id
41
42
  name
42
43
  address {
43
44
  state
44
45
  city
45
46
  }
47
+ imageUrls
46
48
  }
47
49
  published
50
+ salesBeginImmediately
48
51
  ...EventSchedule
49
52
  ...Location
50
53
  ...Performances
@@ -1 +1 @@
1
- {"version":3,"file":"publishEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/publishEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwDhB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,WAAW;IAC3B,wBAAK,CAAC,SAAS,CAAC,KAAK;IACrB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;IAC1B,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,IAAI;IACpB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,aAAa;IAC7B,wBAAK,CAAC,SAAS,CAAC,SAAS;CAC5B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"publishEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/publishEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2DhB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,WAAW;IAC3B,wBAAK,CAAC,SAAS,CAAC,KAAK;IACrB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;IAC1B,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,IAAI;IACpB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,aAAa;IAC7B,wBAAK,CAAC,SAAS,CAAC,SAAS;CAC5B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -0,0 +1,130 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
+ const order_fragment_1 = __importDefault(require("../fragments/order.fragment"));
8
+ const mutation = (0, graphql_tag_1.default) `
9
+ mutation refundOrder(
10
+ $orderId: String!
11
+ $refundAmount: Int
12
+ $processingFee: Boolean
13
+ $ticketIds: [String]
14
+ $upgradeIds: [String]
15
+ $refundReason: String
16
+ ) {
17
+ refundOrder(
18
+ orderId: $orderId
19
+ refundAmount: $refundAmount
20
+ processingFee: $processingFee
21
+ ticketIds: $ticketIds
22
+ upgradeIds: $upgradeIds
23
+ refundReason: $refundReason
24
+ ) {
25
+ _id
26
+ userId
27
+ user {
28
+ email
29
+ firstName
30
+ lastName
31
+ createdAt
32
+ phoneNumber
33
+ userProfile {
34
+ imageUrl
35
+ }
36
+ }
37
+ orgId
38
+ eventId
39
+ eventName
40
+ # event {
41
+ # _id
42
+ # posterImageUrl
43
+ # schedule {
44
+ # startsAt
45
+ # }
46
+ # venue {
47
+ # name
48
+ # address {
49
+ # state
50
+ # city
51
+ # }
52
+ # }
53
+ # }
54
+ fees {
55
+ _id
56
+ name
57
+ orgId
58
+ eventId
59
+ type
60
+ value
61
+ minAppliedToPrice
62
+ maxAppliedToPrice
63
+ filters
64
+ appliedTo
65
+ appliedBy
66
+ createdBy
67
+ createdAt
68
+ updatedBy
69
+ updatedAt
70
+ disabled
71
+ }
72
+ createdAt
73
+ stripeChargeId
74
+ state
75
+ refundedAmount
76
+ refundReason
77
+ promotionCode
78
+ type
79
+ channel
80
+ ipAddress
81
+ address {
82
+ lat
83
+ lng
84
+ zip
85
+ }
86
+ customFields {
87
+ _id
88
+ label
89
+ value
90
+ customFieldId
91
+ type
92
+ }
93
+ processingFee {
94
+ refund {
95
+ refunded
96
+ refundedAt
97
+ refundedBy
98
+ refundReason
99
+ refundedAmount
100
+ __typename
101
+ }
102
+ amount
103
+ }
104
+ createdBy
105
+ creator {
106
+ firstName
107
+ lastName
108
+ }
109
+ payments {
110
+ _id
111
+ paymentIntentId
112
+ amount
113
+ transferAmount
114
+ feeAmount
115
+ feeIds
116
+ createdAt
117
+ createdBy
118
+ promotionCode
119
+ paymentMethodType
120
+ }
121
+ ...OrderTickets
122
+ ...OrderUpgrades
123
+
124
+ }
125
+ }
126
+ ${order_fragment_1.default.fragments.tickets}
127
+ ${order_fragment_1.default.fragments.upgrades}
128
+ `;
129
+ exports.default = mutation;
130
+ //# sourceMappingURL=refundOrder.mutation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refundOrder.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/refundOrder.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsHhB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,QAAQ;CAC3B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation Register($user: UserInput!) {
9
9
  register(user: $user) {
10
10
  registered
@@ -1 +1 @@
1
- {"version":3,"file":"register.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/register.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"register.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/register.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation registerStripeTerminalReader($label: String, $registrationCode: String) {
9
9
  registerStripeTerminalReader(label: $label, registrationCode: $registrationCode) {
10
10
  id
@@ -1 +1 @@
1
- {"version":3,"file":"registerStripeTerminalReader.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/registerStripeTerminalReader.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;CAYnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"registerStripeTerminalReader.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/registerStripeTerminalReader.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;CAYnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const query = graphql_tag_1.default `
7
+ const query = (0, graphql_tag_1.default) `
8
8
  mutation remapWebFlowSite($webFlowId: String!) {
9
9
  remapWebFlowSite(webFlowId: $webFlowId) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"remapWebFlowSite.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/remapWebFlowSite.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"remapWebFlowSite.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/remapWebFlowSite.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation resetUserPassword($forgotPasswordCode: String!, $password: String!) {
9
9
  resetUserPassword(forgotPasswordCode: $forgotPasswordCode password: $password)
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"resetUserPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/resetUserPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAA"}
1
+ {"version":3,"file":"resetUserPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/resetUserPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAA"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation resetUserPasswordInApp($oldPassword: String!, $newPassword: String!) {
9
9
  resetUserPasswordInApp(oldPassword: $oldPassword, newPassword: $newPassword)
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"resetUserPasswordInApp.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/resetUserPasswordInApp.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"resetUserPasswordInApp.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/resetUserPasswordInApp.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,12 +4,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const query = graphql_tag_1.default `
8
- mutation sendUserEmailVerification {
9
- sendUserEmailVerification {
10
- sent
11
- }
7
+ const query = (0, graphql_tag_1.default) `
8
+ mutation sendOrderReceiptEmail($orderId: String!) {
9
+ sendOrderReceiptEmail(orderId: $orderId)
12
10
  }
13
11
  `;
14
12
  exports.default = query;
15
- //# sourceMappingURL=sendUserEmailVerification.js.map
13
+ //# sourceMappingURL=sendOrderReceiptEmail.mutation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendOrderReceiptEmail.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendOrderReceiptEmail.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;CAIhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const query = graphql_tag_1.default `
7
+ const query = (0, graphql_tag_1.default) `
8
8
  mutation sendUserEmailVerification {
9
9
  sendUserEmailVerification {
10
10
  sent
@@ -1 +1 @@
1
- {"version":3,"file":"sendUserEmailVerification.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserEmailVerification.mutation.ts"],"names":[],"mappings":";;;;;AACA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;CAMhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"sendUserEmailVerification.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserEmailVerification.mutation.ts"],"names":[],"mappings":";;;;;AACA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const query = graphql_tag_1.default `
7
+ const query = (0, graphql_tag_1.default) `
8
8
  mutation sendUserPhoneAuthentication($email: String, $phoneNumber: String) {
9
9
  sendUserPhoneAuthentication(email: $email, phoneNumber: $phoneNumber)
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"sendUserPhoneAuthentication.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserPhoneAuthentication.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;CAIhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"sendUserPhoneAuthentication.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserPhoneAuthentication.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;CAIhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation sendUserPhoneVerification {
9
9
  sendUserPhoneVerification {
10
10
  sent
@@ -1 +1 @@
1
- {"version":3,"file":"sendUserPhoneVerification.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserPhoneVerification.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"sendUserPhoneVerification.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserPhoneVerification.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation setUserOrgContextId($orgId: String) {
9
9
  setUserOrgContextId(orgId: $orgId) {
10
10
  token
@@ -1 +1 @@
1
- {"version":3,"file":"setUserOrgContextId.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserOrgContextId.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"setUserOrgContextId.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserOrgContextId.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const query = graphql_tag_1.default `
7
+ const query = (0, graphql_tag_1.default) `
8
8
  mutation setUserPassword($password: String!) {
9
9
  setUserPassword(password: $password) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"setUserPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;CAMhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"setUserPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation updateArtist($artist: ArtistInput!) {
9
9
  updateArtist(artist: $artist) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"updateArtist.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateArtist.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"updateArtist.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateArtist.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation updateBasicUserInfo ($firstName: String, $lastName: String, $imageUrl: String) {
9
9
  updateBasicUserInfo (firstName: $firstName, lastName: $lastName, imageUrl: $imageUrl) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"updateBasicUserInfo.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateBasicUserInfo.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAI,qBAAG,CAAA;;;;;;CAMpB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"updateBasicUserInfo.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateBasicUserInfo.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAI,IAAA,qBAAG,EAAA;;;;;;CAMpB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
7
  const event_fragment_1 = __importDefault(require("../fragments/event.fragment"));
8
- const mutation = graphql_tag_1.default `
8
+ const mutation = (0, graphql_tag_1.default) `
9
9
  mutation updateEvent($event: EventInput!) {
10
10
  updateEvent(event: $event) {
11
11
  _id
@@ -28,13 +28,16 @@ const mutation = graphql_tag_1.default `
28
28
  orgName
29
29
  }
30
30
  venue {
31
+ _id
31
32
  name
32
33
  address {
33
34
  state
34
35
  city
35
36
  }
37
+ imageUrls
36
38
  }
37
39
  published
40
+ salesBeginImmediately
38
41
  ...EventSchedule
39
42
  ...Location
40
43
  ...Performances
@@ -1 +1 @@
1
- {"version":3,"file":"updateEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8ChB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,WAAW;IAC3B,wBAAK,CAAC,SAAS,CAAC,KAAK;IACrB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;IAC1B,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,IAAI;IACpB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,aAAa;IAC7B,wBAAK,CAAC,SAAS,CAAC,SAAS;CAC5B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"updateEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiDhB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,WAAW;IAC3B,wBAAK,CAAC,SAAS,CAAC,KAAK;IACrB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;IAC1B,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,IAAI;IACpB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,aAAa;IAC7B,wBAAK,CAAC,SAAS,CAAC,SAAS;CAC5B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation updateFee($fee: FeeInput!) {
9
9
  updateFee(fee: $fee) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"updateFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AACF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"updateFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AACF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation updateOrganization($organization: OrganizationInput!) {
9
9
  updateOrganization(organization: $organization) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"updateOrganization.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrganization.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"updateOrganization.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrganization.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation updateOrganizationFee($orgId: String!, $fee: FeeInput!) {
9
9
  updateOrganizationFee(orgId: $orgId, fee: $fee) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"updateOrganizationFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrganizationFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"updateOrganizationFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrganizationFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation updatePlatformFee($fee: FeeInput!) {
9
9
  updatePlatformFee(fee: $fee) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"updatePlatformFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updatePlatformFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"updatePlatformFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updatePlatformFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation updateUserEmail ($newEmail: String!) {
9
9
  updateUserEmail (newEmail: $newEmail) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"updateUserEmail.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateUserEmail.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;CAkBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"updateUserEmail.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateUserEmail.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;CAkBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
7
- const mutation = graphql_tag_1.default `
7
+ const mutation = (0, graphql_tag_1.default) `
8
8
  mutation updateUserPhoneNumber ($newPhoneNumber: String!) {
9
9
  updateUserPhoneNumber (newPhoneNumber: $newPhoneNumber) {
10
10
  _id
@@ -1 +1 @@
1
- {"version":3,"file":"updateUserPhoneNumber.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateUserPhoneNumber.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;CAkBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"updateUserPhoneNumber.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateUserPhoneNumber.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;CAkBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}