@weekendgoals/weekendgoals-common 1.982.7768233451 → 1.984.7773225166

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.
@@ -46,9 +46,7 @@ export declare const AttractionSchema: mongoose.Schema<any, mongoose.Model<any,
46
46
  country?: string;
47
47
  };
48
48
  metadata?: {
49
- google?: {
50
- placeId?: string;
51
- };
49
+ googlePlaceId?: string;
52
50
  };
53
51
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
54
52
  createdAt: NativeDate;
@@ -71,9 +69,7 @@ export declare const AttractionSchema: mongoose.Schema<any, mongoose.Model<any,
71
69
  country?: string;
72
70
  };
73
71
  metadata?: {
74
- google?: {
75
- placeId?: string;
76
- };
72
+ googlePlaceId?: string;
77
73
  };
78
74
  }>> & mongoose.FlatRecord<{
79
75
  createdAt: NativeDate;
@@ -96,9 +92,7 @@ export declare const AttractionSchema: mongoose.Schema<any, mongoose.Model<any,
96
92
  country?: string;
97
93
  };
98
94
  metadata?: {
99
- google?: {
100
- placeId?: string;
101
- };
95
+ googlePlaceId?: string;
102
96
  };
103
97
  }> & {
104
98
  _id: mongoose.Types.ObjectId;
@@ -124,9 +118,7 @@ export declare const AttractionModel: mongoose.Model<{
124
118
  country?: string;
125
119
  };
126
120
  metadata?: {
127
- google?: {
128
- placeId?: string;
129
- };
121
+ googlePlaceId?: string;
130
122
  };
131
123
  }, {}, {}, {}, mongoose.Document<unknown, {}, {
132
124
  createdAt: NativeDate;
@@ -149,9 +141,7 @@ export declare const AttractionModel: mongoose.Model<{
149
141
  country?: string;
150
142
  };
151
143
  metadata?: {
152
- google?: {
153
- placeId?: string;
154
- };
144
+ googlePlaceId?: string;
155
145
  };
156
146
  }> & {
157
147
  createdAt: NativeDate;
@@ -174,9 +164,7 @@ export declare const AttractionModel: mongoose.Model<{
174
164
  country?: string;
175
165
  };
176
166
  metadata?: {
177
- google?: {
178
- placeId?: string;
179
- };
167
+ googlePlaceId?: string;
180
168
  };
181
169
  } & {
182
170
  _id: mongoose.Types.ObjectId;
@@ -203,9 +191,7 @@ export declare const AttractionModel: mongoose.Model<{
203
191
  country?: string;
204
192
  };
205
193
  metadata?: {
206
- google?: {
207
- placeId?: string;
208
- };
194
+ googlePlaceId?: string;
209
195
  };
210
196
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
211
197
  createdAt: NativeDate;
@@ -228,9 +214,7 @@ export declare const AttractionModel: mongoose.Model<{
228
214
  country?: string;
229
215
  };
230
216
  metadata?: {
231
- google?: {
232
- placeId?: string;
233
- };
217
+ googlePlaceId?: string;
234
218
  };
235
219
  }>> & mongoose.FlatRecord<{
236
220
  createdAt: NativeDate;
@@ -253,9 +237,7 @@ export declare const AttractionModel: mongoose.Model<{
253
237
  country?: string;
254
238
  };
255
239
  metadata?: {
256
- google?: {
257
- placeId?: string;
258
- };
240
+ googlePlaceId?: string;
259
241
  };
260
242
  }> & {
261
243
  _id: mongoose.Types.ObjectId;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/attractions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+B5B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAI3B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/attractions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6B5B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAI3B,CAAC"}
@@ -23,9 +23,7 @@ exports.AttractionSchema = new mongoose.Schema({
23
23
  country: String,
24
24
  },
25
25
  metadata: {
26
- google: {
27
- placeId: String,
28
- },
26
+ googlePlaceId: String,
29
27
  },
30
28
  type: Number,
31
29
  venueId: String,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/attractions/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AAExB,QAAA,gBAAgB,GAAG,IAAI,QAAQ,CAAC,MAAM,CACjD;IACE,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IACpC,QAAQ,EAAE;QACR,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,CAAC,OAAO,CAAC;YACf,QAAQ,EAAE,IAAI;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,CAAC,MAAM,CAAC;YACd,QAAQ,EAAE,IAAI;SACf;KACF;IACD,OAAO,EAAE;QACP,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,MAAM;KAChB;IACD,QAAQ,EAAE;QACR,MAAM,EAAE;YACN,OAAO,EAAE,MAAM;SAChB;KACF;IACD,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;IACf,WAAW,EAAE,MAAM;CACpB,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,CACrB,CAAC;AAEW,QAAA,eAAe,GAAG,QAAQ,CAAC,KAAK,CAC3C,YAAY,EACZ,wBAAgB,EAChB,aAAa,CACd,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/attractions/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AAExB,QAAA,gBAAgB,GAAG,IAAI,QAAQ,CAAC,MAAM,CACjD;IACE,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IACpC,QAAQ,EAAE;QACR,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,CAAC,OAAO,CAAC;YACf,QAAQ,EAAE,IAAI;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,CAAC,MAAM,CAAC;YACd,QAAQ,EAAE,IAAI;SACf;KACF;IACD,OAAO,EAAE;QACP,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,MAAM;KAChB;IACD,QAAQ,EAAE;QACR,aAAa,EAAE,MAAM;KACtB;IACD,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;IACf,WAAW,EAAE,MAAM;CACpB,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,CACrB,CAAC;AAEW,QAAA,eAAe,GAAG,QAAQ,CAAC,KAAK,CAC3C,YAAY,EACZ,wBAAgB,EAChB,aAAa,CACd,CAAC"}
@@ -39,11 +39,11 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
39
39
  area?: string;
40
40
  city?: string;
41
41
  country?: string;
42
+ googlePlaceId?: string;
42
43
  timezone?: string;
43
44
  imageUrl?: string;
44
45
  imageAttribution?: string;
45
46
  rating?: number;
46
- googlePlaceId?: string;
47
47
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
48
48
  createdAt: NativeDate;
49
49
  updatedAt: NativeDate;
@@ -58,11 +58,11 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
58
58
  area?: string;
59
59
  city?: string;
60
60
  country?: string;
61
+ googlePlaceId?: string;
61
62
  timezone?: string;
62
63
  imageUrl?: string;
63
64
  imageAttribution?: string;
64
65
  rating?: number;
65
- googlePlaceId?: string;
66
66
  }>> & mongoose.FlatRecord<{
67
67
  createdAt: NativeDate;
68
68
  updatedAt: NativeDate;
@@ -77,11 +77,11 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
77
77
  area?: string;
78
78
  city?: string;
79
79
  country?: string;
80
+ googlePlaceId?: string;
80
81
  timezone?: string;
81
82
  imageUrl?: string;
82
83
  imageAttribution?: string;
83
84
  rating?: number;
84
- googlePlaceId?: string;
85
85
  }> & {
86
86
  _id: mongoose.Types.ObjectId;
87
87
  }>;
@@ -99,11 +99,11 @@ export declare const VenueModel: mongoose.Model<{
99
99
  area?: string;
100
100
  city?: string;
101
101
  country?: string;
102
+ googlePlaceId?: string;
102
103
  timezone?: string;
103
104
  imageUrl?: string;
104
105
  imageAttribution?: string;
105
106
  rating?: number;
106
- googlePlaceId?: string;
107
107
  }, {}, {}, {}, mongoose.Document<unknown, {}, {
108
108
  createdAt: NativeDate;
109
109
  updatedAt: NativeDate;
@@ -118,11 +118,11 @@ export declare const VenueModel: mongoose.Model<{
118
118
  area?: string;
119
119
  city?: string;
120
120
  country?: string;
121
+ googlePlaceId?: string;
121
122
  timezone?: string;
122
123
  imageUrl?: string;
123
124
  imageAttribution?: string;
124
125
  rating?: number;
125
- googlePlaceId?: string;
126
126
  }> & {
127
127
  createdAt: NativeDate;
128
128
  updatedAt: NativeDate;
@@ -137,11 +137,11 @@ export declare const VenueModel: mongoose.Model<{
137
137
  area?: string;
138
138
  city?: string;
139
139
  country?: string;
140
+ googlePlaceId?: string;
140
141
  timezone?: string;
141
142
  imageUrl?: string;
142
143
  imageAttribution?: string;
143
144
  rating?: number;
144
- googlePlaceId?: string;
145
145
  } & {
146
146
  _id: mongoose.Types.ObjectId;
147
147
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
@@ -160,11 +160,11 @@ export declare const VenueModel: mongoose.Model<{
160
160
  area?: string;
161
161
  city?: string;
162
162
  country?: string;
163
+ googlePlaceId?: string;
163
164
  timezone?: string;
164
165
  imageUrl?: string;
165
166
  imageAttribution?: string;
166
167
  rating?: number;
167
- googlePlaceId?: string;
168
168
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
169
169
  createdAt: NativeDate;
170
170
  updatedAt: NativeDate;
@@ -179,11 +179,11 @@ export declare const VenueModel: mongoose.Model<{
179
179
  area?: string;
180
180
  city?: string;
181
181
  country?: string;
182
+ googlePlaceId?: string;
182
183
  timezone?: string;
183
184
  imageUrl?: string;
184
185
  imageAttribution?: string;
185
186
  rating?: number;
186
- googlePlaceId?: string;
187
187
  }>> & mongoose.FlatRecord<{
188
188
  createdAt: NativeDate;
189
189
  updatedAt: NativeDate;
@@ -198,11 +198,11 @@ export declare const VenueModel: mongoose.Model<{
198
198
  area?: string;
199
199
  city?: string;
200
200
  country?: string;
201
+ googlePlaceId?: string;
201
202
  timezone?: string;
202
203
  imageUrl?: string;
203
204
  imageAttribution?: string;
204
205
  rating?: number;
205
- googlePlaceId?: string;
206
206
  }> & {
207
207
  _id: mongoose.Types.ObjectId;
208
208
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weekendgoals/weekendgoals-common",
3
- "version": "1.982.7768233451",
3
+ "version": "1.984.7773225166",
4
4
  "description": "Weekend Goals Common",
5
5
  "private": false,
6
6
  "files": [