@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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EnumChatType, EnumNotificationType, EnumNotificationResourceType, EnumResourceType, EnumEventDateStatus, EnumOSPlatform } from './enums/index.mjs';
|
|
2
|
+
import { v as DateTimeType } from './global-DjZooB3t.mjs';
|
|
2
3
|
|
|
3
4
|
type ParticipantType = {
|
|
4
5
|
active: boolean;
|
|
@@ -104,6 +105,7 @@ type GoogleImportedMarket = {
|
|
|
104
105
|
businessStatus?: string;
|
|
105
106
|
claimed: boolean;
|
|
106
107
|
createdAt: Date;
|
|
108
|
+
dateTime: DateTimeType[];
|
|
107
109
|
goodForChildren?: boolean;
|
|
108
110
|
goodForGroups?: boolean;
|
|
109
111
|
googleMapsUrl?: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EnumChatType, EnumNotificationType, EnumNotificationResourceType, EnumResourceType, EnumEventDateStatus, EnumOSPlatform } from './enums/index.js';
|
|
2
|
+
import { v as DateTimeType } from './global-BKEcBQxZ.js';
|
|
2
3
|
|
|
3
4
|
type ParticipantType = {
|
|
4
5
|
active: boolean;
|
|
@@ -104,6 +105,7 @@ type GoogleImportedMarket = {
|
|
|
104
105
|
businessStatus?: string;
|
|
105
106
|
claimed: boolean;
|
|
106
107
|
createdAt: Date;
|
|
108
|
+
dateTime: DateTimeType[];
|
|
107
109
|
goodForChildren?: boolean;
|
|
108
110
|
goodForGroups?: boolean;
|
|
109
111
|
googleMapsUrl?: string;
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -3482,6 +3482,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = import_client69.gql`
|
|
|
3482
3482
|
businessStatus
|
|
3483
3483
|
claimed
|
|
3484
3484
|
createdAt
|
|
3485
|
+
dateTime {
|
|
3486
|
+
...EventDateTimeFields
|
|
3487
|
+
}
|
|
3485
3488
|
goodForChildren
|
|
3486
3489
|
goodForGroups
|
|
3487
3490
|
googleMapsUrl
|
|
@@ -3507,6 +3510,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = import_client69.gql`
|
|
|
3507
3510
|
updatedAt
|
|
3508
3511
|
website
|
|
3509
3512
|
}
|
|
3513
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
3510
3514
|
`;
|
|
3511
3515
|
var GET_GOOGLE_IMPORTED_MARKETS = import_client69.gql`
|
|
3512
3516
|
query getGoogleImportedMarkets {
|