@timardex/cluemart-shared 1.2.55 → 1.2.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/{ad-CBsFDjHz.d.ts → ad-CZPQz-Bx.d.ts} +1 -1
- package/dist/{ad-Bo9PwPRD.d.mts → ad-DSADn76s.d.mts} +1 -1
- package/dist/{auth-D636FFnJ.d.mts → auth-Cea2ytrt.d.mts} +1 -1
- package/dist/{auth-D6Rg-cEc.d.ts → auth-CvLyedZM.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-dQyePynY.d.ts → global-Fgweq_ct.d.ts} +35 -31
- package/dist/{global-Czf4z7aN.d.mts → global-RAEmLq2G.d.mts} +35 -31
- package/dist/graphql/index.cjs +12 -1
- 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 +12 -1
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.cjs +12 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +37 -32
- package/dist/index.d.ts +37 -32
- package/dist/index.mjs +12 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceActivities-BjvoQkGD.d.ts → resourceActivities-BkGGnxjl.d.ts} +3 -2
- package/dist/{resourceActivities-BUFJqkMf.d.mts → resourceActivities-DO97TmNs.d.mts} +3 -2
- 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.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
|
-
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-
|
|
3
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-
|
|
2
|
+
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-BkGGnxjl.js';
|
|
3
|
+
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-Fgweq_ct.js';
|
|
4
4
|
import { EnumResourceType } from '../enums/index.js';
|
|
5
|
-
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-CZPQz-Bx.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -258,6 +258,7 @@ var EVENT = gql3`
|
|
|
258
258
|
contactDetails {
|
|
259
259
|
...ContactDetailsFields
|
|
260
260
|
}
|
|
261
|
+
chatIds
|
|
261
262
|
dateTime {
|
|
262
263
|
...EventDateTimeFields
|
|
263
264
|
}
|
|
@@ -415,6 +416,7 @@ var VENDOR = gql4`
|
|
|
415
416
|
cover {
|
|
416
417
|
...ResourceImageFields
|
|
417
418
|
}
|
|
419
|
+
chatIds
|
|
418
420
|
createdAt
|
|
419
421
|
description
|
|
420
422
|
deletedAt
|
|
@@ -740,6 +742,7 @@ var CHAT_FIELDS_FRAGMENT = gql6`
|
|
|
740
742
|
}
|
|
741
743
|
resourceInfo {
|
|
742
744
|
eventId
|
|
745
|
+
partnerId
|
|
743
746
|
vendorId
|
|
744
747
|
}
|
|
745
748
|
updatedAt
|
|
@@ -983,6 +986,7 @@ var PARTNER = gql11`
|
|
|
983
986
|
contactDetails {
|
|
984
987
|
...ContactDetailsFields
|
|
985
988
|
}
|
|
989
|
+
chatIds
|
|
986
990
|
description
|
|
987
991
|
deletedAt
|
|
988
992
|
images {
|
|
@@ -1000,6 +1004,9 @@ var PARTNER = gql11`
|
|
|
1000
1004
|
...OwnerFields
|
|
1001
1005
|
}
|
|
1002
1006
|
partnerType
|
|
1007
|
+
posterUsage {
|
|
1008
|
+
...PosterUsageFields
|
|
1009
|
+
}
|
|
1003
1010
|
region
|
|
1004
1011
|
socialMedia {
|
|
1005
1012
|
...SocialMediaFields
|
|
@@ -1011,6 +1018,11 @@ var PARTNER = gql11`
|
|
|
1011
1018
|
}
|
|
1012
1019
|
${TERMS_AGREEMENT_FIELDS_FRAGMENT}
|
|
1013
1020
|
${LOCATION_FIELDS_FRAGMENT}
|
|
1021
|
+
${OWNER_FIELDS_FRAGMENT}
|
|
1022
|
+
${ASSOCIATES_FIELDS_FRAGMENT}
|
|
1023
|
+
${RESOURCE_IMAGE_FIELDS_FRAGMENT}
|
|
1024
|
+
${POSTER_USAGE_FIELDS_FRAGMENT}
|
|
1025
|
+
${SOCIAL_MEDIA_FIELDS_FRAGMENT}
|
|
1014
1026
|
`;
|
|
1015
1027
|
var GET_PARTNERS = gql11`
|
|
1016
1028
|
query getPartners {
|
|
@@ -1534,7 +1546,6 @@ var RELATION_FIELDS_FRAGMENT = gql18`
|
|
|
1534
1546
|
_id
|
|
1535
1547
|
active
|
|
1536
1548
|
apiMessage
|
|
1537
|
-
chatId
|
|
1538
1549
|
createdAt
|
|
1539
1550
|
lastUpdateBy
|
|
1540
1551
|
eventId
|