@ikas/storefront-models 5.0.50 → 5.0.52
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 +6 -0
- package/build/index.js +1 -1
- package/build/models/order/line-item/index.d.ts +2 -0
- package/build/models/order/line-item/order-line-subscription-plan/index.d.ts +6 -0
- package/build/models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-discount/index.d.ts +8 -0
- package/build/models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-discount/index.js +1 -0
- package/build/models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-period/index.d.ts +22 -0
- package/build/models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-period/index.js +1 -0
- package/build/models/product/variant/subscription-plan/index.d.ts +14 -0
- package/build/models/product/variant/subscription-plan/product-subscription-plan-discount/index.d.ts +8 -0
- package/build/models/product/variant/subscription-plan/product-subscription-plan-discount/index.js +1 -0
- package/build/models/product/variant/subscription-plan/product-subscription-plan-period/index.d.ts +28 -0
- package/build/models/product/variant/subscription-plan/product-subscription-plan-period/index.js +1 -0
- package/build-cjs/index.d.ts +6 -0
- package/build-cjs/index.js +1 -1
- package/build-cjs/models/order/line-item/index.d.ts +2 -0
- package/build-cjs/models/order/line-item/order-line-subscription-plan/index.d.ts +6 -0
- package/build-cjs/models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-discount/index.d.ts +8 -0
- package/build-cjs/models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-discount/index.js +1 -0
- package/build-cjs/models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-period/index.d.ts +22 -0
- package/build-cjs/models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-period/index.js +1 -0
- package/build-cjs/models/product/variant/subscription-plan/index.d.ts +14 -0
- package/build-cjs/models/product/variant/subscription-plan/product-subscription-plan-discount/index.d.ts +8 -0
- package/build-cjs/models/product/variant/subscription-plan/product-subscription-plan-discount/index.js +1 -0
- package/build-cjs/models/product/variant/subscription-plan/product-subscription-plan-period/index.d.ts +28 -0
- package/build-cjs/models/product/variant/subscription-plan/product-subscription-plan-period/index.js +1 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -91,6 +91,9 @@ export * from "./models/order/line-item/bundle-product-settings";
|
|
|
91
91
|
export * from "./models/order/line-item/discount";
|
|
92
92
|
export * from "./models/order/line-item/option/value";
|
|
93
93
|
export * from "./models/order/line-item/option";
|
|
94
|
+
export * from "./models/order/line-item/order-line-subscription-plan";
|
|
95
|
+
export * from "./models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-period";
|
|
96
|
+
export * from "./models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-discount";
|
|
94
97
|
export * from "./models/order/line-item/variant/brand";
|
|
95
98
|
export * from "./models/order/line-item/variant/bundle-product/bundle-variant";
|
|
96
99
|
export * from "./models/order/line-item/variant/bundle-product";
|
|
@@ -172,6 +175,9 @@ export * from "./models/product/variant/bundle-settings/bundle-product";
|
|
|
172
175
|
export * from "./models/product/variant/bundle-settings";
|
|
173
176
|
export * from "./models/product/variant/price/product-campaign-price";
|
|
174
177
|
export * from "./models/product/variant/price";
|
|
178
|
+
export * from "./models/product/variant/subscription-plan";
|
|
179
|
+
export * from "./models/product/variant/subscription-plan/product-subscription-plan-period";
|
|
180
|
+
export * from "./models/product/variant/subscription-plan/product-subscription-plan-discount";
|
|
175
181
|
export * from "./models/product/variant/unit";
|
|
176
182
|
export * from "./models/product/variant/init";
|
|
177
183
|
export * from "./models/product/variant";
|
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,IkasCorporateInvoiceRequirement,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,IkasProductTypeEnum}from"./models/customer/review/index.js";export{IkasCustomerAccountStatus,IkasCustomerEmailSubscriptionStatus,IkasCustomerEmailSubscriptionStatusesEnum,IkasCustomerGenderTypeEnum,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{IkasGiftCardType}from"./models/order/gift-card-line/index.js";export{IkasInvoiceType}from"./models/order/invoice/index.js";export{IkasProductUnitType}from"./models/order/line-item/base-unit/index.js";export{ProductOptionPriceTypeEnum}from"./models/order/line-item/option/value/index.js";export{IkasOrderLineItemStatus}from"./models/order/line-item/index.js";export{IkasOrderPackageFullfillStatus}from"./models/order/package/index.js";export{IkasTransactionFeeSourceWithPrices}from"./models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices/index.js";export{IkasTransactionCardAssociationWithPrices,IkasTransactionCardTypeWithPrices}from"./models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/index.js";export{IkasPaymentMethodTypeWithPrices,IkasTransactionSourceWithPrices,IkasTransactionStatusWithPrices,IkasTransactionTypeWithPrices}from"./models/order/order-transaction-with-prices/transaction-with-prices/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{IkasProductOptionPriceTypeEnum,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{IkasStoreCreditType}from"./models/store-credit-balance/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
|
+
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,IkasCorporateInvoiceRequirement,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,IkasProductTypeEnum}from"./models/customer/review/index.js";export{IkasCustomerAccountStatus,IkasCustomerEmailSubscriptionStatus,IkasCustomerEmailSubscriptionStatusesEnum,IkasCustomerGenderTypeEnum,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{IkasGiftCardType}from"./models/order/gift-card-line/index.js";export{IkasInvoiceType}from"./models/order/invoice/index.js";export{IkasProductUnitType}from"./models/order/line-item/base-unit/index.js";export{ProductOptionPriceTypeEnum}from"./models/order/line-item/option/value/index.js";export{IkasOrderLineItemSubscriptionPlanDurationUnitType,IkasOrderLineItemSubscriptionPlanPaymentType}from"./models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-period/index.js";export{IkasOrderLineItemSubscriptionPlanDiscountAmountType}from"./models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-discount/index.js";export{IkasOrderLineItemStatus}from"./models/order/line-item/index.js";export{IkasOrderPackageFullfillStatus}from"./models/order/package/index.js";export{IkasTransactionFeeSourceWithPrices}from"./models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices/index.js";export{IkasTransactionCardAssociationWithPrices,IkasTransactionCardTypeWithPrices}from"./models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/index.js";export{IkasPaymentMethodTypeWithPrices,IkasTransactionSourceWithPrices,IkasTransactionStatusWithPrices,IkasTransactionTypeWithPrices}from"./models/order/order-transaction-with-prices/transaction-with-prices/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{IkasProductOptionPriceTypeEnum,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{IkasStoreCreditType}from"./models/store-credit-balance/index.js";export{IkasSubscriptionPlanDurationUnitType,IkasSubscriptionPlanPaymentType,IkasSubscriptionPlanStatus}from"./models/product/variant/subscription-plan/product-subscription-plan-period/index.js";export{IkasOrderAmountType}from"./models/product/variant/subscription-plan/product-subscription-plan-discount/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";
|
|
@@ -3,6 +3,7 @@ import { IkasOrderLineVariant } from "./variant";
|
|
|
3
3
|
import { IkasOrderLineItemOption } from "./option";
|
|
4
4
|
import { IkasBaseModel } from "../../base";
|
|
5
5
|
import { IkasOrderLineBundleProductSettings } from "./bundle-product-settings";
|
|
6
|
+
import { IkasOrderLineItemSubscriptionPlan } from "./order-line-subscription-plan";
|
|
6
7
|
export declare type IkasOrderLineItem = {
|
|
7
8
|
bundleProductSettings: IkasOrderLineBundleProductSettings | null;
|
|
8
9
|
currencyCode: string | null;
|
|
@@ -22,6 +23,7 @@ export declare type IkasOrderLineItem = {
|
|
|
22
23
|
unitPrice: number | null;
|
|
23
24
|
variant: IkasOrderLineVariant;
|
|
24
25
|
orderedAt: number;
|
|
26
|
+
subscriptionPlan: IkasOrderLineItemSubscriptionPlan | null;
|
|
25
27
|
} & IkasBaseModel;
|
|
26
28
|
export declare enum IkasOrderLineItemStatus {
|
|
27
29
|
CANCELLED = "CANCELLED",
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare type IkasOrderLineItemSubscriptionPlanDiscount = {
|
|
2
|
+
amount: number;
|
|
3
|
+
type: IkasOrderLineItemSubscriptionPlanDiscountAmountType;
|
|
4
|
+
};
|
|
5
|
+
export declare enum IkasOrderLineItemSubscriptionPlanDiscountAmountType {
|
|
6
|
+
AMOUNT = "AMOUNT",
|
|
7
|
+
RATIO = "RATIO"
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var A;!function(A){A.AMOUNT="AMOUNT",A.RATIO="RATIO"}(A||(A={}));export{A as IkasOrderLineItemSubscriptionPlanDiscountAmountType};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IkasOrderLineItemSubscriptionPlanDiscount } from "../order-line-item-subscription-plan-discount";
|
|
2
|
+
export declare type IkasOrderLineItemSubscriptionPlanPeriod = {
|
|
3
|
+
cutOffDay: number | null;
|
|
4
|
+
discount: IkasOrderLineItemSubscriptionPlanDiscount | null;
|
|
5
|
+
durationUnit: IkasOrderLineItemSubscriptionPlanDurationUnitType;
|
|
6
|
+
durationValue: number;
|
|
7
|
+
id: string;
|
|
8
|
+
maxOrders: number | null;
|
|
9
|
+
paymentType: IkasOrderLineItemSubscriptionPlanPaymentType;
|
|
10
|
+
scheduledOrderDay: number | null;
|
|
11
|
+
title: string;
|
|
12
|
+
};
|
|
13
|
+
export declare enum IkasOrderLineItemSubscriptionPlanDurationUnitType {
|
|
14
|
+
DAY = "DAY",
|
|
15
|
+
MONTH = "MONTH",
|
|
16
|
+
WEEK = "WEEK",
|
|
17
|
+
YEAR = "YEAR"
|
|
18
|
+
}
|
|
19
|
+
export declare enum IkasOrderLineItemSubscriptionPlanPaymentType {
|
|
20
|
+
POST_PAID = "POST_PAID",
|
|
21
|
+
PRE_PAID = "PRE_PAID"
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var A,E;!function(A){A.DAY="DAY",A.MONTH="MONTH",A.WEEK="WEEK",A.YEAR="YEAR"}(A||(A={})),function(A){A.POST_PAID="POST_PAID",A.PRE_PAID="PRE_PAID"}(E||(E={}));export{A as IkasOrderLineItemSubscriptionPlanDurationUnitType,E as IkasOrderLineItemSubscriptionPlanPaymentType};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IkasProductSubscriptionPlanPeriod, IkasSubscriptionPlanStatus } from "./product-subscription-plan-period";
|
|
2
|
+
export declare type IkasProductSubscriptionPlan = {
|
|
3
|
+
name: string;
|
|
4
|
+
periods: IkasProductSubscriptionPlanPeriod[];
|
|
5
|
+
status: IkasSubscriptionPlanStatus;
|
|
6
|
+
subscriptionPlanId: string;
|
|
7
|
+
translations: IkasSubscriptionPlanTranslation[] | null;
|
|
8
|
+
isSelected: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare type IkasSubscriptionPlanTranslation = {
|
|
11
|
+
description: string | null;
|
|
12
|
+
locale: string;
|
|
13
|
+
title: string;
|
|
14
|
+
};
|
package/build/models/product/variant/subscription-plan/product-subscription-plan-discount/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var A;!function(A){A.AMOUNT="AMOUNT",A.RATIO="RATIO"}(A||(A={}));export{A as IkasOrderAmountType};
|
package/build/models/product/variant/subscription-plan/product-subscription-plan-period/index.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IkasProductSubscriptionPlanDiscount } from "../product-subscription-plan-discount";
|
|
2
|
+
export declare type IkasProductSubscriptionPlanPeriod = {
|
|
3
|
+
cutOffDay: number | null;
|
|
4
|
+
discount: IkasProductSubscriptionPlanDiscount | null;
|
|
5
|
+
durationUnit: IkasSubscriptionPlanDurationUnitType;
|
|
6
|
+
durationValue: number;
|
|
7
|
+
id: string;
|
|
8
|
+
maxOrders: number | null;
|
|
9
|
+
paymentType: IkasSubscriptionPlanPaymentType;
|
|
10
|
+
scheduledOrderDay: number | null;
|
|
11
|
+
status: IkasSubscriptionPlanStatus;
|
|
12
|
+
title: string;
|
|
13
|
+
isSelected: boolean;
|
|
14
|
+
};
|
|
15
|
+
export declare enum IkasSubscriptionPlanDurationUnitType {
|
|
16
|
+
DAY = "DAY",
|
|
17
|
+
MONTH = "MONTH",
|
|
18
|
+
WEEK = "WEEK",
|
|
19
|
+
YEAR = "YEAR"
|
|
20
|
+
}
|
|
21
|
+
export declare enum IkasSubscriptionPlanPaymentType {
|
|
22
|
+
POST_PAID = "POST_PAID",
|
|
23
|
+
PRE_PAID = "PRE_PAID"
|
|
24
|
+
}
|
|
25
|
+
export declare enum IkasSubscriptionPlanStatus {
|
|
26
|
+
ACTIVE = "ACTIVE",
|
|
27
|
+
PASSIVE = "PASSIVE"
|
|
28
|
+
}
|
package/build/models/product/variant/subscription-plan/product-subscription-plan-period/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var A,E,P;!function(A){A.DAY="DAY",A.MONTH="MONTH",A.WEEK="WEEK",A.YEAR="YEAR"}(A||(A={})),function(A){A.POST_PAID="POST_PAID",A.PRE_PAID="PRE_PAID"}(E||(E={})),function(A){A.ACTIVE="ACTIVE",A.PASSIVE="PASSIVE"}(P||(P={}));export{A as IkasSubscriptionPlanDurationUnitType,E as IkasSubscriptionPlanPaymentType,P as IkasSubscriptionPlanStatus};
|
package/build-cjs/index.d.ts
CHANGED
|
@@ -91,6 +91,9 @@ export * from "./models/order/line-item/bundle-product-settings";
|
|
|
91
91
|
export * from "./models/order/line-item/discount";
|
|
92
92
|
export * from "./models/order/line-item/option/value";
|
|
93
93
|
export * from "./models/order/line-item/option";
|
|
94
|
+
export * from "./models/order/line-item/order-line-subscription-plan";
|
|
95
|
+
export * from "./models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-period";
|
|
96
|
+
export * from "./models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-discount";
|
|
94
97
|
export * from "./models/order/line-item/variant/brand";
|
|
95
98
|
export * from "./models/order/line-item/variant/bundle-product/bundle-variant";
|
|
96
99
|
export * from "./models/order/line-item/variant/bundle-product";
|
|
@@ -172,6 +175,9 @@ export * from "./models/product/variant/bundle-settings/bundle-product";
|
|
|
172
175
|
export * from "./models/product/variant/bundle-settings";
|
|
173
176
|
export * from "./models/product/variant/price/product-campaign-price";
|
|
174
177
|
export * from "./models/product/variant/price";
|
|
178
|
+
export * from "./models/product/variant/subscription-plan";
|
|
179
|
+
export * from "./models/product/variant/subscription-plan/product-subscription-plan-period";
|
|
180
|
+
export * from "./models/product/variant/subscription-plan/product-subscription-plan-discount";
|
|
175
181
|
export * from "./models/product/variant/unit";
|
|
176
182
|
export * from "./models/product/variant/init";
|
|
177
183
|
export * from "./models/product/variant";
|
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"),o=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"),c=require("./models/cart/available-shipping-method/index.js"),d=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"),P=require("./models/customer/attribute/init.js"),g=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 E=require("./models/merchant-settings/address/type/index.js"),v=require("./models/order/adjustment/index.js"),w=require("./models/order/gift-card-line/index.js"),A=require("./models/order/invoice/index.js"),F=require("./models/order/line-item/base-unit/index.js"),M=require("./models/order/line-item/option/value/index.js"),R=require("./models/order/line-item/index.js"),D=require("./models/order/package/index.js"),B=require("./models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices/index.js"),V=require("./models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/index.js"),G=require("./models/order/order-transaction-with-prices/transaction-with-prices/index.js"),L=require("./models/order/transaction/payment-method-detail/index.js"),W=require("./models/order/transaction/index.js"),H=require("./models/order/index.js"),J=require("./models/payment-gateway/additional-price/index.js"),U=require("./models/payment-gateway/settings/index.js"),_=require("./models/payment-gateway/init.js"),z=require("./models/payment-gateway/index.js"),K=require("./models/product/attribute/init.js"),N=require("./models/product/attribute/index.js"),Q=require("./models/product/attribute-value/init.js"),X=require("./models/product/filter/index.js"),Y=require("./models/product/group/init.js"),Z=require("./models/product/campaign/data/index.js"),$=require("./models/product/campaign/filter/index.js"),ee=require("./models/product/image/init.js"),te=require("./models/product/option-set/option/init.js"),re=require("./models/product/option-set/option/index.js"),ne=require("./models/product/option-set/init.js"),ie=require("./models/product/sales-channel/index.js"),oe=require("./models/product/stock-location/index.js"),ae=require("./models/store-credit-balance/index.js"),se=require("./models/product/variant/init.js"),ue=require("./models/product/variant-type/init.js"),pe=require("./models/product/init.js"),ce=require("./models/product/index.js"),de=require("./models/raffle/init.js"),me=require("./models/raffle/index.js"),le=require("./models/state/init.js"),fe=require("./models/stock-location/index.js"),ye=require("./models/storefront/b2b-settings/index.js"),ke=require("./models/storefront/theme/index.js"),Ie=require("./models/storefront/meta-templates/index.js"),be=require("./models/storefront/index.js"),Pe=require("./models/storefront-popup/storefront-popup-display-filter/index.js"),ge=require("./models/storefront-popup/storefront-popup-display-settings/index.js"),je=require("./models/storefront-popup/storefront-popup-page-filter/index.js"),xe=require("./models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.js"),Te=require("./models/storefront-popup/index.js"),Oe=require("./models/theme-json/component/prop/index.js"),Se=require("./models/theme-json/page/index.js"),Ce=require("./models/theme-json/settings/index.js"),qe=require("./models/variant-type/variant-value/init.js"),he=require("./models/variant-type/init.js"),Ee=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=o.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 c.IkasShippingMethod}}),Object.defineProperty(exports,"IkasCartCampaignOfferStatus",{enumerable:!0,get:function(){return d.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,"IkasCorporateInvoiceRequirement",{enumerable:!0,get:function(){return k.IkasCorporateInvoiceRequirement}}),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=P.initIkasCustomerAttribute,Object.defineProperty(exports,"IkasCustomerAttributeType",{enumerable:!0,get:function(){return g.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,"IkasProductTypeEnum",{enumerable:!0,get:function(){return O.IkasProductTypeEnum}}),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,"IkasCustomerEmailSubscriptionStatusesEnum",{enumerable:!0,get:function(){return S.IkasCustomerEmailSubscriptionStatusesEnum}}),Object.defineProperty(exports,"IkasCustomerGenderTypeEnum",{enumerable:!0,get:function(){return S.IkasCustomerGenderTypeEnum}}),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 E.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,"IkasGiftCardType",{enumerable:!0,get:function(){return w.IkasGiftCardType}}),Object.defineProperty(exports,"IkasInvoiceType",{enumerable:!0,get:function(){return A.IkasInvoiceType}}),Object.defineProperty(exports,"IkasProductUnitType",{enumerable:!0,get:function(){return F.IkasProductUnitType}}),Object.defineProperty(exports,"ProductOptionPriceTypeEnum",{enumerable:!0,get:function(){return M.ProductOptionPriceTypeEnum}}),Object.defineProperty(exports,"IkasOrderLineItemStatus",{enumerable:!0,get:function(){return R.IkasOrderLineItemStatus}}),Object.defineProperty(exports,"IkasOrderPackageFullfillStatus",{enumerable:!0,get:function(){return D.IkasOrderPackageFullfillStatus}}),Object.defineProperty(exports,"IkasTransactionFeeSourceWithPrices",{enumerable:!0,get:function(){return B.IkasTransactionFeeSourceWithPrices}}),Object.defineProperty(exports,"IkasTransactionCardAssociationWithPrices",{enumerable:!0,get:function(){return V.IkasTransactionCardAssociationWithPrices}}),Object.defineProperty(exports,"IkasTransactionCardTypeWithPrices",{enumerable:!0,get:function(){return V.IkasTransactionCardTypeWithPrices}}),Object.defineProperty(exports,"IkasPaymentMethodTypeWithPrices",{enumerable:!0,get:function(){return G.IkasPaymentMethodTypeWithPrices}}),Object.defineProperty(exports,"IkasTransactionSourceWithPrices",{enumerable:!0,get:function(){return G.IkasTransactionSourceWithPrices}}),Object.defineProperty(exports,"IkasTransactionStatusWithPrices",{enumerable:!0,get:function(){return G.IkasTransactionStatusWithPrices}}),Object.defineProperty(exports,"IkasTransactionTypeWithPrices",{enumerable:!0,get:function(){return G.IkasTransactionTypeWithPrices}}),Object.defineProperty(exports,"IkasTransactionCardAssociation",{enumerable:!0,get:function(){return L.IkasTransactionCardAssociation}}),Object.defineProperty(exports,"IkasTransactionCardType",{enumerable:!0,get:function(){return L.IkasTransactionCardType}}),Object.defineProperty(exports,"IkasTransactionStatus",{enumerable:!0,get:function(){return W.IkasTransactionStatus}}),Object.defineProperty(exports,"IkasTransactionType",{enumerable:!0,get:function(){return W.IkasTransactionType}}),Object.defineProperty(exports,"IkasOrderCancelReason",{enumerable:!0,get:function(){return H.IkasOrderCancelReason}}),Object.defineProperty(exports,"IkasOrderPackageStatus",{enumerable:!0,get:function(){return H.IkasOrderPackageStatus}}),Object.defineProperty(exports,"IkasOrderPaymentStatus",{enumerable:!0,get:function(){return H.IkasOrderPaymentStatus}}),Object.defineProperty(exports,"IkasOrderShippingMethod",{enumerable:!0,get:function(){return H.IkasOrderShippingMethod}}),Object.defineProperty(exports,"IkasOrderStatus",{enumerable:!0,get:function(){return H.IkasOrderStatus}}),Object.defineProperty(exports,"IkasPaymentGatewayAdditionalPriceType",{enumerable:!0,get:function(){return J.IkasPaymentGatewayAdditionalPriceType}}),Object.defineProperty(exports,"IkasPaymentGatewayTransactionFeeType",{enumerable:!0,get:function(){return J.IkasPaymentGatewayTransactionFeeType}}),Object.defineProperty(exports,"IkasPaymentGatewaySettingsType",{enumerable:!0,get:function(){return U.IkasPaymentGatewaySettingsType}}),exports.initIkasPaymentGateway=_.initIkasPaymentGateway,Object.defineProperty(exports,"IkasPaymentGatewayType",{enumerable:!0,get:function(){return z.IkasPaymentGatewayType}}),Object.defineProperty(exports,"IkasPaymentMethodType",{enumerable:!0,get:function(){return z.IkasPaymentMethodType}}),exports.initIkasProductAttribute=K.initIkasProductAttribute,Object.defineProperty(exports,"IkasProductAttributeType",{enumerable:!0,get:function(){return N.IkasProductAttributeType}}),exports.initIkasProductAttributeValue=Q.initIkasProductAttributeValue,Object.defineProperty(exports,"IkasProductFilterDisplayType",{enumerable:!0,get:function(){return X.IkasProductFilterDisplayType}}),Object.defineProperty(exports,"IkasProductFilterSortType",{enumerable:!0,get:function(){return X.IkasProductFilterSortType}}),Object.defineProperty(exports,"IkasProductFilterType",{enumerable:!0,get:function(){return X.IkasProductFilterType}}),Object.defineProperty(exports,"IkasProductStockFilterValue",{enumerable:!0,get:function(){return X.IkasProductStockFilterValue}}),exports.initIkasProductGroup=Y.initIkasProductGroup,exports.setProductGroupTranslations=Y.setProductGroupTranslations,Object.defineProperty(exports,"IkasCampaignApplicablePrice",{enumerable:!0,get:function(){return Z.IkasCampaignApplicablePrice}}),Object.defineProperty(exports,"IkasCampaignCreatedFor",{enumerable:!0,get:function(){return Z.IkasCampaignCreatedFor}}),Object.defineProperty(exports,"IkasCampaignType",{enumerable:!0,get:function(){return Z.IkasCampaignType}}),Object.defineProperty(exports,"IkasCampaignFilterType",{enumerable:!0,get:function(){return $.IkasCampaignFilterType}}),exports.initIkasProductImage=ee.initIkasProductImage,exports.initIkasProductOption=te.initIkasProductOption,Object.defineProperty(exports,"IkasProductOptionPriceTypeEnum",{enumerable:!0,get:function(){return re.IkasProductOptionPriceTypeEnum}}),Object.defineProperty(exports,"IkasProductOptionSelectType",{enumerable:!0,get:function(){return re.IkasProductOptionSelectType}}),Object.defineProperty(exports,"IkasProductOptionType",{enumerable:!0,get:function(){return re.IkasProductOptionType}}),exports.initIkasProductOptionSet=ne.initIkasProductOptionSet,exports.initOptionValues=ne.initOptionValues,exports.initValues=ne.initValues,exports.setChildOptions=ne.setChildOptions,Object.defineProperty(exports,"IkasSalesChannelStatusEnum",{enumerable:!0,get:function(){return ie.IkasSalesChannelStatusEnum}}),Object.defineProperty(exports,"IkasGetAvailableStockLocationType",{enumerable:!0,get:function(){return oe.IkasGetAvailableStockLocationType}}),Object.defineProperty(exports,"IkasStoreCreditType",{enumerable:!0,get:function(){return ae.IkasStoreCreditType}}),exports.initIkasProductVariant=se.initIkasProductVariant,exports.initIkasProductVariantType=ue.initIkasProductVariantType,exports.initIkasProduct=pe.initIkasProduct,Object.defineProperty(exports,"IkasProductType",{enumerable:!0,get:function(){return ce.IkasProductType}}),exports.initIkasRaffle=de.initIkasRaffle,Object.defineProperty(exports,"IkasRaffleMetadataTargetType",{enumerable:!0,get:function(){return me.IkasRaffleMetadataTargetType}}),Object.defineProperty(exports,"IkasRaffleParticipantStatus",{enumerable:!0,get:function(){return me.IkasRaffleParticipantStatus}}),Object.defineProperty(exports,"IkasRaffleVerificationType",{enumerable:!0,get:function(){return me.IkasRaffleVerificationType}}),exports.initIkasState=le.initIkasState,Object.defineProperty(exports,"IkasStockLocationDeliveryTime",{enumerable:!0,get:function(){return fe.IkasStockLocationDeliveryTime}}),Object.defineProperty(exports,"IkasStockLocationType",{enumerable:!0,get:function(){return fe.IkasStockLocationType}}),Object.defineProperty(exports,"IkasStorefrontB2BShowPricesEnum",{enumerable:!0,get:function(){return ye.IkasStorefrontB2BShowPricesEnum}}),Object.defineProperty(exports,"IkasStorefrontB2BShowProductsEnum",{enumerable:!0,get:function(){return ye.IkasStorefrontB2BShowProductsEnum}}),Object.defineProperty(exports,"IkasStorefrontThemeStatus",{enumerable:!0,get:function(){return ke.IkasStorefrontThemeStatus}}),Object.defineProperty(exports,"StorefrontPageTypesEnum",{enumerable:!0,get:function(){return Ie.StorefrontPageTypesEnum}}),Object.defineProperty(exports,"IkasStorefrontStatus",{enumerable:!0,get:function(){return be.IkasStorefrontStatus}}),Object.defineProperty(exports,"IkasStorefrontType",{enumerable:!0,get:function(){return be.IkasStorefrontType}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayFilterTypeEnum",{enumerable:!0,get:function(){return Pe.IkasStorefrontPopupDisplayFilterTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayFrequencyEnum",{enumerable:!0,get:function(){return ge.IkasStorefrontPopupDisplayFrequencyEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayTriggerTypeEnum",{enumerable:!0,get:function(){return ge.IkasStorefrontPopupDisplayTriggerTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupPageFilterTypeEnum",{enumerable:!0,get:function(){return je.IkasStorefrontPopupPageFilterTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupPageFilterDataTypeEnum",{enumerable:!0,get:function(){return xe.IkasStorefrontPopupPageFilterDataTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDeviceTypeEnum",{enumerable:!0,get:function(){return Te.IkasStorefrontPopupDeviceTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupStatusEnum",{enumerable:!0,get:function(){return Te.IkasStorefrontPopupStatusEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupTypeEnum",{enumerable:!0,get:function(){return Te.IkasStorefrontPopupTypeEnum}}),Object.defineProperty(exports,"IkasThemeJsonComponentPropType",{enumerable:!0,get:function(){return Oe.IkasThemeJsonComponentPropType}}),Object.defineProperty(exports,"IkasThemeJsonPageType",{enumerable:!0,get:function(){return Se.IkasThemeJsonPageType}}),Object.defineProperty(exports,"IkasThemeJsonStockPreference",{enumerable:!0,get:function(){return Ce.IkasThemeJsonStockPreference}}),exports.initIkasVariantValue=qe.initIkasVariantValue,exports.initIkasVariantType=he.initIkasVariantType,Object.defineProperty(exports,"IkasVariantSelectionType",{enumerable:!0,get:function(){return Ee.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"),i=require("./models/brand/index.js"),o=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"),c=require("./models/cart/available-shipping-method/index.js"),d=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"),b=require("./models/country/init.js"),I=require("./models/customer/attribute/sales-channel/index.js"),P=require("./models/customer/attribute/init.js"),g=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 E=require("./models/merchant-settings/address/type/index.js"),A=require("./models/order/adjustment/index.js"),v=require("./models/order/gift-card-line/index.js"),w=require("./models/order/invoice/index.js"),D=require("./models/order/line-item/base-unit/index.js"),F=require("./models/order/line-item/option/value/index.js"),M=require("./models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-period/index.js"),R=require("./models/order/line-item/order-line-subscription-plan/order-line-item-subscription-plan-discount/index.js"),L=require("./models/order/line-item/index.js"),B=require("./models/order/package/index.js"),V=require("./models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices/index.js"),G=require("./models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/index.js"),W=require("./models/order/order-transaction-with-prices/transaction-with-prices/index.js"),U=require("./models/order/transaction/payment-method-detail/index.js"),H=require("./models/order/transaction/index.js"),J=require("./models/order/index.js"),_=require("./models/payment-gateway/additional-price/index.js"),z=require("./models/payment-gateway/settings/index.js"),K=require("./models/payment-gateway/init.js"),N=require("./models/payment-gateway/index.js"),Q=require("./models/product/attribute/init.js"),X=require("./models/product/attribute/index.js"),Y=require("./models/product/attribute-value/init.js"),Z=require("./models/product/filter/index.js"),$=require("./models/product/group/init.js"),ee=require("./models/product/campaign/data/index.js"),te=require("./models/product/campaign/filter/index.js"),re=require("./models/product/image/init.js"),ne=require("./models/product/option-set/option/init.js"),ie=require("./models/product/option-set/option/index.js"),oe=require("./models/product/option-set/init.js"),ae=require("./models/product/sales-channel/index.js"),se=require("./models/product/stock-location/index.js"),ue=require("./models/store-credit-balance/index.js"),pe=require("./models/product/variant/subscription-plan/product-subscription-plan-period/index.js"),ce=require("./models/product/variant/subscription-plan/product-subscription-plan-discount/index.js"),de=require("./models/product/variant/init.js"),me=require("./models/product/variant-type/init.js"),le=require("./models/product/init.js"),fe=require("./models/product/index.js"),ye=require("./models/raffle/init.js"),ke=require("./models/raffle/index.js"),be=require("./models/state/init.js"),Ie=require("./models/stock-location/index.js"),Pe=require("./models/storefront/b2b-settings/index.js"),ge=require("./models/storefront/theme/index.js"),je=require("./models/storefront/meta-templates/index.js"),xe=require("./models/storefront/index.js"),Te=require("./models/storefront-popup/storefront-popup-display-filter/index.js"),Oe=require("./models/storefront-popup/storefront-popup-display-settings/index.js"),Se=require("./models/storefront-popup/storefront-popup-page-filter/index.js"),Ce=require("./models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.js"),qe=require("./models/storefront-popup/index.js"),he=require("./models/theme-json/component/prop/index.js"),Ee=require("./models/theme-json/page/index.js"),Ae=require("./models/theme-json/settings/index.js"),ve=require("./models/variant-type/variant-value/init.js"),we=require("./models/variant-type/init.js"),De=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=o.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 c.IkasShippingMethod}}),Object.defineProperty(exports,"IkasCartCampaignOfferStatus",{enumerable:!0,get:function(){return d.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,"IkasCorporateInvoiceRequirement",{enumerable:!0,get:function(){return k.IkasCorporateInvoiceRequirement}}),Object.defineProperty(exports,"IkasCouponCodeRequirement",{enumerable:!0,get:function(){return k.IkasCouponCodeRequirement}}),exports.initIkasCountry=b.initIkasCountry,Object.defineProperty(exports,"IkasCustomerAttributePermission",{enumerable:!0,get:function(){return I.IkasCustomerAttributePermission}}),Object.defineProperty(exports,"IkasCustomerAttributeRegisterPageRequirement",{enumerable:!0,get:function(){return I.IkasCustomerAttributeRegisterPageRequirement}}),exports.initIkasCustomerAttribute=P.initIkasCustomerAttribute,Object.defineProperty(exports,"IkasCustomerAttributeType",{enumerable:!0,get:function(){return g.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,"IkasProductTypeEnum",{enumerable:!0,get:function(){return O.IkasProductTypeEnum}}),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,"IkasCustomerEmailSubscriptionStatusesEnum",{enumerable:!0,get:function(){return S.IkasCustomerEmailSubscriptionStatusesEnum}}),Object.defineProperty(exports,"IkasCustomerGenderTypeEnum",{enumerable:!0,get:function(){return S.IkasCustomerGenderTypeEnum}}),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 E.IkasMerchantSettingsAddressTypeEnum}}),Object.defineProperty(exports,"IkasAdjustmentType",{enumerable:!0,get:function(){return A.IkasAdjustmentType}}),Object.defineProperty(exports,"IkasAmountType",{enumerable:!0,get:function(){return A.IkasAmountType}}),Object.defineProperty(exports,"IkasGiftCardType",{enumerable:!0,get:function(){return v.IkasGiftCardType}}),Object.defineProperty(exports,"IkasInvoiceType",{enumerable:!0,get:function(){return w.IkasInvoiceType}}),Object.defineProperty(exports,"IkasProductUnitType",{enumerable:!0,get:function(){return D.IkasProductUnitType}}),Object.defineProperty(exports,"ProductOptionPriceTypeEnum",{enumerable:!0,get:function(){return F.ProductOptionPriceTypeEnum}}),Object.defineProperty(exports,"IkasOrderLineItemSubscriptionPlanDurationUnitType",{enumerable:!0,get:function(){return M.IkasOrderLineItemSubscriptionPlanDurationUnitType}}),Object.defineProperty(exports,"IkasOrderLineItemSubscriptionPlanPaymentType",{enumerable:!0,get:function(){return M.IkasOrderLineItemSubscriptionPlanPaymentType}}),Object.defineProperty(exports,"IkasOrderLineItemSubscriptionPlanDiscountAmountType",{enumerable:!0,get:function(){return R.IkasOrderLineItemSubscriptionPlanDiscountAmountType}}),Object.defineProperty(exports,"IkasOrderLineItemStatus",{enumerable:!0,get:function(){return L.IkasOrderLineItemStatus}}),Object.defineProperty(exports,"IkasOrderPackageFullfillStatus",{enumerable:!0,get:function(){return B.IkasOrderPackageFullfillStatus}}),Object.defineProperty(exports,"IkasTransactionFeeSourceWithPrices",{enumerable:!0,get:function(){return V.IkasTransactionFeeSourceWithPrices}}),Object.defineProperty(exports,"IkasTransactionCardAssociationWithPrices",{enumerable:!0,get:function(){return G.IkasTransactionCardAssociationWithPrices}}),Object.defineProperty(exports,"IkasTransactionCardTypeWithPrices",{enumerable:!0,get:function(){return G.IkasTransactionCardTypeWithPrices}}),Object.defineProperty(exports,"IkasPaymentMethodTypeWithPrices",{enumerable:!0,get:function(){return W.IkasPaymentMethodTypeWithPrices}}),Object.defineProperty(exports,"IkasTransactionSourceWithPrices",{enumerable:!0,get:function(){return W.IkasTransactionSourceWithPrices}}),Object.defineProperty(exports,"IkasTransactionStatusWithPrices",{enumerable:!0,get:function(){return W.IkasTransactionStatusWithPrices}}),Object.defineProperty(exports,"IkasTransactionTypeWithPrices",{enumerable:!0,get:function(){return W.IkasTransactionTypeWithPrices}}),Object.defineProperty(exports,"IkasTransactionCardAssociation",{enumerable:!0,get:function(){return U.IkasTransactionCardAssociation}}),Object.defineProperty(exports,"IkasTransactionCardType",{enumerable:!0,get:function(){return U.IkasTransactionCardType}}),Object.defineProperty(exports,"IkasTransactionStatus",{enumerable:!0,get:function(){return H.IkasTransactionStatus}}),Object.defineProperty(exports,"IkasTransactionType",{enumerable:!0,get:function(){return H.IkasTransactionType}}),Object.defineProperty(exports,"IkasOrderCancelReason",{enumerable:!0,get:function(){return J.IkasOrderCancelReason}}),Object.defineProperty(exports,"IkasOrderPackageStatus",{enumerable:!0,get:function(){return J.IkasOrderPackageStatus}}),Object.defineProperty(exports,"IkasOrderPaymentStatus",{enumerable:!0,get:function(){return J.IkasOrderPaymentStatus}}),Object.defineProperty(exports,"IkasOrderShippingMethod",{enumerable:!0,get:function(){return J.IkasOrderShippingMethod}}),Object.defineProperty(exports,"IkasOrderStatus",{enumerable:!0,get:function(){return J.IkasOrderStatus}}),Object.defineProperty(exports,"IkasPaymentGatewayAdditionalPriceType",{enumerable:!0,get:function(){return _.IkasPaymentGatewayAdditionalPriceType}}),Object.defineProperty(exports,"IkasPaymentGatewayTransactionFeeType",{enumerable:!0,get:function(){return _.IkasPaymentGatewayTransactionFeeType}}),Object.defineProperty(exports,"IkasPaymentGatewaySettingsType",{enumerable:!0,get:function(){return z.IkasPaymentGatewaySettingsType}}),exports.initIkasPaymentGateway=K.initIkasPaymentGateway,Object.defineProperty(exports,"IkasPaymentGatewayType",{enumerable:!0,get:function(){return N.IkasPaymentGatewayType}}),Object.defineProperty(exports,"IkasPaymentMethodType",{enumerable:!0,get:function(){return N.IkasPaymentMethodType}}),exports.initIkasProductAttribute=Q.initIkasProductAttribute,Object.defineProperty(exports,"IkasProductAttributeType",{enumerable:!0,get:function(){return X.IkasProductAttributeType}}),exports.initIkasProductAttributeValue=Y.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=$.initIkasProductGroup,exports.setProductGroupTranslations=$.setProductGroupTranslations,Object.defineProperty(exports,"IkasCampaignApplicablePrice",{enumerable:!0,get:function(){return ee.IkasCampaignApplicablePrice}}),Object.defineProperty(exports,"IkasCampaignCreatedFor",{enumerable:!0,get:function(){return ee.IkasCampaignCreatedFor}}),Object.defineProperty(exports,"IkasCampaignType",{enumerable:!0,get:function(){return ee.IkasCampaignType}}),Object.defineProperty(exports,"IkasCampaignFilterType",{enumerable:!0,get:function(){return te.IkasCampaignFilterType}}),exports.initIkasProductImage=re.initIkasProductImage,exports.initIkasProductOption=ne.initIkasProductOption,Object.defineProperty(exports,"IkasProductOptionPriceTypeEnum",{enumerable:!0,get:function(){return ie.IkasProductOptionPriceTypeEnum}}),Object.defineProperty(exports,"IkasProductOptionSelectType",{enumerable:!0,get:function(){return ie.IkasProductOptionSelectType}}),Object.defineProperty(exports,"IkasProductOptionType",{enumerable:!0,get:function(){return ie.IkasProductOptionType}}),exports.initIkasProductOptionSet=oe.initIkasProductOptionSet,exports.initOptionValues=oe.initOptionValues,exports.initValues=oe.initValues,exports.setChildOptions=oe.setChildOptions,Object.defineProperty(exports,"IkasSalesChannelStatusEnum",{enumerable:!0,get:function(){return ae.IkasSalesChannelStatusEnum}}),Object.defineProperty(exports,"IkasGetAvailableStockLocationType",{enumerable:!0,get:function(){return se.IkasGetAvailableStockLocationType}}),Object.defineProperty(exports,"IkasStoreCreditType",{enumerable:!0,get:function(){return ue.IkasStoreCreditType}}),Object.defineProperty(exports,"IkasSubscriptionPlanDurationUnitType",{enumerable:!0,get:function(){return pe.IkasSubscriptionPlanDurationUnitType}}),Object.defineProperty(exports,"IkasSubscriptionPlanPaymentType",{enumerable:!0,get:function(){return pe.IkasSubscriptionPlanPaymentType}}),Object.defineProperty(exports,"IkasSubscriptionPlanStatus",{enumerable:!0,get:function(){return pe.IkasSubscriptionPlanStatus}}),Object.defineProperty(exports,"IkasOrderAmountType",{enumerable:!0,get:function(){return ce.IkasOrderAmountType}}),exports.initIkasProductVariant=de.initIkasProductVariant,exports.initIkasProductVariantType=me.initIkasProductVariantType,exports.initIkasProduct=le.initIkasProduct,Object.defineProperty(exports,"IkasProductType",{enumerable:!0,get:function(){return fe.IkasProductType}}),exports.initIkasRaffle=ye.initIkasRaffle,Object.defineProperty(exports,"IkasRaffleMetadataTargetType",{enumerable:!0,get:function(){return ke.IkasRaffleMetadataTargetType}}),Object.defineProperty(exports,"IkasRaffleParticipantStatus",{enumerable:!0,get:function(){return ke.IkasRaffleParticipantStatus}}),Object.defineProperty(exports,"IkasRaffleVerificationType",{enumerable:!0,get:function(){return ke.IkasRaffleVerificationType}}),exports.initIkasState=be.initIkasState,Object.defineProperty(exports,"IkasStockLocationDeliveryTime",{enumerable:!0,get:function(){return Ie.IkasStockLocationDeliveryTime}}),Object.defineProperty(exports,"IkasStockLocationType",{enumerable:!0,get:function(){return Ie.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 ge.IkasStorefrontThemeStatus}}),Object.defineProperty(exports,"StorefrontPageTypesEnum",{enumerable:!0,get:function(){return je.StorefrontPageTypesEnum}}),Object.defineProperty(exports,"IkasStorefrontStatus",{enumerable:!0,get:function(){return xe.IkasStorefrontStatus}}),Object.defineProperty(exports,"IkasStorefrontType",{enumerable:!0,get:function(){return xe.IkasStorefrontType}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayFilterTypeEnum",{enumerable:!0,get:function(){return Te.IkasStorefrontPopupDisplayFilterTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayFrequencyEnum",{enumerable:!0,get:function(){return Oe.IkasStorefrontPopupDisplayFrequencyEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayTriggerTypeEnum",{enumerable:!0,get:function(){return Oe.IkasStorefrontPopupDisplayTriggerTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupPageFilterTypeEnum",{enumerable:!0,get:function(){return Se.IkasStorefrontPopupPageFilterTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupPageFilterDataTypeEnum",{enumerable:!0,get:function(){return Ce.IkasStorefrontPopupPageFilterDataTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDeviceTypeEnum",{enumerable:!0,get:function(){return qe.IkasStorefrontPopupDeviceTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupStatusEnum",{enumerable:!0,get:function(){return qe.IkasStorefrontPopupStatusEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupTypeEnum",{enumerable:!0,get:function(){return qe.IkasStorefrontPopupTypeEnum}}),Object.defineProperty(exports,"IkasThemeJsonComponentPropType",{enumerable:!0,get:function(){return he.IkasThemeJsonComponentPropType}}),Object.defineProperty(exports,"IkasThemeJsonPageType",{enumerable:!0,get:function(){return Ee.IkasThemeJsonPageType}}),Object.defineProperty(exports,"IkasThemeJsonStockPreference",{enumerable:!0,get:function(){return Ae.IkasThemeJsonStockPreference}}),exports.initIkasVariantValue=ve.initIkasVariantValue,exports.initIkasVariantType=we.initIkasVariantType,Object.defineProperty(exports,"IkasVariantSelectionType",{enumerable:!0,get:function(){return De.IkasVariantSelectionType}});
|
|
@@ -3,6 +3,7 @@ import { IkasOrderLineVariant } from "./variant";
|
|
|
3
3
|
import { IkasOrderLineItemOption } from "./option";
|
|
4
4
|
import { IkasBaseModel } from "../../base";
|
|
5
5
|
import { IkasOrderLineBundleProductSettings } from "./bundle-product-settings";
|
|
6
|
+
import { IkasOrderLineItemSubscriptionPlan } from "./order-line-subscription-plan";
|
|
6
7
|
export declare type IkasOrderLineItem = {
|
|
7
8
|
bundleProductSettings: IkasOrderLineBundleProductSettings | null;
|
|
8
9
|
currencyCode: string | null;
|
|
@@ -22,6 +23,7 @@ export declare type IkasOrderLineItem = {
|
|
|
22
23
|
unitPrice: number | null;
|
|
23
24
|
variant: IkasOrderLineVariant;
|
|
24
25
|
orderedAt: number;
|
|
26
|
+
subscriptionPlan: IkasOrderLineItemSubscriptionPlan | null;
|
|
25
27
|
} & IkasBaseModel;
|
|
26
28
|
export declare enum IkasOrderLineItemStatus {
|
|
27
29
|
CANCELLED = "CANCELLED",
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare type IkasOrderLineItemSubscriptionPlanDiscount = {
|
|
2
|
+
amount: number;
|
|
3
|
+
type: IkasOrderLineItemSubscriptionPlanDiscountAmountType;
|
|
4
|
+
};
|
|
5
|
+
export declare enum IkasOrderLineItemSubscriptionPlanDiscountAmountType {
|
|
6
|
+
AMOUNT = "AMOUNT",
|
|
7
|
+
RATIO = "RATIO"
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasOrderLineItemSubscriptionPlanDiscountAmountType=void 0,(e=exports.IkasOrderLineItemSubscriptionPlanDiscountAmountType||(exports.IkasOrderLineItemSubscriptionPlanDiscountAmountType={})).AMOUNT="AMOUNT",e.RATIO="RATIO";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IkasOrderLineItemSubscriptionPlanDiscount } from "../order-line-item-subscription-plan-discount";
|
|
2
|
+
export declare type IkasOrderLineItemSubscriptionPlanPeriod = {
|
|
3
|
+
cutOffDay: number | null;
|
|
4
|
+
discount: IkasOrderLineItemSubscriptionPlanDiscount | null;
|
|
5
|
+
durationUnit: IkasOrderLineItemSubscriptionPlanDurationUnitType;
|
|
6
|
+
durationValue: number;
|
|
7
|
+
id: string;
|
|
8
|
+
maxOrders: number | null;
|
|
9
|
+
paymentType: IkasOrderLineItemSubscriptionPlanPaymentType;
|
|
10
|
+
scheduledOrderDay: number | null;
|
|
11
|
+
title: string;
|
|
12
|
+
};
|
|
13
|
+
export declare enum IkasOrderLineItemSubscriptionPlanDurationUnitType {
|
|
14
|
+
DAY = "DAY",
|
|
15
|
+
MONTH = "MONTH",
|
|
16
|
+
WEEK = "WEEK",
|
|
17
|
+
YEAR = "YEAR"
|
|
18
|
+
}
|
|
19
|
+
export declare enum IkasOrderLineItemSubscriptionPlanPaymentType {
|
|
20
|
+
POST_PAID = "POST_PAID",
|
|
21
|
+
PRE_PAID = "PRE_PAID"
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e,r;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasOrderLineItemSubscriptionPlanDurationUnitType=void 0,(e=exports.IkasOrderLineItemSubscriptionPlanDurationUnitType||(exports.IkasOrderLineItemSubscriptionPlanDurationUnitType={})).DAY="DAY",e.MONTH="MONTH",e.WEEK="WEEK",e.YEAR="YEAR",exports.IkasOrderLineItemSubscriptionPlanPaymentType=void 0,(r=exports.IkasOrderLineItemSubscriptionPlanPaymentType||(exports.IkasOrderLineItemSubscriptionPlanPaymentType={})).POST_PAID="POST_PAID",r.PRE_PAID="PRE_PAID";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IkasProductSubscriptionPlanPeriod, IkasSubscriptionPlanStatus } from "./product-subscription-plan-period";
|
|
2
|
+
export declare type IkasProductSubscriptionPlan = {
|
|
3
|
+
name: string;
|
|
4
|
+
periods: IkasProductSubscriptionPlanPeriod[];
|
|
5
|
+
status: IkasSubscriptionPlanStatus;
|
|
6
|
+
subscriptionPlanId: string;
|
|
7
|
+
translations: IkasSubscriptionPlanTranslation[] | null;
|
|
8
|
+
isSelected: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare type IkasSubscriptionPlanTranslation = {
|
|
11
|
+
description: string | null;
|
|
12
|
+
locale: string;
|
|
13
|
+
title: string;
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasOrderAmountType=void 0,(e=exports.IkasOrderAmountType||(exports.IkasOrderAmountType={})).AMOUNT="AMOUNT",e.RATIO="RATIO";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IkasProductSubscriptionPlanDiscount } from "../product-subscription-plan-discount";
|
|
2
|
+
export declare type IkasProductSubscriptionPlanPeriod = {
|
|
3
|
+
cutOffDay: number | null;
|
|
4
|
+
discount: IkasProductSubscriptionPlanDiscount | null;
|
|
5
|
+
durationUnit: IkasSubscriptionPlanDurationUnitType;
|
|
6
|
+
durationValue: number;
|
|
7
|
+
id: string;
|
|
8
|
+
maxOrders: number | null;
|
|
9
|
+
paymentType: IkasSubscriptionPlanPaymentType;
|
|
10
|
+
scheduledOrderDay: number | null;
|
|
11
|
+
status: IkasSubscriptionPlanStatus;
|
|
12
|
+
title: string;
|
|
13
|
+
isSelected: boolean;
|
|
14
|
+
};
|
|
15
|
+
export declare enum IkasSubscriptionPlanDurationUnitType {
|
|
16
|
+
DAY = "DAY",
|
|
17
|
+
MONTH = "MONTH",
|
|
18
|
+
WEEK = "WEEK",
|
|
19
|
+
YEAR = "YEAR"
|
|
20
|
+
}
|
|
21
|
+
export declare enum IkasSubscriptionPlanPaymentType {
|
|
22
|
+
POST_PAID = "POST_PAID",
|
|
23
|
+
PRE_PAID = "PRE_PAID"
|
|
24
|
+
}
|
|
25
|
+
export declare enum IkasSubscriptionPlanStatus {
|
|
26
|
+
ACTIVE = "ACTIVE",
|
|
27
|
+
PASSIVE = "PASSIVE"
|
|
28
|
+
}
|
package/build-cjs/models/product/variant/subscription-plan/product-subscription-plan-period/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var t,s,a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasSubscriptionPlanDurationUnitType=void 0,(t=exports.IkasSubscriptionPlanDurationUnitType||(exports.IkasSubscriptionPlanDurationUnitType={})).DAY="DAY",t.MONTH="MONTH",t.WEEK="WEEK",t.YEAR="YEAR",exports.IkasSubscriptionPlanPaymentType=void 0,(s=exports.IkasSubscriptionPlanPaymentType||(exports.IkasSubscriptionPlanPaymentType={})).POST_PAID="POST_PAID",s.PRE_PAID="PRE_PAID",exports.IkasSubscriptionPlanStatus=void 0,(a=exports.IkasSubscriptionPlanStatus||(exports.IkasSubscriptionPlanStatus={})).ACTIVE="ACTIVE",a.PASSIVE="PASSIVE";
|