@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,12 @@
|
|
|
1
|
+
import { OrganizationConnectionBaseEntity } from './OrganizationConnectionBaseEntity';
|
|
2
|
+
import { Invoice } from './Invoice';
|
|
3
|
+
import { User } from './User';
|
|
4
|
+
export declare class InvoiceNote extends OrganizationConnectionBaseEntity {
|
|
5
|
+
content: string;
|
|
6
|
+
creatingUserId: number;
|
|
7
|
+
user: User;
|
|
8
|
+
isPublic: boolean;
|
|
9
|
+
deletedAt: Date;
|
|
10
|
+
invoiceId: number;
|
|
11
|
+
invoice: Invoice;
|
|
12
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.InvoiceNote = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const OrganizationConnectionBaseEntity_1 = require("./OrganizationConnectionBaseEntity");
|
|
15
|
+
const Invoice_1 = require("./Invoice");
|
|
16
|
+
const User_1 = require("./User");
|
|
17
|
+
let InvoiceNote = class InvoiceNote extends OrganizationConnectionBaseEntity_1.OrganizationConnectionBaseEntity {
|
|
18
|
+
};
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, typeorm_1.Column)('text', { name: 'content', nullable: false }),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], InvoiceNote.prototype, "content", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, typeorm_1.Column)('integer', { name: 'creatingUserId', nullable: false }),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], InvoiceNote.prototype, "creatingUserId", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, typeorm_1.ManyToOne)(() => User_1.User, user => user.invoiceNotes),
|
|
29
|
+
(0, typeorm_1.JoinColumn)([{ name: 'creatingUserId', referencedColumnName: 'id' }]),
|
|
30
|
+
__metadata("design:type", User_1.User)
|
|
31
|
+
], InvoiceNote.prototype, "user", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)('boolean', { name: 'isPublic', nullable: false }),
|
|
34
|
+
__metadata("design:type", Boolean)
|
|
35
|
+
], InvoiceNote.prototype, "isPublic", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.DeleteDateColumn)({ name: 'deletedAt', nullable: true }),
|
|
38
|
+
__metadata("design:type", Date)
|
|
39
|
+
], InvoiceNote.prototype, "deletedAt", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)('integer', { name: 'invoiceId', nullable: false }),
|
|
42
|
+
__metadata("design:type", Number)
|
|
43
|
+
], InvoiceNote.prototype, "invoiceId", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.ManyToOne)(() => Invoice_1.Invoice, invoice => invoice.invoiceNotes),
|
|
46
|
+
(0, typeorm_1.JoinColumn)([{ name: 'invoiceId', referencedColumnName: 'id' }]),
|
|
47
|
+
__metadata("design:type", Invoice_1.Invoice)
|
|
48
|
+
], InvoiceNote.prototype, "invoice", void 0);
|
|
49
|
+
InvoiceNote = __decorate([
|
|
50
|
+
(0, typeorm_1.Index)('InvoiceNotes_pkey', ['id'], { unique: true }),
|
|
51
|
+
(0, typeorm_1.Entity)('InvoiceNotes', { schema: 'public' })
|
|
52
|
+
], InvoiceNote);
|
|
53
|
+
exports.InvoiceNote = InvoiceNote;
|
|
54
|
+
//# sourceMappingURL=InvoiceNote.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvoiceNote.js","sourceRoot":"","sources":["../../../src/types/entity/InvoiceNote.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyF;AACzF,yFAAsF;AACtF,uCAAoC;AACpC,iCAA8B;AAIvB,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,mEAAgC;CAuBhE,CAAA;AAtBA;IAAC,IAAA,gBAAM,EAAC,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;4CACrC;AAEhB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;mDACxC;AAEvB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,WAAI,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;IAChD,IAAA,oBAAU,EAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,IAAI,EAAE,CAAC,CAAC;8BAC/D,WAAI;yCAAC;AAEX;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;6CACvC;AAElB;IAAC,IAAA,0BAAgB,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC7C,IAAI;8CAAC;AAEhB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;8CACxC;AAElB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iBAAO,EAAE,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC;IACzD,IAAA,oBAAU,EAAC,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,oBAAoB,EAAE,IAAI,EAAE,CAAC,CAAC;8BACvD,iBAAO;4CAAC;AAtBL,WAAW;IAFvB,IAAA,eAAK,EAAC,mBAAmB,EAAE,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IACpD,IAAA,gBAAM,EAAC,cAAc,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;GAChC,WAAW,CAuBvB;AAvBY,kCAAW"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CurrencyEnum } from '../services/enums.service';
|
|
2
|
+
import { BondBaseEntity } from './BondBaseEntity';
|
|
3
|
+
import { Payment } from './Payment';
|
|
4
|
+
import { Invoice } from './Invoice';
|
|
5
|
+
export declare class InvoiceToPayment extends BondBaseEntity {
|
|
6
|
+
invoiceId: number;
|
|
7
|
+
paymentId: number;
|
|
8
|
+
invoice: Invoice;
|
|
9
|
+
payment: Payment;
|
|
10
|
+
paidAmount?: number;
|
|
11
|
+
currency: CurrencyEnum;
|
|
12
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.InvoiceToPayment = void 0;
|
|
13
|
+
const enums_service_1 = require("../services/enums.service");
|
|
14
|
+
const column_numeric_transformer_1 = require("./decorators/column.numeric.transformer");
|
|
15
|
+
const BondBaseEntity_1 = require("./BondBaseEntity");
|
|
16
|
+
const Payment_1 = require("./Payment");
|
|
17
|
+
const Invoice_1 = require("./Invoice");
|
|
18
|
+
const typeorm_1 = require("typeorm");
|
|
19
|
+
let InvoiceToPayment = class InvoiceToPayment extends BondBaseEntity_1.BondBaseEntity {
|
|
20
|
+
};
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.Column)('integer', { name: 'invoiceId', nullable: true }),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], InvoiceToPayment.prototype, "invoiceId", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, typeorm_1.Column)('integer', { name: 'paymentId', nullable: true }),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], InvoiceToPayment.prototype, "paymentId", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.ManyToOne)(() => Invoice_1.Invoice, invoices => invoices.invoiceToPayments, { onDelete: 'CASCADE' }),
|
|
31
|
+
(0, typeorm_1.JoinColumn)([{ name: 'invoiceId', referencedColumnName: 'id' }]),
|
|
32
|
+
__metadata("design:type", Invoice_1.Invoice)
|
|
33
|
+
], InvoiceToPayment.prototype, "invoice", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, typeorm_1.ManyToOne)(() => Payment_1.Payment, payment => payment.invoiceToPayments, { onDelete: 'CASCADE' }),
|
|
36
|
+
(0, typeorm_1.JoinColumn)([{ name: 'paymentId', referencedColumnName: 'id' }]),
|
|
37
|
+
__metadata("design:type", Payment_1.Payment)
|
|
38
|
+
], InvoiceToPayment.prototype, "payment", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, typeorm_1.Column)('decimal', {
|
|
41
|
+
name: 'paidAmount',
|
|
42
|
+
nullable: true,
|
|
43
|
+
precision: 7,
|
|
44
|
+
scale: 2,
|
|
45
|
+
transformer: new column_numeric_transformer_1.ColumnNumericTransformer(),
|
|
46
|
+
}),
|
|
47
|
+
__metadata("design:type", Number)
|
|
48
|
+
], InvoiceToPayment.prototype, "paidAmount", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, typeorm_1.Column)('varchar', { name: 'currency', nullable: false, default: enums_service_1.CurrencyEnum.USD }),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], InvoiceToPayment.prototype, "currency", void 0);
|
|
53
|
+
InvoiceToPayment = __decorate([
|
|
54
|
+
(0, typeorm_1.Index)('InvoiceToPayments_pkey', ['id'], { unique: true }),
|
|
55
|
+
(0, typeorm_1.Entity)('InvoiceToPayments', { schema: 'public' })
|
|
56
|
+
], InvoiceToPayment);
|
|
57
|
+
exports.InvoiceToPayment = InvoiceToPayment;
|
|
58
|
+
//# sourceMappingURL=InvoiceToPayment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvoiceToPayment.js","sourceRoot":"","sources":["../../../src/types/entity/InvoiceToPayment.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6DAAyD;AACzD,wFAAmF;AACnF,qDAAkD;AAClD,uCAAoC;AACpC,uCAAoC;AACpC,qCAAuE;AAIhE,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,+BAAc;CA0BnD,CAAA;AAzBA;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACvC;AAElB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACvC;AAElB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iBAAO,EAAE,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,iBAAiB,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IACzF,IAAA,oBAAU,EAAC,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,oBAAoB,EAAE,IAAI,EAAE,CAAC,CAAC;8BACvD,iBAAO;iDAAC;AAEjB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iBAAO,EAAE,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,iBAAiB,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IACvF,IAAA,oBAAU,EAAC,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,oBAAoB,EAAE,IAAI,EAAE,CAAC,CAAC;8BACvD,iBAAO;iDAAC;AAEjB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE;QAClB,IAAI,EAAE,YAAY;QAClB,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,CAAC;QACZ,KAAK,EAAE,CAAC;QACR,WAAW,EAAE,IAAI,qDAAwB,EAAE;KAC3C,CAAC;;oDACkB;AAEpB;IAAC,IAAA,gBAAM,EAAC,SAAS,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,4BAAY,CAAC,GAAG,EAAE,CAAC;;kDAC7D;AAzBX,gBAAgB;IAF5B,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,gBAAgB,CA0B5B;AA1BY,4CAAgB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { LeagueSeason } from './LeagueSeason';
|
|
2
|
+
import { OrganizationConnectionBaseEntity } from './OrganizationConnectionBaseEntity';
|
|
3
|
+
import { Media } from './Media';
|
|
4
|
+
export declare class League extends OrganizationConnectionBaseEntity {
|
|
5
|
+
name: string | null;
|
|
6
|
+
description: string | null;
|
|
7
|
+
allowBookingRequest: boolean | null;
|
|
8
|
+
addressName: string | null;
|
|
9
|
+
shortDescription: string | null;
|
|
10
|
+
waiverDoc: string | null;
|
|
11
|
+
bookingStateStatus: number | null;
|
|
12
|
+
timezone: string | null;
|
|
13
|
+
shortUrl: string | null;
|
|
14
|
+
leagueType: string | null;
|
|
15
|
+
addressId: number | null;
|
|
16
|
+
sportConfigData: any | null;
|
|
17
|
+
creatorId: number | null;
|
|
18
|
+
creatorType: string | null;
|
|
19
|
+
userCreatorId: number | null;
|
|
20
|
+
ownerId: number | null;
|
|
21
|
+
sports: number[] | null;
|
|
22
|
+
mainMediaId: number | null;
|
|
23
|
+
publishedDate: Date | null;
|
|
24
|
+
isPublished: boolean | null;
|
|
25
|
+
isVerified: boolean | null;
|
|
26
|
+
questionnaireId: number | null;
|
|
27
|
+
logo?: Media;
|
|
28
|
+
seasons: LeagueSeason[];
|
|
29
|
+
}
|
|
@@ -0,0 +1,155 @@
|
|
|
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.League = void 0;
|
|
13
|
+
const LeagueSeason_1 = require("./LeagueSeason");
|
|
14
|
+
const OrganizationConnectionBaseEntity_1 = require("./OrganizationConnectionBaseEntity");
|
|
15
|
+
const typeorm_1 = require("typeorm");
|
|
16
|
+
let League = class League extends OrganizationConnectionBaseEntity_1.OrganizationConnectionBaseEntity {
|
|
17
|
+
};
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, typeorm_1.Column)('character varying', { name: 'name', nullable: true, length: 255 }),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], League.prototype, "name", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, typeorm_1.Column)('character varying', {
|
|
24
|
+
name: 'description',
|
|
25
|
+
nullable: true,
|
|
26
|
+
length: 255,
|
|
27
|
+
}),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], League.prototype, "description", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, typeorm_1.Column)('boolean', {
|
|
32
|
+
name: 'allowBookingRequest',
|
|
33
|
+
nullable: true,
|
|
34
|
+
default: () => 'true',
|
|
35
|
+
}),
|
|
36
|
+
__metadata("design:type", Boolean)
|
|
37
|
+
], League.prototype, "allowBookingRequest", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, typeorm_1.Column)('character varying', {
|
|
40
|
+
name: 'addressName',
|
|
41
|
+
nullable: true,
|
|
42
|
+
length: 255,
|
|
43
|
+
}),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], League.prototype, "addressName", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, typeorm_1.Column)('character varying', {
|
|
48
|
+
name: 'shortDescription',
|
|
49
|
+
nullable: true,
|
|
50
|
+
length: 255,
|
|
51
|
+
}),
|
|
52
|
+
__metadata("design:type", String)
|
|
53
|
+
], League.prototype, "shortDescription", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, typeorm_1.Column)('text', { name: 'waiverDoc', nullable: true }),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], League.prototype, "waiverDoc", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, typeorm_1.Column)('integer', { name: 'bookingStateStatus', nullable: true }),
|
|
60
|
+
__metadata("design:type", Number)
|
|
61
|
+
], League.prototype, "bookingStateStatus", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, typeorm_1.Column)('character varying', {
|
|
64
|
+
name: 'timezone',
|
|
65
|
+
nullable: true,
|
|
66
|
+
length: 255,
|
|
67
|
+
}),
|
|
68
|
+
__metadata("design:type", String)
|
|
69
|
+
], League.prototype, "timezone", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, typeorm_1.Column)('character varying', {
|
|
72
|
+
name: 'shortUrl',
|
|
73
|
+
nullable: true,
|
|
74
|
+
length: 255,
|
|
75
|
+
}),
|
|
76
|
+
__metadata("design:type", String)
|
|
77
|
+
], League.prototype, "shortUrl", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, typeorm_1.Column)('character varying', {
|
|
80
|
+
name: 'leagueType',
|
|
81
|
+
nullable: true,
|
|
82
|
+
length: 255,
|
|
83
|
+
}),
|
|
84
|
+
__metadata("design:type", String)
|
|
85
|
+
], League.prototype, "leagueType", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, typeorm_1.Column)('integer', { name: 'addressId', nullable: true }),
|
|
88
|
+
__metadata("design:type", Number)
|
|
89
|
+
], League.prototype, "addressId", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, typeorm_1.Column)('jsonb', { name: 'sportConfigData', nullable: true }),
|
|
92
|
+
__metadata("design:type", Object)
|
|
93
|
+
], League.prototype, "sportConfigData", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, typeorm_1.Column)('integer', { name: 'creatorId', nullable: true }),
|
|
96
|
+
__metadata("design:type", Number)
|
|
97
|
+
], League.prototype, "creatorId", void 0);
|
|
98
|
+
__decorate([
|
|
99
|
+
(0, typeorm_1.Column)('character varying', {
|
|
100
|
+
name: 'creatorType',
|
|
101
|
+
nullable: true,
|
|
102
|
+
length: 255,
|
|
103
|
+
}),
|
|
104
|
+
__metadata("design:type", String)
|
|
105
|
+
], League.prototype, "creatorType", void 0);
|
|
106
|
+
__decorate([
|
|
107
|
+
(0, typeorm_1.Column)('integer', { name: 'userCreatorId', nullable: true }),
|
|
108
|
+
__metadata("design:type", Number)
|
|
109
|
+
], League.prototype, "userCreatorId", void 0);
|
|
110
|
+
__decorate([
|
|
111
|
+
(0, typeorm_1.Column)('integer', { name: 'ownerId', nullable: true }),
|
|
112
|
+
__metadata("design:type", Number)
|
|
113
|
+
], League.prototype, "ownerId", void 0);
|
|
114
|
+
__decorate([
|
|
115
|
+
(0, typeorm_1.Column)('int4', { name: 'sports', nullable: true, array: true }),
|
|
116
|
+
__metadata("design:type", Array)
|
|
117
|
+
], League.prototype, "sports", void 0);
|
|
118
|
+
__decorate([
|
|
119
|
+
(0, typeorm_1.Column)('integer', { name: 'mainMediaId', nullable: true }),
|
|
120
|
+
__metadata("design:type", Number)
|
|
121
|
+
], League.prototype, "mainMediaId", void 0);
|
|
122
|
+
__decorate([
|
|
123
|
+
(0, typeorm_1.Column)('timestamp with time zone', { name: 'publishedDate', nullable: true }),
|
|
124
|
+
__metadata("design:type", Date)
|
|
125
|
+
], League.prototype, "publishedDate", void 0);
|
|
126
|
+
__decorate([
|
|
127
|
+
(0, typeorm_1.Column)('boolean', {
|
|
128
|
+
name: 'isPublished',
|
|
129
|
+
nullable: true,
|
|
130
|
+
default: () => 'true',
|
|
131
|
+
}),
|
|
132
|
+
__metadata("design:type", Boolean)
|
|
133
|
+
], League.prototype, "isPublished", void 0);
|
|
134
|
+
__decorate([
|
|
135
|
+
(0, typeorm_1.Column)('boolean', {
|
|
136
|
+
name: 'isVerified',
|
|
137
|
+
nullable: true,
|
|
138
|
+
default: () => 'false',
|
|
139
|
+
}),
|
|
140
|
+
__metadata("design:type", Boolean)
|
|
141
|
+
], League.prototype, "isVerified", void 0);
|
|
142
|
+
__decorate([
|
|
143
|
+
(0, typeorm_1.Column)('integer', { name: 'questionnaireId', nullable: true }),
|
|
144
|
+
__metadata("design:type", Number)
|
|
145
|
+
], League.prototype, "questionnaireId", void 0);
|
|
146
|
+
__decorate([
|
|
147
|
+
(0, typeorm_1.OneToMany)(() => LeagueSeason_1.LeagueSeason, season => season.league),
|
|
148
|
+
__metadata("design:type", Array)
|
|
149
|
+
], League.prototype, "seasons", void 0);
|
|
150
|
+
League = __decorate([
|
|
151
|
+
(0, typeorm_1.Index)('Leagues_pkey', ['id'], { unique: true }),
|
|
152
|
+
(0, typeorm_1.Entity)('Leagues', { schema: 'public' })
|
|
153
|
+
], League);
|
|
154
|
+
exports.League = League;
|
|
155
|
+
//# sourceMappingURL=League.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"League.js","sourceRoot":"","sources":["../../../src/types/entity/League.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { SeasonScheduleStatusEnum } from './../services/enums.service';
|
|
2
|
+
import { League } from '../entity/League';
|
|
3
|
+
import { BondBaseEntity } from './BondBaseEntity';
|
|
4
|
+
import { Facility } from './Facility';
|
|
5
|
+
import { SeasonAttendee } from './SeasonAttendees';
|
|
6
|
+
import { PurchasedResource } from './PurchasedResources';
|
|
7
|
+
export declare class LeagueSeason extends BondBaseEntity {
|
|
8
|
+
leagueId: number | null;
|
|
9
|
+
name: string | null;
|
|
10
|
+
status: number | null;
|
|
11
|
+
startDate: Date | null;
|
|
12
|
+
endDate: Date | null;
|
|
13
|
+
priceEarlySingle: number | null;
|
|
14
|
+
priceRegularSingle: number | null;
|
|
15
|
+
priceLateSingle: number | null;
|
|
16
|
+
priceEarlyTeam: number | null;
|
|
17
|
+
priceRegularTeam: number | null;
|
|
18
|
+
priceLateTeam: number | null;
|
|
19
|
+
priceEarlyTeamMember: number | null;
|
|
20
|
+
priceRegularTeamMember: number | null;
|
|
21
|
+
priceLateTeamMember: number | null;
|
|
22
|
+
priceEarlyGroup: number | null;
|
|
23
|
+
priceRegularGroup: number | null;
|
|
24
|
+
priceLateGroup: number | null;
|
|
25
|
+
earlyRegistrationEnds: Date | null;
|
|
26
|
+
regularRegistrationEnds: Date | null;
|
|
27
|
+
lateRegistrationEnds: Date | null;
|
|
28
|
+
registrationStatus: number | null;
|
|
29
|
+
description: string | null;
|
|
30
|
+
addressName: string | null;
|
|
31
|
+
registrationOpen: Date | null;
|
|
32
|
+
connectedSeasonId: number | null;
|
|
33
|
+
tournamentType: boolean | null;
|
|
34
|
+
playoffType: boolean | null;
|
|
35
|
+
scheduleStatus: SeasonScheduleStatusEnum;
|
|
36
|
+
rosterStatus: string | null;
|
|
37
|
+
metaData: any | null;
|
|
38
|
+
inviteSendDate: Date | null;
|
|
39
|
+
maxNumParticipants: number | null;
|
|
40
|
+
programId: number | null;
|
|
41
|
+
minNumParticipants: number | null;
|
|
42
|
+
league: League;
|
|
43
|
+
facilities: Facility[];
|
|
44
|
+
seasonAttendees: SeasonAttendee[];
|
|
45
|
+
purchasedResources: PurchasedResource[];
|
|
46
|
+
}
|
|
47
|
+
export declare class LeagueSeasonRelations {
|
|
48
|
+
league?: boolean;
|
|
49
|
+
facilities?: boolean;
|
|
50
|
+
}
|
|
@@ -0,0 +1,225 @@
|
|
|
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.LeagueSeasonRelations = exports.LeagueSeason = void 0;
|
|
13
|
+
const enums_service_1 = require("./../services/enums.service");
|
|
14
|
+
const League_1 = require("../entity/League");
|
|
15
|
+
const typeorm_1 = require("typeorm");
|
|
16
|
+
const BondBaseEntity_1 = require("./BondBaseEntity");
|
|
17
|
+
const Facility_1 = require("./Facility");
|
|
18
|
+
const SeasonPool_1 = require("./SeasonPool");
|
|
19
|
+
const PurchasedResources_1 = require("./PurchasedResources");
|
|
20
|
+
let LeagueSeason = class LeagueSeason extends BondBaseEntity_1.BondBaseEntity {
|
|
21
|
+
};
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, typeorm_1.Column)('integer', { name: 'leagueId', nullable: true }),
|
|
24
|
+
__metadata("design:type", Number)
|
|
25
|
+
], LeagueSeason.prototype, "leagueId", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, typeorm_1.Column)('character varying', { name: 'name', nullable: true, length: 255 }),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], LeagueSeason.prototype, "name", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, typeorm_1.Column)('integer', { name: 'status', nullable: true }),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], LeagueSeason.prototype, "status", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, typeorm_1.Column)('timestamp with time zone', { name: 'startDate', nullable: true }),
|
|
36
|
+
__metadata("design:type", Date)
|
|
37
|
+
], LeagueSeason.prototype, "startDate", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, typeorm_1.Column)('timestamp with time zone', { name: 'endDate', nullable: true }),
|
|
40
|
+
__metadata("design:type", Date)
|
|
41
|
+
], LeagueSeason.prototype, "endDate", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, typeorm_1.Column)('integer', { name: 'priceEarlySingle', nullable: true }),
|
|
44
|
+
__metadata("design:type", Number)
|
|
45
|
+
], LeagueSeason.prototype, "priceEarlySingle", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, typeorm_1.Column)('integer', { name: 'priceRegularSingle', nullable: true }),
|
|
48
|
+
__metadata("design:type", Number)
|
|
49
|
+
], LeagueSeason.prototype, "priceRegularSingle", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, typeorm_1.Column)('integer', { name: 'priceLateSingle', nullable: true }),
|
|
52
|
+
__metadata("design:type", Number)
|
|
53
|
+
], LeagueSeason.prototype, "priceLateSingle", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, typeorm_1.Column)('integer', { name: 'priceEarlyTeam', nullable: true }),
|
|
56
|
+
__metadata("design:type", Number)
|
|
57
|
+
], LeagueSeason.prototype, "priceEarlyTeam", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, typeorm_1.Column)('integer', { name: 'priceRegularTeam', nullable: true }),
|
|
60
|
+
__metadata("design:type", Number)
|
|
61
|
+
], LeagueSeason.prototype, "priceRegularTeam", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, typeorm_1.Column)('integer', { name: 'priceLateTeam', nullable: true }),
|
|
64
|
+
__metadata("design:type", Number)
|
|
65
|
+
], LeagueSeason.prototype, "priceLateTeam", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, typeorm_1.Column)('integer', { name: 'priceEarlyTeamMember', nullable: true }),
|
|
68
|
+
__metadata("design:type", Number)
|
|
69
|
+
], LeagueSeason.prototype, "priceEarlyTeamMember", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, typeorm_1.Column)('integer', { name: 'priceRegularTeamMember', nullable: true }),
|
|
72
|
+
__metadata("design:type", Number)
|
|
73
|
+
], LeagueSeason.prototype, "priceRegularTeamMember", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
(0, typeorm_1.Column)('integer', { name: 'priceLateTeamMember', nullable: true }),
|
|
76
|
+
__metadata("design:type", Number)
|
|
77
|
+
], LeagueSeason.prototype, "priceLateTeamMember", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, typeorm_1.Column)('integer', { name: 'priceEarlyGroup', nullable: true }),
|
|
80
|
+
__metadata("design:type", Number)
|
|
81
|
+
], LeagueSeason.prototype, "priceEarlyGroup", void 0);
|
|
82
|
+
__decorate([
|
|
83
|
+
(0, typeorm_1.Column)('integer', { name: 'priceRegularGroup', nullable: true }),
|
|
84
|
+
__metadata("design:type", Number)
|
|
85
|
+
], LeagueSeason.prototype, "priceRegularGroup", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, typeorm_1.Column)('integer', { name: 'priceLateGroup', nullable: true }),
|
|
88
|
+
__metadata("design:type", Number)
|
|
89
|
+
], LeagueSeason.prototype, "priceLateGroup", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, typeorm_1.Column)('timestamp with time zone', {
|
|
92
|
+
name: 'earlyRegistrationEnds',
|
|
93
|
+
nullable: true,
|
|
94
|
+
}),
|
|
95
|
+
__metadata("design:type", Date)
|
|
96
|
+
], LeagueSeason.prototype, "earlyRegistrationEnds", void 0);
|
|
97
|
+
__decorate([
|
|
98
|
+
(0, typeorm_1.Column)('timestamp with time zone', {
|
|
99
|
+
name: 'regularRegistrationEnds',
|
|
100
|
+
nullable: true,
|
|
101
|
+
}),
|
|
102
|
+
__metadata("design:type", Date)
|
|
103
|
+
], LeagueSeason.prototype, "regularRegistrationEnds", void 0);
|
|
104
|
+
__decorate([
|
|
105
|
+
(0, typeorm_1.Column)('timestamp with time zone', {
|
|
106
|
+
name: 'lateRegistrationEnds',
|
|
107
|
+
nullable: true,
|
|
108
|
+
}),
|
|
109
|
+
__metadata("design:type", Date)
|
|
110
|
+
], LeagueSeason.prototype, "lateRegistrationEnds", void 0);
|
|
111
|
+
__decorate([
|
|
112
|
+
(0, typeorm_1.Column)('integer', { name: 'registrationStatus', nullable: true }),
|
|
113
|
+
__metadata("design:type", Number)
|
|
114
|
+
], LeagueSeason.prototype, "registrationStatus", void 0);
|
|
115
|
+
__decorate([
|
|
116
|
+
(0, typeorm_1.Column)('text', { name: 'description', nullable: true }),
|
|
117
|
+
__metadata("design:type", String)
|
|
118
|
+
], LeagueSeason.prototype, "description", void 0);
|
|
119
|
+
__decorate([
|
|
120
|
+
(0, typeorm_1.Column)('character varying', {
|
|
121
|
+
name: 'addressName',
|
|
122
|
+
nullable: true,
|
|
123
|
+
length: 255,
|
|
124
|
+
}),
|
|
125
|
+
__metadata("design:type", String)
|
|
126
|
+
], LeagueSeason.prototype, "addressName", void 0);
|
|
127
|
+
__decorate([
|
|
128
|
+
(0, typeorm_1.Column)('timestamp with time zone', {
|
|
129
|
+
name: 'registrationOpen',
|
|
130
|
+
nullable: true,
|
|
131
|
+
}),
|
|
132
|
+
__metadata("design:type", Date)
|
|
133
|
+
], LeagueSeason.prototype, "registrationOpen", void 0);
|
|
134
|
+
__decorate([
|
|
135
|
+
(0, typeorm_1.Column)('integer', { name: 'connectedSeasonId', nullable: true }),
|
|
136
|
+
__metadata("design:type", Number)
|
|
137
|
+
], LeagueSeason.prototype, "connectedSeasonId", void 0);
|
|
138
|
+
__decorate([
|
|
139
|
+
(0, typeorm_1.Column)('boolean', { name: 'tournamentType', nullable: true }),
|
|
140
|
+
__metadata("design:type", Boolean)
|
|
141
|
+
], LeagueSeason.prototype, "tournamentType", void 0);
|
|
142
|
+
__decorate([
|
|
143
|
+
(0, typeorm_1.Column)('boolean', { name: 'playoffType', nullable: true }),
|
|
144
|
+
__metadata("design:type", Boolean)
|
|
145
|
+
], LeagueSeason.prototype, "playoffType", void 0);
|
|
146
|
+
__decorate([
|
|
147
|
+
(0, typeorm_1.Column)('character varying', {
|
|
148
|
+
name: 'scheduleStatus',
|
|
149
|
+
nullable: true,
|
|
150
|
+
length: 255,
|
|
151
|
+
}),
|
|
152
|
+
__metadata("design:type", Number)
|
|
153
|
+
], LeagueSeason.prototype, "scheduleStatus", void 0);
|
|
154
|
+
__decorate([
|
|
155
|
+
(0, typeorm_1.Column)('character varying', {
|
|
156
|
+
name: 'rosterStatus',
|
|
157
|
+
nullable: true,
|
|
158
|
+
length: 255,
|
|
159
|
+
}),
|
|
160
|
+
__metadata("design:type", String)
|
|
161
|
+
], LeagueSeason.prototype, "rosterStatus", void 0);
|
|
162
|
+
__decorate([
|
|
163
|
+
(0, typeorm_1.Column)('jsonb', { name: 'metaData', nullable: true }),
|
|
164
|
+
__metadata("design:type", Object)
|
|
165
|
+
], LeagueSeason.prototype, "metaData", void 0);
|
|
166
|
+
__decorate([
|
|
167
|
+
(0, typeorm_1.Column)('timestamp with time zone', {
|
|
168
|
+
name: 'inviteSendDate',
|
|
169
|
+
nullable: true,
|
|
170
|
+
}),
|
|
171
|
+
__metadata("design:type", Date)
|
|
172
|
+
], LeagueSeason.prototype, "inviteSendDate", void 0);
|
|
173
|
+
__decorate([
|
|
174
|
+
(0, typeorm_1.Column)('integer', { name: 'maxNumParticipants', nullable: true }),
|
|
175
|
+
__metadata("design:type", Number)
|
|
176
|
+
], LeagueSeason.prototype, "maxNumParticipants", void 0);
|
|
177
|
+
__decorate([
|
|
178
|
+
(0, typeorm_1.Column)('integer', { name: 'programId', nullable: true }),
|
|
179
|
+
__metadata("design:type", Number)
|
|
180
|
+
], LeagueSeason.prototype, "programId", void 0);
|
|
181
|
+
__decorate([
|
|
182
|
+
(0, typeorm_1.Column)('integer', { name: 'minNumParticipants', nullable: true }),
|
|
183
|
+
__metadata("design:type", Number)
|
|
184
|
+
], LeagueSeason.prototype, "minNumParticipants", void 0);
|
|
185
|
+
__decorate([
|
|
186
|
+
(0, typeorm_1.ManyToOne)(() => League_1.League, league => league.seasons),
|
|
187
|
+
(0, typeorm_1.JoinColumn)([{ name: 'leagueId', referencedColumnName: 'id' }]),
|
|
188
|
+
__metadata("design:type", League_1.League)
|
|
189
|
+
], LeagueSeason.prototype, "league", void 0);
|
|
190
|
+
__decorate([
|
|
191
|
+
(0, typeorm_1.ManyToMany)(type => Facility_1.Facility),
|
|
192
|
+
(0, typeorm_1.JoinTable)({
|
|
193
|
+
name: 'SeasonVenues',
|
|
194
|
+
joinColumn: {
|
|
195
|
+
name: 'seasonId',
|
|
196
|
+
referencedColumnName: 'id',
|
|
197
|
+
},
|
|
198
|
+
inverseJoinColumn: {
|
|
199
|
+
name: 'venueId',
|
|
200
|
+
referencedColumnName: 'id',
|
|
201
|
+
},
|
|
202
|
+
}),
|
|
203
|
+
__metadata("design:type", Array)
|
|
204
|
+
], LeagueSeason.prototype, "facilities", void 0);
|
|
205
|
+
__decorate([
|
|
206
|
+
(0, typeorm_1.OneToMany)(() => SeasonPool_1.SeasonPool, seasonPool => seasonPool.season),
|
|
207
|
+
__metadata("design:type", Array)
|
|
208
|
+
], LeagueSeason.prototype, "seasonAttendees", void 0);
|
|
209
|
+
__decorate([
|
|
210
|
+
(0, typeorm_1.OneToMany)(() => PurchasedResources_1.PurchasedResource, purchasedResource => purchasedResource.programSeason),
|
|
211
|
+
__metadata("design:type", Array)
|
|
212
|
+
], LeagueSeason.prototype, "purchasedResources", void 0);
|
|
213
|
+
LeagueSeason = __decorate([
|
|
214
|
+
(0, typeorm_1.Index)('LeagueSeasons_pkey', ['id'], { unique: true }),
|
|
215
|
+
(0, typeorm_1.Entity)('LeagueSeasons', { schema: 'public' })
|
|
216
|
+
], LeagueSeason);
|
|
217
|
+
exports.LeagueSeason = LeagueSeason;
|
|
218
|
+
class LeagueSeasonRelations {
|
|
219
|
+
constructor() {
|
|
220
|
+
this.league = false;
|
|
221
|
+
this.facilities = false;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
exports.LeagueSeasonRelations = LeagueSeasonRelations;
|
|
225
|
+
//# sourceMappingURL=LeagueSeason.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeagueSeason.js","sourceRoot":"","sources":["../../../src/types/entity/LeagueSeason.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CurrencyEnum } from './../services/enums.service';
|
|
2
|
+
import { BondBaseEntity } from './BondBaseEntity';
|
|
3
|
+
import { LineItems } from './LineItems';
|
|
4
|
+
import { Payment } from './Payment';
|
|
5
|
+
export declare class LineItemHistory extends BondBaseEntity {
|
|
6
|
+
invoiceId: number;
|
|
7
|
+
paymentId: number;
|
|
8
|
+
lineItemId: number;
|
|
9
|
+
paidAmount: number;
|
|
10
|
+
unitPaidAmount: number;
|
|
11
|
+
currency: CurrencyEnum;
|
|
12
|
+
payment: Payment;
|
|
13
|
+
lineItem: LineItems;
|
|
14
|
+
}
|