@timardex/cluemart-server-shared 1.0.205 → 1.0.206
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-75OR3Z2F.mjs → chunk-BIHC7C72.mjs} +5 -1
- package/dist/{chunk-75OR3Z2F.mjs.map → chunk-BIHC7C72.mjs.map} +1 -1
- 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/index.cjs
CHANGED
|
@@ -8122,6 +8122,10 @@ var schema7 = new MongooseSchema11(
|
|
|
8122
8122
|
required: false,
|
|
8123
8123
|
type: [userLicenseSchema]
|
|
8124
8124
|
},
|
|
8125
|
+
location: {
|
|
8126
|
+
required: false,
|
|
8127
|
+
type: locationsSchema
|
|
8128
|
+
},
|
|
8125
8129
|
overallPoints: { default: 0, required: false, type: Number },
|
|
8126
8130
|
partner: {
|
|
8127
8131
|
ref: "Partner",
|