@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.
- package/dist/lib/index.d.ts +16 -16
- 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/team/team.router.d.ts +2 -2
- package/dist/lib/modules/tournament/tournament.router.d.ts +16 -16
- package/dist/lib/modules/tournament/tournament.types.d.ts +0 -3
- package/dist/lib/modules/tournament/tournament.types.d.ts.map +1 -1
- package/dist/lib/modules/tournament/tournament.types.js +1 -5
- package/dist/lib/modules/tournament/tournament.types.js.map +1 -1
- package/dist/types/index.d.ts +16 -16
- 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/team/team.router.d.ts +2 -2
- package/dist/types/modules/tournament/tournament.router.d.ts +16 -16
- package/dist/types/modules/tournament/tournament.types.d.ts +0 -3
- package/dist/types/modules/tournament/tournament.types.d.ts.map +1 -1
- package/package.json +1 -1
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
|
} | {
|
|
@@ -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:
|
|
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
|
} | {
|