@timardex/cluemart-server-shared 1.0.204 → 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-7SJC4FKW.mjs → chunk-BIHC7C72.mjs} +7 -2
- package/dist/chunk-BIHC7C72.mjs.map +1 -0
- package/dist/index.cjs +6 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +6 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +6 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-7SJC4FKW.mjs.map +0 -1
package/dist/mongoose/index.cjs
CHANGED
|
@@ -6796,6 +6796,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = gql`
|
|
|
6796
6796
|
gameTitle
|
|
6797
6797
|
gameType
|
|
6798
6798
|
gameTypeId
|
|
6799
|
+
overallGamePoints
|
|
6799
6800
|
pointsEarned
|
|
6800
6801
|
}
|
|
6801
6802
|
${GAME_DATE_FIELDS_FRAGMENT}
|
|
@@ -8109,6 +8110,10 @@ var schema7 = new MongooseSchema11(
|
|
|
8109
8110
|
required: false,
|
|
8110
8111
|
type: [userLicenseSchema]
|
|
8111
8112
|
},
|
|
8113
|
+
location: {
|
|
8114
|
+
required: false,
|
|
8115
|
+
type: locationsSchema
|
|
8116
|
+
},
|
|
8112
8117
|
overallPoints: { default: 0, required: false, type: Number },
|
|
8113
8118
|
partner: {
|
|
8114
8119
|
ref: "Partner",
|
|
@@ -8472,7 +8477,7 @@ var contentSchema = new MongooseSchema18(
|
|
|
8472
8477
|
);
|
|
8473
8478
|
var schema14 = new MongooseSchema18(
|
|
8474
8479
|
{
|
|
8475
|
-
active: { default:
|
|
8480
|
+
active: { default: false, required: true, type: Boolean },
|
|
8476
8481
|
caption: { required: true, type: String },
|
|
8477
8482
|
content: {
|
|
8478
8483
|
default: [],
|