@timardex/cluemart-shared 1.0.55 → 1.0.57

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.mjs CHANGED
@@ -2537,6 +2537,9 @@ var useCreateRelation = () => {
2537
2537
  {
2538
2538
  query: GET_RELATION_BY_MARKET_AND_STALLHOLDER,
2539
2539
  variables: { marketId, stallholderId }
2540
+ },
2541
+ {
2542
+ query: USER_CHATS
2540
2543
  }
2541
2544
  ];
2542
2545
  }
@@ -2599,6 +2602,9 @@ var useDeleteRelation = () => {
2599
2602
  {
2600
2603
  query: GET_RELATION_BY_MARKET_AND_STALLHOLDER,
2601
2604
  variables: { marketId, stallholderId }
2605
+ },
2606
+ {
2607
+ query: USER_CHATS
2602
2608
  }
2603
2609
  ];
2604
2610
  }