@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
package/dist/index.mjs
CHANGED
|
@@ -8751,6 +8751,7 @@ var VENDOR = gql`
|
|
|
8751
8751
|
}
|
|
8752
8752
|
updatedAt
|
|
8753
8753
|
vendorType
|
|
8754
|
+
unregisteredVendorId
|
|
8754
8755
|
}
|
|
8755
8756
|
${CATEGORY_FIELDS_FRAGMENT}
|
|
8756
8757
|
${VENDOR_DATETIME_FIELDS_FRAGMENT}
|
|
@@ -12165,6 +12166,11 @@ var schema9 = new MongooseSchema13(
|
|
|
12165
12166
|
required: false,
|
|
12166
12167
|
type: [resourceRelationsSchema]
|
|
12167
12168
|
},
|
|
12169
|
+
unregisteredVendorId: {
|
|
12170
|
+
default: null,
|
|
12171
|
+
required: false,
|
|
12172
|
+
type: String
|
|
12173
|
+
},
|
|
12168
12174
|
vendorInfoId: {
|
|
12169
12175
|
ref: "VendorInfo",
|
|
12170
12176
|
required: false,
|