@ikas/storefront-models 4.12.0-beta.66 → 4.12.0-beta.68
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/build/models/theme-json/component/prop/index.d.ts +1 -0
- package/build/models/theme-json/custom-data/index.d.ts +1 -0
- package/build/models/video/index.d.ts +1 -1
- package/build-cjs/models/theme-json/component/prop/index.d.ts +1 -0
- package/build-cjs/models/theme-json/custom-data/index.d.ts +1 -0
- package/build-cjs/models/video/index.d.ts +1 -1
- package/package.json +1 -1
- package/build-cjs/models/product/campaign/search/index.d.ts +0 -13
|
@@ -20,6 +20,7 @@ export declare type IkasThemeJsonCustomData = {
|
|
|
20
20
|
isRoot: boolean;
|
|
21
21
|
parent?: IkasThemeJsonCustomData | null;
|
|
22
22
|
excludedFields?: string[] | null;
|
|
23
|
+
excludedFieldsCategory?: string[] | null;
|
|
23
24
|
};
|
|
24
25
|
export declare type IkasThemeJsonEnumOption = {
|
|
25
26
|
id: string;
|
|
@@ -20,6 +20,7 @@ export declare type IkasThemeJsonCustomData = {
|
|
|
20
20
|
isRoot: boolean;
|
|
21
21
|
parent?: IkasThemeJsonCustomData | null;
|
|
22
22
|
excludedFields?: string[] | null;
|
|
23
|
+
excludedFieldsCategory?: string[] | null;
|
|
23
24
|
};
|
|
24
25
|
export declare type IkasThemeJsonEnumOption = {
|
|
25
26
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IkasCampaignType } from "../data";
|
|
2
|
-
import { IkasProductBuyXThenGetY } from "../product-buyx-then-gety";
|
|
3
|
-
import { IkasProductCampaignDateRangeField } from "../product-campaign-date-range-field";
|
|
4
|
-
import { IkasProductFixedDiscount } from "../product-fixed-discount";
|
|
5
|
-
export declare type IkasProductCampaignSearch = {
|
|
6
|
-
buyXThenGetY: IkasProductBuyXThenGetY;
|
|
7
|
-
currencyCodes: [string] | null;
|
|
8
|
-
dateRange: IkasProductCampaignDateRangeField | null;
|
|
9
|
-
fixedDiscount: IkasProductFixedDiscount | null;
|
|
10
|
-
salesChannelIds: string[] | null;
|
|
11
|
-
title: string;
|
|
12
|
-
type: IkasCampaignType;
|
|
13
|
-
};
|