@timardex/cluemart-shared 1.4.74 → 1.4.76
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-DKNuFwhE.d.ts → auth-B5tprOIL.d.ts} +1 -1
- package/dist/{auth-TqKVpwo1.d.mts → auth-DtPfNKc4.d.mts} +1 -1
- package/dist/{chunk-W465TNSV.mjs → chunk-2YNED2NO.mjs} +2 -1
- package/dist/{chunk-W465TNSV.mjs.map → chunk-2YNED2NO.mjs.map} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-B-g-Dv61.d.ts → global-B0WdAD-8.d.ts} +1 -1
- package/dist/{global-DvWluf-6.d.mts → global-MMBYi34A.d.mts} +1 -1
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +5 -3
- package/dist/graphql/index.d.ts +5 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +2 -3
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-5WEzHfXv.d.mts → post-DZF3nYKf.d.mts} +1 -1
- package/dist/{post-D_KFXmTl.d.ts → post-DdErP7-k.d.ts} +1 -1
- package/dist/{resourceActivities-DoJUbR_I.d.ts → resourceActivities-2FaGRW-i.d.ts} +1 -1
- package/dist/{resourceActivities-DFtvysCz.d.mts → resourceActivities-CqrscA5x.d.mts} +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
|
-
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-
|
|
5
|
-
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-
|
|
3
|
+
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CqrscA5x.mjs';
|
|
4
|
+
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-MMBYi34A.mjs';
|
|
5
|
+
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-DZF3nYKf.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -699,6 +699,7 @@ declare const useGetUserActivities: () => {
|
|
|
699
699
|
userActivities: {
|
|
700
700
|
favourites: {
|
|
701
701
|
events: EventListItemType[];
|
|
702
|
+
partners: PartnerType[];
|
|
702
703
|
vendors: VendorType[];
|
|
703
704
|
};
|
|
704
705
|
going: {
|
|
@@ -715,6 +716,7 @@ declare const useGetUserActivities: () => {
|
|
|
715
716
|
userActivities: {
|
|
716
717
|
favourites: {
|
|
717
718
|
events: EventListItemType[];
|
|
719
|
+
partners: PartnerType[];
|
|
718
720
|
vendors: VendorType[];
|
|
719
721
|
};
|
|
720
722
|
going: {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
|
-
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-
|
|
5
|
-
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-
|
|
3
|
+
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-2FaGRW-i.js';
|
|
4
|
+
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-B0WdAD-8.js';
|
|
5
|
+
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-DdErP7-k.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -699,6 +699,7 @@ declare const useGetUserActivities: () => {
|
|
|
699
699
|
userActivities: {
|
|
700
700
|
favourites: {
|
|
701
701
|
events: EventListItemType[];
|
|
702
|
+
partners: PartnerType[];
|
|
702
703
|
vendors: VendorType[];
|
|
703
704
|
};
|
|
704
705
|
going: {
|
|
@@ -715,6 +716,7 @@ declare const useGetUserActivities: () => {
|
|
|
715
716
|
userActivities: {
|
|
716
717
|
favourites: {
|
|
717
718
|
events: EventListItemType[];
|
|
719
|
+
partners: PartnerType[];
|
|
718
720
|
vendors: VendorType[];
|
|
719
721
|
};
|
|
720
722
|
going: {
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -622,8 +622,7 @@ var vendorMenuSchema = yup3.object({
|
|
|
622
622
|
description: yup3.string().nullable().optional(),
|
|
623
623
|
name: yup3.string().nullable().required("Product name is required"),
|
|
624
624
|
price: yup3.number().transform((v, o) => o === "" ? null : v).min(1, "Product price must be greater than 0").required("Product price is required"),
|
|
625
|
-
priceUnit: yup3.string().required("Product unit is required")
|
|
626
|
-
productGroups: yup3.array().of(yup3.string().defined()).min(1, "Product groups are required").required("Product groups are required")
|
|
625
|
+
priceUnit: yup3.string().required("Product unit is required")
|
|
627
626
|
});
|
|
628
627
|
var vendorSchema = globalResourceSchema.shape({
|
|
629
628
|
categories: categorySchema.min(1, "Category list must contain at least one item").required("Categories are required"),
|