@timardex/cluemart-server-shared 1.0.175 → 1.0.176
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.
- package/dist/{chunk-3KGPZJIH.mjs → chunk-FSEMFTFQ.mjs} +7 -1
- package/dist/chunk-FSEMFTFQ.mjs.map +1 -0
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +6 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.d.mts +4 -2
- package/dist/mongoose/index.d.ts +4 -2
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +6 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-3KGPZJIH.mjs.map +0 -1
|
@@ -12294,6 +12294,12 @@ var schema11 = new MongooseSchema15(
|
|
|
12294
12294
|
active: { default: true, required: true, type: Boolean },
|
|
12295
12295
|
categoryIds: { required: true, type: [String] },
|
|
12296
12296
|
claimed: { default: false, required: true, type: Boolean },
|
|
12297
|
+
claimedAt: { default: null, required: false, type: Date },
|
|
12298
|
+
claimedByUserId: {
|
|
12299
|
+
ref: "User",
|
|
12300
|
+
required: false,
|
|
12301
|
+
type: mongoose15.Schema.Types.ObjectId
|
|
12302
|
+
},
|
|
12297
12303
|
deletedAt: { default: null, required: false, type: Date },
|
|
12298
12304
|
email: { required: false, type: String },
|
|
12299
12305
|
invitations: { required: true, type: [invitationSchema] },
|
|
@@ -12728,4 +12734,4 @@ react/cjs/react.development.js:
|
|
|
12728
12734
|
* LICENSE file in the root directory of this source tree.
|
|
12729
12735
|
*)
|
|
12730
12736
|
*/
|
|
12731
|
-
//# sourceMappingURL=chunk-
|
|
12737
|
+
//# sourceMappingURL=chunk-FSEMFTFQ.mjs.map
|