@weekendgoals/weekendgoals-common 1.1393.10955651790 → 1.1405.11233320129

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.
@@ -76,6 +76,8 @@ export declare const AttractionSchema: mongoose.Schema<any, mongoose.Model<any,
76
76
  };
77
77
  }> & {
78
78
  _id: mongoose.Types.ObjectId;
79
+ } & {
80
+ __v?: number;
79
81
  }>;
80
82
  export declare const AttractionModel: mongoose.Model<{
81
83
  createdAt: NativeDate;
@@ -151,6 +153,8 @@ export declare const AttractionModel: mongoose.Model<{
151
153
  };
152
154
  } & {
153
155
  _id: mongoose.Types.ObjectId;
156
+ } & {
157
+ __v?: number;
154
158
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
155
159
  timestamps: true;
156
160
  typeKey: "$type";
@@ -228,5 +232,7 @@ export declare const AttractionModel: mongoose.Model<{
228
232
  };
229
233
  }> & {
230
234
  _id: mongoose.Types.ObjectId;
235
+ } & {
236
+ __v?: number;
231
237
  }>>;
232
238
  //# sourceMappingURL=index.d.ts.map
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmC5B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmC5B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAI3B,CAAC"}
@@ -49,6 +49,8 @@ export declare const CitySchema: mongoose.Schema<any, mongoose.Model<any, any, a
49
49
  population?: number;
50
50
  }> & {
51
51
  _id: mongoose.Types.ObjectId;
52
+ } & {
53
+ __v?: number;
52
54
  }>;
53
55
  export declare const CityModel: mongoose.Model<{
54
56
  createdAt: NativeDate;
@@ -97,6 +99,8 @@ export declare const CityModel: mongoose.Model<{
97
99
  population?: number;
98
100
  } & {
99
101
  _id: mongoose.Types.ObjectId;
102
+ } & {
103
+ __v?: number;
100
104
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
101
105
  timestamps: true;
102
106
  typeKey: "$type";
@@ -147,5 +151,7 @@ export declare const CityModel: mongoose.Model<{
147
151
  population?: number;
148
152
  }> & {
149
153
  _id: mongoose.Types.ObjectId;
154
+ } & {
155
+ __v?: number;
150
156
  }>>;
151
157
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/cities/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0BtB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA+C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/cities/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0BtB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA+C,CAAC"}
@@ -31,6 +31,8 @@ export declare const ConversationMessageSchema: mongoose.Schema<any, mongoose.Mo
31
31
  isDeleted?: boolean;
32
32
  }> & {
33
33
  _id: mongoose.Types.ObjectId;
34
+ } & {
35
+ __v?: number;
34
36
  }>;
35
37
  export declare const ConversationMessageModel: mongoose.Model<{
36
38
  createdAt: NativeDate;
@@ -61,6 +63,8 @@ export declare const ConversationMessageModel: mongoose.Model<{
61
63
  isDeleted?: boolean;
62
64
  } & {
63
65
  _id: mongoose.Types.ObjectId;
66
+ } & {
67
+ __v?: number;
64
68
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
65
69
  timestamps: true;
66
70
  typeKey: "$type";
@@ -93,5 +97,7 @@ export declare const ConversationMessageModel: mongoose.Model<{
93
97
  isDeleted?: boolean;
94
98
  }> & {
95
99
  _id: mongoose.Types.ObjectId;
100
+ } & {
101
+ __v?: number;
96
102
  }>>;
97
103
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/conversation-messages/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASrC,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIpC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/conversation-messages/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASrC,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIpC,CAAC"}
@@ -28,6 +28,8 @@ export declare const ConversationSchema: mongoose.Schema<any, mongoose.Model<any
28
28
  isDeleted?: boolean;
29
29
  }> & {
30
30
  _id: mongoose.Types.ObjectId;
31
+ } & {
32
+ __v?: number;
31
33
  }>;
32
34
  export declare const ConversationModel: mongoose.Model<any, unknown, unknown, unknown, any, any>;
33
35
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/conversations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,0DAI7B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/conversations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,0DAI7B,CAAC"}
@@ -27,6 +27,8 @@ export declare const LeagueSchema: mongoose.Schema<any, mongoose.Model<any, any,
27
27
  soccerwaySlug?: string;
28
28
  }> & {
29
29
  _id: mongoose.Types.ObjectId;
30
+ } & {
31
+ __v?: number;
30
32
  }>;
31
33
  export declare const LeagueModel: mongoose.Model<{
32
34
  createdAt: NativeDate;
@@ -54,6 +56,8 @@ export declare const LeagueModel: mongoose.Model<{
54
56
  soccerwaySlug?: string;
55
57
  } & {
56
58
  _id: mongoose.Types.ObjectId;
59
+ } & {
60
+ __v?: number;
57
61
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
58
62
  timestamps: true;
59
63
  }, {
@@ -82,5 +86,7 @@ export declare const LeagueModel: mongoose.Model<{
82
86
  soccerwaySlug?: string;
83
87
  }> & {
84
88
  _id: mongoose.Types.ObjectId;
89
+ } & {
90
+ __v?: number;
85
91
  }>>;
86
92
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/leagues/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQyB,CAAC;AAEnD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/leagues/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQyB,CAAC;AAEnD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoD,CAAC"}
@@ -67,6 +67,8 @@ export declare const MatchSchema: mongoose.Schema<any, mongoose.Model<any, any,
67
67
  hasTickets?: boolean;
68
68
  }> & {
69
69
  _id: mongoose.Types.ObjectId;
70
+ } & {
71
+ __v?: number;
70
72
  }>;
71
73
  export declare const MatchModel: mongoose.Model<{
72
74
  createdAt: NativeDate;
@@ -133,6 +135,8 @@ export declare const MatchModel: mongoose.Model<{
133
135
  hasTickets?: boolean;
134
136
  } & {
135
137
  _id: mongoose.Types.ObjectId;
138
+ } & {
139
+ __v?: number;
136
140
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
137
141
  timestamps: true;
138
142
  typeKey: "$type";
@@ -201,5 +205,7 @@ export declare const MatchModel: mongoose.Model<{
201
205
  hasTickets?: boolean;
202
206
  }> & {
203
207
  _id: mongoose.Types.ObjectId;
208
+ } & {
209
+ __v?: number;
204
210
  }>>;
205
211
  //# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgCvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAkD,CAAC"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgCvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAkD,CAAC"}
@@ -51,6 +51,8 @@ export declare const TeamsSchema: mongoose.Schema<any, mongoose.Model<any, any,
51
51
  venueHash?: string;
52
52
  }> & {
53
53
  _id: mongoose.Types.ObjectId;
54
+ } & {
55
+ __v?: number;
54
56
  }>;
55
57
  export declare const TeamModel: mongoose.Model<{
56
58
  createdAt: NativeDate;
@@ -102,6 +104,8 @@ export declare const TeamModel: mongoose.Model<{
102
104
  venueHash?: string;
103
105
  } & {
104
106
  _id: mongoose.Types.ObjectId;
107
+ } & {
108
+ __v?: number;
105
109
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
106
110
  timestamps: true;
107
111
  }, {
@@ -154,5 +158,7 @@ export declare const TeamModel: mongoose.Model<{
154
158
  venueHash?: string;
155
159
  }> & {
156
160
  _id: mongoose.Types.ObjectId;
161
+ } & {
162
+ __v?: number;
157
163
  }>>;
158
164
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/teams/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBvB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA+C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/teams/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBvB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA+C,CAAC"}
@@ -30,6 +30,8 @@ export declare const TicketSchema: mongoose.Schema<any, mongoose.Model<any, any,
30
30
  url?: string;
31
31
  }> & {
32
32
  _id: mongoose.Types.ObjectId;
33
+ } & {
34
+ __v?: number;
33
35
  }>;
34
36
  export declare const TicketModel: mongoose.Model<{
35
37
  createdAt: NativeDate;
@@ -60,6 +62,8 @@ export declare const TicketModel: mongoose.Model<{
60
62
  url?: string;
61
63
  } & {
62
64
  _id: mongoose.Types.ObjectId;
65
+ } & {
66
+ __v?: number;
63
67
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
64
68
  timestamps: true;
65
69
  }, {
@@ -91,5 +95,7 @@ export declare const TicketModel: mongoose.Model<{
91
95
  url?: string;
92
96
  }> & {
93
97
  _id: mongoose.Types.ObjectId;
98
+ } & {
99
+ __v?: number;
94
100
  }>>;
95
101
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/tickets/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/tickets/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoD,CAAC"}
@@ -30,6 +30,8 @@ export declare const UserSchema: mongoose.Schema<any, mongoose.Model<any, any, a
30
30
  lastLogin?: NativeDate;
31
31
  }> & {
32
32
  _id: mongoose.Types.ObjectId;
33
+ } & {
34
+ __v?: number;
33
35
  }>;
34
36
  export declare const UserModel: mongoose.Model<{
35
37
  createdAt: NativeDate;
@@ -60,6 +62,8 @@ export declare const UserModel: mongoose.Model<{
60
62
  lastLogin?: NativeDate;
61
63
  } & {
62
64
  _id: mongoose.Types.ObjectId;
65
+ } & {
66
+ __v?: number;
63
67
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
64
68
  timestamps: true;
65
69
  }, {
@@ -91,5 +95,7 @@ export declare const UserModel: mongoose.Model<{
91
95
  lastLogin?: NativeDate;
92
96
  }> & {
93
97
  _id: mongoose.Types.ObjectId;
98
+ } & {
99
+ __v?: number;
94
100
  }>>;
95
101
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/users/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/users/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8C,CAAC"}
@@ -58,6 +58,8 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
58
58
  googlePlaceId?: string;
59
59
  }> & {
60
60
  _id: mongoose.Types.ObjectId;
61
+ } & {
62
+ __v?: number;
61
63
  }>;
62
64
  export declare const VenueModel: mongoose.Model<{
63
65
  createdAt: NativeDate;
@@ -115,6 +117,8 @@ export declare const VenueModel: mongoose.Model<{
115
117
  googlePlaceId?: string;
116
118
  } & {
117
119
  _id: mongoose.Types.ObjectId;
120
+ } & {
121
+ __v?: number;
118
122
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
119
123
  timestamps: true;
120
124
  typeKey: "$type";
@@ -174,5 +178,7 @@ export declare const VenueModel: mongoose.Model<{
174
178
  googlePlaceId?: string;
175
179
  }> & {
176
180
  _id: mongoose.Types.ObjectId;
181
+ } & {
182
+ __v?: number;
177
183
  }>>;
178
184
  //# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8BvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAiD,CAAC"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8BvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAiD,CAAC"}
@@ -8,5 +8,6 @@ export declare class AIClient {
8
8
  }>;
9
9
  getFollowUpQuestions(chatHistory: any[]): Promise<any>;
10
10
  transcribeVoiceMessage(voiceFileLink: string): Promise<any>;
11
+ embedMatches(matchIds: string[]): Promise<any>;
11
12
  }
12
13
  //# sourceMappingURL=ai-client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-client.d.ts","sourceRoot":"","sources":["../../../src/providers/ai-client/ai-client.ts"],"names":[],"mappings":"AAEA,qBAAa,QAAQ;IACnB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgB;gBAC3B,OAAO,EAAE,MAAM;IAMrB,iBAAiB,CAAC,WAAW,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAgBrE,WAAW,CACf,WAAW,EAAE,GAAG,EAAE,EAClB,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,iBAAiB,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;IAmBvD,oBAAoB,CAAC,WAAW,EAAE,GAAG,EAAE;IAgBvC,sBAAsB,CAAC,aAAa,EAAE,MAAM;CAOnD"}
1
+ {"version":3,"file":"ai-client.d.ts","sourceRoot":"","sources":["../../../src/providers/ai-client/ai-client.ts"],"names":[],"mappings":"AAEA,qBAAa,QAAQ;IACnB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgB;gBAC3B,OAAO,EAAE,MAAM;IAMrB,iBAAiB,CAAC,WAAW,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAgBrE,WAAW,CACf,WAAW,EAAE,GAAG,EAAE,EAClB,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,iBAAiB,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;IAmBvD,oBAAoB,CAAC,WAAW,EAAE,GAAG,EAAE;IAgBvC,sBAAsB,CAAC,aAAa,EAAE,MAAM;IAQ5C,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;CAOrD"}
@@ -64,6 +64,14 @@ class AIClient {
64
64
  return data.transcription;
65
65
  });
66
66
  }
67
+ embedMatches(matchIds) {
68
+ return __awaiter(this, void 0, void 0, function* () {
69
+ const { data } = yield this.client.post("/embed-matches", {
70
+ matchIds,
71
+ });
72
+ return data.result;
73
+ });
74
+ }
67
75
  }
68
76
  exports.AIClient = AIClient;
69
77
  //# sourceMappingURL=ai-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-client.js","sourceRoot":"","sources":["../../../src/providers/ai-client/ai-client.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iCAA6C;AAE7C,MAAa,QAAQ;IAEnB,YAAY,OAAe;QACzB,IAAI,CAAC,MAAM,GAAG,eAAK,CAAC,MAAM,CAAC;YACzB,OAAO;SACR,CAAC,CAAC;IACL,CAAC;IAEK,iBAAiB,CAAC,WAAkB,EAAE,QAAgB;;YAC1D,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CACrC,OAAO,EACP,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,EACvC;gBACE,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,OAAO,EAAE,MAAO;gBAChB,YAAY,EAAE,QAAQ;aACvB,CACF,CAAC;YAEF,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;IAEK,WAAW,CACf,WAAkB,EAClB,QAAgB;;YAEhB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CACrC,OAAO,EACP,EAAE,WAAW,EAAE,QAAQ,EAAE,EACzB;gBACE,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,OAAO,EAAE,MAAO;gBAChB,YAAY,EAAE,MAAM;aACrB,CACF,CAAC;YAEF,OAAO;gBACL,QAAQ,EAAE,QAAQ,CAAC,IAAI,CAAC,QAAQ;gBAChC,iBAAiB,EAAE,QAAQ,CAAC,IAAI,CAAC,iBAAiB;aACnD,CAAC;QACJ,CAAC;KAAA;IAEK,oBAAoB,CAAC,WAAkB;;YAC3C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CACrC,YAAY,EACZ,EAAE,WAAW,EAAE,EACf;gBACE,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,OAAO,EAAE,MAAO;gBAChB,YAAY,EAAE,MAAM;aACrB,CACF,CAAC;YAEF,OAAO,QAAQ,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACzC,CAAC;KAAA;IAEK,sBAAsB,CAAC,aAAqB;;YAChD,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE;gBACrD,aAAa;aACd,CAAC,CAAC;YAEH,OAAO,IAAI,CAAC,aAAa,CAAC;QAC5B,CAAC;KAAA;CACF;AArED,4BAqEC"}
1
+ {"version":3,"file":"ai-client.js","sourceRoot":"","sources":["../../../src/providers/ai-client/ai-client.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iCAA6C;AAE7C,MAAa,QAAQ;IAEnB,YAAY,OAAe;QACzB,IAAI,CAAC,MAAM,GAAG,eAAK,CAAC,MAAM,CAAC;YACzB,OAAO;SACR,CAAC,CAAC;IACL,CAAC;IAEK,iBAAiB,CAAC,WAAkB,EAAE,QAAgB;;YAC1D,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CACrC,OAAO,EACP,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,EACvC;gBACE,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,OAAO,EAAE,MAAO;gBAChB,YAAY,EAAE,QAAQ;aACvB,CACF,CAAC;YAEF,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;IAEK,WAAW,CACf,WAAkB,EAClB,QAAgB;;YAEhB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CACrC,OAAO,EACP,EAAE,WAAW,EAAE,QAAQ,EAAE,EACzB;gBACE,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,OAAO,EAAE,MAAO;gBAChB,YAAY,EAAE,MAAM;aACrB,CACF,CAAC;YAEF,OAAO;gBACL,QAAQ,EAAE,QAAQ,CAAC,IAAI,CAAC,QAAQ;gBAChC,iBAAiB,EAAE,QAAQ,CAAC,IAAI,CAAC,iBAAiB;aACnD,CAAC;QACJ,CAAC;KAAA;IAEK,oBAAoB,CAAC,WAAkB;;YAC3C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CACrC,YAAY,EACZ,EAAE,WAAW,EAAE,EACf;gBACE,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,OAAO,EAAE,MAAO;gBAChB,YAAY,EAAE,MAAM;aACrB,CACF,CAAC;YAEF,OAAO,QAAQ,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACzC,CAAC;KAAA;IAEK,sBAAsB,CAAC,aAAqB;;YAChD,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE;gBACrD,aAAa;aACd,CAAC,CAAC;YAEH,OAAO,IAAI,CAAC,aAAa,CAAC;QAC5B,CAAC;KAAA;IAEK,YAAY,CAAC,QAAkB;;YACnC,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,gBAAgB,EAAE;gBACxD,QAAQ;aACT,CAAC,CAAC;YAEH,OAAO,IAAI,CAAC,MAAM,CAAC;QACrB,CAAC;KAAA;CACF;AA7ED,4BA6EC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weekendgoals/weekendgoals-common",
3
- "version": "1.1393.10955651790",
3
+ "version": "1.1405.11233320129",
4
4
  "description": "Weekend Goals Common",
5
5
  "private": false,
6
6
  "files": [