@timardex/cluemart-shared 1.2.80 → 1.2.82
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/{ad-DqHdTra8.d.mts → ad-D48NnhkT.d.mts} +1 -1
- package/dist/{ad-DSmKSsTb.d.ts → ad-DO7Bc9PE.d.ts} +1 -1
- package/dist/{auth-BrHc7F3F.d.ts → auth-D0FKzjLe.d.ts} +1 -1
- package/dist/{auth-DNyMaw8s.d.mts → auth-zy1P_DKw.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-DMEHvs8T.d.ts → global-BYQMdxtO.d.ts} +2 -4
- package/dist/{global-B5H2ZG1e.d.mts → global-CLsysATK.d.mts} +2 -4
- package/dist/graphql/index.cjs +19 -18
- 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 +19 -18
- 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 +19 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.mjs +19 -18
- package/dist/index.mjs.map +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,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
|
|
2
|
-
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-CLsysATK.mjs';
|
|
3
3
|
|
|
4
4
|
interface TesterFormData {
|
|
5
5
|
approved: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.js';
|
|
2
|
-
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-BYQMdxtO.js';
|
|
3
3
|
|
|
4
4
|
interface TesterFormData {
|
|
5
5
|
approved: boolean;
|
|
@@ -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-CLsysATK.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-BYQMdxtO.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
|
|
2
|
-
import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumUserLicence, EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus,
|
|
2
|
+
import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumUserLicence, EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus, EnumVendorType, EnumFoodFlavor, EnumSocialMedia, EnumEventDateStatus } from './enums/index.js';
|
|
3
3
|
|
|
4
4
|
type RelationDate = {
|
|
5
5
|
dateTime: DateTimeType & {
|
|
@@ -107,10 +107,8 @@ type UserFormData = {
|
|
|
107
107
|
};
|
|
108
108
|
type CreateUserFormData = CreateFormData<UserFormData>;
|
|
109
109
|
type UserActivityEvent = {
|
|
110
|
-
dateStatus: EnumEventDateStatus;
|
|
111
110
|
resourceId: string;
|
|
112
|
-
|
|
113
|
-
startTime: string;
|
|
111
|
+
dateTime: DateTimeType;
|
|
114
112
|
};
|
|
115
113
|
type StripeSubscription = {
|
|
116
114
|
customerId?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
|
|
2
|
-
import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumUserLicence, EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus,
|
|
2
|
+
import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumUserLicence, EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus, EnumVendorType, EnumFoodFlavor, EnumSocialMedia, EnumEventDateStatus } from './enums/index.mjs';
|
|
3
3
|
|
|
4
4
|
type RelationDate = {
|
|
5
5
|
dateTime: DateTimeType & {
|
|
@@ -107,10 +107,8 @@ type UserFormData = {
|
|
|
107
107
|
};
|
|
108
108
|
type CreateUserFormData = CreateFormData<UserFormData>;
|
|
109
109
|
type UserActivityEvent = {
|
|
110
|
-
dateStatus: EnumEventDateStatus;
|
|
111
110
|
resourceId: string;
|
|
112
|
-
|
|
113
|
-
startTime: string;
|
|
111
|
+
dateTime: DateTimeType;
|
|
114
112
|
};
|
|
115
113
|
type StripeSubscription = {
|
|
116
114
|
customerId?: string;
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -209,6 +209,15 @@ var LICENCE_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
209
209
|
licenceType
|
|
210
210
|
}
|
|
211
211
|
`;
|
|
212
|
+
var EVENT_DATETIME_FIELDS_FRAGMENT = import_client2.gql`
|
|
213
|
+
fragment EventDateTimeFields on EventDateTimeType {
|
|
214
|
+
dateStatus
|
|
215
|
+
endDate
|
|
216
|
+
endTime
|
|
217
|
+
startDate
|
|
218
|
+
startTime
|
|
219
|
+
}
|
|
220
|
+
`;
|
|
212
221
|
var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
|
|
213
222
|
fragment UserActivityFields on UserActivityType {
|
|
214
223
|
favourites {
|
|
@@ -217,29 +226,30 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
217
226
|
}
|
|
218
227
|
going {
|
|
219
228
|
events {
|
|
220
|
-
dateStatus
|
|
221
229
|
resourceId
|
|
222
|
-
|
|
223
|
-
|
|
230
|
+
dateTime {
|
|
231
|
+
...EventDateTimeFields
|
|
232
|
+
}
|
|
224
233
|
}
|
|
225
234
|
}
|
|
226
235
|
interested {
|
|
227
236
|
events {
|
|
228
|
-
dateStatus
|
|
229
237
|
resourceId
|
|
230
|
-
|
|
231
|
-
|
|
238
|
+
dateTime {
|
|
239
|
+
...EventDateTimeFields
|
|
240
|
+
}
|
|
232
241
|
}
|
|
233
242
|
}
|
|
234
243
|
present {
|
|
235
244
|
events {
|
|
236
|
-
dateStatus
|
|
237
245
|
resourceId
|
|
238
|
-
|
|
239
|
-
|
|
246
|
+
dateTime {
|
|
247
|
+
...EventDateTimeFields
|
|
248
|
+
}
|
|
240
249
|
}
|
|
241
250
|
}
|
|
242
251
|
}
|
|
252
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
243
253
|
`;
|
|
244
254
|
var USER_FIELDS_FRAGMENT = import_client2.gql`
|
|
245
255
|
fragment UserFields on UserType {
|
|
@@ -333,15 +343,6 @@ var LOCATION_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
333
343
|
`;
|
|
334
344
|
|
|
335
345
|
// src/graphql/queries/event.ts
|
|
336
|
-
var EVENT_DATETIME_FIELDS_FRAGMENT = import_client3.gql`
|
|
337
|
-
fragment EventDateTimeFields on EventDateTimeType {
|
|
338
|
-
dateStatus
|
|
339
|
-
endDate
|
|
340
|
-
endTime
|
|
341
|
-
startDate
|
|
342
|
-
startTime
|
|
343
|
-
}
|
|
344
|
-
`;
|
|
345
346
|
var EVENT_INFO = import_client3.gql`
|
|
346
347
|
fragment EventInfoFields on EventInfoType {
|
|
347
348
|
_id
|