@natrave/shared-entities 1.1.3 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app-auth/index.d.ts +6 -0
- package/dist/app-auth/index.d.ts.map +1 -0
- package/{src/app-auth/index.ts → dist/app-auth/index.js} +1 -0
- package/dist/app-auth/index.js.map +1 -0
- package/dist/app-auth/password-resets/index.d.ts +2 -0
- package/dist/app-auth/password-resets/index.d.ts.map +1 -0
- package/{src/app-auth/password-resets/index.ts → dist/app-auth/password-resets/index.js} +1 -0
- package/dist/app-auth/password-resets/index.js.map +1 -0
- package/dist/app-auth/password-resets/password-reset.entity.d.ts +11 -0
- package/dist/app-auth/password-resets/password-reset.entity.d.ts.map +1 -0
- package/dist/app-auth/password-resets/password-reset.entity.js +48 -0
- package/dist/app-auth/password-resets/password-reset.entity.js.map +1 -0
- package/dist/app-auth/refresh-tokens/index.d.ts +2 -0
- package/dist/app-auth/refresh-tokens/index.d.ts.map +1 -0
- package/{src/app-auth/refresh-tokens/index.ts → dist/app-auth/refresh-tokens/index.js} +1 -0
- package/dist/app-auth/refresh-tokens/index.js.map +1 -0
- package/dist/app-auth/refresh-tokens/refresh-token.entity.d.ts +11 -0
- package/dist/app-auth/refresh-tokens/refresh-token.entity.d.ts.map +1 -0
- package/dist/app-auth/refresh-tokens/refresh-token.entity.js +48 -0
- package/dist/app-auth/refresh-tokens/refresh-token.entity.js.map +1 -0
- package/dist/app-auth/user-auth-providers/enums/auth-provider.enum.d.ts +6 -0
- package/dist/app-auth/user-auth-providers/enums/auth-provider.enum.d.ts.map +1 -0
- package/dist/app-auth/user-auth-providers/enums/auth-provider.enum.js +7 -0
- package/dist/app-auth/user-auth-providers/enums/auth-provider.enum.js.map +1 -0
- package/dist/app-auth/user-auth-providers/index.d.ts +3 -0
- package/dist/app-auth/user-auth-providers/index.d.ts.map +1 -0
- package/{src/app-auth/user-auth-providers/index.ts → dist/app-auth/user-auth-providers/index.js} +1 -1
- package/dist/app-auth/user-auth-providers/index.js.map +1 -0
- package/dist/app-auth/user-auth-providers/user-auth-provider.entity.d.ts +13 -0
- package/dist/app-auth/user-auth-providers/user-auth-provider.entity.d.ts.map +1 -0
- package/dist/app-auth/user-auth-providers/user-auth-provider.entity.js +53 -0
- package/dist/app-auth/user-auth-providers/user-auth-provider.entity.js.map +1 -0
- package/dist/app-auth/user-verifications/enums/verification-type.enum.d.ts +5 -0
- package/dist/app-auth/user-verifications/enums/verification-type.enum.d.ts.map +1 -0
- package/dist/app-auth/user-verifications/enums/verification-type.enum.js +6 -0
- package/dist/app-auth/user-verifications/enums/verification-type.enum.js.map +1 -0
- package/dist/app-auth/user-verifications/index.d.ts +3 -0
- package/dist/app-auth/user-verifications/index.d.ts.map +1 -0
- package/{src/app-auth/user-verifications/index.ts → dist/app-auth/user-verifications/index.js} +1 -1
- package/dist/app-auth/user-verifications/index.js.map +1 -0
- package/dist/app-auth/user-verifications/user-verification.entity.d.ts +15 -0
- package/dist/app-auth/user-verifications/user-verification.entity.d.ts.map +1 -0
- package/dist/app-auth/user-verifications/user-verification.entity.js +60 -0
- package/dist/app-auth/user-verifications/user-verification.entity.js.map +1 -0
- package/dist/app-auth/users/index.d.ts +2 -0
- package/dist/app-auth/users/index.d.ts.map +1 -0
- package/{src/app-auth/users/index.ts → dist/app-auth/users/index.js} +1 -0
- package/dist/app-auth/users/index.js.map +1 -0
- package/dist/app-auth/users/user.entity.d.ts +29 -0
- package/dist/app-auth/users/user.entity.d.ts.map +1 -0
- package/dist/app-auth/users/user.entity.js +136 -0
- package/dist/app-auth/users/user.entity.js.map +1 -0
- package/dist/app-auth/users/utils/format-data.utils.d.ts +7 -0
- package/dist/app-auth/users/utils/format-data.utils.d.ts.map +1 -0
- package/dist/app-auth/users/utils/format-data.utils.js +19 -0
- package/dist/app-auth/users/utils/format-data.utils.js.map +1 -0
- package/dist/common/utils/decimal-transformer.utils.d.ts +5 -0
- package/dist/common/utils/decimal-transformer.utils.d.ts.map +1 -0
- package/dist/common/utils/decimal-transformer.utils.js +15 -0
- package/dist/common/utils/decimal-transformer.utils.js.map +1 -0
- package/dist/facilities/addresses/address.entity.d.ts +18 -0
- package/dist/facilities/addresses/address.entity.d.ts.map +1 -0
- package/dist/facilities/addresses/address.entity.js +87 -0
- package/dist/facilities/addresses/address.entity.js.map +1 -0
- package/dist/facilities/addresses/index.d.ts +2 -0
- package/dist/facilities/addresses/index.d.ts.map +1 -0
- package/{src/facilities/addresses/index.ts → dist/facilities/addresses/index.js} +1 -0
- package/dist/facilities/addresses/index.js.map +1 -0
- package/dist/facilities/facilities/enums/facility-status.enum.d.ts +6 -0
- package/dist/facilities/facilities/enums/facility-status.enum.d.ts.map +1 -0
- package/dist/facilities/facilities/enums/facility-status.enum.js +7 -0
- package/dist/facilities/facilities/enums/facility-status.enum.js.map +1 -0
- package/dist/facilities/facilities/facility.entity.d.ts +26 -0
- package/dist/facilities/facilities/facility.entity.d.ts.map +1 -0
- package/dist/facilities/facilities/facility.entity.js +124 -0
- package/dist/facilities/facilities/facility.entity.js.map +1 -0
- package/dist/facilities/facilities/index.d.ts +3 -0
- package/dist/facilities/facilities/index.d.ts.map +1 -0
- package/{src/facilities/facilities/index.ts → dist/facilities/facilities/index.js} +1 -1
- package/dist/facilities/facilities/index.js.map +1 -0
- package/dist/facilities/facilities/utils/sanititze.utils.d.ts +5 -0
- package/dist/facilities/facilities/utils/sanititze.utils.d.ts.map +1 -0
- package/dist/facilities/facilities/utils/sanititze.utils.js +12 -0
- package/dist/facilities/facilities/utils/sanititze.utils.js.map +1 -0
- package/dist/facilities/facility-images/facility-image.entity.d.ts +12 -0
- package/dist/facilities/facility-images/facility-image.entity.d.ts.map +1 -0
- package/dist/facilities/facility-images/facility-image.entity.js +59 -0
- package/dist/facilities/facility-images/facility-image.entity.js.map +1 -0
- package/dist/facilities/facility-images/index.d.ts +2 -0
- package/dist/facilities/facility-images/index.d.ts.map +1 -0
- package/{src/facilities/facility-images/index.ts → dist/facilities/facility-images/index.js} +1 -0
- package/dist/facilities/facility-images/index.js.map +1 -0
- package/dist/facilities/facility-owners/facility-owner.entity.d.ts +13 -0
- package/dist/facilities/facility-owners/facility-owner.entity.d.ts.map +1 -0
- package/dist/facilities/facility-owners/facility-owner.entity.js +65 -0
- package/dist/facilities/facility-owners/facility-owner.entity.js.map +1 -0
- package/dist/facilities/facility-owners/index.d.ts +2 -0
- package/dist/facilities/facility-owners/index.d.ts.map +1 -0
- package/{src/facilities/facility-owners/index.ts → dist/facilities/facility-owners/index.js} +1 -0
- package/dist/facilities/facility-owners/index.js.map +1 -0
- package/dist/facilities/facility-owners/utils/sanitize.utils.d.ts +5 -0
- package/dist/facilities/facility-owners/utils/sanitize.utils.d.ts.map +1 -0
- package/dist/facilities/facility-owners/utils/sanitize.utils.js +9 -0
- package/dist/facilities/facility-owners/utils/sanitize.utils.js.map +1 -0
- package/dist/facilities/fields/enums/surface-type.enum.d.ts +8 -0
- package/dist/facilities/fields/enums/surface-type.enum.d.ts.map +1 -0
- package/dist/facilities/fields/enums/surface-type.enum.js +9 -0
- package/dist/facilities/fields/enums/surface-type.enum.js.map +1 -0
- package/dist/facilities/fields/field.entity.d.ts +18 -0
- package/dist/facilities/fields/field.entity.d.ts.map +1 -0
- package/dist/facilities/fields/field.entity.js +72 -0
- package/dist/facilities/fields/field.entity.js.map +1 -0
- package/dist/facilities/fields/index.d.ts +3 -0
- package/dist/facilities/fields/index.d.ts.map +1 -0
- package/{src/facilities/fields/index.ts → dist/facilities/fields/index.js} +1 -1
- package/dist/facilities/fields/index.js.map +1 -0
- package/dist/facilities/index.d.ts +6 -0
- package/dist/facilities/index.d.ts.map +1 -0
- package/{src/facilities/index.ts → dist/facilities/index.js} +1 -0
- package/dist/facilities/index.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/{src/index.ts → dist/index.js} +1 -3
- package/dist/index.js.map +1 -0
- package/dist/payments/index.d.ts +4 -0
- package/dist/payments/index.d.ts.map +1 -0
- package/{src/payments/index.ts → dist/payments/index.js} +1 -2
- package/dist/payments/index.js.map +1 -0
- package/dist/payments/payment-providers/enums/payment-provider-name.enum.d.ts +4 -0
- package/dist/payments/payment-providers/enums/payment-provider-name.enum.d.ts.map +1 -0
- package/dist/payments/payment-providers/enums/payment-provider-name.enum.js +5 -0
- package/dist/payments/payment-providers/enums/payment-provider-name.enum.js.map +1 -0
- package/dist/payments/payment-providers/index.d.ts +3 -0
- package/dist/payments/payment-providers/index.d.ts.map +1 -0
- package/{src/payments/payment-providers/index.ts → dist/payments/payment-providers/index.js} +1 -1
- package/dist/payments/payment-providers/index.js.map +1 -0
- package/dist/payments/payment-providers/payment-provider.entity.d.ts +10 -0
- package/dist/payments/payment-providers/payment-provider.entity.d.ts.map +1 -0
- package/dist/payments/payment-providers/payment-provider.entity.js +50 -0
- package/dist/payments/payment-providers/payment-provider.entity.js.map +1 -0
- package/dist/payments/payments/enums/payment-method.enum.d.ts +5 -0
- package/dist/payments/payments/enums/payment-method.enum.d.ts.map +1 -0
- package/dist/payments/payments/enums/payment-method.enum.js +6 -0
- package/dist/payments/payments/enums/payment-method.enum.js.map +1 -0
- package/dist/payments/payments/enums/payment-status.enum.d.ts +10 -0
- package/dist/payments/payments/enums/payment-status.enum.d.ts.map +1 -0
- package/dist/payments/payments/enums/payment-status.enum.js +11 -0
- package/dist/payments/payments/enums/payment-status.enum.js.map +1 -0
- package/dist/payments/payments/index.d.ts +4 -0
- package/dist/payments/payments/index.d.ts.map +1 -0
- package/{src/payments/payments/index.ts → dist/payments/payments/index.js} +1 -2
- package/dist/payments/payments/index.js.map +1 -0
- package/dist/payments/payments/payment.entity.d.ts +19 -0
- package/dist/payments/payments/payment.entity.d.ts.map +1 -0
- package/dist/payments/payments/payment.entity.js +85 -0
- package/dist/payments/payments/payment.entity.js.map +1 -0
- package/dist/payments/user-payment-providers/index.d.ts +2 -0
- package/dist/payments/user-payment-providers/index.d.ts.map +1 -0
- package/{src/payments/user-payment-providers/index.ts → dist/payments/user-payment-providers/index.js} +1 -0
- package/dist/payments/user-payment-providers/index.js.map +1 -0
- package/dist/payments/user-payment-providers/user-payment-provider.entity.d.ts +13 -0
- package/dist/payments/user-payment-providers/user-payment-provider.entity.d.ts.map +1 -0
- package/dist/payments/user-payment-providers/user-payment-provider.entity.js +61 -0
- package/dist/payments/user-payment-providers/user-payment-provider.entity.js.map +1 -0
- package/dist/tournaments/index.d.ts +13 -0
- package/dist/tournaments/index.d.ts.map +1 -0
- package/{src/tournaments/index.ts → dist/tournaments/index.js} +1 -0
- package/dist/tournaments/index.js.map +1 -0
- package/dist/tournaments/tournament-facilities/index.d.ts +2 -0
- package/dist/tournaments/tournament-facilities/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-facilities/index.ts → dist/tournaments/tournament-facilities/index.js} +1 -0
- package/dist/tournaments/tournament-facilities/index.js.map +1 -0
- package/dist/tournaments/tournament-facilities/tournament-facility.entity.d.ts +14 -0
- package/dist/tournaments/tournament-facilities/tournament-facility.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-facilities/tournament-facility.entity.js +61 -0
- package/dist/tournaments/tournament-facilities/tournament-facility.entity.js.map +1 -0
- package/dist/tournaments/tournament-format-configs/index.d.ts +2 -0
- package/dist/tournaments/tournament-format-configs/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-format-configs/index.ts → dist/tournaments/tournament-format-configs/index.js} +1 -0
- package/dist/tournaments/tournament-format-configs/index.js.map +1 -0
- package/dist/tournaments/tournament-format-configs/tournament-format-config.entity.d.ts +15 -0
- package/dist/tournaments/tournament-format-configs/tournament-format-config.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-format-configs/tournament-format-config.entity.js +76 -0
- package/dist/tournaments/tournament-format-configs/tournament-format-config.entity.js.map +1 -0
- package/dist/tournaments/tournament-match-cards/index.d.ts +2 -0
- package/dist/tournaments/tournament-match-cards/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-match-cards/index.ts → dist/tournaments/tournament-match-cards/index.js} +1 -0
- package/dist/tournaments/tournament-match-cards/index.js.map +1 -0
- package/dist/tournaments/tournament-match-cards/tournament-match-card.entity.d.ts +19 -0
- package/dist/tournaments/tournament-match-cards/tournament-match-card.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-match-cards/tournament-match-card.entity.js +75 -0
- package/dist/tournaments/tournament-match-cards/tournament-match-card.entity.js.map +1 -0
- package/dist/tournaments/tournament-match-goals/index.d.ts +2 -0
- package/dist/tournaments/tournament-match-goals/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-match-goals/index.ts → dist/tournaments/tournament-match-goals/index.js} +1 -0
- package/dist/tournaments/tournament-match-goals/index.js.map +1 -0
- package/dist/tournaments/tournament-match-goals/tournament-match-goal.entity.d.ts +20 -0
- package/dist/tournaments/tournament-match-goals/tournament-match-goal.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-match-goals/tournament-match-goal.entity.js +79 -0
- package/dist/tournaments/tournament-match-goals/tournament-match-goal.entity.js.map +1 -0
- package/dist/tournaments/tournament-match-schemas/index.d.ts +2 -0
- package/dist/tournaments/tournament-match-schemas/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-match-schemas/index.ts → dist/tournaments/tournament-match-schemas/index.js} +1 -0
- package/dist/tournaments/tournament-match-schemas/index.js.map +1 -0
- package/dist/tournaments/tournament-match-schemas/tournament-match-schema.entity.d.ts +12 -0
- package/dist/tournaments/tournament-match-schemas/tournament-match-schema.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-match-schemas/tournament-match-schema.entity.js +47 -0
- package/dist/tournaments/tournament-match-schemas/tournament-match-schema.entity.js.map +1 -0
- package/dist/tournaments/tournament-matches/index.d.ts +2 -0
- package/dist/tournaments/tournament-matches/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-matches/index.ts → dist/tournaments/tournament-matches/index.js} +1 -0
- package/dist/tournaments/tournament-matches/index.js.map +1 -0
- package/dist/tournaments/tournament-matches/tournament-match.entity.d.ts +25 -0
- package/dist/tournaments/tournament-matches/tournament-match.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-matches/tournament-match.entity.js +97 -0
- package/dist/tournaments/tournament-matches/tournament-match.entity.js.map +1 -0
- package/dist/tournaments/tournament-payments/index.d.ts +2 -0
- package/dist/tournaments/tournament-payments/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-payments/index.ts → dist/tournaments/tournament-payments/index.js} +1 -0
- package/dist/tournaments/tournament-payments/index.js.map +1 -0
- package/dist/tournaments/tournament-payments/tournament-payment.entity.d.ts +16 -0
- package/dist/tournaments/tournament-payments/tournament-payment.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-payments/tournament-payment.entity.js +59 -0
- package/dist/tournaments/tournament-payments/tournament-payment.entity.js.map +1 -0
- package/dist/tournaments/tournament-players/index.d.ts +2 -0
- package/dist/tournaments/tournament-players/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-players/index.ts → dist/tournaments/tournament-players/index.js} +1 -0
- package/dist/tournaments/tournament-players/index.js.map +1 -0
- package/dist/tournaments/tournament-players/tournament-player.entity.d.ts +19 -0
- package/dist/tournaments/tournament-players/tournament-player.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-players/tournament-player.entity.js +76 -0
- package/dist/tournaments/tournament-players/tournament-player.entity.js.map +1 -0
- package/dist/tournaments/tournament-prize-rules/index.d.ts +2 -0
- package/dist/tournaments/tournament-prize-rules/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-prize-rules/index.ts → dist/tournaments/tournament-prize-rules/index.js} +1 -0
- package/dist/tournaments/tournament-prize-rules/index.js.map +1 -0
- package/dist/tournaments/tournament-prize-rules/tournament-prize-rule.entity.d.ts +13 -0
- package/dist/tournaments/tournament-prize-rules/tournament-prize-rule.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-prize-rules/tournament-prize-rule.entity.js +55 -0
- package/dist/tournaments/tournament-prize-rules/tournament-prize-rule.entity.js.map +1 -0
- package/dist/tournaments/tournament-rules/index.d.ts +2 -0
- package/dist/tournaments/tournament-rules/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-rules/index.ts → dist/tournaments/tournament-rules/index.js} +1 -0
- package/dist/tournaments/tournament-rules/index.js.map +1 -0
- package/dist/tournaments/tournament-rules/tournament-rule.entity.d.ts +17 -0
- package/dist/tournaments/tournament-rules/tournament-rule.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-rules/tournament-rule.entity.js +77 -0
- package/dist/tournaments/tournament-rules/tournament-rule.entity.js.map +1 -0
- package/dist/tournaments/tournament-teams/enums/tournament-team-status.enum.d.ts +5 -0
- package/dist/tournaments/tournament-teams/enums/tournament-team-status.enum.d.ts.map +1 -0
- package/dist/tournaments/tournament-teams/enums/tournament-team-status.enum.js +6 -0
- package/dist/tournaments/tournament-teams/enums/tournament-team-status.enum.js.map +1 -0
- package/dist/tournaments/tournament-teams/index.d.ts +3 -0
- package/dist/tournaments/tournament-teams/index.d.ts.map +1 -0
- package/{src/tournaments/tournament-teams/index.ts → dist/tournaments/tournament-teams/index.js} +1 -1
- package/dist/tournaments/tournament-teams/index.js.map +1 -0
- package/dist/tournaments/tournament-teams/tournament-team.entity.d.ts +26 -0
- package/dist/tournaments/tournament-teams/tournament-team.entity.d.ts.map +1 -0
- package/dist/tournaments/tournament-teams/tournament-team.entity.js +100 -0
- package/dist/tournaments/tournament-teams/tournament-team.entity.js.map +1 -0
- package/dist/tournaments/tournament-teams/utils/invite-code-generator.d.ts +2 -0
- package/dist/tournaments/tournament-teams/utils/invite-code-generator.d.ts.map +1 -0
- package/dist/tournaments/tournament-teams/utils/invite-code-generator.js +4 -0
- package/dist/tournaments/tournament-teams/utils/invite-code-generator.js.map +1 -0
- package/dist/tournaments/tournaments/index.d.ts +2 -0
- package/dist/tournaments/tournaments/index.d.ts.map +1 -0
- package/{src/tournaments/tournaments/index.ts → dist/tournaments/tournaments/index.js} +1 -0
- package/dist/tournaments/tournaments/index.js.map +1 -0
- package/dist/tournaments/tournaments/tournament.entity.d.ts +39 -0
- package/dist/tournaments/tournaments/tournament.entity.d.ts.map +1 -0
- package/dist/tournaments/tournaments/tournament.entity.js +147 -0
- package/dist/tournaments/tournaments/tournament.entity.js.map +1 -0
- package/package.json +5 -2
- package/.changeset/README.md +0 -9
- package/.changeset/config.json +0 -11
- package/.github/workflows/release.yml +0 -80
- package/.husky/pre-commit +0 -4
- package/.husky/pre-push +0 -4
- package/.lintstagedrc.json +0 -5
- package/.prettierignore +0 -2
- package/.prettierrc.json +0 -12
- package/CHANGELOG.md +0 -29
- package/eslint.config.js +0 -84
- package/src/app-auth/password-resets/password-reset.entity.ts +0 -52
- package/src/app-auth/refresh-tokens/refresh-token.entity.ts +0 -52
- package/src/app-auth/user-auth-providers/enums/auth-provider.enum.ts +0 -24
- package/src/app-auth/user-auth-providers/user-auth-provider.entity.ts +0 -58
- package/src/app-auth/user-verifications/enums/verification-type.enum.ts +0 -19
- package/src/app-auth/user-verifications/user-verification.entity.ts +0 -62
- package/src/app-auth/users/user.entity.ts +0 -149
- package/src/app-auth/users/utils/format-data.utils.ts +0 -38
- package/src/common/utils/decimal-transformer.utils.ts +0 -13
- package/src/facilities/addresses/address.entity.ts +0 -82
- package/src/facilities/facilities/enums/facility-status.enum.ts +0 -25
- package/src/facilities/facilities/facility.entity.ts +0 -137
- package/src/facilities/facilities/utils/sanititze.utils.ts +0 -19
- package/src/facilities/facility-images/facility-image.entity.ts +0 -64
- package/src/facilities/facility-owners/facility-owner.entity.ts +0 -74
- package/src/facilities/facility-owners/utils/sanitize.utils.ts +0 -16
- package/src/facilities/fields/enums/surface-type.enum.ts +0 -35
- package/src/facilities/fields/field.entity.ts +0 -74
- package/src/payments/payment-providers/enums/payment-provider-name.enum.ts +0 -15
- package/src/payments/payment-providers/payment-provider.entity.ts +0 -61
- package/src/payments/payments/enums/payment-method.enum.ts +0 -20
- package/src/payments/payments/enums/payment-status.enum.ts +0 -45
- package/src/payments/payments/payment.entity.ts +0 -84
- package/src/payments/user-payment-providers/user-payment-provider.entity.ts +0 -73
- package/src/tournaments/tournament-facilities/tournament-facility.entity.ts +0 -67
- package/src/tournaments/tournament-format-configs/tournament-format-config.entity.ts +0 -98
- package/src/tournaments/tournament-match-cards/tournament-match-card.entity.ts +0 -86
- package/src/tournaments/tournament-match-goals/tournament-match-goal.entity.ts +0 -88
- package/src/tournaments/tournament-match-schemas/tournament-match-schema.entity.ts +0 -51
- package/src/tournaments/tournament-matches/tournament-match.entity.ts +0 -120
- package/src/tournaments/tournament-payments/tournament-payment.entity.ts +0 -67
- package/src/tournaments/tournament-players/tournament-player.entity.ts +0 -96
- package/src/tournaments/tournament-prize-rules/tournament-prize-rule.entity.ts +0 -65
- package/src/tournaments/tournament-rules/tournament-rule.entity.ts +0 -77
- package/src/tournaments/tournament-teams/enums/tournament-team-status.enum.ts +0 -21
- package/src/tournaments/tournament-teams/tournament-team.entity.ts +0 -121
- package/src/tournaments/tournament-teams/utils/invite-code-generator.ts +0 -12
- package/src/tournaments/tournaments/tournament.entity.ts +0 -153
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Entity, Column, PrimaryGeneratedColumn, CreateDateColumn, UpdateDateColumn, ManyToOne, JoinColumn, Index, Unique, } from 'typeorm';
|
|
11
|
+
import { Facility } from 'facilities/facilities';
|
|
12
|
+
let FacilityImage = class FacilityImage {
|
|
13
|
+
};
|
|
14
|
+
__decorate([
|
|
15
|
+
PrimaryGeneratedColumn(),
|
|
16
|
+
__metadata("design:type", Number)
|
|
17
|
+
], FacilityImage.prototype, "id", void 0);
|
|
18
|
+
__decorate([
|
|
19
|
+
Column({ name: 'facility_id', type: 'int' }),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], FacilityImage.prototype, "facilityId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
CreateDateColumn({ name: 'created_at', type: 'timestamptz' }),
|
|
24
|
+
__metadata("design:type", Date)
|
|
25
|
+
], FacilityImage.prototype, "createdAt", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
UpdateDateColumn({ name: 'updated_at', type: 'timestamptz' }),
|
|
28
|
+
__metadata("design:type", Date)
|
|
29
|
+
], FacilityImage.prototype, "updatedAt", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
Column({ type: 'text' }),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], FacilityImage.prototype, "url", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
Column({ type: 'text', nullable: true, default: null }),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], FacilityImage.prototype, "description", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
Column({ name: 'is_primary', type: 'boolean', default: false }),
|
|
40
|
+
__metadata("design:type", Boolean)
|
|
41
|
+
], FacilityImage.prototype, "isPrimary", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
ManyToOne(() => Facility, (facility) => facility.facilityImages, {
|
|
44
|
+
onDelete: 'CASCADE',
|
|
45
|
+
}),
|
|
46
|
+
JoinColumn({ name: 'facility_id' }),
|
|
47
|
+
__metadata("design:type", Facility)
|
|
48
|
+
], FacilityImage.prototype, "facility", void 0);
|
|
49
|
+
FacilityImage = __decorate([
|
|
50
|
+
Entity('facility_images'),
|
|
51
|
+
Index('IDX_facility_images_facilityId', ['facilityId']),
|
|
52
|
+
Index('IDX_facility_images_unique_primary', ['facilityId'], {
|
|
53
|
+
unique: true,
|
|
54
|
+
where: `"is_primary" = true`,
|
|
55
|
+
}),
|
|
56
|
+
Unique('UQ_facility_images_facility_url', ['facilityId', 'url'])
|
|
57
|
+
], FacilityImage);
|
|
58
|
+
export { FacilityImage };
|
|
59
|
+
//# sourceMappingURL=facility-image.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"facility-image.entity.js","sourceRoot":"","sources":["../../../src/facilities/facility-images/facility-image.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EACN,MAAM,EACN,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,SAAS,EACT,UAAU,EACV,KAAK,EACL,MAAM,GACP,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAmB1C,IAAM,aAAa,GAAnB,MAAM,aAAa;CAgCzB,CAAA;AA9BC;IADC,sBAAsB,EAAE;;yCACd;AAGX;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;iDAC1B;AAGnB;IADC,gBAAgB,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BACnD,IAAI;gDAAC;AAGhB;IADC,gBAAgB,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BACnD,IAAI;gDAAC;AAGhB;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;0CACb;AAGZ;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;;kDACpC;AAGpB;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;gDAC7C;AAWnB;IAJC,SAAS,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,cAAc,EAAE;QAChE,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,UAAU,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAC1B,QAAQ;+CAAC;AA/BR,aAAa;IAPzB,MAAM,CAAC,iBAAiB,CAAC;IACzB,KAAK,CAAC,gCAAgC,EAAE,CAAC,YAAY,CAAC,CAAC;IACvD,KAAK,CAAC,oCAAoC,EAAE,CAAC,YAAY,CAAC,EAAE;QAC3D,MAAM,EAAE,IAAI;QACZ,KAAK,EAAE,qBAAqB;KAC7B,CAAC;IACD,MAAM,CAAC,iCAAiC,EAAE,CAAC,YAAY,EAAE,KAAK,CAAC,CAAC;GACpD,aAAa,CAgCzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/facilities/facility-images/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/facilities/facility-images/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Facility } from 'facilities/facilities/facility.entity';
|
|
2
|
+
export declare class FacilityOwner {
|
|
3
|
+
id: number;
|
|
4
|
+
createdAt: Date;
|
|
5
|
+
updatedAt: Date;
|
|
6
|
+
name: string;
|
|
7
|
+
contactEmail: string;
|
|
8
|
+
cnpj?: string;
|
|
9
|
+
contactPhone: string;
|
|
10
|
+
facilities: Facility[];
|
|
11
|
+
sanitizeFields(): void;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=facility-owner.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"facility-owner.entity.d.ts","sourceRoot":"","sources":["../../../src/facilities/facility-owners/facility-owner.entity.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,QAAQ,EAAE,MAAM,uCAAuC,CAAC;AAajE,qBAGa,aAAa;IAExB,EAAE,EAAE,MAAM,CAAC;IAGX,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAGhB,IAAI,EAAE,MAAM,CAAC;IAIb,YAAY,EAAE,MAAM,CAAC;IAIrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,YAAY,EAAE,MAAM,CAAC;IAQrB,UAAU,EAAE,QAAQ,EAAE,CAAC;IAWvB,cAAc,IAAI,IAAI;CAGvB"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Entity, Column, PrimaryGeneratedColumn, CreateDateColumn, UpdateDateColumn, Unique, BeforeInsert, BeforeUpdate, OneToMany, Index, } from 'typeorm';
|
|
11
|
+
import { Facility } from 'facilities/facilities/facility.entity';
|
|
12
|
+
import { sanitizeFacilityOwner } from './utils/sanitize.utils';
|
|
13
|
+
let FacilityOwner = class FacilityOwner {
|
|
14
|
+
sanitizeFields() {
|
|
15
|
+
sanitizeFacilityOwner(this);
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
__decorate([
|
|
19
|
+
PrimaryGeneratedColumn(),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], FacilityOwner.prototype, "id", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
CreateDateColumn({ name: 'created_at', type: 'timestamptz' }),
|
|
24
|
+
__metadata("design:type", Date)
|
|
25
|
+
], FacilityOwner.prototype, "createdAt", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
UpdateDateColumn({ name: 'updated_at', type: 'timestamptz' }),
|
|
28
|
+
__metadata("design:type", Date)
|
|
29
|
+
], FacilityOwner.prototype, "updatedAt", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
Column({ type: 'varchar', length: 255 }),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], FacilityOwner.prototype, "name", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
Index(),
|
|
36
|
+
Column({ name: 'contact_email', type: 'varchar', length: 255, nullable: true }),
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], FacilityOwner.prototype, "contactEmail", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
Index(),
|
|
41
|
+
Column({ name: 'cnpj', type: 'varchar', length: 14, nullable: true }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], FacilityOwner.prototype, "cnpj", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
Column({ name: 'contact_phone', type: 'varchar', length: 16 }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], FacilityOwner.prototype, "contactPhone", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
OneToMany(() => Facility, (facility) => facility.facilityOwner),
|
|
50
|
+
__metadata("design:type", Array)
|
|
51
|
+
], FacilityOwner.prototype, "facilities", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
BeforeInsert(),
|
|
54
|
+
BeforeUpdate(),
|
|
55
|
+
__metadata("design:type", Function),
|
|
56
|
+
__metadata("design:paramtypes", []),
|
|
57
|
+
__metadata("design:returntype", void 0)
|
|
58
|
+
], FacilityOwner.prototype, "sanitizeFields", null);
|
|
59
|
+
FacilityOwner = __decorate([
|
|
60
|
+
Entity('facility_owners'),
|
|
61
|
+
Unique(['contactEmail']),
|
|
62
|
+
Unique(['cnpj'])
|
|
63
|
+
], FacilityOwner);
|
|
64
|
+
export { FacilityOwner };
|
|
65
|
+
//# sourceMappingURL=facility-owner.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"facility-owner.entity.js","sourceRoot":"","sources":["../../../src/facilities/facility-owners/facility-owner.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EACN,MAAM,EACN,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,MAAM,EACN,YAAY,EACZ,YAAY,EACZ,SAAS,EACT,KAAK,GACN,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,QAAQ,EAAE,MAAM,uCAAuC,CAAC;AAEjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAcxD,IAAM,aAAa,GAAnB,MAAM,aAAa;IAyCxB,cAAc;QACZ,qBAAqB,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC;CACF,CAAA;AA1CC;IADC,sBAAsB,EAAE;;yCACd;AAGX;IADC,gBAAgB,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BACnD,IAAI;gDAAC;AAGhB;IADC,gBAAgB,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BACnD,IAAI;gDAAC;AAGhB;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;2CAC5B;AAIb;IAFC,KAAK,EAAE;IACP,MAAM,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAC3D;AAIrB;IAFC,KAAK,EAAE;IACP,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CACxD;AAGd;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;mDAC1C;AAQrB;IADC,SAAS,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC;;iDACzC;AAWvB;IAFC,YAAY,EAAE;IACd,YAAY,EAAE;;;;mDAGd;AA3CU,aAAa;IAHzB,MAAM,CAAC,iBAAiB,CAAC;IACzB,MAAM,CAAC,CAAC,cAAc,CAAC,CAAC;IACxB,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;GACJ,aAAa,CA4CzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/facilities/facility-owners/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/facilities/facility-owners/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sanitize.utils.d.ts","sourceRoot":"","sources":["../../../../src/facilities/facility-owners/utils/sanitize.utils.ts"],"names":[],"mappings":"AAQA,wBAAgB,qBAAqB,CAAC,KAAK,EAAE;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAO3F"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export function sanitizeFacilityOwner(owner) {
|
|
2
|
+
if (owner.cnpj) {
|
|
3
|
+
owner.cnpj = owner.cnpj.replace(/[^\d]/g, '').trim();
|
|
4
|
+
}
|
|
5
|
+
if (owner.contactEmail) {
|
|
6
|
+
owner.contactEmail = owner.contactEmail.toLowerCase().trim();
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=sanitize.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sanitize.utils.js","sourceRoot":"","sources":["../../../../src/facilities/facility-owners/utils/sanitize.utils.ts"],"names":[],"mappings":"AAQA,MAAM,UAAU,qBAAqB,CAAC,KAA+C;IACnF,IAAI,KAAK,CAAC,IAAI,EAAE,CAAC;QACf,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;IACvD,CAAC;IACD,IAAI,KAAK,CAAC,YAAY,EAAE,CAAC;QACvB,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC,WAAW,EAAE,CAAC,IAAI,EAAE,CAAC;IAC/D,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"surface-type.enum.d.ts","sourceRoot":"","sources":["../../../../src/facilities/fields/enums/surface-type.enum.ts"],"names":[],"mappings":"AASA,oBAAY,gBAAgB;IAI1B,KAAK,UAAU;IAKf,IAAI,SAAS;IAKb,IAAI,SAAS;IAKb,IAAI,SAAS;IAKb,QAAQ,aAAa;CACtB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var FieldSurfaceType;
|
|
2
|
+
(function (FieldSurfaceType) {
|
|
3
|
+
FieldSurfaceType["GRASS"] = "grass";
|
|
4
|
+
FieldSurfaceType["TURF"] = "turf";
|
|
5
|
+
FieldSurfaceType["CLAY"] = "clay";
|
|
6
|
+
FieldSurfaceType["SAND"] = "sand";
|
|
7
|
+
FieldSurfaceType["HARDWOOD"] = "hardwood";
|
|
8
|
+
})(FieldSurfaceType || (FieldSurfaceType = {}));
|
|
9
|
+
//# sourceMappingURL=surface-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"surface-type.enum.js","sourceRoot":"","sources":["../../../../src/facilities/fields/enums/surface-type.enum.ts"],"names":[],"mappings":"AASA,MAAM,CAAN,IAAY,gBAyBX;AAzBD,WAAY,gBAAgB;IAI1B,mCAAe,CAAA;IAKf,iCAAa,CAAA;IAKb,iCAAa,CAAA;IAKb,iCAAa,CAAA;IAKb,yCAAqB,CAAA;AACvB,CAAC,EAzBW,gBAAgB,KAAhB,gBAAgB,QAyB3B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Facility } from 'facilities/facilities';
|
|
2
|
+
import { TournamentMatch } from 'tournaments';
|
|
3
|
+
import { FieldSurfaceType } from './enums/surface-type.enum';
|
|
4
|
+
export declare class Field {
|
|
5
|
+
id: number;
|
|
6
|
+
facilityId: number;
|
|
7
|
+
facility: Facility;
|
|
8
|
+
createdAt: Date;
|
|
9
|
+
updatedAt: Date;
|
|
10
|
+
name: string;
|
|
11
|
+
surfaceType: FieldSurfaceType;
|
|
12
|
+
length: number;
|
|
13
|
+
width: number;
|
|
14
|
+
isIndoor: boolean;
|
|
15
|
+
recommendedPlayersPerTeam: number;
|
|
16
|
+
tournamentMatches: TournamentMatch[];
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=field.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field.entity.d.ts","sourceRoot":"","sources":["../../../src/facilities/fields/field.entity.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAY7D,qBAEa,KAAK;IAEhB,EAAE,EAAE,MAAM,CAAC;IAGX,UAAU,EAAE,MAAM,CAAC;IAMnB,QAAQ,EAAE,QAAQ,CAAC;IAGnB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAGhB,IAAI,EAAE,MAAM,CAAC;IAGb,WAAW,EAAE,gBAAgB,CAAC;IAG9B,MAAM,EAAE,MAAM,CAAC;IAGf,KAAK,EAAE,MAAM,CAAC;IAGd,QAAQ,EAAE,OAAO,CAAC;IAGlB,yBAAyB,EAAE,MAAM,CAAC;IAQlC,iBAAiB,EAAE,eAAe,EAAE,CAAC;CACtC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Entity, Column, PrimaryGeneratedColumn, CreateDateColumn, UpdateDateColumn, ManyToOne, JoinColumn, Unique, OneToMany, } from 'typeorm';
|
|
11
|
+
import { Facility } from 'facilities/facilities';
|
|
12
|
+
import { TournamentMatch } from 'tournaments';
|
|
13
|
+
import { FieldSurfaceType } from './enums/surface-type.enum';
|
|
14
|
+
let Field = class Field {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
PrimaryGeneratedColumn(),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], Field.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
Column({ name: 'facility_id', type: 'int' }),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], Field.prototype, "facilityId", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
ManyToOne(() => Facility, (facility) => facility.fields, {
|
|
26
|
+
onDelete: 'CASCADE',
|
|
27
|
+
}),
|
|
28
|
+
JoinColumn({ name: 'facility_id' }),
|
|
29
|
+
__metadata("design:type", Facility)
|
|
30
|
+
], Field.prototype, "facility", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
CreateDateColumn({ name: 'created_at', type: 'timestamptz' }),
|
|
33
|
+
__metadata("design:type", Date)
|
|
34
|
+
], Field.prototype, "createdAt", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
UpdateDateColumn({ name: 'updated_at', type: 'timestamptz' }),
|
|
37
|
+
__metadata("design:type", Date)
|
|
38
|
+
], Field.prototype, "updatedAt", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
Column({ type: 'varchar', length: 255 }),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], Field.prototype, "name", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
Column({ name: 'surface_type', type: 'enum', enum: FieldSurfaceType }),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], Field.prototype, "surfaceType", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
Column({ type: 'decimal', precision: 5, scale: 2 }),
|
|
49
|
+
__metadata("design:type", Number)
|
|
50
|
+
], Field.prototype, "length", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
Column({ type: 'decimal', precision: 5, scale: 2 }),
|
|
53
|
+
__metadata("design:type", Number)
|
|
54
|
+
], Field.prototype, "width", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
Column({ name: 'is_indoor', type: 'boolean', default: false }),
|
|
57
|
+
__metadata("design:type", Boolean)
|
|
58
|
+
], Field.prototype, "isIndoor", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
Column({ name: 'recommended_players_per_team', type: 'int' }),
|
|
61
|
+
__metadata("design:type", Number)
|
|
62
|
+
], Field.prototype, "recommendedPlayersPerTeam", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
OneToMany(() => TournamentMatch, (tournamentMatch) => tournamentMatch.field),
|
|
65
|
+
__metadata("design:type", Array)
|
|
66
|
+
], Field.prototype, "tournamentMatches", void 0);
|
|
67
|
+
Field = __decorate([
|
|
68
|
+
Entity('fields'),
|
|
69
|
+
Unique(['name', 'facilityId'])
|
|
70
|
+
], Field);
|
|
71
|
+
export { Field };
|
|
72
|
+
//# sourceMappingURL=field.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field.entity.js","sourceRoot":"","sources":["../../../src/facilities/fields/field.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EACN,MAAM,EACN,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,SAAS,EACT,UAAU,EACV,MAAM,EACN,SAAS,GACV,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AActD,IAAM,KAAK,GAAX,MAAM,KAAK;CA4CjB,CAAA;AA1CC;IADC,sBAAsB,EAAE;;iCACd;AAGX;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;yCAC1B;AAMnB;IAJC,SAAS,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,MAAM,EAAE;QACxD,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,UAAU,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAC1B,QAAQ;uCAAC;AAGnB;IADC,gBAAgB,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BACnD,IAAI;wCAAC;AAGhB;IADC,gBAAgB,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BACnD,IAAI;wCAAC;AAGhB;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;mCAC5B;AAGb;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;;0CACzC;AAG9B;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;;qCACrC;AAGf;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;;oCACtC;AAGd;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;uCAC7C;AAGlB;IADC,MAAM,CAAC,EAAE,IAAI,EAAE,8BAA8B,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;wDAC5B;AAQlC;IADC,SAAS,CAAC,GAAG,EAAE,CAAC,eAAe,EAAE,CAAC,eAAe,EAAE,EAAE,CAAC,eAAe,CAAC,KAAK,CAAC;;gDACxC;AA3C1B,KAAK;IAFjB,MAAM,CAAC,QAAQ,CAAC;IAChB,MAAM,CAAC,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;GAClB,KAAK,CA4CjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/facilities/fields/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAEvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/facilities/fields/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAEvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/facilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/facilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAE5B,cAAc,UAAU,CAAC;AAEzB,cAAc,UAAU,CAAC;AAEzB,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAE5B,cAAc,UAAU,CAAC;AAEzB,cAAc,UAAU,CAAC;AAEzB,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/payments/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AAEpC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/payments/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AAEpC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-provider-name.enum.d.ts","sourceRoot":"","sources":["../../../../src/payments/payment-providers/enums/payment-provider-name.enum.ts"],"names":[],"mappings":"AASA,oBAAY,mBAAmB;IAI7B,OAAO,YAAY;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-provider-name.enum.js","sourceRoot":"","sources":["../../../../src/payments/payment-providers/enums/payment-provider-name.enum.ts"],"names":[],"mappings":"AASA,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAI7B,0CAAmB,CAAA;AACrB,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/payments/payment-providers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/payments/payment-providers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { UserPaymentProvider } from 'payments/user-payment-providers';
|
|
2
|
+
import { PaymentProviderName } from './enums/payment-provider-name.enum';
|
|
3
|
+
export declare class PaymentProvider {
|
|
4
|
+
id: number;
|
|
5
|
+
name: PaymentProviderName;
|
|
6
|
+
createdAt: Date;
|
|
7
|
+
updatedAt: Date;
|
|
8
|
+
userPaymentProviders: UserPaymentProvider[];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=payment-provider.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-provider.entity.d.ts","sourceRoot":"","sources":["../../../src/payments/payment-providers/payment-provider.entity.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAWzE,qBAGa,eAAe;IAE1B,EAAE,EAAE,MAAM,CAAC;IAOX,IAAI,EAAE,mBAAmB,CAAC;IAM1B,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAchB,oBAAoB,EAAE,mBAAmB,EAAE,CAAC;CAC7C"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Entity, Column, PrimaryGeneratedColumn, CreateDateColumn, UpdateDateColumn, OneToMany, Index, Unique, } from 'typeorm';
|
|
11
|
+
import { UserPaymentProvider } from 'payments/user-payment-providers';
|
|
12
|
+
import { PaymentProviderName } from './enums/payment-provider-name.enum';
|
|
13
|
+
let PaymentProvider = class PaymentProvider {
|
|
14
|
+
};
|
|
15
|
+
__decorate([
|
|
16
|
+
PrimaryGeneratedColumn(),
|
|
17
|
+
__metadata("design:type", Number)
|
|
18
|
+
], PaymentProvider.prototype, "id", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
Column({
|
|
21
|
+
type: 'enum',
|
|
22
|
+
enum: PaymentProviderName,
|
|
23
|
+
unique: true,
|
|
24
|
+
}),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], PaymentProvider.prototype, "name", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
CreateDateColumn({
|
|
29
|
+
name: 'created_at',
|
|
30
|
+
type: 'timestamptz',
|
|
31
|
+
}),
|
|
32
|
+
__metadata("design:type", Date)
|
|
33
|
+
], PaymentProvider.prototype, "createdAt", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
UpdateDateColumn({ name: 'updated_at', type: 'timestamptz' }),
|
|
36
|
+
__metadata("design:type", Date)
|
|
37
|
+
], PaymentProvider.prototype, "updatedAt", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
OneToMany(() => UserPaymentProvider, (userPaymentProvider) => userPaymentProvider.paymentProvider, {
|
|
40
|
+
cascade: true,
|
|
41
|
+
}),
|
|
42
|
+
__metadata("design:type", Array)
|
|
43
|
+
], PaymentProvider.prototype, "userPaymentProviders", void 0);
|
|
44
|
+
PaymentProvider = __decorate([
|
|
45
|
+
Entity('payment_providers'),
|
|
46
|
+
Unique(['name']),
|
|
47
|
+
Index(['name'])
|
|
48
|
+
], PaymentProvider);
|
|
49
|
+
export { PaymentProvider };
|
|
50
|
+
//# sourceMappingURL=payment-provider.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-provider.entity.js","sourceRoot":"","sources":["../../../src/payments/payment-providers/payment-provider.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EACN,MAAM,EACN,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,SAAS,EACT,KAAK,EACL,MAAM,GACP,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAclE,IAAM,eAAe,GAArB,MAAM,eAAe;CAiC3B,CAAA;AA/BC;IADC,sBAAsB,EAAE;;2CACd;AAOX;IALC,MAAM,CAAC;QACN,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE,IAAI;KACb,CAAC;;6CACwB;AAM1B;IAJC,gBAAgB,CAAC;QAChB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,aAAa;KACpB,CAAC;8BACS,IAAI;kDAAC;AAGhB;IADC,gBAAgB,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BACnD,IAAI;kDAAC;AAchB;IAPC,SAAS,CACR,GAAG,EAAE,CAAC,mBAAmB,EACzB,CAAC,mBAAmB,EAAE,EAAE,CAAC,mBAAmB,CAAC,eAAe,EAC5D;QACE,OAAO,EAAE,IAAI;KACd,CACF;;6DAC2C;AAhCjC,eAAe;IAH3B,MAAM,CAAC,mBAAmB,CAAC;IAC3B,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;IAChB,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC;GACH,eAAe,CAiC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-method.enum.d.ts","sourceRoot":"","sources":["../../../../src/payments/payments/enums/payment-method.enum.ts"],"names":[],"mappings":"AASA,oBAAY,aAAa;IAIvB,GAAG,QAAQ;IAKX,WAAW,gBAAgB;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-method.enum.js","sourceRoot":"","sources":["../../../../src/payments/payments/enums/payment-method.enum.ts"],"names":[],"mappings":"AASA,MAAM,CAAN,IAAY,aAUX;AAVD,WAAY,aAAa;IAIvB,4BAAW,CAAA;IAKX,4CAA2B,CAAA;AAC7B,CAAC,EAVW,aAAa,KAAb,aAAa,QAUxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-status.enum.d.ts","sourceRoot":"","sources":["../../../../src/payments/payments/enums/payment-status.enum.ts"],"names":[],"mappings":"AASA,oBAAY,aAAa;IAIvB,OAAO,YAAY;IAKnB,IAAI,SAAS;IAKb,MAAM,WAAW;IAKjB,OAAO,YAAY;IAKnB,QAAQ,aAAa;IAKrB,QAAQ,aAAa;IAKrB,UAAU,eAAe;CAC1B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export var PaymentStatus;
|
|
2
|
+
(function (PaymentStatus) {
|
|
3
|
+
PaymentStatus["PENDING"] = "PENDING";
|
|
4
|
+
PaymentStatus["PAID"] = "PAID";
|
|
5
|
+
PaymentStatus["FAILED"] = "FAILED";
|
|
6
|
+
PaymentStatus["EXPIRED"] = "EXPIRED";
|
|
7
|
+
PaymentStatus["CANCELED"] = "CANCELED";
|
|
8
|
+
PaymentStatus["REFUNDED"] = "REFUNDED";
|
|
9
|
+
PaymentStatus["PROCESSING"] = "PROCESSING";
|
|
10
|
+
})(PaymentStatus || (PaymentStatus = {}));
|
|
11
|
+
//# sourceMappingURL=payment-status.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-status.enum.js","sourceRoot":"","sources":["../../../../src/payments/payments/enums/payment-status.enum.ts"],"names":[],"mappings":"AASA,MAAM,CAAN,IAAY,aAmCX;AAnCD,WAAY,aAAa;IAIvB,oCAAmB,CAAA;IAKnB,8BAAa,CAAA;IAKb,kCAAiB,CAAA;IAKjB,oCAAmB,CAAA;IAKnB,sCAAqB,CAAA;IAKrB,sCAAqB,CAAA;IAKrB,0CAAyB,CAAA;AAC3B,CAAC,EAnCW,aAAa,KAAb,aAAa,QAmCxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/payments/payments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC"}
|