@timardex/cluemart-shared 1.2.64 → 1.2.65

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.
@@ -73,8 +73,8 @@ type UserActivity = {
73
73
  };
74
74
  };
75
75
  type UserLicenceType = {
76
- expiryDate: string;
77
- issuedDate: string;
76
+ expiryDate: string | null;
77
+ issuedDate: string | null;
78
78
  licenceType: EnumUserLicence;
79
79
  };
80
80
  interface UserType {
@@ -73,8 +73,8 @@ type UserActivity = {
73
73
  };
74
74
  };
75
75
  type UserLicenceType = {
76
- expiryDate: string;
77
- issuedDate: string;
76
+ expiryDate: string | null;
77
+ issuedDate: string | null;
78
78
  licenceType: EnumUserLicence;
79
79
  };
80
80
  interface UserType {
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
2
2
  import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-DO97TmNs.mjs';
3
3
  import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-CKf55A-q.mjs';
4
4
  import { EnumResourceType } from '../enums/index.mjs';
5
- import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-3a_BuhYm.mjs';
5
+ import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-VhDIYwfz.mjs';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
2
2
  import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-BkGGnxjl.js';
3
3
  import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-BY8seqWN.js';
4
4
  import { EnumResourceType } from '../enums/index.js';
5
- import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-Dmry8CLr.js';
5
+ import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-CogBHjto.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -1,5 +1,5 @@
1
1
  import { L as LocationType, f as VendorFormData, g as CreateVendorFormData, h as VendorInfoFormData, i as CreateVendorInfoFormData, j as EventFormData, k as CreateEventFormData, l as EventInfoFormData, m as CreateEventInfoFormData, B as BaseResourceTypeFormData } from '../global-CKf55A-q.mjs';
2
- import { a as UserFormData, C as CreateUserFormData, b as PartnerFormData, c as TestersFormData, d as CreateTestersFormData, e as AdFormData, f as CreateAdFormData, g as CreatePartnerFormData } from '../ad-3a_BuhYm.mjs';
2
+ import { a as UserFormData, C as CreateUserFormData, b as PartnerFormData, c as TestersFormData, d as CreateTestersFormData, e as AdFormData, f as CreateAdFormData, g as CreatePartnerFormData } from '../ad-VhDIYwfz.mjs';
3
3
  import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-DaiySFU6.mjs';
4
4
  import 'react-hook-form';
5
5
  import '../enums/index.mjs';
@@ -1,5 +1,5 @@
1
1
  import { L as LocationType, f as VendorFormData, g as CreateVendorFormData, h as VendorInfoFormData, i as CreateVendorInfoFormData, j as EventFormData, k as CreateEventFormData, l as EventInfoFormData, m as CreateEventInfoFormData, B as BaseResourceTypeFormData } from '../global-BY8seqWN.js';
2
- import { a as UserFormData, C as CreateUserFormData, b as PartnerFormData, c as TestersFormData, d as CreateTestersFormData, e as AdFormData, f as CreateAdFormData, g as CreatePartnerFormData } from '../ad-Dmry8CLr.js';
2
+ import { a as UserFormData, C as CreateUserFormData, b as PartnerFormData, c as TestersFormData, d as CreateTestersFormData, e as AdFormData, f as CreateAdFormData, g as CreatePartnerFormData } from '../ad-CogBHjto.js';
3
3
  import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-BwtjPUgO.js';
4
4
  import 'react-hook-form';
5
5
  import '../enums/index.js';
package/dist/index.d.mts CHANGED
@@ -722,8 +722,8 @@ type UserActivity = {
722
722
  };
723
723
  };
724
724
  type UserLicenceType = {
725
- expiryDate: string;
726
- issuedDate: string;
725
+ expiryDate: string | null;
726
+ issuedDate: string | null;
727
727
  licenceType: EnumUserLicence;
728
728
  };
729
729
  interface UserType {
package/dist/index.d.ts CHANGED
@@ -722,8 +722,8 @@ type UserActivity = {
722
722
  };
723
723
  };
724
724
  type UserLicenceType = {
725
- expiryDate: string;
726
- issuedDate: string;
725
+ expiryDate: string | null;
726
+ issuedDate: string | null;
727
727
  licenceType: EnumUserLicence;
728
728
  };
729
729
  interface UserType {
@@ -2,7 +2,7 @@ import { EnumResourceType } from '../enums/index.mjs';
2
2
  export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-DaiySFU6.mjs';
3
3
  export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-DO97TmNs.mjs';
4
4
  export { A as AssociateType, r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, k as CreateEventFormData, m as CreateEventInfoFormData, w as CreateFormData, g as CreateVendorFormData, i as CreateVendorInfoFormData, s as DateTimeType, x as DateTimeWithPriceType, D as DeviceInfo, j as EventFormData, l as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, q as OwnerType, y as PaymentInfoType, P as PosterUsageType, t as Region, z as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, n as ResourceContactDetailsType, o as ResourceImageType, p as SocialMediaType, S as StallType, v as Subcategory, u as SubcategoryItems, T as TermsAgreement, K as VendorAttributes, f as VendorFormData, h as VendorInfoFormData, e as VendorInfoType, H as VendorLocation, J as VendorMenuType, V as VendorType } from '../global-CKf55A-q.mjs';
5
- export { e as AdFormData, A as AdType, f as CreateAdFormData, g as CreatePartnerFormData, d as CreateTestersFormData, C as CreateUserFormData, l as EnumAdShowOn, E as EnumAdStatus, n as EnumAdStyle, m as EnumAdType, b as PartnerFormData, P as PartnerType, i as StripeSubscription, S as SubscriptionStatusData, T as TesterType, c as TestersFormData, j as UserActivity, h as UserActivityEvent, a as UserFormData, k as UserLicenceType, U as UserType } from '../ad-3a_BuhYm.mjs';
5
+ export { e as AdFormData, A as AdType, f as CreateAdFormData, g as CreatePartnerFormData, d as CreateTestersFormData, C as CreateUserFormData, l as EnumAdShowOn, E as EnumAdStatus, n as EnumAdStyle, m as EnumAdType, b as PartnerFormData, P as PartnerType, i as StripeSubscription, S as SubscriptionStatusData, T as TesterType, c as TestersFormData, j as UserActivity, h as UserActivityEvent, a as UserFormData, k as UserLicenceType, U as UserType } from '../ad-VhDIYwfz.mjs';
6
6
  import 'react-hook-form';
7
7
 
8
8
  interface AdminUpdateResourceType {
@@ -2,7 +2,7 @@ import { EnumResourceType } from '../enums/index.js';
2
2
  export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-BwtjPUgO.js';
3
3
  export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-BkGGnxjl.js';
4
4
  export { A as AssociateType, r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, k as CreateEventFormData, m as CreateEventInfoFormData, w as CreateFormData, g as CreateVendorFormData, i as CreateVendorInfoFormData, s as DateTimeType, x as DateTimeWithPriceType, D as DeviceInfo, j as EventFormData, l as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, q as OwnerType, y as PaymentInfoType, P as PosterUsageType, t as Region, z as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, n as ResourceContactDetailsType, o as ResourceImageType, p as SocialMediaType, S as StallType, v as Subcategory, u as SubcategoryItems, T as TermsAgreement, K as VendorAttributes, f as VendorFormData, h as VendorInfoFormData, e as VendorInfoType, H as VendorLocation, J as VendorMenuType, V as VendorType } from '../global-BY8seqWN.js';
5
- export { e as AdFormData, A as AdType, f as CreateAdFormData, g as CreatePartnerFormData, d as CreateTestersFormData, C as CreateUserFormData, l as EnumAdShowOn, E as EnumAdStatus, n as EnumAdStyle, m as EnumAdType, b as PartnerFormData, P as PartnerType, i as StripeSubscription, S as SubscriptionStatusData, T as TesterType, c as TestersFormData, j as UserActivity, h as UserActivityEvent, a as UserFormData, k as UserLicenceType, U as UserType } from '../ad-Dmry8CLr.js';
5
+ export { e as AdFormData, A as AdType, f as CreateAdFormData, g as CreatePartnerFormData, d as CreateTestersFormData, C as CreateUserFormData, l as EnumAdShowOn, E as EnumAdStatus, n as EnumAdStyle, m as EnumAdType, b as PartnerFormData, P as PartnerType, i as StripeSubscription, S as SubscriptionStatusData, T as TesterType, c as TestersFormData, j as UserActivity, h as UserActivityEvent, a as UserFormData, k as UserLicenceType, U as UserType } from '../ad-CogBHjto.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  interface AdminUpdateResourceType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.2.64",
3
+ "version": "1.2.65",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",