@timardex/cluemart-shared 1.7.25 → 1.7.28
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-BZcVngc3.d.ts → ad-B9tX1jAF.d.ts} +2 -2
- package/dist/{ad-DChdPAkx.d.mts → ad-C8XVY1Ig.d.mts} +2 -2
- package/dist/auth/index.cjs +1 -0
- package/dist/auth/index.cjs.map +1 -1
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/auth/index.mjs +1 -1
- package/dist/{chunk-336EZBSA.mjs → chunk-2G4J6K5K.mjs} +2 -2
- package/dist/{chunk-WPBHYGXW.mjs → chunk-LS3KB634.mjs} +2 -1
- package/dist/chunk-LS3KB634.mjs.map +1 -0
- package/dist/{contactUs-l3ciX1_d.d.ts → contactUs-BZf4DfMe.d.ts} +1 -1
- package/dist/{contactUs-KVN1Iw60.d.mts → contactUs-C-pVJyZB.d.mts} +1 -1
- package/dist/{coupon-BtoIqOSL.d.ts → coupon-BDEw47eR.d.ts} +2 -2
- package/dist/{coupon-VfAWe5gV.d.mts → coupon-C6CyYA96.d.mts} +2 -2
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BrnExI9t.d.mts → global-BC6YWupC.d.mts} +2 -1
- package/dist/{global-D8aPAI5b.d.ts → global-Ch0I5X41.d.ts} +2 -1
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +5 -5
- package/dist/graphql/index.d.ts +5 -5
- package/dist/graphql/index.mjs +2 -2
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -5
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-DIXjrgOD.d.ts → resourceActivities-C6EjqEG7.d.ts} +1 -1
- package/dist/{resourceActivities-DuftR4Ts.d.mts → resourceActivities-Vh5zcV02.d.mts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.d.mts +7 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/{user-CjYZ7tJ4.d.mts → user-DWNmVv-L.d.mts} +1 -1
- package/dist/{user-BY5AtgYc.d.ts → user-DrA0HITt.d.ts} +1 -1
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.d.ts +3 -3
- package/package.json +1 -1
- package/dist/chunk-WPBHYGXW.mjs.map +0 -1
- /package/dist/{chunk-336EZBSA.mjs.map → chunk-2G4J6K5K.mjs.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-Ch0I5X41.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -390,6 +390,7 @@ type VendorProductList = {
|
|
|
390
390
|
_id?: string;
|
|
391
391
|
createdAt?: Date | null;
|
|
392
392
|
description?: string | null;
|
|
393
|
+
hasCoupon?: boolean | null;
|
|
393
394
|
name: string;
|
|
394
395
|
price: number;
|
|
395
396
|
priceUnit: string;
|
|
@@ -462,7 +463,7 @@ interface VendorType extends BaseResourceType {
|
|
|
462
463
|
calendar: VendorFormData["calendar"] | null;
|
|
463
464
|
categories: VendorFormData["categories"];
|
|
464
465
|
foodTruck: boolean;
|
|
465
|
-
products:
|
|
466
|
+
products: VendorFormData["products"] | null;
|
|
466
467
|
vendorInfoId: string;
|
|
467
468
|
vendorType: EnumVendorType;
|
|
468
469
|
relations: {
|
|
@@ -390,6 +390,7 @@ type VendorProductList = {
|
|
|
390
390
|
_id?: string;
|
|
391
391
|
createdAt?: Date | null;
|
|
392
392
|
description?: string | null;
|
|
393
|
+
hasCoupon?: boolean | null;
|
|
393
394
|
name: string;
|
|
394
395
|
price: number;
|
|
395
396
|
priceUnit: string;
|
|
@@ -462,7 +463,7 @@ interface VendorType extends BaseResourceType {
|
|
|
462
463
|
calendar: VendorFormData["calendar"] | null;
|
|
463
464
|
categories: VendorFormData["categories"];
|
|
464
465
|
foodTruck: boolean;
|
|
465
|
-
products:
|
|
466
|
+
products: VendorFormData["products"] | null;
|
|
466
467
|
vendorInfoId: string;
|
|
467
468
|
vendorType: EnumVendorType;
|
|
468
469
|
relations: {
|