@ikas/storefront-models 4.15.0-beta.7 → 4.15.0-beta.71
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/index.d.ts +10 -0
- package/build/index.js +1 -1
- package/build/models/product/group/index.d.ts +2 -0
- package/build/models/product/group/order/index.d.ts +4 -0
- package/build/models/product/index.d.ts +2 -0
- package/build/models/product/sales-channel/index.d.ts +13 -0
- package/build/models/product/sales-channel/index.js +1 -0
- package/build/models/storefront-popup/index.d.ts +38 -0
- package/build/models/storefront-popup/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-analytics/index.d.ts +5 -0
- package/build/models/storefront-popup/storefront-popup-date-filter/index.d.ts +4 -0
- package/build/models/storefront-popup/storefront-popup-display-filter/index.d.ts +9 -0
- package/build/models/storefront-popup/storefront-popup-display-filter/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-display-settings/index.d.ts +14 -0
- package/build/models/storefront-popup/storefront-popup-display-settings/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-page-filter/index.d.ts +14 -0
- package/build/models/storefront-popup/storefront-popup-page-filter/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.d.ts +10 -0
- package/build/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-routing/index.d.ts +4 -0
- package/build-cjs/index.d.ts +10 -0
- package/build-cjs/index.js +1 -1
- package/build-cjs/models/product/campaign/search/index.d.ts +13 -0
- package/build-cjs/models/product/group/index.d.ts +2 -0
- package/build-cjs/models/product/group/order/index.d.ts +4 -0
- package/build-cjs/models/product/index.d.ts +2 -0
- package/build-cjs/models/product/sales-channel/index.d.ts +13 -0
- package/build-cjs/models/product/sales-channel/index.js +1 -0
- package/build-cjs/models/storefront-popup/index.d.ts +38 -0
- package/build-cjs/models/storefront-popup/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-analytics/index.d.ts +5 -0
- package/build-cjs/models/storefront-popup/storefront-popup-date-filter/index.d.ts +4 -0
- package/build-cjs/models/storefront-popup/storefront-popup-display-filter/index.d.ts +9 -0
- package/build-cjs/models/storefront-popup/storefront-popup-display-filter/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-display-settings/index.d.ts +14 -0
- package/build-cjs/models/storefront-popup/storefront-popup-display-settings/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-page-filter/index.d.ts +14 -0
- package/build-cjs/models/storefront-popup/storefront-popup-page-filter/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.d.ts +10 -0
- package/build-cjs/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-routing/index.d.ts +4 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -126,6 +126,7 @@ export * from "./models/product/attribute-value";
|
|
|
126
126
|
export * from "./models/product/back-in-stock-settings";
|
|
127
127
|
export * from "./models/product/base-unit";
|
|
128
128
|
export * from "./models/product/filter";
|
|
129
|
+
export * from "./models/product/group/order";
|
|
129
130
|
export * from "./models/product/group/translation";
|
|
130
131
|
export * from "./models/product/group/value";
|
|
131
132
|
export * from "./models/product/group/init";
|
|
@@ -143,6 +144,7 @@ export * from "./models/product/option-set/option/init";
|
|
|
143
144
|
export * from "./models/product/option-set/option";
|
|
144
145
|
export * from "./models/product/option-set/init";
|
|
145
146
|
export * from "./models/product/option-set";
|
|
147
|
+
export * from "./models/product/sales-channel";
|
|
146
148
|
export * from "./models/product/star";
|
|
147
149
|
export * from "./models/product/stock-location";
|
|
148
150
|
export * from "./models/product/tag";
|
|
@@ -186,6 +188,14 @@ export * from "./models/storefront/theme";
|
|
|
186
188
|
export * from "./models/storefront/theme-localization";
|
|
187
189
|
export * from "./models/storefront/meta-templates";
|
|
188
190
|
export * from "./models/storefront";
|
|
191
|
+
export * from "./models/storefront-popup/storefront-popup-analytics";
|
|
192
|
+
export * from "./models/storefront-popup/storefront-popup-date-filter";
|
|
193
|
+
export * from "./models/storefront-popup/storefront-popup-display-filter";
|
|
194
|
+
export * from "./models/storefront-popup/storefront-popup-display-settings";
|
|
195
|
+
export * from "./models/storefront-popup/storefront-popup-page-filter";
|
|
196
|
+
export * from "./models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data";
|
|
197
|
+
export * from "./models/storefront-popup/storefront-popup-routing";
|
|
198
|
+
export * from "./models/storefront-popup";
|
|
189
199
|
export * from "./models/theme-json/component/prop";
|
|
190
200
|
export * from "./models/theme-json/component";
|
|
191
201
|
export * from "./models/theme-json/custom-data";
|
package/build/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{createIkasBaseModel}from"./models/base/init.js";export{createIkasBlogCategory,initIkasBlogCategory}from"./models/blog/category/init.js";export{IkasBlogMetaDataTargetType}from"./models/blog/meta-data/index.js";export{initIkasBlog}from"./models/blog/init.js";export{IkasBrandOrderType}from"./models/brand/index.js";export{initIkasBrand}from"./models/brand/init.js";export{IkasCampaignOfferProductApplicablePriceEnum,IkasCampaignOfferProductShowCriteria}from"./models/campaign-offer/product/index.js";export{initIkasCampaignOffer}from"./models/campaign-offer/init.js";export{IkasCampaignOfferFollowUpActionType,IkasCampaignOfferTargetPageType,IkasCampaignOfferTriggerFilterType,IkasCampaignOfferType}from"./models/campaign-offer/index.js";export{IkasLocalDeliverySettingsDeliveryTimeType}from"./models/cart/available-shipping-method/estimated-delivery-time/index.js";export{IkasShippingMethod}from"./models/cart/available-shipping-method/index.js";export{IkasCartCampaignOfferStatus}from"./models/cart/campaign-offer/index.js";export{IkasCartCreatedBy}from"./models/cart/index.js";export{IkasCategoryConditionTypeEnum}from"./models/category/conditions/index.js";export{IkasCategoryProductsOrderType}from"./models/category/index.js";export{initIkasCategory}from"./models/category/init.js";export{IkasCheckoutRequirement,IkasCouponCodeRequirement}from"./models/checkout-settings/index.js";export{initIkasCountry}from"./models/country/init.js";export{IkasCustomerAttributePermission,IkasCustomerAttributeRegisterPageRequirement}from"./models/customer/attribute/sales-channel/index.js";export{initIkasCustomerAttribute}from"./models/customer/attribute/init.js";export{IkasCustomerAttributeType}from"./models/customer/attribute/index.js";export{IkasCustomerPriceListRuleFilterType}from"./models/customer/price-list-rule/filter/index.js";export{IkasCustomerPriceListRuleValueType}from"./models/customer/price-list-rule/index.js";export{initIkasCustomerReview}from"./models/customer/review/init.js";export{IkasCustomerReviewStatus}from"./models/customer/review/index.js";export{IkasCustomerAccountStatus,IkasCustomerEmailSubscriptionStatus,IkasCustomerRegistrationSource}from"./models/customer/index.js";export{initIkasHTMLMetaData,setHTMLMetaDataTranslations}from"./models/html-meta-data/init.js";export{IkasHTMLMetaDataTargetType}from"./models/html-meta-data/index.js";export{initIkasMerchantSettings}from"./models/merchant-settings/init.js";import"./models/merchant-settings/index.js";export{IkasMerchantSettingsAddressTypeEnum}from"./models/merchant-settings/address/type/index.js";export{IkasAdjustmentType,IkasAmountType}from"./models/order/adjustment/index.js";export{IkasInvoiceType}from"./models/order/invoice/index.js";export{IkasProductUnitType}from"./models/order/line-item/base-unit/index.js";export{IkasOrderLineItemStatus}from"./models/order/line-item/index.js";export{IkasOrderPackageFullfillStatus}from"./models/order/package/index.js";export{IkasTransactionCardAssociation,IkasTransactionCardType}from"./models/order/transaction/payment-method-detail/index.js";export{IkasTransactionStatus,IkasTransactionType}from"./models/order/transaction/index.js";export{IkasOrderCancelReason,IkasOrderPackageStatus,IkasOrderPaymentStatus,IkasOrderShippingMethod,IkasOrderStatus}from"./models/order/index.js";export{IkasPaymentGatewayAdditionalPriceType,IkasPaymentGatewayTransactionFeeType}from"./models/payment-gateway/additional-price/index.js";export{IkasPaymentGatewaySettingsType}from"./models/payment-gateway/settings/index.js";export{initIkasPaymentGateway}from"./models/payment-gateway/init.js";export{IkasPaymentGatewayType,IkasPaymentMethodType}from"./models/payment-gateway/index.js";export{initIkasProductAttribute}from"./models/product/attribute/init.js";export{IkasProductAttributeType}from"./models/product/attribute/index.js";export{initIkasProductAttributeValue}from"./models/product/attribute-value/init.js";export{IkasProductFilterDisplayType,IkasProductFilterSortType,IkasProductFilterType,IkasProductStockFilterValue}from"./models/product/filter/index.js";export{initIkasProductGroup,setProductGroupTranslations}from"./models/product/group/init.js";export{IkasCampaignApplicablePrice,IkasCampaignCreatedFor,IkasCampaignType}from"./models/product/campaign/data/index.js";export{IkasCampaignFilterType}from"./models/product/campaign/filter/index.js";export{initIkasProductImage}from"./models/product/image/init.js";export{initIkasProductOption}from"./models/product/option-set/option/init.js";export{IkasProductOptionSelectType,IkasProductOptionType}from"./models/product/option-set/option/index.js";export{initIkasProductOptionSet,initOptionValues,initValues,setChildOptions}from"./models/product/option-set/init.js";export{IkasGetAvailableStockLocationType}from"./models/product/stock-location/index.js";export{initIkasProductVariant}from"./models/product/variant/init.js";export{initIkasProductVariantType}from"./models/product/variant-type/init.js";export{initIkasProduct}from"./models/product/init.js";export{IkasProductType}from"./models/product/index.js";export{initIkasRaffle}from"./models/raffle/init.js";export{IkasRaffleMetadataTargetType,IkasRaffleParticipantStatus,IkasRaffleVerificationType}from"./models/raffle/index.js";export{initIkasState}from"./models/state/init.js";export{IkasStockLocationDeliveryTime,IkasStockLocationType}from"./models/stock-location/index.js";export{IkasStorefrontB2BShowPricesEnum,IkasStorefrontB2BShowProductsEnum}from"./models/storefront/b2b-settings/index.js";export{IkasStorefrontThemeStatus}from"./models/storefront/theme/index.js";export{StorefrontPageTypesEnum}from"./models/storefront/meta-templates/index.js";export{IkasStorefrontStatus,IkasStorefrontType}from"./models/storefront/index.js";export{IkasThemeJsonComponentPropType}from"./models/theme-json/component/prop/index.js";export{IkasThemeJsonPageType}from"./models/theme-json/page/index.js";export{IkasThemeJsonStockPreference}from"./models/theme-json/settings/index.js";export{initIkasVariantValue}from"./models/variant-type/variant-value/init.js";export{initIkasVariantType}from"./models/variant-type/init.js";export{IkasVariantSelectionType}from"./models/variant-type/index.js";
|
|
1
|
+
export{createIkasBaseModel}from"./models/base/init.js";export{createIkasBlogCategory,initIkasBlogCategory}from"./models/blog/category/init.js";export{IkasBlogMetaDataTargetType}from"./models/blog/meta-data/index.js";export{initIkasBlog}from"./models/blog/init.js";export{IkasBrandOrderType}from"./models/brand/index.js";export{initIkasBrand}from"./models/brand/init.js";export{IkasCampaignOfferProductApplicablePriceEnum,IkasCampaignOfferProductShowCriteria}from"./models/campaign-offer/product/index.js";export{initIkasCampaignOffer}from"./models/campaign-offer/init.js";export{IkasCampaignOfferFollowUpActionType,IkasCampaignOfferTargetPageType,IkasCampaignOfferTriggerFilterType,IkasCampaignOfferType}from"./models/campaign-offer/index.js";export{IkasLocalDeliverySettingsDeliveryTimeType}from"./models/cart/available-shipping-method/estimated-delivery-time/index.js";export{IkasShippingMethod}from"./models/cart/available-shipping-method/index.js";export{IkasCartCampaignOfferStatus}from"./models/cart/campaign-offer/index.js";export{IkasCartCreatedBy}from"./models/cart/index.js";export{IkasCategoryConditionTypeEnum}from"./models/category/conditions/index.js";export{IkasCategoryProductsOrderType}from"./models/category/index.js";export{initIkasCategory}from"./models/category/init.js";export{IkasCheckoutRequirement,IkasCouponCodeRequirement}from"./models/checkout-settings/index.js";export{initIkasCountry}from"./models/country/init.js";export{IkasCustomerAttributePermission,IkasCustomerAttributeRegisterPageRequirement}from"./models/customer/attribute/sales-channel/index.js";export{initIkasCustomerAttribute}from"./models/customer/attribute/init.js";export{IkasCustomerAttributeType}from"./models/customer/attribute/index.js";export{IkasCustomerPriceListRuleFilterType}from"./models/customer/price-list-rule/filter/index.js";export{IkasCustomerPriceListRuleValueType}from"./models/customer/price-list-rule/index.js";export{initIkasCustomerReview}from"./models/customer/review/init.js";export{IkasCustomerReviewStatus}from"./models/customer/review/index.js";export{IkasCustomerAccountStatus,IkasCustomerEmailSubscriptionStatus,IkasCustomerRegistrationSource}from"./models/customer/index.js";export{initIkasHTMLMetaData,setHTMLMetaDataTranslations}from"./models/html-meta-data/init.js";export{IkasHTMLMetaDataTargetType}from"./models/html-meta-data/index.js";export{initIkasMerchantSettings}from"./models/merchant-settings/init.js";import"./models/merchant-settings/index.js";export{IkasMerchantSettingsAddressTypeEnum}from"./models/merchant-settings/address/type/index.js";export{IkasAdjustmentType,IkasAmountType}from"./models/order/adjustment/index.js";export{IkasInvoiceType}from"./models/order/invoice/index.js";export{IkasProductUnitType}from"./models/order/line-item/base-unit/index.js";export{IkasOrderLineItemStatus}from"./models/order/line-item/index.js";export{IkasOrderPackageFullfillStatus}from"./models/order/package/index.js";export{IkasTransactionCardAssociation,IkasTransactionCardType}from"./models/order/transaction/payment-method-detail/index.js";export{IkasTransactionStatus,IkasTransactionType}from"./models/order/transaction/index.js";export{IkasOrderCancelReason,IkasOrderPackageStatus,IkasOrderPaymentStatus,IkasOrderShippingMethod,IkasOrderStatus}from"./models/order/index.js";export{IkasPaymentGatewayAdditionalPriceType,IkasPaymentGatewayTransactionFeeType}from"./models/payment-gateway/additional-price/index.js";export{IkasPaymentGatewaySettingsType}from"./models/payment-gateway/settings/index.js";export{initIkasPaymentGateway}from"./models/payment-gateway/init.js";export{IkasPaymentGatewayType,IkasPaymentMethodType}from"./models/payment-gateway/index.js";export{initIkasProductAttribute}from"./models/product/attribute/init.js";export{IkasProductAttributeType}from"./models/product/attribute/index.js";export{initIkasProductAttributeValue}from"./models/product/attribute-value/init.js";export{IkasProductFilterDisplayType,IkasProductFilterSortType,IkasProductFilterType,IkasProductStockFilterValue}from"./models/product/filter/index.js";export{initIkasProductGroup,setProductGroupTranslations}from"./models/product/group/init.js";export{IkasCampaignApplicablePrice,IkasCampaignCreatedFor,IkasCampaignType}from"./models/product/campaign/data/index.js";export{IkasCampaignFilterType}from"./models/product/campaign/filter/index.js";export{initIkasProductImage}from"./models/product/image/init.js";export{initIkasProductOption}from"./models/product/option-set/option/init.js";export{IkasProductOptionSelectType,IkasProductOptionType}from"./models/product/option-set/option/index.js";export{initIkasProductOptionSet,initOptionValues,initValues,setChildOptions}from"./models/product/option-set/init.js";export{IkasSalesChannelStatusEnum}from"./models/product/sales-channel/index.js";export{IkasGetAvailableStockLocationType}from"./models/product/stock-location/index.js";export{initIkasProductVariant}from"./models/product/variant/init.js";export{initIkasProductVariantType}from"./models/product/variant-type/init.js";export{initIkasProduct}from"./models/product/init.js";export{IkasProductType}from"./models/product/index.js";export{initIkasRaffle}from"./models/raffle/init.js";export{IkasRaffleMetadataTargetType,IkasRaffleParticipantStatus,IkasRaffleVerificationType}from"./models/raffle/index.js";export{initIkasState}from"./models/state/init.js";export{IkasStockLocationDeliveryTime,IkasStockLocationType}from"./models/stock-location/index.js";export{IkasStorefrontB2BShowPricesEnum,IkasStorefrontB2BShowProductsEnum}from"./models/storefront/b2b-settings/index.js";export{IkasStorefrontThemeStatus}from"./models/storefront/theme/index.js";export{StorefrontPageTypesEnum}from"./models/storefront/meta-templates/index.js";export{IkasStorefrontStatus,IkasStorefrontType}from"./models/storefront/index.js";export{IkasStorefrontPopupDisplayFilterTypeEnum}from"./models/storefront-popup/storefront-popup-display-filter/index.js";export{IkasStorefrontPopupDisplayFrequencyEnum,IkasStorefrontPopupDisplayTriggerTypeEnum}from"./models/storefront-popup/storefront-popup-display-settings/index.js";export{IkasStorefrontPopupPageFilterTypeEnum}from"./models/storefront-popup/storefront-popup-page-filter/index.js";export{IkasStorefrontPopupPageFilterDataTypeEnum}from"./models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.js";export{IkasStorefrontPopupDeviceTypeEnum,IkasStorefrontPopupStatusEnum,IkasStorefrontPopupTypeEnum}from"./models/storefront-popup/index.js";export{IkasThemeJsonComponentPropType}from"./models/theme-json/component/prop/index.js";export{IkasThemeJsonPageType}from"./models/theme-json/page/index.js";export{IkasThemeJsonStockPreference}from"./models/theme-json/settings/index.js";export{initIkasVariantValue}from"./models/variant-type/variant-value/init.js";export{initIkasVariantType}from"./models/variant-type/init.js";export{IkasVariantSelectionType}from"./models/variant-type/index.js";
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { IkasProductGroupOrder } from "./order";
|
|
1
2
|
import { IkasProductGroupTranslation } from "./translation";
|
|
2
3
|
import { IkasProductGroupValue } from "./value";
|
|
3
4
|
export declare type IkasProductGroup = {
|
|
4
5
|
groupKey: string;
|
|
5
6
|
id: string;
|
|
6
7
|
name: string;
|
|
8
|
+
order?: IkasProductGroupOrder | null;
|
|
7
9
|
translations?: IkasProductGroupTranslation[] | null;
|
|
8
10
|
values: IkasProductGroupValue[];
|
|
9
11
|
};
|
|
@@ -12,6 +12,7 @@ import { IkasProductStar } from "./star";
|
|
|
12
12
|
import { IkasProductCampaign } from "./campaign";
|
|
13
13
|
import { IkasProductCampaignOffer } from "./campaign-offer";
|
|
14
14
|
import { IkasProductGroup } from "./group";
|
|
15
|
+
import { IkasProductSalesChannel } from "./sales-channel";
|
|
15
16
|
export declare type IkasProduct = {
|
|
16
17
|
id: string;
|
|
17
18
|
name: string;
|
|
@@ -37,6 +38,7 @@ export declare type IkasProduct = {
|
|
|
37
38
|
productVolumeDiscountId: string | null;
|
|
38
39
|
campaignOffers: IkasProductCampaignOffer[] | null;
|
|
39
40
|
productGroup: IkasProductGroup | null;
|
|
41
|
+
salesChannels: IkasProductSalesChannel[] | null;
|
|
40
42
|
};
|
|
41
43
|
export declare enum IkasProductType {
|
|
42
44
|
PHYSICAL = "PHYSICAL",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare type IkasProductSalesChannel = {
|
|
2
|
+
id: string;
|
|
3
|
+
maxQuantityPerCart: number | null;
|
|
4
|
+
minQuantityPerCart: number | null;
|
|
5
|
+
productVolumeDiscountId: string | null;
|
|
6
|
+
quantitySettings: number[] | null;
|
|
7
|
+
status: IkasSalesChannelStatusEnum;
|
|
8
|
+
};
|
|
9
|
+
export declare enum IkasSalesChannelStatusEnum {
|
|
10
|
+
HIDDEN = "HIDDEN",
|
|
11
|
+
PASSIVE = "PASSIVE",
|
|
12
|
+
VISIBLE = "VISIBLE"
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var I;!function(I){I.HIDDEN="HIDDEN",I.PASSIVE="PASSIVE",I.VISIBLE="VISIBLE"}(I||(I={}));export{I as IkasSalesChannelStatusEnum};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../base";
|
|
2
|
+
import { IkasStorefrontPopupAnalytics } from "./storefront-popup-analytics";
|
|
3
|
+
import { IkasStorefrontPopupDateFilter } from "./storefront-popup-date-filter";
|
|
4
|
+
import { IkasStorefrontPopupDisplayFilter } from "./storefront-popup-display-filter";
|
|
5
|
+
import { IkasStorefrontPopupDisplaySettings } from "./storefront-popup-display-settings";
|
|
6
|
+
import { IkasStorefrontPopupPageFilter } from "./storefront-popup-page-filter";
|
|
7
|
+
import { IkasStorefrontPopupRouting } from "./storefront-popup-routing";
|
|
8
|
+
export declare type IkasStorefrontPopup = {
|
|
9
|
+
id: string;
|
|
10
|
+
analytics: IkasStorefrontPopupAnalytics | null;
|
|
11
|
+
contentJson: any | null;
|
|
12
|
+
dateFilter: IkasStorefrontPopupDateFilter | null;
|
|
13
|
+
displayFilters: IkasStorefrontPopupDisplayFilter[] | null;
|
|
14
|
+
displaySettings: IkasStorefrontPopupDisplaySettings;
|
|
15
|
+
name: string;
|
|
16
|
+
pageFilters: IkasStorefrontPopupPageFilter[] | null;
|
|
17
|
+
status: IkasStorefrontPopupStatusEnum;
|
|
18
|
+
storefrontRoutings: IkasStorefrontPopupRouting[];
|
|
19
|
+
type: IkasStorefrontPopupTypeEnum;
|
|
20
|
+
visibleDevice: IkasStorefrontPopupDeviceTypeEnum;
|
|
21
|
+
} & IkasBaseModel;
|
|
22
|
+
export declare enum IkasStorefrontPopupStatusEnum {
|
|
23
|
+
ACTIVE = "ACTIVE",
|
|
24
|
+
DRAFT = "DRAFT",
|
|
25
|
+
PASSIVE = "PASSIVE"
|
|
26
|
+
}
|
|
27
|
+
export declare enum IkasStorefrontPopupTypeEnum {
|
|
28
|
+
FORM = "FORM",
|
|
29
|
+
NOTIFICATION = "NOTIFICATION",
|
|
30
|
+
NOTIFICATION_BAR = "NOTIFICATION_BAR",
|
|
31
|
+
PAGE_OVERLAY = "PAGE_OVERLAY",
|
|
32
|
+
POPUP = "POPUP"
|
|
33
|
+
}
|
|
34
|
+
export declare enum IkasStorefrontPopupDeviceTypeEnum {
|
|
35
|
+
ALL = "ALL",
|
|
36
|
+
DESKTOP = "DESKTOP",
|
|
37
|
+
MOBILE = "MOBILE"
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var A,I,O;!function(A){A.ACTIVE="ACTIVE",A.DRAFT="DRAFT",A.PASSIVE="PASSIVE"}(A||(A={})),function(A){A.FORM="FORM",A.NOTIFICATION="NOTIFICATION",A.NOTIFICATION_BAR="NOTIFICATION_BAR",A.PAGE_OVERLAY="PAGE_OVERLAY",A.POPUP="POPUP"}(I||(I={})),function(A){A.ALL="ALL",A.DESKTOP="DESKTOP",A.MOBILE="MOBILE"}(O||(O={}));export{O as IkasStorefrontPopupDeviceTypeEnum,A as IkasStorefrontPopupStatusEnum,I as IkasStorefrontPopupTypeEnum};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare type IkasStorefrontPopupDisplayFilter = {
|
|
2
|
+
operator: string;
|
|
3
|
+
type: IkasStorefrontPopupDisplayFilterTypeEnum;
|
|
4
|
+
value: string;
|
|
5
|
+
};
|
|
6
|
+
export declare enum IkasStorefrontPopupDisplayFilterTypeEnum {
|
|
7
|
+
CART_TOTAL = "CART_TOTAL",
|
|
8
|
+
CUSTOMER_SEGMENT = "CUSTOMER_SEGMENT"
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var T;!function(T){T.CART_TOTAL="CART_TOTAL",T.CUSTOMER_SEGMENT="CUSTOMER_SEGMENT"}(T||(T={}));export{T as IkasStorefrontPopupDisplayFilterTypeEnum};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare type IkasStorefrontPopupDisplaySettings = {
|
|
2
|
+
frequency: IkasStorefrontPopupDisplayFrequencyEnum;
|
|
3
|
+
triggerType: IkasStorefrontPopupDisplayTriggerTypeEnum;
|
|
4
|
+
triggerValue: number | null;
|
|
5
|
+
};
|
|
6
|
+
export declare enum IkasStorefrontPopupDisplayFrequencyEnum {
|
|
7
|
+
EVERY_TIME = "EVERY_TIME",
|
|
8
|
+
ONCE_PER_SESSION = "ONCE_PER_SESSION"
|
|
9
|
+
}
|
|
10
|
+
export declare enum IkasStorefrontPopupDisplayTriggerTypeEnum {
|
|
11
|
+
EXIT_INTENT = "EXIT_INTENT",
|
|
12
|
+
ON_PAGE_LOAD = "ON_PAGE_LOAD",
|
|
13
|
+
SCROLL_DOWN = "SCROLL_DOWN"
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var E,_;!function(E){E.EVERY_TIME="EVERY_TIME",E.ONCE_PER_SESSION="ONCE_PER_SESSION"}(E||(E={})),function(E){E.EXIT_INTENT="EXIT_INTENT",E.ON_PAGE_LOAD="ON_PAGE_LOAD",E.SCROLL_DOWN="SCROLL_DOWN"}(_||(_={}));export{E as IkasStorefrontPopupDisplayFrequencyEnum,_ as IkasStorefrontPopupDisplayTriggerTypeEnum};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IkasStorefrontPopupPageFilterData } from "./storefront-popup-page-filter-data";
|
|
2
|
+
export declare type IkasStorefrontPopupPageFilter = {
|
|
3
|
+
filters: IkasStorefrontPopupPageFilterData[] | null;
|
|
4
|
+
pageType: IkasStorefrontPopupPageFilterTypeEnum;
|
|
5
|
+
};
|
|
6
|
+
export declare enum IkasStorefrontPopupPageFilterTypeEnum {
|
|
7
|
+
ACCOUNT = "ACCOUNT",
|
|
8
|
+
CART = "CART",
|
|
9
|
+
CATEGORY = "CATEGORY",
|
|
10
|
+
CUSTOM = "CUSTOM",
|
|
11
|
+
HOME = "HOME",
|
|
12
|
+
PRODUCT = "PRODUCT",
|
|
13
|
+
PRODUCT_BRAND = "PRODUCT_BRAND"
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var C;!function(C){C.ACCOUNT="ACCOUNT",C.CART="CART",C.CATEGORY="CATEGORY",C.CUSTOM="CUSTOM",C.HOME="HOME",C.PRODUCT="PRODUCT",C.PRODUCT_BRAND="PRODUCT_BRAND"}(C||(C={}));export{C as IkasStorefrontPopupPageFilterTypeEnum};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface IkasStorefrontPopupPageFilterData {
|
|
2
|
+
type: IkasStorefrontPopupPageFilterDataTypeEnum;
|
|
3
|
+
value: string;
|
|
4
|
+
}
|
|
5
|
+
export declare enum IkasStorefrontPopupPageFilterDataTypeEnum {
|
|
6
|
+
CONTAINS = "CONTAINS",
|
|
7
|
+
DOES_NOT_CONTAIN = "DOES_NOT_CONTAIN",
|
|
8
|
+
EXACT_MATCH = "EXACT_MATCH",
|
|
9
|
+
ID_LIST = "ID_LIST"
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var T;!function(T){T.CONTAINS="CONTAINS",T.DOES_NOT_CONTAIN="DOES_NOT_CONTAIN",T.EXACT_MATCH="EXACT_MATCH",T.ID_LIST="ID_LIST"}(T||(T={}));export{T as IkasStorefrontPopupPageFilterDataTypeEnum};
|
package/build-cjs/index.d.ts
CHANGED
|
@@ -126,6 +126,7 @@ export * from "./models/product/attribute-value";
|
|
|
126
126
|
export * from "./models/product/back-in-stock-settings";
|
|
127
127
|
export * from "./models/product/base-unit";
|
|
128
128
|
export * from "./models/product/filter";
|
|
129
|
+
export * from "./models/product/group/order";
|
|
129
130
|
export * from "./models/product/group/translation";
|
|
130
131
|
export * from "./models/product/group/value";
|
|
131
132
|
export * from "./models/product/group/init";
|
|
@@ -143,6 +144,7 @@ export * from "./models/product/option-set/option/init";
|
|
|
143
144
|
export * from "./models/product/option-set/option";
|
|
144
145
|
export * from "./models/product/option-set/init";
|
|
145
146
|
export * from "./models/product/option-set";
|
|
147
|
+
export * from "./models/product/sales-channel";
|
|
146
148
|
export * from "./models/product/star";
|
|
147
149
|
export * from "./models/product/stock-location";
|
|
148
150
|
export * from "./models/product/tag";
|
|
@@ -186,6 +188,14 @@ export * from "./models/storefront/theme";
|
|
|
186
188
|
export * from "./models/storefront/theme-localization";
|
|
187
189
|
export * from "./models/storefront/meta-templates";
|
|
188
190
|
export * from "./models/storefront";
|
|
191
|
+
export * from "./models/storefront-popup/storefront-popup-analytics";
|
|
192
|
+
export * from "./models/storefront-popup/storefront-popup-date-filter";
|
|
193
|
+
export * from "./models/storefront-popup/storefront-popup-display-filter";
|
|
194
|
+
export * from "./models/storefront-popup/storefront-popup-display-settings";
|
|
195
|
+
export * from "./models/storefront-popup/storefront-popup-page-filter";
|
|
196
|
+
export * from "./models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data";
|
|
197
|
+
export * from "./models/storefront-popup/storefront-popup-routing";
|
|
198
|
+
export * from "./models/storefront-popup";
|
|
189
199
|
export * from "./models/theme-json/component/prop";
|
|
190
200
|
export * from "./models/theme-json/component";
|
|
191
201
|
export * from "./models/theme-json/custom-data";
|
package/build-cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./models/base/init.js"),t=require("./models/blog/category/init.js"),r=require("./models/blog/meta-data/index.js"),n=require("./models/blog/init.js"),i=require("./models/brand/index.js"),a=require("./models/brand/init.js"),o=require("./models/campaign-offer/product/index.js"),s=require("./models/campaign-offer/init.js"),u=require("./models/campaign-offer/index.js"),p=require("./models/cart/available-shipping-method/estimated-delivery-time/index.js"),d=require("./models/cart/available-shipping-method/index.js"),c=require("./models/cart/campaign-offer/index.js"),m=require("./models/cart/index.js"),l=require("./models/category/conditions/index.js"),f=require("./models/category/index.js"),y=require("./models/category/init.js"),k=require("./models/checkout-settings/index.js"),I=require("./models/country/init.js"),b=require("./models/customer/attribute/sales-channel/index.js"),g=require("./models/customer/attribute/init.js"),P=require("./models/customer/attribute/index.js"),j=require("./models/customer/price-list-rule/filter/index.js"),x=require("./models/customer/price-list-rule/index.js"),T=require("./models/customer/review/init.js"),O=require("./models/customer/review/index.js"),C=require("./models/customer/index.js"),S=require("./models/html-meta-data/init.js"),q=require("./models/html-meta-data/index.js"),h=require("./models/merchant-settings/init.js");require("./models/merchant-settings/index.js");var A=require("./models/merchant-settings/address/type/index.js"),v=require("./models/order/adjustment/index.js"),M=require("./models/order/invoice/index.js"),w=require("./models/order/line-item/base-unit/index.js"),R=require("./models/order/line-item/index.js"),B=require("./models/order/package/index.js"),V=require("./models/order/transaction/payment-method-detail/index.js"),F=require("./models/order/transaction/index.js"),L=require("./models/order/index.js"),D=require("./models/payment-gateway/additional-price/index.js"),G=require("./models/payment-gateway/settings/index.js"),E=require("./models/payment-gateway/init.js"),H=require("./models/payment-gateway/index.js"),J=require("./models/product/attribute/init.js"),U=require("./models/product/attribute/index.js"),_=require("./models/product/attribute-value/init.js"),z=require("./models/product/filter/index.js"),K=require("./models/product/group/init.js"),N=require("./models/product/campaign/data/index.js"),Q=require("./models/product/campaign/filter/index.js"),W=require("./models/product/image/init.js"),X=require("./models/product/option-set/option/init.js"),Y=require("./models/product/option-set/option/index.js"),Z=require("./models/product/option-set/init.js"),$=require("./models/product/stock-location/index.js"),ee=require("./models/product/variant/init.js"),te=require("./models/product/variant-type/init.js"),re=require("./models/product/init.js"),ne=require("./models/product/index.js"),ie=require("./models/raffle/init.js"),ae=require("./models/raffle/index.js"),oe=require("./models/state/init.js"),se=require("./models/stock-location/index.js"),ue=require("./models/storefront/b2b-settings/index.js"),pe=require("./models/storefront/theme/index.js"),de=require("./models/storefront/meta-templates/index.js"),ce=require("./models/storefront/index.js"),me=require("./models/theme-json/component/prop/index.js"),le=require("./models/theme-json/page/index.js"),fe=require("./models/theme-json/settings/index.js"),ye=require("./models/variant-type/variant-value/init.js"),ke=require("./models/variant-type/init.js"),Ie=require("./models/variant-type/index.js");exports.createIkasBaseModel=e.createIkasBaseModel,exports.createIkasBlogCategory=t.createIkasBlogCategory,exports.initIkasBlogCategory=t.initIkasBlogCategory,Object.defineProperty(exports,"IkasBlogMetaDataTargetType",{enumerable:!0,get:function(){return r.IkasBlogMetaDataTargetType}}),exports.initIkasBlog=n.initIkasBlog,Object.defineProperty(exports,"IkasBrandOrderType",{enumerable:!0,get:function(){return i.IkasBrandOrderType}}),exports.initIkasBrand=a.initIkasBrand,Object.defineProperty(exports,"IkasCampaignOfferProductApplicablePriceEnum",{enumerable:!0,get:function(){return o.IkasCampaignOfferProductApplicablePriceEnum}}),Object.defineProperty(exports,"IkasCampaignOfferProductShowCriteria",{enumerable:!0,get:function(){return o.IkasCampaignOfferProductShowCriteria}}),exports.initIkasCampaignOffer=s.initIkasCampaignOffer,Object.defineProperty(exports,"IkasCampaignOfferFollowUpActionType",{enumerable:!0,get:function(){return u.IkasCampaignOfferFollowUpActionType}}),Object.defineProperty(exports,"IkasCampaignOfferTargetPageType",{enumerable:!0,get:function(){return u.IkasCampaignOfferTargetPageType}}),Object.defineProperty(exports,"IkasCampaignOfferTriggerFilterType",{enumerable:!0,get:function(){return u.IkasCampaignOfferTriggerFilterType}}),Object.defineProperty(exports,"IkasCampaignOfferType",{enumerable:!0,get:function(){return u.IkasCampaignOfferType}}),Object.defineProperty(exports,"IkasLocalDeliverySettingsDeliveryTimeType",{enumerable:!0,get:function(){return p.IkasLocalDeliverySettingsDeliveryTimeType}}),Object.defineProperty(exports,"IkasShippingMethod",{enumerable:!0,get:function(){return d.IkasShippingMethod}}),Object.defineProperty(exports,"IkasCartCampaignOfferStatus",{enumerable:!0,get:function(){return c.IkasCartCampaignOfferStatus}}),Object.defineProperty(exports,"IkasCartCreatedBy",{enumerable:!0,get:function(){return m.IkasCartCreatedBy}}),Object.defineProperty(exports,"IkasCategoryConditionTypeEnum",{enumerable:!0,get:function(){return l.IkasCategoryConditionTypeEnum}}),Object.defineProperty(exports,"IkasCategoryProductsOrderType",{enumerable:!0,get:function(){return f.IkasCategoryProductsOrderType}}),exports.initIkasCategory=y.initIkasCategory,Object.defineProperty(exports,"IkasCheckoutRequirement",{enumerable:!0,get:function(){return k.IkasCheckoutRequirement}}),Object.defineProperty(exports,"IkasCouponCodeRequirement",{enumerable:!0,get:function(){return k.IkasCouponCodeRequirement}}),exports.initIkasCountry=I.initIkasCountry,Object.defineProperty(exports,"IkasCustomerAttributePermission",{enumerable:!0,get:function(){return b.IkasCustomerAttributePermission}}),Object.defineProperty(exports,"IkasCustomerAttributeRegisterPageRequirement",{enumerable:!0,get:function(){return b.IkasCustomerAttributeRegisterPageRequirement}}),exports.initIkasCustomerAttribute=g.initIkasCustomerAttribute,Object.defineProperty(exports,"IkasCustomerAttributeType",{enumerable:!0,get:function(){return P.IkasCustomerAttributeType}}),Object.defineProperty(exports,"IkasCustomerPriceListRuleFilterType",{enumerable:!0,get:function(){return j.IkasCustomerPriceListRuleFilterType}}),Object.defineProperty(exports,"IkasCustomerPriceListRuleValueType",{enumerable:!0,get:function(){return x.IkasCustomerPriceListRuleValueType}}),exports.initIkasCustomerReview=T.initIkasCustomerReview,Object.defineProperty(exports,"IkasCustomerReviewStatus",{enumerable:!0,get:function(){return O.IkasCustomerReviewStatus}}),Object.defineProperty(exports,"IkasCustomerAccountStatus",{enumerable:!0,get:function(){return C.IkasCustomerAccountStatus}}),Object.defineProperty(exports,"IkasCustomerEmailSubscriptionStatus",{enumerable:!0,get:function(){return C.IkasCustomerEmailSubscriptionStatus}}),Object.defineProperty(exports,"IkasCustomerRegistrationSource",{enumerable:!0,get:function(){return C.IkasCustomerRegistrationSource}}),exports.initIkasHTMLMetaData=S.initIkasHTMLMetaData,exports.setHTMLMetaDataTranslations=S.setHTMLMetaDataTranslations,Object.defineProperty(exports,"IkasHTMLMetaDataTargetType",{enumerable:!0,get:function(){return q.IkasHTMLMetaDataTargetType}}),exports.initIkasMerchantSettings=h.initIkasMerchantSettings,Object.defineProperty(exports,"IkasMerchantSettingsAddressTypeEnum",{enumerable:!0,get:function(){return A.IkasMerchantSettingsAddressTypeEnum}}),Object.defineProperty(exports,"IkasAdjustmentType",{enumerable:!0,get:function(){return v.IkasAdjustmentType}}),Object.defineProperty(exports,"IkasAmountType",{enumerable:!0,get:function(){return v.IkasAmountType}}),Object.defineProperty(exports,"IkasInvoiceType",{enumerable:!0,get:function(){return M.IkasInvoiceType}}),Object.defineProperty(exports,"IkasProductUnitType",{enumerable:!0,get:function(){return w.IkasProductUnitType}}),Object.defineProperty(exports,"IkasOrderLineItemStatus",{enumerable:!0,get:function(){return R.IkasOrderLineItemStatus}}),Object.defineProperty(exports,"IkasOrderPackageFullfillStatus",{enumerable:!0,get:function(){return B.IkasOrderPackageFullfillStatus}}),Object.defineProperty(exports,"IkasTransactionCardAssociation",{enumerable:!0,get:function(){return V.IkasTransactionCardAssociation}}),Object.defineProperty(exports,"IkasTransactionCardType",{enumerable:!0,get:function(){return V.IkasTransactionCardType}}),Object.defineProperty(exports,"IkasTransactionStatus",{enumerable:!0,get:function(){return F.IkasTransactionStatus}}),Object.defineProperty(exports,"IkasTransactionType",{enumerable:!0,get:function(){return F.IkasTransactionType}}),Object.defineProperty(exports,"IkasOrderCancelReason",{enumerable:!0,get:function(){return L.IkasOrderCancelReason}}),Object.defineProperty(exports,"IkasOrderPackageStatus",{enumerable:!0,get:function(){return L.IkasOrderPackageStatus}}),Object.defineProperty(exports,"IkasOrderPaymentStatus",{enumerable:!0,get:function(){return L.IkasOrderPaymentStatus}}),Object.defineProperty(exports,"IkasOrderShippingMethod",{enumerable:!0,get:function(){return L.IkasOrderShippingMethod}}),Object.defineProperty(exports,"IkasOrderStatus",{enumerable:!0,get:function(){return L.IkasOrderStatus}}),Object.defineProperty(exports,"IkasPaymentGatewayAdditionalPriceType",{enumerable:!0,get:function(){return D.IkasPaymentGatewayAdditionalPriceType}}),Object.defineProperty(exports,"IkasPaymentGatewayTransactionFeeType",{enumerable:!0,get:function(){return D.IkasPaymentGatewayTransactionFeeType}}),Object.defineProperty(exports,"IkasPaymentGatewaySettingsType",{enumerable:!0,get:function(){return G.IkasPaymentGatewaySettingsType}}),exports.initIkasPaymentGateway=E.initIkasPaymentGateway,Object.defineProperty(exports,"IkasPaymentGatewayType",{enumerable:!0,get:function(){return H.IkasPaymentGatewayType}}),Object.defineProperty(exports,"IkasPaymentMethodType",{enumerable:!0,get:function(){return H.IkasPaymentMethodType}}),exports.initIkasProductAttribute=J.initIkasProductAttribute,Object.defineProperty(exports,"IkasProductAttributeType",{enumerable:!0,get:function(){return U.IkasProductAttributeType}}),exports.initIkasProductAttributeValue=_.initIkasProductAttributeValue,Object.defineProperty(exports,"IkasProductFilterDisplayType",{enumerable:!0,get:function(){return z.IkasProductFilterDisplayType}}),Object.defineProperty(exports,"IkasProductFilterSortType",{enumerable:!0,get:function(){return z.IkasProductFilterSortType}}),Object.defineProperty(exports,"IkasProductFilterType",{enumerable:!0,get:function(){return z.IkasProductFilterType}}),Object.defineProperty(exports,"IkasProductStockFilterValue",{enumerable:!0,get:function(){return z.IkasProductStockFilterValue}}),exports.initIkasProductGroup=K.initIkasProductGroup,exports.setProductGroupTranslations=K.setProductGroupTranslations,Object.defineProperty(exports,"IkasCampaignApplicablePrice",{enumerable:!0,get:function(){return N.IkasCampaignApplicablePrice}}),Object.defineProperty(exports,"IkasCampaignCreatedFor",{enumerable:!0,get:function(){return N.IkasCampaignCreatedFor}}),Object.defineProperty(exports,"IkasCampaignType",{enumerable:!0,get:function(){return N.IkasCampaignType}}),Object.defineProperty(exports,"IkasCampaignFilterType",{enumerable:!0,get:function(){return Q.IkasCampaignFilterType}}),exports.initIkasProductImage=W.initIkasProductImage,exports.initIkasProductOption=X.initIkasProductOption,Object.defineProperty(exports,"IkasProductOptionSelectType",{enumerable:!0,get:function(){return Y.IkasProductOptionSelectType}}),Object.defineProperty(exports,"IkasProductOptionType",{enumerable:!0,get:function(){return Y.IkasProductOptionType}}),exports.initIkasProductOptionSet=Z.initIkasProductOptionSet,exports.initOptionValues=Z.initOptionValues,exports.initValues=Z.initValues,exports.setChildOptions=Z.setChildOptions,Object.defineProperty(exports,"IkasGetAvailableStockLocationType",{enumerable:!0,get:function(){return $.IkasGetAvailableStockLocationType}}),exports.initIkasProductVariant=ee.initIkasProductVariant,exports.initIkasProductVariantType=te.initIkasProductVariantType,exports.initIkasProduct=re.initIkasProduct,Object.defineProperty(exports,"IkasProductType",{enumerable:!0,get:function(){return ne.IkasProductType}}),exports.initIkasRaffle=ie.initIkasRaffle,Object.defineProperty(exports,"IkasRaffleMetadataTargetType",{enumerable:!0,get:function(){return ae.IkasRaffleMetadataTargetType}}),Object.defineProperty(exports,"IkasRaffleParticipantStatus",{enumerable:!0,get:function(){return ae.IkasRaffleParticipantStatus}}),Object.defineProperty(exports,"IkasRaffleVerificationType",{enumerable:!0,get:function(){return ae.IkasRaffleVerificationType}}),exports.initIkasState=oe.initIkasState,Object.defineProperty(exports,"IkasStockLocationDeliveryTime",{enumerable:!0,get:function(){return se.IkasStockLocationDeliveryTime}}),Object.defineProperty(exports,"IkasStockLocationType",{enumerable:!0,get:function(){return se.IkasStockLocationType}}),Object.defineProperty(exports,"IkasStorefrontB2BShowPricesEnum",{enumerable:!0,get:function(){return ue.IkasStorefrontB2BShowPricesEnum}}),Object.defineProperty(exports,"IkasStorefrontB2BShowProductsEnum",{enumerable:!0,get:function(){return ue.IkasStorefrontB2BShowProductsEnum}}),Object.defineProperty(exports,"IkasStorefrontThemeStatus",{enumerable:!0,get:function(){return pe.IkasStorefrontThemeStatus}}),Object.defineProperty(exports,"StorefrontPageTypesEnum",{enumerable:!0,get:function(){return de.StorefrontPageTypesEnum}}),Object.defineProperty(exports,"IkasStorefrontStatus",{enumerable:!0,get:function(){return ce.IkasStorefrontStatus}}),Object.defineProperty(exports,"IkasStorefrontType",{enumerable:!0,get:function(){return ce.IkasStorefrontType}}),Object.defineProperty(exports,"IkasThemeJsonComponentPropType",{enumerable:!0,get:function(){return me.IkasThemeJsonComponentPropType}}),Object.defineProperty(exports,"IkasThemeJsonPageType",{enumerable:!0,get:function(){return le.IkasThemeJsonPageType}}),Object.defineProperty(exports,"IkasThemeJsonStockPreference",{enumerable:!0,get:function(){return fe.IkasThemeJsonStockPreference}}),exports.initIkasVariantValue=ye.initIkasVariantValue,exports.initIkasVariantType=ke.initIkasVariantType,Object.defineProperty(exports,"IkasVariantSelectionType",{enumerable:!0,get:function(){return Ie.IkasVariantSelectionType}});
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./models/base/init.js"),t=require("./models/blog/category/init.js"),r=require("./models/blog/meta-data/index.js"),n=require("./models/blog/init.js"),o=require("./models/brand/index.js"),i=require("./models/brand/init.js"),a=require("./models/campaign-offer/product/index.js"),s=require("./models/campaign-offer/init.js"),u=require("./models/campaign-offer/index.js"),p=require("./models/cart/available-shipping-method/estimated-delivery-time/index.js"),d=require("./models/cart/available-shipping-method/index.js"),c=require("./models/cart/campaign-offer/index.js"),m=require("./models/cart/index.js"),l=require("./models/category/conditions/index.js"),f=require("./models/category/index.js"),y=require("./models/category/init.js"),k=require("./models/checkout-settings/index.js"),I=require("./models/country/init.js"),g=require("./models/customer/attribute/sales-channel/index.js"),b=require("./models/customer/attribute/init.js"),P=require("./models/customer/attribute/index.js"),j=require("./models/customer/price-list-rule/filter/index.js"),x=require("./models/customer/price-list-rule/index.js"),T=require("./models/customer/review/init.js"),O=require("./models/customer/review/index.js"),S=require("./models/customer/index.js"),C=require("./models/html-meta-data/init.js"),q=require("./models/html-meta-data/index.js"),h=require("./models/merchant-settings/init.js");require("./models/merchant-settings/index.js");var A=require("./models/merchant-settings/address/type/index.js"),v=require("./models/order/adjustment/index.js"),E=require("./models/order/invoice/index.js"),F=require("./models/order/line-item/base-unit/index.js"),M=require("./models/order/line-item/index.js"),w=require("./models/order/package/index.js"),R=require("./models/order/transaction/payment-method-detail/index.js"),D=require("./models/order/transaction/index.js"),B=require("./models/order/index.js"),V=require("./models/payment-gateway/additional-price/index.js"),L=require("./models/payment-gateway/settings/index.js"),G=require("./models/payment-gateway/init.js"),H=require("./models/payment-gateway/index.js"),J=require("./models/product/attribute/init.js"),U=require("./models/product/attribute/index.js"),_=require("./models/product/attribute-value/init.js"),z=require("./models/product/filter/index.js"),K=require("./models/product/group/init.js"),N=require("./models/product/campaign/data/index.js"),Q=require("./models/product/campaign/filter/index.js"),W=require("./models/product/image/init.js"),X=require("./models/product/option-set/option/init.js"),Y=require("./models/product/option-set/option/index.js"),Z=require("./models/product/option-set/init.js"),$=require("./models/product/sales-channel/index.js"),ee=require("./models/product/stock-location/index.js"),te=require("./models/product/variant/init.js"),re=require("./models/product/variant-type/init.js"),ne=require("./models/product/init.js"),oe=require("./models/product/index.js"),ie=require("./models/raffle/init.js"),ae=require("./models/raffle/index.js"),se=require("./models/state/init.js"),ue=require("./models/stock-location/index.js"),pe=require("./models/storefront/b2b-settings/index.js"),de=require("./models/storefront/theme/index.js"),ce=require("./models/storefront/meta-templates/index.js"),me=require("./models/storefront/index.js"),le=require("./models/storefront-popup/storefront-popup-display-filter/index.js"),fe=require("./models/storefront-popup/storefront-popup-display-settings/index.js"),ye=require("./models/storefront-popup/storefront-popup-page-filter/index.js"),ke=require("./models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.js"),Ie=require("./models/storefront-popup/index.js"),ge=require("./models/theme-json/component/prop/index.js"),be=require("./models/theme-json/page/index.js"),Pe=require("./models/theme-json/settings/index.js"),je=require("./models/variant-type/variant-value/init.js"),xe=require("./models/variant-type/init.js"),Te=require("./models/variant-type/index.js");exports.createIkasBaseModel=e.createIkasBaseModel,exports.createIkasBlogCategory=t.createIkasBlogCategory,exports.initIkasBlogCategory=t.initIkasBlogCategory,Object.defineProperty(exports,"IkasBlogMetaDataTargetType",{enumerable:!0,get:function(){return r.IkasBlogMetaDataTargetType}}),exports.initIkasBlog=n.initIkasBlog,Object.defineProperty(exports,"IkasBrandOrderType",{enumerable:!0,get:function(){return o.IkasBrandOrderType}}),exports.initIkasBrand=i.initIkasBrand,Object.defineProperty(exports,"IkasCampaignOfferProductApplicablePriceEnum",{enumerable:!0,get:function(){return a.IkasCampaignOfferProductApplicablePriceEnum}}),Object.defineProperty(exports,"IkasCampaignOfferProductShowCriteria",{enumerable:!0,get:function(){return a.IkasCampaignOfferProductShowCriteria}}),exports.initIkasCampaignOffer=s.initIkasCampaignOffer,Object.defineProperty(exports,"IkasCampaignOfferFollowUpActionType",{enumerable:!0,get:function(){return u.IkasCampaignOfferFollowUpActionType}}),Object.defineProperty(exports,"IkasCampaignOfferTargetPageType",{enumerable:!0,get:function(){return u.IkasCampaignOfferTargetPageType}}),Object.defineProperty(exports,"IkasCampaignOfferTriggerFilterType",{enumerable:!0,get:function(){return u.IkasCampaignOfferTriggerFilterType}}),Object.defineProperty(exports,"IkasCampaignOfferType",{enumerable:!0,get:function(){return u.IkasCampaignOfferType}}),Object.defineProperty(exports,"IkasLocalDeliverySettingsDeliveryTimeType",{enumerable:!0,get:function(){return p.IkasLocalDeliverySettingsDeliveryTimeType}}),Object.defineProperty(exports,"IkasShippingMethod",{enumerable:!0,get:function(){return d.IkasShippingMethod}}),Object.defineProperty(exports,"IkasCartCampaignOfferStatus",{enumerable:!0,get:function(){return c.IkasCartCampaignOfferStatus}}),Object.defineProperty(exports,"IkasCartCreatedBy",{enumerable:!0,get:function(){return m.IkasCartCreatedBy}}),Object.defineProperty(exports,"IkasCategoryConditionTypeEnum",{enumerable:!0,get:function(){return l.IkasCategoryConditionTypeEnum}}),Object.defineProperty(exports,"IkasCategoryProductsOrderType",{enumerable:!0,get:function(){return f.IkasCategoryProductsOrderType}}),exports.initIkasCategory=y.initIkasCategory,Object.defineProperty(exports,"IkasCheckoutRequirement",{enumerable:!0,get:function(){return k.IkasCheckoutRequirement}}),Object.defineProperty(exports,"IkasCouponCodeRequirement",{enumerable:!0,get:function(){return k.IkasCouponCodeRequirement}}),exports.initIkasCountry=I.initIkasCountry,Object.defineProperty(exports,"IkasCustomerAttributePermission",{enumerable:!0,get:function(){return g.IkasCustomerAttributePermission}}),Object.defineProperty(exports,"IkasCustomerAttributeRegisterPageRequirement",{enumerable:!0,get:function(){return g.IkasCustomerAttributeRegisterPageRequirement}}),exports.initIkasCustomerAttribute=b.initIkasCustomerAttribute,Object.defineProperty(exports,"IkasCustomerAttributeType",{enumerable:!0,get:function(){return P.IkasCustomerAttributeType}}),Object.defineProperty(exports,"IkasCustomerPriceListRuleFilterType",{enumerable:!0,get:function(){return j.IkasCustomerPriceListRuleFilterType}}),Object.defineProperty(exports,"IkasCustomerPriceListRuleValueType",{enumerable:!0,get:function(){return x.IkasCustomerPriceListRuleValueType}}),exports.initIkasCustomerReview=T.initIkasCustomerReview,Object.defineProperty(exports,"IkasCustomerReviewStatus",{enumerable:!0,get:function(){return O.IkasCustomerReviewStatus}}),Object.defineProperty(exports,"IkasCustomerAccountStatus",{enumerable:!0,get:function(){return S.IkasCustomerAccountStatus}}),Object.defineProperty(exports,"IkasCustomerEmailSubscriptionStatus",{enumerable:!0,get:function(){return S.IkasCustomerEmailSubscriptionStatus}}),Object.defineProperty(exports,"IkasCustomerRegistrationSource",{enumerable:!0,get:function(){return S.IkasCustomerRegistrationSource}}),exports.initIkasHTMLMetaData=C.initIkasHTMLMetaData,exports.setHTMLMetaDataTranslations=C.setHTMLMetaDataTranslations,Object.defineProperty(exports,"IkasHTMLMetaDataTargetType",{enumerable:!0,get:function(){return q.IkasHTMLMetaDataTargetType}}),exports.initIkasMerchantSettings=h.initIkasMerchantSettings,Object.defineProperty(exports,"IkasMerchantSettingsAddressTypeEnum",{enumerable:!0,get:function(){return A.IkasMerchantSettingsAddressTypeEnum}}),Object.defineProperty(exports,"IkasAdjustmentType",{enumerable:!0,get:function(){return v.IkasAdjustmentType}}),Object.defineProperty(exports,"IkasAmountType",{enumerable:!0,get:function(){return v.IkasAmountType}}),Object.defineProperty(exports,"IkasInvoiceType",{enumerable:!0,get:function(){return E.IkasInvoiceType}}),Object.defineProperty(exports,"IkasProductUnitType",{enumerable:!0,get:function(){return F.IkasProductUnitType}}),Object.defineProperty(exports,"IkasOrderLineItemStatus",{enumerable:!0,get:function(){return M.IkasOrderLineItemStatus}}),Object.defineProperty(exports,"IkasOrderPackageFullfillStatus",{enumerable:!0,get:function(){return w.IkasOrderPackageFullfillStatus}}),Object.defineProperty(exports,"IkasTransactionCardAssociation",{enumerable:!0,get:function(){return R.IkasTransactionCardAssociation}}),Object.defineProperty(exports,"IkasTransactionCardType",{enumerable:!0,get:function(){return R.IkasTransactionCardType}}),Object.defineProperty(exports,"IkasTransactionStatus",{enumerable:!0,get:function(){return D.IkasTransactionStatus}}),Object.defineProperty(exports,"IkasTransactionType",{enumerable:!0,get:function(){return D.IkasTransactionType}}),Object.defineProperty(exports,"IkasOrderCancelReason",{enumerable:!0,get:function(){return B.IkasOrderCancelReason}}),Object.defineProperty(exports,"IkasOrderPackageStatus",{enumerable:!0,get:function(){return B.IkasOrderPackageStatus}}),Object.defineProperty(exports,"IkasOrderPaymentStatus",{enumerable:!0,get:function(){return B.IkasOrderPaymentStatus}}),Object.defineProperty(exports,"IkasOrderShippingMethod",{enumerable:!0,get:function(){return B.IkasOrderShippingMethod}}),Object.defineProperty(exports,"IkasOrderStatus",{enumerable:!0,get:function(){return B.IkasOrderStatus}}),Object.defineProperty(exports,"IkasPaymentGatewayAdditionalPriceType",{enumerable:!0,get:function(){return V.IkasPaymentGatewayAdditionalPriceType}}),Object.defineProperty(exports,"IkasPaymentGatewayTransactionFeeType",{enumerable:!0,get:function(){return V.IkasPaymentGatewayTransactionFeeType}}),Object.defineProperty(exports,"IkasPaymentGatewaySettingsType",{enumerable:!0,get:function(){return L.IkasPaymentGatewaySettingsType}}),exports.initIkasPaymentGateway=G.initIkasPaymentGateway,Object.defineProperty(exports,"IkasPaymentGatewayType",{enumerable:!0,get:function(){return H.IkasPaymentGatewayType}}),Object.defineProperty(exports,"IkasPaymentMethodType",{enumerable:!0,get:function(){return H.IkasPaymentMethodType}}),exports.initIkasProductAttribute=J.initIkasProductAttribute,Object.defineProperty(exports,"IkasProductAttributeType",{enumerable:!0,get:function(){return U.IkasProductAttributeType}}),exports.initIkasProductAttributeValue=_.initIkasProductAttributeValue,Object.defineProperty(exports,"IkasProductFilterDisplayType",{enumerable:!0,get:function(){return z.IkasProductFilterDisplayType}}),Object.defineProperty(exports,"IkasProductFilterSortType",{enumerable:!0,get:function(){return z.IkasProductFilterSortType}}),Object.defineProperty(exports,"IkasProductFilterType",{enumerable:!0,get:function(){return z.IkasProductFilterType}}),Object.defineProperty(exports,"IkasProductStockFilterValue",{enumerable:!0,get:function(){return z.IkasProductStockFilterValue}}),exports.initIkasProductGroup=K.initIkasProductGroup,exports.setProductGroupTranslations=K.setProductGroupTranslations,Object.defineProperty(exports,"IkasCampaignApplicablePrice",{enumerable:!0,get:function(){return N.IkasCampaignApplicablePrice}}),Object.defineProperty(exports,"IkasCampaignCreatedFor",{enumerable:!0,get:function(){return N.IkasCampaignCreatedFor}}),Object.defineProperty(exports,"IkasCampaignType",{enumerable:!0,get:function(){return N.IkasCampaignType}}),Object.defineProperty(exports,"IkasCampaignFilterType",{enumerable:!0,get:function(){return Q.IkasCampaignFilterType}}),exports.initIkasProductImage=W.initIkasProductImage,exports.initIkasProductOption=X.initIkasProductOption,Object.defineProperty(exports,"IkasProductOptionSelectType",{enumerable:!0,get:function(){return Y.IkasProductOptionSelectType}}),Object.defineProperty(exports,"IkasProductOptionType",{enumerable:!0,get:function(){return Y.IkasProductOptionType}}),exports.initIkasProductOptionSet=Z.initIkasProductOptionSet,exports.initOptionValues=Z.initOptionValues,exports.initValues=Z.initValues,exports.setChildOptions=Z.setChildOptions,Object.defineProperty(exports,"IkasSalesChannelStatusEnum",{enumerable:!0,get:function(){return $.IkasSalesChannelStatusEnum}}),Object.defineProperty(exports,"IkasGetAvailableStockLocationType",{enumerable:!0,get:function(){return ee.IkasGetAvailableStockLocationType}}),exports.initIkasProductVariant=te.initIkasProductVariant,exports.initIkasProductVariantType=re.initIkasProductVariantType,exports.initIkasProduct=ne.initIkasProduct,Object.defineProperty(exports,"IkasProductType",{enumerable:!0,get:function(){return oe.IkasProductType}}),exports.initIkasRaffle=ie.initIkasRaffle,Object.defineProperty(exports,"IkasRaffleMetadataTargetType",{enumerable:!0,get:function(){return ae.IkasRaffleMetadataTargetType}}),Object.defineProperty(exports,"IkasRaffleParticipantStatus",{enumerable:!0,get:function(){return ae.IkasRaffleParticipantStatus}}),Object.defineProperty(exports,"IkasRaffleVerificationType",{enumerable:!0,get:function(){return ae.IkasRaffleVerificationType}}),exports.initIkasState=se.initIkasState,Object.defineProperty(exports,"IkasStockLocationDeliveryTime",{enumerable:!0,get:function(){return ue.IkasStockLocationDeliveryTime}}),Object.defineProperty(exports,"IkasStockLocationType",{enumerable:!0,get:function(){return ue.IkasStockLocationType}}),Object.defineProperty(exports,"IkasStorefrontB2BShowPricesEnum",{enumerable:!0,get:function(){return pe.IkasStorefrontB2BShowPricesEnum}}),Object.defineProperty(exports,"IkasStorefrontB2BShowProductsEnum",{enumerable:!0,get:function(){return pe.IkasStorefrontB2BShowProductsEnum}}),Object.defineProperty(exports,"IkasStorefrontThemeStatus",{enumerable:!0,get:function(){return de.IkasStorefrontThemeStatus}}),Object.defineProperty(exports,"StorefrontPageTypesEnum",{enumerable:!0,get:function(){return ce.StorefrontPageTypesEnum}}),Object.defineProperty(exports,"IkasStorefrontStatus",{enumerable:!0,get:function(){return me.IkasStorefrontStatus}}),Object.defineProperty(exports,"IkasStorefrontType",{enumerable:!0,get:function(){return me.IkasStorefrontType}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayFilterTypeEnum",{enumerable:!0,get:function(){return le.IkasStorefrontPopupDisplayFilterTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayFrequencyEnum",{enumerable:!0,get:function(){return fe.IkasStorefrontPopupDisplayFrequencyEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayTriggerTypeEnum",{enumerable:!0,get:function(){return fe.IkasStorefrontPopupDisplayTriggerTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupPageFilterTypeEnum",{enumerable:!0,get:function(){return ye.IkasStorefrontPopupPageFilterTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupPageFilterDataTypeEnum",{enumerable:!0,get:function(){return ke.IkasStorefrontPopupPageFilterDataTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDeviceTypeEnum",{enumerable:!0,get:function(){return Ie.IkasStorefrontPopupDeviceTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupStatusEnum",{enumerable:!0,get:function(){return Ie.IkasStorefrontPopupStatusEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupTypeEnum",{enumerable:!0,get:function(){return Ie.IkasStorefrontPopupTypeEnum}}),Object.defineProperty(exports,"IkasThemeJsonComponentPropType",{enumerable:!0,get:function(){return ge.IkasThemeJsonComponentPropType}}),Object.defineProperty(exports,"IkasThemeJsonPageType",{enumerable:!0,get:function(){return be.IkasThemeJsonPageType}}),Object.defineProperty(exports,"IkasThemeJsonStockPreference",{enumerable:!0,get:function(){return Pe.IkasThemeJsonStockPreference}}),exports.initIkasVariantValue=je.initIkasVariantValue,exports.initIkasVariantType=xe.initIkasVariantType,Object.defineProperty(exports,"IkasVariantSelectionType",{enumerable:!0,get:function(){return Te.IkasVariantSelectionType}});
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { IkasProductGroupOrder } from "./order";
|
|
1
2
|
import { IkasProductGroupTranslation } from "./translation";
|
|
2
3
|
import { IkasProductGroupValue } from "./value";
|
|
3
4
|
export declare type IkasProductGroup = {
|
|
4
5
|
groupKey: string;
|
|
5
6
|
id: string;
|
|
6
7
|
name: string;
|
|
8
|
+
order?: IkasProductGroupOrder | null;
|
|
7
9
|
translations?: IkasProductGroupTranslation[] | null;
|
|
8
10
|
values: IkasProductGroupValue[];
|
|
9
11
|
};
|
|
@@ -12,6 +12,7 @@ import { IkasProductStar } from "./star";
|
|
|
12
12
|
import { IkasProductCampaign } from "./campaign";
|
|
13
13
|
import { IkasProductCampaignOffer } from "./campaign-offer";
|
|
14
14
|
import { IkasProductGroup } from "./group";
|
|
15
|
+
import { IkasProductSalesChannel } from "./sales-channel";
|
|
15
16
|
export declare type IkasProduct = {
|
|
16
17
|
id: string;
|
|
17
18
|
name: string;
|
|
@@ -37,6 +38,7 @@ export declare type IkasProduct = {
|
|
|
37
38
|
productVolumeDiscountId: string | null;
|
|
38
39
|
campaignOffers: IkasProductCampaignOffer[] | null;
|
|
39
40
|
productGroup: IkasProductGroup | null;
|
|
41
|
+
salesChannels: IkasProductSalesChannel[] | null;
|
|
40
42
|
};
|
|
41
43
|
export declare enum IkasProductType {
|
|
42
44
|
PHYSICAL = "PHYSICAL",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare type IkasProductSalesChannel = {
|
|
2
|
+
id: string;
|
|
3
|
+
maxQuantityPerCart: number | null;
|
|
4
|
+
minQuantityPerCart: number | null;
|
|
5
|
+
productVolumeDiscountId: string | null;
|
|
6
|
+
quantitySettings: number[] | null;
|
|
7
|
+
status: IkasSalesChannelStatusEnum;
|
|
8
|
+
};
|
|
9
|
+
export declare enum IkasSalesChannelStatusEnum {
|
|
10
|
+
HIDDEN = "HIDDEN",
|
|
11
|
+
PASSIVE = "PASSIVE",
|
|
12
|
+
VISIBLE = "VISIBLE"
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasSalesChannelStatusEnum=void 0,(e=exports.IkasSalesChannelStatusEnum||(exports.IkasSalesChannelStatusEnum={})).HIDDEN="HIDDEN",e.PASSIVE="PASSIVE",e.VISIBLE="VISIBLE";
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../base";
|
|
2
|
+
import { IkasStorefrontPopupAnalytics } from "./storefront-popup-analytics";
|
|
3
|
+
import { IkasStorefrontPopupDateFilter } from "./storefront-popup-date-filter";
|
|
4
|
+
import { IkasStorefrontPopupDisplayFilter } from "./storefront-popup-display-filter";
|
|
5
|
+
import { IkasStorefrontPopupDisplaySettings } from "./storefront-popup-display-settings";
|
|
6
|
+
import { IkasStorefrontPopupPageFilter } from "./storefront-popup-page-filter";
|
|
7
|
+
import { IkasStorefrontPopupRouting } from "./storefront-popup-routing";
|
|
8
|
+
export declare type IkasStorefrontPopup = {
|
|
9
|
+
id: string;
|
|
10
|
+
analytics: IkasStorefrontPopupAnalytics | null;
|
|
11
|
+
contentJson: any | null;
|
|
12
|
+
dateFilter: IkasStorefrontPopupDateFilter | null;
|
|
13
|
+
displayFilters: IkasStorefrontPopupDisplayFilter[] | null;
|
|
14
|
+
displaySettings: IkasStorefrontPopupDisplaySettings;
|
|
15
|
+
name: string;
|
|
16
|
+
pageFilters: IkasStorefrontPopupPageFilter[] | null;
|
|
17
|
+
status: IkasStorefrontPopupStatusEnum;
|
|
18
|
+
storefrontRoutings: IkasStorefrontPopupRouting[];
|
|
19
|
+
type: IkasStorefrontPopupTypeEnum;
|
|
20
|
+
visibleDevice: IkasStorefrontPopupDeviceTypeEnum;
|
|
21
|
+
} & IkasBaseModel;
|
|
22
|
+
export declare enum IkasStorefrontPopupStatusEnum {
|
|
23
|
+
ACTIVE = "ACTIVE",
|
|
24
|
+
DRAFT = "DRAFT",
|
|
25
|
+
PASSIVE = "PASSIVE"
|
|
26
|
+
}
|
|
27
|
+
export declare enum IkasStorefrontPopupTypeEnum {
|
|
28
|
+
FORM = "FORM",
|
|
29
|
+
NOTIFICATION = "NOTIFICATION",
|
|
30
|
+
NOTIFICATION_BAR = "NOTIFICATION_BAR",
|
|
31
|
+
PAGE_OVERLAY = "PAGE_OVERLAY",
|
|
32
|
+
POPUP = "POPUP"
|
|
33
|
+
}
|
|
34
|
+
export declare enum IkasStorefrontPopupDeviceTypeEnum {
|
|
35
|
+
ALL = "ALL",
|
|
36
|
+
DESKTOP = "DESKTOP",
|
|
37
|
+
MOBILE = "MOBILE"
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var o,e,t;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasStorefrontPopupStatusEnum=void 0,(o=exports.IkasStorefrontPopupStatusEnum||(exports.IkasStorefrontPopupStatusEnum={})).ACTIVE="ACTIVE",o.DRAFT="DRAFT",o.PASSIVE="PASSIVE",exports.IkasStorefrontPopupTypeEnum=void 0,(e=exports.IkasStorefrontPopupTypeEnum||(exports.IkasStorefrontPopupTypeEnum={})).FORM="FORM",e.NOTIFICATION="NOTIFICATION",e.NOTIFICATION_BAR="NOTIFICATION_BAR",e.PAGE_OVERLAY="PAGE_OVERLAY",e.POPUP="POPUP",exports.IkasStorefrontPopupDeviceTypeEnum=void 0,(t=exports.IkasStorefrontPopupDeviceTypeEnum||(exports.IkasStorefrontPopupDeviceTypeEnum={})).ALL="ALL",t.DESKTOP="DESKTOP",t.MOBILE="MOBILE";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare type IkasStorefrontPopupDisplayFilter = {
|
|
2
|
+
operator: string;
|
|
3
|
+
type: IkasStorefrontPopupDisplayFilterTypeEnum;
|
|
4
|
+
value: string;
|
|
5
|
+
};
|
|
6
|
+
export declare enum IkasStorefrontPopupDisplayFilterTypeEnum {
|
|
7
|
+
CART_TOTAL = "CART_TOTAL",
|
|
8
|
+
CUSTOMER_SEGMENT = "CUSTOMER_SEGMENT"
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasStorefrontPopupDisplayFilterTypeEnum=void 0,(e=exports.IkasStorefrontPopupDisplayFilterTypeEnum||(exports.IkasStorefrontPopupDisplayFilterTypeEnum={})).CART_TOTAL="CART_TOTAL",e.CUSTOMER_SEGMENT="CUSTOMER_SEGMENT";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare type IkasStorefrontPopupDisplaySettings = {
|
|
2
|
+
frequency: IkasStorefrontPopupDisplayFrequencyEnum;
|
|
3
|
+
triggerType: IkasStorefrontPopupDisplayTriggerTypeEnum;
|
|
4
|
+
triggerValue: number | null;
|
|
5
|
+
};
|
|
6
|
+
export declare enum IkasStorefrontPopupDisplayFrequencyEnum {
|
|
7
|
+
EVERY_TIME = "EVERY_TIME",
|
|
8
|
+
ONCE_PER_SESSION = "ONCE_PER_SESSION"
|
|
9
|
+
}
|
|
10
|
+
export declare enum IkasStorefrontPopupDisplayTriggerTypeEnum {
|
|
11
|
+
EXIT_INTENT = "EXIT_INTENT",
|
|
12
|
+
ON_PAGE_LOAD = "ON_PAGE_LOAD",
|
|
13
|
+
SCROLL_DOWN = "SCROLL_DOWN"
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e,r;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasStorefrontPopupDisplayFrequencyEnum=void 0,(e=exports.IkasStorefrontPopupDisplayFrequencyEnum||(exports.IkasStorefrontPopupDisplayFrequencyEnum={})).EVERY_TIME="EVERY_TIME",e.ONCE_PER_SESSION="ONCE_PER_SESSION",exports.IkasStorefrontPopupDisplayTriggerTypeEnum=void 0,(r=exports.IkasStorefrontPopupDisplayTriggerTypeEnum||(exports.IkasStorefrontPopupDisplayTriggerTypeEnum={})).EXIT_INTENT="EXIT_INTENT",r.ON_PAGE_LOAD="ON_PAGE_LOAD",r.SCROLL_DOWN="SCROLL_DOWN";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IkasStorefrontPopupPageFilterData } from "./storefront-popup-page-filter-data";
|
|
2
|
+
export declare type IkasStorefrontPopupPageFilter = {
|
|
3
|
+
filters: IkasStorefrontPopupPageFilterData[] | null;
|
|
4
|
+
pageType: IkasStorefrontPopupPageFilterTypeEnum;
|
|
5
|
+
};
|
|
6
|
+
export declare enum IkasStorefrontPopupPageFilterTypeEnum {
|
|
7
|
+
ACCOUNT = "ACCOUNT",
|
|
8
|
+
CART = "CART",
|
|
9
|
+
CATEGORY = "CATEGORY",
|
|
10
|
+
CUSTOM = "CUSTOM",
|
|
11
|
+
HOME = "HOME",
|
|
12
|
+
PRODUCT = "PRODUCT",
|
|
13
|
+
PRODUCT_BRAND = "PRODUCT_BRAND"
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasStorefrontPopupPageFilterTypeEnum=void 0,(e=exports.IkasStorefrontPopupPageFilterTypeEnum||(exports.IkasStorefrontPopupPageFilterTypeEnum={})).ACCOUNT="ACCOUNT",e.CART="CART",e.CATEGORY="CATEGORY",e.CUSTOM="CUSTOM",e.HOME="HOME",e.PRODUCT="PRODUCT",e.PRODUCT_BRAND="PRODUCT_BRAND";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface IkasStorefrontPopupPageFilterData {
|
|
2
|
+
type: IkasStorefrontPopupPageFilterDataTypeEnum;
|
|
3
|
+
value: string;
|
|
4
|
+
}
|
|
5
|
+
export declare enum IkasStorefrontPopupPageFilterDataTypeEnum {
|
|
6
|
+
CONTAINS = "CONTAINS",
|
|
7
|
+
DOES_NOT_CONTAIN = "DOES_NOT_CONTAIN",
|
|
8
|
+
EXACT_MATCH = "EXACT_MATCH",
|
|
9
|
+
ID_LIST = "ID_LIST"
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasStorefrontPopupPageFilterDataTypeEnum=void 0,(e=exports.IkasStorefrontPopupPageFilterDataTypeEnum||(exports.IkasStorefrontPopupPageFilterDataTypeEnum={})).CONTAINS="CONTAINS",e.DOES_NOT_CONTAIN="DOES_NOT_CONTAIN",e.EXACT_MATCH="EXACT_MATCH",e.ID_LIST="ID_LIST";
|