@timardex/cluemart-shared 1.2.76 → 1.2.78
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/{ad-gZ1qDsbZ.d.mts → ad-B2DZTqvl.d.mts} +1 -1
- package/dist/{ad-xdJwfxlP.d.ts → ad-CRekjTqi.d.ts} +1 -1
- package/dist/{auth-3LaB7wSd.d.mts → auth-C2qAxKh7.d.mts} +1 -1
- package/dist/{auth-CUYS6mTa.d.ts → auth-XwGREC8l.d.ts} +1 -1
- package/dist/formFields/index.cjs +2 -2
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/formFields/index.mjs.map +1 -1
- package/dist/{global-C36I4j_Z.d.ts → global-Bqh5PfHP.d.ts} +4 -3
- package/dist/{global-Cc11i_-I.d.mts → global-DuXWULau.d.mts} +4 -3
- package/dist/graphql/index.cjs +2 -8
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +2 -8
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +5 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +5 -4
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +9 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +6 -10
- package/dist/index.d.ts +6 -10
- package/dist/index.mjs +9 -14
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceActivities-DB-fx51l.d.mts → resourceActivities-CJRTZROh.d.mts} +2 -7
- package/dist/{resourceActivities-Ezt7CDPH.d.ts → resourceActivities-CVwxvGeC.d.ts} +2 -7
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
|
-
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-
|
|
5
|
-
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-
|
|
3
|
+
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
|
|
4
|
+
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-DuXWULau.mjs';
|
|
5
|
+
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-B2DZTqvl.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
|
-
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-
|
|
5
|
-
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-
|
|
3
|
+
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
|
|
4
|
+
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-Bqh5PfHP.js';
|
|
5
|
+
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-CRekjTqi.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -132,6 +132,7 @@ var USER_FIELDS_FRAGMENT = gql2`
|
|
|
132
132
|
...ResourceImageFields
|
|
133
133
|
}
|
|
134
134
|
createdAt
|
|
135
|
+
chatIds
|
|
135
136
|
deletedAt
|
|
136
137
|
email
|
|
137
138
|
events
|
|
@@ -268,7 +269,6 @@ var EVENT = gql3`
|
|
|
268
269
|
contactDetails {
|
|
269
270
|
...ContactDetailsFields
|
|
270
271
|
}
|
|
271
|
-
chatIds
|
|
272
272
|
dateTime {
|
|
273
273
|
...EventDateTimeFields
|
|
274
274
|
}
|
|
@@ -426,7 +426,6 @@ var VENDOR = gql4`
|
|
|
426
426
|
cover {
|
|
427
427
|
...ResourceImageFields
|
|
428
428
|
}
|
|
429
|
-
chatIds
|
|
430
429
|
createdAt
|
|
431
430
|
description
|
|
432
431
|
deletedAt
|
|
@@ -748,11 +747,6 @@ var CHAT_FIELDS_FRAGMENT = gql6`
|
|
|
748
747
|
participants {
|
|
749
748
|
...ChatParticipantFields
|
|
750
749
|
}
|
|
751
|
-
resourceInfo {
|
|
752
|
-
eventId
|
|
753
|
-
partnerId
|
|
754
|
-
vendorId
|
|
755
|
-
}
|
|
756
750
|
updatedAt
|
|
757
751
|
}
|
|
758
752
|
${CHAT_MESSAGE_FIELDS_FRAGMENT}
|
|
@@ -979,7 +973,6 @@ var PARTNER = gql11`
|
|
|
979
973
|
contactDetails {
|
|
980
974
|
...ContactDetailsFields
|
|
981
975
|
}
|
|
982
|
-
chatIds
|
|
983
976
|
description
|
|
984
977
|
deletedAt
|
|
985
978
|
images {
|
|
@@ -1540,6 +1533,7 @@ var RELATION_FIELDS_FRAGMENT = gql18`
|
|
|
1540
1533
|
_id
|
|
1541
1534
|
active
|
|
1542
1535
|
apiMessage
|
|
1536
|
+
chatId
|
|
1543
1537
|
createdAt
|
|
1544
1538
|
lastUpdateBy
|
|
1545
1539
|
eventId
|