@timardex/cluemart-shared 1.2.51 → 1.2.52
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-C98yzFdy.d.mts → ad-Bo9PwPRD.d.mts} +2 -0
- package/dist/{ad-CPL59gj7.d.ts → ad-CBsFDjHz.d.ts} +2 -0
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -60,6 +60,7 @@ type UserActivity = {
|
|
|
60
60
|
favourites: {
|
|
61
61
|
events: string[];
|
|
62
62
|
vendors: string[];
|
|
63
|
+
partners: string[];
|
|
63
64
|
};
|
|
64
65
|
going: {
|
|
65
66
|
events: UserActivityEvent[];
|
|
@@ -84,6 +85,7 @@ interface UserType {
|
|
|
84
85
|
isTester: boolean;
|
|
85
86
|
lastName: string;
|
|
86
87
|
licences: EnumUserLicence[] | null;
|
|
88
|
+
partner: string | null;
|
|
87
89
|
password: string;
|
|
88
90
|
platform: EnumOSPlatform | null;
|
|
89
91
|
preferredRegion: string;
|
|
@@ -60,6 +60,7 @@ type UserActivity = {
|
|
|
60
60
|
favourites: {
|
|
61
61
|
events: string[];
|
|
62
62
|
vendors: string[];
|
|
63
|
+
partners: string[];
|
|
63
64
|
};
|
|
64
65
|
going: {
|
|
65
66
|
events: UserActivityEvent[];
|
|
@@ -84,6 +85,7 @@ interface UserType {
|
|
|
84
85
|
isTester: boolean;
|
|
85
86
|
lastName: string;
|
|
86
87
|
licences: EnumUserLicence[] | null;
|
|
88
|
+
partner: string | null;
|
|
87
89
|
password: string;
|
|
88
90
|
platform: EnumOSPlatform | null;
|
|
89
91
|
preferredRegion: string;
|
package/dist/graphql/index.d.mts
CHANGED
|
@@ -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-BUFJqkMf.mjs';
|
|
3
3
|
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-Czf4z7aN.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-
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-Bo9PwPRD.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -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-BjvoQkGD.js';
|
|
3
3
|
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-dQyePynY.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-
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-CBsFDjHz.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -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-Czf4z7aN.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-
|
|
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-Bo9PwPRD.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-D636FFnJ.mjs';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.mjs';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -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-dQyePynY.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-
|
|
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-CBsFDjHz.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-D6Rg-cEc.js';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.js';
|
package/dist/index.d.mts
CHANGED
|
@@ -699,6 +699,7 @@ type UserActivity = {
|
|
|
699
699
|
favourites: {
|
|
700
700
|
events: string[];
|
|
701
701
|
vendors: string[];
|
|
702
|
+
partners: string[];
|
|
702
703
|
};
|
|
703
704
|
going: {
|
|
704
705
|
events: UserActivityEvent[];
|
|
@@ -723,6 +724,7 @@ interface UserType {
|
|
|
723
724
|
isTester: boolean;
|
|
724
725
|
lastName: string;
|
|
725
726
|
licences: EnumUserLicence[] | null;
|
|
727
|
+
partner: string | null;
|
|
726
728
|
password: string;
|
|
727
729
|
platform: EnumOSPlatform | null;
|
|
728
730
|
preferredRegion: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -699,6 +699,7 @@ type UserActivity = {
|
|
|
699
699
|
favourites: {
|
|
700
700
|
events: string[];
|
|
701
701
|
vendors: string[];
|
|
702
|
+
partners: string[];
|
|
702
703
|
};
|
|
703
704
|
going: {
|
|
704
705
|
events: UserActivityEvent[];
|
|
@@ -723,6 +724,7 @@ interface UserType {
|
|
|
723
724
|
isTester: boolean;
|
|
724
725
|
lastName: string;
|
|
725
726
|
licences: EnumUserLicence[] | null;
|
|
727
|
+
partner: string | null;
|
|
726
728
|
password: string;
|
|
727
729
|
platform: EnumOSPlatform | null;
|
|
728
730
|
preferredRegion: string;
|
package/dist/types/index.d.mts
CHANGED
|
@@ -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-D636FFnJ.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-BUFJqkMf.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-Czf4z7aN.mjs';
|
|
5
|
-
export { e as AdFormData, A as AdType, f as CreateAdFormData, g as CreatePartnerFormData, d as CreateTestersFormData, C as CreateUserFormData, k as EnumAdShowOn, E as EnumAdStatus, m as EnumAdStyle, l 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, U as UserType } from '../ad-
|
|
5
|
+
export { e as AdFormData, A as AdType, f as CreateAdFormData, g as CreatePartnerFormData, d as CreateTestersFormData, C as CreateUserFormData, k as EnumAdShowOn, E as EnumAdStatus, m as EnumAdStyle, l 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, U as UserType } from '../ad-Bo9PwPRD.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
interface AdminUpdateResourceType {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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-D6Rg-cEc.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-BjvoQkGD.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-dQyePynY.js';
|
|
5
|
-
export { e as AdFormData, A as AdType, f as CreateAdFormData, g as CreatePartnerFormData, d as CreateTestersFormData, C as CreateUserFormData, k as EnumAdShowOn, E as EnumAdStatus, m as EnumAdStyle, l 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, U as UserType } from '../ad-
|
|
5
|
+
export { e as AdFormData, A as AdType, f as CreateAdFormData, g as CreatePartnerFormData, d as CreateTestersFormData, C as CreateUserFormData, k as EnumAdShowOn, E as EnumAdStatus, m as EnumAdStyle, l 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, U as UserType } from '../ad-CBsFDjHz.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
interface AdminUpdateResourceType {
|