@timardex/cluemart-shared 1.4.36 → 1.4.37

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
@@ -1618,17 +1618,9 @@ declare const useCreatePushToken: () => {
1618
1618
 
1619
1619
  declare const useCreateRelation: () => {
1620
1620
  createRelation: (options?: _apollo_client.MutationFunctionOptions<{
1621
- createRelation: {
1622
- eventId: string;
1623
- vendorId: string;
1624
- lastUpdateBy: EnumResourceType;
1625
- };
1621
+ createRelation: RelationType;
1626
1622
  }, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
1627
- createRelation: {
1628
- eventId: string;
1629
- vendorId: string;
1630
- lastUpdateBy: EnumResourceType;
1631
- };
1623
+ createRelation: RelationType;
1632
1624
  }>>;
1633
1625
  error: _apollo_client.ApolloError | undefined;
1634
1626
  loading: boolean;
package/dist/index.d.ts CHANGED
@@ -1618,17 +1618,9 @@ declare const useCreatePushToken: () => {
1618
1618
 
1619
1619
  declare const useCreateRelation: () => {
1620
1620
  createRelation: (options?: _apollo_client.MutationFunctionOptions<{
1621
- createRelation: {
1622
- eventId: string;
1623
- vendorId: string;
1624
- lastUpdateBy: EnumResourceType;
1625
- };
1621
+ createRelation: RelationType;
1626
1622
  }, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
1627
- createRelation: {
1628
- eventId: string;
1629
- vendorId: string;
1630
- lastUpdateBy: EnumResourceType;
1631
- };
1623
+ createRelation: RelationType;
1632
1624
  }>>;
1633
1625
  error: _apollo_client.ApolloError | undefined;
1634
1626
  loading: boolean;