@lyxa.ai/marketing 1.0.50 → 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.
- package/dist/lib/index.d.ts +47 -22
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/modules/tournament/config/config.router.d.ts +10 -10
- package/dist/lib/modules/tournament/config/config.validation.d.ts +36 -37
- package/dist/lib/modules/tournament/config/config.validation.d.ts.map +1 -1
- package/dist/lib/modules/tournament/config/config.validation.js +3 -4
- package/dist/lib/modules/tournament/config/config.validation.js.map +1 -1
- package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.d.ts.map +1 -1
- package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.js +6 -3
- package/dist/lib/modules/tournament/match/events/evaluate-predictions.consumer.js.map +1 -1
- package/dist/lib/modules/tournament/match/match.router.d.ts +4 -4
- package/dist/lib/modules/tournament/participant/participant.repository.d.ts +2 -0
- package/dist/lib/modules/tournament/participant/participant.repository.d.ts.map +1 -1
- package/dist/lib/modules/tournament/participant/participant.repository.js +8 -0
- package/dist/lib/modules/tournament/participant/participant.repository.js.map +1 -1
- package/dist/lib/modules/tournament/participant/participant.router.d.ts +27 -4
- package/dist/lib/modules/tournament/participant/participant.router.d.ts.map +1 -1
- package/dist/lib/modules/tournament/participant/participant.router.js +7 -0
- package/dist/lib/modules/tournament/participant/participant.router.js.map +1 -1
- package/dist/lib/modules/tournament/participant/participant.service.d.ts +2 -2
- package/dist/lib/modules/tournament/participant/participant.service.d.ts.map +1 -1
- package/dist/lib/modules/tournament/participant/participant.service.js +20 -6
- package/dist/lib/modules/tournament/participant/participant.service.js.map +1 -1
- package/dist/lib/modules/tournament/participant/participant.validation.d.ts +144 -36
- package/dist/lib/modules/tournament/participant/participant.validation.d.ts.map +1 -1
- package/dist/lib/modules/tournament/participant/participant.validation.js +10 -3
- package/dist/lib/modules/tournament/participant/participant.validation.js.map +1 -1
- package/dist/lib/modules/tournament/prediction/prediction.service.d.ts.map +1 -1
- package/dist/lib/modules/tournament/prediction/prediction.service.js +2 -0
- package/dist/lib/modules/tournament/prediction/prediction.service.js.map +1 -1
- package/dist/lib/modules/tournament/team/team.router.d.ts +4 -4
- package/dist/lib/modules/tournament/team/team.service.d.ts.map +1 -1
- package/dist/lib/modules/tournament/team/team.service.js +2 -0
- package/dist/lib/modules/tournament/team/team.service.js.map +1 -1
- package/dist/lib/modules/tournament/team/team.validation.d.ts +14 -14
- package/dist/lib/modules/tournament/tournament.router.d.ts +164 -138
- package/dist/lib/modules/tournament/tournament.router.d.ts.map +1 -1
- package/dist/lib/modules/tournament/tournament.router.js +7 -2
- package/dist/lib/modules/tournament/tournament.router.js.map +1 -1
- package/dist/lib/modules/tournament/tournament.service.d.ts +3 -1
- package/dist/lib/modules/tournament/tournament.service.d.ts.map +1 -1
- package/dist/lib/modules/tournament/tournament.service.js +17 -2
- package/dist/lib/modules/tournament/tournament.service.js.map +1 -1
- package/dist/lib/modules/tournament/tournament.types.d.ts +5 -3
- package/dist/lib/modules/tournament/tournament.types.d.ts.map +1 -1
- package/dist/lib/modules/tournament/tournament.types.js +7 -5
- package/dist/lib/modules/tournament/tournament.types.js.map +1 -1
- package/dist/lib/modules/tournament/tournament.validation.d.ts +15 -0
- package/dist/lib/modules/tournament/tournament.validation.d.ts.map +1 -1
- package/dist/lib/modules/tournament/tournament.validation.js +4 -1
- package/dist/lib/modules/tournament/tournament.validation.js.map +1 -1
- package/dist/types/index.d.ts +47 -22
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/modules/tournament/config/config.router.d.ts +10 -10
- package/dist/types/modules/tournament/config/config.validation.d.ts +36 -37
- package/dist/types/modules/tournament/config/config.validation.d.ts.map +1 -1
- package/dist/types/modules/tournament/match/events/evaluate-predictions.consumer.d.ts.map +1 -1
- package/dist/types/modules/tournament/match/match.router.d.ts +4 -4
- package/dist/types/modules/tournament/participant/participant.repository.d.ts +2 -0
- package/dist/types/modules/tournament/participant/participant.repository.d.ts.map +1 -1
- package/dist/types/modules/tournament/participant/participant.router.d.ts +27 -4
- package/dist/types/modules/tournament/participant/participant.router.d.ts.map +1 -1
- package/dist/types/modules/tournament/participant/participant.service.d.ts +2 -2
- package/dist/types/modules/tournament/participant/participant.service.d.ts.map +1 -1
- package/dist/types/modules/tournament/participant/participant.validation.d.ts +144 -36
- package/dist/types/modules/tournament/participant/participant.validation.d.ts.map +1 -1
- package/dist/types/modules/tournament/prediction/prediction.service.d.ts.map +1 -1
- package/dist/types/modules/tournament/team/team.router.d.ts +4 -4
- package/dist/types/modules/tournament/team/team.service.d.ts.map +1 -1
- package/dist/types/modules/tournament/team/team.validation.d.ts +14 -14
- package/dist/types/modules/tournament/tournament.router.d.ts +164 -138
- package/dist/types/modules/tournament/tournament.router.d.ts.map +1 -1
- package/dist/types/modules/tournament/tournament.service.d.ts +3 -1
- package/dist/types/modules/tournament/tournament.service.d.ts.map +1 -1
- package/dist/types/modules/tournament/tournament.types.d.ts +5 -3
- package/dist/types/modules/tournament/tournament.types.d.ts.map +1 -1
- package/dist/types/modules/tournament/tournament.validation.d.ts +15 -0
- package/dist/types/modules/tournament/tournament.validation.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/lib/index.d.ts
CHANGED
|
@@ -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:
|
|
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?:
|
|
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
|
} | {
|
|
@@ -8339,6 +8339,7 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
|
|
|
8339
8339
|
team2: number | null;
|
|
8340
8340
|
};
|
|
8341
8341
|
stage: string;
|
|
8342
|
+
matchStatus: import("./modules/tournament/tournament.types").MatchStatus;
|
|
8342
8343
|
prediction: {
|
|
8343
8344
|
score: {
|
|
8344
8345
|
team1: number | null;
|
|
@@ -8347,7 +8348,6 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
|
|
|
8347
8348
|
succeeded: boolean | null;
|
|
8348
8349
|
} | null;
|
|
8349
8350
|
canPredict: boolean;
|
|
8350
|
-
matchStatus: import("./modules/tournament/tournament.types").MatchStatus;
|
|
8351
8351
|
endDate?: Date | null | undefined;
|
|
8352
8352
|
additionalTag?: string | undefined;
|
|
8353
8353
|
winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
|
|
@@ -8377,6 +8377,7 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
|
|
|
8377
8377
|
team2: number | null;
|
|
8378
8378
|
};
|
|
8379
8379
|
stage: string;
|
|
8380
|
+
matchStatus: import("./modules/tournament/tournament.types").MatchStatus;
|
|
8380
8381
|
prediction: {
|
|
8381
8382
|
score: {
|
|
8382
8383
|
team1: number | null;
|
|
@@ -8385,7 +8386,6 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
|
|
|
8385
8386
|
succeeded: boolean | null;
|
|
8386
8387
|
} | null;
|
|
8387
8388
|
canPredict: boolean;
|
|
8388
|
-
matchStatus: import("./modules/tournament/tournament.types").MatchStatus;
|
|
8389
8389
|
endDate?: Date | null | undefined;
|
|
8390
8390
|
additionalTag?: string | undefined;
|
|
8391
8391
|
winnerId?: string | import("mongoose").Types.ObjectId | null | undefined;
|
|
@@ -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
|
} | {
|
|
@@ -8793,16 +8793,18 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
|
|
|
8793
8793
|
message: string;
|
|
8794
8794
|
success: boolean;
|
|
8795
8795
|
data?: {
|
|
8796
|
+
status: "joined" | "seen";
|
|
8796
8797
|
_id: string | import("mongoose").Types.ObjectId;
|
|
8797
8798
|
tournamentId: string | import("mongoose").Types.ObjectId;
|
|
8798
|
-
teamId: string | import("mongoose").Types.ObjectId;
|
|
8799
8799
|
createdAt?: Date | null | undefined;
|
|
8800
|
+
teamId?: string | import("mongoose").Types.ObjectId | undefined;
|
|
8800
8801
|
} | {
|
|
8801
8802
|
documents: {
|
|
8803
|
+
status: "joined" | "seen";
|
|
8802
8804
|
_id: string | import("mongoose").Types.ObjectId;
|
|
8803
8805
|
tournamentId: string | import("mongoose").Types.ObjectId;
|
|
8804
|
-
teamId: string | import("mongoose").Types.ObjectId;
|
|
8805
8806
|
createdAt?: Date | null | undefined;
|
|
8807
|
+
teamId?: string | import("mongoose").Types.ObjectId | undefined;
|
|
8806
8808
|
}[];
|
|
8807
8809
|
metadata?: {
|
|
8808
8810
|
page: number;
|
|
@@ -8814,6 +8816,25 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
|
|
|
8814
8816
|
};
|
|
8815
8817
|
meta: object;
|
|
8816
8818
|
}>;
|
|
8819
|
+
markSeen: import("@trpc/server").TRPCMutationProcedure<{
|
|
8820
|
+
input: {
|
|
8821
|
+
tournamentId: string | import("mongoose").Types.ObjectId;
|
|
8822
|
+
};
|
|
8823
|
+
output: {
|
|
8824
|
+
message: string;
|
|
8825
|
+
success: boolean;
|
|
8826
|
+
data?: {
|
|
8827
|
+
documents: null[];
|
|
8828
|
+
metadata?: {
|
|
8829
|
+
page: number;
|
|
8830
|
+
size: number;
|
|
8831
|
+
totalElements: number;
|
|
8832
|
+
totalPages: number;
|
|
8833
|
+
} | undefined;
|
|
8834
|
+
} | null | undefined;
|
|
8835
|
+
};
|
|
8836
|
+
meta: object;
|
|
8837
|
+
}>;
|
|
8817
8838
|
getAll: import("@trpc/server").TRPCQueryProcedure<{
|
|
8818
8839
|
input: {
|
|
8819
8840
|
tournamentId: string | import("mongoose").Types.ObjectId;
|
|
@@ -8822,12 +8843,13 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
|
|
|
8822
8843
|
message: string;
|
|
8823
8844
|
success: boolean;
|
|
8824
8845
|
data?: {
|
|
8846
|
+
status: "joined" | "seen";
|
|
8825
8847
|
_id: string | import("mongoose").Types.ObjectId;
|
|
8826
8848
|
userId: string | import("mongoose").Types.ObjectId;
|
|
8827
8849
|
tournamentId: string | import("mongoose").Types.ObjectId;
|
|
8828
|
-
teamId: string | import("mongoose").Types.ObjectId;
|
|
8829
8850
|
createdAt?: Date | null | undefined;
|
|
8830
8851
|
updatedAt?: Date | null | undefined;
|
|
8852
|
+
teamId?: string | import("mongoose").Types.ObjectId | undefined;
|
|
8831
8853
|
predictions?: {
|
|
8832
8854
|
_id: string | import("mongoose").Types.ObjectId;
|
|
8833
8855
|
matchId: string | import("mongoose").Types.ObjectId;
|
|
@@ -8841,12 +8863,13 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
|
|
|
8841
8863
|
}[] | undefined;
|
|
8842
8864
|
}[] | {
|
|
8843
8865
|
documents: {
|
|
8866
|
+
status: "joined" | "seen";
|
|
8844
8867
|
_id: string | import("mongoose").Types.ObjectId;
|
|
8845
8868
|
userId: string | import("mongoose").Types.ObjectId;
|
|
8846
8869
|
tournamentId: string | import("mongoose").Types.ObjectId;
|
|
8847
|
-
teamId: string | import("mongoose").Types.ObjectId;
|
|
8848
8870
|
createdAt?: Date | null | undefined;
|
|
8849
8871
|
updatedAt?: Date | null | undefined;
|
|
8872
|
+
teamId?: string | import("mongoose").Types.ObjectId | undefined;
|
|
8850
8873
|
predictions?: {
|
|
8851
8874
|
_id: string | import("mongoose").Types.ObjectId;
|
|
8852
8875
|
matchId: string | import("mongoose").Types.ObjectId;
|
|
@@ -9210,12 +9233,14 @@ declare const marketingMicroServiceRouter: import("@trpc/server").TRPCBuiltRoute
|
|
|
9210
9233
|
data?: {
|
|
9211
9234
|
name: string;
|
|
9212
9235
|
tag: string;
|
|
9236
|
+
userStatus: import("./modules/tournament/tournament.types").TournamentParticipantStatus;
|
|
9213
9237
|
startDate?: Date | null | undefined;
|
|
9214
9238
|
endDate?: Date | null | undefined;
|
|
9215
9239
|
} | {
|
|
9216
9240
|
documents: ({
|
|
9217
9241
|
name: string;
|
|
9218
9242
|
tag: string;
|
|
9243
|
+
userStatus: import("./modules/tournament/tournament.types").TournamentParticipantStatus;
|
|
9219
9244
|
startDate?: Date | null | undefined;
|
|
9220
9245
|
endDate?: Date | null | undefined;
|
|
9221
9246
|
} | null)[];
|
package/dist/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"/","sources":["index.ts"],"names":[],"mappings":"AAoBA,QAAA,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAY2C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BA0Cgg+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCA1Clg+B,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"/","sources":["index.ts"],"names":[],"mappings":"AAoBA,QAAA,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAY2C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BA0Cgg+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCA1Clg+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAH3E,CAAC;AAuCH,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC"}
|
|
@@ -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:
|
|
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?:
|
|
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
|
} | {
|