@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/mongoose/index.cjs
CHANGED
|
@@ -8110,6 +8110,10 @@ var schema7 = new MongooseSchema11(
|
|
|
8110
8110
|
required: false,
|
|
8111
8111
|
type: [userLicenseSchema]
|
|
8112
8112
|
},
|
|
8113
|
+
location: {
|
|
8114
|
+
required: false,
|
|
8115
|
+
type: locationsSchema
|
|
8116
|
+
},
|
|
8113
8117
|
overallPoints: { default: 0, required: false, type: Number },
|
|
8114
8118
|
partner: {
|
|
8115
8119
|
ref: "Partner",
|