@timardex/cluemart-shared 1.3.67 → 1.3.68
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/{googleImportedMarket-D2HOg7O-.d.mts → googleImportedMarket-6kBUp2yE.d.mts} +2 -0
- package/dist/{googleImportedMarket-BuxDo6MX.d.ts → googleImportedMarket-Ckdoji3C.d.ts} +2 -0
- package/dist/graphql/index.cjs +4 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +4 -0
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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, G as GoogleImportedMarket } from '../googleImportedMarket-
|
|
3
|
+
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType, G as GoogleImportedMarket } from '../googleImportedMarket-6kBUp2yE.mjs';
|
|
4
4
|
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType } from '../global-DjZooB3t.mjs';
|
|
5
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-DHDZfAmJ.mjs';
|
|
6
6
|
import 'react-hook-form';
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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, G as GoogleImportedMarket } from '../googleImportedMarket-
|
|
3
|
+
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType, G as GoogleImportedMarket } from '../googleImportedMarket-Ckdoji3C.js';
|
|
4
4
|
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType } from '../global-BKEcBQxZ.js';
|
|
5
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-Bwr2i2Qq.js';
|
|
6
6
|
import 'react-hook-form';
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -3340,6 +3340,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql36`
|
|
|
3340
3340
|
businessStatus
|
|
3341
3341
|
claimed
|
|
3342
3342
|
createdAt
|
|
3343
|
+
dateTime {
|
|
3344
|
+
...EventDateTimeFields
|
|
3345
|
+
}
|
|
3343
3346
|
goodForChildren
|
|
3344
3347
|
goodForGroups
|
|
3345
3348
|
googleMapsUrl
|
|
@@ -3365,6 +3368,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql36`
|
|
|
3365
3368
|
updatedAt
|
|
3366
3369
|
website
|
|
3367
3370
|
}
|
|
3371
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
3368
3372
|
`;
|
|
3369
3373
|
var GET_GOOGLE_IMPORTED_MARKETS = gql36`
|
|
3370
3374
|
query getGoogleImportedMarkets {
|