@timardex/cluemart-server-shared 1.0.166 → 1.0.167
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-W5EVEI2Y.mjs → chunk-PJ4BVYZM.mjs} +3 -1
- package/dist/chunk-PJ4BVYZM.mjs.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +2 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.d.mts +2 -1
- package/dist/mongoose/index.d.ts +2 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +2 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-W5EVEI2Y.mjs.map +0 -1
|
@@ -8804,6 +8804,7 @@ var UNREGISTERED_VENDOR = gql`
|
|
|
8804
8804
|
fragment UnregisteredVendorFields on UnregisteredVendorType {
|
|
8805
8805
|
_id
|
|
8806
8806
|
categoryIds
|
|
8807
|
+
claimed
|
|
8807
8808
|
createdAt
|
|
8808
8809
|
deletedAt
|
|
8809
8810
|
email
|
|
@@ -12217,6 +12218,7 @@ var invitationSchema = new MongooseSchema15(
|
|
|
12217
12218
|
var schema11 = new MongooseSchema15(
|
|
12218
12219
|
{
|
|
12219
12220
|
categoryIds: { required: true, type: [String] },
|
|
12221
|
+
claimed: { default: false, required: true, type: Boolean },
|
|
12220
12222
|
deletedAt: { default: null, required: false, type: Date },
|
|
12221
12223
|
email: { required: true, type: String },
|
|
12222
12224
|
invitations: { required: true, type: [invitationSchema] },
|
|
@@ -12651,4 +12653,4 @@ react/cjs/react.development.js:
|
|
|
12651
12653
|
* LICENSE file in the root directory of this source tree.
|
|
12652
12654
|
*)
|
|
12653
12655
|
*/
|
|
12654
|
-
//# sourceMappingURL=chunk-
|
|
12656
|
+
//# sourceMappingURL=chunk-PJ4BVYZM.mjs.map
|