@timardex/cluemart-shared 1.0.12 → 1.0.13

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.cjs CHANGED
@@ -184,9 +184,11 @@ var import_utc = __toESM(require("dayjs/plugin/utc"));
184
184
  var EnumInviteStatus = /* @__PURE__ */ ((EnumInviteStatus2) => {
185
185
  EnumInviteStatus2["ACCEPTED"] = "ACCEPTED";
186
186
  EnumInviteStatus2["COMPLETED"] = "COMPLETED";
187
+ EnumInviteStatus2["EXPIRED"] = "EXPIRED";
188
+ EnumInviteStatus2["NO_STATUS"] = "NO_STATUS";
187
189
  EnumInviteStatus2["PENDING"] = "PENDING";
188
190
  EnumInviteStatus2["REJECTED"] = "REJECTED";
189
- EnumInviteStatus2["NO_STATUS"] = "NO_STATUS";
191
+ EnumInviteStatus2["WAITING"] = "WAITING";
190
192
  return EnumInviteStatus2;
191
193
  })(EnumInviteStatus || {});
192
194
  var EnumRejectionPolicy = /* @__PURE__ */ ((EnumRejectionPolicy2) => {
@@ -2027,6 +2029,7 @@ var RELATION_DATES_FRAGMENT = import_client14.gql`
2027
2029
  var RELATION_FIELDS_FRAGMENT = import_client14.gql`
2028
2030
  fragment RelationFields on RelationType {
2029
2031
  _id
2032
+ apiMessage
2030
2033
  createdAt
2031
2034
  lastUpdateBy
2032
2035
  marketId
package/dist/index.d.mts CHANGED
@@ -5,9 +5,11 @@ import * as _apollo_client from '@apollo/client';
5
5
  declare enum EnumInviteStatus {
6
6
  ACCEPTED = "ACCEPTED",
7
7
  COMPLETED = "COMPLETED",
8
+ EXPIRED = "EXPIRED",
9
+ NO_STATUS = "NO_STATUS",
8
10
  PENDING = "PENDING",
9
11
  REJECTED = "REJECTED",
10
- NO_STATUS = "NO_STATUS"
12
+ WAITING = "WAITING"
11
13
  }
12
14
  declare enum EnumRejectionPolicy {
13
15
  SINGLE_DATE_ALLOWED = "single_date_allowed",
@@ -192,6 +194,7 @@ type RelationDate = {
192
194
  };
193
195
  interface RelationType {
194
196
  _id?: string;
197
+ apiMessage?: string;
195
198
  createdAt?: string;
196
199
  lastUpdateBy: EnumResourceType;
197
200
  marketId: string;
package/dist/index.d.ts CHANGED
@@ -5,9 +5,11 @@ import * as _apollo_client from '@apollo/client';
5
5
  declare enum EnumInviteStatus {
6
6
  ACCEPTED = "ACCEPTED",
7
7
  COMPLETED = "COMPLETED",
8
+ EXPIRED = "EXPIRED",
9
+ NO_STATUS = "NO_STATUS",
8
10
  PENDING = "PENDING",
9
11
  REJECTED = "REJECTED",
10
- NO_STATUS = "NO_STATUS"
12
+ WAITING = "WAITING"
11
13
  }
12
14
  declare enum EnumRejectionPolicy {
13
15
  SINGLE_DATE_ALLOWED = "single_date_allowed",
@@ -192,6 +194,7 @@ type RelationDate = {
192
194
  };
193
195
  interface RelationType {
194
196
  _id?: string;
197
+ apiMessage?: string;
195
198
  createdAt?: string;
196
199
  lastUpdateBy: EnumResourceType;
197
200
  marketId: string;