@sellout/models 0.0.57 → 0.0.59
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/.dist/enums/OrderDeliveryMethodEnum.d.ts +5 -0
- package/.dist/enums/OrderDeliveryMethodEnum.js +11 -0
- package/.dist/enums/OrderDeliveryMethodEnum.js.map +1 -0
- package/.dist/enums/PaymentMethodTypeEnum.d.ts +5 -0
- package/.dist/enums/PaymentMethodTypeEnum.js +10 -0
- package/.dist/enums/PaymentMethodTypeEnum.js.map +1 -0
- package/.dist/graphql/fragments/event.fragment.js +3 -0
- package/.dist/graphql/fragments/event.fragment.js.map +1 -1
- package/.dist/graphql/links/debounceLink.d.ts +3 -0
- package/.dist/graphql/links/debounceLink.js +9 -0
- package/.dist/graphql/links/debounceLink.js.map +1 -0
- package/.dist/graphql/mutations/acceptRole.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/acceptRole.mutation.js +21 -0
- package/.dist/graphql/mutations/acceptRole.mutation.js.map +1 -0
- package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js +13 -0
- package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js.map +1 -0
- package/.dist/graphql/mutations/createArtist.mutation.js +0 -8
- package/.dist/graphql/mutations/createArtist.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createEvent.mutation.js +0 -2
- package/.dist/graphql/mutations/createEvent.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createOrder.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/createOrder.mutation.js +60 -0
- package/.dist/graphql/mutations/createOrder.mutation.js.map +1 -0
- package/.dist/graphql/mutations/createOrganizationFee.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/createOrganizationFee.mutation.js +30 -0
- package/.dist/graphql/mutations/createOrganizationFee.mutation.js.map +1 -0
- package/.dist/graphql/mutations/createPlatformFee.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/createPlatformFee.mutation.js +30 -0
- package/.dist/graphql/mutations/createPlatformFee.mutation.js.map +1 -0
- package/.dist/graphql/mutations/createRole.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/createRole.mutation.js +19 -0
- package/.dist/graphql/mutations/createRole.mutation.js.map +1 -0
- package/.dist/graphql/mutations/createStripeSetupIntent.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js +13 -0
- package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js.map +1 -0
- package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js +13 -0
- package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js.map +1 -0
- package/.dist/graphql/mutations/createVenue.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/createVenue.mutation.js +35 -0
- package/.dist/graphql/mutations/createVenue.mutation.js.map +1 -0
- package/.dist/graphql/mutations/createWebFlowSite.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/createWebFlowSite.mutation.js +42 -0
- package/.dist/graphql/mutations/createWebFlowSite.mutation.js.map +1 -0
- package/.dist/graphql/mutations/deleteOrganizationFee.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js +13 -0
- package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js.map +1 -0
- package/.dist/graphql/mutations/deletePlatformFee.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/deletePlatformFee.mutation.js +13 -0
- package/.dist/graphql/mutations/deletePlatformFee.mutation.js.map +1 -0
- package/.dist/graphql/mutations/deleteRole.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/deleteRole.mutation.js +13 -0
- package/.dist/graphql/mutations/deleteRole.mutation.js.map +1 -0
- package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js +13 -0
- package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js.map +1 -0
- package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js +14 -0
- package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js.map +1 -0
- package/.dist/graphql/mutations/forgotPassword.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/forgotPassword.mutation.js +13 -0
- package/.dist/graphql/mutations/forgotPassword.mutation.js.map +1 -0
- package/.dist/graphql/mutations/login.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/login.mutation.js +23 -0
- package/.dist/graphql/mutations/login.mutation.js.map +1 -0
- package/.dist/graphql/mutations/register.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/register.mutation.js +23 -0
- package/.dist/graphql/mutations/register.mutation.js.map +1 -0
- package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js +21 -0
- package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js.map +1 -0
- package/.dist/graphql/mutations/remapWebFlowSite.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/remapWebFlowSite.mutation.js +40 -0
- package/.dist/graphql/mutations/remapWebFlowSite.mutation.js.map +1 -0
- package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js +13 -0
- package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js.map +1 -0
- package/.dist/graphql/mutations/setUserOrgContextId.d.ts +2 -0
- package/.dist/graphql/mutations/setUserOrgContextId.js +15 -0
- package/.dist/graphql/mutations/setUserOrgContextId.js.map +1 -0
- package/.dist/graphql/mutations/setUserOrgContextId.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/setUserOrgContextId.mutation.js +15 -0
- package/.dist/graphql/mutations/setUserOrgContextId.mutation.js.map +1 -0
- package/.dist/graphql/mutations/setUserPassword.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/setUserPassword.mutation.js +15 -0
- package/.dist/graphql/mutations/setUserPassword.mutation.js.map +1 -0
- package/.dist/graphql/mutations/updateArtist.mutation.js +0 -8
- package/.dist/graphql/mutations/updateArtist.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateEvent.mutation.js +0 -2
- package/.dist/graphql/mutations/updateEvent.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateOrganizationFee.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/updateOrganizationFee.mutation.js +30 -0
- package/.dist/graphql/mutations/updateOrganizationFee.mutation.js.map +1 -0
- package/.dist/graphql/mutations/updatePlatformFee.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/updatePlatformFee.mutation.js +30 -0
- package/.dist/graphql/mutations/updatePlatformFee.mutation.js.map +1 -0
- package/.dist/graphql/mutations/updateVenue.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/updateVenue.mutation.js +35 -0
- package/.dist/graphql/mutations/updateVenue.mutation.js.map +1 -0
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js +15 -0
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js.map +1 -0
- package/.dist/graphql/queries/analytics.query.d.ts +2 -0
- package/.dist/graphql/queries/analytics.query.js +30 -0
- package/.dist/graphql/queries/analytics.query.js.map +1 -0
- package/.dist/graphql/queries/artist.query.js +0 -8
- package/.dist/graphql/queries/artist.query.js.map +1 -1
- package/.dist/graphql/queries/artists.query.js +0 -8
- package/.dist/graphql/queries/artists.query.js.map +1 -1
- package/.dist/graphql/queries/customerProfile.d.ts +2 -0
- package/.dist/graphql/queries/customerProfile.js +42 -0
- package/.dist/graphql/queries/customerProfile.js.map +1 -0
- package/.dist/graphql/queries/customerProfile.query.d.ts +2 -0
- package/.dist/graphql/queries/customerProfile.query.js +25 -0
- package/.dist/graphql/queries/customerProfile.query.js.map +1 -0
- package/.dist/graphql/queries/event.query.js +3 -2
- package/.dist/graphql/queries/event.query.js.map +1 -1
- package/.dist/graphql/queries/events.query.js +2 -7
- package/.dist/graphql/queries/events.query.js.map +1 -1
- package/.dist/graphql/queries/listStripeTerminalReaders.query.d.ts +2 -0
- package/.dist/graphql/queries/listStripeTerminalReaders.query.js +21 -0
- package/.dist/graphql/queries/listStripeTerminalReaders.query.js.map +1 -0
- package/.dist/graphql/queries/orders.query.js +14 -0
- package/.dist/graphql/queries/orders.query.js.map +1 -1
- package/.dist/graphql/queries/organization.query.d.ts +2 -0
- package/.dist/graphql/queries/organization.query.js +49 -0
- package/.dist/graphql/queries/organization.query.js.map +1 -0
- package/.dist/graphql/queries/organizationFees.query.d.ts +2 -0
- package/.dist/graphql/queries/organizationFees.query.js +30 -0
- package/.dist/graphql/queries/organizationFees.query.js.map +1 -0
- package/.dist/graphql/queries/organizations.d.ts +2 -0
- package/.dist/graphql/queries/organizations.js +49 -0
- package/.dist/graphql/queries/organizations.js.map +1 -0
- package/.dist/graphql/queries/organizations.query.d.ts +2 -0
- package/.dist/graphql/queries/organizations.query.js +49 -0
- package/.dist/graphql/queries/organizations.query.js.map +1 -0
- package/.dist/graphql/queries/platformFees.query.d.ts +2 -0
- package/.dist/graphql/queries/platformFees.query.js +30 -0
- package/.dist/graphql/queries/platformFees.query.js.map +1 -0
- package/.dist/graphql/queries/profile.query.js +4 -1
- package/.dist/graphql/queries/profile.query.js.map +1 -1
- package/.dist/graphql/queries/profiles.query.js +1 -8
- package/.dist/graphql/queries/profiles.query.js.map +1 -1
- package/.dist/graphql/queries/publicEvent.query.d.ts +2 -0
- package/.dist/graphql/queries/publicEvent.query.js +57 -0
- package/.dist/graphql/queries/publicEvent.query.js.map +1 -0
- package/.dist/graphql/queries/role.query.d.ts +2 -0
- package/.dist/graphql/queries/role.query.js +32 -0
- package/.dist/graphql/queries/role.query.js.map +1 -0
- package/.dist/graphql/queries/seating.query.d.ts +2 -0
- package/.dist/graphql/queries/seating.query.js +20 -0
- package/.dist/graphql/queries/seating.query.js.map +1 -0
- package/.dist/graphql/queries/userExists.query.d.ts +2 -0
- package/.dist/graphql/queries/userExists.query.js +18 -0
- package/.dist/graphql/queries/userExists.query.js.map +1 -0
- package/.dist/graphql/queries/userProfile.query.d.ts +2 -0
- package/.dist/graphql/queries/userProfile.query.js +33 -0
- package/.dist/graphql/queries/userProfile.query.js.map +1 -0
- package/.dist/graphql/queries/userRoles.query.d.ts +2 -0
- package/.dist/graphql/queries/userRoles.query.js +34 -0
- package/.dist/graphql/queries/userRoles.query.js.map +1 -0
- package/.dist/graphql/queries/venue.query.js +1 -2
- package/.dist/graphql/queries/venue.query.js.map +1 -1
- package/.dist/graphql/queries/venues.query.js +23 -36
- package/.dist/graphql/queries/venues.query.js.map +1 -1
- package/.dist/graphql/queries/webFlowSites.query.d.ts +2 -0
- package/.dist/graphql/queries/webFlowSites.query.js +24 -0
- package/.dist/graphql/queries/webFlowSites.query.js.map +1 -0
- package/.dist/interfaces/IAnalytics.d.ts +60 -0
- package/.dist/interfaces/IAnalytics.js +76 -0
- package/.dist/interfaces/IAnalytics.js.map +1 -0
- package/.dist/interfaces/IArtist.d.ts +0 -2
- package/.dist/interfaces/IArtist.js.map +1 -1
- package/.dist/interfaces/IEvent.d.ts +14 -2
- package/.dist/interfaces/IEvent.js.map +1 -1
- package/.dist/interfaces/IEventCustomField.d.ts +5 -2
- package/.dist/interfaces/IEventCustomField.js +2 -0
- package/.dist/interfaces/IEventCustomField.js.map +1 -1
- package/.dist/interfaces/IEventUpgrade.d.ts +1 -0
- package/.dist/interfaces/IFee.d.ts +3 -1
- package/.dist/interfaces/IFee.js +2 -4
- package/.dist/interfaces/IFee.js.map +1 -1
- package/.dist/interfaces/IOrder.d.ts +4 -0
- package/.dist/interfaces/IOrder.js.map +1 -1
- package/.dist/interfaces/IOrderState.d.ts +5 -5
- package/.dist/interfaces/IOrderState.js +5 -14
- package/.dist/interfaces/IOrderState.js.map +1 -1
- package/.dist/interfaces/IOrderTicket.d.ts +2 -0
- package/.dist/interfaces/IOrderTicket.js.map +1 -1
- package/.dist/interfaces/IOrderType.d.ts +1 -1
- package/.dist/interfaces/IOrderType.js +1 -1
- package/.dist/interfaces/IOrderType.js.map +1 -1
- package/.dist/interfaces/IOrderUpgrade.d.ts +2 -1
- package/.dist/interfaces/IPagination.d.ts +9 -0
- package/.dist/interfaces/IPagination.js +10 -0
- package/.dist/interfaces/IPagination.js.map +1 -1
- package/.dist/interfaces/IPayment.d.ts +13 -0
- package/.dist/interfaces/IPayment.js +3 -0
- package/.dist/interfaces/IPayment.js.map +1 -0
- package/.dist/interfaces/IRole.d.ts +15 -7
- package/.dist/interfaces/IRole.js +24 -0
- package/.dist/interfaces/IRole.js.map +1 -1
- package/.dist/interfaces/ISecondaryEmail.d.ts +4 -0
- package/.dist/interfaces/ISecondaryEmail.js +3 -0
- package/.dist/interfaces/ISecondaryEmail.js.map +1 -0
- package/.dist/interfaces/IStripeCustomer.d.ts +6 -0
- package/.dist/interfaces/IStripeCustomer.js +3 -0
- package/.dist/interfaces/IStripeCustomer.js.map +1 -0
- package/.dist/interfaces/IStripeSource.d.ts +10 -0
- package/.dist/interfaces/IStripeSource.js +3 -0
- package/.dist/interfaces/IStripeSource.js.map +1 -0
- package/.dist/interfaces/IStripeTerminalReader.d.ts +9 -0
- package/.dist/interfaces/IStripeTerminalReader.js +3 -0
- package/.dist/interfaces/IStripeTerminalReader.js.map +1 -0
- package/.dist/interfaces/ITicketTier.d.ts +2 -2
- package/.dist/interfaces/ITicketType.d.ts +1 -0
- package/.dist/interfaces/IUserProfile.d.ts +6 -2
- package/.dist/interfaces/IVenue.d.ts +2 -6
- package/.dist/schemas/Artist.d.ts +4 -130
- package/.dist/schemas/Artist.js +4 -2
- package/.dist/schemas/Artist.js.map +1 -1
- package/.dist/schemas/Event.d.ts +15 -0
- package/.dist/schemas/Event.js +15 -0
- package/.dist/schemas/Event.js.map +1 -1
- package/.dist/schemas/Order.d.ts +83 -0
- package/.dist/schemas/Order.js +84 -0
- package/.dist/schemas/Order.js.map +1 -1
- package/.dist/schemas/SecondaryEmail.d.ts +12 -0
- package/.dist/schemas/SecondaryEmail.js +14 -0
- package/.dist/schemas/SecondaryEmail.js.map +1 -0
- package/.dist/schemas/UserProfile.d.ts +0 -130
- package/.dist/schemas/UserProfile.js +0 -2
- package/.dist/schemas/UserProfile.js.map +1 -1
- package/.dist/schemas/Venue.d.ts +4 -141
- package/.dist/schemas/Venue.js +4 -15
- package/.dist/schemas/Venue.js.map +1 -1
- package/.dist/sellout-proto.js +29977 -22900
- package/.dist/utils/AnalyticsUtil.d.ts +37 -0
- package/.dist/utils/AnalyticsUtil.js +557 -0
- package/.dist/utils/AnalyticsUtil.js.map +1 -0
- package/.dist/utils/EventUtil.d.ts +35 -12
- package/.dist/utils/EventUtil.js +80 -15
- package/.dist/utils/EventUtil.js.map +1 -1
- package/.dist/utils/FeeUtil.d.ts +4 -4
- package/.dist/utils/FeeUtil.js +4 -4
- package/.dist/utils/FeeUtil.js.map +1 -1
- package/package.json +6 -5
- package/src/enums/OrderDeliveryMethodEnum.ts +5 -0
- package/src/enums/PaymentMethodTypeEnum.ts +5 -0
- package/src/graphql/fragments/event.fragment.ts +3 -0
- package/src/graphql/links/debounceLink.ts +4 -0
- package/src/graphql/mutations/acceptRole.mutation.ts +17 -0
- package/src/graphql/mutations/attachStripePaymentMethod.mutation.ts +9 -0
- package/src/graphql/mutations/createArtist.mutation.ts +0 -8
- package/src/graphql/mutations/createEvent.mutation.ts +0 -2
- package/src/graphql/mutations/createOrder.mutation.ts +56 -0
- package/src/graphql/mutations/createOrganizationFee.mutation.ts +26 -0
- package/src/graphql/mutations/createPlatformFee.mutation.ts +26 -0
- package/src/graphql/mutations/createRole.mutation.ts +15 -0
- package/src/graphql/mutations/createStripeSetupIntent.mutation.ts +9 -0
- package/src/graphql/mutations/createStripeTerminalConnectionToken.mutation.ts +9 -0
- package/src/graphql/mutations/createVenue.mutation.ts +31 -0
- package/src/graphql/mutations/createWebFlowSite.mutation.ts +38 -0
- package/src/graphql/mutations/deleteOrganizationFee.mutation.ts +9 -0
- package/src/graphql/mutations/deletePlatformFee.mutation.ts +9 -0
- package/src/graphql/mutations/deleteRole.mutation.ts +9 -0
- package/src/graphql/mutations/deleteStripeTerminalReader.mutation.ts +9 -0
- package/src/graphql/mutations/deleteUnverifiedUser.mutation.ts +10 -0
- package/src/graphql/mutations/registerStripeTerminalReader.mutation.ts +17 -0
- package/src/graphql/mutations/remapWebFlowSite.mutation.ts +36 -0
- package/src/graphql/mutations/sendUserPhoneAuthentication.mutation.ts +9 -0
- package/src/graphql/mutations/setUserOrgContextId.mutation.ts +11 -0
- package/src/graphql/mutations/setUserPassword.mutation.ts +11 -0
- package/src/graphql/mutations/updateArtist.mutation.ts +0 -8
- package/src/graphql/mutations/updateEvent.mutation.ts +0 -2
- package/src/graphql/mutations/updateOrganizationFee.mutation.ts +26 -0
- package/src/graphql/mutations/updatePlatformFee.mutation.ts +26 -0
- package/src/graphql/mutations/updateVenue.mutation.ts +31 -0
- package/src/graphql/mutations/verifyUserPhoneAuthentication.mutation.ts +11 -0
- package/src/graphql/queries/analytics.query.ts +26 -0
- package/src/graphql/queries/artist.query.ts +0 -8
- package/src/graphql/queries/artists.query.ts +0 -8
- package/src/graphql/queries/customerProfile.query.ts +21 -0
- package/src/graphql/queries/event.query.ts +3 -2
- package/src/graphql/queries/events.query.ts +2 -7
- package/src/graphql/queries/listStripeTerminalReaders.query.ts +17 -0
- package/src/graphql/queries/orders.query.ts +14 -0
- package/src/graphql/queries/organizationFees.query.ts +26 -0
- package/src/graphql/queries/organizations.query.ts +45 -0
- package/src/graphql/queries/platformFees.query.ts +26 -0
- package/src/graphql/queries/profile.query.ts +4 -1
- package/src/graphql/queries/profiles.query.ts +1 -8
- package/src/graphql/queries/publicEvent.query.ts +53 -0
- package/src/graphql/queries/role.query.ts +28 -0
- package/src/graphql/queries/seating.query.ts +16 -0
- package/src/graphql/queries/userExists.query.ts +14 -0
- package/src/graphql/queries/userProfile.query.ts +29 -0
- package/src/graphql/queries/userRoles.query.ts +30 -0
- package/src/graphql/queries/venue.query.ts +1 -2
- package/src/graphql/queries/venues.query.ts +23 -36
- package/src/graphql/queries/webFlowSites.query.ts +20 -0
- package/src/interfaces/IAnalytics.ts +96 -0
- package/src/interfaces/IArtist.ts +0 -2
- package/src/interfaces/IEvent.ts +17 -2
- package/src/interfaces/IEventCustomField.ts +4 -1
- package/src/interfaces/IEventUpgrade.ts +1 -0
- package/src/interfaces/IFee.ts +2 -4
- package/src/interfaces/IOrder.ts +8 -4
- package/src/interfaces/IOrderState.ts +5 -14
- package/src/interfaces/IOrderTicket.ts +2 -0
- package/src/interfaces/IOrderType.ts +1 -1
- package/src/interfaces/IOrderUpgrade.ts +2 -1
- package/src/interfaces/IPagination.ts +11 -0
- package/src/interfaces/IPayment.ts +13 -0
- package/src/interfaces/IRole.ts +26 -8
- package/src/interfaces/IStripeCustomer.ts +7 -0
- package/src/interfaces/IStripeSource.ts +10 -0
- package/src/interfaces/IStripeTerminalReader.ts +9 -0
- package/src/interfaces/ITicketTier.ts +2 -2
- package/src/interfaces/ITicketType.ts +1 -0
- package/src/interfaces/IUserProfile.ts +8 -2
- package/src/interfaces/IVenue.ts +2 -6
- package/src/proto/artist.proto +1 -2
- package/src/proto/broadcast.proto +0 -13
- package/src/proto/common.proto +15 -0
- package/src/proto/event.proto +4 -1
- package/src/proto/order.proto +78 -4
- package/src/proto/stripe.proto +135 -0
- package/src/proto/venue.proto +7 -10
- package/src/schemas/Artist.ts +4 -2
- package/src/schemas/Event.ts +15 -0
- package/src/schemas/Order.ts +85 -0
- package/src/schemas/UserProfile.ts +0 -2
- package/src/schemas/Venue.ts +4 -15
- package/src/utils/AnalyticsUtil.ts +838 -0
- package/src/utils/EventUtil.ts +110 -44
- package/src/utils/FeeUtil.ts +4 -4
- package/src/utils/fee-util-broken-but-why +36 -0
- package/src/interfaces/IMetrics.ts +0 -33
- /package/src/graphql/mutations/{forgotPassword.ts → forgotPassword.mutation.ts} +0 -0
- /package/src/graphql/mutations/{login.ts → login.mutation.ts} +0 -0
- /package/src/graphql/mutations/{register.ts → register.mutation.ts} +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const mutation = graphql_tag_1.default `
|
|
8
|
+
mutation ForgotPassword($email: String!) {
|
|
9
|
+
forgotPassword(email: $email)
|
|
10
|
+
}
|
|
11
|
+
`;
|
|
12
|
+
exports.default = mutation;
|
|
13
|
+
//# sourceMappingURL=forgotPassword.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"forgotPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/forgotPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const mutation = graphql_tag_1.default `
|
|
8
|
+
mutation Login($email: String!, $password: String!) {
|
|
9
|
+
login(email: $email, password: $password) {
|
|
10
|
+
user {
|
|
11
|
+
_id
|
|
12
|
+
firstName
|
|
13
|
+
lastName
|
|
14
|
+
email
|
|
15
|
+
phoneNumber
|
|
16
|
+
createdAt
|
|
17
|
+
}
|
|
18
|
+
token
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
`;
|
|
22
|
+
exports.default = mutation;
|
|
23
|
+
//# sourceMappingURL=login.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/login.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;CAcnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const mutation = graphql_tag_1.default `
|
|
8
|
+
mutation Register($user: UserInput!) {
|
|
9
|
+
register(user: $user) {
|
|
10
|
+
user {
|
|
11
|
+
_id
|
|
12
|
+
firstName
|
|
13
|
+
lastName
|
|
14
|
+
email
|
|
15
|
+
phoneNumber
|
|
16
|
+
createdAt
|
|
17
|
+
}
|
|
18
|
+
token
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
`;
|
|
22
|
+
exports.default = mutation;
|
|
23
|
+
//# sourceMappingURL=register.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/register.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;CAcnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const mutation = graphql_tag_1.default `
|
|
8
|
+
mutation registerStripeTerminalReader($label: String, $registrationCode: String) {
|
|
9
|
+
registerStripeTerminalReader(label: $label, registrationCode: $registrationCode) {
|
|
10
|
+
id
|
|
11
|
+
label
|
|
12
|
+
type
|
|
13
|
+
location
|
|
14
|
+
serialNumber
|
|
15
|
+
status
|
|
16
|
+
ipAddress
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
`;
|
|
20
|
+
exports.default = mutation;
|
|
21
|
+
//# sourceMappingURL=registerStripeTerminalReader.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registerStripeTerminalReader.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/registerStripeTerminalReader.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;CAYnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const query = graphql_tag_1.default `
|
|
8
|
+
mutation remapWebFlowSite($webFlowId: String!) {
|
|
9
|
+
remapWebFlowSite(webFlowId: $webFlowId) {
|
|
10
|
+
_id
|
|
11
|
+
orgId
|
|
12
|
+
sites {
|
|
13
|
+
name
|
|
14
|
+
webFlowId
|
|
15
|
+
enabled
|
|
16
|
+
createdAt
|
|
17
|
+
updatedAt
|
|
18
|
+
previewUrl
|
|
19
|
+
domains {
|
|
20
|
+
lastPublishedAt
|
|
21
|
+
name
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
entities {
|
|
25
|
+
_id
|
|
26
|
+
name
|
|
27
|
+
selloutId
|
|
28
|
+
entityType
|
|
29
|
+
alwaysPublishTo
|
|
30
|
+
webFlowIds {
|
|
31
|
+
webFlowSiteId
|
|
32
|
+
webFlowEntityId
|
|
33
|
+
slug
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
`;
|
|
39
|
+
exports.default = query;
|
|
40
|
+
//# sourceMappingURL=remapWebFlowSite.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remapWebFlowSite.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/remapWebFlowSite.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const query = graphql_tag_1.default `
|
|
8
|
+
mutation sendUserPhoneAuthentication($email: String, $phoneNumber: String) {
|
|
9
|
+
sendUserPhoneAuthentication(email: $email, phoneNumber: $phoneNumber)
|
|
10
|
+
}
|
|
11
|
+
`;
|
|
12
|
+
exports.default = query;
|
|
13
|
+
//# sourceMappingURL=sendUserPhoneAuthentication.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendUserPhoneAuthentication.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserPhoneAuthentication.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;CAIhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const mutation = graphql_tag_1.default `
|
|
8
|
+
mutation setUserOrgContextId($orgId: String) {
|
|
9
|
+
setUserOrgContextId(orgId: $orgId) {
|
|
10
|
+
token
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
14
|
+
exports.default = mutation;
|
|
15
|
+
//# sourceMappingURL=setUserOrgContextId.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setUserOrgContextId.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserOrgContextId.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const mutation = graphql_tag_1.default `
|
|
8
|
+
mutation setUserOrgContextId($orgId: String) {
|
|
9
|
+
setUserOrgContextId(orgId: $orgId) {
|
|
10
|
+
token
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
14
|
+
exports.default = mutation;
|
|
15
|
+
//# sourceMappingURL=setUserOrgContextId.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setUserOrgContextId.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserOrgContextId.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const query = graphql_tag_1.default `
|
|
8
|
+
mutation setUserPassword($password: String!) {
|
|
9
|
+
setUserPassword(password: $password) {
|
|
10
|
+
_id
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
14
|
+
exports.default = query;
|
|
15
|
+
//# sourceMappingURL=setUserPassword.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setUserPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;CAMhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -36,14 +36,6 @@ const mutation = graphql_tag_1.default `
|
|
|
36
36
|
email
|
|
37
37
|
phoneNumber
|
|
38
38
|
}
|
|
39
|
-
metrics {
|
|
40
|
-
lifeTimeTicketsPurchased
|
|
41
|
-
lifeTimeTicketsRefunded
|
|
42
|
-
lifeTimeUpgradesPurchased
|
|
43
|
-
lifeTimeUpgradesRefunded
|
|
44
|
-
lifeTimeValue
|
|
45
|
-
lifeTimeValueRefunded
|
|
46
|
-
}
|
|
47
39
|
createdAt
|
|
48
40
|
}
|
|
49
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateArtist.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateArtist.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA
|
|
1
|
+
{"version":3,"file":"updateArtist.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateArtist.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -42,7 +42,6 @@ const mutation = graphql_tag_1.default `
|
|
|
42
42
|
...TicketExchange
|
|
43
43
|
...Fees
|
|
44
44
|
...Artists
|
|
45
|
-
...Metrics
|
|
46
45
|
...WebFlowEntity
|
|
47
46
|
}
|
|
48
47
|
}
|
|
@@ -58,7 +57,6 @@ const mutation = graphql_tag_1.default `
|
|
|
58
57
|
${event_fragment_1.default.fragments.exchange}
|
|
59
58
|
${event_fragment_1.default.fragments.fees}
|
|
60
59
|
${event_fragment_1.default.fragments.artists}
|
|
61
|
-
${event_fragment_1.default.fragments.metrics}
|
|
62
60
|
${event_fragment_1.default.fragments.webFlowEntity}
|
|
63
61
|
`;
|
|
64
62
|
exports.default = mutation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,qBAAG,CAAA
|
|
1
|
+
{"version":3,"file":"updateEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyChB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,WAAW;IAC3B,wBAAK,CAAC,SAAS,CAAC,KAAK;IACrB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;IAC1B,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,IAAI;IACpB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,aAAa;CAChC,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const mutation = graphql_tag_1.default `
|
|
8
|
+
mutation updateOrganizationFee($orgId: String!, $fee: FeeInput!) {
|
|
9
|
+
updateOrganizationFee(orgId: $orgId, fee: $fee) {
|
|
10
|
+
_id
|
|
11
|
+
name
|
|
12
|
+
orgId
|
|
13
|
+
eventId
|
|
14
|
+
type
|
|
15
|
+
value
|
|
16
|
+
appliedTo
|
|
17
|
+
appliedBy
|
|
18
|
+
minAppliedToPrice
|
|
19
|
+
maxAppliedToPrice
|
|
20
|
+
filters
|
|
21
|
+
createdBy
|
|
22
|
+
createdAt
|
|
23
|
+
updatedBy
|
|
24
|
+
updatedAt
|
|
25
|
+
disabled
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
`;
|
|
29
|
+
exports.default = mutation;
|
|
30
|
+
//# sourceMappingURL=updateOrganizationFee.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateOrganizationFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrganizationFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const mutation = graphql_tag_1.default `
|
|
8
|
+
mutation updatePlatformFee($fee: FeeInput!) {
|
|
9
|
+
updatePlatformFee(fee: $fee) {
|
|
10
|
+
_id
|
|
11
|
+
name
|
|
12
|
+
orgId
|
|
13
|
+
eventId
|
|
14
|
+
type
|
|
15
|
+
value
|
|
16
|
+
appliedTo
|
|
17
|
+
appliedBy
|
|
18
|
+
minAppliedToPrice
|
|
19
|
+
maxAppliedToPrice
|
|
20
|
+
filters
|
|
21
|
+
createdBy
|
|
22
|
+
createdAt
|
|
23
|
+
updatedBy
|
|
24
|
+
updatedAt
|
|
25
|
+
disabled
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
`;
|
|
29
|
+
exports.default = mutation;
|
|
30
|
+
//# sourceMappingURL=updatePlatformFee.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePlatformFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updatePlatformFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const mutation = graphql_tag_1.default `
|
|
8
|
+
mutation updateVenue($venue: VenueInput!) {
|
|
9
|
+
updateVenue(venue: $venue) {
|
|
10
|
+
_id
|
|
11
|
+
orgId
|
|
12
|
+
name
|
|
13
|
+
description
|
|
14
|
+
capacity
|
|
15
|
+
address {
|
|
16
|
+
address1
|
|
17
|
+
address2
|
|
18
|
+
city
|
|
19
|
+
state
|
|
20
|
+
zip
|
|
21
|
+
country
|
|
22
|
+
phone
|
|
23
|
+
lat
|
|
24
|
+
lng
|
|
25
|
+
placeId
|
|
26
|
+
timezone
|
|
27
|
+
}
|
|
28
|
+
url
|
|
29
|
+
imageUrls
|
|
30
|
+
venueGlobalId
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
`;
|
|
34
|
+
exports.default = mutation;
|
|
35
|
+
//# sourceMappingURL=updateVenue.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateVenue.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateVenue.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const query = graphql_tag_1.default `
|
|
8
|
+
mutation verifyUserPhoneAuthentication($email: String, $phoneNumber: String, $phoneVerificationToken: String!){
|
|
9
|
+
verifyUserPhoneAuthentication(email: $email, phoneNumber: $phoneNumber, phoneVerificationToken: $phoneVerificationToken) {
|
|
10
|
+
token
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
14
|
+
exports.default = query;
|
|
15
|
+
//# sourceMappingURL=verifyUserPhoneAuthentication.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verifyUserPhoneAuthentication.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/verifyUserPhoneAuthentication.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;CAMhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const query = graphql_tag_1.default `
|
|
8
|
+
query Analytics($query: AnalyticsQueryInput!) {
|
|
9
|
+
orderAnalytics(query: $query) {
|
|
10
|
+
label
|
|
11
|
+
type
|
|
12
|
+
interval
|
|
13
|
+
intervalOptions
|
|
14
|
+
coordinates {
|
|
15
|
+
x
|
|
16
|
+
y
|
|
17
|
+
}
|
|
18
|
+
segments {
|
|
19
|
+
label
|
|
20
|
+
type
|
|
21
|
+
coordinates {
|
|
22
|
+
x
|
|
23
|
+
y
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
`;
|
|
29
|
+
exports.default = query;
|
|
30
|
+
//# sourceMappingURL=analytics.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analytics.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/analytics.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;CAqBhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -36,14 +36,6 @@ const query = graphql_tag_1.default `
|
|
|
36
36
|
email
|
|
37
37
|
phoneNumber
|
|
38
38
|
}
|
|
39
|
-
metrics {
|
|
40
|
-
lifeTimeTicketsPurchased
|
|
41
|
-
lifeTimeTicketsRefunded
|
|
42
|
-
lifeTimeUpgradesPurchased
|
|
43
|
-
lifeTimeUpgradesRefunded
|
|
44
|
-
lifeTimeValue
|
|
45
|
-
lifeTimeValueRefunded
|
|
46
|
-
}
|
|
47
39
|
createdAt
|
|
48
40
|
}
|
|
49
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"artist.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/artist.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA
|
|
1
|
+
{"version":3,"file":"artist.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/artist.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmChB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -36,14 +36,6 @@ const query = graphql_tag_1.default `
|
|
|
36
36
|
email
|
|
37
37
|
phoneNumber
|
|
38
38
|
}
|
|
39
|
-
metrics {
|
|
40
|
-
lifeTimeTicketsPurchased
|
|
41
|
-
lifeTimeTicketsRefunded
|
|
42
|
-
lifeTimeUpgradesPurchased
|
|
43
|
-
lifeTimeUpgradesRefunded
|
|
44
|
-
lifeTimeValue
|
|
45
|
-
lifeTimeValueRefunded
|
|
46
|
-
}
|
|
47
39
|
createdAt
|
|
48
40
|
}
|
|
49
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"artists.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/artists.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA
|
|
1
|
+
{"version":3,"file":"artists.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/artists.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmChB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const query = graphql_tag_1.default `
|
|
8
|
+
query userProfiles($query: UserProfileQueryInput) {
|
|
9
|
+
userProfiles(query: $query) {
|
|
10
|
+
_id
|
|
11
|
+
imageUrl
|
|
12
|
+
user {
|
|
13
|
+
_id
|
|
14
|
+
email
|
|
15
|
+
firstName
|
|
16
|
+
lastName
|
|
17
|
+
phoneNumber
|
|
18
|
+
phoneNumberVerifiedAt
|
|
19
|
+
}
|
|
20
|
+
metrics {
|
|
21
|
+
orgId
|
|
22
|
+
yearToDateValue
|
|
23
|
+
lifeTimeValue
|
|
24
|
+
createdAt
|
|
25
|
+
lifeTimeTicketsPurchased
|
|
26
|
+
lifeTimeUpgradesPurchased
|
|
27
|
+
}
|
|
28
|
+
stripeCustomerId
|
|
29
|
+
address {
|
|
30
|
+
address1
|
|
31
|
+
address2
|
|
32
|
+
city
|
|
33
|
+
state
|
|
34
|
+
zip
|
|
35
|
+
country
|
|
36
|
+
phone
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
`;
|
|
41
|
+
exports.default = query;
|
|
42
|
+
//# sourceMappingURL=customerProfile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerProfile.js","sourceRoot":"","sources":["../../../src/graphql/queries/customerProfile.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiChB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const query = graphql_tag_1.default `
|
|
8
|
+
query userProfiles($query: UserProfileQueryInput) {
|
|
9
|
+
userProfiles(query: $query) {
|
|
10
|
+
_id
|
|
11
|
+
userId
|
|
12
|
+
imageUrl
|
|
13
|
+
user {
|
|
14
|
+
_id
|
|
15
|
+
email
|
|
16
|
+
firstName
|
|
17
|
+
lastName
|
|
18
|
+
phoneNumber
|
|
19
|
+
}
|
|
20
|
+
stripeCustomerId
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
`;
|
|
24
|
+
exports.default = query;
|
|
25
|
+
//# sourceMappingURL=customerProfile.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerProfile.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/customerProfile.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;CAgBhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -24,6 +24,9 @@ const query = graphql_tag_1.default `
|
|
|
24
24
|
age
|
|
25
25
|
sendQRCode
|
|
26
26
|
hasOrders
|
|
27
|
+
organization {
|
|
28
|
+
orgName
|
|
29
|
+
}
|
|
27
30
|
venue {
|
|
28
31
|
name
|
|
29
32
|
address {
|
|
@@ -42,7 +45,6 @@ const query = graphql_tag_1.default `
|
|
|
42
45
|
...TicketExchange
|
|
43
46
|
...Fees
|
|
44
47
|
...Artists
|
|
45
|
-
...Metrics
|
|
46
48
|
...WebFlowEntity
|
|
47
49
|
}
|
|
48
50
|
}
|
|
@@ -58,7 +60,6 @@ const query = graphql_tag_1.default `
|
|
|
58
60
|
${event_fragment_1.default.fragments.exchange}
|
|
59
61
|
${event_fragment_1.default.fragments.fees}
|
|
60
62
|
${event_fragment_1.default.fragments.artists}
|
|
61
|
-
${event_fragment_1.default.fragments.metrics}
|
|
62
63
|
${event_fragment_1.default.fragments.webFlowEntity}
|
|
63
64
|
`;
|
|
64
65
|
exports.default = query;
|