@timardex/cluemart-server-shared 1.0.147 → 1.0.149

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.
@@ -17,7 +17,7 @@ declare const NotificationModel: mongoose.Model<SchemaNotificationType, {}, {},
17
17
  __v: number;
18
18
  }, any>;
19
19
 
20
- type ObjectId = mongoose.Schema.Types.ObjectId;
20
+ type ObjectId = mongoose.Types.ObjectId;
21
21
  declare enum EnumPubSubEvents {
22
22
  GET_CHAT_MESSAGE = "GET_CHAT_MESSAGE",
23
23
  GET_NOTIFICATIONS = "GET_NOTIFICATIONS",
@@ -17,7 +17,7 @@ declare const NotificationModel: mongoose.Model<SchemaNotificationType, {}, {},
17
17
  __v: number;
18
18
  }, any>;
19
19
 
20
- type ObjectId = mongoose.Schema.Types.ObjectId;
20
+ type ObjectId = mongoose.Types.ObjectId;
21
21
  declare enum EnumPubSubEvents {
22
22
  GET_CHAT_MESSAGE = "GET_CHAT_MESSAGE",
23
23
  GET_NOTIFICATIONS = "GET_NOTIFICATIONS",
@@ -6827,10 +6827,6 @@ var EnumSubscriptionStatus = /* @__PURE__ */ ((EnumSubscriptionStatus22) => {
6827
6827
  EnumSubscriptionStatus22["TRIALING"] = "trialing";
6828
6828
  return EnumSubscriptionStatus22;
6829
6829
  })(EnumSubscriptionStatus || {});
6830
- var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
6831
- EnumGameType2["DAILY_CLUE"] = "dailyClue";
6832
- return EnumGameType2;
6833
- })(EnumGameType || {});
6834
6830
  var OBJECT_ID_PATH_SEGMENT = "[a-f0-9]{24}";
6835
6831
  var OBJECT_ID_PATH_SEGMENT_END = `${OBJECT_ID_PATH_SEGMENT}$`;
6836
6832
  var gameScreenIdentifierList = [
@@ -9929,7 +9925,6 @@ var DAILY_CLUE_BASE_GAME_FIELDS_FRAGMENT = gql`
9929
9925
  ...GameDateFields
9930
9926
  }
9931
9927
  gameSolution
9932
- gameType
9933
9928
  }
9934
9929
  ${GAME_DATE_FIELDS_FRAGMENT}
9935
9930
  `;
@@ -10039,6 +10034,7 @@ var GET_GAME_LEADERBOARD = gql`
10039
10034
  `;
10040
10035
  var BASE_GAME_FIELDS_FRAGMENT = gql`
10041
10036
  fragment BaseGameFields on BaseGameType {
10037
+ gameType
10042
10038
  dailyClue {
10043
10039
  ...DailyClueBaseGameFields
10044
10040
  }
@@ -11038,6 +11034,10 @@ var EnumGameStatus = /* @__PURE__ */ ((EnumGameStatus2) => {
11038
11034
  EnumGameStatus2["GAME_STARTED"] = "GAME_STARTED";
11039
11035
  return EnumGameStatus2;
11040
11036
  })(EnumGameStatus || {});
11037
+ var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
11038
+ EnumGameType2["DAILY_CLUE"] = "dailyClue";
11039
+ return EnumGameType2;
11040
+ })(EnumGameType || {});
11041
11041
 
11042
11042
  // src/mongoose/Ad.ts
11043
11043
  import mongoose from "mongoose";
@@ -12303,12 +12303,7 @@ var schemaLetters = new MongooseSchema19(
12303
12303
  var schemaDailyClueBaseGame = new MongooseSchema19(
12304
12304
  {
12305
12305
  gameDate: { required: true, type: schemaGameDate },
12306
- gameSolution: { required: true, type: String },
12307
- gameType: {
12308
- enum: Object.values(EnumGameType),
12309
- required: false,
12310
- type: String
12311
- }
12306
+ gameSolution: { required: true, type: String }
12312
12307
  },
12313
12308
  { _id: false }
12314
12309
  );
@@ -12480,4 +12475,4 @@ react/cjs/react.development.js:
12480
12475
  * LICENSE file in the root directory of this source tree.
12481
12476
  *)
12482
12477
  */
12483
- //# sourceMappingURL=chunk-4ZDEYFIM.mjs.map
12478
+ //# sourceMappingURL=chunk-XT6SQI4D.mjs.map