@sellout/models 0.0.104 → 0.0.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dist/enums/DropDownEnum.d.ts +3 -0
- package/.dist/enums/DropDownEnum.js +8 -0
- package/.dist/enums/DropDownEnum.js.map +1 -0
- package/.dist/graphql/fragments/event.fragment.js +15 -14
- package/.dist/graphql/fragments/event.fragment.js.map +1 -1
- package/.dist/graphql/fragments/order.fragment.js +4 -2
- package/.dist/graphql/fragments/order.fragment.js.map +1 -1
- package/.dist/graphql/mutations/acceptRole.mutation.js +1 -1
- package/.dist/graphql/mutations/acceptRole.mutation.js.map +1 -1
- package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.js +1 -1
- package/.dist/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.js.map +1 -1
- package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js +1 -1
- package/.dist/graphql/mutations/attachStripePaymentMethod.mutation.js.map +1 -1
- package/.dist/graphql/mutations/breakApartOrder.js +1 -1
- package/.dist/graphql/mutations/breakApartOrder.js.map +1 -1
- package/.dist/graphql/mutations/createArtist.mutation.js +1 -1
- package/.dist/graphql/mutations/createArtist.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createEvent.mutation.js +4 -1
- package/.dist/graphql/mutations/createEvent.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createFee.mutation.js +1 -1
- package/.dist/graphql/mutations/createFee.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createOrder.mutation.js +1 -1
- package/.dist/graphql/mutations/createOrder.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.js +1 -1
- package/.dist/graphql/mutations/createOrderPaymentIntent.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createOrganizationFee.mutation.js +1 -1
- package/.dist/graphql/mutations/createOrganizationFee.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createPlatformFee.mutation.js +1 -1
- package/.dist/graphql/mutations/createPlatformFee.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createRole.mutation.js +1 -1
- package/.dist/graphql/mutations/createRole.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js +1 -1
- package/.dist/graphql/mutations/createStripeSetupIntent.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js +1 -1
- package/.dist/graphql/mutations/createStripeTerminalConnectionToken.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createVenue.mutation.js +27 -26
- package/.dist/graphql/mutations/createVenue.mutation.js.map +1 -1
- package/.dist/graphql/mutations/createWebFlowSite.mutation.js +1 -1
- package/.dist/graphql/mutations/createWebFlowSite.mutation.js.map +1 -1
- package/.dist/graphql/mutations/deleteEvent.mutation.js +25 -0
- package/.dist/graphql/mutations/deleteEvent.mutation.js.map +1 -0
- package/.dist/graphql/mutations/deleteFee.mutation.js +1 -1
- package/.dist/graphql/mutations/deleteFee.mutation.js.map +1 -1
- package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js +1 -1
- package/.dist/graphql/mutations/deleteOrganizationFee.mutation.js.map +1 -1
- package/.dist/graphql/mutations/deletePlatformFee.mutation.js +1 -1
- package/.dist/graphql/mutations/deletePlatformFee.mutation.js.map +1 -1
- package/.dist/graphql/mutations/deleteRole.mutation.js +1 -1
- package/.dist/graphql/mutations/deleteRole.mutation.js.map +1 -1
- package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js +1 -1
- package/.dist/graphql/mutations/deleteStripeTerminalReader.mutation.js.map +1 -1
- package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js +1 -1
- package/.dist/graphql/mutations/deleteUnverifiedUser.mutation.js.map +1 -1
- package/.dist/graphql/mutations/forgotPassword.mutation.js +1 -1
- package/.dist/graphql/mutations/forgotPassword.mutation.js.map +1 -1
- package/.dist/graphql/mutations/generateOrderReport.mutation.js +1 -1
- package/.dist/graphql/mutations/generateOrderReport.mutation.js.map +1 -1
- package/.dist/graphql/mutations/generateUserProfileReport.mutation.js +1 -1
- package/.dist/graphql/mutations/generateUserProfileReport.mutation.js.map +1 -1
- package/.dist/graphql/mutations/login.mutation.js +1 -1
- package/.dist/graphql/mutations/login.mutation.js.map +1 -1
- package/.dist/graphql/mutations/publishEvent.mutation.js +4 -1
- package/.dist/graphql/mutations/publishEvent.mutation.js.map +1 -1
- package/.dist/graphql/mutations/refundOrder.mutation.js +130 -0
- package/.dist/graphql/mutations/refundOrder.mutation.js.map +1 -0
- package/.dist/graphql/mutations/register.mutation.js +1 -1
- package/.dist/graphql/mutations/register.mutation.js.map +1 -1
- package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js +1 -1
- package/.dist/graphql/mutations/registerStripeTerminalReader.mutation.js.map +1 -1
- package/.dist/graphql/mutations/remapWebFlowSite.mutation.js +1 -1
- package/.dist/graphql/mutations/remapWebFlowSite.mutation.js.map +1 -1
- package/.dist/graphql/mutations/resetUserPassword.mutation.js +1 -1
- package/.dist/graphql/mutations/resetUserPassword.mutation.js.map +1 -1
- package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.js +1 -1
- package/.dist/graphql/mutations/resetUserPasswordInApp.mutation.js.map +1 -1
- package/.dist/graphql/mutations/{sendUserEmailVerification.js → sendOrderReceiptEmail.mutation.js} +4 -6
- package/.dist/graphql/mutations/sendOrderReceiptEmail.mutation.js.map +1 -0
- package/.dist/graphql/mutations/sendUserEmailVerification.mutation.js +1 -1
- package/.dist/graphql/mutations/sendUserEmailVerification.mutation.js.map +1 -1
- package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js +1 -1
- package/.dist/graphql/mutations/sendUserPhoneAuthentication.mutation.js.map +1 -1
- package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.js +1 -1
- package/.dist/graphql/mutations/sendUserPhoneVerification.mutation.js.map +1 -1
- package/.dist/graphql/mutations/setUserOrgContextId.mutation.js +1 -1
- package/.dist/graphql/mutations/setUserOrgContextId.mutation.js.map +1 -1
- package/.dist/graphql/mutations/setUserPassword.mutation.js +1 -1
- package/.dist/graphql/mutations/setUserPassword.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateArtist.mutation.js +1 -1
- package/.dist/graphql/mutations/updateArtist.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateBasicUserInfo.mutation.js +1 -1
- package/.dist/graphql/mutations/updateBasicUserInfo.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateEvent.mutation.js +4 -1
- package/.dist/graphql/mutations/updateEvent.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateFee.mutation.js +1 -1
- package/.dist/graphql/mutations/updateFee.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateOrganization.mutation.js +1 -1
- package/.dist/graphql/mutations/updateOrganization.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateOrganizationFee.mutation.js +1 -1
- package/.dist/graphql/mutations/updateOrganizationFee.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updatePlatformFee.mutation.js +1 -1
- package/.dist/graphql/mutations/updatePlatformFee.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateUserEmail.mutation.js +1 -1
- package/.dist/graphql/mutations/updateUserEmail.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.js +1 -1
- package/.dist/graphql/mutations/updateUserPhoneNumber.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateVenue.mutation.js +27 -26
- package/.dist/graphql/mutations/updateVenue.mutation.js.map +1 -1
- package/.dist/graphql/mutations/uploadFiles.mutation.js +1 -1
- package/.dist/graphql/mutations/uploadFiles.mutation.js.map +1 -1
- package/.dist/graphql/mutations/verifyUserEmail.mutation.js +1 -1
- package/.dist/graphql/mutations/verifyUserEmail.mutation.js.map +1 -1
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js +1 -1
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.mutation.js.map +1 -1
- package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.js +1 -1
- package/.dist/graphql/mutations/verifyUserPhoneNumber.mutation.js.map +1 -1
- package/.dist/graphql/queries/analytics.query.js +1 -1
- package/.dist/graphql/queries/analytics.query.js.map +1 -1
- package/.dist/graphql/queries/artist.query.js +1 -1
- package/.dist/graphql/queries/artist.query.js.map +1 -1
- package/.dist/graphql/queries/artists.query.js +1 -1
- package/.dist/graphql/queries/artists.query.js.map +1 -1
- package/.dist/graphql/queries/context.query.js +1 -1
- package/.dist/graphql/queries/context.query.js.map +1 -1
- package/.dist/graphql/queries/customerOrders.query.js +1 -1
- package/.dist/graphql/queries/customerOrders.query.js.map +1 -1
- package/.dist/graphql/queries/customerProfile.query.js +1 -1
- package/.dist/graphql/queries/customerProfile.query.js.map +1 -1
- package/.dist/graphql/queries/event.query.js +5 -1
- package/.dist/graphql/queries/event.query.js.map +1 -1
- package/.dist/graphql/queries/events.query.js +5 -1
- package/.dist/graphql/queries/events.query.js.map +1 -1
- package/.dist/graphql/queries/fee.query.js +1 -1
- package/.dist/graphql/queries/fee.query.js.map +1 -1
- package/.dist/graphql/queries/fees.query.js +30 -0
- package/.dist/graphql/queries/fees.query.js.map +1 -0
- package/.dist/graphql/queries/isSuperUser.query.js +1 -1
- package/.dist/graphql/queries/isSuperUser.query.js.map +1 -1
- package/.dist/graphql/queries/listStripeTerminalReaders.query.js +1 -1
- package/.dist/graphql/queries/listStripeTerminalReaders.query.js.map +1 -1
- package/.dist/graphql/queries/order.query.js +17 -1
- package/.dist/graphql/queries/order.query.js.map +1 -1
- package/.dist/graphql/queries/orders.query.js +1 -1
- package/.dist/graphql/queries/orders.query.js.map +1 -1
- package/.dist/graphql/queries/organizationFees.query.js +1 -1
- package/.dist/graphql/queries/organizationFees.query.js.map +1 -1
- package/.dist/graphql/queries/organizations.query.js +1 -1
- package/.dist/graphql/queries/organizations.query.js.map +1 -1
- package/.dist/graphql/queries/platformFees.query.js +1 -1
- package/.dist/graphql/queries/platformFees.query.js.map +1 -1
- package/.dist/graphql/queries/profile.query.js +1 -1
- package/.dist/graphql/queries/profile.query.js.map +1 -1
- package/.dist/graphql/queries/profiles.query.js +1 -1
- package/.dist/graphql/queries/profiles.query.js.map +1 -1
- package/.dist/graphql/queries/publicEvent.query.js +5 -1
- package/.dist/graphql/queries/publicEvent.query.js.map +1 -1
- package/.dist/graphql/queries/role.query.js +1 -1
- package/.dist/graphql/queries/role.query.js.map +1 -1
- package/.dist/graphql/queries/roles.query.js +1 -1
- package/.dist/graphql/queries/roles.query.js.map +1 -1
- package/.dist/graphql/queries/seating.query.js +1 -1
- package/.dist/graphql/queries/seating.query.js.map +1 -1
- package/.dist/graphql/queries/userExists.query.js +1 -1
- package/.dist/graphql/queries/userExists.query.js.map +1 -1
- package/.dist/graphql/queries/userProfile.query.js +1 -1
- package/.dist/graphql/queries/userProfile.query.js.map +1 -1
- package/.dist/graphql/queries/userRoles.query.js +1 -1
- package/.dist/graphql/queries/userRoles.query.js.map +1 -1
- package/.dist/graphql/queries/venue.query.js +27 -26
- package/.dist/graphql/queries/venue.query.js.map +1 -1
- package/.dist/graphql/queries/venues.query.js +27 -26
- package/.dist/graphql/queries/venues.query.js.map +1 -1
- package/.dist/graphql/queries/webFlowSites.query.js +1 -1
- package/.dist/graphql/queries/webFlowSites.query.js.map +1 -1
- package/.dist/graphql/queries/webflow.query.js +1 -1
- package/.dist/graphql/queries/webflow.query.js.map +1 -1
- package/.dist/interfaces/IAddress.d.ts +1 -0
- package/.dist/interfaces/IEvent.d.ts +2 -0
- package/.dist/interfaces/IEventQuery.d.ts +1 -0
- package/.dist/interfaces/IOrder.d.ts +2 -0
- package/.dist/interfaces/IOrder.js.map +1 -1
- package/.dist/interfaces/IOrderQuery.d.ts +1 -0
- package/.dist/interfaces/IOrderState.d.ts +2 -1
- package/.dist/interfaces/IOrderState.js +1 -0
- package/.dist/interfaces/IOrderState.js.map +1 -1
- package/.dist/interfaces/IPayment.d.ts +1 -0
- package/.dist/interfaces/IProcessingFees.d.ts +5 -0
- package/.dist/interfaces/{IStripe.js → IProcessingFees.js} +2 -1
- package/.dist/interfaces/IProcessingFees.js.map +1 -0
- package/.dist/interfaces/IRefund.d.ts +1 -0
- package/.dist/interfaces/IRefundModal.d.ts +8 -0
- package/.dist/interfaces/{IMetrics.js → IRefundModal.js} +1 -1
- package/.dist/interfaces/IRefundModal.js.map +1 -0
- package/.dist/interfaces/ISearchDropdownItem.d.ts +4 -0
- package/.dist/interfaces/{IStripeSource.js → ISearchDropdownItem.js} +1 -1
- package/.dist/interfaces/ISearchDropdownItem.js.map +1 -0
- package/.dist/interfaces/ITicketType.d.ts +1 -0
- package/.dist/schemas/Address.d.ts +5 -0
- package/.dist/schemas/Address.js +5 -0
- package/.dist/schemas/Address.js.map +1 -1
- package/.dist/schemas/Event.d.ts +19 -0
- package/.dist/schemas/Event.js +15 -1
- package/.dist/schemas/Event.js.map +1 -1
- package/.dist/schemas/Order.d.ts +39 -0
- package/.dist/schemas/Order.js +7 -0
- package/.dist/schemas/Order.js.map +1 -1
- package/.dist/schemas/Organization.d.ts +5 -0
- package/.dist/schemas/UserProfile.d.ts +5 -0
- package/.dist/schemas/Venue.d.ts +5 -0
- package/.dist/sellout-proto.js +3278 -405
- package/.dist/utils/AnalyticsUtil.js +5 -2
- package/.dist/utils/AnalyticsUtil.js.map +1 -1
- package/.dist/utils/EventUtil.d.ts +20 -2
- package/.dist/utils/EventUtil.js +330 -52
- package/.dist/utils/EventUtil.js.map +1 -1
- package/.dist/utils/FeeUtil.d.ts +5 -0
- package/.dist/utils/FeeUtil.js +21 -0
- package/.dist/utils/FeeUtil.js.map +1 -1
- package/.dist/utils/OrderUtil.js.map +1 -1
- package/.dist/utils/SaveLogsToFile.d.ts +2 -0
- package/.dist/utils/SaveLogsToFile.js +43 -0
- package/.dist/utils/SaveLogsToFile.js.map +1 -0
- package/.dist/utils/TierUtil.js +1 -1
- package/.dist/utils/TierUtil.js.map +1 -1
- package/package.json +11 -11
- package/src/enums/DropDownEnum.ts +3 -0
- package/src/graphql/fragments/event.fragment.ts +1 -0
- package/src/graphql/fragments/order.fragment.ts +2 -0
- package/src/graphql/mutations/createEvent.mutation.ts +3 -0
- package/src/graphql/mutations/createVenue.mutation.ts +32 -31
- package/src/graphql/mutations/deleteEvent.mutation.ts +21 -0
- package/src/graphql/mutations/publishEvent.mutation.ts +3 -0
- package/src/graphql/mutations/refundOrder.mutation.ts +126 -0
- package/src/graphql/mutations/sendOrderReceiptEmail.mutation.ts +9 -0
- package/src/graphql/mutations/updateEvent.mutation.ts +3 -0
- package/src/graphql/mutations/updateVenue.mutation.ts +32 -31
- package/src/graphql/queries/event.query.ts +4 -0
- package/src/graphql/queries/events.query.ts +4 -0
- package/src/graphql/queries/fees.query.ts +26 -0
- package/src/graphql/queries/order.query.ts +16 -0
- package/src/graphql/queries/publicEvent.query.ts +4 -0
- package/src/graphql/queries/venue.query.ts +31 -30
- package/src/graphql/queries/venues.query.ts +32 -31
- package/src/interfaces/IAddress.ts +1 -0
- package/src/interfaces/IEvent.ts +2 -0
- package/src/interfaces/IEventQuery.ts +1 -0
- package/src/interfaces/IOrder.ts +3 -1
- package/src/interfaces/IOrderQuery.ts +1 -0
- package/src/interfaces/IOrderState.ts +1 -0
- package/src/interfaces/IPayment.ts +1 -0
- package/src/interfaces/IProcessingFees.ts +6 -0
- package/src/interfaces/IRefund.ts +1 -0
- package/src/interfaces/IRefundModal.ts +8 -0
- package/src/interfaces/ISearchDropdownItem.ts +5 -0
- package/src/interfaces/ITicketType.ts +1 -0
- package/src/proto/common.proto +74 -73
- package/src/proto/event.proto +38 -0
- package/src/proto/order.proto +20 -0
- package/src/proto/stripe.proto +13 -0
- package/src/schemas/Address.ts +62 -57
- package/src/schemas/Event.ts +15 -1
- package/src/schemas/Order.ts +7 -0
- package/src/utils/AnalyticsUtil.ts +9 -9
- package/src/utils/EventUtil.ts +416 -121
- package/src/utils/FeeUtil.ts +20 -0
- package/src/utils/SaveLogsToFile.ts +13 -0
- package/.dist/enums/OrderDeliveryMethodEnum.d.ts +0 -5
- package/.dist/enums/OrderDeliveryMethodEnum.js +0 -11
- package/.dist/enums/OrderDeliveryMethodEnum.js.map +0 -1
- package/.dist/enums/PaymentMethodEnum.d.ts +0 -5
- package/.dist/enums/PaymentMethodEnum.js +0 -10
- package/.dist/enums/PaymentMethodEnum.js.map +0 -1
- package/.dist/graphql/mutations/createStripeSetupIntent.js +0 -13
- package/.dist/graphql/mutations/createStripeSetupIntent.js.map +0 -1
- package/.dist/graphql/mutations/forgotPassword.js +0 -13
- package/.dist/graphql/mutations/forgotPassword.js.map +0 -1
- package/.dist/graphql/mutations/listStripeTerminalReaders.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/listStripeTerminalReaders.mutation.js +0 -21
- package/.dist/graphql/mutations/listStripeTerminalReaders.mutation.js.map +0 -1
- package/.dist/graphql/mutations/listStripeTerminalReaders.query.d.ts +0 -2
- package/.dist/graphql/mutations/listStripeTerminalReaders.query.js +0 -21
- package/.dist/graphql/mutations/listStripeTerminalReaders.query.js.map +0 -1
- package/.dist/graphql/mutations/login.d.ts +0 -2
- package/.dist/graphql/mutations/login.js +0 -23
- package/.dist/graphql/mutations/login.js.map +0 -1
- package/.dist/graphql/mutations/register.d.ts +0 -2
- package/.dist/graphql/mutations/register.js +0 -23
- package/.dist/graphql/mutations/register.js.map +0 -1
- package/.dist/graphql/mutations/registerStripeTermainlReader.mutation.d.ts +0 -2
- package/.dist/graphql/mutations/registerStripeTermainlReader.mutation.js +0 -13
- package/.dist/graphql/mutations/registerStripeTermainlReader.mutation.js.map +0 -1
- package/.dist/graphql/mutations/registerStripeTerminalReader.d.ts +0 -2
- package/.dist/graphql/mutations/registerStripeTerminalReader.js +0 -13
- package/.dist/graphql/mutations/registerStripeTerminalReader.js.map +0 -1
- package/.dist/graphql/mutations/sendUserEmailVerification.js.map +0 -1
- package/.dist/graphql/mutations/verifyPhoneAuthentication.mutation.js +0 -15
- package/.dist/graphql/mutations/verifyPhoneAuthentication.mutation.js.map +0 -1
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.d.ts +0 -2
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.js +0 -15
- package/.dist/graphql/mutations/verifyUserPhoneAuthentication.js.map +0 -1
- package/.dist/graphql/queries/metrics.query.d.ts +0 -2
- package/.dist/graphql/queries/metrics.query.js +0 -29
- package/.dist/graphql/queries/metrics.query.js.map +0 -1
- package/.dist/graphql/queries/metricsData.query.d.ts +0 -2
- package/.dist/graphql/queries/metricsData.query.js +0 -29
- package/.dist/graphql/queries/metricsData.query.js.map +0 -1
- package/.dist/interfaces/IMetricData.d.ts +0 -57
- package/.dist/interfaces/IMetricData.js +0 -70
- package/.dist/interfaces/IMetricData.js.map +0 -1
- package/.dist/interfaces/IMetrics.d.ts +0 -29
- package/.dist/interfaces/IMetrics.js.map +0 -1
- package/.dist/interfaces/IStripe.d.ts +0 -9
- package/.dist/interfaces/IStripe.js.map +0 -1
- package/.dist/interfaces/IStripeSource.d.ts +0 -10
- package/.dist/interfaces/IStripeSource.js.map +0 -1
- package/.dist/utils/MetricsUtil.d.ts +0 -7
- package/.dist/utils/MetricsUtil.js +0 -29
- package/.dist/utils/MetricsUtil.js.map +0 -1
- package/.dist/utils/fee-util-broken-but-why.d.ts +0 -8
- package/.dist/utils/fee-util-broken-but-why.js +0 -38
- package/.dist/utils/fee-util-broken-but-why.js.map +0 -1
- /package/.dist/graphql/mutations/{createStripeSetupIntent.d.ts → deleteEvent.mutation.d.ts} +0 -0
- /package/.dist/graphql/mutations/{forgotPassword.d.ts → refundOrder.mutation.d.ts} +0 -0
- /package/.dist/graphql/mutations/{sendUserEmailVerification.d.ts → sendOrderReceiptEmail.mutation.d.ts} +0 -0
- /package/.dist/graphql/{mutations/verifyPhoneAuthentication.mutation.d.ts → queries/fees.query.d.ts} +0 -0
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
7
|
// need to update this mutation to delete userProfiles
|
|
8
|
-
const mutation = graphql_tag_1.default `
|
|
8
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
9
9
|
mutation deleteUnverifiedUser($userId: String, $email: String, $phoneNumber: String) {
|
|
10
10
|
deleteUnverifiedUser(userId: $userId, email: $email, phoneNumber: $phoneNumber)
|
|
11
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteUnverifiedUser.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteUnverifiedUser.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,sDAAsD;AACtD,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"deleteUnverifiedUser.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteUnverifiedUser.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,sDAAsD;AACtD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation ForgotPassword($email: String!) {
|
|
9
9
|
forgotPassword(email: $email)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"forgotPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/forgotPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"forgotPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/forgotPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation generateOrderReport($query: OrderQueryInput) {
|
|
9
9
|
generateOrderReport(query: $query)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateOrderReport.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/generateOrderReport.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"generateOrderReport.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/generateOrderReport.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation generateUserProfileReport($query: UserProfileQueryInput) {
|
|
9
9
|
generateUserProfileReport(query: $query)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateUserProfileReport.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/generateUserProfileReport.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"generateUserProfileReport.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/generateUserProfileReport.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAGF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation Login($email: String!, $password: String!) {
|
|
9
9
|
login(email: $email, password: $password) {
|
|
10
10
|
user {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/login.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"login.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/login.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;CAcnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
7
|
const event_fragment_1 = __importDefault(require("../fragments/event.fragment"));
|
|
8
|
-
const mutation = graphql_tag_1.default `
|
|
8
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
9
9
|
mutation publishEvent(
|
|
10
10
|
$eventId: String!,
|
|
11
11
|
$publishSiteIds: [String],
|
|
@@ -38,13 +38,16 @@ const mutation = graphql_tag_1.default `
|
|
|
38
38
|
orgName
|
|
39
39
|
}
|
|
40
40
|
venue {
|
|
41
|
+
_id
|
|
41
42
|
name
|
|
42
43
|
address {
|
|
43
44
|
state
|
|
44
45
|
city
|
|
45
46
|
}
|
|
47
|
+
imageUrls
|
|
46
48
|
}
|
|
47
49
|
published
|
|
50
|
+
salesBeginImmediately
|
|
48
51
|
...EventSchedule
|
|
49
52
|
...Location
|
|
50
53
|
...Performances
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publishEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/publishEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"publishEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/publishEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2DhB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,WAAW;IAC3B,wBAAK,CAAC,SAAS,CAAC,KAAK;IACrB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;IAC1B,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,IAAI;IACpB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,aAAa;IAC7B,wBAAK,CAAC,SAAS,CAAC,SAAS;CAC5B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
+
const order_fragment_1 = __importDefault(require("../fragments/order.fragment"));
|
|
8
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
9
|
+
mutation refundOrder(
|
|
10
|
+
$orderId: String!
|
|
11
|
+
$refundAmount: Int
|
|
12
|
+
$processingFee: Boolean
|
|
13
|
+
$ticketIds: [String]
|
|
14
|
+
$upgradeIds: [String]
|
|
15
|
+
$refundReason: String
|
|
16
|
+
) {
|
|
17
|
+
refundOrder(
|
|
18
|
+
orderId: $orderId
|
|
19
|
+
refundAmount: $refundAmount
|
|
20
|
+
processingFee: $processingFee
|
|
21
|
+
ticketIds: $ticketIds
|
|
22
|
+
upgradeIds: $upgradeIds
|
|
23
|
+
refundReason: $refundReason
|
|
24
|
+
) {
|
|
25
|
+
_id
|
|
26
|
+
userId
|
|
27
|
+
user {
|
|
28
|
+
email
|
|
29
|
+
firstName
|
|
30
|
+
lastName
|
|
31
|
+
createdAt
|
|
32
|
+
phoneNumber
|
|
33
|
+
userProfile {
|
|
34
|
+
imageUrl
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
orgId
|
|
38
|
+
eventId
|
|
39
|
+
eventName
|
|
40
|
+
# event {
|
|
41
|
+
# _id
|
|
42
|
+
# posterImageUrl
|
|
43
|
+
# schedule {
|
|
44
|
+
# startsAt
|
|
45
|
+
# }
|
|
46
|
+
# venue {
|
|
47
|
+
# name
|
|
48
|
+
# address {
|
|
49
|
+
# state
|
|
50
|
+
# city
|
|
51
|
+
# }
|
|
52
|
+
# }
|
|
53
|
+
# }
|
|
54
|
+
fees {
|
|
55
|
+
_id
|
|
56
|
+
name
|
|
57
|
+
orgId
|
|
58
|
+
eventId
|
|
59
|
+
type
|
|
60
|
+
value
|
|
61
|
+
minAppliedToPrice
|
|
62
|
+
maxAppliedToPrice
|
|
63
|
+
filters
|
|
64
|
+
appliedTo
|
|
65
|
+
appliedBy
|
|
66
|
+
createdBy
|
|
67
|
+
createdAt
|
|
68
|
+
updatedBy
|
|
69
|
+
updatedAt
|
|
70
|
+
disabled
|
|
71
|
+
}
|
|
72
|
+
createdAt
|
|
73
|
+
stripeChargeId
|
|
74
|
+
state
|
|
75
|
+
refundedAmount
|
|
76
|
+
refundReason
|
|
77
|
+
promotionCode
|
|
78
|
+
type
|
|
79
|
+
channel
|
|
80
|
+
ipAddress
|
|
81
|
+
address {
|
|
82
|
+
lat
|
|
83
|
+
lng
|
|
84
|
+
zip
|
|
85
|
+
}
|
|
86
|
+
customFields {
|
|
87
|
+
_id
|
|
88
|
+
label
|
|
89
|
+
value
|
|
90
|
+
customFieldId
|
|
91
|
+
type
|
|
92
|
+
}
|
|
93
|
+
processingFee {
|
|
94
|
+
refund {
|
|
95
|
+
refunded
|
|
96
|
+
refundedAt
|
|
97
|
+
refundedBy
|
|
98
|
+
refundReason
|
|
99
|
+
refundedAmount
|
|
100
|
+
__typename
|
|
101
|
+
}
|
|
102
|
+
amount
|
|
103
|
+
}
|
|
104
|
+
createdBy
|
|
105
|
+
creator {
|
|
106
|
+
firstName
|
|
107
|
+
lastName
|
|
108
|
+
}
|
|
109
|
+
payments {
|
|
110
|
+
_id
|
|
111
|
+
paymentIntentId
|
|
112
|
+
amount
|
|
113
|
+
transferAmount
|
|
114
|
+
feeAmount
|
|
115
|
+
feeIds
|
|
116
|
+
createdAt
|
|
117
|
+
createdBy
|
|
118
|
+
promotionCode
|
|
119
|
+
paymentMethodType
|
|
120
|
+
}
|
|
121
|
+
...OrderTickets
|
|
122
|
+
...OrderUpgrades
|
|
123
|
+
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
${order_fragment_1.default.fragments.tickets}
|
|
127
|
+
${order_fragment_1.default.fragments.upgrades}
|
|
128
|
+
`;
|
|
129
|
+
exports.default = mutation;
|
|
130
|
+
//# sourceMappingURL=refundOrder.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refundOrder.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/refundOrder.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsHhB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,QAAQ;CAC3B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation Register($user: UserInput!) {
|
|
9
9
|
register(user: $user) {
|
|
10
10
|
registered
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/register.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"register.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/register.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation registerStripeTerminalReader($label: String, $registrationCode: String) {
|
|
9
9
|
registerStripeTerminalReader(label: $label, registrationCode: $registrationCode) {
|
|
10
10
|
id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registerStripeTerminalReader.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/registerStripeTerminalReader.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"registerStripeTerminalReader.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/registerStripeTerminalReader.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;CAYnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const query = graphql_tag_1.default `
|
|
7
|
+
const query = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation remapWebFlowSite($webFlowId: String!) {
|
|
9
9
|
remapWebFlowSite(webFlowId: $webFlowId) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remapWebFlowSite.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/remapWebFlowSite.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"remapWebFlowSite.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/remapWebFlowSite.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation resetUserPassword($forgotPasswordCode: String!, $password: String!) {
|
|
9
9
|
resetUserPassword(forgotPasswordCode: $forgotPasswordCode password: $password)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resetUserPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/resetUserPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"resetUserPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/resetUserPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAA"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation resetUserPasswordInApp($oldPassword: String!, $newPassword: String!) {
|
|
9
9
|
resetUserPasswordInApp(oldPassword: $oldPassword, newPassword: $newPassword)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resetUserPasswordInApp.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/resetUserPasswordInApp.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"resetUserPasswordInApp.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/resetUserPasswordInApp.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
package/.dist/graphql/mutations/{sendUserEmailVerification.js → sendOrderReceiptEmail.mutation.js}
RENAMED
|
@@ -4,12 +4,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const query = graphql_tag_1.default `
|
|
8
|
-
mutation
|
|
9
|
-
|
|
10
|
-
sent
|
|
11
|
-
}
|
|
7
|
+
const query = (0, graphql_tag_1.default) `
|
|
8
|
+
mutation sendOrderReceiptEmail($orderId: String!) {
|
|
9
|
+
sendOrderReceiptEmail(orderId: $orderId)
|
|
12
10
|
}
|
|
13
11
|
`;
|
|
14
12
|
exports.default = query;
|
|
15
|
-
//# sourceMappingURL=
|
|
13
|
+
//# sourceMappingURL=sendOrderReceiptEmail.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendOrderReceiptEmail.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendOrderReceiptEmail.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;CAIhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const query = graphql_tag_1.default `
|
|
7
|
+
const query = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation sendUserEmailVerification {
|
|
9
9
|
sendUserEmailVerification {
|
|
10
10
|
sent
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendUserEmailVerification.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserEmailVerification.mutation.ts"],"names":[],"mappings":";;;;;AACA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"sendUserEmailVerification.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserEmailVerification.mutation.ts"],"names":[],"mappings":";;;;;AACA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const query = graphql_tag_1.default `
|
|
7
|
+
const query = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation sendUserPhoneAuthentication($email: String, $phoneNumber: String) {
|
|
9
9
|
sendUserPhoneAuthentication(email: $email, phoneNumber: $phoneNumber)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendUserPhoneAuthentication.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserPhoneAuthentication.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"sendUserPhoneAuthentication.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserPhoneAuthentication.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;CAIhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation sendUserPhoneVerification {
|
|
9
9
|
sendUserPhoneVerification {
|
|
10
10
|
sent
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendUserPhoneVerification.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserPhoneVerification.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"sendUserPhoneVerification.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/sendUserPhoneVerification.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation setUserOrgContextId($orgId: String) {
|
|
9
9
|
setUserOrgContextId(orgId: $orgId) {
|
|
10
10
|
token
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setUserOrgContextId.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserOrgContextId.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"setUserOrgContextId.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserOrgContextId.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const query = graphql_tag_1.default `
|
|
7
|
+
const query = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation setUserPassword($password: String!) {
|
|
9
9
|
setUserPassword(password: $password) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setUserPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"setUserPassword.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/setUserPassword.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation updateArtist($artist: ArtistInput!) {
|
|
9
9
|
updateArtist(artist: $artist) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateArtist.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateArtist.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"updateArtist.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateArtist.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation updateBasicUserInfo ($firstName: String, $lastName: String, $imageUrl: String) {
|
|
9
9
|
updateBasicUserInfo (firstName: $firstName, lastName: $lastName, imageUrl: $imageUrl) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateBasicUserInfo.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateBasicUserInfo.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAI,qBAAG,
|
|
1
|
+
{"version":3,"file":"updateBasicUserInfo.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateBasicUserInfo.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAI,IAAA,qBAAG,EAAA;;;;;;CAMpB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
7
|
const event_fragment_1 = __importDefault(require("../fragments/event.fragment"));
|
|
8
|
-
const mutation = graphql_tag_1.default `
|
|
8
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
9
9
|
mutation updateEvent($event: EventInput!) {
|
|
10
10
|
updateEvent(event: $event) {
|
|
11
11
|
_id
|
|
@@ -28,13 +28,16 @@ const mutation = graphql_tag_1.default `
|
|
|
28
28
|
orgName
|
|
29
29
|
}
|
|
30
30
|
venue {
|
|
31
|
+
_id
|
|
31
32
|
name
|
|
32
33
|
address {
|
|
33
34
|
state
|
|
34
35
|
city
|
|
35
36
|
}
|
|
37
|
+
imageUrls
|
|
36
38
|
}
|
|
37
39
|
published
|
|
40
|
+
salesBeginImmediately
|
|
38
41
|
...EventSchedule
|
|
39
42
|
...Location
|
|
40
43
|
...Performances
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"updateEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiDhB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,WAAW;IAC3B,wBAAK,CAAC,SAAS,CAAC,KAAK;IACrB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;IAC1B,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,IAAI;IACpB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,aAAa;IAC7B,wBAAK,CAAC,SAAS,CAAC,SAAS;CAC5B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation updateFee($fee: FeeInput!) {
|
|
9
9
|
updateFee(fee: $fee) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"updateFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AACF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation updateOrganization($organization: OrganizationInput!) {
|
|
9
9
|
updateOrganization(organization: $organization) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateOrganization.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrganization.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"updateOrganization.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrganization.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation updateOrganizationFee($orgId: String!, $fee: FeeInput!) {
|
|
9
9
|
updateOrganizationFee(orgId: $orgId, fee: $fee) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateOrganizationFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrganizationFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"updateOrganizationFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrganizationFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation updatePlatformFee($fee: FeeInput!) {
|
|
9
9
|
updatePlatformFee(fee: $fee) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePlatformFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updatePlatformFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"updatePlatformFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updatePlatformFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation updateUserEmail ($newEmail: String!) {
|
|
9
9
|
updateUserEmail (newEmail: $newEmail) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateUserEmail.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateUserEmail.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"updateUserEmail.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateUserEmail.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;CAkBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
7
|
-
const mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation updateUserPhoneNumber ($newPhoneNumber: String!) {
|
|
9
9
|
updateUserPhoneNumber (newPhoneNumber: $newPhoneNumber) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateUserPhoneNumber.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateUserPhoneNumber.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"updateUserPhoneNumber.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateUserPhoneNumber.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;CAkBnB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|