@weekendgoals/weekendgoals-common 1.1652.15580259487 → 1.1663.15582699783

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.
@@ -9,6 +9,8 @@ export declare const LeagueSchema: mongoose.Schema<any, mongoose.Model<any, any,
9
9
  country?: string;
10
10
  rank?: number;
11
11
  soccerwaySlug?: string;
12
+ logo?: string;
13
+ externalId?: string;
12
14
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
13
15
  createdAt: NativeDate;
14
16
  updatedAt: NativeDate;
@@ -17,6 +19,8 @@ export declare const LeagueSchema: mongoose.Schema<any, mongoose.Model<any, any,
17
19
  country?: string;
18
20
  rank?: number;
19
21
  soccerwaySlug?: string;
22
+ logo?: string;
23
+ externalId?: string;
20
24
  }>> & mongoose.FlatRecord<{
21
25
  createdAt: NativeDate;
22
26
  updatedAt: NativeDate;
@@ -25,6 +29,8 @@ export declare const LeagueSchema: mongoose.Schema<any, mongoose.Model<any, any,
25
29
  country?: string;
26
30
  rank?: number;
27
31
  soccerwaySlug?: string;
32
+ logo?: string;
33
+ externalId?: string;
28
34
  }> & {
29
35
  _id: mongoose.Types.ObjectId;
30
36
  }>;
@@ -36,6 +42,8 @@ export declare const LeagueModel: mongoose.Model<{
36
42
  country?: string;
37
43
  rank?: number;
38
44
  soccerwaySlug?: string;
45
+ logo?: string;
46
+ externalId?: string;
39
47
  }, {}, {}, {}, mongoose.Document<unknown, {}, {
40
48
  createdAt: NativeDate;
41
49
  updatedAt: NativeDate;
@@ -44,6 +52,8 @@ export declare const LeagueModel: mongoose.Model<{
44
52
  country?: string;
45
53
  rank?: number;
46
54
  soccerwaySlug?: string;
55
+ logo?: string;
56
+ externalId?: string;
47
57
  }> & {
48
58
  createdAt: NativeDate;
49
59
  updatedAt: NativeDate;
@@ -52,6 +62,8 @@ export declare const LeagueModel: mongoose.Model<{
52
62
  country?: string;
53
63
  rank?: number;
54
64
  soccerwaySlug?: string;
65
+ logo?: string;
66
+ externalId?: string;
55
67
  } & {
56
68
  _id: mongoose.Types.ObjectId;
57
69
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
@@ -64,6 +76,8 @@ export declare const LeagueModel: mongoose.Model<{
64
76
  country?: string;
65
77
  rank?: number;
66
78
  soccerwaySlug?: string;
79
+ logo?: string;
80
+ externalId?: string;
67
81
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
68
82
  createdAt: NativeDate;
69
83
  updatedAt: NativeDate;
@@ -72,6 +86,8 @@ export declare const LeagueModel: mongoose.Model<{
72
86
  country?: string;
73
87
  rank?: number;
74
88
  soccerwaySlug?: string;
89
+ logo?: string;
90
+ externalId?: string;
75
91
  }>> & mongoose.FlatRecord<{
76
92
  createdAt: NativeDate;
77
93
  updatedAt: NativeDate;
@@ -80,6 +96,8 @@ export declare const LeagueModel: mongoose.Model<{
80
96
  country?: string;
81
97
  rank?: number;
82
98
  soccerwaySlug?: string;
99
+ logo?: string;
100
+ externalId?: string;
83
101
  }> & {
84
102
  _id: mongoose.Types.ObjectId;
85
103
  }>>;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUyB,CAAC;AAEnD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoD,CAAC"}
@@ -7,6 +7,8 @@ exports.LeagueSchema = new mongoose.Schema({
7
7
  name: String,
8
8
  rank: Number,
9
9
  soccerwaySlug: String,
10
+ externalId: { type: String, sparse: true },
11
+ logo: String,
10
12
  }, { timestamps: true }).index({ country: 1, name: 1 }, { unique: true });
11
13
  exports.LeagueModel = mongoose.model("League", exports.LeagueSchema, "Leagues");
12
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/leagues/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AACxB,QAAA,YAAY,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC7C;IACE,OAAO,EAAE,MAAM;IACf,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,MAAM;CACtB,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,CACrB,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;AAEtC,QAAA,WAAW,GAAG,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,oBAAY,EAAE,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/leagues/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AACxB,QAAA,YAAY,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC7C;IACE,OAAO,EAAE,MAAM;IACf,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,MAAM;IACrB,UAAU,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IAC1C,IAAI,EAAE,MAAM;CACb,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,CACrB,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;AAEtC,QAAA,WAAW,GAAG,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,oBAAY,EAAE,SAAS,CAAC,CAAC"}
@@ -15,6 +15,7 @@ export declare const TeamsSchema: mongoose.Schema<any, mongoose.Model<any, any,
15
15
  ticketsUrl?: string;
16
16
  };
17
17
  soccerwaySlug?: string;
18
+ externalId?: string;
18
19
  leagueId?: string;
19
20
  venueHash?: string;
20
21
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
@@ -31,6 +32,7 @@ export declare const TeamsSchema: mongoose.Schema<any, mongoose.Model<any, any,
31
32
  ticketsUrl?: string;
32
33
  };
33
34
  soccerwaySlug?: string;
35
+ externalId?: string;
34
36
  leagueId?: string;
35
37
  venueHash?: string;
36
38
  }>> & mongoose.FlatRecord<{
@@ -47,6 +49,7 @@ export declare const TeamsSchema: mongoose.Schema<any, mongoose.Model<any, any,
47
49
  ticketsUrl?: string;
48
50
  };
49
51
  soccerwaySlug?: string;
52
+ externalId?: string;
50
53
  leagueId?: string;
51
54
  venueHash?: string;
52
55
  }> & {
@@ -66,6 +69,7 @@ export declare const TeamModel: mongoose.Model<{
66
69
  ticketsUrl?: string;
67
70
  };
68
71
  soccerwaySlug?: string;
72
+ externalId?: string;
69
73
  leagueId?: string;
70
74
  venueHash?: string;
71
75
  }, {}, {}, {}, mongoose.Document<unknown, {}, {
@@ -82,6 +86,7 @@ export declare const TeamModel: mongoose.Model<{
82
86
  ticketsUrl?: string;
83
87
  };
84
88
  soccerwaySlug?: string;
89
+ externalId?: string;
85
90
  leagueId?: string;
86
91
  venueHash?: string;
87
92
  }> & {
@@ -98,6 +103,7 @@ export declare const TeamModel: mongoose.Model<{
98
103
  ticketsUrl?: string;
99
104
  };
100
105
  soccerwaySlug?: string;
106
+ externalId?: string;
101
107
  leagueId?: string;
102
108
  venueHash?: string;
103
109
  } & {
@@ -118,6 +124,7 @@ export declare const TeamModel: mongoose.Model<{
118
124
  ticketsUrl?: string;
119
125
  };
120
126
  soccerwaySlug?: string;
127
+ externalId?: string;
121
128
  leagueId?: string;
122
129
  venueHash?: string;
123
130
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
@@ -134,6 +141,7 @@ export declare const TeamModel: mongoose.Model<{
134
141
  ticketsUrl?: string;
135
142
  };
136
143
  soccerwaySlug?: string;
144
+ externalId?: string;
137
145
  leagueId?: string;
138
146
  venueHash?: string;
139
147
  }>> & mongoose.FlatRecord<{
@@ -150,6 +158,7 @@ export declare const TeamModel: mongoose.Model<{
150
158
  ticketsUrl?: string;
151
159
  };
152
160
  soccerwaySlug?: string;
161
+ externalId?: string;
153
162
  leagueId?: string;
154
163
  venueHash?: string;
155
164
  }> & {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBvB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA+C,CAAC"}
@@ -8,6 +8,7 @@ exports.TeamsSchema = new mongoose.Schema({
8
8
  venueId: String,
9
9
  venueHash: String,
10
10
  hash: { type: String, unique: true },
11
+ externalId: { type: String, sparse: true },
11
12
  country: String,
12
13
  metadata: {
13
14
  instagramUrl: String,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/teams/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AACxB,QAAA,WAAW,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC5C;IACE,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IACpC,OAAO,EAAE,MAAM;IACf,QAAQ,EAAE;QACR,YAAY,EAAE,MAAM;QACpB,UAAU,EAAE,MAAM;QAClB,UAAU,EAAE,MAAM;KACnB;IACD,aAAa,EAAE,MAAM;CACtB,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,CACrB,CAAC;AAEW,QAAA,SAAS,GAAG,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,mBAAW,EAAE,OAAO,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/teams/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AACxB,QAAA,WAAW,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC5C;IACE,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IACpC,UAAU,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE;IAC1C,OAAO,EAAE,MAAM;IACf,QAAQ,EAAE;QACR,YAAY,EAAE,MAAM;QACpB,UAAU,EAAE,MAAM;QAClB,UAAU,EAAE,MAAM;KACnB;IACD,aAAa,EAAE,MAAM;CACtB,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,CACrB,CAAC;AAEW,QAAA,SAAS,GAAG,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,mBAAW,EAAE,OAAO,CAAC,CAAC"}
@@ -15,6 +15,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
15
15
  area?: string;
16
16
  city?: string;
17
17
  country?: string;
18
+ externalId?: string;
18
19
  timezone?: string;
19
20
  imageUrl?: string;
20
21
  imageAttribution?: string;
@@ -34,6 +35,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
34
35
  area?: string;
35
36
  city?: string;
36
37
  country?: string;
38
+ externalId?: string;
37
39
  timezone?: string;
38
40
  imageUrl?: string;
39
41
  imageAttribution?: string;
@@ -53,6 +55,7 @@ export declare const VenueSchema: mongoose.Schema<any, mongoose.Model<any, any,
53
55
  area?: string;
54
56
  city?: string;
55
57
  country?: string;
58
+ externalId?: string;
56
59
  timezone?: string;
57
60
  imageUrl?: string;
58
61
  imageAttribution?: string;
@@ -75,6 +78,7 @@ export declare const VenueModel: mongoose.Model<{
75
78
  area?: string;
76
79
  city?: string;
77
80
  country?: string;
81
+ externalId?: string;
78
82
  timezone?: string;
79
83
  imageUrl?: string;
80
84
  imageAttribution?: string;
@@ -94,6 +98,7 @@ export declare const VenueModel: mongoose.Model<{
94
98
  area?: string;
95
99
  city?: string;
96
100
  country?: string;
101
+ externalId?: string;
97
102
  timezone?: string;
98
103
  imageUrl?: string;
99
104
  imageAttribution?: string;
@@ -113,6 +118,7 @@ export declare const VenueModel: mongoose.Model<{
113
118
  area?: string;
114
119
  city?: string;
115
120
  country?: string;
121
+ externalId?: string;
116
122
  timezone?: string;
117
123
  imageUrl?: string;
118
124
  imageAttribution?: string;
@@ -137,6 +143,7 @@ export declare const VenueModel: mongoose.Model<{
137
143
  area?: string;
138
144
  city?: string;
139
145
  country?: string;
146
+ externalId?: string;
140
147
  timezone?: string;
141
148
  imageUrl?: string;
142
149
  imageAttribution?: string;
@@ -156,6 +163,7 @@ export declare const VenueModel: mongoose.Model<{
156
163
  area?: string;
157
164
  city?: string;
158
165
  country?: string;
166
+ externalId?: string;
159
167
  timezone?: string;
160
168
  imageUrl?: string;
161
169
  imageAttribution?: string;
@@ -175,6 +183,7 @@ export declare const VenueModel: mongoose.Model<{
175
183
  area?: string;
176
184
  city?: string;
177
185
  country?: string;
186
+ externalId?: string;
178
187
  timezone?: string;
179
188
  imageUrl?: string;
180
189
  imageAttribution?: string;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BvB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgCvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAiD,CAAC"}
@@ -5,6 +5,7 @@ const mongoose = require("mongoose");
5
5
  exports.VenueSchema = new mongoose.Schema({
6
6
  name: String,
7
7
  hash: { $type: String, unique: true },
8
+ externalId: { $type: String, sparse: true },
8
9
  timezone: String,
9
10
  location: {
10
11
  $type: {
@@ -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,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"}
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,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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weekendgoals/weekendgoals-common",
3
- "version": "1.1652.15580259487",
3
+ "version": "1.1663.15582699783",
4
4
  "description": "Weekend Goals Common",
5
5
  "private": false,
6
6
  "files": [
@@ -16,6 +16,7 @@
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
18
  "@weekendgoals/weekendgoals-types": "latest",
19
+ "axios": "^1.9.0",
19
20
  "mongoose": "8.6.4"
20
21
  },
21
22
  "devDependencies": {