@timardex/cluemart-server-shared 1.0.62 → 1.0.63
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/{chunk-HV25W6XY.mjs → chunk-QGZKB5FC.mjs} +6 -1
- package/dist/chunk-QGZKB5FC.mjs.map +1 -0
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +5 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +5 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-HV25W6XY.mjs.map +0 -1
|
@@ -10007,6 +10007,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
|
|
|
10007
10007
|
businessStatus
|
|
10008
10008
|
claimed
|
|
10009
10009
|
createdAt
|
|
10010
|
+
dateTime {
|
|
10011
|
+
...EventDateTimeFields
|
|
10012
|
+
}
|
|
10010
10013
|
goodForChildren
|
|
10011
10014
|
goodForGroups
|
|
10012
10015
|
googleMapsUrl
|
|
@@ -10032,6 +10035,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
|
|
|
10032
10035
|
updatedAt
|
|
10033
10036
|
website
|
|
10034
10037
|
}
|
|
10038
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
10035
10039
|
`;
|
|
10036
10040
|
var GET_GOOGLE_IMPORTED_MARKETS = gql`
|
|
10037
10041
|
query getGoogleImportedMarkets {
|
|
@@ -11251,6 +11255,7 @@ var schema3 = new MongooseSchema6(
|
|
|
11251
11255
|
allowsDogs: { required: false, type: Boolean },
|
|
11252
11256
|
businessStatus: { required: false, type: String },
|
|
11253
11257
|
claimed: { default: false, required: true, type: Boolean },
|
|
11258
|
+
dateTime: [dateTimeSchema3],
|
|
11254
11259
|
goodForChildren: { required: false, type: Boolean },
|
|
11255
11260
|
goodForGroups: { required: false, type: Boolean },
|
|
11256
11261
|
googleMapsUrl: { required: false, type: String },
|
|
@@ -12071,4 +12076,4 @@ react/cjs/react.development.js:
|
|
|
12071
12076
|
* LICENSE file in the root directory of this source tree.
|
|
12072
12077
|
*)
|
|
12073
12078
|
*/
|
|
12074
|
-
//# sourceMappingURL=chunk-
|
|
12079
|
+
//# sourceMappingURL=chunk-QGZKB5FC.mjs.map
|