@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/event.proto
DELETED
|
@@ -1,826 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "error.proto";
|
|
4
|
-
import "common.proto";
|
|
5
|
-
import "organization.proto";
|
|
6
|
-
import "venue.proto";
|
|
7
|
-
|
|
8
|
-
message Event {
|
|
9
|
-
string _id = 1;
|
|
10
|
-
string orgId = 2;
|
|
11
|
-
string type = 3;
|
|
12
|
-
string name = 4;
|
|
13
|
-
string subtitle = 5;
|
|
14
|
-
string description = 6;
|
|
15
|
-
PosterImageUrl posterImageUrl = 7;
|
|
16
|
-
string venueId = 8;
|
|
17
|
-
int32 createdAt = 9;
|
|
18
|
-
bool publishable = 10;
|
|
19
|
-
string seatingChartKey = 11;
|
|
20
|
-
string age = 12;
|
|
21
|
-
bool active = 13;
|
|
22
|
-
string userAgreement = 14;
|
|
23
|
-
string processAs = 15;
|
|
24
|
-
string sendQRCode = 16;
|
|
25
|
-
Address location = 17;
|
|
26
|
-
EventSchedule schedule = 18;
|
|
27
|
-
repeated Performance performances = 19;
|
|
28
|
-
repeated TicketType ticketTypes = 20;
|
|
29
|
-
repeated TicketHold holds = 21;
|
|
30
|
-
repeated EventUpgrade upgrades = 22;
|
|
31
|
-
repeated EventPromotion promotions = 23;
|
|
32
|
-
repeated EventCustomFields customFields = 24;
|
|
33
|
-
TicketExchange exchange = 25;
|
|
34
|
-
Metrics metrics = 26;
|
|
35
|
-
bool published = 27;
|
|
36
|
-
bool salesBeginImmediately = 28;
|
|
37
|
-
bool cancel = 29;
|
|
38
|
-
bool taxDeduction = 30;
|
|
39
|
-
bool isMultipleDays = 31;
|
|
40
|
-
string totalDays = 32;
|
|
41
|
-
string seasonId = 33;
|
|
42
|
-
string physicalDeliveryInstructions = 34;
|
|
43
|
-
string ticketDeliveryType = 35;
|
|
44
|
-
bool isGuestTicketSale = 36;
|
|
45
|
-
string guestTicketPerMember = 37;
|
|
46
|
-
repeated SubscriptionSalesReport subscription = 38;
|
|
47
|
-
bool isHold = 39;
|
|
48
|
-
string stub = 40;
|
|
49
|
-
repeated WaitList waitList = 41;
|
|
50
|
-
string duplicateEventId = 42;
|
|
51
|
-
string duplicateFeeId = 43;
|
|
52
|
-
string qrCodeUrl = 44;
|
|
53
|
-
string web3Hash = 45;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
message PublicEvent {
|
|
57
|
-
string _id = 1;
|
|
58
|
-
string orgId = 2;
|
|
59
|
-
string type = 3;
|
|
60
|
-
string name = 4;
|
|
61
|
-
string subtitle = 5;
|
|
62
|
-
string description = 6;
|
|
63
|
-
PosterImageUrl posterImageUrl = 7;
|
|
64
|
-
string venueId = 8;
|
|
65
|
-
int32 createdAt = 9;
|
|
66
|
-
bool publishable = 10;
|
|
67
|
-
string seatingChartKey = 11;
|
|
68
|
-
string age = 12;
|
|
69
|
-
bool active = 13;
|
|
70
|
-
string userAgreement = 14;
|
|
71
|
-
string processAs = 15;
|
|
72
|
-
string sendQRCode = 16;
|
|
73
|
-
Address location = 17;
|
|
74
|
-
bool published = 18;
|
|
75
|
-
bool salesBeginImmediately = 19;
|
|
76
|
-
bool cancel = 20;
|
|
77
|
-
bool taxDeduction = 21;
|
|
78
|
-
int32 startsAt = 22;
|
|
79
|
-
int32 endsAt = 23;
|
|
80
|
-
string venue = 24;
|
|
81
|
-
string status = 25;
|
|
82
|
-
string venueTimezone = 26;
|
|
83
|
-
int32 announceAt = 27;
|
|
84
|
-
string stub = 28;
|
|
85
|
-
EventSchedule schedule = 29;
|
|
86
|
-
repeated EventTaskTypes ticketTypes = 30;
|
|
87
|
-
bool isMultipleDays = 31;
|
|
88
|
-
repeated Performance performances = 32;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
message EventTaskTypes{
|
|
92
|
-
string name = 1;
|
|
93
|
-
int32 purchaseLimit = 2;
|
|
94
|
-
int32 value = 3;
|
|
95
|
-
int32 price = 4;
|
|
96
|
-
bool ticketsAvailable = 5;
|
|
97
|
-
string _id = 6;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
message PublicEventDetails {
|
|
101
|
-
|
|
102
|
-
string _id = 1;
|
|
103
|
-
string orgId = 2;
|
|
104
|
-
string type = 3;
|
|
105
|
-
string name = 4;
|
|
106
|
-
string subtitle = 5;
|
|
107
|
-
string description = 6;
|
|
108
|
-
PosterImageUrl posterImageUrl = 7;
|
|
109
|
-
string venueId = 8;
|
|
110
|
-
int32 createdAt = 9;
|
|
111
|
-
bool publishable = 10;
|
|
112
|
-
string seatingChartKey = 11;
|
|
113
|
-
string age = 12;
|
|
114
|
-
bool active = 13;
|
|
115
|
-
string userAgreement = 14;
|
|
116
|
-
string processAs = 15;
|
|
117
|
-
string sendQRCode = 16;
|
|
118
|
-
Address location = 17;
|
|
119
|
-
EventSchedule schedule = 18;
|
|
120
|
-
repeated Performance performances = 19;
|
|
121
|
-
int32 lowestPrice = 20;
|
|
122
|
-
bool published = 21;
|
|
123
|
-
bool salesBeginImmediately = 22;
|
|
124
|
-
bool cancel = 23;
|
|
125
|
-
bool taxDeduction = 24;
|
|
126
|
-
OrganizationEvent organization = 25;
|
|
127
|
-
Venue venue = 26;
|
|
128
|
-
string status = 27;
|
|
129
|
-
int32 remainingQty = 28;
|
|
130
|
-
string stub = 29;
|
|
131
|
-
int32 highestPrice = 30;
|
|
132
|
-
repeated PublicTicketType ticketTypes = 31;
|
|
133
|
-
bool isMultipleDays = 32;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
message PublicTicketType {
|
|
137
|
-
string _id = 1;
|
|
138
|
-
string name = 2;
|
|
139
|
-
int32 remainingQty = 3;
|
|
140
|
-
repeated PublicTicketTier tiers = 4;
|
|
141
|
-
bool visible = 5;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
message PublicTicketTier {
|
|
145
|
-
string _id = 1;
|
|
146
|
-
string name = 2;
|
|
147
|
-
int32 price = 3;
|
|
148
|
-
int32 startsAt = 4;
|
|
149
|
-
int32 endsAt = 5;
|
|
150
|
-
bool isActive = 8;
|
|
151
|
-
int32 finalPriceWithfees = 9;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
message OrganizationEvent {
|
|
155
|
-
string _id = 0;
|
|
156
|
-
string userId = 1;
|
|
157
|
-
int32 createdAt = 2;
|
|
158
|
-
string authyId = 3;
|
|
159
|
-
string orgName = 4;
|
|
160
|
-
repeated string orgUrls = 5;
|
|
161
|
-
Address address = 6;
|
|
162
|
-
string orgLogoUrl = 7;
|
|
163
|
-
string orgColorHex = 8;
|
|
164
|
-
string bio = 9;
|
|
165
|
-
string email = 10;
|
|
166
|
-
string phoneNumber = 11;
|
|
167
|
-
string facebookPixelId = 12;
|
|
168
|
-
string googleAnalyticsId = 13;
|
|
169
|
-
bool isSeasonTickets = 14;
|
|
170
|
-
bool isTegIntegration = 15;
|
|
171
|
-
string ticketFormat = 16;
|
|
172
|
-
bool validateMemberId = 17;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
message EventSchedule {
|
|
176
|
-
int32 announceAt = 0;
|
|
177
|
-
int32 ticketsAt = 1;
|
|
178
|
-
int32 ticketsEndAt = 2;
|
|
179
|
-
int32 startsAt = 3;
|
|
180
|
-
int32 endsAt = 4;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
message PerformanceSchedule {
|
|
184
|
-
int32 doorsAt = 1;
|
|
185
|
-
int32 startsAt = 2;
|
|
186
|
-
int32 endsAt = 3;
|
|
187
|
-
string _id = 4;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
message Performance {
|
|
191
|
-
string _id = 1;
|
|
192
|
-
string name = 2;
|
|
193
|
-
repeated string headliningArtistIds = 3;
|
|
194
|
-
repeated string openingArtistIds = 4;
|
|
195
|
-
string venueStageId = 5;
|
|
196
|
-
int32 price = 6;
|
|
197
|
-
string posterImageUrl = 7;
|
|
198
|
-
string videoLink = 8;
|
|
199
|
-
string songLink = 9;
|
|
200
|
-
repeated PerformanceSchedule schedule = 10;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
message SubscriptionSalesReport {
|
|
204
|
-
string _id = 1;
|
|
205
|
-
string email = 2;
|
|
206
|
-
string frequency = 3;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
message WaitList {
|
|
210
|
-
string name = 1;
|
|
211
|
-
string email = 2;
|
|
212
|
-
string phoneNumber = 3;
|
|
213
|
-
int32 createdAt = 4;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
message TicketType {
|
|
217
|
-
string _id = 1;
|
|
218
|
-
string name = 2;
|
|
219
|
-
int32 totalQty = 3;
|
|
220
|
-
int32 remainingQty = 4;
|
|
221
|
-
int32 purchaseLimit = 5;
|
|
222
|
-
repeated string performanceIds = 6;
|
|
223
|
-
repeated TicketTier tiers = 7;
|
|
224
|
-
bool visible = 8;
|
|
225
|
-
string description = 9;
|
|
226
|
-
bool rollFees = 10;
|
|
227
|
-
string promo = 11;
|
|
228
|
-
string values = 12;
|
|
229
|
-
repeated string dayIds = 13;
|
|
230
|
-
bool isTicketSharing = 14;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
message TicketTier {
|
|
234
|
-
string _id = 1;
|
|
235
|
-
string name = 2;
|
|
236
|
-
int32 price = 3;
|
|
237
|
-
int32 startsAt = 4;
|
|
238
|
-
int32 endsAt = 5;
|
|
239
|
-
int32 totalQty = 6;
|
|
240
|
-
int32 remainingQty = 7;
|
|
241
|
-
bool isActive = 8;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
message TicketHold {
|
|
245
|
-
string _id = 1;
|
|
246
|
-
string name = 2;
|
|
247
|
-
string ticketType = 3;
|
|
248
|
-
int32 qty = 4;
|
|
249
|
-
int32 totalHeld = 5;
|
|
250
|
-
int32 totalCheckedIn = 6;
|
|
251
|
-
int32 totalReleased = 7;
|
|
252
|
-
int32 totalOutstanding = 8;
|
|
253
|
-
string ticketTypeId = 9;
|
|
254
|
-
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
message EventUpgrade {
|
|
258
|
-
string _id = 0;
|
|
259
|
-
string name = 1;
|
|
260
|
-
int32 price = 2;
|
|
261
|
-
int32 totalQty = 3;
|
|
262
|
-
int32 remainingQty = 4;
|
|
263
|
-
int32 purchaseLimit = 5;
|
|
264
|
-
bool complimentary = 6;
|
|
265
|
-
string complimentaryWith = 7;
|
|
266
|
-
int32 complimentaryQty = 8;
|
|
267
|
-
repeated string ticketTypeIds = 9;
|
|
268
|
-
string imageUrl = 10;
|
|
269
|
-
string description = 11;
|
|
270
|
-
bool visible = 12;
|
|
271
|
-
bool rollFees = 13;
|
|
272
|
-
string values = 14;
|
|
273
|
-
bool isAddOnsSharing = 15;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
message EventPromotion {
|
|
277
|
-
string _id = 0;
|
|
278
|
-
string code = 1;
|
|
279
|
-
string type = 2;
|
|
280
|
-
int32 remainingQty = 3;
|
|
281
|
-
int32 totalQty = 4;
|
|
282
|
-
repeated string ticketTypeIds = 5;
|
|
283
|
-
repeated string upgradeIds = 6;
|
|
284
|
-
bool active = 7;
|
|
285
|
-
int32 startsAt = 8;
|
|
286
|
-
int32 endsAt = 9;
|
|
287
|
-
int32 useLimit = 10;
|
|
288
|
-
string discountType = 11;
|
|
289
|
-
double discountValue = 12;
|
|
290
|
-
int32 overRideMax = 13;
|
|
291
|
-
int32 overRideMaxUpg = 14;
|
|
292
|
-
string appliesTo = 15;
|
|
293
|
-
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
message EventCustomFields {
|
|
297
|
-
string _id = 0;
|
|
298
|
-
string label = 1;
|
|
299
|
-
string type = 2;
|
|
300
|
-
optional int32 minLength = 3;
|
|
301
|
-
optional int32 maxLength = 4;
|
|
302
|
-
optional int32 minValue = 5;
|
|
303
|
-
optional int32 maxValue = 6;
|
|
304
|
-
bool required = 7;
|
|
305
|
-
repeated string options = 8;
|
|
306
|
-
bool active = 9;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
message TicketExchange {
|
|
310
|
-
string allowed = 0;
|
|
311
|
-
int32 percent = 1;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
// Create Event
|
|
315
|
-
message CreateEventRequest {
|
|
316
|
-
string spanContext = 0;
|
|
317
|
-
string orgId = 1;
|
|
318
|
-
Event event = 2;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
message CreateEventResponse {
|
|
322
|
-
StatusCode status = 0;
|
|
323
|
-
repeated Error errors = 1;
|
|
324
|
-
Event event = 2;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
// Update Event
|
|
328
|
-
message UpdateEventRequest {
|
|
329
|
-
string spanContext = 0;
|
|
330
|
-
string orgId = 1;
|
|
331
|
-
Event event = 2;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
message UpdateEventResponse {
|
|
335
|
-
StatusCode status = 0;
|
|
336
|
-
repeated Error errors = 1;
|
|
337
|
-
Event event = 2;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
/****************************************************************************************
|
|
341
|
-
Publish Event
|
|
342
|
-
****************************************************************************************/
|
|
343
|
-
|
|
344
|
-
message PublishEventRequest {
|
|
345
|
-
string spanContext = 0;
|
|
346
|
-
string orgId = 1;
|
|
347
|
-
string eventId = 2;
|
|
348
|
-
repeated string publishSiteIds = 3;
|
|
349
|
-
repeated string unpublishSiteIds = 4;
|
|
350
|
-
bool published = 5;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
message PublishEventResponse {
|
|
354
|
-
StatusCode status = 0;
|
|
355
|
-
repeated Error errors = 1;
|
|
356
|
-
Event event = 2;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
/****************************************************************************************
|
|
360
|
-
Find Event
|
|
361
|
-
****************************************************************************************/
|
|
362
|
-
|
|
363
|
-
message EventQuery {
|
|
364
|
-
string name = 0;
|
|
365
|
-
repeated string eventIds = 1;
|
|
366
|
-
repeated string venueIds = 2;
|
|
367
|
-
repeated string artistIds = 3;
|
|
368
|
-
repeated string userIds = 4;
|
|
369
|
-
int32 startDate = 5;
|
|
370
|
-
int32 endDate = 6;
|
|
371
|
-
string sortBy = 7;
|
|
372
|
-
int32 orderBy = 8;
|
|
373
|
-
bool published = 9;
|
|
374
|
-
bool any = 10;
|
|
375
|
-
bool cancel = 11;
|
|
376
|
-
string venueName = 12;
|
|
377
|
-
int32 searchStartDate = 13;
|
|
378
|
-
int32 searchEndDate = 14;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
message SearchQuery {
|
|
382
|
-
string name = 0;
|
|
383
|
-
string email = 1;
|
|
384
|
-
string phoneNumber = 2;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
message QueryEventsRequest {
|
|
388
|
-
string spanContext = 0;
|
|
389
|
-
string orgId = 1;
|
|
390
|
-
EventQuery query = 2;
|
|
391
|
-
Pagination pagination = 3;
|
|
392
|
-
string eventId = 4;
|
|
393
|
-
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
message QueryEventsResponse {
|
|
397
|
-
StatusCode status = 0;
|
|
398
|
-
repeated Error errors = 1;
|
|
399
|
-
repeated Event events = 2;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
message QuerySearchEventsRequest {
|
|
403
|
-
string spanContext = 0;
|
|
404
|
-
string orgId = 1;
|
|
405
|
-
SearchQuery query = 2;
|
|
406
|
-
Pagination pagination = 3;
|
|
407
|
-
string eventId = 4;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
message QuerySearchEventsResponse {
|
|
411
|
-
StatusCode status = 0;
|
|
412
|
-
repeated Error errors = 1;
|
|
413
|
-
Event events = 2;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
message QueryEventsListRequest {
|
|
417
|
-
string spanContext = 0;
|
|
418
|
-
string orgId = 1;
|
|
419
|
-
string include = 2;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
message QueryEventsListResponse {
|
|
424
|
-
StatusCode status = 0;
|
|
425
|
-
repeated Error errors = 1;
|
|
426
|
-
repeated PublicEvent events = 2;
|
|
427
|
-
}
|
|
428
|
-
message EventTicketsRequest {
|
|
429
|
-
string spanContext = 0;
|
|
430
|
-
string eventId = 1;
|
|
431
|
-
string promoCode = 2;
|
|
432
|
-
string seasonId = 3;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
message EventDiscountRequest {
|
|
436
|
-
string spanContext = 0;
|
|
437
|
-
string eventId = 1;
|
|
438
|
-
string discountCode = 2;
|
|
439
|
-
string seasonId = 3;
|
|
440
|
-
string userId = 4;
|
|
441
|
-
repeated string selectedTicket = 5;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
message EventTickets {
|
|
445
|
-
string promoType = 0;
|
|
446
|
-
int32 remainingQty = 2;
|
|
447
|
-
bool active = 3;
|
|
448
|
-
int32 startsAt = 4;
|
|
449
|
-
int32 endsAt = 5;
|
|
450
|
-
repeated TicketType eventTickets = 1;
|
|
451
|
-
repeated EventUpgrade eventUpgrades = 6;
|
|
452
|
-
int32 overRideMax = 7;
|
|
453
|
-
int32 overRideMaxUpg = 8;
|
|
454
|
-
string discountType = 9;
|
|
455
|
-
double discountValue = 10;
|
|
456
|
-
string appliesTo = 11;
|
|
457
|
-
repeated string ticketTypeIds = 12;
|
|
458
|
-
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
message EventTicketsResponse {
|
|
462
|
-
StatusCode status = 0;
|
|
463
|
-
repeated Error errors = 1;
|
|
464
|
-
repeated EventTickets tickets = 2;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
// Find Event By Id
|
|
468
|
-
message FindEventByIdRequest {
|
|
469
|
-
string spanContext = 0;
|
|
470
|
-
string eventId = 1;
|
|
471
|
-
string stub = 2;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
message FindEventByIdResponse {
|
|
475
|
-
StatusCode status = 0;
|
|
476
|
-
repeated Error errors = 1;
|
|
477
|
-
Event event = 2;
|
|
478
|
-
}
|
|
479
|
-
message FindEventDetailsResponse {
|
|
480
|
-
StatusCode status = 0;
|
|
481
|
-
repeated Error errors = 1;
|
|
482
|
-
PublicEventDetails event = 2;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
// List Events
|
|
486
|
-
message ListEventsRequest {
|
|
487
|
-
string spanContext = 0;
|
|
488
|
-
string orgId = 1;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
message ListEventsResponse {
|
|
492
|
-
StatusCode status = 0;
|
|
493
|
-
repeated Error errors = 1;
|
|
494
|
-
repeated Event events = 2;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
// Delete Event
|
|
498
|
-
message DeleteEventRequest {
|
|
499
|
-
string spanContext = 0;
|
|
500
|
-
string orgId = 1;
|
|
501
|
-
string eventId = 2;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
message DeleteEventResponse {
|
|
505
|
-
StatusCode status = 0;
|
|
506
|
-
repeated Error errors = 1;
|
|
507
|
-
int32 ordersCount = 2;
|
|
508
|
-
int32 ordersRefundedCount = 3;
|
|
509
|
-
bool deleted = 4;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
// Cancel Event
|
|
513
|
-
message CancelEventRequest {
|
|
514
|
-
string spanContext = 0;
|
|
515
|
-
string orgId = 1;
|
|
516
|
-
string eventId = 2;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
message CancelEventResponse {
|
|
520
|
-
StatusCode status = 0;
|
|
521
|
-
repeated Error errors = 1;
|
|
522
|
-
int32 ordersCount = 2;
|
|
523
|
-
int32 ordersRefundedCount = 3;
|
|
524
|
-
bool cancel = 4;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
// Cancel Ticket
|
|
528
|
-
message CancelTicketRequest {
|
|
529
|
-
string spanContext = 0;
|
|
530
|
-
string orgId = 1;
|
|
531
|
-
string eventId = 2;
|
|
532
|
-
repeated string ticketTypeId = 3;
|
|
533
|
-
repeated string upgradesTypeId = 4;
|
|
534
|
-
string promotionCode = 5;
|
|
535
|
-
repeated string upgradeId = 6;
|
|
536
|
-
string discountCode = 7;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
message CancelTicketResponse {
|
|
540
|
-
StatusCode status = 0;
|
|
541
|
-
repeated Error errors = 1;
|
|
542
|
-
bool cancel = 2;
|
|
543
|
-
}
|
|
544
|
-
// Duplicate Event
|
|
545
|
-
message DuplicateEventRequest {
|
|
546
|
-
string spanContext = 0;
|
|
547
|
-
string eventId = 1;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
message DuplicateEventResponse {
|
|
551
|
-
StatusCode status = 0;
|
|
552
|
-
repeated Error errors = 1;
|
|
553
|
-
Event event = 2;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
message SalesReportResponse {
|
|
557
|
-
StatusCode status = 0;
|
|
558
|
-
repeated Error errors = 1;
|
|
559
|
-
Event event = 2;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
message SalesReportRequest {
|
|
563
|
-
string spanContext = 0;
|
|
564
|
-
string orgId = 1;
|
|
565
|
-
SalesReportParams params = 2;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
message NotifyMeReportResponse {
|
|
570
|
-
StatusCode status = 0;
|
|
571
|
-
repeated Error errors = 1;
|
|
572
|
-
Event event = 2;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
message NotifyMeReportRequest {
|
|
576
|
-
string spanContext = 0;
|
|
577
|
-
string orgId = 1;
|
|
578
|
-
string email = 2;
|
|
579
|
-
string eventId = 3;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
message WaitListResponse {
|
|
585
|
-
StatusCode status = 0;
|
|
586
|
-
repeated Error errors = 1;
|
|
587
|
-
Event event = 2;
|
|
588
|
-
string message = 3;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
message WaitListRequest {
|
|
592
|
-
string spanContext = 0;
|
|
593
|
-
string orgId = 1;
|
|
594
|
-
WaitListParams params = 2;
|
|
595
|
-
string eventId = 3;
|
|
596
|
-
string type = 4;
|
|
597
|
-
WaitListQuery query = 5;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
message SalesReportParams {
|
|
601
|
-
string email = 0;
|
|
602
|
-
string frequency = 1;
|
|
603
|
-
string eventId = 2;
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
message WaitListParams {
|
|
607
|
-
string name = 0;
|
|
608
|
-
string email = 1;
|
|
609
|
-
string phoneNumber = 2;
|
|
610
|
-
int32 createdAt = 3;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
message DeleteSubscriptionRequest {
|
|
614
|
-
string spanContext = 0;
|
|
615
|
-
string orgId = 1;
|
|
616
|
-
string eventId = 2;
|
|
617
|
-
string subscriptionId = 3;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
message DeleteSubscriptionResponse {
|
|
621
|
-
StatusCode status = 0;
|
|
622
|
-
repeated Error errors = 1;
|
|
623
|
-
Event event = 2;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
message HoldTicketRequest {
|
|
628
|
-
string spanContext = 0;
|
|
629
|
-
string orgId = 1;
|
|
630
|
-
string eventId=2;
|
|
631
|
-
TicketHold hold = 3;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
message HoldTicketResponse {
|
|
635
|
-
StatusCode status = 0;
|
|
636
|
-
repeated Error errors = 1;
|
|
637
|
-
Event event = 2;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
message GenerateWaitListReportRequest {
|
|
641
|
-
string spanContext = 0;
|
|
642
|
-
string orgId = 1;
|
|
643
|
-
WaitListQuery query = 2;
|
|
644
|
-
string userId = 3;
|
|
645
|
-
string eventId = 4;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
message GenerateWaitListReportResponse {
|
|
649
|
-
StatusCode status = 0;
|
|
650
|
-
repeated Error errors = 1;
|
|
651
|
-
string url = 2;
|
|
652
|
-
string message = 3;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
message WaitListQuery {
|
|
656
|
-
repeated string eventIds = 0;
|
|
657
|
-
repeated string venueIds = 1;
|
|
658
|
-
repeated string artistIds = 2;
|
|
659
|
-
repeated string userIds = 3;
|
|
660
|
-
string name = 4;
|
|
661
|
-
string email = 5;
|
|
662
|
-
string phoneNumber = 6;
|
|
663
|
-
bool any = 7;
|
|
664
|
-
string orgId = 8;
|
|
665
|
-
string eventQuery = 9;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
message FindApiKeyRequest {
|
|
669
|
-
string spanContext = 0;
|
|
670
|
-
string orgId = 1;
|
|
671
|
-
string apiKey = 2;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
message FindApiKeyResponse {
|
|
675
|
-
StatusCode status = 0;
|
|
676
|
-
repeated Error errors = 1;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
message SuperAdminDeleteEventsRequest {
|
|
680
|
-
string spanContext = 0;
|
|
681
|
-
string orgId = 1;
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
message SuperAdminDeleteEventsResponse {
|
|
685
|
-
StatusCode status = 1;
|
|
686
|
-
repeated Error errors = 2;
|
|
687
|
-
bool deleted = 3;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
message UpdateTicketTierInventoryRequest {
|
|
691
|
-
string spanContext = 0;
|
|
692
|
-
string eventId = 1;
|
|
693
|
-
string orgId = 2;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
message UpdateTicketTierInventoryResponse {
|
|
697
|
-
StatusCode status = 1;
|
|
698
|
-
repeated Error errors = 2;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
message DeleteTicketHoldRequest {
|
|
702
|
-
string spanContext = 0;
|
|
703
|
-
string eventId = 1;
|
|
704
|
-
string orgId = 2;
|
|
705
|
-
string holdId = 3;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
message DeleteTicketHoldResponse {
|
|
709
|
-
StatusCode status = 0;
|
|
710
|
-
repeated Error errors = 1;
|
|
711
|
-
Event event = 2;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
message GenerateEventQRCodeRequest {
|
|
715
|
-
string spanContext = 0;
|
|
716
|
-
string eventId = 1;
|
|
717
|
-
string orgId = 2;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
message GenerateEventQRCodeResponse {
|
|
721
|
-
StatusCode status = 0;
|
|
722
|
-
repeated Error errors = 1;
|
|
723
|
-
string qrCodeUrl = 2;
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
message ClearExpiredEventQrCodesRequest {
|
|
727
|
-
string spanContext = 0;
|
|
728
|
-
string orgId = 1;
|
|
729
|
-
int32 retentionDays = 2;
|
|
730
|
-
int32 pageSize = 3;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
message ClearExpiredEventQrCodesResponse {
|
|
734
|
-
StatusCode status = 0;
|
|
735
|
-
repeated Error errors = 1;
|
|
736
|
-
int32 processed = 2;
|
|
737
|
-
int32 cleared = 3;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
message SendAnvilCloseEventRequest {
|
|
741
|
-
string spanContext = 0;
|
|
742
|
-
int32 daysAfterEnd = 1;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
message SendAnvilCloseEventResponse {
|
|
746
|
-
StatusCode status = 0;
|
|
747
|
-
repeated Error errors = 1;
|
|
748
|
-
int32 processed = 2;
|
|
749
|
-
int32 sent = 3;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
message PosterImageUrl {
|
|
753
|
-
string original = 0;
|
|
754
|
-
string medium = 1;
|
|
755
|
-
string small = 2;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
message CheckStubUniquenessRequest {
|
|
759
|
-
string spanContext = 1;
|
|
760
|
-
string stub = 2;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
message CheckStubUniquenessResponse {
|
|
764
|
-
StatusCode status = 1;
|
|
765
|
-
repeated Error errors = 2;
|
|
766
|
-
bool isUnique = 3;
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
service EventService {
|
|
770
|
-
// Create
|
|
771
|
-
rpc createEvent(CreateEventRequest) returns (CreateEventResponse) {}
|
|
772
|
-
rpc publishEvent(PublishEventRequest) returns (PublishEventResponse) {}
|
|
773
|
-
// Update
|
|
774
|
-
rpc updateEvent(UpdateEventRequest) returns (UpdateEventResponse) {}
|
|
775
|
-
// Query
|
|
776
|
-
rpc queryEvents(QueryEventsRequest) returns (QueryEventsResponse) {}
|
|
777
|
-
rpc searchEvents(QuerySearchEventsRequest) returns (FindEventByIdResponse) {}
|
|
778
|
-
|
|
779
|
-
// list of all event
|
|
780
|
-
rpc queryEventsList(QueryEventsListRequest) returns (QueryEventsListResponse) {}
|
|
781
|
-
// events ticket by promo
|
|
782
|
-
rpc eventTickets(EventTicketsRequest) returns (EventTicketsResponse) {}
|
|
783
|
-
|
|
784
|
-
rpc eventDiscounts(EventDiscountRequest) returns (EventTicketsResponse) {}
|
|
785
|
-
|
|
786
|
-
// Find
|
|
787
|
-
rpc findEventById(FindEventByIdRequest) returns (FindEventByIdResponse) {}
|
|
788
|
-
// Find
|
|
789
|
-
rpc findEventDetails(FindEventByIdRequest) returns (FindEventDetailsResponse) {}
|
|
790
|
-
// List
|
|
791
|
-
rpc listEvents(ListEventsRequest) returns (ListEventsResponse) {}
|
|
792
|
-
// Delete
|
|
793
|
-
rpc deleteEvent(DeleteEventRequest) returns (DeleteEventResponse) {}
|
|
794
|
-
rpc superAdminDeleteEvents(SuperAdminDeleteEventsRequest) returns (SuperAdminDeleteEventsResponse) {}
|
|
795
|
-
// Cancel
|
|
796
|
-
rpc cancelEvent(CancelEventRequest) returns (CancelEventResponse) {}
|
|
797
|
-
// Cancel
|
|
798
|
-
rpc cancelTicket(CancelTicketRequest) returns (CancelTicketResponse) {}
|
|
799
|
-
// Duplicate
|
|
800
|
-
rpc duplicateEvent(DuplicateEventRequest) returns (DuplicateEventResponse) {}
|
|
801
|
-
|
|
802
|
-
rpc listEventBySeasonId(FindSeasonByIdRequest) returns (ListEventsResponse) {}
|
|
803
|
-
|
|
804
|
-
// Sales report
|
|
805
|
-
rpc salesReport(SalesReportRequest) returns (SalesReportResponse) {}
|
|
806
|
-
|
|
807
|
-
// Notify Me
|
|
808
|
-
rpc notifyEvent(NotifyMeReportRequest) returns (FindEventByIdResponse) {}
|
|
809
|
-
|
|
810
|
-
// Wait List
|
|
811
|
-
rpc createWaitList(WaitListRequest) returns (WaitListResponse) {}
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
rpc deleteSubscription(DeleteSubscriptionRequest) returns (DeleteSubscriptionResponse) {}
|
|
815
|
-
|
|
816
|
-
rpc updateHolds(HoldTicketRequest) returns (HoldTicketResponse) {}
|
|
817
|
-
rpc generateWaitListReport(GenerateWaitListReportRequest) returns (GenerateWaitListReportResponse) {}
|
|
818
|
-
rpc findApiKey(FindApiKeyRequest) returns (FindApiKeyResponse) {}
|
|
819
|
-
rpc updateTicketTierInventory(UpdateTicketTierInventoryRequest) returns (UpdateTicketTierInventoryResponse) {}
|
|
820
|
-
rpc deleteTicketHold(DeleteTicketHoldRequest) returns (DeleteTicketHoldResponse) {}
|
|
821
|
-
rpc clearExpiredEventQrCodes(ClearExpiredEventQrCodesRequest) returns (ClearExpiredEventQrCodesResponse) {}
|
|
822
|
-
rpc sendAnvilCloseEvent(SendAnvilCloseEventRequest) returns (SendAnvilCloseEventResponse) {}
|
|
823
|
-
rpc generateEventQRCode(GenerateEventQRCodeRequest) returns (GenerateEventQRCodeResponse) {}
|
|
824
|
-
rpc queryEventsAdmin(QueryEventsRequest) returns (QueryEventsResponse) {}
|
|
825
|
-
rpc checkStubUniqueness(CheckStubUniquenessRequest) returns (CheckStubUniquenessResponse) {}
|
|
826
|
-
}
|