@timardex/cluemart-shared 1.3.39 → 1.3.41
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-BgQ-YkBp.d.ts → auth-BNRITQZO.d.ts} +1 -1
- package/dist/{auth-HnPJXYQL.d.mts → auth-CrGjj4Xt.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-CKJNzHod.d.mts → global-BimclztT.d.mts} +1 -0
- package/dist/{global-BSWnOFWP.d.ts → global-u-2yiS2S.d.ts} +1 -0
- package/dist/graphql/index.cjs +5 -1
- 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 +5 -1
- 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 +5 -1
- 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 +5 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DwixA7xS.d.ts → post-CnQYeCHI.d.ts} +1 -1
- package/dist/{post-BqoDOad4.d.mts → post-Dc17vbEp.d.mts} +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-BimclztT.mjs';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.mjs';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-u-2yiS2S.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -1324,7 +1324,10 @@ var USER_ACTIVITY_EVENT_FRAGMENT = import_client18.gql`
|
|
|
1324
1324
|
cover {
|
|
1325
1325
|
...ResourceImageFields
|
|
1326
1326
|
}
|
|
1327
|
-
dateTime
|
|
1327
|
+
dateTime {
|
|
1328
|
+
...EventDateTimeFields
|
|
1329
|
+
}
|
|
1330
|
+
description
|
|
1328
1331
|
eventType
|
|
1329
1332
|
location {
|
|
1330
1333
|
...LocationFields
|
|
@@ -1342,6 +1345,7 @@ var USER_ACTIVITY_EVENT_FRAGMENT = import_client18.gql`
|
|
|
1342
1345
|
${SOCIAL_MEDIA_FIELDS_FRAGMENT}
|
|
1343
1346
|
${LOCATION_FIELDS_FRAGMENT}
|
|
1344
1347
|
${RESOURCE_IMAGE_FIELDS_FRAGMENT}
|
|
1348
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
1345
1349
|
`;
|
|
1346
1350
|
var GET_USERS = import_client18.gql`
|
|
1347
1351
|
query getUsers {
|