@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/index.cjs
CHANGED
|
@@ -5806,6 +5806,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = import_client69.gql`
|
|
|
5806
5806
|
businessStatus
|
|
5807
5807
|
claimed
|
|
5808
5808
|
createdAt
|
|
5809
|
+
dateTime {
|
|
5810
|
+
...EventDateTimeFields
|
|
5811
|
+
}
|
|
5809
5812
|
goodForChildren
|
|
5810
5813
|
goodForGroups
|
|
5811
5814
|
googleMapsUrl
|
|
@@ -5831,6 +5834,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = import_client69.gql`
|
|
|
5831
5834
|
updatedAt
|
|
5832
5835
|
website
|
|
5833
5836
|
}
|
|
5837
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
5834
5838
|
`;
|
|
5835
5839
|
var GET_GOOGLE_IMPORTED_MARKETS = import_client69.gql`
|
|
5836
5840
|
query getGoogleImportedMarkets {
|