@timardex/cluemart-server-shared 1.0.160 → 1.0.161

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.
@@ -12350,6 +12350,16 @@ var MongooseSchema18 = mongoose18.Schema;
12350
12350
  var APP_SETTINGS_ID = "APP_SETTINGS_DOCUMENT_ID";
12351
12351
  var AppSettingSchema = new MongooseSchema18(
12352
12352
  {
12353
+ activeSchoolsStudentCountTotal: {
12354
+ default: 0,
12355
+ required: true,
12356
+ type: Number
12357
+ },
12358
+ activeSchoolsStudentCountUpdatedAt: {
12359
+ default: Date.now,
12360
+ required: true,
12361
+ type: Date
12362
+ },
12353
12363
  appVersion: { default: "1.0.1", required: true, type: String },
12354
12364
  isOfflineMode: { default: false, required: true, type: Boolean },
12355
12365
  key: {
@@ -12625,4 +12635,4 @@ react/cjs/react.development.js:
12625
12635
  * LICENSE file in the root directory of this source tree.
12626
12636
  *)
12627
12637
  */
12628
- //# sourceMappingURL=chunk-AY3HRVNJ.mjs.map
12638
+ //# sourceMappingURL=chunk-YJEFAISD.mjs.map