@sellout/models 0.0.105 → 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.d.ts +2 -0
- 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.d.ts +2 -0
- 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/sendOrderReceiptEmail.mutation.d.ts +2 -0
- package/.dist/graphql/mutations/sendOrderReceiptEmail.mutation.js +13 -0
- 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.d.ts +2 -0
- 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/IProcessingFees.js +4 -0
- 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/IRefundModal.js +3 -0
- package/.dist/interfaces/IRefundModal.js.map +1 -0
- package/.dist/interfaces/ISearchDropdownItem.d.ts +4 -0
- package/.dist/interfaces/ISearchDropdownItem.js +3 -0
- 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
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DropDownEnum = void 0;
|
|
4
|
+
var DropDownEnum;
|
|
5
|
+
(function (DropDownEnum) {
|
|
6
|
+
DropDownEnum["Select"] = "Select Option";
|
|
7
|
+
})(DropDownEnum = exports.DropDownEnum || (exports.DropDownEnum = {}));
|
|
8
|
+
//# sourceMappingURL=DropDownEnum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropDownEnum.js","sourceRoot":"","sources":["../../src/enums/DropDownEnum.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAET;AAFH,WAAY,YAAY;IACpB,wCAAwB,CAAA;AAC1B,CAAC,EAFS,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAErB"}
|
|
@@ -23,7 +23,7 @@ const Event = {
|
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
25
|
Event.fragments = {
|
|
26
|
-
schedule: graphql_tag_1.default `
|
|
26
|
+
schedule: (0, graphql_tag_1.default) `
|
|
27
27
|
fragment EventSchedule on Event {
|
|
28
28
|
schedule {
|
|
29
29
|
announceAt
|
|
@@ -34,7 +34,7 @@ Event.fragments = {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
`,
|
|
37
|
-
location: graphql_tag_1.default `
|
|
37
|
+
location: (0, graphql_tag_1.default) `
|
|
38
38
|
fragment Location on Event {
|
|
39
39
|
location {
|
|
40
40
|
address1
|
|
@@ -47,7 +47,7 @@ Event.fragments = {
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
`,
|
|
50
|
-
performances: graphql_tag_1.default `
|
|
50
|
+
performances: (0, graphql_tag_1.default) `
|
|
51
51
|
fragment Performances on Event {
|
|
52
52
|
performances {
|
|
53
53
|
_id
|
|
@@ -67,7 +67,7 @@ Event.fragments = {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
`,
|
|
70
|
-
ticketTypes: graphql_tag_1.default `
|
|
70
|
+
ticketTypes: (0, graphql_tag_1.default) `
|
|
71
71
|
fragment TicketTypes on Event {
|
|
72
72
|
ticketTypes {
|
|
73
73
|
_id
|
|
@@ -79,6 +79,7 @@ Event.fragments = {
|
|
|
79
79
|
visible
|
|
80
80
|
description
|
|
81
81
|
rollFees
|
|
82
|
+
promo
|
|
82
83
|
tiers {
|
|
83
84
|
_id
|
|
84
85
|
name
|
|
@@ -91,7 +92,7 @@ Event.fragments = {
|
|
|
91
92
|
}
|
|
92
93
|
}
|
|
93
94
|
`,
|
|
94
|
-
holds: graphql_tag_1.default `
|
|
95
|
+
holds: (0, graphql_tag_1.default) `
|
|
95
96
|
fragment TicketHolds on Event {
|
|
96
97
|
holds {
|
|
97
98
|
_id
|
|
@@ -101,7 +102,7 @@ Event.fragments = {
|
|
|
101
102
|
}
|
|
102
103
|
}
|
|
103
104
|
`,
|
|
104
|
-
upgrades: graphql_tag_1.default `
|
|
105
|
+
upgrades: (0, graphql_tag_1.default) `
|
|
105
106
|
fragment EventUpgrades on Event {
|
|
106
107
|
upgrades {
|
|
107
108
|
_id
|
|
@@ -121,7 +122,7 @@ Event.fragments = {
|
|
|
121
122
|
}
|
|
122
123
|
}
|
|
123
124
|
`,
|
|
124
|
-
promotions: graphql_tag_1.default `
|
|
125
|
+
promotions: (0, graphql_tag_1.default) `
|
|
125
126
|
fragment EventPromotions on Event {
|
|
126
127
|
promotions {
|
|
127
128
|
_id
|
|
@@ -140,7 +141,7 @@ Event.fragments = {
|
|
|
140
141
|
}
|
|
141
142
|
}
|
|
142
143
|
`,
|
|
143
|
-
customFields: graphql_tag_1.default `
|
|
144
|
+
customFields: (0, graphql_tag_1.default) `
|
|
144
145
|
fragment EventCustomFields on Event {
|
|
145
146
|
customFields {
|
|
146
147
|
_id
|
|
@@ -156,7 +157,7 @@ Event.fragments = {
|
|
|
156
157
|
}
|
|
157
158
|
}
|
|
158
159
|
`,
|
|
159
|
-
fees: graphql_tag_1.default `
|
|
160
|
+
fees: (0, graphql_tag_1.default) `
|
|
160
161
|
fragment Fees on Event {
|
|
161
162
|
fees {
|
|
162
163
|
_id
|
|
@@ -178,7 +179,7 @@ Event.fragments = {
|
|
|
178
179
|
}
|
|
179
180
|
}
|
|
180
181
|
`,
|
|
181
|
-
artists: graphql_tag_1.default `
|
|
182
|
+
artists: (0, graphql_tag_1.default) `
|
|
182
183
|
fragment Artists on Event {
|
|
183
184
|
artists {
|
|
184
185
|
_id
|
|
@@ -202,7 +203,7 @@ Event.fragments = {
|
|
|
202
203
|
}
|
|
203
204
|
}
|
|
204
205
|
`,
|
|
205
|
-
exchange: graphql_tag_1.default `
|
|
206
|
+
exchange: (0, graphql_tag_1.default) `
|
|
206
207
|
fragment TicketExchange on Event {
|
|
207
208
|
exchange {
|
|
208
209
|
allowed
|
|
@@ -210,7 +211,7 @@ Event.fragments = {
|
|
|
210
211
|
}
|
|
211
212
|
}
|
|
212
213
|
`,
|
|
213
|
-
metrics: graphql_tag_1.default `
|
|
214
|
+
metrics: (0, graphql_tag_1.default) `
|
|
214
215
|
fragment Metrics on Event {
|
|
215
216
|
metrics {
|
|
216
217
|
lifeTimeTicketsPurchased
|
|
@@ -222,7 +223,7 @@ Event.fragments = {
|
|
|
222
223
|
}
|
|
223
224
|
}
|
|
224
225
|
`,
|
|
225
|
-
webFlowEntity: graphql_tag_1.default `
|
|
226
|
+
webFlowEntity: (0, graphql_tag_1.default) `
|
|
226
227
|
fragment WebFlowEntity on Event {
|
|
227
228
|
webFlowEntity {
|
|
228
229
|
_id
|
|
@@ -250,7 +251,7 @@ Event.fragments = {
|
|
|
250
251
|
}
|
|
251
252
|
}
|
|
252
253
|
`,
|
|
253
|
-
analytics: graphql_tag_1.default `
|
|
254
|
+
analytics: (0, graphql_tag_1.default) `
|
|
254
255
|
fragment Analytics on Event {
|
|
255
256
|
analytics {
|
|
256
257
|
label
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event.fragment.js","sourceRoot":"","sources":["../../../src/graphql/fragments/event.fragment.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAuB9B,MAAM,KAAK,GAAkB;IAC3B,SAAS,EAAE;QACT,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,YAAY,EAAE,EAAE;QAChB,WAAW,EAAE,EAAE;QACf,KAAK,EAAE,EAAE;QACT,QAAQ,EAAE,EAAE;QACZ,UAAU,EAAE,EAAE;QACd,YAAY,EAAE,EAAE;QAChB,IAAI,EAAE,EAAE;QACR,QAAQ,EAAE,EAAE;QACZ,OAAO,EAAE,EAAE;QACX,aAAa,EAAE,EAAE;QACjB,OAAO,EAAE,EAAE;QACX,SAAS,EAAE,EAAE;KACd;CACF,CAAC;AAEF,KAAK,CAAC,SAAS,GAAG;IAChB,QAAQ,EAAE,qBAAG,
|
|
1
|
+
{"version":3,"file":"event.fragment.js","sourceRoot":"","sources":["../../../src/graphql/fragments/event.fragment.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAuB9B,MAAM,KAAK,GAAkB;IAC3B,SAAS,EAAE;QACT,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,YAAY,EAAE,EAAE;QAChB,WAAW,EAAE,EAAE;QACf,KAAK,EAAE,EAAE;QACT,QAAQ,EAAE,EAAE;QACZ,UAAU,EAAE,EAAE;QACd,YAAY,EAAE,EAAE;QAChB,IAAI,EAAE,EAAE;QACR,QAAQ,EAAE,EAAE;QACZ,OAAO,EAAE,EAAE;QACX,aAAa,EAAE,EAAE;QACjB,OAAO,EAAE,EAAE;QACX,SAAS,EAAE,EAAE;KACd;CACF,CAAC;AAEF,KAAK,CAAC,SAAS,GAAG;IAChB,QAAQ,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;GAUZ;IACD,QAAQ,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;GAYZ;IACD,YAAY,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;GAmBhB;IACD,WAAW,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBf;IACD,KAAK,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;GAST;IACD,QAAQ,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;GAmBZ;IACD,UAAU,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;GAkBd;IACD,YAAY,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;GAehB;IACD,IAAI,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;GAqBR;IACD,OAAO,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBX;IACD,QAAQ,EAAE,IAAA,qBAAG,EAAA;;;;;;;GAOZ;IACD,OAAO,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;GAWX;IACD,aAAa,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BjB;IACD,SAAS,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;GAqBb;CACF,CAAC;AAEF,kBAAe,KAAK,CAAC;AAErB,+BAA+B;AAC/B,8BAA8B;AAC9B,UAAU;AACV,YAAY;AACZ,WAAW;AACX,WAAW;AACX,eAAe;AACf,kBAAkB;AAClB,qBAAqB;AACrB,cAAc;AACd,gBAAgB;AAChB,kBAAkB;AAClB,uBAAuB;AACvB,kBAAkB;AAClB,sBAAsB;AACtB,qBAAqB;AACrB,qBAAqB;AACrB,uBAAuB;AACvB,yBAAyB;AACzB,2BAA2B;AAC3B,wBAAwB;AACxB,cAAc;AACd,MAAM;AAEN,gCAAgC;AAChC,gCAAgC;AAChC,oCAAoC;AACpC,mCAAmC;AACnC,6BAA6B;AAC7B,gCAAgC;AAChC,kCAAkC;AAClC,oCAAoC;AACpC,gCAAgC;AAChC,4BAA4B;AAC5B,KAAK"}
|
|
@@ -12,7 +12,7 @@ const Order = {
|
|
|
12
12
|
};
|
|
13
13
|
exports.default = Order;
|
|
14
14
|
Order.fragments = {
|
|
15
|
-
tickets: graphql_tag_1.default `
|
|
15
|
+
tickets: (0, graphql_tag_1.default) `
|
|
16
16
|
fragment OrderTickets on Order {
|
|
17
17
|
tickets {
|
|
18
18
|
_id
|
|
@@ -28,6 +28,7 @@ Order.fragments = {
|
|
|
28
28
|
refunded
|
|
29
29
|
refundedAt
|
|
30
30
|
refundedBy
|
|
31
|
+
refundReason
|
|
31
32
|
refundedAmount
|
|
32
33
|
}
|
|
33
34
|
scan {
|
|
@@ -38,7 +39,7 @@ Order.fragments = {
|
|
|
38
39
|
}
|
|
39
40
|
}
|
|
40
41
|
`,
|
|
41
|
-
upgrades: graphql_tag_1.default `
|
|
42
|
+
upgrades: (0, graphql_tag_1.default) `
|
|
42
43
|
fragment OrderUpgrades on Order {
|
|
43
44
|
upgrades {
|
|
44
45
|
_id
|
|
@@ -52,6 +53,7 @@ Order.fragments = {
|
|
|
52
53
|
refunded
|
|
53
54
|
refundedAt
|
|
54
55
|
refundedBy
|
|
56
|
+
refundReason
|
|
55
57
|
refundedAmount
|
|
56
58
|
}
|
|
57
59
|
scan {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order.fragment.js","sourceRoot":"","sources":["../../../src/graphql/fragments/order.fragment.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAW9B,MAAM,KAAK,GAAkB;IAC3B,SAAS,EAAE;QACT,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,EAAE;KACb;CACF,CAAC;AAEF,kBAAe,KAAK,CAAC;AAErB,KAAK,CAAC,SAAS,GAAG;IAChB,OAAO,EAAE,qBAAG,
|
|
1
|
+
{"version":3,"file":"order.fragment.js","sourceRoot":"","sources":["../../../src/graphql/fragments/order.fragment.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAW9B,MAAM,KAAK,GAAkB;IAC3B,SAAS,EAAE;QACT,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,EAAE;KACb;CACF,CAAC;AAEF,kBAAe,KAAK,CAAC;AAErB,KAAK,CAAC,SAAS,GAAG;IAChB,OAAO,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BX;IACD,QAAQ,EAAE,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBZ;CACF,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 acceptRole($roleId: String!, $accept: Boolean!) {
|
|
9
9
|
acceptRole(roleId: $roleId, accept: $accept) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acceptRole.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/acceptRole.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"acceptRole.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/acceptRole.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 mutation = graphql_tag_1.default `
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation applyPlatformFeesToAllOrganizations {
|
|
9
9
|
applyPlatformFeesToAllOrganizations
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applyPlatformFeesToAllOrganizations.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/applyPlatformFeesToAllOrganizations.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"applyPlatformFeesToAllOrganizations.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/applyPlatformFeesToAllOrganizations.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 attachStripePaymentMethod($paymentMethodId: String!) {
|
|
9
9
|
attachStripePaymentMethod(paymentMethodId: $paymentMethodId) {
|
|
10
10
|
paymentMethodId
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachStripePaymentMethod.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/attachStripePaymentMethod.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"attachStripePaymentMethod.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/attachStripePaymentMethod.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAanB,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 order_fragment_1 = __importDefault(require("../fragments/order.fragment"));
|
|
8
|
-
const mutation = graphql_tag_1.default `
|
|
8
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
9
9
|
mutation breakApartOrder($orderId: String!) {
|
|
10
10
|
breakApartOrder(orderId: $orderId) {
|
|
11
11
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breakApartOrder.js","sourceRoot":"","sources":["../../../src/graphql/mutations/breakApartOrder.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"breakApartOrder.js","sourceRoot":"","sources":["../../../src/graphql/mutations/breakApartOrder.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+BhB,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 createArtist($artist: ArtistInput!) {
|
|
9
9
|
createArtist(artist: $artist) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createArtist.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createArtist.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createArtist.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createArtist.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCnB,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 createEvent($event: EventInput!) {
|
|
10
10
|
createEvent(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":"createEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createEvent.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 createFee($fee: FeeInput!) {
|
|
9
9
|
createFee(fee: $fee) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createFee.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 createOrder($params: OrderInput!) {
|
|
9
9
|
createOrder(params: $params) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createOrder.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createOrder.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createOrder.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createOrder.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDnB,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 createOrderPaymentIntent($params: OrderPaymentIntentInput!) {
|
|
9
9
|
createOrderPaymentIntent(params: $params) {
|
|
10
10
|
paymentIntentId
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createOrderPaymentIntent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createOrderPaymentIntent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createOrderPaymentIntent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createOrderPaymentIntent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;CAOnB,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 createOrganizationFee($orgId: String!, $fee: FeeInput!) {
|
|
9
9
|
createOrganizationFee(orgId: $orgId, fee: $fee) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createOrganizationFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createOrganizationFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createOrganizationFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createOrganizationFee.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 query = graphql_tag_1.default `
|
|
7
|
+
const query = (0, graphql_tag_1.default) `
|
|
8
8
|
mutation createPlatformFee($fee: FeeInput!) {
|
|
9
9
|
createPlatformFee(fee: $fee) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPlatformFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createPlatformFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createPlatformFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createPlatformFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBhB,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 createRole($role: RoleInput!, $update: Boolean) {
|
|
9
9
|
createRole(role: $role, update: $update) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createRole.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createRole.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createRole.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createRole.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;CAUnB,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 createStripeSetupIntent {
|
|
9
9
|
createStripeSetupIntent
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createStripeSetupIntent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createStripeSetupIntent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createStripeSetupIntent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createStripeSetupIntent.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 createStripeTerminalConnectionToken {
|
|
9
9
|
createStripeTerminalConnectionToken
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createStripeTerminalConnectionToken.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createStripeTerminalConnectionToken.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createStripeTerminalConnectionToken.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createStripeTerminalConnectionToken.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -4,32 +4,33 @@ 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 `
|
|
8
|
-
mutation createVenue($venue: VenueInput!) {
|
|
9
|
-
createVenue(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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
7
|
+
const mutation = (0, graphql_tag_1.default) `
|
|
8
|
+
mutation createVenue($venue: VenueInput!) {
|
|
9
|
+
createVenue(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
|
+
placeName
|
|
27
|
+
timezone
|
|
28
|
+
}
|
|
29
|
+
url
|
|
30
|
+
imageUrls
|
|
31
|
+
venueGlobalId
|
|
32
|
+
}
|
|
33
|
+
}
|
|
33
34
|
`;
|
|
34
35
|
exports.default = mutation;
|
|
35
36
|
//# sourceMappingURL=createVenue.mutation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createVenue.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createVenue.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createVenue.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createVenue.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BnB,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 createWebFlowSite($webFlowId: String!, $orgId: String!) {
|
|
9
9
|
createWebFlowSite(webFlowId: $webFlowId, orgId: $orgId) {
|
|
10
10
|
_id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createWebFlowSite.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createWebFlowSite.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"createWebFlowSite.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createWebFlowSite.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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 mutation = (0, graphql_tag_1.default) `
|
|
8
|
+
mutation refundEventOrders(
|
|
9
|
+
$eventId: String!
|
|
10
|
+
$dryRun: Boolean!
|
|
11
|
+
$refundReason: String
|
|
12
|
+
$eventType: String
|
|
13
|
+
) {
|
|
14
|
+
refundEventOrders(
|
|
15
|
+
eventId: $eventId
|
|
16
|
+
dryRun: $dryRun
|
|
17
|
+
refundReason: $refundReason
|
|
18
|
+
eventType: $eventType
|
|
19
|
+
) {
|
|
20
|
+
allRefunded
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
`;
|
|
24
|
+
exports.default = mutation;
|
|
25
|
+
//# sourceMappingURL=deleteEvent.mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deleteEvent.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteEvent.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;CAgBnB,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 disableFee($feeId: String!) {
|
|
9
9
|
disableFee(feeId: $feeId)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"deleteFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteFee.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 deleteOrganizationFee($orgId: String!, $feeId: String!) {
|
|
9
9
|
deleteOrganizationFee(orgId: $orgId, feeId: $feeId)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteOrganizationFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteOrganizationFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"deleteOrganizationFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteOrganizationFee.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 deletePlatformFee($feeId: String!) {
|
|
9
9
|
deletePlatformFee(feeId: $feeId)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletePlatformFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deletePlatformFee.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"deletePlatformFee.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deletePlatformFee.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 deleteRole($roleId: String!) {
|
|
9
9
|
deleteRole(roleId: $roleId)
|
|
10
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteRole.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteRole.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,QAAQ,GAAG,qBAAG,
|
|
1
|
+
{"version":3,"file":"deleteRole.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/deleteRole.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 deleteStripeTerminalReader($readerId: String!) {
|
|
9
9
|
deleteStripeTerminalReader(readerId: $readerId)
|
|
10
10
|
}
|