@timardex/cluemart-shared 1.2.80 → 1.2.81
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 +10 -9
- 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 +10 -9
- 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 +10 -9
- 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 +10 -9
- 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
|
@@ -217,29 +217,30 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
217
217
|
}
|
|
218
218
|
going {
|
|
219
219
|
events {
|
|
220
|
-
dateStatus
|
|
221
220
|
resourceId
|
|
222
|
-
|
|
223
|
-
|
|
221
|
+
dateTime {
|
|
222
|
+
...EventDateTimeFields
|
|
223
|
+
}
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
interested {
|
|
227
227
|
events {
|
|
228
|
-
dateStatus
|
|
229
228
|
resourceId
|
|
230
|
-
|
|
231
|
-
|
|
229
|
+
dateTime {
|
|
230
|
+
...EventDateTimeFields
|
|
231
|
+
}
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
present {
|
|
235
235
|
events {
|
|
236
|
-
dateStatus
|
|
237
236
|
resourceId
|
|
238
|
-
|
|
239
|
-
|
|
237
|
+
dateTime {
|
|
238
|
+
...EventDateTimeFields
|
|
239
|
+
}
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
243
244
|
`;
|
|
244
245
|
var USER_FIELDS_FRAGMENT = import_client2.gql`
|
|
245
246
|
fragment UserFields on UserType {
|