@bondsports/types 0.13.3 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +0 -0
- package/README.md +17 -12
- package/dist/index.d.ts +2 -0
- package/dist/index.js +19 -0
- package/dist/index.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/dist/types/dto/activityTimes.dto.d.ts +7 -0
- package/dist/types/dto/activityTimes.dto.js +45 -0
- package/dist/types/dto/activityTimes.dto.js.map +1 -0
- package/dist/types/dto/application.dto.d.ts +11 -0
- package/dist/types/dto/application.dto.js +45 -0
- package/dist/types/dto/application.dto.js.map +1 -0
- package/dist/types/dto/bookingTypeSetting.dto.d.ts +7 -0
- package/dist/types/dto/bookingTypeSetting.dto.js +43 -0
- package/dist/types/dto/bookingTypeSetting.dto.js.map +1 -0
- package/dist/types/dto/configuration.dto.d.ts +7 -0
- package/dist/types/dto/configuration.dto.js +13 -0
- package/dist/types/dto/configuration.dto.js.map +1 -0
- package/dist/types/dto/customer.dto.d.ts +64 -0
- package/dist/types/dto/customer.dto.js +265 -0
- package/dist/types/dto/customer.dto.js.map +1 -0
- package/dist/types/dto/events.dto.d.ts +105 -0
- package/dist/types/dto/events.dto.js +266 -0
- package/dist/types/dto/events.dto.js.map +1 -0
- package/dist/types/dto/facilities.dto.d.ts +44 -0
- package/dist/types/dto/facilities.dto.js +186 -0
- package/dist/types/dto/facilities.dto.js.map +1 -0
- package/dist/types/dto/familyAccount.dto.d.ts +33 -0
- package/dist/types/dto/familyAccount.dto.js +131 -0
- package/dist/types/dto/familyAccount.dto.js.map +1 -0
- package/dist/types/dto/general.dto.d.ts +12 -0
- package/dist/types/dto/general.dto.js +62 -0
- package/dist/types/dto/general.dto.js.map +1 -0
- package/dist/types/dto/glcodes.dto.d.ts +10 -0
- package/dist/types/dto/glcodes.dto.js +51 -0
- package/dist/types/dto/glcodes.dto.js.map +1 -0
- package/dist/types/dto/groupsDivisions.dto.d.ts +74 -0
- package/dist/types/dto/groupsDivisions.dto.js +287 -0
- package/dist/types/dto/groupsDivisions.dto.js.map +1 -0
- package/dist/types/dto/index.d.ts +24 -0
- package/dist/types/dto/index.js +41 -0
- package/dist/types/dto/index.js.map +1 -0
- package/dist/types/dto/membership.dto.d.ts +58 -0
- package/dist/types/dto/membership.dto.js +240 -0
- package/dist/types/dto/membership.dto.js.map +1 -0
- package/dist/types/dto/pricing.dto.d.ts +45 -0
- package/dist/types/dto/pricing.dto.js +144 -0
- package/dist/types/dto/pricing.dto.js.map +1 -0
- package/dist/types/dto/productPricing.dto.d.ts +229 -0
- package/dist/types/dto/productPricing.dto.js +961 -0
- package/dist/types/dto/productPricing.dto.js.map +1 -0
- package/dist/types/dto/productVariants.dto.d.ts +19 -0
- package/dist/types/dto/productVariants.dto.js +95 -0
- package/dist/types/dto/productVariants.dto.js.map +1 -0
- package/dist/types/dto/program-seasons.dto.d.ts +202 -0
- package/dist/types/dto/program-seasons.dto.js +877 -0
- package/dist/types/dto/program-seasons.dto.js.map +1 -0
- package/dist/types/dto/program.dto.d.ts +47 -0
- package/dist/types/dto/program.dto.js +193 -0
- package/dist/types/dto/program.dto.js.map +1 -0
- package/dist/types/dto/purchase.dto.d.ts +82 -0
- package/dist/types/dto/purchase.dto.js +355 -0
- package/dist/types/dto/purchase.dto.js.map +1 -0
- package/dist/types/dto/registration.d.ts +41 -0
- package/dist/types/dto/registration.js +170 -0
- package/dist/types/dto/registration.js.map +1 -0
- package/dist/types/dto/rental.dto.d.ts +8 -0
- package/dist/types/dto/rental.dto.js +41 -0
- package/dist/types/dto/rental.dto.js.map +1 -0
- package/dist/types/dto/resource.dto.d.ts +5 -0
- package/dist/types/dto/resource.dto.js +29 -0
- package/dist/types/dto/resource.dto.js.map +1 -0
- package/dist/types/dto/space.dto.d.ts +59 -0
- package/dist/types/dto/space.dto.js +264 -0
- package/dist/types/dto/space.dto.js.map +1 -0
- package/dist/types/dto/stripe.dto.d.ts +10 -0
- package/dist/types/dto/stripe.dto.js +44 -0
- package/dist/types/dto/stripe.dto.js.map +1 -0
- package/dist/types/dto/user.dto.d.ts +9 -0
- package/dist/types/dto/user.dto.js +40 -0
- package/dist/types/dto/user.dto.js.map +1 -0
- package/dist/types/entity/ActivityLogRecord.d.ts +15 -0
- package/dist/types/entity/ActivityLogRecord.js +67 -0
- package/dist/types/entity/ActivityLogRecord.js.map +1 -0
- package/dist/types/entity/ActivityTimes.d.ts +18 -0
- package/dist/types/entity/ActivityTimes.js +77 -0
- package/dist/types/entity/ActivityTimes.js.map +1 -0
- package/dist/types/entity/Address.d.ts +12 -0
- package/dist/types/entity/Address.js +62 -0
- package/dist/types/entity/Address.js.map +1 -0
- package/dist/types/entity/Answer.d.ts +17 -0
- package/dist/types/entity/Answer.js +71 -0
- package/dist/types/entity/Answer.js.map +1 -0
- package/dist/types/entity/AnswerTitle.d.ts +9 -0
- package/dist/types/entity/AnswerTitle.js +41 -0
- package/dist/types/entity/AnswerTitle.js.map +1 -0
- package/dist/types/entity/Athlete.d.ts +7 -0
- package/dist/types/entity/Athlete.js +35 -0
- package/dist/types/entity/Athlete.js.map +1 -0
- package/dist/types/entity/AthleteSports.d.ts +7 -0
- package/dist/types/entity/AthleteSports.js +35 -0
- package/dist/types/entity/AthleteSports.js.map +1 -0
- package/dist/types/entity/BlockedDate.d.ts +10 -0
- package/dist/types/entity/BlockedDate.js +47 -0
- package/dist/types/entity/BlockedDate.js.map +1 -0
- package/dist/types/entity/BondBaseEntity.d.ts +6 -0
- package/dist/types/entity/BondBaseEntity.js +29 -0
- package/dist/types/entity/BondBaseEntity.js.map +1 -0
- package/dist/types/entity/BookedSessions.d.ts +21 -0
- package/dist/types/entity/BookedSessions.js +103 -0
- package/dist/types/entity/BookedSessions.js.map +1 -0
- package/dist/types/entity/BookingTypeSetting.d.ts +12 -0
- package/dist/types/entity/BookingTypeSetting.js +55 -0
- package/dist/types/entity/BookingTypeSetting.js.map +1 -0
- package/dist/types/entity/Configuration.d.ts +6 -0
- package/dist/types/entity/Configuration.js +34 -0
- package/dist/types/entity/Configuration.js.map +1 -0
- package/dist/types/entity/Connection.d.ts +13 -0
- package/dist/types/entity/Connection.js +70 -0
- package/dist/types/entity/Connection.js.map +1 -0
- package/dist/types/entity/CreditNote.d.ts +9 -0
- package/dist/types/entity/CreditNote.js +53 -0
- package/dist/types/entity/CreditNote.js.map +1 -0
- package/dist/types/entity/Customer.d.ts +41 -0
- package/dist/types/entity/Customer.js +166 -0
- package/dist/types/entity/Customer.js.map +1 -0
- package/dist/types/entity/CustomerCreditTransaction.d.ts +16 -0
- package/dist/types/entity/CustomerCreditTransaction.js +75 -0
- package/dist/types/entity/CustomerCreditTransaction.js.map +1 -0
- package/dist/types/entity/CustomerNotes.d.ts +8 -0
- package/dist/types/entity/CustomerNotes.js +47 -0
- package/dist/types/entity/CustomerNotes.js.map +1 -0
- package/dist/types/entity/Division.d.ts +10 -0
- package/dist/types/entity/Division.js +58 -0
- package/dist/types/entity/Division.js.map +1 -0
- package/dist/types/entity/EmergencyContact.d.ts +8 -0
- package/dist/types/entity/EmergencyContact.js +40 -0
- package/dist/types/entity/EmergencyContact.js.map +1 -0
- package/dist/types/entity/EntitlementGroup.d.ts +4 -0
- package/dist/types/entity/EntitlementGroup.js +26 -0
- package/dist/types/entity/EntitlementGroup.js.map +1 -0
- package/dist/types/entity/EntitlementTerms.d.ts +6 -0
- package/dist/types/entity/EntitlementTerms.js +30 -0
- package/dist/types/entity/EntitlementTerms.js.map +1 -0
- package/dist/types/entity/EventAttendees.d.ts +20 -0
- package/dist/types/entity/EventAttendees.js +85 -0
- package/dist/types/entity/EventAttendees.js.map +1 -0
- package/dist/types/entity/Events.d.ts +68 -0
- package/dist/types/entity/Events.js +308 -0
- package/dist/types/entity/Events.js.map +1 -0
- package/dist/types/entity/Facility.d.ts +30 -0
- package/dist/types/entity/Facility.js +136 -0
- package/dist/types/entity/Facility.js.map +1 -0
- package/dist/types/entity/FacilityToResource.d.ts +5 -0
- package/dist/types/entity/FacilityToResource.js +30 -0
- package/dist/types/entity/FacilityToResource.js.map +1 -0
- package/dist/types/entity/FamilyAccount.d.ts +6 -0
- package/dist/types/entity/FamilyAccount.js +31 -0
- package/dist/types/entity/FamilyAccount.js.map +1 -0
- package/dist/types/entity/FutureInstallment.d.ts +14 -0
- package/dist/types/entity/FutureInstallment.js +67 -0
- package/dist/types/entity/FutureInstallment.js.map +1 -0
- package/dist/types/entity/GlCodes.d.ts +4 -0
- package/dist/types/entity/GlCodes.js +26 -0
- package/dist/types/entity/GlCodes.js.map +1 -0
- package/dist/types/entity/Group.d.ts +20 -0
- package/dist/types/entity/Group.js +91 -0
- package/dist/types/entity/Group.js.map +1 -0
- package/dist/types/entity/GroupItemsPricing.d.ts +17 -0
- package/dist/types/entity/GroupItemsPricing.js +83 -0
- package/dist/types/entity/GroupItemsPricing.js.map +1 -0
- package/dist/types/entity/GroupsInDivisions.d.ts +6 -0
- package/dist/types/entity/GroupsInDivisions.js +34 -0
- package/dist/types/entity/GroupsInDivisions.js.map +1 -0
- package/dist/types/entity/Invoice.d.ts +32 -0
- package/dist/types/entity/Invoice.js +131 -0
- package/dist/types/entity/Invoice.js.map +1 -0
- package/dist/types/entity/InvoiceMails.d.ts +13 -0
- package/dist/types/entity/InvoiceMails.js +58 -0
- package/dist/types/entity/InvoiceMails.js.map +1 -0
- package/dist/types/entity/InvoiceNote.d.ts +12 -0
- package/dist/types/entity/InvoiceNote.js +54 -0
- package/dist/types/entity/InvoiceNote.js.map +1 -0
- package/dist/types/entity/InvoiceToPayment.d.ts +12 -0
- package/dist/types/entity/InvoiceToPayment.js +58 -0
- package/dist/types/entity/InvoiceToPayment.js.map +1 -0
- package/dist/types/entity/League.d.ts +29 -0
- package/dist/types/entity/League.js +155 -0
- package/dist/types/entity/League.js.map +1 -0
- package/dist/types/entity/LeagueSeason.d.ts +50 -0
- package/dist/types/entity/LeagueSeason.js +225 -0
- package/dist/types/entity/LeagueSeason.js.map +1 -0
- package/dist/types/entity/LineItemHistory.d.ts +14 -0
- package/dist/types/entity/LineItemHistory.js +61 -0
- package/dist/types/entity/LineItemHistory.js.map +1 -0
- package/dist/types/entity/LineItems.d.ts +68 -0
- package/dist/types/entity/LineItems.js +223 -0
- package/dist/types/entity/LineItems.js.map +1 -0
- package/dist/types/entity/LinkedAccounts.d.ts +18 -0
- package/dist/types/entity/LinkedAccounts.js +98 -0
- package/dist/types/entity/LinkedAccounts.js.map +1 -0
- package/dist/types/entity/Media.d.ts +23 -0
- package/dist/types/entity/Media.js +113 -0
- package/dist/types/entity/Media.js.map +1 -0
- package/dist/types/entity/Membership.d.ts +34 -0
- package/dist/types/entity/Membership.js +123 -0
- package/dist/types/entity/Membership.js.map +1 -0
- package/dist/types/entity/MembershipMember.d.ts +26 -0
- package/dist/types/entity/MembershipMember.js +127 -0
- package/dist/types/entity/MembershipMember.js.map +1 -0
- package/dist/types/entity/NotificationSubscriptions.d.ts +8 -0
- package/dist/types/entity/NotificationSubscriptions.js +47 -0
- package/dist/types/entity/NotificationSubscriptions.js.map +1 -0
- package/dist/types/entity/OpeningTime.d.ts +13 -0
- package/dist/types/entity/OpeningTime.js +60 -0
- package/dist/types/entity/OpeningTime.js.map +1 -0
- package/dist/types/entity/OrganizationConnectionBaseEntity.d.ts +4 -0
- package/dist/types/entity/OrganizationConnectionBaseEntity.js +22 -0
- package/dist/types/entity/OrganizationConnectionBaseEntity.js.map +1 -0
- package/dist/types/entity/PackageV1.d.ts +18 -0
- package/dist/types/entity/PackageV1.js +90 -0
- package/dist/types/entity/PackageV1.js.map +1 -0
- package/dist/types/entity/PasswordReset.d.ts +7 -0
- package/dist/types/entity/PasswordReset.js +38 -0
- package/dist/types/entity/PasswordReset.js.map +1 -0
- package/dist/types/entity/Payment.d.ts +32 -0
- package/dist/types/entity/Payment.js +152 -0
- package/dist/types/entity/Payment.js.map +1 -0
- package/dist/types/entity/PaymentFailConfig.d.ts +5 -0
- package/dist/types/entity/PaymentFailConfig.js +29 -0
- package/dist/types/entity/PaymentFailConfig.js.map +1 -0
- package/dist/types/entity/PaymentFailures.d.ts +8 -0
- package/dist/types/entity/PaymentFailures.js +38 -0
- package/dist/types/entity/PaymentFailures.js.map +1 -0
- package/dist/types/entity/PaymentNote.d.ts +12 -0
- package/dist/types/entity/PaymentNote.js +54 -0
- package/dist/types/entity/PaymentNote.js.map +1 -0
- package/dist/types/entity/PaymentPlanSchedule.d.ts +8 -0
- package/dist/types/entity/PaymentPlanSchedule.js +41 -0
- package/dist/types/entity/PaymentPlanSchedule.js.map +1 -0
- package/dist/types/entity/Payments_Deprecated.d.ts +19 -0
- package/dist/types/entity/Payments_Deprecated.js +106 -0
- package/dist/types/entity/Payments_Deprecated.js.map +1 -0
- package/dist/types/entity/Price.d.ts +20 -0
- package/dist/types/entity/Price.js +83 -0
- package/dist/types/entity/Price.js.map +1 -0
- package/dist/types/entity/Product.d.ts +68 -0
- package/dist/types/entity/Product.js +233 -0
- package/dist/types/entity/Product.js.map +1 -0
- package/dist/types/entity/ProductPackage.d.ts +19 -0
- package/dist/types/entity/ProductPackage.js +86 -0
- package/dist/types/entity/ProductPackage.js.map +1 -0
- package/dist/types/entity/ProductPaymentPlan.d.ts +12 -0
- package/dist/types/entity/ProductPaymentPlan.js +53 -0
- package/dist/types/entity/ProductPaymentPlan.js.map +1 -0
- package/dist/types/entity/ProductResource.d.ts +17 -0
- package/dist/types/entity/ProductResource.js +63 -0
- package/dist/types/entity/ProductResource.js.map +1 -0
- package/dist/types/entity/ProductToVariantTitles.d.ts +5 -0
- package/dist/types/entity/ProductToVariantTitles.js +31 -0
- package/dist/types/entity/ProductToVariantTitles.js.map +1 -0
- package/dist/types/entity/ProductToVariants.d.ts +5 -0
- package/dist/types/entity/ProductToVariants.js +31 -0
- package/dist/types/entity/ProductToVariants.js.map +1 -0
- package/dist/types/entity/ProductsReservedForCustomers.d.ts +10 -0
- package/dist/types/entity/ProductsReservedForCustomers.js +46 -0
- package/dist/types/entity/ProductsReservedForCustomers.js.map +1 -0
- package/dist/types/entity/ProductsUsers.d.ts +25 -0
- package/dist/types/entity/ProductsUsers.js +90 -0
- package/dist/types/entity/ProductsUsers.js.map +1 -0
- package/dist/types/entity/Program.d.ts +29 -0
- package/dist/types/entity/Program.js +108 -0
- package/dist/types/entity/Program.js.map +1 -0
- package/dist/types/entity/ProgramHighlights.d.ts +11 -0
- package/dist/types/entity/ProgramHighlights.js +50 -0
- package/dist/types/entity/ProgramHighlights.js.map +1 -0
- package/dist/types/entity/ProgramSeason.d.ts +72 -0
- package/dist/types/entity/ProgramSeason.js +229 -0
- package/dist/types/entity/ProgramSeason.js.map +1 -0
- package/dist/types/entity/PurchasedResources.d.ts +36 -0
- package/dist/types/entity/PurchasedResources.js +127 -0
- package/dist/types/entity/PurchasedResources.js.map +1 -0
- package/dist/types/entity/Questionnaires.d.ts +6 -0
- package/dist/types/entity/Questionnaires.js +31 -0
- package/dist/types/entity/Questionnaires.js.map +1 -0
- package/dist/types/entity/Questions.d.ts +15 -0
- package/dist/types/entity/Questions.js +78 -0
- package/dist/types/entity/Questions.js.map +1 -0
- package/dist/types/entity/RefundReason.d.ts +6 -0
- package/dist/types/entity/RefundReason.js +34 -0
- package/dist/types/entity/RefundReason.js.map +1 -0
- package/dist/types/entity/RegistrationConstraint.d.ts +13 -0
- package/dist/types/entity/RegistrationConstraint.js +64 -0
- package/dist/types/entity/RegistrationConstraint.js.map +1 -0
- package/dist/types/entity/Reservations.d.ts +35 -0
- package/dist/types/entity/Reservations.js +171 -0
- package/dist/types/entity/Reservations.js.map +1 -0
- package/dist/types/entity/Resource.d.ts +36 -0
- package/dist/types/entity/Resource.js +150 -0
- package/dist/types/entity/Resource.js.map +1 -0
- package/dist/types/entity/ResourceGroup.d.ts +8 -0
- package/dist/types/entity/ResourceGroup.js +41 -0
- package/dist/types/entity/ResourceGroup.js.map +1 -0
- package/dist/types/entity/School.d.ts +9 -0
- package/dist/types/entity/School.js +46 -0
- package/dist/types/entity/School.js.map +1 -0
- package/dist/types/entity/SeasonAttendees.d.ts +20 -0
- package/dist/types/entity/SeasonAttendees.js +78 -0
- package/dist/types/entity/SeasonAttendees.js.map +1 -0
- package/dist/types/entity/SeasonDivisions.d.ts +7 -0
- package/dist/types/entity/SeasonDivisions.js +38 -0
- package/dist/types/entity/SeasonDivisions.js.map +1 -0
- package/dist/types/entity/SeasonPool.d.ts +19 -0
- package/dist/types/entity/SeasonPool.js +82 -0
- package/dist/types/entity/SeasonPool.js.map +1 -0
- package/dist/types/entity/SeasonTeam.d.ts +12 -0
- package/dist/types/entity/SeasonTeam.js +56 -0
- package/dist/types/entity/SeasonTeam.js.map +1 -0
- package/dist/types/entity/SpacesDependency.d.ts +5 -0
- package/dist/types/entity/SpacesDependency.js +30 -0
- package/dist/types/entity/SpacesDependency.js.map +1 -0
- package/dist/types/entity/Station.d.ts +15 -0
- package/dist/types/entity/Station.js +68 -0
- package/dist/types/entity/Station.js.map +1 -0
- package/dist/types/entity/StationToSubcategory.d.ts +12 -0
- package/dist/types/entity/StationToSubcategory.js +51 -0
- package/dist/types/entity/StationToSubcategory.js.map +1 -0
- package/dist/types/entity/Subcategory.d.ts +12 -0
- package/dist/types/entity/Subcategory.js +60 -0
- package/dist/types/entity/Subcategory.js.map +1 -0
- package/dist/types/entity/Team.d.ts +37 -0
- package/dist/types/entity/Team.js +199 -0
- package/dist/types/entity/Team.js.map +1 -0
- package/dist/types/entity/TeamInvite.d.ts +10 -0
- package/dist/types/entity/TeamInvite.js +50 -0
- package/dist/types/entity/TeamInvite.js.map +1 -0
- package/dist/types/entity/TeamMember.d.ts +12 -0
- package/dist/types/entity/TeamMember.js +53 -0
- package/dist/types/entity/TeamMember.js.map +1 -0
- package/dist/types/entity/UberOrganization.d.ts +7 -0
- package/dist/types/entity/UberOrganization.js +35 -0
- package/dist/types/entity/UberOrganization.js.map +1 -0
- package/dist/types/entity/User.d.ts +51 -0
- package/dist/types/entity/User.js +238 -0
- package/dist/types/entity/User.js.map +1 -0
- package/dist/types/entity/UserAuthorizations.d.ts +9 -0
- package/dist/types/entity/UserAuthorizations.js +41 -0
- package/dist/types/entity/UserAuthorizations.js.map +1 -0
- package/dist/types/entity/UserInFamilyAccount.d.ts +11 -0
- package/dist/types/entity/UserInFamilyAccount.js +48 -0
- package/dist/types/entity/UserInFamilyAccount.js.map +1 -0
- package/dist/types/entity/UserPaymentMethods.d.ts +10 -0
- package/dist/types/entity/UserPaymentMethods.js +47 -0
- package/dist/types/entity/UserPaymentMethods.js.map +1 -0
- package/dist/types/entity/UsersInGroup.d.ts +6 -0
- package/dist/types/entity/UsersInGroup.js +34 -0
- package/dist/types/entity/UsersInGroup.js.map +1 -0
- package/dist/types/entity/VariantTitles.d.ts +6 -0
- package/dist/types/entity/VariantTitles.js +32 -0
- package/dist/types/entity/VariantTitles.js.map +1 -0
- package/dist/types/entity/Variants.d.ts +8 -0
- package/dist/types/entity/Variants.js +40 -0
- package/dist/types/entity/Variants.js.map +1 -0
- package/dist/types/entity/WebflowOrganizationConfiguration.d.ts +9 -0
- package/dist/types/entity/WebflowOrganizationConfiguration.js +46 -0
- package/dist/types/entity/WebflowOrganizationConfiguration.js.map +1 -0
- package/dist/types/entity/decorators/column.numeric.transformer.d.ts +5 -0
- package/dist/types/entity/decorators/column.numeric.transformer.js +21 -0
- package/dist/types/entity/decorators/column.numeric.transformer.js.map +1 -0
- package/dist/types/entity/decorators/index.d.ts +1 -0
- package/dist/types/entity/decorators/index.js +18 -0
- package/dist/types/entity/decorators/index.js.map +1 -0
- package/dist/types/entity/index.d.ts +96 -0
- package/dist/types/entity/index.js +113 -0
- package/dist/types/entity/index.js.map +1 -0
- package/dist/types/import/dto/customer.dto.d.ts +16 -0
- package/dist/types/import/dto/customer.dto.js +85 -0
- package/dist/types/import/dto/customer.dto.js.map +1 -0
- package/dist/types/import/dto/index.d.ts +5 -0
- package/dist/types/import/dto/index.js +22 -0
- package/dist/types/import/dto/index.js.map +1 -0
- package/dist/types/import/dto/invoices.dto.d.ts +37 -0
- package/dist/types/import/dto/invoices.dto.js +113 -0
- package/dist/types/import/dto/invoices.dto.js.map +1 -0
- package/dist/types/import/dto/product.dto.d.ts +11 -0
- package/dist/types/import/dto/product.dto.js +26 -0
- package/dist/types/import/dto/product.dto.js.map +1 -0
- package/dist/types/import/dto/punch-pass.dto.d.ts +7 -0
- package/dist/types/import/dto/punch-pass.dto.js +43 -0
- package/dist/types/import/dto/punch-pass.dto.js.map +1 -0
- package/dist/types/import/dto/reservation.dto.d.ts +53 -0
- package/dist/types/import/dto/reservation.dto.js +154 -0
- package/dist/types/import/dto/reservation.dto.js.map +1 -0
- package/dist/types/import/index.d.ts +1 -0
- package/dist/types/import/index.js +18 -0
- package/dist/types/import/index.js.map +1 -0
- package/dist/types/index.d.ts +16 -0
- package/dist/types/index.js +33 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/league/entities/GameSlots.d.ts +5 -0
- package/dist/types/league/entities/GameSlots.js +34 -0
- package/dist/types/league/entities/GameSlots.js.map +1 -0
- package/dist/types/league/entities/MatchParticipants.d.ts +10 -0
- package/dist/types/league/entities/MatchParticipants.js +50 -0
- package/dist/types/league/entities/MatchParticipants.js.map +1 -0
- package/dist/types/league/entities/Matches.d.ts +6 -0
- package/dist/types/league/entities/Matches.js +34 -0
- package/dist/types/league/entities/Matches.js.map +1 -0
- package/dist/types/league/entities/RoundEvents.d.ts +8 -0
- package/dist/types/league/entities/RoundEvents.js +44 -0
- package/dist/types/league/entities/RoundEvents.js.map +1 -0
- package/dist/types/league/entities/SeasonRounds.d.ts +7 -0
- package/dist/types/league/entities/SeasonRounds.js +38 -0
- package/dist/types/league/entities/SeasonRounds.js.map +1 -0
- package/dist/types/league/entities/TeamEvents.d.ts +6 -0
- package/dist/types/league/entities/TeamEvents.js +34 -0
- package/dist/types/league/entities/TeamEvents.js.map +1 -0
- package/dist/types/league/entities/index.d.ts +6 -0
- package/dist/types/league/entities/index.js +23 -0
- package/dist/types/league/entities/index.js.map +1 -0
- package/dist/types/league/index.d.ts +1 -0
- package/dist/types/league/index.js +18 -0
- package/dist/types/league/index.js.map +1 -0
- package/dist/types/locks/entities/Lock.d.ts +5 -0
- package/dist/types/locks/entities/Lock.js +29 -0
- package/dist/types/locks/entities/Lock.js.map +1 -0
- package/dist/types/locks/entities/index.d.ts +1 -0
- package/dist/types/locks/entities/index.js +18 -0
- package/dist/types/locks/entities/index.js.map +1 -0
- package/dist/types/locks/index.d.ts +1 -0
- package/dist/types/locks/index.js +18 -0
- package/dist/types/locks/index.js.map +1 -0
- package/dist/types/models/ExitCode.d.ts +6 -0
- package/dist/types/models/ExitCode.js +10 -0
- package/dist/types/models/ExitCode.js.map +1 -0
- package/dist/types/models/index.d.ts +2 -0
- package/dist/types/models/index.js +19 -0
- package/dist/types/models/index.js.map +1 -0
- package/dist/types/models/interfaces/date-util.d.ts +9 -0
- package/dist/types/models/interfaces/date-util.js +3 -0
- package/dist/types/models/interfaces/date-util.js.map +1 -0
- package/dist/types/models/interfaces/index.d.ts +2 -0
- package/dist/types/models/interfaces/index.js +19 -0
- package/dist/types/models/interfaces/index.js.map +1 -0
- package/dist/types/models/interfaces/payment.d.ts +13 -0
- package/dist/types/models/interfaces/payment.js +3 -0
- package/dist/types/models/interfaces/payment.js.map +1 -0
- package/dist/types/monitor-config/dto/create-monitor-config.dto.d.ts +6 -0
- package/dist/types/monitor-config/dto/create-monitor-config.dto.js +37 -0
- package/dist/types/monitor-config/dto/create-monitor-config.dto.js.map +1 -0
- package/dist/types/monitor-config/dto/index.d.ts +2 -0
- package/dist/types/monitor-config/dto/index.js +19 -0
- package/dist/types/monitor-config/dto/index.js.map +1 -0
- package/dist/types/monitor-config/dto/update-monitor-config.dto.d.ts +5 -0
- package/dist/types/monitor-config/dto/update-monitor-config.dto.js +9 -0
- package/dist/types/monitor-config/dto/update-monitor-config.dto.js.map +1 -0
- package/dist/types/monitor-config/entities/index.d.ts +1 -0
- package/dist/types/monitor-config/entities/index.js +18 -0
- package/dist/types/monitor-config/entities/index.js.map +1 -0
- package/dist/types/monitor-config/entities/monitor-config.entity.d.ts +6 -0
- package/dist/types/monitor-config/entities/monitor-config.entity.js +33 -0
- package/dist/types/monitor-config/entities/monitor-config.entity.js.map +1 -0
- package/dist/types/monitor-config/index.d.ts +2 -0
- package/dist/types/monitor-config/index.js +19 -0
- package/dist/types/monitor-config/index.js.map +1 -0
- package/dist/types/notifyTracker/entities/index.d.ts +1 -0
- package/dist/types/notifyTracker/entities/index.js +18 -0
- package/dist/types/notifyTracker/entities/index.js.map +1 -0
- package/dist/types/notifyTracker/entities/notifyTracker.d.ts +9 -0
- package/dist/types/notifyTracker/entities/notifyTracker.js +43 -0
- package/dist/types/notifyTracker/entities/notifyTracker.js.map +1 -0
- package/dist/types/notifyTracker/index.d.ts +1 -0
- package/dist/types/notifyTracker/index.js +18 -0
- package/dist/types/notifyTracker/index.js.map +1 -0
- package/dist/types/organization/dto/index.d.ts +1 -0
- package/dist/types/organization/dto/index.js +18 -0
- package/dist/types/organization/dto/index.js.map +1 -0
- package/dist/types/organization/dto/organization.dto.d.ts +25 -0
- package/dist/types/organization/dto/organization.dto.js +123 -0
- package/dist/types/organization/dto/organization.dto.js.map +1 -0
- package/dist/types/organization/entities/Organization.d.ts +57 -0
- package/dist/types/organization/entities/Organization.js +333 -0
- package/dist/types/organization/entities/Organization.js.map +1 -0
- package/dist/types/organization/entities/OrganizationBranding.d.ts +8 -0
- package/dist/types/organization/entities/OrganizationBranding.js +40 -0
- package/dist/types/organization/entities/OrganizationBranding.js.map +1 -0
- package/dist/types/organization/entities/OrganizationSettings.d.ts +4 -0
- package/dist/types/organization/entities/OrganizationSettings.js +26 -0
- package/dist/types/organization/entities/OrganizationSettings.js.map +1 -0
- package/dist/types/organization/entities/OrganizationUsers.d.ts +5 -0
- package/dist/types/organization/entities/OrganizationUsers.js +30 -0
- package/dist/types/organization/entities/OrganizationUsers.js.map +1 -0
- package/dist/types/organization/entities/index.d.ts +4 -0
- package/dist/types/organization/entities/index.js +21 -0
- package/dist/types/organization/entities/index.js.map +1 -0
- package/dist/types/organization/index.d.ts +3 -0
- package/dist/types/organization/index.js +20 -0
- package/dist/types/organization/index.js.map +1 -0
- package/dist/types/organization/interfaces/index.d.ts +1 -0
- package/dist/types/organization/interfaces/index.js +18 -0
- package/dist/types/organization/interfaces/index.js.map +1 -0
- package/dist/types/organization/interfaces/organization.d.ts +26 -0
- package/dist/types/organization/interfaces/organization.js +3 -0
- package/dist/types/organization/interfaces/organization.js.map +1 -0
- package/dist/types/payment/dto/index.d.ts +3 -0
- package/dist/types/payment/dto/index.js +20 -0
- package/dist/types/payment/dto/index.js.map +1 -0
- package/dist/types/payment/dto/payment.dto.d.ts +131 -0
- package/dist/types/payment/dto/payment.dto.js +446 -0
- package/dist/types/payment/dto/payment.dto.js.map +1 -0
- package/dist/types/payment/dto/refund.dto.d.ts +24 -0
- package/dist/types/payment/dto/refund.dto.js +100 -0
- package/dist/types/payment/dto/refund.dto.js.map +1 -0
- package/dist/types/payment/dto/void.dto.d.ts +11 -0
- package/dist/types/payment/dto/void.dto.js +53 -0
- package/dist/types/payment/dto/void.dto.js.map +1 -0
- package/dist/types/payment/index.d.ts +3 -0
- package/dist/types/payment/index.js +20 -0
- package/dist/types/payment/index.js.map +1 -0
- package/dist/types/payment/interfaces/index.d.ts +3 -0
- package/dist/types/payment/interfaces/index.js +20 -0
- package/dist/types/payment/interfaces/index.js.map +1 -0
- package/dist/types/payment/interfaces/payment.d.ts +27 -0
- package/dist/types/payment/interfaces/payment.js +3 -0
- package/dist/types/payment/interfaces/payment.js.map +1 -0
- package/dist/types/payment/interfaces/refund.d.ts +13 -0
- package/dist/types/payment/interfaces/refund.js +3 -0
- package/dist/types/payment/interfaces/refund.js.map +1 -0
- package/dist/types/payment/interfaces/void.d.ts +11 -0
- package/dist/types/payment/interfaces/void.js +3 -0
- package/dist/types/payment/interfaces/void.js.map +1 -0
- package/dist/types/payment/stripe/index.d.ts +1 -0
- package/dist/types/payment/stripe/index.js +18 -0
- package/dist/types/payment/stripe/index.js.map +1 -0
- package/dist/types/payment/stripe/stripe.types.d.ts +41 -0
- package/dist/types/payment/stripe/stripe.types.js +3 -0
- package/dist/types/payment/stripe/stripe.types.js.map +1 -0
- package/dist/types/reservations/dto/addon.dto.d.ts +29 -0
- package/dist/types/reservations/dto/addon.dto.js +97 -0
- package/dist/types/reservations/dto/addon.dto.js.map +1 -0
- package/dist/types/reservations/dto/index.d.ts +10 -0
- package/dist/types/reservations/dto/index.js +27 -0
- package/dist/types/reservations/dto/index.js.map +1 -0
- package/dist/types/reservations/dto/invoice.dto.d.ts +42 -0
- package/dist/types/reservations/dto/invoice.dto.js +159 -0
- package/dist/types/reservations/dto/invoice.dto.js.map +1 -0
- package/dist/types/reservations/dto/lineItem.dto.d.ts +30 -0
- package/dist/types/reservations/dto/lineItem.dto.js +128 -0
- package/dist/types/reservations/dto/lineItem.dto.js.map +1 -0
- package/dist/types/reservations/dto/maintenance.dto.d.ts +8 -0
- package/dist/types/reservations/dto/maintenance.dto.js +47 -0
- package/dist/types/reservations/dto/maintenance.dto.js.map +1 -0
- package/dist/types/reservations/dto/purcased-resource.dto.d.ts +9 -0
- package/dist/types/reservations/dto/purcased-resource.dto.js +55 -0
- package/dist/types/reservations/dto/purcased-resource.dto.js.map +1 -0
- package/dist/types/reservations/dto/reservation.dto.d.ts +164 -0
- package/dist/types/reservations/dto/reservation.dto.js +694 -0
- package/dist/types/reservations/dto/reservation.dto.js.map +1 -0
- package/dist/types/reservations/dto/segment.dto.d.ts +13 -0
- package/dist/types/reservations/dto/segment.dto.js +83 -0
- package/dist/types/reservations/dto/segment.dto.js.map +1 -0
- package/dist/types/reservations/dto/series.dto.d.ts +20 -0
- package/dist/types/reservations/dto/series.dto.js +112 -0
- package/dist/types/reservations/dto/series.dto.js.map +1 -0
- package/dist/types/reservations/dto/slot.dto.d.ts +67 -0
- package/dist/types/reservations/dto/slot.dto.js +312 -0
- package/dist/types/reservations/dto/slot.dto.js.map +1 -0
- package/dist/types/reservations/dto/v1.reservation.dto.d.ts +36 -0
- package/dist/types/reservations/dto/v1.reservation.dto.js +167 -0
- package/dist/types/reservations/dto/v1.reservation.dto.js.map +1 -0
- package/dist/types/reservations/entities/Addon.d.ts +26 -0
- package/dist/types/reservations/entities/Addon.js +128 -0
- package/dist/types/reservations/entities/Addon.js.map +1 -0
- package/dist/types/reservations/entities/InvoicedSlots.d.ts +7 -0
- package/dist/types/reservations/entities/InvoicedSlots.js +38 -0
- package/dist/types/reservations/entities/InvoicedSlots.js.map +1 -0
- package/dist/types/reservations/entities/Reservations.d.ts +40 -0
- package/dist/types/reservations/entities/Reservations.js +191 -0
- package/dist/types/reservations/entities/Reservations.js.map +1 -0
- package/dist/types/reservations/entities/Segments.d.ts +18 -0
- package/dist/types/reservations/entities/Segments.js +86 -0
- package/dist/types/reservations/entities/Segments.js.map +1 -0
- package/dist/types/reservations/entities/Series.d.ts +23 -0
- package/dist/types/reservations/entities/Series.js +108 -0
- package/dist/types/reservations/entities/Series.js.map +1 -0
- package/dist/types/reservations/entities/Slots.d.ts +76 -0
- package/dist/types/reservations/entities/Slots.js +319 -0
- package/dist/types/reservations/entities/Slots.js.map +1 -0
- package/dist/types/reservations/entities/index.d.ts +6 -0
- package/dist/types/reservations/entities/index.js +23 -0
- package/dist/types/reservations/entities/index.js.map +1 -0
- package/dist/types/reservations/index.d.ts +3 -0
- package/dist/types/reservations/index.js +20 -0
- package/dist/types/reservations/index.js.map +1 -0
- package/dist/types/reservations/interfaces/index.d.ts +2 -0
- package/dist/types/reservations/interfaces/index.js +19 -0
- package/dist/types/reservations/interfaces/index.js.map +1 -0
- package/dist/types/reservations/interfaces/invoice.d.ts +63 -0
- package/dist/types/reservations/interfaces/invoice.js +13 -0
- package/dist/types/reservations/interfaces/invoice.js.map +1 -0
- package/dist/types/reservations/interfaces/reservation.d.ts +240 -0
- package/dist/types/reservations/interfaces/reservation.js +11 -0
- package/dist/types/reservations/interfaces/reservation.js.map +1 -0
- package/dist/types/roles/dto/change-permissions.dto.d.ts +3 -0
- package/dist/types/roles/dto/change-permissions.dto.js +23 -0
- package/dist/types/roles/dto/change-permissions.dto.js.map +1 -0
- package/dist/types/roles/dto/create-role.dto.d.ts +3 -0
- package/dist/types/roles/dto/create-role.dto.js +23 -0
- package/dist/types/roles/dto/create-role.dto.js.map +1 -0
- package/dist/types/roles/dto/index.d.ts +3 -0
- package/dist/types/roles/dto/index.js +20 -0
- package/dist/types/roles/dto/index.js.map +1 -0
- package/dist/types/roles/dto/update-role.dto.d.ts +5 -0
- package/dist/types/roles/dto/update-role.dto.js +9 -0
- package/dist/types/roles/dto/update-role.dto.js.map +1 -0
- package/dist/types/roles/entities/Permission.d.ts +5 -0
- package/dist/types/roles/entities/Permission.js +29 -0
- package/dist/types/roles/entities/Permission.js.map +1 -0
- package/dist/types/roles/entities/Role.d.ts +9 -0
- package/dist/types/roles/entities/Role.js +51 -0
- package/dist/types/roles/entities/Role.js.map +1 -0
- package/dist/types/roles/entities/UserRole.d.ts +10 -0
- package/dist/types/roles/entities/UserRole.js +46 -0
- package/dist/types/roles/entities/UserRole.js.map +1 -0
- package/dist/types/roles/entities/index.d.ts +3 -0
- package/dist/types/roles/entities/index.js +20 -0
- package/dist/types/roles/entities/index.js.map +1 -0
- package/dist/types/roles/index.d.ts +2 -0
- package/dist/types/roles/index.js +19 -0
- package/dist/types/roles/index.js.map +1 -0
- package/dist/types/services/enums.service.d.ts +569 -0
- package/dist/types/services/enums.service.js +654 -0
- package/dist/types/services/enums.service.js.map +1 -0
- package/dist/types/services/index.d.ts +2 -0
- package/dist/types/services/index.js +19 -0
- package/dist/types/services/index.js.map +1 -0
- package/dist/types/services/interfaces.service.d.ts +383 -0
- package/dist/types/services/interfaces.service.js +21 -0
- package/dist/types/services/interfaces.service.js.map +1 -0
- package/dist/types/shifts/dto/close-shift.dto.d.ts +3 -0
- package/dist/types/shifts/dto/close-shift.dto.js +23 -0
- package/dist/types/shifts/dto/close-shift.dto.js.map +1 -0
- package/dist/types/shifts/dto/find-shifts-by-ids.dto.d.ts +3 -0
- package/dist/types/shifts/dto/find-shifts-by-ids.dto.js +23 -0
- package/dist/types/shifts/dto/find-shifts-by-ids.dto.js.map +1 -0
- package/dist/types/shifts/dto/find-shifts-filters.dto.d.ts +20 -0
- package/dist/types/shifts/dto/find-shifts-filters.dto.js +69 -0
- package/dist/types/shifts/dto/find-shifts-filters.dto.js.map +1 -0
- package/dist/types/shifts/dto/index.d.ts +5 -0
- package/dist/types/shifts/dto/index.js +22 -0
- package/dist/types/shifts/dto/index.js.map +1 -0
- package/dist/types/shifts/dto/management-closing-shifts.dto.d.ts +7 -0
- package/dist/types/shifts/dto/management-closing-shifts.dto.js +37 -0
- package/dist/types/shifts/dto/management-closing-shifts.dto.js.map +1 -0
- package/dist/types/shifts/dto/open-shift.dto.d.ts +4 -0
- package/dist/types/shifts/dto/open-shift.dto.js +28 -0
- package/dist/types/shifts/dto/open-shift.dto.js.map +1 -0
- package/dist/types/shifts/entities/index.d.ts +1 -0
- package/dist/types/shifts/entities/index.js +18 -0
- package/dist/types/shifts/entities/index.js.map +1 -0
- package/dist/types/shifts/entities/shift.entity.d.ts +33 -0
- package/dist/types/shifts/entities/shift.entity.js +134 -0
- package/dist/types/shifts/entities/shift.entity.js.map +1 -0
- package/dist/types/shifts/index.d.ts +2 -0
- package/dist/types/shifts/index.js +19 -0
- package/dist/types/shifts/index.js.map +1 -0
- package/dist/types/util/dto.util.d.ts +7 -0
- package/dist/types/util/dto.util.js +22 -0
- package/dist/types/util/dto.util.js.map +1 -0
- package/dist/types/util/index.d.ts +4 -0
- package/dist/types/util/index.js +21 -0
- package/dist/types/util/index.js.map +1 -0
- package/dist/types/util/string.util.d.ts +4 -0
- package/dist/types/util/string.util.js +12 -0
- package/dist/types/util/string.util.js.map +1 -0
- package/dist/types/util/transformer.util.d.ts +6 -0
- package/dist/types/util/transformer.util.js +43 -0
- package/dist/types/util/transformer.util.js.map +1 -0
- package/dist/types/util/typesScript.util.d.ts +4 -0
- package/dist/types/util/typesScript.util.js +22 -0
- package/dist/types/util/typesScript.util.js.map +1 -0
- package/dist/types/webflow/index.d.ts +1 -0
- package/dist/types/webflow/index.js +18 -0
- package/dist/types/webflow/index.js.map +1 -0
- package/dist/types/webflow/interfaces/iWebflowProgram.interfaces.d.ts +13 -0
- package/dist/types/webflow/interfaces/iWebflowProgram.interfaces.js +3 -0
- package/dist/types/webflow/interfaces/iWebflowProgram.interfaces.js.map +1 -0
- package/dist/types/webflow/interfaces/index.d.ts +1 -0
- package/dist/types/webflow/interfaces/index.js +18 -0
- package/dist/types/webflow/interfaces/index.js.map +1 -0
- package/package.json +56 -49
- package/build/index.d.ts +0 -4568
- package/build/index.es.js +0 -2
- package/build/index.es.js.map +0 -1
- package/build/index.js +0 -2
- package/build/index.js.map +0 -1
- package/build/provider.d.ts +0 -4
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ProductImportDto = exports.ProductIdsDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class ProductIdsDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
19
|
+
(0, class_validator_1.IsArray)(),
|
|
20
|
+
__metadata("design:type", Array)
|
|
21
|
+
], ProductIdsDto.prototype, "productIds", void 0);
|
|
22
|
+
exports.ProductIdsDto = ProductIdsDto;
|
|
23
|
+
class ProductImportDto {
|
|
24
|
+
}
|
|
25
|
+
exports.ProductImportDto = ProductImportDto;
|
|
26
|
+
//# sourceMappingURL=product.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product.dto.js","sourceRoot":"","sources":["../../../../src/types/import/dto/product.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,yDAAyC;AACzC,qDAA0C;AAE1C,MAAa,aAAa;CAIzB;AAHG;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IACrB,IAAA,yBAAO,GAAE;;iDACY;AAHvB,sCAIC;AAED,MAAa,gBAAgB;CAK5B;AALD,4CAKC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PunchPassDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class PunchPassDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Type)(() => String),
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], PunchPassDto.prototype, "CustomerID", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
24
|
+
(0, class_validator_1.IsNumber)(),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], PunchPassDto.prototype, "QuantityLeft", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
29
|
+
(0, class_validator_1.IsNumber)(),
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], PunchPassDto.prototype, "BondProgramID", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
34
|
+
(0, class_validator_1.IsNumber)(),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], PunchPassDto.prototype, "BondSessionID", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
39
|
+
(0, class_validator_1.IsNumber)(),
|
|
40
|
+
__metadata("design:type", Number)
|
|
41
|
+
], PunchPassDto.prototype, "ProductID", void 0);
|
|
42
|
+
exports.PunchPassDto = PunchPassDto;
|
|
43
|
+
//# sourceMappingURL=punch-pass.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"punch-pass.dto.js","sourceRoot":"","sources":["../../../../src/types/import/dto/punch-pass.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,yDAAyC;AAEzC,MAAa,YAAY;CAoBxB;AAnBA;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;gDACQ;AAEnB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;kDACU;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;mDACW;AAEtB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;mDACW;AAEtB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;+CACO;AAnBnB,oCAoBC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export declare class ImportedSlotProductDto {
|
|
2
|
+
slotID?: string;
|
|
3
|
+
name?: string;
|
|
4
|
+
pricingType?: 'Hourly' | 'Flat';
|
|
5
|
+
appliesTo?: 'slot' | 'addon' | 'reservation';
|
|
6
|
+
price?: string;
|
|
7
|
+
minutes?: string;
|
|
8
|
+
quantity: string;
|
|
9
|
+
startDate?: string;
|
|
10
|
+
startTime?: string;
|
|
11
|
+
endDate?: string;
|
|
12
|
+
endTime?: string;
|
|
13
|
+
bondProductId?: number;
|
|
14
|
+
}
|
|
15
|
+
export declare class ImportResourceMappingDto {
|
|
16
|
+
bondResourceID?: string;
|
|
17
|
+
resourceName?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare class ImportProductMappingDto {
|
|
20
|
+
productID?: string;
|
|
21
|
+
productName?: string;
|
|
22
|
+
}
|
|
23
|
+
export declare class ImportedSlotDto {
|
|
24
|
+
importedID?: string;
|
|
25
|
+
reservationID: string;
|
|
26
|
+
bondResourceID: string;
|
|
27
|
+
resourceName: string;
|
|
28
|
+
subResourceName: string;
|
|
29
|
+
startDate: string;
|
|
30
|
+
startTime: string;
|
|
31
|
+
endDate: string;
|
|
32
|
+
endTime: string;
|
|
33
|
+
sportId?: string;
|
|
34
|
+
setupDuration: string;
|
|
35
|
+
setupIncludeInCosts: string;
|
|
36
|
+
takedownDuration: string;
|
|
37
|
+
takedownIncludeInCosts: string;
|
|
38
|
+
slotProduct: ImportedSlotProductDto;
|
|
39
|
+
addonProducts: ImportedSlotProductDto[];
|
|
40
|
+
totalPrice: string;
|
|
41
|
+
}
|
|
42
|
+
export declare class ImportedReservationDto {
|
|
43
|
+
importedId: string;
|
|
44
|
+
name: string;
|
|
45
|
+
customerId: string;
|
|
46
|
+
description: string;
|
|
47
|
+
totalPrice: string;
|
|
48
|
+
downPayment: string;
|
|
49
|
+
paid: string;
|
|
50
|
+
invoiceId: string;
|
|
51
|
+
slots?: ImportedSlotDto[];
|
|
52
|
+
addons?: ImportedSlotProductDto[];
|
|
53
|
+
}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ImportedReservationDto = exports.ImportedSlotDto = exports.ImportProductMappingDto = exports.ImportResourceMappingDto = exports.ImportedSlotProductDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class ImportedSlotProductDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Type)(() => String),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], ImportedSlotProductDto.prototype, "slotID", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_transformer_1.Type)(() => String),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], ImportedSlotProductDto.prototype, "name", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_transformer_1.Type)(() => String),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], ImportedSlotProductDto.prototype, "pricingType", void 0);
|
|
29
|
+
exports.ImportedSlotProductDto = ImportedSlotProductDto;
|
|
30
|
+
class ImportResourceMappingDto {
|
|
31
|
+
}
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_transformer_1.Type)(() => String),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], ImportResourceMappingDto.prototype, "bondResourceID", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_transformer_1.Type)(() => String),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], ImportResourceMappingDto.prototype, "resourceName", void 0);
|
|
40
|
+
exports.ImportResourceMappingDto = ImportResourceMappingDto;
|
|
41
|
+
class ImportProductMappingDto {
|
|
42
|
+
}
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, class_transformer_1.Type)(() => String),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], ImportProductMappingDto.prototype, "productID", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, class_transformer_1.Type)(() => String),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], ImportProductMappingDto.prototype, "productName", void 0);
|
|
51
|
+
exports.ImportProductMappingDto = ImportProductMappingDto;
|
|
52
|
+
class ImportedSlotDto {
|
|
53
|
+
}
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, class_transformer_1.Type)(() => String),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], ImportedSlotDto.prototype, "importedID", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, class_transformer_1.Type)(() => String),
|
|
60
|
+
__metadata("design:type", String)
|
|
61
|
+
], ImportedSlotDto.prototype, "reservationID", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, class_transformer_1.Type)(() => String),
|
|
64
|
+
__metadata("design:type", String)
|
|
65
|
+
], ImportedSlotDto.prototype, "bondResourceID", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, class_transformer_1.Type)(() => String),
|
|
68
|
+
__metadata("design:type", String)
|
|
69
|
+
], ImportedSlotDto.prototype, "resourceName", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, class_transformer_1.Type)(() => String),
|
|
72
|
+
__metadata("design:type", String)
|
|
73
|
+
], ImportedSlotDto.prototype, "subResourceName", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
(0, class_transformer_1.Type)(() => String),
|
|
76
|
+
__metadata("design:type", String)
|
|
77
|
+
], ImportedSlotDto.prototype, "startDate", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, class_transformer_1.Type)(() => String),
|
|
80
|
+
__metadata("design:type", String)
|
|
81
|
+
], ImportedSlotDto.prototype, "startTime", void 0);
|
|
82
|
+
__decorate([
|
|
83
|
+
(0, class_transformer_1.Type)(() => String),
|
|
84
|
+
__metadata("design:type", String)
|
|
85
|
+
], ImportedSlotDto.prototype, "endDate", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, class_transformer_1.Type)(() => String),
|
|
88
|
+
__metadata("design:type", String)
|
|
89
|
+
], ImportedSlotDto.prototype, "endTime", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, class_transformer_1.Type)(() => String),
|
|
92
|
+
__metadata("design:type", String)
|
|
93
|
+
], ImportedSlotDto.prototype, "sportId", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, class_transformer_1.Type)(() => String),
|
|
96
|
+
__metadata("design:type", String)
|
|
97
|
+
], ImportedSlotDto.prototype, "setupDuration", void 0);
|
|
98
|
+
__decorate([
|
|
99
|
+
(0, class_transformer_1.Type)(() => String),
|
|
100
|
+
__metadata("design:type", String)
|
|
101
|
+
], ImportedSlotDto.prototype, "setupIncludeInCosts", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
(0, class_transformer_1.Type)(() => String),
|
|
104
|
+
__metadata("design:type", String)
|
|
105
|
+
], ImportedSlotDto.prototype, "takedownDuration", void 0);
|
|
106
|
+
__decorate([
|
|
107
|
+
(0, class_transformer_1.Type)(() => String),
|
|
108
|
+
__metadata("design:type", String)
|
|
109
|
+
], ImportedSlotDto.prototype, "takedownIncludeInCosts", void 0);
|
|
110
|
+
exports.ImportedSlotDto = ImportedSlotDto;
|
|
111
|
+
class ImportedReservationDto {
|
|
112
|
+
}
|
|
113
|
+
__decorate([
|
|
114
|
+
(0, class_transformer_1.Type)(() => String),
|
|
115
|
+
(0, class_validator_1.IsString)(),
|
|
116
|
+
__metadata("design:type", String)
|
|
117
|
+
], ImportedReservationDto.prototype, "importedId", void 0);
|
|
118
|
+
__decorate([
|
|
119
|
+
(0, class_transformer_1.Type)(() => String),
|
|
120
|
+
(0, class_validator_1.IsString)(),
|
|
121
|
+
__metadata("design:type", String)
|
|
122
|
+
], ImportedReservationDto.prototype, "name", void 0);
|
|
123
|
+
__decorate([
|
|
124
|
+
(0, class_transformer_1.Type)(() => String),
|
|
125
|
+
(0, class_validator_1.IsString)(),
|
|
126
|
+
__metadata("design:type", String)
|
|
127
|
+
], ImportedReservationDto.prototype, "customerId", void 0);
|
|
128
|
+
__decorate([
|
|
129
|
+
(0, class_transformer_1.Type)(() => String),
|
|
130
|
+
(0, class_validator_1.IsString)(),
|
|
131
|
+
__metadata("design:type", String)
|
|
132
|
+
], ImportedReservationDto.prototype, "description", void 0);
|
|
133
|
+
__decorate([
|
|
134
|
+
(0, class_transformer_1.Type)(() => String),
|
|
135
|
+
(0, class_validator_1.IsString)(),
|
|
136
|
+
__metadata("design:type", String)
|
|
137
|
+
], ImportedReservationDto.prototype, "totalPrice", void 0);
|
|
138
|
+
__decorate([
|
|
139
|
+
(0, class_transformer_1.Type)(() => String),
|
|
140
|
+
(0, class_validator_1.IsString)(),
|
|
141
|
+
__metadata("design:type", String)
|
|
142
|
+
], ImportedReservationDto.prototype, "downPayment", void 0);
|
|
143
|
+
__decorate([
|
|
144
|
+
(0, class_transformer_1.Type)(() => String),
|
|
145
|
+
(0, class_validator_1.IsString)(),
|
|
146
|
+
__metadata("design:type", String)
|
|
147
|
+
], ImportedReservationDto.prototype, "paid", void 0);
|
|
148
|
+
__decorate([
|
|
149
|
+
(0, class_transformer_1.Type)(() => String),
|
|
150
|
+
(0, class_validator_1.IsString)(),
|
|
151
|
+
__metadata("design:type", String)
|
|
152
|
+
], ImportedReservationDto.prototype, "invoiceId", void 0);
|
|
153
|
+
exports.ImportedReservationDto = ImportedReservationDto;
|
|
154
|
+
//# sourceMappingURL=reservation.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservation.dto.js","sourceRoot":"","sources":["../../../../src/types/import/dto/reservation.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAA2C;AAI3C,MAAa,sBAAsB;CAyBlC;AAxBA;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;sDACH;AAEhB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;oDACL;AAGd;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;2DACa;AATjC,wDAyBC;AAED,MAAa,wBAAwB;CAMpC;AALA;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;gEACK;AAExB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;8DACG;AALvB,4DAMC;AAED,MAAa,uBAAuB;CAMnC;AALA;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;0DACA;AAEnB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;4DACE;AALtB,0DAMC;AAED,MAAa,eAAe;CA+C3B;AA9CA;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;mDACC;AAEpB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;sDACG;AAEtB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;uDACI;AAEvB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;qDACE;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;wDACK;AAExB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;kDACD;AAElB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;kDACD;AAElB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;gDACH;AAEhB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;gDACH;AAEhB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;gDACF;AAEjB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;sDACG;AAEtB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;4DACS;AAE5B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;yDACM;AAEzB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;+DACY;AAzChC,0CA+CC;AAED,MAAa,sBAAsB;CAqClC;AApCA;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;0DACQ;AAEnB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;oDACE;AAEb;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;0DACQ;AAEnB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;2DACS;AAEpB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;0DACQ;AAEnB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;2DACS;AAEpB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;oDACE;AAEb;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;yDACO;AA/BnB,wDAqCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/import/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from './dto';
|
|
2
|
+
export * from './entity';
|
|
3
|
+
export * from './import';
|
|
4
|
+
export * from './league';
|
|
5
|
+
export * from './locks';
|
|
6
|
+
export * from './models';
|
|
7
|
+
export * from './monitor-config';
|
|
8
|
+
export * from './notifyTracker';
|
|
9
|
+
export * from './organization';
|
|
10
|
+
export * from './payment';
|
|
11
|
+
export * from './reservations';
|
|
12
|
+
export * from './roles';
|
|
13
|
+
export * from './services';
|
|
14
|
+
export * from './shifts';
|
|
15
|
+
export * from './util';
|
|
16
|
+
export * from './webflow';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dto"), exports);
|
|
18
|
+
__exportStar(require("./entity"), exports);
|
|
19
|
+
__exportStar(require("./import"), exports);
|
|
20
|
+
__exportStar(require("./league"), exports);
|
|
21
|
+
__exportStar(require("./locks"), exports);
|
|
22
|
+
__exportStar(require("./models"), exports);
|
|
23
|
+
__exportStar(require("./monitor-config"), exports);
|
|
24
|
+
__exportStar(require("./notifyTracker"), exports);
|
|
25
|
+
__exportStar(require("./organization"), exports);
|
|
26
|
+
__exportStar(require("./payment"), exports);
|
|
27
|
+
__exportStar(require("./reservations"), exports);
|
|
28
|
+
__exportStar(require("./roles"), exports);
|
|
29
|
+
__exportStar(require("./services"), exports);
|
|
30
|
+
__exportStar(require("./shifts"), exports);
|
|
31
|
+
__exportStar(require("./util"), exports);
|
|
32
|
+
__exportStar(require("./webflow"), exports);
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,2CAAyB;AACzB,2CAAyB;AACzB,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,mDAAiC;AACjC,kDAAgC;AAChC,iDAA+B;AAC/B,4CAA0B;AAC1B,iDAA+B;AAC/B,0CAAwB;AACxB,6CAA2B;AAC3B,2CAAyB;AACzB,yCAAuB;AACvB,4CAA0B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.GameSlots = void 0;
|
|
13
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
let GameSlots = class GameSlots extends BondBaseEntity_1.BondBaseEntity {
|
|
16
|
+
};
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, typeorm_1.Column)('character varying', {
|
|
19
|
+
name: 'entityType',
|
|
20
|
+
nullable: true,
|
|
21
|
+
length: 255,
|
|
22
|
+
}),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], GameSlots.prototype, "entityType", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, typeorm_1.Column)('integer', { name: 'entityId', nullable: true }),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], GameSlots.prototype, "entityId", void 0);
|
|
29
|
+
GameSlots = __decorate([
|
|
30
|
+
(0, typeorm_1.Index)('GameSlots_pkey', ['id'], { unique: true }),
|
|
31
|
+
(0, typeorm_1.Entity)('GameSlots', { schema: 'public' })
|
|
32
|
+
], GameSlots);
|
|
33
|
+
exports.GameSlots = GameSlots;
|
|
34
|
+
//# sourceMappingURL=GameSlots.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GameSlots.js","sourceRoot":"","sources":["../../../../src/types/league/entities/GameSlots.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gEAA6D;AAC7D,qCAAgD;AAIzC,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,+BAAc;CAU5C,CAAA;AATA;IAAC,IAAA,gBAAM,EAAC,mBAAmB,EAAE;QAC5B,IAAI,EAAE,YAAY;QAClB,QAAQ,EAAE,IAAI;QACd,MAAM,EAAE,GAAG;KACX,CAAC;;6CACiB;AAEnB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CACvC;AATL,SAAS;IAFrB,IAAA,eAAK,EAAC,gBAAgB,EAAE,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IACjD,IAAA,gBAAM,EAAC,WAAW,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;GAC7B,SAAS,CAUrB;AAVY,8BAAS"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
|
2
|
+
export declare class MatchParticipants extends BondBaseEntity {
|
|
3
|
+
matchId: number | null;
|
|
4
|
+
ordinal: number | null;
|
|
5
|
+
outcomeOrdinal: number | null;
|
|
6
|
+
resultMetaData: any | null;
|
|
7
|
+
points: number | null;
|
|
8
|
+
score: number | null;
|
|
9
|
+
gameSlotId: number | null;
|
|
10
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.MatchParticipants = void 0;
|
|
13
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
let MatchParticipants = class MatchParticipants extends BondBaseEntity_1.BondBaseEntity {
|
|
16
|
+
};
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, typeorm_1.Column)('integer', { name: 'matchId', nullable: true }),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], MatchParticipants.prototype, "matchId", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.Column)('integer', { name: 'ordinal', nullable: true }),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], MatchParticipants.prototype, "ordinal", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, typeorm_1.Column)('integer', { name: 'outcomeOrdinal', nullable: true }),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], MatchParticipants.prototype, "outcomeOrdinal", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.Column)('jsonb', { name: 'resultMetaData', nullable: true }),
|
|
31
|
+
__metadata("design:type", Object)
|
|
32
|
+
], MatchParticipants.prototype, "resultMetaData", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, typeorm_1.Column)('integer', { name: 'points', nullable: true }),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], MatchParticipants.prototype, "points", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, typeorm_1.Column)('integer', { name: 'score', nullable: true }),
|
|
39
|
+
__metadata("design:type", Number)
|
|
40
|
+
], MatchParticipants.prototype, "score", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, typeorm_1.Column)('integer', { name: 'gameSlotId', nullable: true }),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], MatchParticipants.prototype, "gameSlotId", void 0);
|
|
45
|
+
MatchParticipants = __decorate([
|
|
46
|
+
(0, typeorm_1.Index)('MatchParticipants_pkey', ['id'], { unique: true }),
|
|
47
|
+
(0, typeorm_1.Entity)('MatchParticipants', { schema: 'public' })
|
|
48
|
+
], MatchParticipants);
|
|
49
|
+
exports.MatchParticipants = MatchParticipants;
|
|
50
|
+
//# sourceMappingURL=MatchParticipants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MatchParticipants.js","sourceRoot":"","sources":["../../../../src/types/league/entities/MatchParticipants.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gEAA6D;AAC7D,qCAAgD;AAIzC,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,+BAAc;CAqBpD,CAAA;AApBA;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAChC;AAEvB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAChC;AAEvB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDAChC;AAE9B;IAAC,IAAA,gBAAM,EAAC,OAAO,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACjC;AAE3B;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAChC;AAEtB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAChC;AAErB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDAChC;AApBd,iBAAiB;IAF7B,IAAA,eAAK,EAAC,wBAAwB,EAAE,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,gBAAM,EAAC,mBAAmB,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;GACrC,iBAAiB,CAqB7B;AArBY,8CAAiB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.Matches = void 0;
|
|
13
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
let Matches = class Matches extends BondBaseEntity_1.BondBaseEntity {
|
|
16
|
+
};
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, typeorm_1.Column)('integer', { name: 'eventId', nullable: true }),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], Matches.prototype, "eventId", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.Column)('integer', { name: 'status', nullable: true }),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], Matches.prototype, "status", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, typeorm_1.Column)('boolean', { name: 'excludeStandings', nullable: true }),
|
|
27
|
+
__metadata("design:type", Boolean)
|
|
28
|
+
], Matches.prototype, "excludeStandings", void 0);
|
|
29
|
+
Matches = __decorate([
|
|
30
|
+
(0, typeorm_1.Index)('Matches_pkey', ['id'], { unique: true }),
|
|
31
|
+
(0, typeorm_1.Entity)('Matches', { schema: 'public' })
|
|
32
|
+
], Matches);
|
|
33
|
+
exports.Matches = Matches;
|
|
34
|
+
//# sourceMappingURL=Matches.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Matches.js","sourceRoot":"","sources":["../../../../src/types/league/entities/Matches.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gEAA6D;AAC7D,qCAAgD;AAIzC,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,+BAAc;CAS1C,CAAA;AARA;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCAChC;AAEvB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCAChC;AAEtB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC/B;AARrB,OAAO;IAFnB,IAAA,eAAK,EAAC,cAAc,EAAE,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IAC/C,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;GAC3B,OAAO,CASnB;AATY,0BAAO"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RoundEvents = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let RoundEvents = class RoundEvents extends typeorm_1.BaseEntity {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.Column)('integer', { primary: true, name: 'roundId' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], RoundEvents.prototype, "roundId", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)('integer', { primary: true, name: 'eventId', unique: true }),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], RoundEvents.prototype, "eventId", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)('integer', { name: 'seriesId', nullable: true, unique: true }),
|
|
26
|
+
__metadata("design:type", Number)
|
|
27
|
+
], RoundEvents.prototype, "seriesId", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)('timestamp with time zone', { name: 'createdAt' }),
|
|
30
|
+
__metadata("design:type", Date)
|
|
31
|
+
], RoundEvents.prototype, "createdAt", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)('timestamp with time zone', { name: 'updatedAt' }),
|
|
34
|
+
__metadata("design:type", Date)
|
|
35
|
+
], RoundEvents.prototype, "updatedAt", void 0);
|
|
36
|
+
RoundEvents = __decorate([
|
|
37
|
+
(0, typeorm_1.Index)('RoundEvents_pkey', ['eventId', 'roundId'], { unique: true }),
|
|
38
|
+
(0, typeorm_1.Index)('RoundEvents_eventId_seriesId_key', ['eventId', 'seriesId'], {
|
|
39
|
+
unique: true,
|
|
40
|
+
}),
|
|
41
|
+
(0, typeorm_1.Entity)('RoundEvents', { schema: 'public' })
|
|
42
|
+
], RoundEvents);
|
|
43
|
+
exports.RoundEvents = RoundEvents;
|
|
44
|
+
//# sourceMappingURL=RoundEvents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoundEvents.js","sourceRoot":"","sources":["../../../../src/types/league/entities/RoundEvents.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA4D;AAOrD,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,oBAAU;CAyB1C,CAAA;AAxBA;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;4CACtC;AAEhB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;4CACpD;AAEhB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;6CAC9C;AAExB;IAAC,IAAA,gBAAM,EAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAC/C,IAAI;8CAAC;AAEhB;IAAC,IAAA,gBAAM,EAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAC/C,IAAI;8CAAC;AAdJ,WAAW;IALvB,IAAA,eAAK,EAAC,kBAAkB,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IACnE,IAAA,eAAK,EAAC,kCAAkC,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC,EAAE;QACnE,MAAM,EAAE,IAAI;KACZ,CAAC;IACD,IAAA,gBAAM,EAAC,aAAa,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;GAC/B,WAAW,CAyBvB;AAzBY,kCAAW"}
|