@timardex/cluemart-server-shared 1.0.171 → 1.0.172
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-PLTSIORQ.mjs → chunk-UVBT7AW4.mjs} +7 -1
- package/dist/chunk-UVBT7AW4.mjs.map +1 -0
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- 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.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-PLTSIORQ.mjs.map +0 -1
|
@@ -8730,6 +8730,7 @@ var VENDOR = gql`
|
|
|
8730
8730
|
}
|
|
8731
8731
|
updatedAt
|
|
8732
8732
|
vendorType
|
|
8733
|
+
unregisteredVendorId
|
|
8733
8734
|
}
|
|
8734
8735
|
${CATEGORY_FIELDS_FRAGMENT}
|
|
8735
8736
|
${VENDOR_DATETIME_FIELDS_FRAGMENT}
|
|
@@ -12144,6 +12145,11 @@ var schema9 = new MongooseSchema13(
|
|
|
12144
12145
|
required: false,
|
|
12145
12146
|
type: [resourceRelationsSchema]
|
|
12146
12147
|
},
|
|
12148
|
+
unregisteredVendorId: {
|
|
12149
|
+
default: null,
|
|
12150
|
+
required: false,
|
|
12151
|
+
type: String
|
|
12152
|
+
},
|
|
12147
12153
|
vendorInfoId: {
|
|
12148
12154
|
ref: "VendorInfo",
|
|
12149
12155
|
required: false,
|
|
@@ -12666,4 +12672,4 @@ react/cjs/react.development.js:
|
|
|
12666
12672
|
* LICENSE file in the root directory of this source tree.
|
|
12667
12673
|
*)
|
|
12668
12674
|
*/
|
|
12669
|
-
//# sourceMappingURL=chunk-
|
|
12675
|
+
//# sourceMappingURL=chunk-UVBT7AW4.mjs.map
|