@timardex/cluemart-shared 1.4.73 → 1.4.75
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-CovYLFRn.d.ts → auth-B5tprOIL.d.ts} +1 -1
- package/dist/{auth-Cdfen6gg.d.mts → auth-DtPfNKc4.d.mts} +1 -1
- package/dist/{chunk-2OEDUG7U.mjs → chunk-4LT5GOOP.mjs} +1 -5
- package/dist/{chunk-2OEDUG7U.mjs.map → chunk-4LT5GOOP.mjs.map} +1 -1
- package/dist/{chunk-7FRB62SE.mjs → chunk-W465TNSV.mjs} +1 -5
- package/dist/chunk-W465TNSV.mjs.map +1 -0
- package/dist/formFields/index.cjs +0 -4
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +1 -1
- package/dist/{global-HUZHOXHh.d.ts → global-B0WdAD-8.d.ts} +1 -5
- package/dist/{global-D_ckWQMA.d.mts → global-MMBYi34A.d.mts} +1 -5
- package/dist/graphql/index.cjs +0 -4
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +2 -21
- 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 +4 -15
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -5
- package/dist/index.d.ts +1 -5
- package/dist/index.mjs +2 -21
- package/dist/index.mjs.map +1 -1
- package/dist/{post-aU2ITfZh.d.mts → post-DZF3nYKf.d.mts} +1 -1
- package/dist/{post-DIylz7DM.d.ts → post-DdErP7-k.d.ts} +1 -1
- package/dist/{resourceActivities-CwSss-73.d.ts → resourceActivities-2FaGRW-i.d.ts} +1 -1
- package/dist/{resourceActivities-dxnqHVVc.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/chunk-7FRB62SE.mjs.map +0 -1
|
@@ -31,10 +31,6 @@ type StallType = {
|
|
|
31
31
|
label: string;
|
|
32
32
|
price: number;
|
|
33
33
|
stallCapacity: number;
|
|
34
|
-
electricity?: {
|
|
35
|
-
price?: number | null;
|
|
36
|
-
selected?: boolean | null;
|
|
37
|
-
} | null;
|
|
38
34
|
};
|
|
39
35
|
interface DateTimeWithPriceType extends DateTimeType {
|
|
40
36
|
stallTypes: StallType[];
|
|
@@ -108,7 +104,7 @@ type VendorProductList = {
|
|
|
108
104
|
name: string;
|
|
109
105
|
price: number;
|
|
110
106
|
priceUnit: string;
|
|
111
|
-
productGroups
|
|
107
|
+
productGroups?: string[] | null;
|
|
112
108
|
};
|
|
113
109
|
interface VendorFormData extends BaseResourceTypeFormData {
|
|
114
110
|
availability?: {
|
|
@@ -31,10 +31,6 @@ type StallType = {
|
|
|
31
31
|
label: string;
|
|
32
32
|
price: number;
|
|
33
33
|
stallCapacity: number;
|
|
34
|
-
electricity?: {
|
|
35
|
-
price?: number | null;
|
|
36
|
-
selected?: boolean | null;
|
|
37
|
-
} | null;
|
|
38
34
|
};
|
|
39
35
|
interface DateTimeWithPriceType extends DateTimeType {
|
|
40
36
|
stallTypes: StallType[];
|
|
@@ -108,7 +104,7 @@ type VendorProductList = {
|
|
|
108
104
|
name: string;
|
|
109
105
|
price: number;
|
|
110
106
|
priceUnit: string;
|
|
111
|
-
productGroups
|
|
107
|
+
productGroups?: string[] | null;
|
|
112
108
|
};
|
|
113
109
|
interface VendorFormData extends BaseResourceTypeFormData {
|
|
114
110
|
availability?: {
|