@lyxa.ai/marketing 1.0.51 → 1.0.52

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 (27) hide show
  1. package/dist/lib/index.d.ts +16 -16
  2. package/dist/lib/modules/tournament/config/config.router.d.ts +10 -10
  3. package/dist/lib/modules/tournament/config/config.validation.d.ts +36 -37
  4. package/dist/lib/modules/tournament/config/config.validation.d.ts.map +1 -1
  5. package/dist/lib/modules/tournament/config/config.validation.js +3 -4
  6. package/dist/lib/modules/tournament/config/config.validation.js.map +1 -1
  7. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.d.ts.map +1 -1
  8. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.js +6 -3
  9. package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.js.map +1 -1
  10. package/dist/lib/modules/tournament/match/match.router.d.ts +4 -4
  11. package/dist/lib/modules/tournament/team/team.router.d.ts +2 -2
  12. package/dist/lib/modules/tournament/tournament.router.d.ts +16 -16
  13. package/dist/lib/modules/tournament/tournament.types.d.ts +0 -3
  14. package/dist/lib/modules/tournament/tournament.types.d.ts.map +1 -1
  15. package/dist/lib/modules/tournament/tournament.types.js +1 -5
  16. package/dist/lib/modules/tournament/tournament.types.js.map +1 -1
  17. package/dist/types/index.d.ts +16 -16
  18. package/dist/types/modules/tournament/config/config.router.d.ts +10 -10
  19. package/dist/types/modules/tournament/config/config.validation.d.ts +36 -37
  20. package/dist/types/modules/tournament/config/config.validation.d.ts.map +1 -1
  21. package/dist/types/modules/tournament/match/events/evaluate-predictions.consumer.d.ts.map +1 -1
  22. package/dist/types/modules/tournament/match/match.router.d.ts +4 -4
  23. package/dist/types/modules/tournament/team/team.router.d.ts +2 -2
  24. package/dist/types/modules/tournament/tournament.router.d.ts +16 -16
  25. package/dist/types/modules/tournament/tournament.types.d.ts +0 -3
  26. package/dist/types/modules/tournament/tournament.types.d.ts.map +1 -1
  27. package/package.json +1 -1
@@ -36,7 +36,7 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
36
36
  name: string;
37
37
  startDate: string | Date;
38
38
  endDate: string | Date;
39
- tag: import("./tournament.types").TournamentTag;
39
+ tag: string;
40
40
  status?: import("@lyxa.ai/core/dist/utilities/enum").Status | undefined;
41
41
  reward?: {
42
42
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
@@ -53,12 +53,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
53
53
  data?: {
54
54
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
55
55
  name: string;
56
+ tag: string;
56
57
  _id?: string | mongoose.Types.ObjectId | undefined;
57
58
  createdAt?: Date | null | undefined;
58
59
  startDate?: Date | null | undefined;
59
60
  endDate?: Date | null | undefined;
60
61
  updatedAt?: Date | null | undefined;
61
- tag?: import("./tournament.types").TournamentTag | undefined;
62
62
  reward?: {
63
63
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
64
64
  } | {
@@ -71,12 +71,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
71
71
  documents: {
72
72
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
73
73
  name: string;
74
+ tag: string;
74
75
  _id?: string | mongoose.Types.ObjectId | undefined;
75
76
  createdAt?: Date | null | undefined;
76
77
  startDate?: Date | null | undefined;
77
78
  endDate?: Date | null | undefined;
78
79
  updatedAt?: Date | null | undefined;
79
- tag?: import("./tournament.types").TournamentTag | undefined;
80
80
  reward?: {
81
81
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
82
82
  } | {
@@ -104,12 +104,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
104
104
  data?: {
105
105
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
106
106
  name: string;
107
+ tag: string;
107
108
  _id?: string | mongoose.Types.ObjectId | undefined;
108
109
  createdAt?: Date | null | undefined;
109
110
  startDate?: Date | null | undefined;
110
111
  endDate?: Date | null | undefined;
111
112
  updatedAt?: Date | null | undefined;
112
- tag?: import("./tournament.types").TournamentTag | undefined;
113
113
  reward?: {
114
114
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
115
115
  } | {
@@ -121,12 +121,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
121
121
  documents: {
122
122
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
123
123
  name: string;
124
+ tag: string;
124
125
  _id?: string | mongoose.Types.ObjectId | undefined;
125
126
  createdAt?: Date | null | undefined;
126
127
  startDate?: Date | null | undefined;
127
128
  endDate?: Date | null | undefined;
128
129
  updatedAt?: Date | null | undefined;
129
- tag?: import("./tournament.types").TournamentTag | undefined;
130
130
  reward?: {
131
131
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
132
132
  } | {
@@ -155,12 +155,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
155
155
  data?: {
156
156
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
157
157
  name: string;
158
+ tag: string;
158
159
  _id?: string | mongoose.Types.ObjectId | undefined;
159
160
  createdAt?: Date | null | undefined;
160
161
  startDate?: Date | null | undefined;
161
162
  endDate?: Date | null | undefined;
162
163
  updatedAt?: Date | null | undefined;
163
- tag?: import("./tournament.types").TournamentTag | undefined;
164
164
  reward?: {
165
165
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
166
166
  } | {
@@ -173,12 +173,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
173
173
  documents: {
174
174
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
175
175
  name: string;
176
+ tag: string;
176
177
  _id?: string | mongoose.Types.ObjectId | undefined;
177
178
  createdAt?: Date | null | undefined;
178
179
  startDate?: Date | null | undefined;
179
180
  endDate?: Date | null | undefined;
180
181
  updatedAt?: Date | null | undefined;
181
- tag?: import("./tournament.types").TournamentTag | undefined;
182
182
  reward?: {
183
183
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
184
184
  } | {
@@ -205,7 +205,7 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
205
205
  name?: string | undefined;
206
206
  startDate?: string | Date | undefined;
207
207
  endDate?: string | Date | undefined;
208
- tag?: import("./tournament.types").TournamentTag | undefined;
208
+ tag?: string | undefined;
209
209
  reward?: {
210
210
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
211
211
  } | {
@@ -221,12 +221,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
221
221
  data?: {
222
222
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
223
223
  name: string;
224
+ tag: string;
224
225
  _id?: string | mongoose.Types.ObjectId | undefined;
225
226
  createdAt?: Date | null | undefined;
226
227
  startDate?: Date | null | undefined;
227
228
  endDate?: Date | null | undefined;
228
229
  updatedAt?: Date | null | undefined;
229
- tag?: import("./tournament.types").TournamentTag | undefined;
230
230
  reward?: {
231
231
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
232
232
  } | {
@@ -239,12 +239,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
239
239
  documents: {
240
240
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
241
241
  name: string;
242
+ tag: string;
242
243
  _id?: string | mongoose.Types.ObjectId | undefined;
243
244
  createdAt?: Date | null | undefined;
244
245
  startDate?: Date | null | undefined;
245
246
  endDate?: Date | null | undefined;
246
247
  updatedAt?: Date | null | undefined;
247
- tag?: import("./tournament.types").TournamentTag | undefined;
248
248
  reward?: {
249
249
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
250
250
  } | {
@@ -295,12 +295,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
295
295
  data?: {
296
296
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
297
297
  name: string;
298
+ tag: string;
298
299
  _id?: string | mongoose.Types.ObjectId | undefined;
299
300
  createdAt?: Date | null | undefined;
300
301
  startDate?: Date | null | undefined;
301
302
  endDate?: Date | null | undefined;
302
303
  updatedAt?: Date | null | undefined;
303
- tag?: import("./tournament.types").TournamentTag | undefined;
304
304
  reward?: {
305
305
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
306
306
  } | {
@@ -313,12 +313,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
313
313
  documents: {
314
314
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
315
315
  name: string;
316
+ tag: string;
316
317
  _id?: string | mongoose.Types.ObjectId | undefined;
317
318
  createdAt?: Date | null | undefined;
318
319
  startDate?: Date | null | undefined;
319
320
  endDate?: Date | null | undefined;
320
321
  updatedAt?: Date | null | undefined;
321
- tag?: import("./tournament.types").TournamentTag | undefined;
322
322
  reward?: {
323
323
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
324
324
  } | {
@@ -508,12 +508,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
508
508
  data?: {
509
509
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
510
510
  name: string;
511
+ tag: string;
511
512
  _id?: string | mongoose.Types.ObjectId | undefined;
512
513
  createdAt?: Date | null | undefined;
513
514
  startDate?: Date | null | undefined;
514
515
  endDate?: Date | null | undefined;
515
516
  updatedAt?: Date | null | undefined;
516
- tag?: import("./tournament.types").TournamentTag | undefined;
517
517
  reward?: {
518
518
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
519
519
  } | {
@@ -526,12 +526,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
526
526
  documents: {
527
527
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
528
528
  name: string;
529
+ tag: string;
529
530
  _id?: string | mongoose.Types.ObjectId | undefined;
530
531
  createdAt?: Date | null | undefined;
531
532
  startDate?: Date | null | undefined;
532
533
  endDate?: Date | null | undefined;
533
534
  updatedAt?: Date | null | undefined;
534
- tag?: import("./tournament.types").TournamentTag | undefined;
535
535
  reward?: {
536
536
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
537
537
  } | {
@@ -793,12 +793,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
793
793
  data?: {
794
794
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
795
795
  name: string;
796
+ tag: string;
796
797
  _id?: string | mongoose.Types.ObjectId | undefined;
797
798
  createdAt?: Date | null | undefined;
798
799
  startDate?: Date | null | undefined;
799
800
  endDate?: Date | null | undefined;
800
801
  updatedAt?: Date | null | undefined;
801
- tag?: import("./tournament.types").TournamentTag | undefined;
802
802
  reward?: {
803
803
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
804
804
  } | {
@@ -811,12 +811,12 @@ export declare const tournamentRouter: import("@trpc/server").TRPCBuiltRouter<{
811
811
  documents: {
812
812
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
813
813
  name: string;
814
+ tag: string;
814
815
  _id?: string | mongoose.Types.ObjectId | undefined;
815
816
  createdAt?: Date | null | undefined;
816
817
  startDate?: Date | null | undefined;
817
818
  endDate?: Date | null | undefined;
818
819
  updatedAt?: Date | null | undefined;
819
- tag?: import("./tournament.types").TournamentTag | undefined;
820
820
  reward?: {
821
821
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
822
822
  } | {
@@ -1,6 +1,3 @@
1
- export declare enum TournamentTag {
2
- FOOTBALL_WORLD_CUP = "world-cup"
3
- }
4
1
  export declare enum MatchStatus {
5
2
  UPCOMING = "upcoming",
6
3
  STARTED = "started",
@@ -1 +1 @@
1
- {"version":3,"file":"tournament.types.d.ts","sourceRoot":"/","sources":["modules/tournament/tournament.types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,kBAAkB,cAAc;CACnC;AAED,oBAAY,WAAW;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,KAAK,UAAU;CAClB;AAED,oBAAY,2BAA2B;IACnC,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,QAAQ,aAAa;CACxB"}
1
+ {"version":3,"file":"tournament.types.d.ts","sourceRoot":"/","sources":["modules/tournament/tournament.types.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,KAAK,UAAU;CAClB;AAED,oBAAY,2BAA2B;IACnC,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,QAAQ,aAAa;CACxB"}
@@ -1,10 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TournamentParticipantStatus = exports.MatchStatus = exports.TournamentTag = void 0;
4
- var TournamentTag;
5
- (function (TournamentTag) {
6
- TournamentTag["FOOTBALL_WORLD_CUP"] = "world-cup";
7
- })(TournamentTag || (exports.TournamentTag = TournamentTag = {}));
3
+ exports.TournamentParticipantStatus = exports.MatchStatus = void 0;
8
4
  var MatchStatus;
9
5
  (function (MatchStatus) {
10
6
  MatchStatus["UPCOMING"] = "upcoming";
@@ -1 +1 @@
1
- {"version":3,"file":"tournament.types.js","sourceRoot":"/","sources":["modules/tournament/tournament.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAEX;AAFD,WAAY,aAAa;IACrB,iDAAgC,CAAA;AACpC,CAAC,EAFW,aAAa,6BAAb,aAAa,QAExB;AAED,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;AACnB,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB;AAED,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACnC,gDAAiB,CAAA;IACjB,4CAAa,CAAA;IACb,oDAAqB,CAAA;AACzB,CAAC,EAJW,2BAA2B,2CAA3B,2BAA2B,QAItC","sourcesContent":["export enum TournamentTag {\n FOOTBALL_WORLD_CUP = 'world-cup',\n}\n\nexport enum MatchStatus {\n UPCOMING = 'upcoming',\n STARTED = 'started',\n ENDED = 'ended',\n}\n\nexport enum TournamentParticipantStatus {\n JOINED = 'joined',\n SEEN = 'seen',\n NOT_SEEN = 'not_seen',\n}\n"]}
1
+ {"version":3,"file":"tournament.types.js","sourceRoot":"/","sources":["modules/tournament/tournament.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;AACnB,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB;AAED,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACnC,gDAAiB,CAAA;IACjB,4CAAa,CAAA;IACb,oDAAqB,CAAA;AACzB,CAAC,EAJW,2BAA2B,2CAA3B,2BAA2B,QAItC","sourcesContent":["export enum MatchStatus {\n UPCOMING = 'upcoming',\n STARTED = 'started',\n ENDED = 'ended',\n}\n\nexport enum TournamentParticipantStatus {\n JOINED = 'joined',\n SEEN = 'seen',\n NOT_SEEN = 'not_seen',\n}\n"]}
@@ -7967,7 +7967,7 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
7967
7967
  name: string;
7968
7968
  startDate: string | Date;
7969
7969
  endDate: string | Date;
7970
- tag: import("./modules/tournament/tournament.types").TournamentTag;
7970
+ tag: string;
7971
7971
  status?: import("@lyxa.ai/core/dist/utilities/enum").Status | undefined;
7972
7972
  reward?: {
7973
7973
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
@@ -7984,12 +7984,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
7984
7984
  data?: {
7985
7985
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
7986
7986
  name: string;
7987
+ tag: string;
7987
7988
  _id?: string | import("mongoose").Types.ObjectId | undefined;
7988
7989
  createdAt?: Date | null | undefined;
7989
7990
  startDate?: Date | null | undefined;
7990
7991
  endDate?: Date | null | undefined;
7991
7992
  updatedAt?: Date | null | undefined;
7992
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
7993
7993
  reward?: {
7994
7994
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
7995
7995
  } | {
@@ -8002,12 +8002,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8002
8002
  documents: {
8003
8003
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8004
8004
  name: string;
8005
+ tag: string;
8005
8006
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8006
8007
  createdAt?: Date | null | undefined;
8007
8008
  startDate?: Date | null | undefined;
8008
8009
  endDate?: Date | null | undefined;
8009
8010
  updatedAt?: Date | null | undefined;
8010
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8011
8011
  reward?: {
8012
8012
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8013
8013
  } | {
@@ -8035,12 +8035,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8035
8035
  data?: {
8036
8036
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8037
8037
  name: string;
8038
+ tag: string;
8038
8039
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8039
8040
  createdAt?: Date | null | undefined;
8040
8041
  startDate?: Date | null | undefined;
8041
8042
  endDate?: Date | null | undefined;
8042
8043
  updatedAt?: Date | null | undefined;
8043
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8044
8044
  reward?: {
8045
8045
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8046
8046
  } | {
@@ -8052,12 +8052,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8052
8052
  documents: {
8053
8053
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8054
8054
  name: string;
8055
+ tag: string;
8055
8056
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8056
8057
  createdAt?: Date | null | undefined;
8057
8058
  startDate?: Date | null | undefined;
8058
8059
  endDate?: Date | null | undefined;
8059
8060
  updatedAt?: Date | null | undefined;
8060
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8061
8061
  reward?: {
8062
8062
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8063
8063
  } | {
@@ -8086,12 +8086,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8086
8086
  data?: {
8087
8087
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8088
8088
  name: string;
8089
+ tag: string;
8089
8090
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8090
8091
  createdAt?: Date | null | undefined;
8091
8092
  startDate?: Date | null | undefined;
8092
8093
  endDate?: Date | null | undefined;
8093
8094
  updatedAt?: Date | null | undefined;
8094
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8095
8095
  reward?: {
8096
8096
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8097
8097
  } | {
@@ -8104,12 +8104,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8104
8104
  documents: {
8105
8105
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8106
8106
  name: string;
8107
+ tag: string;
8107
8108
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8108
8109
  createdAt?: Date | null | undefined;
8109
8110
  startDate?: Date | null | undefined;
8110
8111
  endDate?: Date | null | undefined;
8111
8112
  updatedAt?: Date | null | undefined;
8112
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8113
8113
  reward?: {
8114
8114
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8115
8115
  } | {
@@ -8136,7 +8136,7 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8136
8136
  name?: string | undefined;
8137
8137
  startDate?: string | Date | undefined;
8138
8138
  endDate?: string | Date | undefined;
8139
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8139
+ tag?: string | undefined;
8140
8140
  reward?: {
8141
8141
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8142
8142
  } | {
@@ -8152,12 +8152,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8152
8152
  data?: {
8153
8153
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8154
8154
  name: string;
8155
+ tag: string;
8155
8156
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8156
8157
  createdAt?: Date | null | undefined;
8157
8158
  startDate?: Date | null | undefined;
8158
8159
  endDate?: Date | null | undefined;
8159
8160
  updatedAt?: Date | null | undefined;
8160
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8161
8161
  reward?: {
8162
8162
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8163
8163
  } | {
@@ -8170,12 +8170,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8170
8170
  documents: {
8171
8171
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8172
8172
  name: string;
8173
+ tag: string;
8173
8174
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8174
8175
  createdAt?: Date | null | undefined;
8175
8176
  startDate?: Date | null | undefined;
8176
8177
  endDate?: Date | null | undefined;
8177
8178
  updatedAt?: Date | null | undefined;
8178
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8179
8179
  reward?: {
8180
8180
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8181
8181
  } | {
@@ -8226,12 +8226,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8226
8226
  data?: {
8227
8227
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8228
8228
  name: string;
8229
+ tag: string;
8229
8230
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8230
8231
  createdAt?: Date | null | undefined;
8231
8232
  startDate?: Date | null | undefined;
8232
8233
  endDate?: Date | null | undefined;
8233
8234
  updatedAt?: Date | null | undefined;
8234
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8235
8235
  reward?: {
8236
8236
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8237
8237
  } | {
@@ -8244,12 +8244,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8244
8244
  documents: {
8245
8245
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8246
8246
  name: string;
8247
+ tag: string;
8247
8248
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8248
8249
  createdAt?: Date | null | undefined;
8249
8250
  startDate?: Date | null | undefined;
8250
8251
  endDate?: Date | null | undefined;
8251
8252
  updatedAt?: Date | null | undefined;
8252
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8253
8253
  reward?: {
8254
8254
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8255
8255
  } | {
@@ -8439,12 +8439,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8439
8439
  data?: {
8440
8440
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8441
8441
  name: string;
8442
+ tag: string;
8442
8443
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8443
8444
  createdAt?: Date | null | undefined;
8444
8445
  startDate?: Date | null | undefined;
8445
8446
  endDate?: Date | null | undefined;
8446
8447
  updatedAt?: Date | null | undefined;
8447
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8448
8448
  reward?: {
8449
8449
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8450
8450
  } | {
@@ -8457,12 +8457,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8457
8457
  documents: {
8458
8458
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8459
8459
  name: string;
8460
+ tag: string;
8460
8461
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8461
8462
  createdAt?: Date | null | undefined;
8462
8463
  startDate?: Date | null | undefined;
8463
8464
  endDate?: Date | null | undefined;
8464
8465
  updatedAt?: Date | null | undefined;
8465
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8466
8466
  reward?: {
8467
8467
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8468
8468
  } | {
@@ -8724,12 +8724,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8724
8724
  data?: {
8725
8725
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8726
8726
  name: string;
8727
+ tag: string;
8727
8728
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8728
8729
  createdAt?: Date | null | undefined;
8729
8730
  startDate?: Date | null | undefined;
8730
8731
  endDate?: Date | null | undefined;
8731
8732
  updatedAt?: Date | null | undefined;
8732
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8733
8733
  reward?: {
8734
8734
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8735
8735
  } | {
@@ -8742,12 +8742,12 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
8742
8742
  documents: {
8743
8743
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
8744
8744
  name: string;
8745
+ tag: string;
8745
8746
  _id?: string | import("mongoose").Types.ObjectId | undefined;
8746
8747
  createdAt?: Date | null | undefined;
8747
8748
  startDate?: Date | null | undefined;
8748
8749
  endDate?: Date | null | undefined;
8749
8750
  updatedAt?: Date | null | undefined;
8750
- tag?: import("./modules/tournament/tournament.types").TournamentTag | undefined;
8751
8751
  reward?: {
8752
8752
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
8753
8753
  } | {
@@ -19,7 +19,7 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
19
19
  name: string;
20
20
  startDate: string | Date;
21
21
  endDate: string | Date;
22
- tag: import("../tournament.types").TournamentTag;
22
+ tag: string;
23
23
  status?: import("@lyxa.ai/core/dist/utilities/enum").Status | undefined;
24
24
  reward?: {
25
25
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
@@ -36,12 +36,12 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
36
36
  data?: {
37
37
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
38
38
  name: string;
39
+ tag: string;
39
40
  _id?: string | import("mongoose").Types.ObjectId | undefined;
40
41
  createdAt?: Date | null | undefined;
41
42
  startDate?: Date | null | undefined;
42
43
  endDate?: Date | null | undefined;
43
44
  updatedAt?: Date | null | undefined;
44
- tag?: import("../tournament.types").TournamentTag | undefined;
45
45
  reward?: {
46
46
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
47
47
  } | {
@@ -54,12 +54,12 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
54
54
  documents: {
55
55
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
56
56
  name: string;
57
+ tag: string;
57
58
  _id?: string | import("mongoose").Types.ObjectId | undefined;
58
59
  createdAt?: Date | null | undefined;
59
60
  startDate?: Date | null | undefined;
60
61
  endDate?: Date | null | undefined;
61
62
  updatedAt?: Date | null | undefined;
62
- tag?: import("../tournament.types").TournamentTag | undefined;
63
63
  reward?: {
64
64
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
65
65
  } | {
@@ -87,12 +87,12 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
87
87
  data?: {
88
88
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
89
89
  name: string;
90
+ tag: string;
90
91
  _id?: string | import("mongoose").Types.ObjectId | undefined;
91
92
  createdAt?: Date | null | undefined;
92
93
  startDate?: Date | null | undefined;
93
94
  endDate?: Date | null | undefined;
94
95
  updatedAt?: Date | null | undefined;
95
- tag?: import("../tournament.types").TournamentTag | undefined;
96
96
  reward?: {
97
97
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
98
98
  } | {
@@ -104,12 +104,12 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
104
104
  documents: {
105
105
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
106
106
  name: string;
107
+ tag: string;
107
108
  _id?: string | import("mongoose").Types.ObjectId | undefined;
108
109
  createdAt?: Date | null | undefined;
109
110
  startDate?: Date | null | undefined;
110
111
  endDate?: Date | null | undefined;
111
112
  updatedAt?: Date | null | undefined;
112
- tag?: import("../tournament.types").TournamentTag | undefined;
113
113
  reward?: {
114
114
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
115
115
  } | {
@@ -138,12 +138,12 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
138
138
  data?: {
139
139
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
140
140
  name: string;
141
+ tag: string;
141
142
  _id?: string | import("mongoose").Types.ObjectId | undefined;
142
143
  createdAt?: Date | null | undefined;
143
144
  startDate?: Date | null | undefined;
144
145
  endDate?: Date | null | undefined;
145
146
  updatedAt?: Date | null | undefined;
146
- tag?: import("../tournament.types").TournamentTag | undefined;
147
147
  reward?: {
148
148
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
149
149
  } | {
@@ -156,12 +156,12 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
156
156
  documents: {
157
157
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
158
158
  name: string;
159
+ tag: string;
159
160
  _id?: string | import("mongoose").Types.ObjectId | undefined;
160
161
  createdAt?: Date | null | undefined;
161
162
  startDate?: Date | null | undefined;
162
163
  endDate?: Date | null | undefined;
163
164
  updatedAt?: Date | null | undefined;
164
- tag?: import("../tournament.types").TournamentTag | undefined;
165
165
  reward?: {
166
166
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
167
167
  } | {
@@ -188,7 +188,7 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
188
188
  name?: string | undefined;
189
189
  startDate?: string | Date | undefined;
190
190
  endDate?: string | Date | undefined;
191
- tag?: import("../tournament.types").TournamentTag | undefined;
191
+ tag?: string | undefined;
192
192
  reward?: {
193
193
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
194
194
  } | {
@@ -204,12 +204,12 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
204
204
  data?: {
205
205
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
206
206
  name: string;
207
+ tag: string;
207
208
  _id?: string | import("mongoose").Types.ObjectId | undefined;
208
209
  createdAt?: Date | null | undefined;
209
210
  startDate?: Date | null | undefined;
210
211
  endDate?: Date | null | undefined;
211
212
  updatedAt?: Date | null | undefined;
212
- tag?: import("../tournament.types").TournamentTag | undefined;
213
213
  reward?: {
214
214
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
215
215
  } | {
@@ -222,12 +222,12 @@ export declare const configRouter: import("@trpc/server").TRPCBuiltRouter<{
222
222
  documents: {
223
223
  status: import("@lyxa.ai/core/dist/utilities/enum").Status;
224
224
  name: string;
225
+ tag: string;
225
226
  _id?: string | import("mongoose").Types.ObjectId | undefined;
226
227
  createdAt?: Date | null | undefined;
227
228
  startDate?: Date | null | undefined;
228
229
  endDate?: Date | null | undefined;
229
230
  updatedAt?: Date | null | undefined;
230
- tag?: import("../tournament.types").TournamentTag | undefined;
231
231
  reward?: {
232
232
  type: import("@lyxa.ai/core/dist/utilities/enum").TournamentRewardType.FREE_DELIVERY;
233
233
  } | {