@sellout/models 0.0.384 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{src/schemas → mongo}/Address.ts +57 -62
- package/{src/schemas → mongo}/Metrics.ts +0 -6
- package/package.json +4 -25
- package/{src/proto → proto}/artist.proto +7 -21
- package/{src/proto → proto}/broadcast.proto +13 -50
- package/{src/proto → proto}/common.proto +59 -76
- package/proto/email.proto +179 -0
- package/{src/proto → proto}/error.proto +0 -1
- package/proto/event.proto +270 -0
- package/{src/proto → proto}/fee.proto +0 -71
- package/{src/proto → proto}/file-upload.proto +0 -2
- package/proto/order.proto +272 -0
- package/{src/proto → proto}/organization.proto +1 -58
- package/{src/proto → proto}/role.proto +4 -48
- package/{src/proto → proto}/seating.proto +0 -42
- package/proto/stripe.proto +181 -0
- package/proto/task.proto +39 -0
- package/proto/twilio.proto +43 -0
- package/{src/proto → proto}/user-profile.proto +2 -48
- package/{src/proto → proto}/user.proto +1 -204
- package/{src/proto → proto}/venue.proto +10 -21
- package/utils/EventUtil.ts +186 -0
- package/utils/FeeUtil.ts +34 -0
- package/utils/OrderUtil.ts +226 -0
- package/.dist/enums/ContactsScreenEnum.d.ts +0 -5
- package/.dist/enums/ContactsScreenEnum.js +0 -10
- package/.dist/enums/ContactsScreenEnum.js.map +0 -1
- package/.dist/enums/CustomFieldTypeEnum.d.ts +0 -6
- package/.dist/enums/CustomFieldTypeEnum.js +0 -11
- package/.dist/enums/CustomFieldTypeEnum.js.map +0 -1
- package/.dist/enums/DefaultArtistImageUrls.d.ts +0 -5
- package/.dist/enums/DefaultArtistImageUrls.js +0 -11
- package/.dist/enums/DefaultArtistImageUrls.js.map +0 -1
- package/.dist/enums/DefaultEventImageUrls.d.ts +0 -4
- package/.dist/enums/DefaultEventImageUrls.js +0 -10
- package/.dist/enums/DefaultEventImageUrls.js.map +0 -1
- package/.dist/enums/DefaultVenueImageUrls.d.ts +0 -3
- package/.dist/enums/DefaultVenueImageUrls.js +0 -9
- package/.dist/enums/DefaultVenueImageUrls.js.map +0 -1
- package/.dist/enums/DropDownEnum.d.ts +0 -3
- package/.dist/enums/DropDownEnum.js +0 -8
- package/.dist/enums/DropDownEnum.js.map +0 -1
- package/.dist/enums/EPurchasePortalModes.d.ts +0 -8
- package/.dist/enums/EPurchasePortalModes.js +0 -15
- package/.dist/enums/EPurchasePortalModes.js.map +0 -1
- package/.dist/enums/EPurchasePortalStatus.d.ts +0 -4
- package/.dist/enums/EPurchasePortalStatus.js +0 -9
- package/.dist/enums/EPurchasePortalStatus.js.map +0 -1
- package/.dist/enums/OrderChannelEnum.d.ts +0 -4
- package/.dist/enums/OrderChannelEnum.js +0 -10
- package/.dist/enums/OrderChannelEnum.js.map +0 -1
- package/.dist/enums/OrderItemTypeEnum.d.ts +0 -4
- package/.dist/enums/OrderItemTypeEnum.js +0 -10
- package/.dist/enums/OrderItemTypeEnum.js.map +0 -1
- package/.dist/enums/OrderShareTimestamp.d.ts +0 -6
- package/.dist/enums/OrderShareTimestamp.js +0 -11
- package/.dist/enums/OrderShareTimestamp.js.map +0 -1
- package/.dist/enums/PaymentMethodTypeEnum.d.ts +0 -7
- package/.dist/enums/PaymentMethodTypeEnum.js +0 -12
- package/.dist/enums/PaymentMethodTypeEnum.js.map +0 -1
- package/.dist/enums/TierStatusEnum.d.ts +0 -5
- package/.dist/enums/TierStatusEnum.js +0 -10
- package/.dist/enums/TierStatusEnum.js.map +0 -1
- package/.dist/graphql/fragments/event.fragment.d.ts +0 -22
- package/.dist/graphql/fragments/event.fragment.js +0 -347
- package/.dist/graphql/fragments/event.fragment.js.map +0 -1
- package/.dist/graphql/fragments/order.fragment.d.ts +0 -10
- package/.dist/graphql/fragments/order.fragment.js +0 -99
- package/.dist/graphql/fragments/order.fragment.js.map +0 -1
- package/.dist/graphql/fragments/season.fragment.d.ts +0 -23
- package/.dist/graphql/fragments/season.fragment.js +0 -341
- package/.dist/graphql/fragments/season.fragment.js.map +0 -1
- package/.dist/graphql/links/debounceLink.d.ts +0 -3
- package/.dist/graphql/links/debounceLink.js +0 -9
- package/.dist/graphql/links/debounceLink.js.map +0 -1
- package/.dist/graphql/mutations/acceptRole.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/acceptRole.mutation.js +0 -18
- package/.dist/graphql/mutations/acceptRole.mutation.js.map +0 -1
- package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.js +0 -10
- package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.js.map +0 -1
- package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js +0 -19
- package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js.map +0 -1
- package/.dist/graphql/mutations/batchPrintBreakApartOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/batchPrintBreakApartOrder.mutation.js +0 -59
- package/.dist/graphql/mutations/batchPrintBreakApartOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/breakApartOrder.d.ts +0 -2
- package/.dist/graphql/mutations/breakApartOrder.js +0 -47
- package/.dist/graphql/mutations/breakApartOrder.js.map +0 -1
- package/.dist/graphql/mutations/breakApartSeasonOrder.d.ts +0 -2
- package/.dist/graphql/mutations/breakApartSeasonOrder.js +0 -55
- package/.dist/graphql/mutations/breakApartSeasonOrder.js.map +0 -1
- package/.dist/graphql/mutations/cancelOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/cancelOrder.mutation.js +0 -12
- package/.dist/graphql/mutations/cancelOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/cancelTickets.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/cancelTickets.mutation.js +0 -20
- package/.dist/graphql/mutations/cancelTickets.mutation.js.map +0 -1
- package/.dist/graphql/mutations/connectStripe.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/connectStripe.mutation.js +0 -10
- package/.dist/graphql/mutations/connectStripe.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createArtist.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createArtist.mutation.js +0 -41
- package/.dist/graphql/mutations/createArtist.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createContacts.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createContacts.mutation.js +0 -10
- package/.dist/graphql/mutations/createContacts.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createEvent.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createEvent.mutation.js +0 -93
- package/.dist/graphql/mutations/createEvent.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createEventOrSeasonFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createEventOrSeasonFee.mutation.js +0 -39
- package/.dist/graphql/mutations/createEventOrSeasonFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createFee.mutation.js +0 -28
- package/.dist/graphql/mutations/createFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createOrder.mutation.js +0 -56
- package/.dist/graphql/mutations/createOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.js +0 -13
- package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createOrganisation.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createOrganisation.mutation.js +0 -13
- package/.dist/graphql/mutations/createOrganisation.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createOrganizationFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createOrganizationFee.mutation.js +0 -29
- package/.dist/graphql/mutations/createOrganizationFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createPlatformFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createPlatformFee.mutation.js +0 -29
- package/.dist/graphql/mutations/createPlatformFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createRole.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createRole.mutation.js +0 -16
- package/.dist/graphql/mutations/createRole.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createSeason.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createSeason.mutation.js +0 -82
- package/.dist/graphql/mutations/createSeason.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createSeasonOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createSeasonOrder.mutation.js +0 -62
- package/.dist/graphql/mutations/createSeasonOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createSeasonOrderPaymentIntent.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createSeasonOrderPaymentIntent.mutation.js +0 -15
- package/.dist/graphql/mutations/createSeasonOrderPaymentIntent.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createStripeSetupIntent.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js +0 -10
- package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js +0 -10
- package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createVenue.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createVenue.mutation.js +0 -33
- package/.dist/graphql/mutations/createVenue.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createWaitList.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createWaitList.mutation.js +0 -12
- package/.dist/graphql/mutations/createWaitList.mutation.js.map +0 -1
- package/.dist/graphql/mutations/createWebFlowSite.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/createWebFlowSite.mutation.js +0 -39
- package/.dist/graphql/mutations/createWebFlowSite.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteEvent.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteEvent.mutation.js +0 -22
- package/.dist/graphql/mutations/deleteEvent.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteEventOrSeasonFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteEventOrSeasonFee.mutation.js +0 -10
- package/.dist/graphql/mutations/deleteEventOrSeasonFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteFee.mutation.js +0 -10
- package/.dist/graphql/mutations/deleteFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteOrganizationFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js +0 -10
- package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deletePlatformFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deletePlatformFee.mutation.js +0 -10
- package/.dist/graphql/mutations/deletePlatformFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteRole.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteRole.mutation.js +0 -10
- package/.dist/graphql/mutations/deleteRole.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteSecondaryEmail.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteSecondaryEmail.mutation.js +0 -18
- package/.dist/graphql/mutations/deleteSecondaryEmail.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js +0 -10
- package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteSubscription.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteSubscription.mutation.js +0 -13
- package/.dist/graphql/mutations/deleteSubscription.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteSuperAdminOrg.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteSuperAdminOrg.mutation.js +0 -10
- package/.dist/graphql/mutations/deleteSuperAdminOrg.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteTicketHold.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteTicketHold.mutation.js +0 -13
- package/.dist/graphql/mutations/deleteTicketHold.mutation.js.map +0 -1
- package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js +0 -11
- package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js.map +0 -1
- package/.dist/graphql/mutations/duplicateEvent.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/duplicateEvent.mutation.js +0 -90
- package/.dist/graphql/mutations/duplicateEvent.mutation.js.map +0 -1
- package/.dist/graphql/mutations/eventEmailTemplate.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/eventEmailTemplate.mutation.js +0 -10
- package/.dist/graphql/mutations/eventEmailTemplate.mutation.js.map +0 -1
- package/.dist/graphql/mutations/forgotPassword.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/forgotPassword.mutation.js +0 -10
- package/.dist/graphql/mutations/forgotPassword.mutation.js.map +0 -1
- package/.dist/graphql/mutations/generateActivityReport.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/generateActivityReport.mutation.js +0 -15
- package/.dist/graphql/mutations/generateActivityReport.mutation.js.map +0 -1
- package/.dist/graphql/mutations/generateEventQRCode.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/generateEventQRCode.mutation.js +0 -10
- package/.dist/graphql/mutations/generateEventQRCode.mutation.js.map +0 -1
- package/.dist/graphql/mutations/generateOrderReport.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/generateOrderReport.mutation.js +0 -13
- package/.dist/graphql/mutations/generateOrderReport.mutation.js.map +0 -1
- package/.dist/graphql/mutations/generateUserProfileReport.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/generateUserProfileReport.mutation.js +0 -13
- package/.dist/graphql/mutations/generateUserProfileReport.mutation.js.map +0 -1
- package/.dist/graphql/mutations/holdTicket.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/holdTicket.mutation.js +0 -12
- package/.dist/graphql/mutations/holdTicket.mutation.js.map +0 -1
- package/.dist/graphql/mutations/login.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/login.mutation.js +0 -20
- package/.dist/graphql/mutations/login.mutation.js.map +0 -1
- package/.dist/graphql/mutations/makeSecondaryToPrimaryEmail.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/makeSecondaryToPrimaryEmail.mutation.js +0 -18
- package/.dist/graphql/mutations/makeSecondaryToPrimaryEmail.mutation.js.map +0 -1
- package/.dist/graphql/mutations/multipleBreakApartOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/multipleBreakApartOrder.mutation.js +0 -59
- package/.dist/graphql/mutations/multipleBreakApartOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/multipleBreakApartSeasonOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/multipleBreakApartSeasonOrder.mutation.js +0 -64
- package/.dist/graphql/mutations/multipleBreakApartSeasonOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/orderIntegrationUpdate.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/orderIntegrationUpdate.mutation.js +0 -12
- package/.dist/graphql/mutations/orderIntegrationUpdate.mutation.js.map +0 -1
- package/.dist/graphql/mutations/publishEvent.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/publishEvent.mutation.js +0 -105
- package/.dist/graphql/mutations/publishEvent.mutation.js.map +0 -1
- package/.dist/graphql/mutations/publishSeason.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/publishSeason.mutation.js +0 -82
- package/.dist/graphql/mutations/publishSeason.mutation.js.map +0 -1
- package/.dist/graphql/mutations/refundOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/refundOrder.mutation.js +0 -143
- package/.dist/graphql/mutations/refundOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/register.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/register.mutation.js +0 -40
- package/.dist/graphql/mutations/register.mutation.js.map +0 -1
- package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js +0 -18
- package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js.map +0 -1
- package/.dist/graphql/mutations/remapWebFlowSite.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/remapWebFlowSite.mutation.js +0 -37
- package/.dist/graphql/mutations/remapWebFlowSite.mutation.js.map +0 -1
- package/.dist/graphql/mutations/resetStripeConnection.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/resetStripeConnection.mutation.js +0 -10
- package/.dist/graphql/mutations/resetStripeConnection.mutation.js.map +0 -1
- package/.dist/graphql/mutations/resetUserPassword.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/resetUserPassword.mutation.js +0 -10
- package/.dist/graphql/mutations/resetUserPassword.mutation.js.map +0 -1
- package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.js +0 -10
- package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.js.map +0 -1
- package/.dist/graphql/mutations/salesReport.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/salesReport.mutation.js +0 -12
- package/.dist/graphql/mutations/salesReport.mutation.js.map +0 -1
- package/.dist/graphql/mutations/scanOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/scanOrder.mutation.js +0 -22
- package/.dist/graphql/mutations/scanOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/sendOrderReceiptEmail.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/sendOrderReceiptEmail.mutation.js +0 -10
- package/.dist/graphql/mutations/sendOrderReceiptEmail.mutation.js.map +0 -1
- package/.dist/graphql/mutations/sendSeasonOrderReceiptEmail.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/sendSeasonOrderReceiptEmail.mutation.js +0 -10
- package/.dist/graphql/mutations/sendSeasonOrderReceiptEmail.mutation.js.map +0 -1
- package/.dist/graphql/mutations/sendUserEmailVerification.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/sendUserEmailVerification.mutation.js +0 -12
- package/.dist/graphql/mutations/sendUserEmailVerification.mutation.js.map +0 -1
- package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js +0 -10
- package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js.map +0 -1
- package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.js +0 -12
- package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.js.map +0 -1
- package/.dist/graphql/mutations/setUserOrgContextId.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/setUserOrgContextId.mutation.js +0 -12
- package/.dist/graphql/mutations/setUserOrgContextId.mutation.js.map +0 -1
- package/.dist/graphql/mutations/setUserPassword.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/setUserPassword.mutation.js +0 -12
- package/.dist/graphql/mutations/setUserPassword.mutation.js.map +0 -1
- package/.dist/graphql/mutations/sharingTicket.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/sharingTicket.mutation.js +0 -12
- package/.dist/graphql/mutations/sharingTicket.mutation.js.map +0 -1
- package/.dist/graphql/mutations/sharingTicketStatusChange.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/sharingTicketStatusChange.mutation.js +0 -12
- package/.dist/graphql/mutations/sharingTicketStatusChange.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateArtist.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateArtist.mutation.js +0 -41
- package/.dist/graphql/mutations/updateArtist.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateBasicUserInfo.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateBasicUserInfo.mutation.js +0 -12
- package/.dist/graphql/mutations/updateBasicUserInfo.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateContact.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateContact.mutation.js +0 -17
- package/.dist/graphql/mutations/updateContact.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateEvent.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateEvent.mutation.js +0 -102
- package/.dist/graphql/mutations/updateEvent.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateEventOrSeasonFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateEventOrSeasonFee.mutation.js +0 -29
- package/.dist/graphql/mutations/updateEventOrSeasonFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateFee.mutation.js +0 -27
- package/.dist/graphql/mutations/updateFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateGuestOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateGuestOrder.mutation.js +0 -13
- package/.dist/graphql/mutations/updateGuestOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateOrder.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateOrder.mutation.js +0 -13
- package/.dist/graphql/mutations/updateOrder.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateOrgEmailWebhook.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateOrgEmailWebhook.mutation.js +0 -10
- package/.dist/graphql/mutations/updateOrgEmailWebhook.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateOrganistion.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateOrganistion.mutation.js +0 -12
- package/.dist/graphql/mutations/updateOrganistion.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateOrganization.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateOrganization.mutation.js +0 -20
- package/.dist/graphql/mutations/updateOrganization.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateOrganizationFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateOrganizationFee.mutation.js +0 -28
- package/.dist/graphql/mutations/updateOrganizationFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updatePlatformFee.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updatePlatformFee.mutation.js +0 -28
- package/.dist/graphql/mutations/updatePlatformFee.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateSeason.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateSeason.mutation.js +0 -82
- package/.dist/graphql/mutations/updateSeason.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateUserEmail.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateUserEmail.mutation.js +0 -24
- package/.dist/graphql/mutations/updateUserEmail.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateUserInfo.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateUserInfo.mutation.js +0 -16
- package/.dist/graphql/mutations/updateUserInfo.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.js +0 -24
- package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateUserPreferredLogIn.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateUserPreferredLogIn.mutation.js +0 -14
- package/.dist/graphql/mutations/updateUserPreferredLogIn.mutation.js.map +0 -1
- package/.dist/graphql/mutations/updateVenue.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/updateVenue.mutation.js +0 -33
- package/.dist/graphql/mutations/updateVenue.mutation.js.map +0 -1
- package/.dist/graphql/mutations/uploadFiles.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/uploadFiles.mutation.js +0 -15
- package/.dist/graphql/mutations/uploadFiles.mutation.js.map +0 -1
- package/.dist/graphql/mutations/verifyUserEmail.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/verifyUserEmail.mutation.js +0 -12
- package/.dist/graphql/mutations/verifyUserEmail.mutation.js.map +0 -1
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js +0 -19
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js.map +0 -1
- package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.js +0 -12
- package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.js.map +0 -1
- package/.dist/graphql/mutations/waitListReport.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/waitListReport.mutation.js +0 -12
- package/.dist/graphql/mutations/waitListReport.mutation.js.map +0 -1
- package/.dist/graphql/queries/DuplicateUrlStubUniqueness.query.d.ts +0 -2
- package/.dist/graphql/queries/DuplicateUrlStubUniqueness.query.js +0 -11
- package/.dist/graphql/queries/DuplicateUrlStubUniqueness.query.js.map +0 -1
- package/.dist/graphql/queries/analytics.query.d.ts +0 -2
- package/.dist/graphql/queries/analytics.query.js +0 -27
- package/.dist/graphql/queries/analytics.query.js.map +0 -1
- package/.dist/graphql/queries/artist.query.d.ts +0 -2
- package/.dist/graphql/queries/artist.query.js +0 -41
- package/.dist/graphql/queries/artist.query.js.map +0 -1
- package/.dist/graphql/queries/artists.query.d.ts +0 -2
- package/.dist/graphql/queries/artists.query.js +0 -41
- package/.dist/graphql/queries/artists.query.js.map +0 -1
- package/.dist/graphql/queries/context.query.d.ts +0 -2
- package/.dist/graphql/queries/context.query.js +0 -43
- package/.dist/graphql/queries/context.query.js.map +0 -1
- package/.dist/graphql/queries/customerOrders.query.d.ts +0 -2
- package/.dist/graphql/queries/customerOrders.query.js +0 -48
- package/.dist/graphql/queries/customerOrders.query.js.map +0 -1
- package/.dist/graphql/queries/customerProfile.query.d.ts +0 -2
- package/.dist/graphql/queries/customerProfile.query.js +0 -57
- package/.dist/graphql/queries/customerProfile.query.js.map +0 -1
- package/.dist/graphql/queries/discountCodeVerify.query.d.ts +0 -2
- package/.dist/graphql/queries/discountCodeVerify.query.js +0 -22
- package/.dist/graphql/queries/discountCodeVerify.query.js.map +0 -1
- package/.dist/graphql/queries/event.query.d.ts +0 -2
- package/.dist/graphql/queries/event.query.js +0 -102
- package/.dist/graphql/queries/event.query.js.map +0 -1
- package/.dist/graphql/queries/eventCalenderOrganizations.query.d.ts +0 -2
- package/.dist/graphql/queries/eventCalenderOrganizations.query.js +0 -17
- package/.dist/graphql/queries/eventCalenderOrganizations.query.js.map +0 -1
- package/.dist/graphql/queries/eventFees.query.d.ts +0 -2
- package/.dist/graphql/queries/eventFees.query.js +0 -28
- package/.dist/graphql/queries/eventFees.query.js.map +0 -1
- package/.dist/graphql/queries/events.query.d.ts +0 -2
- package/.dist/graphql/queries/events.query.js +0 -94
- package/.dist/graphql/queries/events.query.js.map +0 -1
- package/.dist/graphql/queries/eventsAdminCalender.query.d.ts +0 -2
- package/.dist/graphql/queries/eventsAdminCalender.query.js +0 -66
- package/.dist/graphql/queries/eventsAdminCalender.query.js.map +0 -1
- package/.dist/graphql/queries/eventsListOptimized.query.d.ts +0 -2
- package/.dist/graphql/queries/eventsListOptimized.query.js +0 -62
- package/.dist/graphql/queries/eventsListOptimized.query.js.map +0 -1
- package/.dist/graphql/queries/fee.query.d.ts +0 -2
- package/.dist/graphql/queries/fee.query.js +0 -28
- package/.dist/graphql/queries/fee.query.js.map +0 -1
- package/.dist/graphql/queries/fees.query.d.ts +0 -2
- package/.dist/graphql/queries/fees.query.js +0 -28
- package/.dist/graphql/queries/fees.query.js.map +0 -1
- package/.dist/graphql/queries/getSharedTicketsByEmailPhoneNumber.query.d.ts +0 -2
- package/.dist/graphql/queries/getSharedTicketsByEmailPhoneNumber.query.js +0 -31
- package/.dist/graphql/queries/getSharedTicketsByEmailPhoneNumber.query.js.map +0 -1
- package/.dist/graphql/queries/getTicketSharing.query.d.ts +0 -2
- package/.dist/graphql/queries/getTicketSharing.query.js +0 -13
- package/.dist/graphql/queries/getTicketSharing.query.js.map +0 -1
- package/.dist/graphql/queries/isDeletebleOrganization.d.ts +0 -2
- package/.dist/graphql/queries/isDeletebleOrganization.js +0 -10
- package/.dist/graphql/queries/isDeletebleOrganization.js.map +0 -1
- package/.dist/graphql/queries/isSuperUser.query.d.ts +0 -2
- package/.dist/graphql/queries/isSuperUser.query.js +0 -10
- package/.dist/graphql/queries/isSuperUser.query.js.map +0 -1
- package/.dist/graphql/queries/listStripeTerminalReaders.query.d.ts +0 -2
- package/.dist/graphql/queries/listStripeTerminalReaders.query.js +0 -18
- package/.dist/graphql/queries/listStripeTerminalReaders.query.js.map +0 -1
- package/.dist/graphql/queries/notifiyEvent.d.ts +0 -2
- package/.dist/graphql/queries/notifiyEvent.js +0 -13
- package/.dist/graphql/queries/notifiyEvent.js.map +0 -1
- package/.dist/graphql/queries/order.query.d.ts +0 -2
- package/.dist/graphql/queries/order.query.js +0 -222
- package/.dist/graphql/queries/order.query.js.map +0 -1
- package/.dist/graphql/queries/orders.query.d.ts +0 -2
- package/.dist/graphql/queries/orders.query.js +0 -153
- package/.dist/graphql/queries/orders.query.js.map +0 -1
- package/.dist/graphql/queries/ordersTableOptimized.query.d.ts +0 -2
- package/.dist/graphql/queries/ordersTableOptimized.query.js +0 -81
- package/.dist/graphql/queries/ordersTableOptimized.query.js.map +0 -1
- package/.dist/graphql/queries/organizationFees.query.d.ts +0 -2
- package/.dist/graphql/queries/organizationFees.query.js +0 -29
- package/.dist/graphql/queries/organizationFees.query.js.map +0 -1
- package/.dist/graphql/queries/organizations.query.d.ts +0 -2
- package/.dist/graphql/queries/organizations.query.js +0 -51
- package/.dist/graphql/queries/organizations.query.js.map +0 -1
- package/.dist/graphql/queries/platformFees.query.d.ts +0 -2
- package/.dist/graphql/queries/platformFees.query.js +0 -29
- package/.dist/graphql/queries/platformFees.query.js.map +0 -1
- package/.dist/graphql/queries/platformSettings.query.d.ts +0 -2
- package/.dist/graphql/queries/platformSettings.query.js +0 -14
- package/.dist/graphql/queries/platformSettings.query.js.map +0 -1
- package/.dist/graphql/queries/profile.query.d.ts +0 -2
- package/.dist/graphql/queries/profile.query.js +0 -100
- package/.dist/graphql/queries/profile.query.js.map +0 -1
- package/.dist/graphql/queries/profiles.query.d.ts +0 -2
- package/.dist/graphql/queries/profiles.query.js +0 -30
- package/.dist/graphql/queries/profiles.query.js.map +0 -1
- package/.dist/graphql/queries/promoCodeVerify.query.d.ts +0 -2
- package/.dist/graphql/queries/promoCodeVerify.query.js +0 -60
- package/.dist/graphql/queries/promoCodeVerify.query.js.map +0 -1
- package/.dist/graphql/queries/publicEvent.query.d.ts +0 -2
- package/.dist/graphql/queries/publicEvent.query.js +0 -83
- package/.dist/graphql/queries/publicEvent.query.js.map +0 -1
- package/.dist/graphql/queries/publicSeason.query.d.ts +0 -2
- package/.dist/graphql/queries/publicSeason.query.js +0 -87
- package/.dist/graphql/queries/publicSeason.query.js.map +0 -1
- package/.dist/graphql/queries/role.query.d.ts +0 -2
- package/.dist/graphql/queries/role.query.js +0 -29
- package/.dist/graphql/queries/role.query.js.map +0 -1
- package/.dist/graphql/queries/roles.query.d.ts +0 -2
- package/.dist/graphql/queries/roles.query.js +0 -29
- package/.dist/graphql/queries/roles.query.js.map +0 -1
- package/.dist/graphql/queries/season.query.d.ts +0 -2
- package/.dist/graphql/queries/season.query.js +0 -82
- package/.dist/graphql/queries/season.query.js.map +0 -1
- package/.dist/graphql/queries/seasonFees.query.d.ts +0 -2
- package/.dist/graphql/queries/seasonFees.query.js +0 -29
- package/.dist/graphql/queries/seasonFees.query.js.map +0 -1
- package/.dist/graphql/queries/seasons.query.d.ts +0 -2
- package/.dist/graphql/queries/seasons.query.js +0 -81
- package/.dist/graphql/queries/seasons.query.js.map +0 -1
- package/.dist/graphql/queries/seasonsDropdown.query.d.ts +0 -2
- package/.dist/graphql/queries/seasonsDropdown.query.js +0 -20
- package/.dist/graphql/queries/seasonsDropdown.query.js.map +0 -1
- package/.dist/graphql/queries/seating.query.d.ts +0 -2
- package/.dist/graphql/queries/seating.query.js +0 -17
- package/.dist/graphql/queries/seating.query.js.map +0 -1
- package/.dist/graphql/queries/seatingKeys.query.d.ts +0 -2
- package/.dist/graphql/queries/seatingKeys.query.js +0 -12
- package/.dist/graphql/queries/seatingKeys.query.js.map +0 -1
- package/.dist/graphql/queries/stripeCardDetail.query.d.ts +0 -2
- package/.dist/graphql/queries/stripeCardDetail.query.js +0 -19
- package/.dist/graphql/queries/stripeCardDetail.query.js.map +0 -1
- package/.dist/graphql/queries/superAdminAllCustomer.query.d.ts +0 -2
- package/.dist/graphql/queries/superAdminAllCustomer.query.js +0 -24
- package/.dist/graphql/queries/superAdminAllCustomer.query.js.map +0 -1
- package/.dist/graphql/queries/ticketRestriction.query.d.ts +0 -2
- package/.dist/graphql/queries/ticketRestriction.query.js +0 -18
- package/.dist/graphql/queries/ticketRestriction.query.js.map +0 -1
- package/.dist/graphql/queries/userExists.query.d.ts +0 -2
- package/.dist/graphql/queries/userExists.query.js +0 -34
- package/.dist/graphql/queries/userExists.query.js.map +0 -1
- package/.dist/graphql/queries/userProfile.query.d.ts +0 -2
- package/.dist/graphql/queries/userProfile.query.js +0 -31
- package/.dist/graphql/queries/userProfile.query.js.map +0 -1
- package/.dist/graphql/queries/userProfilesAdmin.query.d.ts +0 -2
- package/.dist/graphql/queries/userProfilesAdmin.query.js +0 -56
- package/.dist/graphql/queries/userProfilesAdmin.query.js.map +0 -1
- package/.dist/graphql/queries/userRoles.query.d.ts +0 -2
- package/.dist/graphql/queries/userRoles.query.js +0 -31
- package/.dist/graphql/queries/userRoles.query.js.map +0 -1
- package/.dist/graphql/queries/venue.query.d.ts +0 -2
- package/.dist/graphql/queries/venue.query.js +0 -34
- package/.dist/graphql/queries/venue.query.js.map +0 -1
- package/.dist/graphql/queries/venues.query.d.ts +0 -2
- package/.dist/graphql/queries/venues.query.js +0 -34
- package/.dist/graphql/queries/venues.query.js.map +0 -1
- package/.dist/graphql/queries/waitList.query.d.ts +0 -2
- package/.dist/graphql/queries/waitList.query.js +0 -104
- package/.dist/graphql/queries/waitList.query.js.map +0 -1
- package/.dist/graphql/queries/webFlowSites.query.d.ts +0 -2
- package/.dist/graphql/queries/webFlowSites.query.js +0 -21
- package/.dist/graphql/queries/webFlowSites.query.js.map +0 -1
- package/.dist/graphql/queries/webflow.query.d.ts +0 -2
- package/.dist/graphql/queries/webflow.query.js +0 -39
- package/.dist/graphql/queries/webflow.query.js.map +0 -1
- package/.dist/interfaces/IAddress.d.ts +0 -14
- package/.dist/interfaces/IAddress.js +0 -3
- package/.dist/interfaces/IAddress.js.map +0 -1
- package/.dist/interfaces/IAnalytics.d.ts +0 -86
- package/.dist/interfaces/IAnalytics.js +0 -130
- package/.dist/interfaces/IAnalytics.js.map +0 -1
- package/.dist/interfaces/IApiKey.d.ts +0 -8
- package/.dist/interfaces/IApiKey.js +0 -3
- package/.dist/interfaces/IApiKey.js.map +0 -1
- package/.dist/interfaces/IArtist.d.ts +0 -19
- package/.dist/interfaces/IArtist.js +0 -10
- package/.dist/interfaces/IArtist.js.map +0 -1
- package/.dist/interfaces/IArtistContact.d.ts +0 -8
- package/.dist/interfaces/IArtistContact.js +0 -3
- package/.dist/interfaces/IArtistContact.js.map +0 -1
- package/.dist/interfaces/IArtistPressKit.d.ts +0 -8
- package/.dist/interfaces/IArtistPressKit.js +0 -3
- package/.dist/interfaces/IArtistPressKit.js.map +0 -1
- package/.dist/interfaces/IBillingAddress.d.ts +0 -8
- package/.dist/interfaces/IBillingAddress.js +0 -3
- package/.dist/interfaces/IBillingAddress.js.map +0 -1
- package/.dist/interfaces/IContact.d.ts +0 -9
- package/.dist/interfaces/IContact.js +0 -3
- package/.dist/interfaces/IContact.js.map +0 -1
- package/.dist/interfaces/ICreateOrderParams.d.ts +0 -64
- package/.dist/interfaces/ICreateOrderParams.js +0 -3
- package/.dist/interfaces/ICreateOrderParams.js.map +0 -1
- package/.dist/interfaces/IEmailHolders.d.ts +0 -4
- package/.dist/interfaces/IEmailHolders.js +0 -3
- package/.dist/interfaces/IEmailHolders.js.map +0 -1
- package/.dist/interfaces/IEmailTicketHolder.d.ts +0 -10
- package/.dist/interfaces/IEmailTicketHolder.js +0 -3
- package/.dist/interfaces/IEmailTicketHolder.js.map +0 -1
- package/.dist/interfaces/IEvent.d.ts +0 -116
- package/.dist/interfaces/IEvent.js +0 -63
- package/.dist/interfaces/IEvent.js.map +0 -1
- package/.dist/interfaces/IEventCustomField.d.ts +0 -13
- package/.dist/interfaces/IEventCustomField.js +0 -3
- package/.dist/interfaces/IEventCustomField.js.map +0 -1
- package/.dist/interfaces/IEventPosterUrl.d.ts +0 -5
- package/.dist/interfaces/IEventPosterUrl.js +0 -3
- package/.dist/interfaces/IEventPosterUrl.js.map +0 -1
- package/.dist/interfaces/IEventPromotion.d.ts +0 -33
- package/.dist/interfaces/IEventPromotion.js +0 -22
- package/.dist/interfaces/IEventPromotion.js.map +0 -1
- package/.dist/interfaces/IEventQuery.d.ts +0 -26
- package/.dist/interfaces/IEventQuery.js +0 -15
- package/.dist/interfaces/IEventQuery.js.map +0 -1
- package/.dist/interfaces/IEventSchedule.d.ts +0 -7
- package/.dist/interfaces/IEventSchedule.js +0 -3
- package/.dist/interfaces/IEventSchedule.js.map +0 -1
- package/.dist/interfaces/IEventUpgrade.d.ts +0 -22
- package/.dist/interfaces/IEventUpgrade.js +0 -10
- package/.dist/interfaces/IEventUpgrade.js.map +0 -1
- package/.dist/interfaces/IFee.d.ts +0 -52
- package/.dist/interfaces/IFee.js +0 -39
- package/.dist/interfaces/IFee.js.map +0 -1
- package/.dist/interfaces/IFile.d.ts +0 -7
- package/.dist/interfaces/IFile.js +0 -3
- package/.dist/interfaces/IFile.js.map +0 -1
- package/.dist/interfaces/IOrder.d.ts +0 -83
- package/.dist/interfaces/IOrder.js +0 -6
- package/.dist/interfaces/IOrder.js.map +0 -1
- package/.dist/interfaces/IOrderCustomField.d.ts +0 -8
- package/.dist/interfaces/IOrderCustomField.js +0 -4
- package/.dist/interfaces/IOrderCustomField.js.map +0 -1
- package/.dist/interfaces/IOrderIntegration.d.ts +0 -5
- package/.dist/interfaces/IOrderIntegration.js +0 -3
- package/.dist/interfaces/IOrderIntegration.js.map +0 -1
- package/.dist/interfaces/IOrderIntegrationResponse.d.ts +0 -9
- package/.dist/interfaces/IOrderIntegrationResponse.js +0 -3
- package/.dist/interfaces/IOrderIntegrationResponse.js.map +0 -1
- package/.dist/interfaces/IOrderQuery.d.ts +0 -18
- package/.dist/interfaces/IOrderQuery.js +0 -3
- package/.dist/interfaces/IOrderQuery.js.map +0 -1
- package/.dist/interfaces/IOrderShareEnum.d.ts +0 -13
- package/.dist/interfaces/IOrderShareEnum.js +0 -3
- package/.dist/interfaces/IOrderShareEnum.js.map +0 -1
- package/.dist/interfaces/IOrderShareTimestamp.d.ts +0 -6
- package/.dist/interfaces/IOrderShareTimestamp.js +0 -3
- package/.dist/interfaces/IOrderShareTimestamp.js.map +0 -1
- package/.dist/interfaces/IOrderState.d.ts +0 -22
- package/.dist/interfaces/IOrderState.js +0 -34
- package/.dist/interfaces/IOrderState.js.map +0 -1
- package/.dist/interfaces/IOrderSummary.d.ts +0 -43
- package/.dist/interfaces/IOrderSummary.js +0 -3
- package/.dist/interfaces/IOrderSummary.js.map +0 -1
- package/.dist/interfaces/IOrderTicket.d.ts +0 -27
- package/.dist/interfaces/IOrderTicket.js +0 -3
- package/.dist/interfaces/IOrderTicket.js.map +0 -1
- package/.dist/interfaces/IOrderType.d.ts +0 -7
- package/.dist/interfaces/IOrderType.js +0 -13
- package/.dist/interfaces/IOrderType.js.map +0 -1
- package/.dist/interfaces/IOrderUpgrade.d.ts +0 -17
- package/.dist/interfaces/IOrderUpgrade.js +0 -3
- package/.dist/interfaces/IOrderUpgrade.js.map +0 -1
- package/.dist/interfaces/IOrganization.d.ts +0 -34
- package/.dist/interfaces/IOrganization.js +0 -9
- package/.dist/interfaces/IOrganization.js.map +0 -1
- package/.dist/interfaces/IPagination.d.ts +0 -19
- package/.dist/interfaces/IPagination.js +0 -19
- package/.dist/interfaces/IPagination.js.map +0 -1
- package/.dist/interfaces/IPayment.d.ts +0 -19
- package/.dist/interfaces/IPayment.js +0 -3
- package/.dist/interfaces/IPayment.js.map +0 -1
- package/.dist/interfaces/IPerformance.d.ts +0 -19
- package/.dist/interfaces/IPerformance.js +0 -3
- package/.dist/interfaces/IPerformance.js.map +0 -1
- package/.dist/interfaces/IProcessingFees.d.ts +0 -5
- package/.dist/interfaces/IProcessingFees.js +0 -4
- package/.dist/interfaces/IProcessingFees.js.map +0 -1
- package/.dist/interfaces/IQuery.d.ts +0 -15
- package/.dist/interfaces/IQuery.js +0 -21
- package/.dist/interfaces/IQuery.js.map +0 -1
- package/.dist/interfaces/IRefund.d.ts +0 -7
- package/.dist/interfaces/IRefund.js +0 -3
- package/.dist/interfaces/IRefund.js.map +0 -1
- package/.dist/interfaces/IRefundModal.d.ts +0 -9
- package/.dist/interfaces/IRefundModal.js +0 -3
- package/.dist/interfaces/IRefundModal.js.map +0 -1
- package/.dist/interfaces/IRole.d.ts +0 -26
- package/.dist/interfaces/IRole.js +0 -29
- package/.dist/interfaces/IRole.js.map +0 -1
- package/.dist/interfaces/ISalesReport.d.ts +0 -15
- package/.dist/interfaces/ISalesReport.js +0 -9
- package/.dist/interfaces/ISalesReport.js.map +0 -1
- package/.dist/interfaces/IScan.d.ts +0 -7
- package/.dist/interfaces/IScan.js +0 -3
- package/.dist/interfaces/IScan.js.map +0 -1
- package/.dist/interfaces/ISearchDropdownItem.d.ts +0 -4
- package/.dist/interfaces/ISearchDropdownItem.js +0 -3
- package/.dist/interfaces/ISearchDropdownItem.js.map +0 -1
- package/.dist/interfaces/ISeason.d.ts +0 -81
- package/.dist/interfaces/ISeason.js +0 -34
- package/.dist/interfaces/ISeason.js.map +0 -1
- package/.dist/interfaces/ISeasonCustomField.d.ts +0 -13
- package/.dist/interfaces/ISeasonCustomField.js +0 -3
- package/.dist/interfaces/ISeasonCustomField.js.map +0 -1
- package/.dist/interfaces/ISeasonPosterUrl.d.ts +0 -5
- package/.dist/interfaces/ISeasonPosterUrl.js +0 -3
- package/.dist/interfaces/ISeasonPosterUrl.js.map +0 -1
- package/.dist/interfaces/ISeasonQuery.d.ts +0 -23
- package/.dist/interfaces/ISeasonQuery.js +0 -15
- package/.dist/interfaces/ISeasonQuery.js.map +0 -1
- package/.dist/interfaces/ISeasonUpgrade.d.ts +0 -16
- package/.dist/interfaces/ISeasonUpgrade.js +0 -3
- package/.dist/interfaces/ISeasonUpgrade.js.map +0 -1
- package/.dist/interfaces/ISeating.d.ts +0 -9
- package/.dist/interfaces/ISeating.js +0 -3
- package/.dist/interfaces/ISeating.js.map +0 -1
- package/.dist/interfaces/ISocialAccountLink.d.ts +0 -13
- package/.dist/interfaces/ISocialAccountLink.js +0 -14
- package/.dist/interfaces/ISocialAccountLink.js.map +0 -1
- package/.dist/interfaces/IStripeCustomer.d.ts +0 -6
- package/.dist/interfaces/IStripeCustomer.js +0 -3
- package/.dist/interfaces/IStripeCustomer.js.map +0 -1
- package/.dist/interfaces/IStripePaymentMethod.d.ts +0 -10
- package/.dist/interfaces/IStripePaymentMethod.js +0 -3
- package/.dist/interfaces/IStripePaymentMethod.js.map +0 -1
- package/.dist/interfaces/IStripeTerminalReader.d.ts +0 -9
- package/.dist/interfaces/IStripeTerminalReader.js +0 -3
- package/.dist/interfaces/IStripeTerminalReader.js.map +0 -1
- package/.dist/interfaces/ITask.d.ts +0 -30
- package/.dist/interfaces/ITask.js +0 -16
- package/.dist/interfaces/ITask.js.map +0 -1
- package/.dist/interfaces/ITeiMemberInfo.d.ts +0 -6
- package/.dist/interfaces/ITeiMemberInfo.js +0 -3
- package/.dist/interfaces/ITeiMemberInfo.js.map +0 -1
- package/.dist/interfaces/ITicketExchange.d.ts +0 -10
- package/.dist/interfaces/ITicketExchange.js +0 -11
- package/.dist/interfaces/ITicketExchange.js.map +0 -1
- package/.dist/interfaces/ITicketHold.d.ts +0 -12
- package/.dist/interfaces/ITicketHold.js +0 -3
- package/.dist/interfaces/ITicketHold.js.map +0 -1
- package/.dist/interfaces/ITicketTier.d.ts +0 -10
- package/.dist/interfaces/ITicketTier.js +0 -3
- package/.dist/interfaces/ITicketTier.js.map +0 -1
- package/.dist/interfaces/ITicketType.d.ts +0 -25
- package/.dist/interfaces/ITicketType.js +0 -3
- package/.dist/interfaces/ITicketType.js.map +0 -1
- package/.dist/interfaces/IUser.d.ts +0 -29
- package/.dist/interfaces/IUser.js +0 -10
- package/.dist/interfaces/IUser.js.map +0 -1
- package/.dist/interfaces/IUserProfile.d.ts +0 -52
- package/.dist/interfaces/IUserProfile.js +0 -3
- package/.dist/interfaces/IUserProfile.js.map +0 -1
- package/.dist/interfaces/IVenue.d.ts +0 -13
- package/.dist/interfaces/IVenue.js +0 -3
- package/.dist/interfaces/IVenue.js.map +0 -1
- package/.dist/interfaces/IWebFlow.d.ts +0 -50
- package/.dist/interfaces/IWebFlow.js +0 -11
- package/.dist/interfaces/IWebFlow.js.map +0 -1
- package/.dist/schemas/Address.d.ts +0 -63
- package/.dist/schemas/Address.js +0 -65
- package/.dist/schemas/Address.js.map +0 -1
- package/.dist/schemas/Artist.d.ts +0 -107
- package/.dist/schemas/Artist.js +0 -120
- package/.dist/schemas/Artist.js.map +0 -1
- package/.dist/schemas/Event.d.ts +0 -814
- package/.dist/schemas/Event.js +0 -647
- package/.dist/schemas/Event.js.map +0 -1
- package/.dist/schemas/Fee.d.ts +0 -88
- package/.dist/schemas/Fee.js +0 -93
- package/.dist/schemas/Fee.js.map +0 -1
- package/.dist/schemas/Metrics.d.ts +0 -136
- package/.dist/schemas/Metrics.js +0 -142
- package/.dist/schemas/Metrics.js.map +0 -1
- package/.dist/schemas/Order.d.ts +0 -787
- package/.dist/schemas/Order.js +0 -664
- package/.dist/schemas/Order.js.map +0 -1
- package/.dist/schemas/Organization.d.ts +0 -193
- package/.dist/schemas/Organization.js +0 -132
- package/.dist/schemas/Organization.js.map +0 -1
- package/.dist/schemas/Role.d.ts +0 -36
- package/.dist/schemas/Role.js +0 -42
- package/.dist/schemas/Role.js.map +0 -1
- package/.dist/schemas/Season.d.ts +0 -703
- package/.dist/schemas/Season.js +0 -521
- package/.dist/schemas/Season.js.map +0 -1
- package/.dist/schemas/Seating.d.ts +0 -33
- package/.dist/schemas/Seating.js +0 -39
- package/.dist/schemas/Seating.js.map +0 -1
- package/.dist/schemas/User.d.ts +0 -113
- package/.dist/schemas/User.js +0 -119
- package/.dist/schemas/User.js.map +0 -1
- package/.dist/schemas/UserProfile.d.ts +0 -179
- package/.dist/schemas/UserProfile.js +0 -126
- package/.dist/schemas/UserProfile.js.map +0 -1
- package/.dist/schemas/Venue.d.ts +0 -108
- package/.dist/schemas/Venue.js +0 -56
- package/.dist/schemas/Venue.js.map +0 -1
- package/.dist/schemas/WebFlow.d.ts +0 -121
- package/.dist/schemas/WebFlow.js +0 -133
- package/.dist/schemas/WebFlow.js.map +0 -1
- package/.dist/sellout-proto.js +0 -179792
- package/.dist/utils/AnalyticsUtil.d.ts +0 -41
- package/.dist/utils/AnalyticsUtil.js +0 -767
- package/.dist/utils/AnalyticsUtil.js.map +0 -1
- package/.dist/utils/EventUtil.d.ts +0 -116
- package/.dist/utils/EventUtil.js +0 -908
- package/.dist/utils/EventUtil.js.map +0 -1
- package/.dist/utils/FeeUtil.d.ts +0 -14
- package/.dist/utils/FeeUtil.js +0 -82
- package/.dist/utils/FeeUtil.js.map +0 -1
- package/.dist/utils/OrderUtil.d.ts +0 -53
- package/.dist/utils/OrderUtil.js +0 -408
- package/.dist/utils/OrderUtil.js.map +0 -1
- package/.dist/utils/PaymentUtil.d.ts +0 -35
- package/.dist/utils/PaymentUtil.js +0 -564
- package/.dist/utils/PaymentUtil.js.map +0 -1
- package/.dist/utils/SaveLogsToFile.d.ts +0 -2
- package/.dist/utils/SaveLogsToFile.js +0 -47
- package/.dist/utils/SaveLogsToFile.js.map +0 -1
- package/.dist/utils/SeasonUtil.d.ts +0 -73
- package/.dist/utils/SeasonUtil.js +0 -472
- package/.dist/utils/SeasonUtil.js.map +0 -1
- package/.dist/utils/TierUtil.d.ts +0 -11
- package/.dist/utils/TierUtil.js +0 -92
- package/.dist/utils/TierUtil.js.map +0 -1
- package/.dist/utils/WebFlowUtil.d.ts +0 -7
- package/.dist/utils/WebFlowUtil.js +0 -10
- package/.dist/utils/WebFlowUtil.js.map +0 -1
- package/src/enums/ContactsScreenEnum.ts +0 -5
- package/src/enums/CustomFieldTypeEnum.ts +0 -6
- package/src/enums/DefaultArtistImageUrls.ts +0 -5
- package/src/enums/DefaultEventImageUrls.ts +0 -4
- package/src/enums/DefaultVenueImageUrls.ts +0 -3
- package/src/enums/DropDownEnum.ts +0 -3
- package/src/enums/EPurchasePortalModes.ts +0 -8
- package/src/enums/EPurchasePortalStatus.ts +0 -4
- package/src/enums/OrderChannelEnum.ts +0 -4
- package/src/enums/OrderItemTypeEnum.ts +0 -4
- package/src/enums/OrderShareTimestamp.ts +0 -7
- package/src/enums/PaymentMethodTypeEnum.ts +0 -7
- package/src/enums/TierStatusEnum.ts +0 -5
- package/src/graphql/fragments/event.fragment.ts +0 -372
- package/src/graphql/fragments/order.fragment.ts +0 -109
- package/src/graphql/fragments/season.fragment.ts +0 -365
- package/src/graphql/links/debounceLink.ts +0 -3
- package/src/graphql/mutations/acceptRole.mutation.ts +0 -17
- package/src/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.ts +0 -9
- package/src/graphql/mutations/attachStripePaymentMethod.mutation.ts +0 -18
- package/src/graphql/mutations/batchPrintBreakApartOrder.mutation.ts +0 -56
- package/src/graphql/mutations/breakApartOrder.ts +0 -43
- package/src/graphql/mutations/breakApartSeasonOrder.ts +0 -51
- package/src/graphql/mutations/cancelOrder.mutation.ts +0 -11
- package/src/graphql/mutations/cancelTickets.mutation.ts +0 -19
- package/src/graphql/mutations/connectStripe.mutation.ts +0 -9
- package/src/graphql/mutations/createArtist.mutation.ts +0 -40
- package/src/graphql/mutations/createContacts.mutation.ts +0 -9
- package/src/graphql/mutations/createEvent.mutation.ts +0 -89
- package/src/graphql/mutations/createEventOrSeasonFee.mutation.ts +0 -38
- package/src/graphql/mutations/createFee.mutation.ts +0 -27
- package/src/graphql/mutations/createOrder.mutation.ts +0 -55
- package/src/graphql/mutations/createOrderPaymentIntent.mutation.ts +0 -12
- package/src/graphql/mutations/createOrganisation.mutation.ts +0 -11
- package/src/graphql/mutations/createOrganizationFee.mutation.ts +0 -28
- package/src/graphql/mutations/createPlatformFee.mutation.ts +0 -28
- package/src/graphql/mutations/createRole.mutation.ts +0 -15
- package/src/graphql/mutations/createSeason.mutation.ts +0 -78
- package/src/graphql/mutations/createSeasonOrder.mutation.ts +0 -61
- package/src/graphql/mutations/createSeasonOrderPaymentIntent.mutation.ts +0 -14
- package/src/graphql/mutations/createStripeSetupIntent.mutation.ts +0 -9
- package/src/graphql/mutations/createStripeTerminalConnectionToken.mutation.ts +0 -9
- package/src/graphql/mutations/createVenue.mutation.ts +0 -33
- package/src/graphql/mutations/createWaitList.mutation.ts +0 -11
- package/src/graphql/mutations/createWebFlowSite.mutation.ts +0 -39
- package/src/graphql/mutations/deleteEvent.mutation.ts +0 -21
- package/src/graphql/mutations/deleteEventOrSeasonFee.mutation.ts +0 -10
- package/src/graphql/mutations/deleteFee.mutation.ts +0 -10
- package/src/graphql/mutations/deleteOrganizationFee.mutation.ts +0 -10
- package/src/graphql/mutations/deletePlatformFee.mutation.ts +0 -10
- package/src/graphql/mutations/deleteRole.mutation.ts +0 -10
- package/src/graphql/mutations/deleteSecondaryEmail.mutation.ts +0 -17
- package/src/graphql/mutations/deleteStripeTerminalReader.mutation.ts +0 -9
- package/src/graphql/mutations/deleteSubscription.mutation.ts +0 -12
- package/src/graphql/mutations/deleteSuperAdminOrg.mutation.ts +0 -9
- package/src/graphql/mutations/deleteTicketHold.mutation.ts +0 -12
- package/src/graphql/mutations/deleteUnverifiedUser.mutation.ts +0 -10
- package/src/graphql/mutations/duplicateEvent.mutation.ts +0 -86
- package/src/graphql/mutations/eventEmailTemplate.mutation.ts +0 -9
- package/src/graphql/mutations/forgotPassword.mutation.ts +0 -9
- package/src/graphql/mutations/generateActivityReport.mutation.ts +0 -14
- package/src/graphql/mutations/generateEventQRCode.mutation.ts +0 -9
- package/src/graphql/mutations/generateOrderReport.mutation.ts +0 -12
- package/src/graphql/mutations/generateUserProfileReport.mutation.ts +0 -13
- package/src/graphql/mutations/holdTicket.mutation.ts +0 -11
- package/src/graphql/mutations/login.mutation.ts +0 -19
- package/src/graphql/mutations/makeSecondaryToPrimaryEmail.mutation.ts +0 -17
- package/src/graphql/mutations/multipleBreakApartOrder.mutation.ts +0 -56
- package/src/graphql/mutations/multipleBreakApartSeasonOrder.mutation.ts +0 -61
- package/src/graphql/mutations/orderIntegrationUpdate.mutation.ts +0 -10
- package/src/graphql/mutations/publishEvent.mutation.ts +0 -101
- package/src/graphql/mutations/publishSeason.mutation.ts +0 -78
- package/src/graphql/mutations/refundOrder.mutation.ts +0 -139
- package/src/graphql/mutations/register.mutation.ts +0 -39
- package/src/graphql/mutations/registerStripeTerminalReader.mutation.ts +0 -17
- package/src/graphql/mutations/remapWebFlowSite.mutation.ts +0 -36
- package/src/graphql/mutations/resetStripeConnection.mutation.ts +0 -9
- package/src/graphql/mutations/resetUserPassword.mutation.ts +0 -9
- package/src/graphql/mutations/resetUserPasswordInApp.mutation.ts +0 -9
- package/src/graphql/mutations/salesReport.mutation.ts +0 -10
- package/src/graphql/mutations/scanOrder.mutation.ts +0 -21
- package/src/graphql/mutations/sendOrderReceiptEmail.mutation.ts +0 -9
- package/src/graphql/mutations/sendSeasonOrderReceiptEmail.mutation.ts +0 -9
- package/src/graphql/mutations/sendUserEmailVerification.mutation.ts +0 -11
- package/src/graphql/mutations/sendUserPhoneAuthentication.mutation.ts +0 -10
- package/src/graphql/mutations/sendUserPhoneVerification.mutation.ts +0 -11
- package/src/graphql/mutations/setUserOrgContextId.mutation.ts +0 -11
- package/src/graphql/mutations/setUserPassword.mutation.ts +0 -11
- package/src/graphql/mutations/sharingTicket.mutation.ts +0 -11
- package/src/graphql/mutations/sharingTicketStatusChange.mutation.ts +0 -11
- package/src/graphql/mutations/updateArtist.mutation.ts +0 -40
- package/src/graphql/mutations/updateBasicUserInfo.mutation.ts +0 -11
- package/src/graphql/mutations/updateContact.mutation.ts +0 -16
- package/src/graphql/mutations/updateEvent.mutation.ts +0 -98
- package/src/graphql/mutations/updateEventOrSeasonFee.mutation.ts +0 -28
- package/src/graphql/mutations/updateFee.mutation.ts +0 -25
- package/src/graphql/mutations/updateGuestOrder.mutation.ts +0 -11
- package/src/graphql/mutations/updateOrder.mutation.ts +0 -11
- package/src/graphql/mutations/updateOrgEmailWebhook.mutation.ts +0 -9
- package/src/graphql/mutations/updateOrganistion.mutation.ts +0 -10
- package/src/graphql/mutations/updateOrganization.mutation.ts +0 -19
- package/src/graphql/mutations/updateOrganizationFee.mutation.ts +0 -27
- package/src/graphql/mutations/updatePlatformFee.mutation.ts +0 -27
- package/src/graphql/mutations/updateSeason.mutation.ts +0 -78
- package/src/graphql/mutations/updateUserEmail.mutation.ts +0 -23
- package/src/graphql/mutations/updateUserInfo.mutation.ts +0 -15
- package/src/graphql/mutations/updateUserPhoneNumber.mutation.ts +0 -23
- package/src/graphql/mutations/updateUserPreferredLogIn.mutation.ts +0 -13
- package/src/graphql/mutations/updateVenue.mutation.ts +0 -32
- package/src/graphql/mutations/uploadFiles.mutation.ts +0 -14
- package/src/graphql/mutations/verifyUserEmail.mutation.ts +0 -11
- package/src/graphql/mutations/verifyUserPhoneAuthentication.mutation.ts +0 -18
- package/src/graphql/mutations/verifyUserPhoneNumber.mutation.ts +0 -11
- package/src/graphql/mutations/waitListReport.mutation.ts +0 -11
- package/src/graphql/queries/DuplicateUrlStubUniqueness.query.ts +0 -10
- package/src/graphql/queries/analytics.query.ts +0 -26
- package/src/graphql/queries/artist.query.ts +0 -40
- package/src/graphql/queries/artists.query.ts +0 -41
- package/src/graphql/queries/context.query.ts +0 -42
- package/src/graphql/queries/customerOrders.query.ts +0 -44
- package/src/graphql/queries/customerProfile.query.ts +0 -56
- package/src/graphql/queries/discountCodeVerify.query.ts +0 -21
- package/src/graphql/queries/event.query.ts +0 -98
- package/src/graphql/queries/eventCalenderOrganizations.query.ts +0 -16
- package/src/graphql/queries/eventFees.query.ts +0 -27
- package/src/graphql/queries/events.query.ts +0 -90
- package/src/graphql/queries/eventsAdminCalender.query.ts +0 -62
- package/src/graphql/queries/eventsListOptimized.query.ts +0 -58
- package/src/graphql/queries/fee.query.ts +0 -27
- package/src/graphql/queries/fees.query.ts +0 -27
- package/src/graphql/queries/getSharedTicketsByEmailPhoneNumber.query.ts +0 -30
- package/src/graphql/queries/getTicketSharing.query.ts +0 -12
- package/src/graphql/queries/isDeletebleOrganization.ts +0 -9
- package/src/graphql/queries/isSuperUser.query.ts +0 -9
- package/src/graphql/queries/listStripeTerminalReaders.query.ts +0 -17
- package/src/graphql/queries/notifiyEvent.ts +0 -10
- package/src/graphql/queries/order.query.ts +0 -218
- package/src/graphql/queries/orders.query.ts +0 -149
- package/src/graphql/queries/ordersTableOptimized.query.ts +0 -80
- package/src/graphql/queries/organizationFees.query.ts +0 -28
- package/src/graphql/queries/organizations.query.ts +0 -50
- package/src/graphql/queries/platformFees.query.ts +0 -28
- package/src/graphql/queries/platformSettings.query.ts +0 -13
- package/src/graphql/queries/profile.query.ts +0 -99
- package/src/graphql/queries/profiles.query.ts +0 -29
- package/src/graphql/queries/promoCodeVerify.query.ts +0 -59
- package/src/graphql/queries/publicEvent.query.ts +0 -79
- package/src/graphql/queries/publicSeason.query.ts +0 -83
- package/src/graphql/queries/role.query.ts +0 -28
- package/src/graphql/queries/roles.query.ts +0 -28
- package/src/graphql/queries/season.query.ts +0 -78
- package/src/graphql/queries/seasonFees.query.ts +0 -28
- package/src/graphql/queries/seasons.query.ts +0 -77
- package/src/graphql/queries/seasonsDropdown.query.ts +0 -19
- package/src/graphql/queries/seating.query.ts +0 -16
- package/src/graphql/queries/seatingKeys.query.ts +0 -11
- package/src/graphql/queries/stripeCardDetail.query.ts +0 -18
- package/src/graphql/queries/superAdminAllCustomer.query.ts +0 -23
- package/src/graphql/queries/ticketRestriction.query.ts +0 -17
- package/src/graphql/queries/userExists.query.ts +0 -33
- package/src/graphql/queries/userProfile.query.ts +0 -30
- package/src/graphql/queries/userProfilesAdmin.query.ts +0 -55
- package/src/graphql/queries/userRoles.query.ts +0 -30
- package/src/graphql/queries/venue.query.ts +0 -33
- package/src/graphql/queries/venues.query.ts +0 -34
- package/src/graphql/queries/waitList.query.ts +0 -98
- package/src/graphql/queries/webFlowSites.query.ts +0 -20
- package/src/graphql/queries/webflow.query.ts +0 -38
- package/src/interfaces/IAddress.ts +0 -14
- package/src/interfaces/IAnalytics.ts +0 -156
- package/src/interfaces/IApiKey.ts +0 -8
- package/src/interfaces/IArtist.ts +0 -21
- package/src/interfaces/IArtistContact.ts +0 -8
- package/src/interfaces/IArtistPressKit.ts +0 -9
- package/src/interfaces/IBillingAddress.ts +0 -8
- package/src/interfaces/IContact.ts +0 -9
- package/src/interfaces/ICreateOrderParams.ts +0 -72
- package/src/interfaces/IEmailHolders.ts +0 -5
- package/src/interfaces/IEmailTicketHolder.ts +0 -10
- package/src/interfaces/IEvent.ts +0 -139
- package/src/interfaces/IEventCustomField.ts +0 -14
- package/src/interfaces/IEventPosterUrl.ts +0 -5
- package/src/interfaces/IEventPromotion.ts +0 -37
- package/src/interfaces/IEventQuery.ts +0 -28
- package/src/interfaces/IEventSchedule.ts +0 -7
- package/src/interfaces/IEventUpgrade.ts +0 -23
- package/src/interfaces/IFee.ts +0 -61
- package/src/interfaces/IFile.ts +0 -7
- package/src/interfaces/IOrder.ts +0 -91
- package/src/interfaces/IOrderCustomField.ts +0 -8
- package/src/interfaces/IOrderIntegration.ts +0 -5
- package/src/interfaces/IOrderIntegrationResponse.ts +0 -9
- package/src/interfaces/IOrderQuery.ts +0 -18
- package/src/interfaces/IOrderShareEnum.ts +0 -13
- package/src/interfaces/IOrderShareTimestamp.ts +0 -6
- package/src/interfaces/IOrderState.ts +0 -25
- package/src/interfaces/IOrderSummary.ts +0 -45
- package/src/interfaces/IOrderTicket.ts +0 -27
- package/src/interfaces/IOrderType.ts +0 -7
- package/src/interfaces/IOrderUpgrade.ts +0 -18
- package/src/interfaces/IOrganization.ts +0 -35
- package/src/interfaces/IPagination.ts +0 -21
- package/src/interfaces/IPayment.ts +0 -19
- package/src/interfaces/IPerformance.ts +0 -20
- package/src/interfaces/IProcessingFees.ts +0 -6
- package/src/interfaces/IQuery.ts +0 -30
- package/src/interfaces/IRefund.ts +0 -7
- package/src/interfaces/IRefundModal.ts +0 -9
- package/src/interfaces/IRole.ts +0 -37
- package/src/interfaces/ISalesReport.ts +0 -18
- package/src/interfaces/IScan.ts +0 -7
- package/src/interfaces/ISearchDropdownItem.ts +0 -5
- package/src/interfaces/ISeason.ts +0 -92
- package/src/interfaces/ISeasonCustomField.ts +0 -14
- package/src/interfaces/ISeasonPosterUrl.ts +0 -5
- package/src/interfaces/ISeasonQuery.ts +0 -25
- package/src/interfaces/ISeasonUpgrade.ts +0 -16
- package/src/interfaces/ISeating.ts +0 -9
- package/src/interfaces/ISocialAccountLink.ts +0 -14
- package/src/interfaces/IStripeCustomer.ts +0 -7
- package/src/interfaces/IStripePaymentMethod.ts +0 -10
- package/src/interfaces/IStripeTerminalReader.ts +0 -9
- package/src/interfaces/ITask.ts +0 -33
- package/src/interfaces/ITeiMemberInfo.ts +0 -6
- package/src/interfaces/ITicketExchange.ts +0 -11
- package/src/interfaces/ITicketHold.ts +0 -12
- package/src/interfaces/ITicketTier.ts +0 -10
- package/src/interfaces/ITicketType.ts +0 -26
- package/src/interfaces/IUser.ts +0 -30
- package/src/interfaces/IUserProfile.ts +0 -62
- package/src/interfaces/IVenue.ts +0 -14
- package/src/interfaces/IWebFlow.ts +0 -55
- package/src/proto/email.proto +0 -450
- package/src/proto/event.proto +0 -826
- package/src/proto/order.proto +0 -901
- package/src/proto/plivo.proto +0 -31
- package/src/proto/season.proto +0 -212
- package/src/proto/stripe.proto +0 -436
- package/src/proto/task.proto +0 -82
- package/src/schemas/Artist.ts +0 -118
- package/src/schemas/Event.ts +0 -657
- package/src/schemas/Fee.ts +0 -88
- package/src/schemas/Order.ts +0 -668
- package/src/schemas/Organization.ts +0 -126
- package/src/schemas/Role.ts +0 -37
- package/src/schemas/Season.ts +0 -526
- package/src/schemas/Seating.ts +0 -34
- package/src/schemas/User.ts +0 -114
- package/src/schemas/UserProfile.ts +0 -122
- package/src/schemas/Venue.ts +0 -51
- package/src/schemas/WebFlow.ts +0 -132
- package/src/utils/AnalyticsUtil.ts +0 -1139
- package/src/utils/EventUtil.ts +0 -983
- package/src/utils/FeeUtil.ts +0 -79
- package/src/utils/OrderUtil.ts +0 -425
- package/src/utils/PaymentUtil.ts +0 -841
- package/src/utils/SaveLogsToFile.ts +0 -13
- package/src/utils/SeasonUtil.ts +0 -497
- package/src/utils/TierUtil.ts +0 -76
- package/src/utils/fee-util-broken-but-why +0 -36
- package/tsconfig.json +0 -29
- package/tslint.json +0 -21
- /package/{src/proto → proto}/web-flow.proto +0 -0
- /package/{src/utils → utils}/WebFlowUtil.ts +0 -0
package/src/proto/order.proto
DELETED
|
@@ -1,901 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "error.proto";
|
|
4
|
-
import "common.proto";
|
|
5
|
-
|
|
6
|
-
/****************************************************************************************
|
|
7
|
-
Order Models
|
|
8
|
-
****************************************************************************************/
|
|
9
|
-
|
|
10
|
-
message Order {
|
|
11
|
-
string _id = 0;
|
|
12
|
-
string orgId = 1;
|
|
13
|
-
string userId = 2;
|
|
14
|
-
string eventId = 3;
|
|
15
|
-
string eventName = 4;
|
|
16
|
-
repeated string venueIds = 5;
|
|
17
|
-
repeated string artistIds = 6;
|
|
18
|
-
repeated string feeIds = 7;
|
|
19
|
-
int32 createdAt = 8;
|
|
20
|
-
string stripeChargeId = 9;
|
|
21
|
-
repeated OrderTicket tickets = 10;
|
|
22
|
-
repeated OrderUpgrade upgrades = 11;
|
|
23
|
-
repeated string recipientEmails = 12;
|
|
24
|
-
string qrCodeUrl = 13;
|
|
25
|
-
string state = 14;
|
|
26
|
-
int32 refundedAmount = 15;
|
|
27
|
-
string type = 16;
|
|
28
|
-
string channel = 17;
|
|
29
|
-
string createdBy = 18;
|
|
30
|
-
string promotionCode = 19;
|
|
31
|
-
string ipAddress = 20;
|
|
32
|
-
Address address = 21;
|
|
33
|
-
repeated OrderCustomField customFields = 22;
|
|
34
|
-
string refundReason = 23;
|
|
35
|
-
repeated Payment payments = 24;
|
|
36
|
-
ProcessingFees processingFee = 25;
|
|
37
|
-
float tax = 26;
|
|
38
|
-
string seasonId = 27;
|
|
39
|
-
bool hidden = 28;
|
|
40
|
-
bool printed = 29;
|
|
41
|
-
string parentSeasonOrderId = 30;
|
|
42
|
-
repeated orderFees fees = 31;
|
|
43
|
-
ProcessingFees promoterFee = 32;
|
|
44
|
-
string email = 33;
|
|
45
|
-
string discountCode = 34;
|
|
46
|
-
int32 discountAmount = 35;
|
|
47
|
-
repeated OrderIntegrationResponse orderIntegrationResponse = 36;
|
|
48
|
-
string parentOrderId = 37;
|
|
49
|
-
repeated SharingOrderInfo sharing = 38;
|
|
50
|
-
ParentOrderDetails parentOrderDetails = 39;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
message ParentOrderDetails {
|
|
54
|
-
string email = 0;
|
|
55
|
-
string phoneNumber = 1;
|
|
56
|
-
string eventName = 2;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
message OrderIntegrationResponse {
|
|
60
|
-
bool success = 0;
|
|
61
|
-
string title = 1;
|
|
62
|
-
string message = 2;
|
|
63
|
-
string statusCode = 3;
|
|
64
|
-
string actionType = 4;
|
|
65
|
-
int32 createdAt = 5;
|
|
66
|
-
string orderType = 6;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
message ProcessingFees {
|
|
70
|
-
Refund refund = 0;
|
|
71
|
-
int32 amount = 1;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
message OrderTicket {
|
|
75
|
-
string _id = 0;
|
|
76
|
-
string name = 1;
|
|
77
|
-
string ticketTypeId = 2;
|
|
78
|
-
string ticketTierId = 3;
|
|
79
|
-
int32 price = 4;
|
|
80
|
-
bool rollFees = 5;
|
|
81
|
-
string paymentId = 6;
|
|
82
|
-
string seat = 7;
|
|
83
|
-
Refund refund = 8;
|
|
84
|
-
repeated Scan scan = 9;
|
|
85
|
-
string state = 10;
|
|
86
|
-
string qrCodeUrl = 11;
|
|
87
|
-
string values=12;
|
|
88
|
-
string description = 13;
|
|
89
|
-
repeated string dayIds = 14;
|
|
90
|
-
string teiMemberId = 15;
|
|
91
|
-
bool isMemberIdValid = 16;
|
|
92
|
-
TeiMemberInfoParams teiMemberInfo = 17;
|
|
93
|
-
bool guestTicket = 18;
|
|
94
|
-
int32 origionalPrice = 19;
|
|
95
|
-
bool isTicketSharing = 20;
|
|
96
|
-
string parentTicketId = 21;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
message orderFees {
|
|
100
|
-
string _id = 0;
|
|
101
|
-
string name = 1;
|
|
102
|
-
string orgId = 2;
|
|
103
|
-
string eventId = 3;
|
|
104
|
-
string type = 4;
|
|
105
|
-
double value = 5;
|
|
106
|
-
string appliedTo = 6;
|
|
107
|
-
string appliedBy = 7;
|
|
108
|
-
int32 minAppliedToPrice = 8;
|
|
109
|
-
int32 maxAppliedToPrice = 9;
|
|
110
|
-
repeated string filters = 10;
|
|
111
|
-
string createdBy = 11;
|
|
112
|
-
int32 createdAt = 12;
|
|
113
|
-
string updatedBy = 13;
|
|
114
|
-
int32 updatedAt = 14;
|
|
115
|
-
bool disabled = 15;
|
|
116
|
-
string seasonId = 16;
|
|
117
|
-
string amount = 17;
|
|
118
|
-
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
message TeiMemberInfoParams {
|
|
122
|
-
string firstName = 0;
|
|
123
|
-
string lastName = 1;
|
|
124
|
-
string email = 2;
|
|
125
|
-
string phoneNumber = 3;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
message OrderUpgrade {
|
|
129
|
-
string _id = 0;
|
|
130
|
-
string name = 1;
|
|
131
|
-
string upgradeId = 2;
|
|
132
|
-
int32 price = 3;
|
|
133
|
-
bool rollFees = 4;
|
|
134
|
-
string paymentId = 5;
|
|
135
|
-
Refund refund = 6;
|
|
136
|
-
Scan scan = 7;
|
|
137
|
-
string state = 8;
|
|
138
|
-
string qrCodeUrl = 9;
|
|
139
|
-
string values = 10;
|
|
140
|
-
bool isAddOnsSharing = 11;
|
|
141
|
-
string parentUpgradeId = 12;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
message Scan {
|
|
145
|
-
bool scanned = 0;
|
|
146
|
-
int32 scannedAt = 1;
|
|
147
|
-
string scannedBy = 2;
|
|
148
|
-
int32 startsAt = 3;
|
|
149
|
-
string scannerName = 4;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
message Refund {
|
|
153
|
-
bool refunded = 0;
|
|
154
|
-
int32 refundedAt = 1;
|
|
155
|
-
string refundedBy = 2;
|
|
156
|
-
int32 refundedAmount = 3;
|
|
157
|
-
string refundReason =4;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
message OrderCustomField {
|
|
161
|
-
string _id = 0;
|
|
162
|
-
string label = 1;
|
|
163
|
-
string value = 2;
|
|
164
|
-
string customFieldId = 3;
|
|
165
|
-
string type = 4;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
message Payment {
|
|
169
|
-
string _id = 0;
|
|
170
|
-
string paymentIntentId = 1;
|
|
171
|
-
int32 amount = 2;
|
|
172
|
-
int32 transferAmount = 3;
|
|
173
|
-
int32 feeAmount = 4;
|
|
174
|
-
repeated string feeIds = 5;
|
|
175
|
-
int32 createdAt = 6;
|
|
176
|
-
string createdBy = 7;
|
|
177
|
-
string promotionCode = 8;
|
|
178
|
-
string paymentMethodType = 9;
|
|
179
|
-
int32 tax = 10;
|
|
180
|
-
string discountCode = 11;
|
|
181
|
-
int32 discount = 12;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
/****************************************************************************************
|
|
185
|
-
Create Order
|
|
186
|
-
****************************************************************************************/
|
|
187
|
-
|
|
188
|
-
message CreateOrderParams {
|
|
189
|
-
string userId = 0;
|
|
190
|
-
string orgId = 1;
|
|
191
|
-
string eventId = 2;
|
|
192
|
-
repeated CreateOrderTicketParams tickets = 3;
|
|
193
|
-
repeated CreateOrderUpgradeParams upgrades = 4;
|
|
194
|
-
string type = 5;
|
|
195
|
-
string channel = 6;
|
|
196
|
-
string promotionCode = 7;
|
|
197
|
-
repeated OrderCustomField customFields = 8;
|
|
198
|
-
string paymentMethodType = 9;
|
|
199
|
-
string paymentIntentId = 10;
|
|
200
|
-
string holdToken = 11;
|
|
201
|
-
string ipAddress = 12;
|
|
202
|
-
bool hidden = 13;
|
|
203
|
-
string parentSeasonOrderId = 14;
|
|
204
|
-
string discountCode = 15;
|
|
205
|
-
int32 discountAmount = 16;
|
|
206
|
-
bool isShareOrder = 17;
|
|
207
|
-
string parentOrderId =18;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
message CreateSeasonOrderParams {
|
|
212
|
-
string userId = 0;
|
|
213
|
-
string orgId = 1;
|
|
214
|
-
string seasonId = 2;
|
|
215
|
-
repeated CreateOrderTicketParams tickets = 3;
|
|
216
|
-
repeated CreateOrderUpgradeParams upgrades = 4;
|
|
217
|
-
string type = 5;
|
|
218
|
-
string channel = 6;
|
|
219
|
-
string promotionCode = 7;
|
|
220
|
-
repeated OrderCustomField customFields = 8;
|
|
221
|
-
string paymentMethodType = 9;
|
|
222
|
-
string paymentIntentId = 10;
|
|
223
|
-
string holdToken = 11;
|
|
224
|
-
string ipAddress = 12;
|
|
225
|
-
// repeated string eventIds = 13;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
message CreateOrderTicketParams {
|
|
229
|
-
string name = 0;
|
|
230
|
-
string ticketTypeId = 1;
|
|
231
|
-
string ticketTierId = 2;
|
|
232
|
-
int32 price = 3;
|
|
233
|
-
bool rollFees = 4;
|
|
234
|
-
string seat = 5;
|
|
235
|
-
string values = 6;
|
|
236
|
-
string description = 7;
|
|
237
|
-
string type = 8;
|
|
238
|
-
repeated string dayIds = 9;
|
|
239
|
-
string teiMemberId = 10;
|
|
240
|
-
bool isMemberIdValid = 11;
|
|
241
|
-
TeiMemberInfoParams teiMemberInfo = 12;
|
|
242
|
-
bool guestTicket = 13;
|
|
243
|
-
int32 origionalPrice = 14;
|
|
244
|
-
bool isTicketSharing = 15;
|
|
245
|
-
string parentTicketId = 16;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
message CreateOrderUpgradeParams {
|
|
249
|
-
string name = 0;
|
|
250
|
-
string upgradeId = 1;
|
|
251
|
-
int32 price = 2;
|
|
252
|
-
bool rollFees = 3;
|
|
253
|
-
bool isAddOnsSharing = 4;
|
|
254
|
-
string parentUpgradeId = 5;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
message CreateOrderRequest {
|
|
258
|
-
string spanContext = 0;
|
|
259
|
-
string requestorId = 1;
|
|
260
|
-
CreateOrderParams params = 2;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
message CreateOrderResponse {
|
|
264
|
-
StatusCode status = 1;
|
|
265
|
-
repeated Error errors = 2;
|
|
266
|
-
Order order = 3;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
message CreateSeasonOrderRequest {
|
|
272
|
-
string spanContext = 0;
|
|
273
|
-
string requestorId = 1;
|
|
274
|
-
CreateSeasonOrderParams params = 2;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
message CreateSeasonOrderResponse {
|
|
278
|
-
StatusCode status = 1;
|
|
279
|
-
repeated Error errors = 2;
|
|
280
|
-
Order order = 3;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
/****************************************************************************************
|
|
284
|
-
Create Order Payment Intent
|
|
285
|
-
****************************************************************************************/
|
|
286
|
-
|
|
287
|
-
message CreateOrderPaymentIntentParams {
|
|
288
|
-
string userId = 0;
|
|
289
|
-
string orgId = 1;
|
|
290
|
-
string eventId = 2;
|
|
291
|
-
repeated CreateOrderTicketParams tickets = 3;
|
|
292
|
-
repeated CreateOrderUpgradeParams upgrades = 4;
|
|
293
|
-
string promotionCode = 5;
|
|
294
|
-
string paymentMethodType = 6;
|
|
295
|
-
string paymentMethodId = 7;
|
|
296
|
-
string stalePaymentIntentId = 8;
|
|
297
|
-
string channel = 9;
|
|
298
|
-
string discountCode = 10;
|
|
299
|
-
int32 discount = 11;
|
|
300
|
-
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
message CreateOrderPaymentIntentRequest {
|
|
304
|
-
string spanContext = 0;
|
|
305
|
-
string requestorId = 1;
|
|
306
|
-
CreateOrderPaymentIntentParams params = 2;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
message CreateSeasonOrderPaymentIntentRequest {
|
|
311
|
-
string spanContext = 0;
|
|
312
|
-
string requestorId = 1;
|
|
313
|
-
CreateSeasonOrderPaymentIntentParams params = 2;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
message CreateSeasonOrderPaymentIntentParams {
|
|
317
|
-
string userId = 0;
|
|
318
|
-
string orgId = 1;
|
|
319
|
-
string seasonId = 2;
|
|
320
|
-
repeated CreateOrderTicketParams tickets = 3;
|
|
321
|
-
repeated CreateOrderUpgradeParams upgrades = 4;
|
|
322
|
-
string promotionCode = 5;
|
|
323
|
-
string paymentMethodType = 6;
|
|
324
|
-
string paymentMethodId = 7;
|
|
325
|
-
string stalePaymentIntentId = 8;
|
|
326
|
-
string channel = 9;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
message CreateOrderPaymentIntentResponse {
|
|
330
|
-
StatusCode status = 1;
|
|
331
|
-
repeated Error errors = 2;
|
|
332
|
-
string paymentIntentId = 3;
|
|
333
|
-
string clientSecret = 4;
|
|
334
|
-
string ephemeralKey = 5;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
/****************************************************************************************
|
|
338
|
-
Refund Order
|
|
339
|
-
****************************************************************************************/
|
|
340
|
-
|
|
341
|
-
message RefundOrderRequest {
|
|
342
|
-
string spanContext = 0;
|
|
343
|
-
string orgId = 1;
|
|
344
|
-
string orderId = 2;
|
|
345
|
-
int32 refundAmount = 3;
|
|
346
|
-
repeated string ticketIds = 4;
|
|
347
|
-
repeated string upgradeIds = 5;
|
|
348
|
-
string refundedBy = 6;
|
|
349
|
-
string refundReason = 7;
|
|
350
|
-
bool processingFee = 8;
|
|
351
|
-
string eventType = 9;
|
|
352
|
-
bool promoterFee = 10;
|
|
353
|
-
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
message RefundOrderResponse {
|
|
357
|
-
StatusCode status = 1;
|
|
358
|
-
repeated Error errors = 2;
|
|
359
|
-
Order order = 3;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
message RefundEventOrdersRequest {
|
|
363
|
-
string spanContext = 0;
|
|
364
|
-
string orgId = 1;
|
|
365
|
-
string eventId = 2;
|
|
366
|
-
string refundedBy = 3;
|
|
367
|
-
bool dryRun = 4;
|
|
368
|
-
string refundReason = 5;
|
|
369
|
-
string eventType = 6;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
message RefundEventOrdersResponse {
|
|
373
|
-
StatusCode status = 0;
|
|
374
|
-
repeated Error errors = 1;
|
|
375
|
-
bool allRefunded = 2;
|
|
376
|
-
int32 refundCount = 3;
|
|
377
|
-
int32 refundAmount = 4;
|
|
378
|
-
int32 feeAmount = 5;
|
|
379
|
-
bool dryRun = 6;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
/****************************************************************************************
|
|
383
|
-
Cancel Order
|
|
384
|
-
****************************************************************************************/
|
|
385
|
-
|
|
386
|
-
message CancelOrderRequest {
|
|
387
|
-
string spanContext = 0;
|
|
388
|
-
string orgId = 1;
|
|
389
|
-
string orderId = 2;
|
|
390
|
-
repeated string ticketIds = 3;
|
|
391
|
-
repeated string upgradeIds = 4;
|
|
392
|
-
string cancelReason = 5;
|
|
393
|
-
string eventType = 6;
|
|
394
|
-
string requestorId = 7;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
message CancelOrderResponse {
|
|
398
|
-
StatusCode status = 1;
|
|
399
|
-
repeated Error errors = 2;
|
|
400
|
-
Order order = 3;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
/****************************************************************************************
|
|
404
|
-
Update Order
|
|
405
|
-
****************************************************************************************/
|
|
406
|
-
message UpdateOrderParams {
|
|
407
|
-
string orderId = 0;
|
|
408
|
-
string ticketId = 1;
|
|
409
|
-
bool scan = 2;
|
|
410
|
-
string email = 3;
|
|
411
|
-
string upgradeId = 4;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
message UpdateOrderRequest {
|
|
416
|
-
string spanContext = 0;
|
|
417
|
-
UpdateOrderParams params = 1;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
message SharingOrderRequest {
|
|
421
|
-
string spanContext = 0;
|
|
422
|
-
SharingOrder params = 1;
|
|
423
|
-
string requestorId = 2;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
message CancelOfferedRequest {
|
|
427
|
-
string spanContext = 0;
|
|
428
|
-
string orderId = 1;
|
|
429
|
-
string requestorId = 2;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
message SharingTicketStatusChangeRequest {
|
|
433
|
-
string spanContext = 0;
|
|
434
|
-
string requestorId = 1;
|
|
435
|
-
string sharingId = 2;
|
|
436
|
-
string orderId = 3;
|
|
437
|
-
string status = 4;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
message SharingTicketStatusChangeResponse {
|
|
441
|
-
StatusCode status = 0;
|
|
442
|
-
repeated Error errors = 1;
|
|
443
|
-
Order order = 2;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
message SharingOrder {
|
|
447
|
-
string email = 0;
|
|
448
|
-
string phoneNumber = 1;
|
|
449
|
-
repeated string tickets = 2;
|
|
450
|
-
repeated string upgrades = 3;
|
|
451
|
-
string orderId = 4;
|
|
452
|
-
string eventName = 5;
|
|
453
|
-
string userId = 6;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
message UpdateGuestOrderParams {
|
|
457
|
-
string orderId = 0;
|
|
458
|
-
string email = 1;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
message UpdateGuestOrderRequest {
|
|
463
|
-
string spanContext = 0;
|
|
464
|
-
UpdateGuestOrderParams params = 1;
|
|
465
|
-
string requestorId = 2;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
message UpdateOrderResponse {
|
|
469
|
-
StatusCode status = 1;
|
|
470
|
-
repeated Error errors = 2;
|
|
471
|
-
Order order = 3;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
message OrderIntegrationUpdateRequest {
|
|
476
|
-
string spanContext = 0;
|
|
477
|
-
string orderId = 1;
|
|
478
|
-
string orderIntegrationId = 2;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
message OrderIntegrationUpdateResponse {
|
|
482
|
-
StatusCode status = 0;
|
|
483
|
-
repeated Error errors = 1;
|
|
484
|
-
Order order = 2;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
message EmailTicketHolderRequest {
|
|
488
|
-
string spanContext = 0;
|
|
489
|
-
string body = 1;
|
|
490
|
-
string subject = 2;
|
|
491
|
-
string eventId =3;
|
|
492
|
-
string userId = 4;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
message EmailTicketHolderResponse {
|
|
496
|
-
StatusCode status = 0;
|
|
497
|
-
repeated Error errors = 1;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
/****************************************************************************************
|
|
501
|
-
QR Code
|
|
502
|
-
****************************************************************************************/
|
|
503
|
-
|
|
504
|
-
// TODO add orgId to these requests
|
|
505
|
-
|
|
506
|
-
message SendOrderReceiptEmailRequest {
|
|
507
|
-
string spanContext = 0;
|
|
508
|
-
string orderId = 1;
|
|
509
|
-
string requestorId = 2;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
message SendOrderReceiptEmailResponse {
|
|
513
|
-
StatusCode status = 0;
|
|
514
|
-
repeated Error errors = 1;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
message SendOrderQRCodeEmailRequest {
|
|
518
|
-
string spanContext = 0;
|
|
519
|
-
string orderId = 1;
|
|
520
|
-
string requestorId = 2;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
message SendOrderQRCodeEmailResponse {
|
|
524
|
-
StatusCode status = 0;
|
|
525
|
-
repeated Error errors = 1;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
message SendOrderRefundEmailRequest {
|
|
529
|
-
string spanContext = 0;
|
|
530
|
-
string orderId = 1;
|
|
531
|
-
repeated string ticketIds = 2;
|
|
532
|
-
repeated string upgradeIds = 3;
|
|
533
|
-
bool processingFee = 4;
|
|
534
|
-
bool promoterFee = 5;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
message SendOrderRefundEmailResponse {
|
|
538
|
-
StatusCode status = 0;
|
|
539
|
-
repeated Error errors = 1;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
message ScanOrderRequest {
|
|
543
|
-
string spanContext = 0;
|
|
544
|
-
string orderId = 1;
|
|
545
|
-
repeated string ticketIds = 2;
|
|
546
|
-
repeated string upgradeIds = 3;
|
|
547
|
-
string scannedBy = 4;
|
|
548
|
-
string orgId = 5;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
message ScanOrderResponse {
|
|
552
|
-
StatusCode status = 0;
|
|
553
|
-
repeated Error errors = 1;
|
|
554
|
-
Order order = 2;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
/****************************************************************************************
|
|
558
|
-
Order Report
|
|
559
|
-
****************************************************************************************/
|
|
560
|
-
|
|
561
|
-
message GenerateOrderReportRequest {
|
|
562
|
-
string spanContext = 0;
|
|
563
|
-
string orgId = 1;
|
|
564
|
-
OrderQuery query = 2;
|
|
565
|
-
string userId = 3;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
message GenerateOrderReportResponse {
|
|
569
|
-
StatusCode status = 0;
|
|
570
|
-
repeated Error errors = 1;
|
|
571
|
-
string url = 2;
|
|
572
|
-
string message = 3;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
/****************************************************************************************
|
|
576
|
-
Find Order
|
|
577
|
-
****************************************************************************************/
|
|
578
|
-
|
|
579
|
-
message OrderQuery {
|
|
580
|
-
repeated string orderIds = 0;
|
|
581
|
-
repeated string eventIds = 1;
|
|
582
|
-
repeated string venueIds = 2;
|
|
583
|
-
repeated string artistIds = 3;
|
|
584
|
-
repeated string userIds = 4;
|
|
585
|
-
repeated string states = 5;
|
|
586
|
-
repeated string types = 6;
|
|
587
|
-
string userQuery = 7;
|
|
588
|
-
int32 startDate = 8;
|
|
589
|
-
int32 endDate = 9;
|
|
590
|
-
bool any = 10;
|
|
591
|
-
repeated string seasonIds = 11;
|
|
592
|
-
bool isMyTicketScreen = 12;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
message QueryOrdersRequest {
|
|
596
|
-
string spanContext = 0;
|
|
597
|
-
string orgId = 1;
|
|
598
|
-
OrderQuery query = 2;
|
|
599
|
-
Pagination pagination = 3;
|
|
600
|
-
string userId = 4;
|
|
601
|
-
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
message QueryOrdersResponse {
|
|
605
|
-
StatusCode status = 1;
|
|
606
|
-
repeated Error errors = 2;
|
|
607
|
-
repeated Order orders = 3;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
message FindOrderByIdRequest {
|
|
612
|
-
string spanContext = 0;
|
|
613
|
-
string orderId = 1;
|
|
614
|
-
string orgId = 2;
|
|
615
|
-
bool isAppTicketScan = 3;
|
|
616
|
-
string eventId = 4;
|
|
617
|
-
bool getScannerName = 5;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
message FindOrderByEventIdRequest{
|
|
621
|
-
string spanContext = 0;
|
|
622
|
-
string eventId = 1;
|
|
623
|
-
int32 ticketSold = 2;
|
|
624
|
-
int32 ticketScanned = 3;
|
|
625
|
-
int32 ticketUnscanned = 4;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
message FindOrderByEventIdResponse{
|
|
629
|
-
StatusCode status = 0;
|
|
630
|
-
repeated Error errors = 1;
|
|
631
|
-
string eventId = 2;
|
|
632
|
-
int32 ticketSold = 3;
|
|
633
|
-
int32 ticketScanned = 4;
|
|
634
|
-
int32 ticketUnscanned = 5;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
message FindEventOrderCountResponse{
|
|
638
|
-
StatusCode status = 0;
|
|
639
|
-
repeated Error errors = 1;
|
|
640
|
-
int32 eventOrderCount = 2;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
message FindOrderByFeeIdRequest {
|
|
646
|
-
string spanContext = 0;
|
|
647
|
-
string feeId = 1;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
message FindOrderByIdResponse {
|
|
651
|
-
StatusCode status = 0;
|
|
652
|
-
repeated Error errors = 1;
|
|
653
|
-
Order order = 2;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
message FindOrderByEmailRequest {
|
|
657
|
-
string spanContext = 0;
|
|
658
|
-
string email = 1;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
message FindOrderByEmailResponse {
|
|
662
|
-
StatusCode status = 0;
|
|
663
|
-
repeated Error errors = 1;
|
|
664
|
-
Order order = 2;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
/****************************************************************************************
|
|
668
|
-
Query Order Analytics
|
|
669
|
-
****************************************************************************************/
|
|
670
|
-
|
|
671
|
-
message OrderAnalyticsQuery {
|
|
672
|
-
string eventId = 0;
|
|
673
|
-
string venueId = 1;
|
|
674
|
-
string artistId = 2;
|
|
675
|
-
string userId = 3;
|
|
676
|
-
int32 startDate = 4;
|
|
677
|
-
int32 endDate = 5;
|
|
678
|
-
string interval = 6;
|
|
679
|
-
repeated string types = 7;
|
|
680
|
-
string seasonId = 8;
|
|
681
|
-
bool isEventCalendar = 9;
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
message QueryOrderAnalyticsRequest {
|
|
685
|
-
string spanContext = 0;
|
|
686
|
-
string orgId = 1;
|
|
687
|
-
OrderAnalyticsQuery query = 2;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
message QueryOrderAnalyticsResponse {
|
|
691
|
-
StatusCode status = 0;
|
|
692
|
-
repeated Error errors = 1;
|
|
693
|
-
repeated Analytics analytics = 2;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
/****************************************************************************************
|
|
697
|
-
Break Apart Order
|
|
698
|
-
****************************************************************************************/
|
|
699
|
-
|
|
700
|
-
message BreakApartOrderRequest {
|
|
701
|
-
string spanContext = 0;
|
|
702
|
-
string orderId = 1;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
message BreakApartOrderResponse {
|
|
706
|
-
StatusCode status = 0;
|
|
707
|
-
repeated Error errors = 1;
|
|
708
|
-
Order order = 2;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
message MultipleBreakApartOrderRequest {
|
|
712
|
-
string spanContext = 0;
|
|
713
|
-
repeated string orderId = 1;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
message MultipleBreakApartOrderResponse {
|
|
717
|
-
StatusCode status = 0;
|
|
718
|
-
repeated Error errors = 1;
|
|
719
|
-
repeated Order order = 2;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
message BreakApartSeasonOrderResponse {
|
|
723
|
-
StatusCode status = 0;
|
|
724
|
-
repeated Error errors = 1;
|
|
725
|
-
repeated Order order = 2;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
message OrdersChargeUpdateRequest {
|
|
729
|
-
string spanContext = 0;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
message OrdersChargeUpdateResponse {
|
|
733
|
-
StatusCode status = 0;
|
|
734
|
-
repeated Error errors = 1;
|
|
735
|
-
string message = 2;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
message TicketRestrictionRequest{
|
|
739
|
-
string spanContext = 0;
|
|
740
|
-
MemberIdQuery query = 1;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
message MemberIdQuery {
|
|
745
|
-
string eventId = 0;
|
|
746
|
-
string seasonId = 1;
|
|
747
|
-
repeated string teiMemberId = 2;
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
message TicketRestrictionResponse{
|
|
751
|
-
string eventId = 0;
|
|
752
|
-
string seasonId = 1;
|
|
753
|
-
repeated string teiMemberId = 2;
|
|
754
|
-
repeated string invalidTeiMemberIds = 3;
|
|
755
|
-
StatusCode status = 4;
|
|
756
|
-
repeated GuestTicketCounts guestTicketCounts = 5;
|
|
757
|
-
}
|
|
758
|
-
message GuestTicketCounts {
|
|
759
|
-
string teiMemberId = 0;
|
|
760
|
-
int32 count = 1;
|
|
761
|
-
bool inValid = 2;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
message GetPromoUsedRequest {
|
|
765
|
-
string spanContext = 0;
|
|
766
|
-
string promoCode = 1;
|
|
767
|
-
string userId = 2;
|
|
768
|
-
string eventId = 3;
|
|
769
|
-
string seasonId = 4;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
message GetPromoUsedResponse {
|
|
773
|
-
StatusCode status = 0;
|
|
774
|
-
repeated Error errors = 1;
|
|
775
|
-
int32 count = 2;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
message GetSharingticketsRequest {
|
|
779
|
-
StatusCode status = 0;
|
|
780
|
-
repeated Error errors = 1;
|
|
781
|
-
string message = 2;
|
|
782
|
-
string sharingId = 3;
|
|
783
|
-
string orderId = 4;
|
|
784
|
-
string spanContext = 5;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
message GetSharingticketsResponse {
|
|
788
|
-
StatusCode status = 0;
|
|
789
|
-
repeated Error errors = 1;
|
|
790
|
-
string email = 2;
|
|
791
|
-
string phoneNumber = 3;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
message GetSharedTicketsByEmailPhoneNumberRequest {
|
|
797
|
-
StatusCode status = 0;
|
|
798
|
-
repeated Error errors = 1;
|
|
799
|
-
string spanContext = 2;
|
|
800
|
-
string email = 3;
|
|
801
|
-
string phoneNumber = 4;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
message GetSharedTicketsByEmailPhoneNumberResponse {
|
|
805
|
-
StatusCode status = 0;
|
|
806
|
-
repeated Error errors = 1;
|
|
807
|
-
SharingOrderData sharingData = 2;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
message SharingOrderData {
|
|
811
|
-
SharingOrderInfo sharing = 0;
|
|
812
|
-
repeated OrderTicket tickets = 1;
|
|
813
|
-
repeated OrderUpgrade upgrades = 2;
|
|
814
|
-
string firstName = 3;
|
|
815
|
-
string lastName = 4;
|
|
816
|
-
string _id = 5;
|
|
817
|
-
string userAgreement = 6;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
message SharingOrderInfo {
|
|
821
|
-
string email = 0;
|
|
822
|
-
string phoneNumber = 1;
|
|
823
|
-
repeated string tickets = 2;
|
|
824
|
-
repeated string upgrades = 3;
|
|
825
|
-
string eventName = 4;
|
|
826
|
-
string _id = 5;
|
|
827
|
-
string status = 6;
|
|
828
|
-
string orderId = 7;
|
|
829
|
-
ShareOrderTimestamp shareTimestamp = 8;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
message ShareOrderTimestamp {
|
|
833
|
-
int32 offeredTime = 0;
|
|
834
|
-
int32 acceptedTime = 1;
|
|
835
|
-
int32 cancelledTime = 2;
|
|
836
|
-
int32 rejectedTime = 3;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
message QueryOrgDeletableRequest {
|
|
840
|
-
string spanContext = 0;
|
|
841
|
-
string orgId = 1;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
message QueryOrgDeletableResponse {
|
|
845
|
-
StatusCode status = 0;
|
|
846
|
-
repeated Error errors = 1;
|
|
847
|
-
bool isOrgDeletable = 2;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
service OrderService {
|
|
852
|
-
// Create
|
|
853
|
-
rpc createOrder(CreateOrderRequest) returns (CreateOrderResponse) {}
|
|
854
|
-
rpc createSeasonOrder(CreateSeasonOrderRequest) returns (CreateOrderResponse) {}
|
|
855
|
-
rpc createOrderPaymentIntent(CreateOrderPaymentIntentRequest) returns (CreateOrderPaymentIntentResponse) {}
|
|
856
|
-
rpc createSeasonOrderPaymentIntent(CreateSeasonOrderPaymentIntentRequest) returns (CreateOrderPaymentIntentResponse) {}
|
|
857
|
-
// QR Code
|
|
858
|
-
rpc sendOrderQRCodeEmail(SendOrderQRCodeEmailRequest) returns (SendOrderQRCodeEmailResponse) {}
|
|
859
|
-
rpc sendSeasonOrderReceiptEmail(SendOrderReceiptEmailRequest) returns (SendOrderReceiptEmailResponse) {}
|
|
860
|
-
rpc sendOrderReceiptEmail(SendOrderReceiptEmailRequest) returns (SendOrderReceiptEmailResponse) {}
|
|
861
|
-
rpc sendOrderRefundEmail(SendOrderRefundEmailRequest) returns (SendOrderRefundEmailResponse) {}
|
|
862
|
-
rpc resendOrderRefundEmail(SendOrderRefundEmailRequest) returns (SendOrderRefundEmailResponse) {}
|
|
863
|
-
|
|
864
|
-
rpc scanOrder(ScanOrderRequest) returns (ScanOrderResponse) {}
|
|
865
|
-
rpc breakApartOrder(BreakApartOrderRequest) returns (BreakApartOrderResponse) {}
|
|
866
|
-
rpc breakApartSeasonOrder(BreakApartOrderRequest) returns (BreakApartSeasonOrderResponse) {}
|
|
867
|
-
rpc multipleBreakApartOrder(MultipleBreakApartOrderRequest) returns(MultipleBreakApartOrderResponse){}
|
|
868
|
-
rpc multipleBreakApartSeasonOrder(MultipleBreakApartOrderRequest) returns(MultipleBreakApartOrderResponse){}
|
|
869
|
-
rpc batchPrintBreakApartOrder(MultipleBreakApartOrderRequest) returns(MultipleBreakApartOrderResponse){}
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
rpc orderQRCodeEmailOnDay(SendOrderQRCodeEmailRequest) returns (SendOrderQRCodeEmailResponse) {}
|
|
873
|
-
// Refund
|
|
874
|
-
rpc refundOrder(RefundOrderRequest) returns (RefundOrderResponse) {}
|
|
875
|
-
rpc cancelOrder(CancelOrderRequest) returns (CancelOrderResponse) {}
|
|
876
|
-
rpc refundEventOrders(RefundEventOrdersRequest) returns (RefundEventOrdersResponse) {}
|
|
877
|
-
// Report
|
|
878
|
-
rpc generateOrderReport(GenerateOrderReportRequest) returns (GenerateOrderReportResponse) {}
|
|
879
|
-
// Find
|
|
880
|
-
rpc generateActivityReport(GenerateOrderReportRequest) returns (GenerateOrderReportResponse) {}
|
|
881
|
-
rpc queryOrders(QueryOrdersRequest) returns (QueryOrdersResponse) {}
|
|
882
|
-
rpc findOrderById(FindOrderByIdRequest) returns (FindOrderByIdResponse) {}
|
|
883
|
-
rpc findOrderByEventId(FindOrderByEventIdRequest) returns (FindOrderByEventIdResponse) {}
|
|
884
|
-
rpc eventOrderCount(FindOrderByEventIdRequest) returns (FindEventOrderCountResponse) {}
|
|
885
|
-
rpc findOrderByFeeId(FindOrderByFeeIdRequest) returns (FindOrderByIdResponse) {}
|
|
886
|
-
rpc findOrderByEmail(FindOrderByEmailRequest) returns (FindOrderByEmailResponse) {}
|
|
887
|
-
rpc queryOrderAnalytics(QueryOrderAnalyticsRequest) returns (QueryOrderAnalyticsResponse) {}
|
|
888
|
-
rpc ordersChargeUpdate(OrdersChargeUpdateRequest) returns (OrdersChargeUpdateResponse) {}
|
|
889
|
-
rpc getPromoUsed(GetPromoUsedRequest) returns (GetPromoUsedResponse) {}
|
|
890
|
-
rpc ticketRestriction(TicketRestrictionRequest) returns(TicketRestrictionResponse){}
|
|
891
|
-
rpc updateOrder(UpdateOrderRequest) returns(UpdateOrderResponse){}
|
|
892
|
-
rpc updateGuestOrder(UpdateGuestOrderRequest) returns(UpdateOrderResponse){}
|
|
893
|
-
rpc sharingTicket(SharingOrderRequest) returns(UpdateOrderResponse){}
|
|
894
|
-
rpc cancelOfferedTicket(CancelOfferedRequest) returns(UpdateOrderResponse){}
|
|
895
|
-
rpc getSharingTickets(GetSharingticketsRequest) returns(GetSharingticketsResponse){}
|
|
896
|
-
rpc getSharedTicketsByEmailPhoneNumber(GetSharedTicketsByEmailPhoneNumberRequest) returns (GetSharedTicketsByEmailPhoneNumberResponse){}
|
|
897
|
-
rpc sharingTicketStatusChange(SharingTicketStatusChangeRequest) returns(SharingTicketStatusChangeResponse){}
|
|
898
|
-
rpc orderIntegrationUpdate(OrderIntegrationUpdateRequest) returns(OrderIntegrationUpdateResponse){}
|
|
899
|
-
rpc emailTicketHolders(EmailTicketHolderRequest) returns(EmailTicketHolderResponse){}
|
|
900
|
-
rpc queryOrgDeletable(QueryOrgDeletableRequest) returns(QueryOrgDeletableResponse){}
|
|
901
|
-
}
|