@timardex/cluemart-shared 1.2.43 → 1.2.45

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/index.d.mts CHANGED
@@ -72,10 +72,10 @@ declare enum EnumResourceType {
72
72
  VENDOR = "vendor"
73
73
  }
74
74
  declare enum EnumEventType {
75
+ MARKET = "Market",
75
76
  EXPO = "Expo",
76
77
  FAIR = "Fair",
77
- FESTIVAL = "Festival",
78
- MARKET = "Market"
78
+ FESTIVAL = "Festival"
79
79
  }
80
80
  declare enum EnumVendorType {
81
81
  STALLHOLDER = "Stallholder",
@@ -557,6 +557,7 @@ type ParticipantType = {
557
557
  active: boolean;
558
558
  email: string;
559
559
  userId: string;
560
+ userName: string;
560
561
  };
561
562
  interface ChatMessageInput {
562
563
  content: string;
package/dist/index.d.ts CHANGED
@@ -72,10 +72,10 @@ declare enum EnumResourceType {
72
72
  VENDOR = "vendor"
73
73
  }
74
74
  declare enum EnumEventType {
75
+ MARKET = "Market",
75
76
  EXPO = "Expo",
76
77
  FAIR = "Fair",
77
- FESTIVAL = "Festival",
78
- MARKET = "Market"
78
+ FESTIVAL = "Festival"
79
79
  }
80
80
  declare enum EnumVendorType {
81
81
  STALLHOLDER = "Stallholder",
@@ -557,6 +557,7 @@ type ParticipantType = {
557
557
  active: boolean;
558
558
  email: string;
559
559
  userId: string;
560
+ userName: string;
560
561
  };
561
562
  interface ChatMessageInput {
562
563
  content: string;
package/dist/index.mjs CHANGED
@@ -76,10 +76,10 @@ var EnumResourceType = /* @__PURE__ */ ((EnumResourceType2) => {
76
76
  return EnumResourceType2;
77
77
  })(EnumResourceType || {});
78
78
  var EnumEventType = /* @__PURE__ */ ((EnumEventType2) => {
79
+ EnumEventType2["MARKET"] = "Market";
79
80
  EnumEventType2["EXPO"] = "Expo";
80
81
  EnumEventType2["FAIR"] = "Fair";
81
82
  EnumEventType2["FESTIVAL"] = "Festival";
82
- EnumEventType2["MARKET"] = "Market";
83
83
  return EnumEventType2;
84
84
  })(EnumEventType || {});
85
85
  var EnumVendorType = /* @__PURE__ */ ((EnumVendorType2) => {
@@ -2704,6 +2704,7 @@ var CHAT_PARTICIPANT = gql6`
2704
2704
  active
2705
2705
  email
2706
2706
  userId
2707
+ userName
2707
2708
  }
2708
2709
  `;
2709
2710
  var CHAT_FIELDS_FRAGMENT = gql6`