@weekendgoals/weekendgoals-common 1.1561.12836023219 → 1.1588.13190163626

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.
@@ -10,6 +10,8 @@ export declare const TicketSchema: mongoose.Schema<any, mongoose.Model<any, any,
10
10
  price?: number;
11
11
  currency?: string;
12
12
  url?: string;
13
+ ticketProvider?: string;
14
+ isOfficial?: boolean;
13
15
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
14
16
  createdAt: NativeDate;
15
17
  updatedAt: NativeDate;
@@ -19,6 +21,8 @@ export declare const TicketSchema: mongoose.Schema<any, mongoose.Model<any, any,
19
21
  price?: number;
20
22
  currency?: string;
21
23
  url?: string;
24
+ ticketProvider?: string;
25
+ isOfficial?: boolean;
22
26
  }>> & mongoose.FlatRecord<{
23
27
  createdAt: NativeDate;
24
28
  updatedAt: NativeDate;
@@ -28,6 +32,8 @@ export declare const TicketSchema: mongoose.Schema<any, mongoose.Model<any, any,
28
32
  price?: number;
29
33
  currency?: string;
30
34
  url?: string;
35
+ ticketProvider?: string;
36
+ isOfficial?: boolean;
31
37
  }> & {
32
38
  _id: mongoose.Types.ObjectId;
33
39
  }>;
@@ -40,6 +46,8 @@ export declare const TicketModel: mongoose.Model<{
40
46
  price?: number;
41
47
  currency?: string;
42
48
  url?: string;
49
+ ticketProvider?: string;
50
+ isOfficial?: boolean;
43
51
  }, {}, {}, {}, mongoose.Document<unknown, {}, {
44
52
  createdAt: NativeDate;
45
53
  updatedAt: NativeDate;
@@ -49,6 +57,8 @@ export declare const TicketModel: mongoose.Model<{
49
57
  price?: number;
50
58
  currency?: string;
51
59
  url?: string;
60
+ ticketProvider?: string;
61
+ isOfficial?: boolean;
52
62
  }> & {
53
63
  createdAt: NativeDate;
54
64
  updatedAt: NativeDate;
@@ -58,6 +68,8 @@ export declare const TicketModel: mongoose.Model<{
58
68
  price?: number;
59
69
  currency?: string;
60
70
  url?: string;
71
+ ticketProvider?: string;
72
+ isOfficial?: boolean;
61
73
  } & {
62
74
  _id: mongoose.Types.ObjectId;
63
75
  }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
@@ -71,6 +83,8 @@ export declare const TicketModel: mongoose.Model<{
71
83
  price?: number;
72
84
  currency?: string;
73
85
  url?: string;
86
+ ticketProvider?: string;
87
+ isOfficial?: boolean;
74
88
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
75
89
  createdAt: NativeDate;
76
90
  updatedAt: NativeDate;
@@ -80,6 +94,8 @@ export declare const TicketModel: mongoose.Model<{
80
94
  price?: number;
81
95
  currency?: string;
82
96
  url?: string;
97
+ ticketProvider?: string;
98
+ isOfficial?: boolean;
83
99
  }>> & mongoose.FlatRecord<{
84
100
  createdAt: NativeDate;
85
101
  updatedAt: NativeDate;
@@ -89,6 +105,8 @@ export declare const TicketModel: mongoose.Model<{
89
105
  price?: number;
90
106
  currency?: string;
91
107
  url?: string;
108
+ ticketProvider?: string;
109
+ isOfficial?: boolean;
92
110
  }> & {
93
111
  _id: mongoose.Types.ObjectId;
94
112
  }>>;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWxB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoD,CAAC"}
@@ -8,6 +8,8 @@ exports.TicketSchema = new mongoose.Schema({
8
8
  price: Number,
9
9
  currency: String,
10
10
  url: String,
11
+ ticketProvider: String,
12
+ isOfficial: Boolean,
11
13
  }, { timestamps: true });
12
14
  exports.TicketModel = mongoose.model("Ticket", exports.TicketSchema, "Tickets");
13
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/tickets/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AACxB,QAAA,YAAY,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC7C;IACE,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;IACf,KAAK,EAAE,MAAM;IACb,QAAQ,EAAE,MAAM;IAChB,GAAG,EAAE,MAAM;CACZ,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,CACrB,CAAC;AAEW,QAAA,WAAW,GAAG,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,oBAAY,EAAE,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/tickets/index.ts"],"names":[],"mappings":";;;AAAA,qCAAqC;AACxB,QAAA,YAAY,GAAG,IAAI,QAAQ,CAAC,MAAM,CAC7C;IACE,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;IACf,KAAK,EAAE,MAAM;IACb,QAAQ,EAAE,MAAM;IAChB,GAAG,EAAE,MAAM;IACX,cAAc,EAAE,MAAM;IACtB,UAAU,EAAE,OAAO;CACpB,EACD,EAAE,UAAU,EAAE,IAAI,EAAE,CACrB,CAAC;AAEW,QAAA,WAAW,GAAG,QAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,oBAAY,EAAE,SAAS,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weekendgoals/weekendgoals-common",
3
- "version": "1.1561.12836023219",
3
+ "version": "1.1588.13190163626",
4
4
  "description": "Weekend Goals Common",
5
5
  "private": false,
6
6
  "files": [
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^20.11.7",
23
- "@typescript-eslint/eslint-plugin": "^6.19.1",
24
- "@typescript-eslint/parser": "^6.19.1",
25
- "eslint": "^8.57.0",
26
- "eslint-config-prettier": "^9.1.0",
27
- "eslint-plugin-prettier": "^5.1.3",
23
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
24
+ "@typescript-eslint/parser": "^8.22.0",
25
+ "eslint": "^9.19.0",
26
+ "eslint-config-prettier": "^10.0.1",
27
+ "eslint-plugin-prettier": "^5.2.3",
28
28
  "prettier": "^3.2.4",
29
29
  "ts-jest": "^29.0.5",
30
30
  "ts-node": "^10.9.1",
31
- "typescript": "^5.3.3"
31
+ "typescript": "^5.7.3"
32
32
  }
33
33
  }