@timardex/cluemart-server-shared 1.0.172 → 1.0.173
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-UVBT7AW4.mjs → chunk-ODJX3YV4.mjs} +5 -1
- package/dist/chunk-ODJX3YV4.mjs.map +1 -0
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +4 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +4 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-UVBT7AW4.mjs.map +0 -1
|
@@ -8690,6 +8690,7 @@ var VENDOR = gql`
|
|
|
8690
8690
|
...ResourceImageFields
|
|
8691
8691
|
}
|
|
8692
8692
|
createdAt
|
|
8693
|
+
claimed
|
|
8693
8694
|
description
|
|
8694
8695
|
deletedAt
|
|
8695
8696
|
foodTruck
|
|
@@ -10995,8 +10996,10 @@ var defaultVendorFormValues = {
|
|
|
10995
10996
|
school: false
|
|
10996
10997
|
},
|
|
10997
10998
|
categories: [],
|
|
10999
|
+
claimed: true,
|
|
10998
11000
|
foodTruck: false,
|
|
10999
11001
|
products: null,
|
|
11002
|
+
unregisteredVendorId: null,
|
|
11000
11003
|
vendorType: "Stallholder"
|
|
11001
11004
|
/* STALLHOLDER */
|
|
11002
11005
|
};
|
|
@@ -12138,6 +12141,7 @@ var schema9 = new MongooseSchema13(
|
|
|
12138
12141
|
type: calendarWrapperSchema
|
|
12139
12142
|
},
|
|
12140
12143
|
categories: { required: true, type: [CategorySchema] },
|
|
12144
|
+
claimed: { default: true, required: false, type: Boolean },
|
|
12141
12145
|
foodTruck: { required: true, type: Boolean },
|
|
12142
12146
|
products: { required: false, type: productWrapperSchema },
|
|
12143
12147
|
relations: {
|
|
@@ -12672,4 +12676,4 @@ react/cjs/react.development.js:
|
|
|
12672
12676
|
* LICENSE file in the root directory of this source tree.
|
|
12673
12677
|
*)
|
|
12674
12678
|
*/
|
|
12675
|
-
//# sourceMappingURL=chunk-
|
|
12679
|
+
//# sourceMappingURL=chunk-ODJX3YV4.mjs.map
|