@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
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
import gql from "graphql-tag";
|
|
2
|
-
|
|
3
|
-
const query = gql`
|
|
4
|
-
query venue($venueId: String) {
|
|
5
|
-
venue(venueId: $venueId) {
|
|
6
|
-
_id
|
|
7
|
-
orgId
|
|
8
|
-
name
|
|
9
|
-
description
|
|
10
|
-
capacity
|
|
11
|
-
address {
|
|
12
|
-
address1
|
|
13
|
-
address2
|
|
14
|
-
city
|
|
15
|
-
state
|
|
16
|
-
zip
|
|
17
|
-
country
|
|
18
|
-
phone
|
|
19
|
-
lat
|
|
20
|
-
lng
|
|
21
|
-
placeId
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
import gql from "graphql-tag";
|
|
2
|
+
|
|
3
|
+
const query = gql`
|
|
4
|
+
query venue($venueId: String) {
|
|
5
|
+
venue(venueId: $venueId) {
|
|
6
|
+
_id
|
|
7
|
+
orgId
|
|
8
|
+
name
|
|
9
|
+
description
|
|
10
|
+
capacity
|
|
11
|
+
address {
|
|
12
|
+
address1
|
|
13
|
+
address2
|
|
14
|
+
city
|
|
15
|
+
state
|
|
16
|
+
zip
|
|
17
|
+
country
|
|
18
|
+
phone
|
|
19
|
+
lat
|
|
20
|
+
lng
|
|
21
|
+
placeId
|
|
22
|
+
placeName
|
|
23
|
+
timezone
|
|
24
|
+
}
|
|
25
|
+
url
|
|
26
|
+
imageUrls
|
|
27
|
+
venueGlobalId
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
`;
|
|
31
|
+
|
|
31
32
|
export default query;
|
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
import gql from "graphql-tag";
|
|
3
|
-
|
|
4
|
-
const query = gql`
|
|
5
|
-
query venues($query: VenueQueryInput, $pagination: PaginationInput) {
|
|
6
|
-
venues(query: $query, pagination: $pagination) {
|
|
7
|
-
_id
|
|
8
|
-
orgId
|
|
9
|
-
name
|
|
10
|
-
description
|
|
11
|
-
capacity
|
|
12
|
-
address {
|
|
13
|
-
address1
|
|
14
|
-
address2
|
|
15
|
-
city
|
|
16
|
-
state
|
|
17
|
-
zip
|
|
18
|
-
country
|
|
19
|
-
phone
|
|
20
|
-
lat
|
|
21
|
-
lng
|
|
22
|
-
placeId
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
1
|
+
|
|
2
|
+
import gql from "graphql-tag";
|
|
3
|
+
|
|
4
|
+
const query = gql`
|
|
5
|
+
query venues($query: VenueQueryInput, $pagination: PaginationInput) {
|
|
6
|
+
venues(query: $query, pagination: $pagination) {
|
|
7
|
+
_id
|
|
8
|
+
orgId
|
|
9
|
+
name
|
|
10
|
+
description
|
|
11
|
+
capacity
|
|
12
|
+
address {
|
|
13
|
+
address1
|
|
14
|
+
address2
|
|
15
|
+
city
|
|
16
|
+
state
|
|
17
|
+
zip
|
|
18
|
+
country
|
|
19
|
+
phone
|
|
20
|
+
lat
|
|
21
|
+
lng
|
|
22
|
+
placeId
|
|
23
|
+
placeName
|
|
24
|
+
timezone
|
|
25
|
+
}
|
|
26
|
+
url
|
|
27
|
+
imageUrls
|
|
28
|
+
venueGlobalId
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
`;
|
|
32
|
+
|
|
32
33
|
export default query;
|
package/src/interfaces/IEvent.ts
CHANGED
package/src/interfaces/IOrder.ts
CHANGED
|
@@ -6,6 +6,7 @@ import IOrderCustomField from './IOrderCustomField'
|
|
|
6
6
|
import { OrderStateEnum } from './IOrderState';
|
|
7
7
|
import { OrderTypeEnum } from './IOrderType';
|
|
8
8
|
import { OrderChannelEnum } from '../enums/OrderChannelEnum';
|
|
9
|
+
import IProcessingFee from './IProcessingFees';
|
|
9
10
|
import IUser from "./IUser";
|
|
10
11
|
import IFee from "./IFee";
|
|
11
12
|
|
|
@@ -36,10 +37,11 @@ export default interface IOrder {
|
|
|
36
37
|
customFields?: IOrderCustomField[];
|
|
37
38
|
refundReason?: string; // BACKFILL
|
|
38
39
|
payments: IPayment[];
|
|
40
|
+
processingFee?: IProcessingFee
|
|
39
41
|
};
|
|
40
42
|
|
|
41
43
|
|
|
42
44
|
export interface IOrderGraphQL extends IOrder {
|
|
43
45
|
user: IUser;
|
|
44
46
|
fees: IFee;
|
|
45
|
-
};
|
|
47
|
+
};
|
package/src/proto/common.proto
CHANGED
|
@@ -1,74 +1,75 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
message Address {
|
|
4
|
-
string address1 = 1;
|
|
5
|
-
string address2 = 2;
|
|
6
|
-
string city = 3;
|
|
7
|
-
string state = 4;
|
|
8
|
-
string zip = 5;
|
|
9
|
-
string country = 6;
|
|
10
|
-
string phone = 7;
|
|
11
|
-
double lat = 8;
|
|
12
|
-
double lng = 9;
|
|
13
|
-
string placeId = 10;
|
|
14
|
-
string
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
string
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
int32
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
string
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
int32
|
|
34
|
-
int32
|
|
35
|
-
int32
|
|
36
|
-
int32
|
|
37
|
-
int32
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
int32
|
|
41
|
-
int32
|
|
42
|
-
int32
|
|
43
|
-
int32
|
|
44
|
-
int32
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
int32
|
|
48
|
-
int32
|
|
49
|
-
int32
|
|
50
|
-
int32
|
|
51
|
-
int32
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
int32
|
|
55
|
-
int32
|
|
56
|
-
int32
|
|
57
|
-
int32
|
|
58
|
-
int32
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
double
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
string
|
|
69
|
-
|
|
70
|
-
repeated
|
|
71
|
-
repeated
|
|
72
|
-
|
|
73
|
-
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
message Address {
|
|
4
|
+
string address1 = 1;
|
|
5
|
+
string address2 = 2;
|
|
6
|
+
string city = 3;
|
|
7
|
+
string state = 4;
|
|
8
|
+
string zip = 5;
|
|
9
|
+
string country = 6;
|
|
10
|
+
string phone = 7;
|
|
11
|
+
double lat = 8;
|
|
12
|
+
double lng = 9;
|
|
13
|
+
string placeId = 10;
|
|
14
|
+
string placeName = 11;
|
|
15
|
+
string timezone = 12;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
message Query {
|
|
19
|
+
string key = 1;
|
|
20
|
+
string value = 2;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
message Pagination {
|
|
24
|
+
int32 pageSize = 1;
|
|
25
|
+
int32 pageNumber = 2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
message Metrics {
|
|
29
|
+
string _id = 1;
|
|
30
|
+
string orgId = 2;
|
|
31
|
+
int32 createdAt = 3;
|
|
32
|
+
// Value
|
|
33
|
+
int32 lifeTimeValue = 4;
|
|
34
|
+
int32 yearToDateValue = 5;
|
|
35
|
+
int32 lifeTimeValueRefunded = 6;
|
|
36
|
+
int32 yearToDateValueRefunded = 7;
|
|
37
|
+
int32 lifeTimeValueComped = 8;
|
|
38
|
+
int32 yearToDateValueComped = 9;
|
|
39
|
+
// Tickets
|
|
40
|
+
int32 lifeTimeTicketsPurchased = 10;
|
|
41
|
+
int32 yearToDateTicketsPurchased = 11;
|
|
42
|
+
int32 lifeTimeTicketsRefunded = 12;
|
|
43
|
+
int32 yearToDateTicketsRefunded = 13;
|
|
44
|
+
int32 lifeTimeTicketsComped = 14;
|
|
45
|
+
int32 yearToDateTicketsComped = 15;
|
|
46
|
+
// Upgrades
|
|
47
|
+
int32 lifeTimeUpgradesPurchased = 16;
|
|
48
|
+
int32 yearToDateUpgradesPurchased = 17;
|
|
49
|
+
int32 lifeTimeUpgradesRefunded = 18;
|
|
50
|
+
int32 yearToDateUpgradesRefunded = 19;
|
|
51
|
+
int32 lifeTimeUpgradesComped = 20;
|
|
52
|
+
int32 yearToDateUpgradesComped = 21;
|
|
53
|
+
// Orders
|
|
54
|
+
int32 lifeTimeOrdersPurchased = 22;
|
|
55
|
+
int32 yearToDateOrdersPurchased = 23;
|
|
56
|
+
int32 lifeTimeOrdersRefunded = 24;
|
|
57
|
+
int32 yearToDateOrdersRefunded = 25;
|
|
58
|
+
int32 lifeTimeOrdersComped = 26;
|
|
59
|
+
int32 yearToDateOrdersComped = 27;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
message Coordinates {
|
|
63
|
+
double x = 0;
|
|
64
|
+
double y = 1;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
message Analytics {
|
|
68
|
+
string label = 0;
|
|
69
|
+
string interval = 1;
|
|
70
|
+
repeated string intervalOptions = 2;
|
|
71
|
+
repeated Coordinates coordinates = 3;
|
|
72
|
+
repeated Analytics segments = 4;
|
|
73
|
+
string type = 5;
|
|
74
|
+
double totalValue = 6;
|
|
74
75
|
}
|
package/src/proto/event.proto
CHANGED
|
@@ -31,6 +31,8 @@ message Event {
|
|
|
31
31
|
TicketExchange exchange = 25;
|
|
32
32
|
Metrics metrics = 26;
|
|
33
33
|
bool published = 27;
|
|
34
|
+
bool salesBeginImmediately = 28;
|
|
35
|
+
bool cancel = 29;
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
message EventSchedule {
|
|
@@ -70,6 +72,7 @@ message TicketType {
|
|
|
70
72
|
bool visible = 8;
|
|
71
73
|
string description = 9;
|
|
72
74
|
bool rollFees = 10;
|
|
75
|
+
string promo = 11;
|
|
73
76
|
}
|
|
74
77
|
|
|
75
78
|
message TicketTier {
|
|
@@ -201,6 +204,7 @@ message EventQuery {
|
|
|
201
204
|
int32 orderBy = 8;
|
|
202
205
|
bool published = 9;
|
|
203
206
|
bool any = 10;
|
|
207
|
+
bool cancel = 11;
|
|
204
208
|
}
|
|
205
209
|
|
|
206
210
|
message QueryEventsRequest {
|
|
@@ -255,6 +259,36 @@ message DeleteEventResponse {
|
|
|
255
259
|
bool deleted = 4;
|
|
256
260
|
}
|
|
257
261
|
|
|
262
|
+
// Cancel Event
|
|
263
|
+
message CancelEventRequest {
|
|
264
|
+
string spanContext = 0;
|
|
265
|
+
string orgId = 1;
|
|
266
|
+
string eventId = 2;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
message CancelEventResponse {
|
|
270
|
+
StatusCode status = 0;
|
|
271
|
+
repeated Error errors = 1;
|
|
272
|
+
int32 ordersCount = 2;
|
|
273
|
+
int32 ordersRefundedCount = 3;
|
|
274
|
+
bool cancel = 4;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// Cancel Ticket
|
|
278
|
+
message CancelTicketRequest {
|
|
279
|
+
string spanContext = 0;
|
|
280
|
+
string orgId = 1;
|
|
281
|
+
string eventId = 2;
|
|
282
|
+
repeated string ticketTypeId = 3;
|
|
283
|
+
repeated string upgradesTypeId = 4;
|
|
284
|
+
string promotionCode = 5;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
message CancelTicketResponse {
|
|
288
|
+
StatusCode status = 0;
|
|
289
|
+
repeated Error errors = 1;
|
|
290
|
+
bool cancel = 2;
|
|
291
|
+
}
|
|
258
292
|
// Duplicate Event
|
|
259
293
|
message DuplicateEventRequest {
|
|
260
294
|
string spanContext = 0;
|
|
@@ -281,6 +315,10 @@ service EventService {
|
|
|
281
315
|
rpc listEvents(ListEventsRequest) returns (ListEventsResponse) {}
|
|
282
316
|
// Delete
|
|
283
317
|
rpc deleteEvent(DeleteEventRequest) returns (DeleteEventResponse) {}
|
|
318
|
+
// Cancel
|
|
319
|
+
rpc cancelEvent(CancelEventRequest) returns (CancelEventResponse) {}
|
|
320
|
+
// Cancel
|
|
321
|
+
rpc cancelTicket(CancelTicketRequest) returns (CancelTicketResponse) {}
|
|
284
322
|
// Duplicate
|
|
285
323
|
rpc duplicateEvent(DuplicateEventRequest) returns (DuplicateEventResponse) {}
|
|
286
324
|
}
|
package/src/proto/order.proto
CHANGED
|
@@ -33,6 +33,12 @@ message Order {
|
|
|
33
33
|
repeated OrderCustomField customFields = 22;
|
|
34
34
|
string refundReason = 23;
|
|
35
35
|
repeated Payment payments = 24;
|
|
36
|
+
ProcessingFees processingFee = 25;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
message ProcessingFees {
|
|
40
|
+
Refund refund = 0;
|
|
41
|
+
int32 amount = 1;
|
|
36
42
|
}
|
|
37
43
|
|
|
38
44
|
message OrderTicket {
|
|
@@ -74,6 +80,7 @@ message Refund {
|
|
|
74
80
|
int32 refundedAt = 1;
|
|
75
81
|
string refundedBy = 2;
|
|
76
82
|
int32 refundedAmount = 3;
|
|
83
|
+
string refundReason =4;
|
|
77
84
|
}
|
|
78
85
|
|
|
79
86
|
message OrderCustomField {
|
|
@@ -187,6 +194,8 @@ message RefundOrderRequest {
|
|
|
187
194
|
repeated string upgradeIds = 5;
|
|
188
195
|
string refundedBy = 6;
|
|
189
196
|
string refundReason = 7;
|
|
197
|
+
bool processingFee = 8;
|
|
198
|
+
string eventType = 9;
|
|
190
199
|
}
|
|
191
200
|
|
|
192
201
|
message RefundOrderResponse {
|
|
@@ -202,6 +211,7 @@ message RefundEventOrdersRequest {
|
|
|
202
211
|
string refundedBy = 3;
|
|
203
212
|
bool dryRun = 4;
|
|
204
213
|
string refundReason = 5;
|
|
214
|
+
string eventType = 6;
|
|
205
215
|
}
|
|
206
216
|
|
|
207
217
|
message RefundEventOrdersResponse {
|
|
@@ -375,6 +385,15 @@ message BreakApartOrderResponse {
|
|
|
375
385
|
Order order = 2;
|
|
376
386
|
}
|
|
377
387
|
|
|
388
|
+
message OrdersChargeUpdateRequest {
|
|
389
|
+
string spanContext = 0;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
message OrdersChargeUpdateResponse {
|
|
393
|
+
StatusCode status = 0;
|
|
394
|
+
repeated Error errors = 1;
|
|
395
|
+
string message = 2;
|
|
396
|
+
}
|
|
378
397
|
service OrderService {
|
|
379
398
|
// Create
|
|
380
399
|
rpc createOrder(CreateOrderRequest) returns (CreateOrderResponse) {}
|
|
@@ -395,5 +414,6 @@ service OrderService {
|
|
|
395
414
|
rpc findOrderById(FindOrderByIdRequest) returns (FindOrderByIdResponse) {}
|
|
396
415
|
rpc findOrderByEmail(FindOrderByEmailRequest) returns (FindOrderByEmailResponse) {}
|
|
397
416
|
rpc queryOrderAnalytics(QueryOrderAnalyticsRequest) returns (QueryOrderAnalyticsResponse) {}
|
|
417
|
+
rpc ordersChargeUpdate(OrdersChargeUpdateRequest) returns (OrdersChargeUpdateResponse) {}
|
|
398
418
|
|
|
399
419
|
}
|
package/src/proto/stripe.proto
CHANGED
|
@@ -126,6 +126,17 @@ message RetrieveStripeChargeResponse {
|
|
|
126
126
|
StripeCharge stripeCharge = 2;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
+
message RetrieveStripeChargeByIntentsRequest {
|
|
130
|
+
string spanContext = 0;
|
|
131
|
+
string orgId = 1;
|
|
132
|
+
string stripeIntentId = 2;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
message RetrieveStripeChargeByIntentsResponse {
|
|
136
|
+
StatusCode status = 0;
|
|
137
|
+
repeated Error errors = 1;
|
|
138
|
+
string stripeChargeId = 2;
|
|
139
|
+
}
|
|
129
140
|
/***************************************************************************************
|
|
130
141
|
Customer
|
|
131
142
|
****************************************************************************************/
|
|
@@ -240,6 +251,7 @@ message CaptureStripePaymentIntentResponse {
|
|
|
240
251
|
StatusCode status = 0;
|
|
241
252
|
repeated Error errors = 1;
|
|
242
253
|
bool success = 2;
|
|
254
|
+
string chargeId = 3;
|
|
243
255
|
}
|
|
244
256
|
|
|
245
257
|
message CancelStripePaymentIntentRequest {
|
|
@@ -330,6 +342,7 @@ service StripeService {
|
|
|
330
342
|
rpc createStripeCharge(CreateStripeChargeRequest) returns (CreateStripeChargeResponse) {}
|
|
331
343
|
rpc refundStripeCharge(RefundStripeChargeRequest) returns (RefundStripeChargeResponse) {}
|
|
332
344
|
rpc retrieveStripeCharge(RetrieveStripeChargeRequest) returns (RetrieveStripeChargeResponse) {}
|
|
345
|
+
rpc retrieveStripeChargeByIntent(RetrieveStripeChargeByIntentsRequest) returns (RetrieveStripeChargeByIntentsResponse) {}
|
|
333
346
|
// Customer
|
|
334
347
|
rpc createStripeCustomer(CreateStripeCustomerRequest) returns (CreateStripeCustomerResponse) {}
|
|
335
348
|
rpc retrieveStripeCustomer(RetrieveStripeCustomerRequest) returns (RetrieveStripeCustomerResponse) {}
|
package/src/schemas/Address.ts
CHANGED
|
@@ -1,57 +1,62 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
address1: {
|
|
3
|
-
type: String,
|
|
4
|
-
required: false,
|
|
5
|
-
default: null,
|
|
6
|
-
},
|
|
7
|
-
address2: {
|
|
8
|
-
type: String,
|
|
9
|
-
required: false,
|
|
10
|
-
default: null,
|
|
11
|
-
},
|
|
12
|
-
city: {
|
|
13
|
-
type: String,
|
|
14
|
-
required: false,
|
|
15
|
-
default: null,
|
|
16
|
-
},
|
|
17
|
-
state: {
|
|
18
|
-
type: String,
|
|
19
|
-
required: false,
|
|
20
|
-
default: null,
|
|
21
|
-
},
|
|
22
|
-
zip: {
|
|
23
|
-
type: String,
|
|
24
|
-
required: false,
|
|
25
|
-
default: null
|
|
26
|
-
},
|
|
27
|
-
country: {
|
|
28
|
-
type: String,
|
|
29
|
-
required: false,
|
|
30
|
-
default: null
|
|
31
|
-
},
|
|
32
|
-
phone: {
|
|
33
|
-
type: String,
|
|
34
|
-
required: false,
|
|
35
|
-
default: null
|
|
36
|
-
},
|
|
37
|
-
lat: {
|
|
38
|
-
type: Number,
|
|
39
|
-
required: false,
|
|
40
|
-
default: null,
|
|
41
|
-
},
|
|
42
|
-
lng: {
|
|
43
|
-
type: Number,
|
|
44
|
-
required: false,
|
|
45
|
-
default: null
|
|
46
|
-
},
|
|
47
|
-
placeId: {
|
|
48
|
-
type: String,
|
|
49
|
-
required: false,
|
|
50
|
-
default: null,
|
|
51
|
-
},
|
|
52
|
-
|
|
53
|
-
type: String,
|
|
54
|
-
required: false,
|
|
55
|
-
default: null,
|
|
56
|
-
}
|
|
57
|
-
|
|
1
|
+
export default {
|
|
2
|
+
address1: {
|
|
3
|
+
type: String,
|
|
4
|
+
required: false,
|
|
5
|
+
default: null,
|
|
6
|
+
},
|
|
7
|
+
address2: {
|
|
8
|
+
type: String,
|
|
9
|
+
required: false,
|
|
10
|
+
default: null,
|
|
11
|
+
},
|
|
12
|
+
city: {
|
|
13
|
+
type: String,
|
|
14
|
+
required: false,
|
|
15
|
+
default: null,
|
|
16
|
+
},
|
|
17
|
+
state: {
|
|
18
|
+
type: String,
|
|
19
|
+
required: false,
|
|
20
|
+
default: null,
|
|
21
|
+
},
|
|
22
|
+
zip: {
|
|
23
|
+
type: String,
|
|
24
|
+
required: false,
|
|
25
|
+
default: null
|
|
26
|
+
},
|
|
27
|
+
country: {
|
|
28
|
+
type: String,
|
|
29
|
+
required: false,
|
|
30
|
+
default: null
|
|
31
|
+
},
|
|
32
|
+
phone: {
|
|
33
|
+
type: String,
|
|
34
|
+
required: false,
|
|
35
|
+
default: null
|
|
36
|
+
},
|
|
37
|
+
lat: {
|
|
38
|
+
type: Number,
|
|
39
|
+
required: false,
|
|
40
|
+
default: null,
|
|
41
|
+
},
|
|
42
|
+
lng: {
|
|
43
|
+
type: Number,
|
|
44
|
+
required: false,
|
|
45
|
+
default: null
|
|
46
|
+
},
|
|
47
|
+
placeId: {
|
|
48
|
+
type: String,
|
|
49
|
+
required: false,
|
|
50
|
+
default: null,
|
|
51
|
+
},
|
|
52
|
+
placeName: {
|
|
53
|
+
type: String,
|
|
54
|
+
required: false,
|
|
55
|
+
default: null,
|
|
56
|
+
},
|
|
57
|
+
timezone: {
|
|
58
|
+
type: String,
|
|
59
|
+
required: false,
|
|
60
|
+
default: null,
|
|
61
|
+
}
|
|
62
|
+
};
|