@natrave/shared-entities 1.5.3 → 1.5.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.
Files changed (91) hide show
  1. package/dist/app-auth/user-auth-providers/index.d.ts.map +1 -1
  2. package/dist/app-auth/user-auth-providers/user-auth-provider.entity.d.ts.map +1 -1
  3. package/dist/app-auth/user-verifications/index.d.ts.map +1 -1
  4. package/dist/app-auth/users/user.entity.d.ts.map +1 -1
  5. package/dist/backoffice/index.d.ts.map +1 -1
  6. package/dist/central-auth/index.d.ts +2 -2
  7. package/dist/central-auth/index.d.ts.map +1 -1
  8. package/dist/central-auth/index.js +2 -2
  9. package/dist/coupons/coupon-usages/coupon-usage.entity.d.ts.map +1 -1
  10. package/dist/coupons/coupon-usages/index.d.ts.map +1 -1
  11. package/dist/coupons/coupons/coupon.entity.d.ts.map +1 -1
  12. package/dist/coupons/coupons/index.d.ts.map +1 -1
  13. package/dist/database-entities/index.d.ts +3 -3
  14. package/dist/database-entities/index.d.ts.map +1 -1
  15. package/dist/database-entities/index.js +3 -1
  16. package/dist/facilities/facilities/facility.entity.d.ts.map +1 -1
  17. package/dist/facilities/fields/field.entity.d.ts.map +1 -1
  18. package/dist/facilities/fields/index.d.ts +1 -1
  19. package/dist/facilities/fields/index.d.ts.map +1 -1
  20. package/dist/facilities/fields/index.js +1 -1
  21. package/dist/index.d.ts +8 -8
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/index.js +8 -8
  24. package/dist/notifications/enums/index.d.ts +2 -1
  25. package/dist/notifications/enums/index.d.ts.map +1 -1
  26. package/dist/notifications/enums/index.js +3 -1
  27. package/dist/notifications/enums/notification-category.enum.d.ts +7 -0
  28. package/dist/notifications/enums/notification-category.enum.d.ts.map +1 -0
  29. package/dist/notifications/enums/notification-category.enum.js +10 -0
  30. package/dist/notifications/index.d.ts +3 -2
  31. package/dist/notifications/index.d.ts.map +1 -1
  32. package/dist/notifications/index.js +3 -2
  33. package/dist/notifications/notification-deliveries/notification-delivery.entity.d.ts +2 -0
  34. package/dist/notifications/notification-deliveries/notification-delivery.entity.d.ts.map +1 -1
  35. package/dist/notifications/notification-deliveries/notification-delivery.entity.js +5 -0
  36. package/dist/notifications/notification-dispatch-logs/index.d.ts +2 -0
  37. package/dist/notifications/notification-dispatch-logs/index.d.ts.map +1 -0
  38. package/dist/notifications/notification-dispatch-logs/index.js +4 -0
  39. package/dist/notifications/notification-dispatch-logs/notification-dispatch-log.entity.d.ts +20 -0
  40. package/dist/notifications/notification-dispatch-logs/notification-dispatch-log.entity.d.ts.map +1 -0
  41. package/dist/notifications/notification-dispatch-logs/notification-dispatch-log.entity.js +138 -0
  42. package/dist/notifications/notifications/notification.entity.d.ts +4 -1
  43. package/dist/notifications/notifications/notification.entity.d.ts.map +1 -1
  44. package/dist/notifications/notifications/notification.entity.js +13 -1
  45. package/dist/notifications/push-device-tokens/index.d.ts +1 -1
  46. package/dist/notifications/push-device-tokens/index.d.ts.map +1 -1
  47. package/dist/notifications/push-device-tokens/index.js +1 -1
  48. package/dist/notifications/push-device-tokens/push-device-token.entity.d.ts.map +1 -1
  49. package/dist/payments/index.d.ts +1 -1
  50. package/dist/payments/index.d.ts.map +1 -1
  51. package/dist/payments/index.js +1 -1
  52. package/dist/payments/payment-providers/index.d.ts.map +1 -1
  53. package/dist/payments/payment-providers/payment-provider.entity.d.ts.map +1 -1
  54. package/dist/payments/payments/index.d.ts +1 -1
  55. package/dist/payments/payments/index.d.ts.map +1 -1
  56. package/dist/payments/payments/index.js +1 -1
  57. package/dist/payments/payments/payment.entity.d.ts.map +1 -1
  58. package/dist/players/index.d.ts +1 -1
  59. package/dist/players/index.d.ts.map +1 -1
  60. package/dist/players/index.js +1 -1
  61. package/dist/players/player-position/index.d.ts +1 -1
  62. package/dist/players/player-position/index.d.ts.map +1 -1
  63. package/dist/players/player-position/index.js +1 -1
  64. package/dist/players/player-position/player-position.entity.d.ts.map +1 -1
  65. package/dist/players/players/index.d.ts +1 -1
  66. package/dist/players/players/index.d.ts.map +1 -1
  67. package/dist/players/players/index.js +1 -1
  68. package/dist/players/players/player.entity.d.ts.map +1 -1
  69. package/dist/teams/team-modality/index.d.ts +1 -1
  70. package/dist/teams/team-modality/index.d.ts.map +1 -1
  71. package/dist/teams/team-modality/index.js +1 -1
  72. package/dist/teams/team-modality/team-modality.entity.d.ts.map +1 -1
  73. package/dist/tournaments/index.d.ts +1 -1
  74. package/dist/tournaments/index.d.ts.map +1 -1
  75. package/dist/tournaments/index.js +1 -1
  76. package/dist/tournaments/tournament-bracket-slots/index.d.ts +1 -1
  77. package/dist/tournaments/tournament-bracket-slots/index.js +1 -1
  78. package/dist/tournaments/tournament-format-configs/tournament-format-config.entity.d.ts +1 -1
  79. package/dist/tournaments/tournament-format-configs/tournament-format-config.entity.d.ts.map +1 -1
  80. package/dist/tournaments/tournament-match-cards/tournament-match-card.entity.d.ts +1 -1
  81. package/dist/tournaments/tournament-match-cards/tournament-match-card.entity.d.ts.map +1 -1
  82. package/dist/tournaments/tournament-publication-charge-rules/index.d.ts +1 -1
  83. package/dist/tournaments/tournament-publication-charge-rules/index.d.ts.map +1 -1
  84. package/dist/tournaments/tournament-publication-charge-rules/index.js +1 -1
  85. package/dist/tournaments/tournament-registration-requests/tournament-registration-request.entity.d.ts.map +1 -1
  86. package/dist/tournaments/tournament-registration-requirements/tournament-registration-requirement.entity.d.ts.map +1 -1
  87. package/dist/tournaments/tournaments/index.d.ts +1 -1
  88. package/dist/tournaments/tournaments/index.d.ts.map +1 -1
  89. package/dist/tournaments/tournaments/index.js +1 -1
  90. package/dist/tournaments/tournaments/tournament.entity.d.ts.map +1 -1
  91. package/package.json +2 -3
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app-auth/user-auth-providers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app-auth/user-auth-providers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"user-auth-provider.entity.d.ts","sourceRoot":"","sources":["../../../src/app-auth/user-auth-providers/user-auth-provider.entity.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAEhC,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAY1D,qBAEa,gBAAgB;IAI3B,EAAE,EAAE,MAAM,CAAC;IAOX,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAOhB,MAAM,EAAE,MAAM,CAAC;IAOf,QAAQ,EAAE,YAAY,CAAC;IAOvB,cAAc,EAAE,MAAM,CAAC;IAQvB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAS7B,IAAI,EAAE,IAAI,CAAC;CACZ"}
1
+ {"version":3,"file":"user-auth-provider.entity.d.ts","sourceRoot":"","sources":["../../../src/app-auth/user-auth-providers/user-auth-provider.entity.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAY1D,qBAEa,gBAAgB;IAI3B,EAAE,EAAE,MAAM,CAAC;IAOX,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAOhB,MAAM,EAAE,MAAM,CAAC;IAOf,QAAQ,EAAE,YAAY,CAAC;IAOvB,cAAc,EAAE,MAAM,CAAC;IAQvB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAS7B,IAAI,EAAE,IAAI,CAAC;CACZ"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app-auth/user-verifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app-auth/user-verifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"user.entity.d.ts","sourceRoot":"","sources":["../../../src/app-auth/users/user.entity.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAChG,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,6BAA6B,EAAE,MAAM,mBAAmB,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAa7C,qBAiBa,IAAI;IAIf,EAAE,EAAE,MAAM,CAAC;IAUX,SAAS,EAAE,MAAM,CAAC;IAOlB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAQhB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IASvB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAQpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAQzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAQ3B,KAAK,EAAE,MAAM,CAAC;IAQd,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAQtB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAS5B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAUvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IASrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxB,aAAa,EAAE,YAAY,EAAE,CAAC;IAK9B,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;IAKtC,MAAM,EAAE,MAAM,CAAC;IAGf,aAAa,EAAE,YAAY,EAAE,CAAC;IAG9B,gBAAgB,EAAE,eAAe,EAAE,CAAC;IAMpC,sBAAsB,EAAE,0BAA0B,GAAG,IAAI,CAAC;IAG1D,8BAA8B,EAAE,6BAA6B,EAAE,CAAC;IAMhE,WAAW,IAAI,IAAI;CAGpB"}
1
+ {"version":3,"file":"user.entity.d.ts","sourceRoot":"","sources":["../../../src/app-auth/users/user.entity.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAChG,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,6BAA6B,EAAE,MAAM,mBAAmB,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAa7C,qBAiBa,IAAI;IAIf,EAAE,EAAE,MAAM,CAAC;IAUX,SAAS,EAAE,MAAM,CAAC;IAOlB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAQhB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IASvB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAQpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAQzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAQ3B,KAAK,EAAE,MAAM,CAAC;IAQd,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAQtB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAS5B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAUvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IASrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxB,aAAa,EAAE,YAAY,EAAE,CAAC;IAK9B,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;IAKtC,MAAM,EAAE,MAAM,CAAC;IAGf,aAAa,EAAE,YAAY,EAAE,CAAC;IAG9B,gBAAgB,EAAE,eAAe,EAAE,CAAC;IAMpC,sBAAsB,EAAE,0BAA0B,GAAG,IAAI,CAAC;IAG1D,8BAA8B,EAAE,6BAA6B,EAAE,CAAC;IAMhE,WAAW,IAAI,IAAI;CAGpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/backoffice/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/backoffice/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,5 +1,5 @@
1
- export * from './organizations';
2
- export * from './organization-users';
3
1
  export * from './organization-user-billing-infos';
2
+ export * from './organization-users';
3
+ export * from './organizations';
4
4
  export * from './phone-numbers';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/central-auth/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAEhC,cAAc,sBAAsB,CAAC;AAErC,cAAc,mCAAmC,CAAC;AAElD,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/central-auth/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- export * from "./organizations/index.js";
2
- export * from "./organization-users/index.js";
3
1
  export * from "./organization-user-billing-infos/index.js";
2
+ export * from "./organization-users/index.js";
3
+ export * from "./organizations/index.js";
4
4
  export * from "./phone-numbers/index.js";
@@ -1 +1 @@
1
- {"version":3,"file":"coupon-usage.entity.d.ts","sourceRoot":"","sources":["../../../src/coupons/coupon-usages/coupon-usage.entity.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAEpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAW5D,qBACa,WAAW;IAEtB,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAQjB,UAAU,EAAE,gBAAgB,CAAC;IAO7B,QAAQ,EAAE,MAAM,CAAC;IAOjB,SAAS,EAAE,IAAI,CAAC;IAQhB,MAAM,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"coupon-usage.entity.d.ts","sourceRoot":"","sources":["../../../src/coupons/coupon-usages/coupon-usage.entity.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAW5D,qBACa,WAAW;IAEtB,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAQjB,UAAU,EAAE,gBAAgB,CAAC;IAO7B,QAAQ,EAAE,MAAM,CAAC;IAOjB,SAAS,EAAE,IAAI,CAAC;IAQhB,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/coupons/coupon-usages/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/coupons/coupon-usages/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"coupon.entity.d.ts","sourceRoot":"","sources":["../../../src/coupons/coupons/coupon.entity.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAWvE,qBAGa,MAAM;IAEjB,EAAE,EAAE,MAAM,CAAC;IAGX,IAAI,EAAE,MAAM,CAAC;IAQb,WAAW,CAAC,EAAE,MAAM,CAAC;IAQrB,YAAY,EAAE,kBAAkB,CAAC;IAMjC,aAAa,EAAE,MAAM,CAAC;IAOtB,SAAS,EAAE,IAAI,CAAC;IAGhB,UAAU,EAAE,IAAI,CAAC;IAQjB,UAAU,CAAC,EAAE,MAAM,CAAC;IAQpB,QAAQ,EAAE,OAAO,CAAC;IAOlB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAKhB,YAAY,EAAE,WAAW,EAAE,CAAC;IAG5B,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;CACvC"}
1
+ {"version":3,"file":"coupon.entity.d.ts","sourceRoot":"","sources":["../../../src/coupons/coupons/coupon.entity.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAWvE,qBAGa,MAAM;IAEjB,EAAE,EAAE,MAAM,CAAC;IAGX,IAAI,EAAE,MAAM,CAAC;IAQb,WAAW,CAAC,EAAE,MAAM,CAAC;IAQrB,YAAY,EAAE,kBAAkB,CAAC;IAMjC,aAAa,EAAE,MAAM,CAAC;IAOtB,SAAS,EAAE,IAAI,CAAC;IAGhB,UAAU,EAAE,IAAI,CAAC;IAQjB,UAAU,CAAC,EAAE,MAAM,CAAC;IAQpB,QAAQ,EAAE,OAAO,CAAC;IAOlB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAKhB,YAAY,EAAE,WAAW,EAAE,CAAC;IAG5B,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;CACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/coupons/coupons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/coupons/coupons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC"}
@@ -3,11 +3,11 @@ import { Organization, OrganizationUser, OrganizationUserBillingInfo, PhoneNumbe
3
3
  import { Coupon, CouponUsage } from '../coupons';
4
4
  import { Address, Facility, FacilityImage, FacilityOwner, Field, FieldImage } from '../facilities';
5
5
  import { TeamPlayerMergeHistory } from '../history-logs';
6
- import { Notification, NotificationDelivery, PushDeviceToken, UserNotificationPreference } from '../notifications';
6
+ import { Notification, NotificationDelivery, NotificationDispatchLog, PushDeviceToken, UserNotificationPreference } from '../notifications';
7
7
  import { Payment, PaymentProvider, UserPaymentProvider } from '../payments';
8
8
  import { Player, PlayerPersonalData, PlayerPosition } from '../players';
9
9
  import { PlayerTeam, Team, TeamJoinRequest, TeamModality, TeamTrophy } from '../teams';
10
- import { Tournament, TournamentAllowedPhone, TournamentBracket, TournamentBracketSlot, TournamentContact, TournamentCoupon, TournamentFacility, TournamentFormatConfig, TournamentGroup, TournamentMatch, TournamentMatchAvailability, TournamentMatchCard, TournamentMatchGoal, TournamentMatchRule, TournamentMatchSchema, TournamentPayment, TournamentPenaltyShootout, TournamentPlayer, TournamentPlayerRule, TournamentPrizeRule, TournamentPublicationChargeRule, TournamentRegistrationRequirement, TournamentRegistrationRequest, TournamentTeam, TournamentTeamContactAttempt } from '../tournaments';
10
+ import { Tournament, TournamentAllowedPhone, TournamentBracket, TournamentBracketSlot, TournamentContact, TournamentCoupon, TournamentFacility, TournamentFormatConfig, TournamentGroup, TournamentMatch, TournamentMatchAvailability, TournamentMatchCard, TournamentMatchGoal, TournamentMatchRule, TournamentMatchSchema, TournamentPayment, TournamentPenaltyShootout, TournamentPlayer, TournamentPlayerRule, TournamentPrizeRule, TournamentPublicationChargeRule, TournamentRegistrationRequest, TournamentRegistrationRequirement, TournamentTeam, TournamentTeamContactAttempt } from '../tournaments';
11
11
  import { UserDomainEvent, UserEventView } from '../user-events';
12
- export declare const DATABASE_ENTITIES: (typeof FacilityImage | typeof Facility | typeof FieldImage | typeof Field | typeof Address | typeof TournamentFacility | typeof OrganizationUserBillingInfo | typeof OrganizationUser | typeof Organization | typeof TournamentPayment | typeof PhoneNumber | typeof TournamentAllowedPhone | typeof Tournament | typeof FacilityOwner | typeof PasswordReset | typeof NotificationDelivery | typeof Notification | typeof User | typeof PushDeviceToken | typeof UserNotificationPreference | typeof UserAuthProvider | typeof RefreshToken | typeof Player | typeof TournamentRegistrationRequest | typeof UserVerification | typeof PlayerPersonalData | typeof PlayerPosition | typeof PlayerTeam | typeof TeamJoinRequest | typeof TeamPlayerMergeHistory | typeof Team | typeof TournamentPlayer | typeof TournamentTeam | typeof TeamModality | typeof TournamentTeamContactAttempt | typeof TeamTrophy | typeof TournamentContact | typeof Coupon | typeof CouponUsage | typeof TournamentCoupon | typeof TournamentFormatConfig | typeof TournamentMatchGoal | typeof TournamentMatch | typeof TournamentMatchCard | typeof TournamentPenaltyShootout | typeof TournamentGroup | typeof TournamentBracketSlot | typeof TournamentMatchRule | typeof TournamentMatchSchema | typeof TournamentMatchAvailability | typeof UserPaymentProvider | typeof PaymentProvider | typeof Payment | typeof TournamentPlayerRule | typeof TournamentPrizeRule | typeof TournamentRegistrationRequirement | typeof TournamentBracket | typeof TournamentPublicationChargeRule | typeof UserDomainEvent | typeof UserEventView)[];
12
+ export declare const DATABASE_ENTITIES: (typeof PasswordReset | typeof Notification | typeof User | typeof NotificationDelivery | typeof NotificationDispatchLog | typeof PushDeviceToken | typeof UserNotificationPreference | typeof TeamPlayerMergeHistory | typeof Team | typeof PlayerTeam | typeof Player | typeof FacilityImage | typeof Facility | typeof FieldImage | typeof Field | typeof Address | typeof TournamentFacility | typeof OrganizationUserBillingInfo | typeof PhoneNumber | typeof Organization | typeof TournamentAllowedPhone | typeof OrganizationUser | typeof Tournament | typeof TournamentPayment | typeof FacilityOwner | typeof TournamentContact | typeof Coupon | typeof CouponUsage | typeof TournamentCoupon | typeof TournamentFormatConfig | typeof TournamentMatchGoal | typeof TournamentTeam | typeof TournamentMatch | typeof TournamentPlayer | typeof TournamentMatchCard | typeof TournamentPenaltyShootout | typeof TournamentGroup | typeof TournamentBracketSlot | typeof TournamentMatchRule | typeof TournamentMatchSchema | typeof TournamentMatchAvailability | typeof UserPaymentProvider | typeof PaymentProvider | typeof Payment | typeof TournamentPlayerRule | typeof TournamentPrizeRule | typeof TournamentRegistrationRequest | typeof TournamentRegistrationRequirement | typeof TournamentTeamContactAttempt | typeof TournamentBracket | typeof TeamTrophy | typeof TournamentPublicationChargeRule | typeof TeamJoinRequest | typeof TeamModality | typeof PlayerPosition | typeof PlayerPersonalData | typeof UserAuthProvider | typeof RefreshToken | typeof UserVerification | typeof UserDomainEvent | typeof UserEventView)[];
13
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/database-entities/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,IAAI,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACpG,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,2BAA2B,EAC3B,WAAW,EACZ,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACnG,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,eAAe,EACf,0BAA0B,EAC3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC5E,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACvF,OAAO,EACL,UAAU,EACV,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,2BAA2B,EAC3B,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,yBAAyB,EACzB,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,+BAA+B,EAC/B,iCAAiC,EACjC,6BAA6B,EAE7B,cAAc,EACd,4BAA4B,EAC7B,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEhE,eAAO,MAAM,iBAAiB,8hDA8D7B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/database-entities/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,IAAI,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACpG,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,2BAA2B,EAC3B,WAAW,EACZ,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACnG,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,uBAAuB,EACvB,eAAe,EACf,0BAA0B,EAC3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC5E,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACvF,OAAO,EACL,UAAU,EACV,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,2BAA2B,EAC3B,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,yBAAyB,EACzB,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,+BAA+B,EAC/B,6BAA6B,EAC7B,iCAAiC,EAEjC,cAAc,EACd,4BAA4B,EAC7B,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEhE,eAAO,MAAM,iBAAiB,+jDA+D7B,CAAC"}
@@ -11,6 +11,7 @@ import { TeamPlayerMergeHistory } from "../history-logs/index.js";
11
11
  import {
12
12
  Notification,
13
13
  NotificationDelivery,
14
+ NotificationDispatchLog,
14
15
  PushDeviceToken,
15
16
  UserNotificationPreference
16
17
  } from "../notifications/index.js";
@@ -39,8 +40,8 @@ import {
39
40
  TournamentPlayerRule,
40
41
  TournamentPrizeRule,
41
42
  TournamentPublicationChargeRule,
42
- TournamentRegistrationRequirement,
43
43
  TournamentRegistrationRequest,
44
+ TournamentRegistrationRequirement,
44
45
  TournamentRule,
45
46
  TournamentTeam,
46
47
  TournamentTeamContactAttempt
@@ -98,6 +99,7 @@ const DATABASE_ENTITIES = [
98
99
  PlayerTeam,
99
100
  TeamModality,
100
101
  TeamJoinRequest,
102
+ NotificationDispatchLog,
101
103
  Notification,
102
104
  NotificationDelivery,
103
105
  PushDeviceToken,
@@ -1 +1 @@
1
- {"version":3,"file":"facility.entity.d.ts","sourceRoot":"","sources":["../../../src/facilities/facilities/facility.entity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAgBjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAIlC,qBAGa,QAAS,YAAW,SAAS;IAIxC,EAAE,EAAE,MAAM,CAAC;IAOX,SAAS,EAAE,MAAM,CAAC;IAOlB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAQhB,IAAI,EAAE,MAAM,CAAC;IASb,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IASnC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IASnC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IAQ3B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAQ;IAU9B,OAAO,EAAE,OAAO,CAAC;IAGjB,MAAM,EAAE,KAAK,EAAE,CAAC;IAGhB,cAAc,EAAE,aAAa,EAAE,CAAC;IAGhC,oBAAoB,EAAE,kBAAkB,EAAE,CAAC;IAO3C,cAAc,IAAI,IAAI;CAGvB"}
1
+ {"version":3,"file":"facility.entity.d.ts","sourceRoot":"","sources":["../../../src/facilities/facilities/facility.entity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAgBjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAGlC,qBAGa,QAAS,YAAW,SAAS;IAIxC,EAAE,EAAE,MAAM,CAAC;IAOX,SAAS,EAAE,MAAM,CAAC;IAOlB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAQhB,IAAI,EAAE,MAAM,CAAC;IASb,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IASnC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IASnC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IAQ3B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAQ;IAU9B,OAAO,EAAE,OAAO,CAAC;IAGjB,MAAM,EAAE,KAAK,EAAE,CAAC;IAGhB,cAAc,EAAE,aAAa,EAAE,CAAC;IAGhC,oBAAoB,EAAE,kBAAkB,EAAE,CAAC;IAO3C,cAAc,IAAI,IAAI;CAGvB"}
@@ -1 +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,eAAe,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAY7D,qBAEa,KAAK;IAIhB,EAAE,EAAE,MAAM,CAAC;IAOX,UAAU,EAAE,MAAM,CAAC;IAMnB,QAAQ,EAAE,QAAQ,CAAC;IAOnB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAOhB,IAAI,EAAE,MAAM,CAAC;IAQb,WAAW,EAAE,gBAAgB,CAAC;IAQ9B,MAAM,EAAE,MAAM,CAAC;IAQf,KAAK,EAAE,MAAM,CAAC;IAQd,QAAQ,EAAE,OAAO,CAAC;IAOlB,yBAAyB,EAAE,MAAM,CAAC;IAQlC,MAAM,EAAE,UAAU,EAAE,CAAC;CACtB"}
1
+ {"version":3,"file":"field.entity.d.ts","sourceRoot":"","sources":["../../../src/facilities/fields/field.entity.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAY7D,qBAEa,KAAK;IAIhB,EAAE,EAAE,MAAM,CAAC;IAOX,UAAU,EAAE,MAAM,CAAC;IAMnB,QAAQ,EAAE,QAAQ,CAAC;IAOnB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAOhB,IAAI,EAAE,MAAM,CAAC;IAQb,WAAW,EAAE,gBAAgB,CAAC;IAQ9B,MAAM,EAAE,MAAM,CAAC;IAQf,KAAK,EAAE,MAAM,CAAC;IAQd,QAAQ,EAAE,OAAO,CAAC;IAOlB,yBAAyB,EAAE,MAAM,CAAC;IAQlC,MAAM,EAAE,UAAU,EAAE,CAAC;CACtB"}
@@ -1,3 +1,3 @@
1
- export { Field } from './field.entity';
2
1
  export { FieldSurfaceType } from './enums/surface-type.enum';
2
+ export { Field } from './field.entity';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/facilities/fields/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { Field } from "./field.entity.js";
2
1
  import { FieldSurfaceType } from "./enums/surface-type.enum.js";
2
+ import { Field } from "./field.entity.js";
3
3
  export {
4
4
  Field,
5
5
  FieldSurfaceType
package/dist/index.d.ts CHANGED
@@ -1,15 +1,15 @@
1
- export * from './tournaments';
2
1
  export * from './app-auth';
3
- export * from './payments';
4
- export * from './facilities';
5
- export * from './coupons';
2
+ export * from './backoffice';
6
3
  export * from './central-auth';
4
+ export * from './common';
5
+ export * from './coupons';
6
+ export { DATABASE_ENTITIES } from './database-entities';
7
+ export * from './facilities';
8
+ export * from './history-logs';
7
9
  export * from './notifications';
10
+ export * from './payments';
8
11
  export * from './players';
9
12
  export * from './teams';
10
- export { DATABASE_ENTITIES } from './database-entities';
11
- export * from './backoffice';
12
- export * from './history-logs';
13
+ export * from './tournaments';
13
14
  export * from './user-events';
14
- export * from './common';
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,cAAc,YAAY,CAAC;AAE3B,cAAc,YAAY,CAAC;AAE3B,cAAc,cAAc,CAAC;AAE7B,cAAc,WAAW,CAAC;AAE1B,cAAc,gBAAgB,CAAC;AAE/B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,WAAW,CAAC;AAE1B,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,cAAc,cAAc,CAAC;AAE7B,cAAc,gBAAgB,CAAC;AAE/B,cAAc,eAAe,CAAC;AAE9B,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC"}
package/dist/index.js CHANGED
@@ -1,17 +1,17 @@
1
- export * from "./tournaments/index.js";
2
1
  export * from "./app-auth/index.js";
3
- export * from "./payments/index.js";
4
- export * from "./facilities/index.js";
5
- export * from "./coupons/index.js";
2
+ export * from "./backoffice/index.js";
6
3
  export * from "./central-auth/index.js";
4
+ export * from "./common/index.js";
5
+ export * from "./coupons/index.js";
6
+ import { DATABASE_ENTITIES } from "./database-entities/index.js";
7
+ export * from "./facilities/index.js";
8
+ export * from "./history-logs/index.js";
7
9
  export * from "./notifications/index.js";
10
+ export * from "./payments/index.js";
8
11
  export * from "./players/index.js";
9
12
  export * from "./teams/index.js";
10
- import { DATABASE_ENTITIES } from "./database-entities/index.js";
11
- export * from "./backoffice/index.js";
12
- export * from "./history-logs/index.js";
13
+ export * from "./tournaments/index.js";
13
14
  export * from "./user-events/index.js";
14
- export * from "./common/index.js";
15
15
  export {
16
16
  DATABASE_ENTITIES
17
17
  };
@@ -1,4 +1,5 @@
1
+ export { NotificationCategory } from './notification-category.enum';
1
2
  export { NotificationChannel } from './notification-channel.enum';
2
- export { NotificationStatus } from './notification-status.enum';
3
3
  export { NotificationDeliveryStatus } from './notification-delivery-status.enum';
4
+ export { NotificationStatus } from './notification-status.enum';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notifications/enums/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notifications/enums/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC"}
@@ -1,7 +1,9 @@
1
+ import { NotificationCategory } from "./notification-category.enum.js";
1
2
  import { NotificationChannel } from "./notification-channel.enum.js";
2
- import { NotificationStatus } from "./notification-status.enum.js";
3
3
  import { NotificationDeliveryStatus } from "./notification-delivery-status.enum.js";
4
+ import { NotificationStatus } from "./notification-status.enum.js";
4
5
  export {
6
+ NotificationCategory,
5
7
  NotificationChannel,
6
8
  NotificationDeliveryStatus,
7
9
  NotificationStatus
@@ -0,0 +1,7 @@
1
+ export declare enum NotificationCategory {
2
+ TOURNAMENT = "tournament",
3
+ TEAM = "team",
4
+ APP_UPDATE = "app_update",
5
+ UPCOMING_EVENT = "upcoming_event"
6
+ }
7
+ //# sourceMappingURL=notification-category.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-category.enum.d.ts","sourceRoot":"","sources":["../../../src/notifications/enums/notification-category.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,cAAc,mBAAmB;CAClC"}
@@ -0,0 +1,10 @@
1
+ var NotificationCategory = /* @__PURE__ */ ((NotificationCategory2) => {
2
+ NotificationCategory2["TOURNAMENT"] = "tournament";
3
+ NotificationCategory2["TEAM"] = "team";
4
+ NotificationCategory2["APP_UPDATE"] = "app_update";
5
+ NotificationCategory2["UPCOMING_EVENT"] = "upcoming_event";
6
+ return NotificationCategory2;
7
+ })(NotificationCategory || {});
8
+ export {
9
+ NotificationCategory
10
+ };
@@ -1,7 +1,8 @@
1
1
  export * from './email-templates';
2
- export * from './notifications';
2
+ export * from './enums';
3
3
  export * from './notification-deliveries';
4
+ export * from './notification-dispatch-logs';
5
+ export * from './notifications';
4
6
  export * from './push-device-tokens';
5
7
  export * from './user-notification-preferences';
6
- export * from './enums';
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/notifications/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAElC,cAAc,iBAAiB,CAAC;AAEhC,cAAc,2BAA2B,CAAC;AAE1C,cAAc,sBAAsB,CAAC;AAErC,cAAc,iCAAiC,CAAC;AAEhD,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/notifications/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  export * from "./email-templates/index.js";
2
- export * from "./notifications/index.js";
2
+ export * from "./enums/index.js";
3
3
  export * from "./notification-deliveries/index.js";
4
+ export * from "./notification-dispatch-logs/index.js";
5
+ export * from "./notifications/index.js";
4
6
  export * from "./push-device-tokens/index.js";
5
7
  export * from "./user-notification-preferences/index.js";
6
- export * from "./enums/index.js";
@@ -1,4 +1,5 @@
1
1
  import { NotificationChannel, NotificationDeliveryStatus } from '../enums';
2
+ import { NotificationDispatchLog } from '../notification-dispatch-logs';
2
3
  import { Notification } from '../notifications';
3
4
  export declare class NotificationDelivery {
4
5
  id: string;
@@ -17,5 +18,6 @@ export declare class NotificationDelivery {
17
18
  createdAt: Date;
18
19
  updatedAt: Date;
19
20
  notification: Notification;
21
+ dispatchLogs: NotificationDispatchLog[];
20
22
  }
21
23
  //# sourceMappingURL=notification-delivery.entity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"notification-delivery.entity.d.ts","sourceRoot":"","sources":["../../../src/notifications/notification-deliveries/notification-delivery.entity.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,mBAAmB,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBASa,oBAAoB;IAI/B,EAAE,EAAE,MAAM,CAAC;IAOX,cAAc,EAAE,MAAM,CAAC;IAQvB,OAAO,EAAE,mBAAmB,CAAC;IAS7B,MAAM,EAAE,0BAA0B,CAAC;IAOnC,QAAQ,EAAE,MAAM,CAAC;IAQjB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IAQzB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IAQpB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IAQzB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IAStB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IASjC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAQ7B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAOhC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAOlC,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAMhB,YAAY,EAAE,YAAY,CAAC;CAC5B"}
1
+ {"version":3,"file":"notification-delivery.entity.d.ts","sourceRoot":"","sources":["../../../src/notifications/notification-deliveries/notification-delivery.entity.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,mBAAmB,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAC3E,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBASa,oBAAoB;IAI/B,EAAE,EAAE,MAAM,CAAC;IAOX,cAAc,EAAE,MAAM,CAAC;IAQvB,OAAO,EAAE,mBAAmB,CAAC;IAS7B,MAAM,EAAE,0BAA0B,CAAC;IAOnC,QAAQ,EAAE,MAAM,CAAC;IAQjB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IAQzB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IAQpB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IAQzB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IAStB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IASjC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAQ7B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAOhC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAOlC,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAMhB,YAAY,EAAE,YAAY,CAAC;IAG3B,YAAY,EAAE,uBAAuB,EAAE,CAAC;CACzC"}
@@ -15,10 +15,12 @@ import {
15
15
  Index,
16
16
  JoinColumn,
17
17
  ManyToOne,
18
+ OneToMany,
18
19
  PrimaryGeneratedColumn,
19
20
  UpdateDateColumn
20
21
  } from "typeorm";
21
22
  import { NotificationChannel, NotificationDeliveryStatus } from "../enums/index.js";
23
+ import { NotificationDispatchLog } from "../notification-dispatch-logs/index.js";
22
24
  import { Notification } from "../notifications/index.js";
23
25
  let NotificationDelivery = class {
24
26
  };
@@ -143,6 +145,9 @@ __decorateClass([
143
145
  }),
144
146
  JoinColumn({ name: "notification_id" })
145
147
  ], NotificationDelivery.prototype, "notification", 2);
148
+ __decorateClass([
149
+ OneToMany(() => NotificationDispatchLog, (dispatchLog) => dispatchLog.delivery)
150
+ ], NotificationDelivery.prototype, "dispatchLogs", 2);
146
151
  NotificationDelivery = __decorateClass([
147
152
  Entity("notification_deliveries"),
148
153
  Index("UQ_notification_deliveries_notification_channel", ["notificationId", "channel"], {
@@ -0,0 +1,2 @@
1
+ export { NotificationDispatchLog } from './notification-dispatch-log.entity';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notifications/notification-dispatch-logs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { NotificationDispatchLog } from "./notification-dispatch-log.entity.js";
2
+ export {
3
+ NotificationDispatchLog
4
+ };
@@ -0,0 +1,20 @@
1
+ import { NotificationChannel } from '../enums';
2
+ import { NotificationDelivery } from '../notification-deliveries';
3
+ import { Notification } from '../notifications';
4
+ export declare class NotificationDispatchLog {
5
+ id: string;
6
+ notificationId: string;
7
+ deliveryId: string | null;
8
+ userId: string;
9
+ channel: NotificationChannel;
10
+ notificationType: string;
11
+ event: string;
12
+ errorCode: string | null;
13
+ errorMessage: string | null;
14
+ metadata: Record<string, unknown>;
15
+ occurredAt: Date;
16
+ createdAt: Date;
17
+ notification: Notification;
18
+ delivery: NotificationDelivery | null;
19
+ }
20
+ //# sourceMappingURL=notification-dispatch-log.entity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-dispatch-log.entity.d.ts","sourceRoot":"","sources":["../../../src/notifications/notification-dispatch-logs/notification-dispatch-log.entity.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBAKa,uBAAuB;IAMlC,EAAE,EAAE,MAAM,CAAC;IAOX,cAAc,EAAE,MAAM,CAAC;IAQvB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAO1B,MAAM,EAAE,MAAM,CAAC;IAQf,OAAO,EAAE,mBAAmB,CAAC;IAQ7B,gBAAgB,EAAE,MAAM,CAAC;IAOzB,KAAK,EAAE,MAAM,CAAC;IASd,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAQzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAO5B,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAQlC,UAAU,EAAE,IAAI,CAAC;IAQjB,SAAS,EAAE,IAAI,CAAC;IAMhB,YAAY,EAAE,YAAY,CAAC;IAM3B,QAAQ,EAAE,oBAAoB,GAAG,IAAI,CAAC;CACvC"}
@@ -0,0 +1,138 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __decorateClass = (decorators, target, key, kind) => {
4
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
5
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
6
+ if (decorator = decorators[i])
7
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
8
+ if (kind && result) __defProp(target, key, result);
9
+ return result;
10
+ };
11
+ import {
12
+ Column,
13
+ CreateDateColumn,
14
+ Entity,
15
+ Index,
16
+ JoinColumn,
17
+ ManyToOne,
18
+ PrimaryColumn
19
+ } from "typeorm";
20
+ import { NotificationChannel } from "../enums/index.js";
21
+ import { NotificationDelivery } from "../notification-deliveries/index.js";
22
+ import { Notification } from "../notifications/index.js";
23
+ let NotificationDispatchLog = class {
24
+ };
25
+ __decorateClass([
26
+ PrimaryColumn({
27
+ type: "uuid",
28
+ default: () => "gen_random_uuid()",
29
+ comment: "Identificador \xFAnico do evento de dispatch."
30
+ })
31
+ ], NotificationDispatchLog.prototype, "id", 2);
32
+ __decorateClass([
33
+ Column({
34
+ name: "notification_id",
35
+ type: "uuid",
36
+ comment: "FK notifications.id."
37
+ })
38
+ ], NotificationDispatchLog.prototype, "notificationId", 2);
39
+ __decorateClass([
40
+ Column({
41
+ name: "delivery_id",
42
+ type: "uuid",
43
+ nullable: true,
44
+ comment: "FK notification_deliveries.id."
45
+ })
46
+ ], NotificationDispatchLog.prototype, "deliveryId", 2);
47
+ __decorateClass([
48
+ Column({
49
+ name: "user_id",
50
+ type: "uuid",
51
+ comment: "Identificador do usu\xE1rio associado ao evento."
52
+ })
53
+ ], NotificationDispatchLog.prototype, "userId", 2);
54
+ __decorateClass([
55
+ Column({
56
+ type: "enum",
57
+ enum: NotificationChannel,
58
+ enumName: "NotificationChannel",
59
+ comment: "Canal do evento de dispatch."
60
+ })
61
+ ], NotificationDispatchLog.prototype, "channel", 2);
62
+ __decorateClass([
63
+ Column({
64
+ name: "notification_type",
65
+ type: "varchar",
66
+ length: 80,
67
+ comment: "Tipo funcional da notifica\xE7\xE3o no momento do evento."
68
+ })
69
+ ], NotificationDispatchLog.prototype, "notificationType", 2);
70
+ __decorateClass([
71
+ Column({
72
+ type: "varchar",
73
+ length: 40,
74
+ comment: "Evento do lifecycle de dispatch (ex.: SENT, FAILED, CANCELED)."
75
+ })
76
+ ], NotificationDispatchLog.prototype, "event", 2);
77
+ __decorateClass([
78
+ Column({
79
+ name: "error_code",
80
+ type: "varchar",
81
+ length: 64,
82
+ nullable: true,
83
+ comment: "C\xF3digo de erro associado ao evento, quando houver."
84
+ })
85
+ ], NotificationDispatchLog.prototype, "errorCode", 2);
86
+ __decorateClass([
87
+ Column({
88
+ name: "error_message",
89
+ type: "text",
90
+ nullable: true,
91
+ comment: "Mensagem de erro associada ao evento, quando houver."
92
+ })
93
+ ], NotificationDispatchLog.prototype, "errorMessage", 2);
94
+ __decorateClass([
95
+ Column({
96
+ type: "jsonb",
97
+ default: () => "'{}'::jsonb",
98
+ comment: "Metadados complementares do evento de dispatch."
99
+ })
100
+ ], NotificationDispatchLog.prototype, "metadata", 2);
101
+ __decorateClass([
102
+ Column({
103
+ name: "occurred_at",
104
+ type: "timestamptz",
105
+ default: () => "now()",
106
+ comment: "Data/hora em que o evento ocorreu."
107
+ })
108
+ ], NotificationDispatchLog.prototype, "occurredAt", 2);
109
+ __decorateClass([
110
+ CreateDateColumn({
111
+ name: "created_at",
112
+ type: "timestamptz",
113
+ default: () => "now()",
114
+ comment: "Data/hora de cria\xE7\xE3o do registro de log."
115
+ })
116
+ ], NotificationDispatchLog.prototype, "createdAt", 2);
117
+ __decorateClass([
118
+ ManyToOne(() => Notification, (notification) => notification.dispatchLogs, {
119
+ onDelete: "CASCADE"
120
+ }),
121
+ JoinColumn({ name: "notification_id" })
122
+ ], NotificationDispatchLog.prototype, "notification", 2);
123
+ __decorateClass([
124
+ ManyToOne(() => NotificationDelivery, (delivery) => delivery.dispatchLogs, {
125
+ onDelete: "SET NULL"
126
+ }),
127
+ JoinColumn({ name: "delivery_id" })
128
+ ], NotificationDispatchLog.prototype, "delivery", 2);
129
+ NotificationDispatchLog = __decorateClass([
130
+ Entity("notification_dispatch_logs"),
131
+ Index("IDX_notification_dispatch_logs_notification_occurred", ["notificationId", "occurredAt"]),
132
+ Index("IDX_notification_dispatch_logs_user_occurred", ["userId", "occurredAt"]),
133
+ Index("IDX_notification_dispatch_logs_channel_occurred", ["channel", "occurredAt"]),
134
+ Index("IDX_notification_dispatch_logs_event_occurred", ["event", "occurredAt"])
135
+ ], NotificationDispatchLog);
136
+ export {
137
+ NotificationDispatchLog
138
+ };
@@ -1,10 +1,12 @@
1
1
  import { User } from '../../app-auth';
2
- import { NotificationStatus } from '../enums';
2
+ import { NotificationCategory, NotificationStatus } from '../enums';
3
3
  import { NotificationDelivery } from '../notification-deliveries';
4
+ import { NotificationDispatchLog } from '../notification-dispatch-logs';
4
5
  export declare class Notification {
5
6
  id: string;
6
7
  userId: string;
7
8
  type: string;
9
+ category: NotificationCategory;
8
10
  title: string;
9
11
  body: string;
10
12
  payload: Record<string, unknown>;
@@ -18,5 +20,6 @@ export declare class Notification {
18
20
  deletedAt: Date | null;
19
21
  user: User;
20
22
  deliveries: NotificationDelivery[];
23
+ dispatchLogs: NotificationDispatchLog[];
21
24
  }
22
25
  //# sourceMappingURL=notification.entity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"notification.entity.d.ts","sourceRoot":"","sources":["../../../src/notifications/notifications/notification.entity.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE,qBAYa,YAAY;IAIvB,EAAE,EAAE,MAAM,CAAC;IAOX,MAAM,EAAE,MAAM,CAAC;IAOf,IAAI,EAAE,MAAM,CAAC;IAOb,KAAK,EAAE,MAAM,CAAC;IAMd,IAAI,EAAE,MAAM,CAAC;IAOb,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IASjC,MAAM,EAAE,kBAAkB,CAAC;IAS3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAQzB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IAQzB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAQvB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IAOpB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAQhB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAIvB,IAAI,EAAE,IAAI,CAAC;IAGX,UAAU,EAAE,oBAAoB,EAAE,CAAC;CACpC"}
1
+ {"version":3,"file":"notification.entity.d.ts","sourceRoot":"","sources":["../../../src/notifications/notifications/notification.entity.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAExE,qBAYa,YAAY;IAIvB,EAAE,EAAE,MAAM,CAAC;IAOX,MAAM,EAAE,MAAM,CAAC;IAOf,IAAI,EAAE,MAAM,CAAC;IAQb,QAAQ,EAAE,oBAAoB,CAAC;IAO/B,KAAK,EAAE,MAAM,CAAC;IAMd,IAAI,EAAE,MAAM,CAAC;IAOb,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IASjC,MAAM,EAAE,kBAAkB,CAAC;IAS3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAQzB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IAQzB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAQvB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IAOpB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAQhB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAIvB,IAAI,EAAE,IAAI,CAAC;IAGX,UAAU,EAAE,oBAAoB,EAAE,CAAC;IAGnC,YAAY,EAAE,uBAAuB,EAAE,CAAC;CACzC"}
@@ -21,8 +21,9 @@ import {
21
21
  UpdateDateColumn
22
22
  } from "typeorm";
23
23
  import { User } from "../../app-auth/index.js";
24
- import { NotificationStatus } from "../enums/index.js";
24
+ import { NotificationCategory, NotificationStatus } from "../enums/index.js";
25
25
  import { NotificationDelivery } from "../notification-deliveries/index.js";
26
+ import { NotificationDispatchLog } from "../notification-dispatch-logs/index.js";
26
27
  let Notification = class {
27
28
  };
28
29
  __decorateClass([
@@ -44,6 +45,14 @@ __decorateClass([
44
45
  comment: "Tipo funcional da notifica\xE7\xE3o."
45
46
  })
46
47
  ], Notification.prototype, "type", 2);
48
+ __decorateClass([
49
+ Column({
50
+ type: "enum",
51
+ enum: NotificationCategory,
52
+ enumName: "NotificationCategory",
53
+ comment: "Categoria funcional da notifica\xE7\xE3o."
54
+ })
55
+ ], Notification.prototype, "category", 2);
47
56
  __decorateClass([
48
57
  Column({
49
58
  type: "varchar",
@@ -135,6 +144,9 @@ __decorateClass([
135
144
  __decorateClass([
136
145
  OneToMany(() => NotificationDelivery, (delivery) => delivery.notification)
137
146
  ], Notification.prototype, "deliveries", 2);
147
+ __decorateClass([
148
+ OneToMany(() => NotificationDispatchLog, (dispatchLog) => dispatchLog.notification)
149
+ ], Notification.prototype, "dispatchLogs", 2);
138
150
  Notification = __decorateClass([
139
151
  Entity("notifications"),
140
152
  Index("IDX_notifications_user_created", ["userId", "createdAt"]),
@@ -1,3 +1,3 @@
1
- export { PushDeviceToken } from './push-device-token.entity';
2
1
  export * from './enums';
2
+ export { PushDeviceToken } from './push-device-token.entity';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notifications/push-device-tokens/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notifications/push-device-tokens/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC"}
@@ -1,5 +1,5 @@
1
- import { PushDeviceToken } from "./push-device-token.entity.js";
2
1
  export * from "./enums/index.js";
2
+ import { PushDeviceToken } from "./push-device-token.entity.js";
3
3
  export {
4
4
  PushDeviceToken
5
5
  };
@@ -1 +1 @@
1
- {"version":3,"file":"push-device-token.entity.d.ts","sourceRoot":"","sources":["../../../src/notifications/push-device-tokens/push-device-token.entity.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAEtC,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE/D,qBAWa,eAAe;IAI1B,EAAE,EAAE,MAAM,CAAC;IAOX,MAAM,EAAE,MAAM,CAAC;IAQf,QAAQ,EAAE,iBAAiB,CAAC;IAQ5B,QAAQ,EAAE,iBAAiB,CAAC;IAM5B,KAAK,EAAE,MAAM,CAAC;IAQd,SAAS,EAAE,MAAM,CAAC;IASlB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAQxB,QAAQ,EAAE,OAAO,CAAC;IAQlB,UAAU,EAAE,IAAI,CAAC;IAOjB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAQhB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAMvB,IAAI,EAAE,IAAI,CAAC;CACZ"}
1
+ {"version":3,"file":"push-device-token.entity.d.ts","sourceRoot":"","sources":["../../../src/notifications/push-device-tokens/push-device-token.entity.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE/D,qBAWa,eAAe;IAI1B,EAAE,EAAE,MAAM,CAAC;IAOX,MAAM,EAAE,MAAM,CAAC;IAQf,QAAQ,EAAE,iBAAiB,CAAC;IAQ5B,QAAQ,EAAE,iBAAiB,CAAC;IAM5B,KAAK,EAAE,MAAM,CAAC;IAQd,SAAS,EAAE,MAAM,CAAC;IASlB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAQxB,QAAQ,EAAE,OAAO,CAAC;IAQlB,UAAU,EAAE,IAAI,CAAC;IAOjB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAQhB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAMvB,IAAI,EAAE,IAAI,CAAC;CACZ"}
@@ -1,4 +1,4 @@
1
1
  export * from './payment-providers';
2
- export * from './user-payment-providers';
3
2
  export * from './payments';
3
+ export * from './user-payment-providers';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/payments/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export * from "./payment-providers/index.js";
2
- export * from "./user-payment-providers/index.js";
3
2
  export * from "./payments/index.js";
3
+ export * from "./user-payment-providers/index.js";
@@ -1 +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"}
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;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC"}
@@ -1 +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,2BAA2B,CAAC;AAEhE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAWzE,qBAGa,eAAe;IAI1B,EAAE,EAAE,MAAM,CAAC;IAQX,IAAI,EAAE,mBAAmB,CAAC;IAO1B,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAchB,oBAAoB,EAAE,mBAAmB,EAAE,CAAC;CAC7C"}
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,2BAA2B,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAWzE,qBAGa,eAAe;IAI1B,EAAE,EAAE,MAAM,CAAC;IAQX,IAAI,EAAE,mBAAmB,CAAC;IAO1B,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAchB,oBAAoB,EAAE,mBAAmB,EAAE,CAAC;CAC7C"}
@@ -1,4 +1,4 @@
1
- export { Payment } from './payment.entity';
2
1
  export { PaymentMethod } from './enums/payment-method.enum';
3
2
  export { PaymentStatus } from './enums/payment-status.enum';
3
+ export { Payment } from './payment.entity';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/payments/payments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1,6 +1,6 @@
1
- import { Payment } from "./payment.entity.js";
2
1
  import { PaymentMethod } from "./enums/payment-method.enum.js";
3
2
  import { PaymentStatus } from "./enums/payment-status.enum.js";
3
+ import { Payment } from "./payment.entity.js";
4
4
  export {
5
5
  Payment,
6
6
  PaymentMethod,
@@ -1 +1 @@
1
- {"version":3,"file":"payment.entity.d.ts","sourceRoot":"","sources":["../../../src/payments/payments/payment.entity.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAY5D,qBACa,OAAO;IAIlB,EAAE,EAAE,MAAM,CAAC;IASX,UAAU,CAAC,EAAE,MAAM,CAAC;IAMpB,MAAM,EAAE,MAAM,CAAC;IASf,eAAe,CAAC,EAAE,MAAM,CAAC;IASzB,WAAW,CAAC,EAAE,MAAM,CAAC;IASrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAQtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAQ1B,aAAa,EAAE,aAAa,CAAC;IAS7B,MAAM,EAAE,aAAa,CAAC;IAUtB,mBAAmB,EAAE,mBAAmB,CAAC;IAQzC,SAAS,CAAC,EAAE,MAAM,CAAC;IAQnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAQhB,SAAS,CAAC,EAAE,IAAI,CAAC;IAQjB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,WAAW,CAAC,EAAE,MAAM,CAAC;IAOrB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAUhB,kBAAkB,EAAE,iBAAiB,EAAE,CAAC;CACzC"}
1
+ {"version":3,"file":"payment.entity.d.ts","sourceRoot":"","sources":["../../../src/payments/payments/payment.entity.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAY5D,qBACa,OAAO;IAIlB,EAAE,EAAE,MAAM,CAAC;IASX,UAAU,CAAC,EAAE,MAAM,CAAC;IAMpB,MAAM,EAAE,MAAM,CAAC;IASf,eAAe,CAAC,EAAE,MAAM,CAAC;IASzB,WAAW,CAAC,EAAE,MAAM,CAAC;IASrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAQtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAQ1B,aAAa,EAAE,aAAa,CAAC;IAS7B,MAAM,EAAE,aAAa,CAAC;IAUtB,mBAAmB,EAAE,mBAAmB,CAAC;IAQzC,SAAS,CAAC,EAAE,MAAM,CAAC;IAQnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAQhB,SAAS,CAAC,EAAE,IAAI,CAAC;IAQjB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAQ3B,WAAW,CAAC,EAAE,MAAM,CAAC;IAOrB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAUhB,kBAAkB,EAAE,iBAAiB,EAAE,CAAC;CACzC"}
@@ -1,4 +1,4 @@
1
- export * from './player-position';
2
1
  export * from './player-personal-data';
2
+ export * from './player-position';
3
3
  export * from './players';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/players/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/players/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
@@ -1,3 +1,3 @@
1
- export * from "./player-position/index.js";
2
1
  export * from "./player-personal-data/index.js";
2
+ export * from "./player-position/index.js";
3
3
  export * from "./players/index.js";
@@ -1,3 +1,3 @@
1
- export { PlayerPosition } from './player-position.entity';
2
1
  export { Position } from './enums/position.enum';
2
+ export { PlayerPosition } from './player-position.entity';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/players/player-position/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/players/player-position/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC"}
@@ -1,5 +1,5 @@
1
- import { PlayerPosition } from "./player-position.entity.js";
2
1
  import { Position } from "./enums/position.enum.js";
2
+ import { PlayerPosition } from "./player-position.entity.js";
3
3
  export {
4
4
  PlayerPosition,
5
5
  Position
@@ -1 +1 @@
1
- {"version":3,"file":"player-position.entity.d.ts","sourceRoot":"","sources":["../../../src/players/player-position/player-position.entity.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAEpC,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,qBAEa,cAAc;IAIzB,EAAE,EAAE,MAAM,CAAC;IAOX,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAOhB,QAAQ,EAAE,QAAQ,CAAC;IAGnB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB"}
1
+ {"version":3,"file":"player-position.entity.d.ts","sourceRoot":"","sources":["../../../src/players/player-position/player-position.entity.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,qBAEa,cAAc;IAIzB,EAAE,EAAE,MAAM,CAAC;IAOX,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAOhB,QAAQ,EAAE,QAAQ,CAAC;IAGnB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB"}
@@ -1,3 +1,3 @@
1
- export { Player } from './player.entity';
2
1
  export { PreferredLeg } from './enums/preferred-leg.enum';
2
+ export { Player } from './player.entity';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/players/players/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/players/players/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { Player } from "./player.entity.js";
2
1
  import { PreferredLeg } from "./enums/preferred-leg.enum.js";
2
+ import { Player } from "./player.entity.js";
3
3
  export {
4
4
  Player,
5
5
  PreferredLeg
@@ -1 +1 @@
1
- {"version":3,"file":"player.entity.d.ts","sourceRoot":"","sources":["../../../src/players/players/player.entity.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAGa,MAAM;IAEjB,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAQhB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAQvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAQxB,YAAY,EAAE,YAAY,GAAG,IAAI,CAAC;IASlC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAUlB,SAAS,EAAE,cAAc,EAAE,CAAC;IAG5B,eAAe,EAAE,UAAU,EAAE,CAAC;IAG9B,YAAY,EAAE,eAAe,EAAE,CAAC;IAGhC,YAAY,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAMxC,WAAW,IAAI,IAAI;CAKpB"}
1
+ {"version":3,"file":"player.entity.d.ts","sourceRoot":"","sources":["../../../src/players/players/player.entity.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAGa,MAAM;IAEjB,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAQhB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAQvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAQxB,YAAY,EAAE,YAAY,GAAG,IAAI,CAAC;IASlC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAUlB,SAAS,EAAE,cAAc,EAAE,CAAC;IAG5B,eAAe,EAAE,UAAU,EAAE,CAAC;IAG9B,YAAY,EAAE,eAAe,EAAE,CAAC;IAGhC,YAAY,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAMxC,WAAW,IAAI,IAAI;CAKpB"}
@@ -1,3 +1,3 @@
1
- export { TeamModality } from './team-modality.entity';
2
1
  export { Modality } from './enums/modality.enum';
2
+ export { TeamModality } from './team-modality.entity';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/teams/team-modality/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/teams/team-modality/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { TeamModality } from "./team-modality.entity.js";
2
1
  import { Modality } from "./enums/modality.enum.js";
2
+ import { TeamModality } from "./team-modality.entity.js";
3
3
  export {
4
4
  Modality,
5
5
  TeamModality
@@ -1 +1 @@
1
- {"version":3,"file":"team-modality.entity.d.ts","sourceRoot":"","sources":["../../../src/teams/team-modality/team-modality.entity.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAEhC,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,qBAGa,YAAY;IAIvB,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,EAAE,MAAM,CAAC;IAOf,QAAQ,EAAE,QAAQ,CAAC;IAGnB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAIhB,IAAI,EAAE,IAAI,CAAC;CACZ"}
1
+ {"version":3,"file":"team-modality.entity.d.ts","sourceRoot":"","sources":["../../../src/teams/team-modality/team-modality.entity.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,qBAGa,YAAY;IAIvB,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,EAAE,MAAM,CAAC;IAOf,QAAQ,EAAE,QAAQ,CAAC;IAGnB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAIhB,IAAI,EAAE,IAAI,CAAC;CACZ"}
@@ -18,8 +18,8 @@ export * from './tournament-player-rules';
18
18
  export * from './tournament-players';
19
19
  export * from './tournament-prize-rules';
20
20
  export * from './tournament-publication-charge-rules';
21
- export * from './tournament-registration-requirements';
22
21
  export * from './tournament-registration-requests';
22
+ export * from './tournament-registration-requirements';
23
23
  export * from './tournament-rules';
24
24
  export * from './tournament-team-contact-attempts';
25
25
  export * from './tournament-teams';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tournaments/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC;AACnD,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tournaments/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC;AACnD,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
@@ -18,8 +18,8 @@ export * from "./tournament-player-rules/index.js";
18
18
  export * from "./tournament-players/index.js";
19
19
  export * from "./tournament-prize-rules/index.js";
20
20
  export * from "./tournament-publication-charge-rules/index.js";
21
- export * from "./tournament-registration-requirements/index.js";
22
21
  export * from "./tournament-registration-requests/index.js";
22
+ export * from "./tournament-registration-requirements/index.js";
23
23
  export * from "./tournament-rules/index.js";
24
24
  export * from "./tournament-team-contact-attempts/index.js";
25
25
  export * from "./tournament-teams/index.js";
@@ -1,2 +1,2 @@
1
- export { TournamentBracketSlot, BracketSlotSourceType } from './tournament-bracket-slot.entity';
1
+ export { BracketSlotSourceType, TournamentBracketSlot } from './tournament-bracket-slot.entity';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { TournamentBracketSlot, BracketSlotSourceType } from "./tournament-bracket-slot.entity.js";
1
+ import { BracketSlotSourceType, TournamentBracketSlot } from "./tournament-bracket-slot.entity.js";
2
2
  export {
3
3
  BracketSlotSourceType,
4
4
  TournamentBracketSlot
@@ -1,4 +1,4 @@
1
- import { KnockoutPhase, MatchLegMode, TournamentFormat, type ITournamentFormatConfig } from '@natrave/tournaments-service-types';
1
+ import { type ITournamentFormatConfig, KnockoutPhase, MatchLegMode, TournamentFormat } from '@natrave/tournaments-service-types';
2
2
  import { Tournament } from '../tournaments';
3
3
  export declare class TournamentFormatConfig implements ITournamentFormatConfig {
4
4
  id: number;
@@ -1 +1 @@
1
- {"version":3,"file":"tournament-format-config.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-format-configs/tournament-format-config.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,KAAK,uBAAuB,EAC7B,MAAM,oCAAoC,CAAC;AAY5C,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAc5C,qBAEa,sBAAuB,YAAW,uBAAuB;IAIpE,EAAE,EAAE,MAAM,CAAC;IAQX,YAAY,EAAE,MAAM,CAAC;IAOrB,MAAM,EAAE,gBAAgB,CAAC;IAQzB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAU/B,qBAAqB,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IAU5C,kBAAkB,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAU1C,iBAAiB,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IAGxC,SAAS,EAAE,MAAM,CAAC;IAOlB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAShB,UAAU,EAAE,UAAU,CAAC;CACxB"}
1
+ {"version":3,"file":"tournament-format-config.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-format-configs/tournament-format-config.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,uBAAuB,EAC5B,aAAa,EACb,YAAY,EACZ,gBAAgB,EACjB,MAAM,oCAAoC,CAAC;AAY5C,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAc5C,qBAEa,sBAAuB,YAAW,uBAAuB;IAIpE,EAAE,EAAE,MAAM,CAAC;IAQX,YAAY,EAAE,MAAM,CAAC;IAOrB,MAAM,EAAE,gBAAgB,CAAC;IAQzB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAU/B,qBAAqB,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IAU5C,kBAAkB,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAU1C,iBAAiB,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IAGxC,SAAS,EAAE,MAAM,CAAC;IAOlB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAShB,UAAU,EAAE,UAAU,CAAC;CACxB"}
@@ -1,4 +1,4 @@
1
- import { CardType, MatchPeriod, type ITournamentMatchCard } from '@natrave/tournaments-service-types';
1
+ import { CardType, type ITournamentMatchCard, MatchPeriod } from '@natrave/tournaments-service-types';
2
2
  import { TournamentMatch } from '../tournament-matches';
3
3
  import { TournamentPlayer } from '../tournament-players';
4
4
  import { TournamentTeam } from '../tournament-teams';
@@ -1 +1 @@
1
- {"version":3,"file":"tournament-match-card.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-match-cards/tournament-match-card.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,WAAW,EACX,KAAK,oBAAoB,EAC1B,MAAM,oCAAoC,CAAC;AAa5C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAarD,qBAca,mBAAoB,YAAW,oBAAoB;IAI9D,EAAE,EAAE,MAAM,CAAC;IAOX,MAAM,CAAC,EAAE,MAAM,CAAC;IAQhB,MAAM,CAAC,EAAE,WAAW,CAAC;IAOrB,QAAQ,EAAE,MAAM,CAAC;IAOjB,MAAM,EAAE,MAAM,CAAC;IAOf,OAAO,EAAE,MAAM,CAAC;IAQhB,QAAQ,EAAE,QAAQ,CAAC;IAQnB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAOvB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAShB,IAAI,EAAE,cAAc,CAAC;IAOrB,KAAK,EAAE,eAAe,CAAC;IAOvB,MAAM,EAAE,gBAAgB,CAAC;CAC1B"}
1
+ {"version":3,"file":"tournament-match-card.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-match-cards/tournament-match-card.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,WAAW,EACZ,MAAM,oCAAoC,CAAC;AAa5C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAarD,qBAca,mBAAoB,YAAW,oBAAoB;IAI9D,EAAE,EAAE,MAAM,CAAC;IAOX,MAAM,CAAC,EAAE,MAAM,CAAC;IAQhB,MAAM,CAAC,EAAE,WAAW,CAAC;IAOrB,QAAQ,EAAE,MAAM,CAAC;IAOjB,MAAM,EAAE,MAAM,CAAC;IAOf,OAAO,EAAE,MAAM,CAAC;IAQhB,QAAQ,EAAE,QAAQ,CAAC;IAQnB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAOvB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAShB,IAAI,EAAE,cAAc,CAAC;IAOrB,KAAK,EAAE,eAAe,CAAC;IAOvB,MAAM,EAAE,gBAAgB,CAAC;CAC1B"}
@@ -1,3 +1,3 @@
1
- export { TournamentPublicationChargeRuleType } from './tournament-publication-charge-rule-type.enum';
2
1
  export { TournamentPublicationChargeRule } from './tournament-publication-charge-rule.entity';
2
+ export { TournamentPublicationChargeRuleType } from './tournament-publication-charge-rule-type.enum';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-publication-charge-rules/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mCAAmC,EAAE,MAAM,gDAAgD,CAAC;AACrG,OAAO,EAAE,+BAA+B,EAAE,MAAM,6CAA6C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-publication-charge-rules/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,6CAA6C,CAAC;AAC9F,OAAO,EAAE,mCAAmC,EAAE,MAAM,gDAAgD,CAAC"}
@@ -1,5 +1,5 @@
1
- import { TournamentPublicationChargeRuleType } from "./tournament-publication-charge-rule-type.enum.js";
2
1
  import { TournamentPublicationChargeRule } from "./tournament-publication-charge-rule.entity.js";
2
+ import { TournamentPublicationChargeRuleType } from "./tournament-publication-charge-rule-type.enum.js";
3
3
  export {
4
4
  TournamentPublicationChargeRule,
5
5
  TournamentPublicationChargeRuleType
@@ -1 +1 @@
1
- {"version":3,"file":"tournament-registration-request.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-registration-requests/tournament-registration-request.entity.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AAOpG,qBAUa,6BAA6B;IAIxC,EAAE,EAAE,MAAM,CAAC;IAGX,YAAY,EAAE,MAAM,CAAC;IAGrB,MAAM,EAAE,MAAM,CAAC;IAOf,iBAAiB,EAAE,MAAM,CAAC;IAO1B,WAAW,EAAE,IAAI,CAAC;IAQlB,MAAM,EAAE,mCAAmC,CAAC;IAQ5C,OAAO,CAAC,EAAE,MAAM,CAAC;IASjB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAMhB,UAAU,EAAE,UAAU,CAAC;IAIvB,IAAI,EAAE,IAAI,CAAC;IAIX,WAAW,EAAE,IAAI,CAAC;CACnB"}
1
+ {"version":3,"file":"tournament-registration-request.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-registration-requests/tournament-registration-request.entity.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AAOpG,qBAUa,6BAA6B;IAIxC,EAAE,EAAE,MAAM,CAAC;IAGX,YAAY,EAAE,MAAM,CAAC;IAGrB,MAAM,EAAE,MAAM,CAAC;IAOf,iBAAiB,EAAE,MAAM,CAAC;IAO1B,WAAW,EAAE,IAAI,CAAC;IAQlB,MAAM,EAAE,mCAAmC,CAAC;IAQ5C,OAAO,CAAC,EAAE,MAAM,CAAC;IASjB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAMhB,UAAU,EAAE,UAAU,CAAC;IAIvB,IAAI,EAAE,IAAI,CAAC;IAIX,WAAW,EAAE,IAAI,CAAC;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"tournament-registration-requirement.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-registration-requirements/tournament-registration-requirement.entity.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAUpE,qBASa,iCAAiC;IAI5C,EAAE,EAAE,MAAM,CAAC;IAOX,YAAY,EAAE,MAAM,CAAC;IAOrB,KAAK,EAAE,iBAAiB,CAAC;IAQzB,KAAK,EAAE,gBAAgB,CAAC;IASxB,SAAS,EAAE,iBAAiB,CAAC;IAQ7B,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAQ3B,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAO5B,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAOhB,UAAU,EAAE,UAAU,CAAC;CACxB"}
1
+ {"version":3,"file":"tournament-registration-requirement.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournament-registration-requirements/tournament-registration-requirement.entity.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAUpE,qBASa,iCAAiC;IAI5C,EAAE,EAAE,MAAM,CAAC;IAOX,YAAY,EAAE,MAAM,CAAC;IAOrB,KAAK,EAAE,iBAAiB,CAAC;IAQzB,KAAK,EAAE,gBAAgB,CAAC;IASxB,SAAS,EAAE,iBAAiB,CAAC;IAQ7B,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAQ3B,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAO5B,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAOhB,UAAU,EAAE,UAAU,CAAC;CACxB"}
@@ -1,3 +1,3 @@
1
- export { Tournament } from './tournament.entity';
2
1
  export { TournamentPublicationStatus } from './enums/tournament-publication-status.enum';
2
+ export { Tournament } from './tournament.entity';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournaments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournaments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { Tournament } from "./tournament.entity.js";
2
1
  import { TournamentPublicationStatus } from "./enums/tournament-publication-status.enum.js";
2
+ import { Tournament } from "./tournament.entity.js";
3
3
  export {
4
4
  Tournament,
5
5
  TournamentPublicationStatus
@@ -1 +1 @@
1
- {"version":3,"file":"tournament.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournaments/tournament.entity.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tournament.entity.d.ts","sourceRoot":"","sources":["../../../src/tournaments/tournaments/tournament.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,oCAAoC,CAAC;AAgB5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,4BAA4B,EAAE,MAAM,qCAAqC,CAAC;AACnF,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC;AAGzF,KAAK,kBAAkB,GAAG,IAAI,CAAC,WAAW,EAAE,mBAAmB,CAAC,GAAG;IACjE,iBAAiB,EAAE,2BAA2B,CAAC;CAChD,CAAC;AAWF,qBAoBa,UAAW,YAAW,kBAAkB;IAEnD,EAAE,EAAE,MAAM,CAAC;IAGX,IAAI,EAAE,MAAM,CAAC;IAQb,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAQ5B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IASxB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAQ5B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAShC,sBAAsB,EAAE,MAAM,CAAC;IAQ/B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAQ9B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAQ/B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAQrB,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IAO9B,MAAM,EAAE,gBAAgB,CAAC;IASzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAShC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAQ3B,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAQrC,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAU3C,iBAAiB,EAAE,2BAA2B,CAAC;IAQ/C,QAAQ,EAAE,kBAAkB,CAAC;IAU7B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAUjC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IAQpC,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IAOvB,SAAS,EAAE,IAAI,CAAC;IAOhB,SAAS,EAAE,IAAI,CAAC;IAQhB,WAAW,EAAE,qBAAqB,CAAC;IAMnC,SAAS,EAAE,YAAY,CAAC;IAGxB,KAAK,EAAE,cAAc,EAAE,CAAC;IAGxB,MAAM,EAAE,eAAe,EAAE,CAAC;IAG1B,IAAI,EAAE,cAAc,CAAC;IAGrB,UAAU,EAAE,oBAAoB,CAAC;IAGjC,MAAM,EAAE,sBAAsB,CAAC;IAG/B,UAAU,EAAE,mBAAmB,EAAE,CAAC;IAGlC,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAG9B,OAAO,EAAE,eAAe,EAAE,CAAC;IAG3B,oBAAoB,EAAE,kBAAkB,EAAE,CAAC;IAG3C,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAG5B,mBAAmB,EAAE,2BAA2B,EAAE,CAAC;IAGnD,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAG9B,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAItC,UAAU,EAAE,mBAAmB,EAAE,CAAC;IAGlC,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAG9B,oBAAoB,EAAE,6BAA6B,EAAE,CAAC;IAGtD,wBAAwB,EAAE,iCAAiC,EAAE,CAAC;IAG9D,eAAe,EAAE,4BAA4B,EAAE,CAAC;IAGhD,aAAa,EAAE,sBAAsB,EAAE,CAAC;IAKxC,QAAQ,EAAE,UAAU,EAAE,CAAC;CACxB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natrave/shared-entities",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "description": "Entidades compartilhadass da NaTrave",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.js",
@@ -32,9 +32,8 @@
32
32
  "esbuild": "^0.27.3",
33
33
  "eslint": "^10.0.0",
34
34
  "eslint-config-prettier": "^10.1.8",
35
- "eslint-import-resolver-typescript": "^4.4.4",
36
- "eslint-plugin-import": "^2.32.0",
37
35
  "eslint-plugin-prettier": "^5.5.5",
36
+ "eslint-plugin-simple-import-sort": "^12.1.1",
38
37
  "eslint-plugin-unused-imports": "^4.4.1",
39
38
  "glob": "^13.0.2",
40
39
  "husky": "^9.1.7",