@timardex/cluemart-shared 1.3.74 → 1.3.76
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/{auth-WBVoAjlu.d.ts → auth-CMRsaJGn.d.ts} +1 -1
- package/dist/{auth-Cjyk3-fO.d.mts → auth-kPVsfJlW.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-6PS2eYYd.d.ts → global-BJbi-2I6.d.ts} +5 -1
- package/dist/{global-Dzrj3pLv.d.mts → global-ZW2_JxF5.d.mts} +5 -1
- package/dist/graphql/index.cjs +8 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +8 -0
- 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 +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-Dj92f3LG.d.mts → post-BsN99WIF.d.mts} +1 -1
- package/dist/{post-vMgnmZJ-.d.ts → post-DPNd79g3.d.ts} +1 -1
- 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
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
|
|
4
|
-
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-
|
|
5
|
-
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType, c as AppSettingsType } from '../post-
|
|
4
|
+
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-ZW2_JxF5.mjs';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType, c as AppSettingsType } from '../post-BsN99WIF.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
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
|
|
4
|
-
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-
|
|
5
|
-
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType, c as AppSettingsType } from '../post-
|
|
4
|
+
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-BJbi-2I6.js';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType, c as AppSettingsType } from '../post-DPNd79g3.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -329,6 +329,7 @@ var EVENT = gql3`
|
|
|
329
329
|
cover {
|
|
330
330
|
...ResourceImageFields
|
|
331
331
|
}
|
|
332
|
+
claimed
|
|
332
333
|
createdAt
|
|
333
334
|
contactDetails {
|
|
334
335
|
...ContactDetailsFields
|
|
@@ -338,6 +339,7 @@ var EVENT = gql3`
|
|
|
338
339
|
}
|
|
339
340
|
description
|
|
340
341
|
deletedAt
|
|
342
|
+
googlePlaceId
|
|
341
343
|
images {
|
|
342
344
|
...ResourceImageFields
|
|
343
345
|
}
|
|
@@ -366,6 +368,8 @@ var EVENT = gql3`
|
|
|
366
368
|
...RelationDates
|
|
367
369
|
}
|
|
368
370
|
}
|
|
371
|
+
rating
|
|
372
|
+
reviewCount
|
|
369
373
|
socialMedia {
|
|
370
374
|
...SocialMediaFields
|
|
371
375
|
}
|
|
@@ -619,7 +623,9 @@ var VENDOR = gql5`
|
|
|
619
623
|
posterUsage {
|
|
620
624
|
...PosterUsageFields
|
|
621
625
|
}
|
|
626
|
+
rating
|
|
622
627
|
region
|
|
628
|
+
reviewCount
|
|
623
629
|
relations {
|
|
624
630
|
relationId
|
|
625
631
|
relationDates {
|
|
@@ -1243,7 +1249,9 @@ var PARTNER = gql12`
|
|
|
1243
1249
|
posterUsage {
|
|
1244
1250
|
...PosterUsageFields
|
|
1245
1251
|
}
|
|
1252
|
+
rating
|
|
1246
1253
|
region
|
|
1254
|
+
reviewCount
|
|
1247
1255
|
socialMedia {
|
|
1248
1256
|
...SocialMediaFields
|
|
1249
1257
|
}
|