@timardex/cluemart-server-shared 1.0.76 → 1.0.77

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.
@@ -39,6 +39,7 @@ interface SubscriptionPayload {
39
39
  };
40
40
  }
41
41
  interface GraphQLContext {
42
+ appVersion: string | null;
42
43
  user: AuthUser | null;
43
44
  pubsub: {
44
45
  publish: (eventName: EnumPubSubEvents, payload: SubscriptionPayload) => void;
@@ -39,6 +39,7 @@ interface SubscriptionPayload {
39
39
  };
40
40
  }
41
41
  interface GraphQLContext {
42
+ appVersion: string | null;
42
43
  user: AuthUser | null;
43
44
  pubsub: {
44
45
  publish: (eventName: EnumPubSubEvents, payload: SubscriptionPayload) => void;
@@ -11918,7 +11918,7 @@ var schema11 = new MongooseSchema15(
11918
11918
  {
11919
11919
  ...baseResourceFields,
11920
11920
  // Importing base resource fields from global.ts
11921
- claimed: { default: true, required: true, type: Boolean },
11921
+ claimed: { default: true, required: false, type: Boolean },
11922
11922
  dateTime: [dateTimeSchema3],
11923
11923
  eventInfoId: {
11924
11924
  ref: "EventInfo",
@@ -12100,4 +12100,4 @@ react/cjs/react.development.js:
12100
12100
  * LICENSE file in the root directory of this source tree.
12101
12101
  *)
12102
12102
  */
12103
- //# sourceMappingURL=chunk-AS6CKE7P.mjs.map
12103
+ //# sourceMappingURL=chunk-YWPI5EO2.mjs.map