@weekendgoals/weekendgoals-common 1.1464.11558722761 → 1.1480.11730924700
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/models/attractions/index.d.ts +3 -3
- package/dist/models/cities/index.d.ts +3 -3
- package/dist/models/conversation-messages/index.d.ts +3 -3
- package/dist/models/conversations/index.d.ts +1 -1
- package/dist/models/leagues/index.d.ts +3 -3
- package/dist/models/matches/index.d.ts +21 -3
- package/dist/models/matches/index.d.ts.map +1 -1
- package/dist/models/matches/index.js +2 -0
- package/dist/models/matches/index.js.map +1 -1
- package/dist/models/teams/index.d.ts +3 -3
- package/dist/models/tickets/index.d.ts +3 -3
- package/dist/models/users/index.d.ts +3 -3
- package/dist/models/venues/index.d.ts +12 -3
- package/dist/models/venues/index.d.ts.map +1 -1
- package/dist/models/venues/index.js +1 -0
- package/dist/models/venues/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -77,7 +77,7 @@ export declare const AttractionSchema: mongoose.Schema<any, mongoose.Model<any,
|
|
|
77
77
|
}> & {
|
|
78
78
|
_id: mongoose.Types.ObjectId;
|
|
79
79
|
} & {
|
|
80
|
-
__v
|
|
80
|
+
__v: number;
|
|
81
81
|
}>;
|
|
82
82
|
export declare const AttractionModel: mongoose.Model<{
|
|
83
83
|
createdAt: NativeDate;
|
|
@@ -154,7 +154,7 @@ export declare const AttractionModel: mongoose.Model<{
|
|
|
154
154
|
} & {
|
|
155
155
|
_id: mongoose.Types.ObjectId;
|
|
156
156
|
} & {
|
|
157
|
-
__v
|
|
157
|
+
__v: number;
|
|
158
158
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
159
159
|
timestamps: true;
|
|
160
160
|
typeKey: "$type";
|
|
@@ -233,6 +233,6 @@ export declare const AttractionModel: mongoose.Model<{
|
|
|
233
233
|
}> & {
|
|
234
234
|
_id: mongoose.Types.ObjectId;
|
|
235
235
|
} & {
|
|
236
|
-
__v
|
|
236
|
+
__v: number;
|
|
237
237
|
}>>;
|
|
238
238
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -50,7 +50,7 @@ export declare const CitySchema: mongoose.Schema<any, mongoose.Model<any, any, a
|
|
|
50
50
|
}> & {
|
|
51
51
|
_id: mongoose.Types.ObjectId;
|
|
52
52
|
} & {
|
|
53
|
-
__v
|
|
53
|
+
__v: number;
|
|
54
54
|
}>;
|
|
55
55
|
export declare const CityModel: mongoose.Model<{
|
|
56
56
|
createdAt: NativeDate;
|
|
@@ -100,7 +100,7 @@ export declare const CityModel: mongoose.Model<{
|
|
|
100
100
|
} & {
|
|
101
101
|
_id: mongoose.Types.ObjectId;
|
|
102
102
|
} & {
|
|
103
|
-
__v
|
|
103
|
+
__v: number;
|
|
104
104
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
105
105
|
timestamps: true;
|
|
106
106
|
typeKey: "$type";
|
|
@@ -152,6 +152,6 @@ export declare const CityModel: mongoose.Model<{
|
|
|
152
152
|
}> & {
|
|
153
153
|
_id: mongoose.Types.ObjectId;
|
|
154
154
|
} & {
|
|
155
|
-
__v
|
|
155
|
+
__v: number;
|
|
156
156
|
}>>;
|
|
157
157
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -32,7 +32,7 @@ export declare const ConversationMessageSchema: mongoose.Schema<any, mongoose.Mo
|
|
|
32
32
|
}> & {
|
|
33
33
|
_id: mongoose.Types.ObjectId;
|
|
34
34
|
} & {
|
|
35
|
-
__v
|
|
35
|
+
__v: number;
|
|
36
36
|
}>;
|
|
37
37
|
export declare const ConversationMessageModel: mongoose.Model<{
|
|
38
38
|
createdAt: NativeDate;
|
|
@@ -64,7 +64,7 @@ export declare const ConversationMessageModel: mongoose.Model<{
|
|
|
64
64
|
} & {
|
|
65
65
|
_id: mongoose.Types.ObjectId;
|
|
66
66
|
} & {
|
|
67
|
-
__v
|
|
67
|
+
__v: number;
|
|
68
68
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
69
69
|
timestamps: true;
|
|
70
70
|
typeKey: "$type";
|
|
@@ -98,6 +98,6 @@ export declare const ConversationMessageModel: mongoose.Model<{
|
|
|
98
98
|
}> & {
|
|
99
99
|
_id: mongoose.Types.ObjectId;
|
|
100
100
|
} & {
|
|
101
|
-
__v
|
|
101
|
+
__v: number;
|
|
102
102
|
}>>;
|
|
103
103
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -29,7 +29,7 @@ export declare const ConversationSchema: mongoose.Schema<any, mongoose.Model<any
|
|
|
29
29
|
}> & {
|
|
30
30
|
_id: mongoose.Types.ObjectId;
|
|
31
31
|
} & {
|
|
32
|
-
__v
|
|
32
|
+
__v: number;
|
|
33
33
|
}>;
|
|
34
34
|
export declare const ConversationModel: mongoose.Model<any, unknown, unknown, unknown, any, any>;
|
|
35
35
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -28,7 +28,7 @@ export declare const LeagueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
28
28
|
}> & {
|
|
29
29
|
_id: mongoose.Types.ObjectId;
|
|
30
30
|
} & {
|
|
31
|
-
__v
|
|
31
|
+
__v: number;
|
|
32
32
|
}>;
|
|
33
33
|
export declare const LeagueModel: mongoose.Model<{
|
|
34
34
|
createdAt: NativeDate;
|
|
@@ -57,7 +57,7 @@ export declare const LeagueModel: mongoose.Model<{
|
|
|
57
57
|
} & {
|
|
58
58
|
_id: mongoose.Types.ObjectId;
|
|
59
59
|
} & {
|
|
60
|
-
__v
|
|
60
|
+
__v: number;
|
|
61
61
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
62
62
|
timestamps: true;
|
|
63
63
|
}, {
|
|
@@ -87,6 +87,6 @@ export declare const LeagueModel: mongoose.Model<{
|
|
|
87
87
|
}> & {
|
|
88
88
|
_id: mongoose.Types.ObjectId;
|
|
89
89
|
} & {
|
|
90
|
-
__v
|
|
90
|
+
__v: number;
|
|
91
91
|
}>>;
|
|
92
92
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -23,6 +23,8 @@ export declare const MatchSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
23
23
|
status?: string;
|
|
24
24
|
localTimeKickoff?: NativeDate;
|
|
25
25
|
hasTickets?: boolean;
|
|
26
|
+
ticketPrice?: number;
|
|
27
|
+
ticketCurrency?: string;
|
|
26
28
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
27
29
|
createdAt: NativeDate;
|
|
28
30
|
updatedAt: NativeDate;
|
|
@@ -44,6 +46,8 @@ export declare const MatchSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
44
46
|
status?: string;
|
|
45
47
|
localTimeKickoff?: NativeDate;
|
|
46
48
|
hasTickets?: boolean;
|
|
49
|
+
ticketPrice?: number;
|
|
50
|
+
ticketCurrency?: string;
|
|
47
51
|
}>> & mongoose.FlatRecord<{
|
|
48
52
|
createdAt: NativeDate;
|
|
49
53
|
updatedAt: NativeDate;
|
|
@@ -65,10 +69,12 @@ export declare const MatchSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
65
69
|
status?: string;
|
|
66
70
|
localTimeKickoff?: NativeDate;
|
|
67
71
|
hasTickets?: boolean;
|
|
72
|
+
ticketPrice?: number;
|
|
73
|
+
ticketCurrency?: string;
|
|
68
74
|
}> & {
|
|
69
75
|
_id: mongoose.Types.ObjectId;
|
|
70
76
|
} & {
|
|
71
|
-
__v
|
|
77
|
+
__v: number;
|
|
72
78
|
}>;
|
|
73
79
|
export declare const MatchModel: mongoose.Model<{
|
|
74
80
|
createdAt: NativeDate;
|
|
@@ -91,6 +97,8 @@ export declare const MatchModel: mongoose.Model<{
|
|
|
91
97
|
status?: string;
|
|
92
98
|
localTimeKickoff?: NativeDate;
|
|
93
99
|
hasTickets?: boolean;
|
|
100
|
+
ticketPrice?: number;
|
|
101
|
+
ticketCurrency?: string;
|
|
94
102
|
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
95
103
|
createdAt: NativeDate;
|
|
96
104
|
updatedAt: NativeDate;
|
|
@@ -112,6 +120,8 @@ export declare const MatchModel: mongoose.Model<{
|
|
|
112
120
|
status?: string;
|
|
113
121
|
localTimeKickoff?: NativeDate;
|
|
114
122
|
hasTickets?: boolean;
|
|
123
|
+
ticketPrice?: number;
|
|
124
|
+
ticketCurrency?: string;
|
|
115
125
|
}> & {
|
|
116
126
|
createdAt: NativeDate;
|
|
117
127
|
updatedAt: NativeDate;
|
|
@@ -133,10 +143,12 @@ export declare const MatchModel: mongoose.Model<{
|
|
|
133
143
|
status?: string;
|
|
134
144
|
localTimeKickoff?: NativeDate;
|
|
135
145
|
hasTickets?: boolean;
|
|
146
|
+
ticketPrice?: number;
|
|
147
|
+
ticketCurrency?: string;
|
|
136
148
|
} & {
|
|
137
149
|
_id: mongoose.Types.ObjectId;
|
|
138
150
|
} & {
|
|
139
|
-
__v
|
|
151
|
+
__v: number;
|
|
140
152
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
141
153
|
timestamps: true;
|
|
142
154
|
typeKey: "$type";
|
|
@@ -161,6 +173,8 @@ export declare const MatchModel: mongoose.Model<{
|
|
|
161
173
|
status?: string;
|
|
162
174
|
localTimeKickoff?: NativeDate;
|
|
163
175
|
hasTickets?: boolean;
|
|
176
|
+
ticketPrice?: number;
|
|
177
|
+
ticketCurrency?: string;
|
|
164
178
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
165
179
|
createdAt: NativeDate;
|
|
166
180
|
updatedAt: NativeDate;
|
|
@@ -182,6 +196,8 @@ export declare const MatchModel: mongoose.Model<{
|
|
|
182
196
|
status?: string;
|
|
183
197
|
localTimeKickoff?: NativeDate;
|
|
184
198
|
hasTickets?: boolean;
|
|
199
|
+
ticketPrice?: number;
|
|
200
|
+
ticketCurrency?: string;
|
|
185
201
|
}>> & mongoose.FlatRecord<{
|
|
186
202
|
createdAt: NativeDate;
|
|
187
203
|
updatedAt: NativeDate;
|
|
@@ -203,9 +219,11 @@ export declare const MatchModel: mongoose.Model<{
|
|
|
203
219
|
status?: string;
|
|
204
220
|
localTimeKickoff?: NativeDate;
|
|
205
221
|
hasTickets?: boolean;
|
|
222
|
+
ticketPrice?: number;
|
|
223
|
+
ticketCurrency?: string;
|
|
206
224
|
}> & {
|
|
207
225
|
_id: mongoose.Types.ObjectId;
|
|
208
226
|
} & {
|
|
209
|
-
__v
|
|
227
|
+
__v: number;
|
|
210
228
|
}>>;
|
|
211
229
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/matches/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/matches/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkCvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAkD,CAAC"}
|
|
@@ -31,6 +31,8 @@ exports.MatchSchema = new mongoose.Schema({
|
|
|
31
31
|
status: String,
|
|
32
32
|
localTimeKickoff: Date,
|
|
33
33
|
hasTickets: Boolean,
|
|
34
|
+
ticketPrice: Number,
|
|
35
|
+
ticketCurrency: String,
|
|
34
36
|
}, { timestamps: true, typeKey: "$type" });
|
|
35
37
|
exports.MatchModel = mongoose.model("Match", exports.MatchSchema, "Matches");
|
|
36
38
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/matches/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AAExB,QAAA,WAAW,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC5C;IACE,aAAa,EAAE,MAAM;IACrB,eAAe,EAAE,MAAM;IACvB,UAAU,EAAE,MAAM;IAClB,YAAY,EAAE,MAAM;IACpB,UAAU,EAAE,MAAM;IAClB,YAAY,EAAE,MAAM;IACpB,OAAO,EAAE,MAAM;IACf,eAAe,EAAE,OAAO;IACxB,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE;gBACJ,KAAK,EAAE,MAAM;gBACb,IAAI,EAAE,CAAC,OAAO,CAAC;gBACf,QAAQ,EAAE,CAAC,IAAI,EAAE,wBAAwB,CAAC;aAC3C;YACD,WAAW,EAAE;gBACX,KAAK,EAAE,CAAC,MAAM,CAAC;gBACf,QAAQ,EAAE,CAAC,IAAI,EAAE,+BAA+B,CAAC;aAClD;SACF;QACD,QAAQ,EAAE,KAAK;QACf,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IACrC,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,MAAM;IACd,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,OAAO;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/matches/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AAExB,QAAA,WAAW,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC5C;IACE,aAAa,EAAE,MAAM;IACrB,eAAe,EAAE,MAAM;IACvB,UAAU,EAAE,MAAM;IAClB,YAAY,EAAE,MAAM;IACpB,UAAU,EAAE,MAAM;IAClB,YAAY,EAAE,MAAM;IACpB,OAAO,EAAE,MAAM;IACf,eAAe,EAAE,OAAO;IACxB,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE;gBACJ,KAAK,EAAE,MAAM;gBACb,IAAI,EAAE,CAAC,OAAO,CAAC;gBACf,QAAQ,EAAE,CAAC,IAAI,EAAE,wBAAwB,CAAC;aAC3C;YACD,WAAW,EAAE;gBACX,KAAK,EAAE,CAAC,MAAM,CAAC;gBACf,QAAQ,EAAE,CAAC,IAAI,EAAE,+BAA+B,CAAC;aAClD;SACF;QACD,QAAQ,EAAE,KAAK;QACf,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IACrC,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,MAAM;IACd,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,OAAO;IACnB,WAAW,EAAE,MAAM;IACnB,cAAc,EAAE,MAAM;CACvB,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,CACvC,CAAC;AAEW,QAAA,UAAU,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,EAAE,mBAAW,EAAE,SAAS,CAAC,CAAC"}
|
|
@@ -52,7 +52,7 @@ export declare const TeamsSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
52
52
|
}> & {
|
|
53
53
|
_id: mongoose.Types.ObjectId;
|
|
54
54
|
} & {
|
|
55
|
-
__v
|
|
55
|
+
__v: number;
|
|
56
56
|
}>;
|
|
57
57
|
export declare const TeamModel: mongoose.Model<{
|
|
58
58
|
createdAt: NativeDate;
|
|
@@ -105,7 +105,7 @@ export declare const TeamModel: mongoose.Model<{
|
|
|
105
105
|
} & {
|
|
106
106
|
_id: mongoose.Types.ObjectId;
|
|
107
107
|
} & {
|
|
108
|
-
__v
|
|
108
|
+
__v: number;
|
|
109
109
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
110
110
|
timestamps: true;
|
|
111
111
|
}, {
|
|
@@ -159,6 +159,6 @@ export declare const TeamModel: mongoose.Model<{
|
|
|
159
159
|
}> & {
|
|
160
160
|
_id: mongoose.Types.ObjectId;
|
|
161
161
|
} & {
|
|
162
|
-
__v
|
|
162
|
+
__v: number;
|
|
163
163
|
}>>;
|
|
164
164
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -31,7 +31,7 @@ export declare const TicketSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
31
31
|
}> & {
|
|
32
32
|
_id: mongoose.Types.ObjectId;
|
|
33
33
|
} & {
|
|
34
|
-
__v
|
|
34
|
+
__v: number;
|
|
35
35
|
}>;
|
|
36
36
|
export declare const TicketModel: mongoose.Model<{
|
|
37
37
|
createdAt: NativeDate;
|
|
@@ -63,7 +63,7 @@ export declare const TicketModel: mongoose.Model<{
|
|
|
63
63
|
} & {
|
|
64
64
|
_id: mongoose.Types.ObjectId;
|
|
65
65
|
} & {
|
|
66
|
-
__v
|
|
66
|
+
__v: number;
|
|
67
67
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
68
68
|
timestamps: true;
|
|
69
69
|
}, {
|
|
@@ -96,6 +96,6 @@ export declare const TicketModel: mongoose.Model<{
|
|
|
96
96
|
}> & {
|
|
97
97
|
_id: mongoose.Types.ObjectId;
|
|
98
98
|
} & {
|
|
99
|
-
__v
|
|
99
|
+
__v: number;
|
|
100
100
|
}>>;
|
|
101
101
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -31,7 +31,7 @@ export declare const UserSchema: mongoose.Schema<any, mongoose.Model<any, any, a
|
|
|
31
31
|
}> & {
|
|
32
32
|
_id: mongoose.Types.ObjectId;
|
|
33
33
|
} & {
|
|
34
|
-
__v
|
|
34
|
+
__v: number;
|
|
35
35
|
}>;
|
|
36
36
|
export declare const UserModel: mongoose.Model<{
|
|
37
37
|
createdAt: NativeDate;
|
|
@@ -63,7 +63,7 @@ export declare const UserModel: mongoose.Model<{
|
|
|
63
63
|
} & {
|
|
64
64
|
_id: mongoose.Types.ObjectId;
|
|
65
65
|
} & {
|
|
66
|
-
__v
|
|
66
|
+
__v: number;
|
|
67
67
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
68
68
|
timestamps: true;
|
|
69
69
|
}, {
|
|
@@ -96,6 +96,6 @@ export declare const UserModel: mongoose.Model<{
|
|
|
96
96
|
}> & {
|
|
97
97
|
_id: mongoose.Types.ObjectId;
|
|
98
98
|
} & {
|
|
99
|
-
__v
|
|
99
|
+
__v: number;
|
|
100
100
|
}>>;
|
|
101
101
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -18,6 +18,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
18
18
|
timezone?: string;
|
|
19
19
|
imageUrl?: string;
|
|
20
20
|
imageAttribution?: string;
|
|
21
|
+
hasCustomImage?: boolean;
|
|
21
22
|
rating?: number;
|
|
22
23
|
googlePlaceId?: string;
|
|
23
24
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
@@ -36,6 +37,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
36
37
|
timezone?: string;
|
|
37
38
|
imageUrl?: string;
|
|
38
39
|
imageAttribution?: string;
|
|
40
|
+
hasCustomImage?: boolean;
|
|
39
41
|
rating?: number;
|
|
40
42
|
googlePlaceId?: string;
|
|
41
43
|
}>> & mongoose.FlatRecord<{
|
|
@@ -54,12 +56,13 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
54
56
|
timezone?: string;
|
|
55
57
|
imageUrl?: string;
|
|
56
58
|
imageAttribution?: string;
|
|
59
|
+
hasCustomImage?: boolean;
|
|
57
60
|
rating?: number;
|
|
58
61
|
googlePlaceId?: string;
|
|
59
62
|
}> & {
|
|
60
63
|
_id: mongoose.Types.ObjectId;
|
|
61
64
|
} & {
|
|
62
|
-
__v
|
|
65
|
+
__v: number;
|
|
63
66
|
}>;
|
|
64
67
|
export declare const VenueModel: mongoose.Model<{
|
|
65
68
|
createdAt: NativeDate;
|
|
@@ -77,6 +80,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
77
80
|
timezone?: string;
|
|
78
81
|
imageUrl?: string;
|
|
79
82
|
imageAttribution?: string;
|
|
83
|
+
hasCustomImage?: boolean;
|
|
80
84
|
rating?: number;
|
|
81
85
|
googlePlaceId?: string;
|
|
82
86
|
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
@@ -95,6 +99,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
95
99
|
timezone?: string;
|
|
96
100
|
imageUrl?: string;
|
|
97
101
|
imageAttribution?: string;
|
|
102
|
+
hasCustomImage?: boolean;
|
|
98
103
|
rating?: number;
|
|
99
104
|
googlePlaceId?: string;
|
|
100
105
|
}> & {
|
|
@@ -113,12 +118,13 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
113
118
|
timezone?: string;
|
|
114
119
|
imageUrl?: string;
|
|
115
120
|
imageAttribution?: string;
|
|
121
|
+
hasCustomImage?: boolean;
|
|
116
122
|
rating?: number;
|
|
117
123
|
googlePlaceId?: string;
|
|
118
124
|
} & {
|
|
119
125
|
_id: mongoose.Types.ObjectId;
|
|
120
126
|
} & {
|
|
121
|
-
__v
|
|
127
|
+
__v: number;
|
|
122
128
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
123
129
|
timestamps: true;
|
|
124
130
|
typeKey: "$type";
|
|
@@ -138,6 +144,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
138
144
|
timezone?: string;
|
|
139
145
|
imageUrl?: string;
|
|
140
146
|
imageAttribution?: string;
|
|
147
|
+
hasCustomImage?: boolean;
|
|
141
148
|
rating?: number;
|
|
142
149
|
googlePlaceId?: string;
|
|
143
150
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
@@ -156,6 +163,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
156
163
|
timezone?: string;
|
|
157
164
|
imageUrl?: string;
|
|
158
165
|
imageAttribution?: string;
|
|
166
|
+
hasCustomImage?: boolean;
|
|
159
167
|
rating?: number;
|
|
160
168
|
googlePlaceId?: string;
|
|
161
169
|
}>> & mongoose.FlatRecord<{
|
|
@@ -174,11 +182,12 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
174
182
|
timezone?: string;
|
|
175
183
|
imageUrl?: string;
|
|
176
184
|
imageAttribution?: string;
|
|
185
|
+
hasCustomImage?: boolean;
|
|
177
186
|
rating?: number;
|
|
178
187
|
googlePlaceId?: string;
|
|
179
188
|
}> & {
|
|
180
189
|
_id: mongoose.Types.ObjectId;
|
|
181
190
|
} & {
|
|
182
|
-
__v
|
|
191
|
+
__v: number;
|
|
183
192
|
}>>;
|
|
184
193
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/venues/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/venues/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAiD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/venues/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AAExB,QAAA,WAAW,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC5C;IACE,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IACrC,QAAQ,EAAE,MAAM;IAChB,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE;gBACJ,KAAK,EAAE,MAAM;gBACb,IAAI,EAAE,CAAC,OAAO,CAAC;gBACf,QAAQ,EAAE,CAAC,IAAI,EAAE,wBAAwB,CAAC;aAC3C;YACD,WAAW,EAAE;gBACX,KAAK,EAAE,CAAC,MAAM,CAAC;gBACf,QAAQ,EAAE,CAAC,IAAI,EAAE,+BAA+B,CAAC;aAClD;SACF;QACD,QAAQ,EAAE,KAAK;QACf,GAAG,EAAE,KAAK;KACX;IAED,QAAQ,EAAE,MAAM;IAChB,gBAAgB,EAAE,MAAM;IACxB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;IACf,MAAM,EAAE,MAAM;IACd,aAAa,EAAE,MAAM;CACtB,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,CACvC,CAAC;AAEW,QAAA,UAAU,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,EAAE,mBAAW,EAAE,QAAQ,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/venues/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AAExB,QAAA,WAAW,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC5C;IACE,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IACrC,QAAQ,EAAE,MAAM;IAChB,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE;gBACJ,KAAK,EAAE,MAAM;gBACb,IAAI,EAAE,CAAC,OAAO,CAAC;gBACf,QAAQ,EAAE,CAAC,IAAI,EAAE,wBAAwB,CAAC;aAC3C;YACD,WAAW,EAAE;gBACX,KAAK,EAAE,CAAC,MAAM,CAAC;gBACf,QAAQ,EAAE,CAAC,IAAI,EAAE,+BAA+B,CAAC;aAClD;SACF;QACD,QAAQ,EAAE,KAAK;QACf,GAAG,EAAE,KAAK;KACX;IAED,QAAQ,EAAE,MAAM;IAChB,gBAAgB,EAAE,MAAM;IACxB,cAAc,EAAE,OAAO;IACvB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;IACf,MAAM,EAAE,MAAM;IACd,aAAa,EAAE,MAAM;CACtB,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,CACvC,CAAC;AAEW,QAAA,UAAU,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,EAAE,mBAAW,EAAE,QAAQ,CAAC,CAAC"}
|