@weekendgoals/weekendgoals-common 1.1663.15582699783 → 1.1667.16272461754
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.
|
@@ -12,7 +12,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
12
12
|
type: "Point";
|
|
13
13
|
coordinates: number[];
|
|
14
14
|
};
|
|
15
|
-
|
|
15
|
+
address?: string;
|
|
16
16
|
city?: string;
|
|
17
17
|
country?: string;
|
|
18
18
|
externalId?: string;
|
|
@@ -22,6 +22,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
22
22
|
hasCustomImage?: boolean;
|
|
23
23
|
rating?: number;
|
|
24
24
|
googlePlaceId?: string;
|
|
25
|
+
capacity?: number;
|
|
25
26
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
26
27
|
createdAt: NativeDate;
|
|
27
28
|
updatedAt: NativeDate;
|
|
@@ -32,7 +33,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
32
33
|
type: "Point";
|
|
33
34
|
coordinates: number[];
|
|
34
35
|
};
|
|
35
|
-
|
|
36
|
+
address?: string;
|
|
36
37
|
city?: string;
|
|
37
38
|
country?: string;
|
|
38
39
|
externalId?: string;
|
|
@@ -42,6 +43,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
42
43
|
hasCustomImage?: boolean;
|
|
43
44
|
rating?: number;
|
|
44
45
|
googlePlaceId?: string;
|
|
46
|
+
capacity?: number;
|
|
45
47
|
}>> & mongoose.FlatRecord<{
|
|
46
48
|
createdAt: NativeDate;
|
|
47
49
|
updatedAt: NativeDate;
|
|
@@ -52,7 +54,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
52
54
|
type: "Point";
|
|
53
55
|
coordinates: number[];
|
|
54
56
|
};
|
|
55
|
-
|
|
57
|
+
address?: string;
|
|
56
58
|
city?: string;
|
|
57
59
|
country?: string;
|
|
58
60
|
externalId?: string;
|
|
@@ -62,6 +64,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
|
|
|
62
64
|
hasCustomImage?: boolean;
|
|
63
65
|
rating?: number;
|
|
64
66
|
googlePlaceId?: string;
|
|
67
|
+
capacity?: number;
|
|
65
68
|
}> & {
|
|
66
69
|
_id: mongoose.Types.ObjectId;
|
|
67
70
|
}>;
|
|
@@ -75,7 +78,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
75
78
|
type: "Point";
|
|
76
79
|
coordinates: number[];
|
|
77
80
|
};
|
|
78
|
-
|
|
81
|
+
address?: string;
|
|
79
82
|
city?: string;
|
|
80
83
|
country?: string;
|
|
81
84
|
externalId?: string;
|
|
@@ -85,6 +88,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
85
88
|
hasCustomImage?: boolean;
|
|
86
89
|
rating?: number;
|
|
87
90
|
googlePlaceId?: string;
|
|
91
|
+
capacity?: number;
|
|
88
92
|
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
89
93
|
createdAt: NativeDate;
|
|
90
94
|
updatedAt: NativeDate;
|
|
@@ -95,7 +99,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
95
99
|
type: "Point";
|
|
96
100
|
coordinates: number[];
|
|
97
101
|
};
|
|
98
|
-
|
|
102
|
+
address?: string;
|
|
99
103
|
city?: string;
|
|
100
104
|
country?: string;
|
|
101
105
|
externalId?: string;
|
|
@@ -105,6 +109,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
105
109
|
hasCustomImage?: boolean;
|
|
106
110
|
rating?: number;
|
|
107
111
|
googlePlaceId?: string;
|
|
112
|
+
capacity?: number;
|
|
108
113
|
}> & {
|
|
109
114
|
createdAt: NativeDate;
|
|
110
115
|
updatedAt: NativeDate;
|
|
@@ -115,7 +120,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
115
120
|
type: "Point";
|
|
116
121
|
coordinates: number[];
|
|
117
122
|
};
|
|
118
|
-
|
|
123
|
+
address?: string;
|
|
119
124
|
city?: string;
|
|
120
125
|
country?: string;
|
|
121
126
|
externalId?: string;
|
|
@@ -125,6 +130,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
125
130
|
hasCustomImage?: boolean;
|
|
126
131
|
rating?: number;
|
|
127
132
|
googlePlaceId?: string;
|
|
133
|
+
capacity?: number;
|
|
128
134
|
} & {
|
|
129
135
|
_id: mongoose.Types.ObjectId;
|
|
130
136
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
@@ -140,7 +146,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
140
146
|
type: "Point";
|
|
141
147
|
coordinates: number[];
|
|
142
148
|
};
|
|
143
|
-
|
|
149
|
+
address?: string;
|
|
144
150
|
city?: string;
|
|
145
151
|
country?: string;
|
|
146
152
|
externalId?: string;
|
|
@@ -150,6 +156,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
150
156
|
hasCustomImage?: boolean;
|
|
151
157
|
rating?: number;
|
|
152
158
|
googlePlaceId?: string;
|
|
159
|
+
capacity?: number;
|
|
153
160
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
154
161
|
createdAt: NativeDate;
|
|
155
162
|
updatedAt: NativeDate;
|
|
@@ -160,7 +167,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
160
167
|
type: "Point";
|
|
161
168
|
coordinates: number[];
|
|
162
169
|
};
|
|
163
|
-
|
|
170
|
+
address?: string;
|
|
164
171
|
city?: string;
|
|
165
172
|
country?: string;
|
|
166
173
|
externalId?: string;
|
|
@@ -170,6 +177,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
170
177
|
hasCustomImage?: boolean;
|
|
171
178
|
rating?: number;
|
|
172
179
|
googlePlaceId?: string;
|
|
180
|
+
capacity?: number;
|
|
173
181
|
}>> & mongoose.FlatRecord<{
|
|
174
182
|
createdAt: NativeDate;
|
|
175
183
|
updatedAt: NativeDate;
|
|
@@ -180,7 +188,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
180
188
|
type: "Point";
|
|
181
189
|
coordinates: number[];
|
|
182
190
|
};
|
|
183
|
-
|
|
191
|
+
address?: string;
|
|
184
192
|
city?: string;
|
|
185
193
|
country?: string;
|
|
186
194
|
externalId?: string;
|
|
@@ -190,6 +198,7 @@ export declare const VenueModel: mongoose.Model<{
|
|
|
190
198
|
hasCustomImage?: boolean;
|
|
191
199
|
rating?: number;
|
|
192
200
|
googlePlaceId?: string;
|
|
201
|
+
capacity?: number;
|
|
193
202
|
}> & {
|
|
194
203
|
_id: mongoose.Types.ObjectId;
|
|
195
204
|
}>>;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiCvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAiD,CAAC"}
|
|
@@ -25,11 +25,12 @@ exports.VenueSchema = new mongoose.Schema({
|
|
|
25
25
|
imageUrl: String,
|
|
26
26
|
imageAttribution: String,
|
|
27
27
|
hasCustomImage: Boolean,
|
|
28
|
-
|
|
28
|
+
address: String,
|
|
29
29
|
city: String,
|
|
30
30
|
country: String,
|
|
31
31
|
rating: Number,
|
|
32
32
|
googlePlaceId: String,
|
|
33
|
+
capacity: Number,
|
|
33
34
|
}, { timestamps: true, typeKey: "$type" });
|
|
34
35
|
exports.VenueModel = mongoose.model("Venue", exports.VenueSchema, "Venues");
|
|
35
36
|
//# sourceMappingURL=index.js.map
|
|
@@ -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,UAAU,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IAC3C,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,
|
|
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,UAAU,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IAC3C,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,OAAO,EAAE,MAAM;IACf,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;IACf,MAAM,EAAE,MAAM;IACd,aAAa,EAAE,MAAM;IACrB,QAAQ,EAAE,MAAM;CACjB,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"}
|