@weekendgoals/weekendgoals-common 1.1016.7952276393 → 1.1032.8009815901

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.
@@ -32,6 +32,7 @@ export declare const TeamsSchema: mongoose.Schema<any, mongoose.Model<any, any,
32
32
  name?: string;
33
33
  venueId?: string;
34
34
  hash?: string;
35
+ country?: string;
35
36
  metadata?: {
36
37
  instagramUrl?: string;
37
38
  websiteUrl?: string;
@@ -47,6 +48,7 @@ export declare const TeamsSchema: mongoose.Schema<any, mongoose.Model<any, any,
47
48
  name?: string;
48
49
  venueId?: string;
49
50
  hash?: string;
51
+ country?: string;
50
52
  metadata?: {
51
53
  instagramUrl?: string;
52
54
  websiteUrl?: string;
@@ -62,6 +64,7 @@ export declare const TeamsSchema: mongoose.Schema<any, mongoose.Model<any, any,
62
64
  name?: string;
63
65
  venueId?: string;
64
66
  hash?: string;
67
+ country?: string;
65
68
  metadata?: {
66
69
  instagramUrl?: string;
67
70
  websiteUrl?: string;
@@ -80,6 +83,7 @@ export declare const TeamModel: mongoose.Model<{
80
83
  name?: string;
81
84
  venueId?: string;
82
85
  hash?: string;
86
+ country?: string;
83
87
  metadata?: {
84
88
  instagramUrl?: string;
85
89
  websiteUrl?: string;
@@ -95,6 +99,7 @@ export declare const TeamModel: mongoose.Model<{
95
99
  name?: string;
96
100
  venueId?: string;
97
101
  hash?: string;
102
+ country?: string;
98
103
  metadata?: {
99
104
  instagramUrl?: string;
100
105
  websiteUrl?: string;
@@ -110,6 +115,7 @@ export declare const TeamModel: mongoose.Model<{
110
115
  name?: string;
111
116
  venueId?: string;
112
117
  hash?: string;
118
+ country?: string;
113
119
  metadata?: {
114
120
  instagramUrl?: string;
115
121
  websiteUrl?: string;
@@ -129,6 +135,7 @@ export declare const TeamModel: mongoose.Model<{
129
135
  name?: string;
130
136
  venueId?: string;
131
137
  hash?: string;
138
+ country?: string;
132
139
  metadata?: {
133
140
  instagramUrl?: string;
134
141
  websiteUrl?: string;
@@ -144,6 +151,7 @@ export declare const TeamModel: mongoose.Model<{
144
151
  name?: string;
145
152
  venueId?: string;
146
153
  hash?: string;
154
+ country?: string;
147
155
  metadata?: {
148
156
  instagramUrl?: string;
149
157
  websiteUrl?: string;
@@ -159,6 +167,7 @@ export declare const TeamModel: mongoose.Model<{
159
167
  name?: string;
160
168
  venueId?: string;
161
169
  hash?: string;
170
+ country?: string;
162
171
  metadata?: {
163
172
  instagramUrl?: string;
164
173
  websiteUrl?: string;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAevB,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"}
@@ -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
+ country: String,
11
12
  metadata: {
12
13
  instagramUrl: String,
13
14
  websiteUrl: 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,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,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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weekendgoals/weekendgoals-common",
3
- "version": "1.1016.7952276393",
3
+ "version": "1.1032.8009815901",
4
4
  "description": "Weekend Goals Common",
5
5
  "private": false,
6
6
  "files": [