@ikas/storefront-models 5.0.23 → 5.0.25
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 +13 -0
- package/build/index.js +1 -1
- package/build/models/order/line-item/option/value/index.d.ts +5 -0
- package/build/models/order/line-item/option/value/index.js +1 -0
- package/build/models/order/order-transaction-with-prices/index.d.ts +10 -0
- package/build/models/order/order-transaction-with-prices/list-order-transaction-refundable-transaction/index.d.ts +4 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/error/index.d.ts +5 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/index.d.ts +83 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/index.js +1 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-currency-rate-with-prices/index.d.ts +4 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices/index.d.ts +9 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices/index.js +1 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-gift-package-line-item-with-prices/index.d.ts +5 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-order-line-item-with-prices/index.d.ts +9 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-order-line-item-with-prices/transaction-order-line-variant/index.d.ts +9 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/index.d.ts +23 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/index.js +1 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/transaction-installment-price-with-prices/index.d.ts +7 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-sales-channel-with-prices/index.d.ts +4 -0
- package/build/models/order/order-transaction-with-prices/transaction-with-prices/transaction-shipping-line-item-with-prices/index.d.ts +7 -0
- package/build/models/product/attribute-value/index.d.ts +2 -0
- package/build/models/product/option-set/option/index.d.ts +9 -0
- package/build/models/product/option-set/option/index.js +1 -1
- package/build-cjs/index.d.ts +13 -0
- package/build-cjs/index.js +1 -1
- package/build-cjs/models/order/line-item/option/value/index.d.ts +5 -0
- package/build-cjs/models/order/line-item/option/value/index.js +1 -0
- package/build-cjs/models/order/order-transaction-with-prices/index.d.ts +10 -0
- package/build-cjs/models/order/order-transaction-with-prices/list-order-transaction-refundable-transaction/index.d.ts +4 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/error/index.d.ts +5 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/index.d.ts +83 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/index.js +1 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-currency-rate-with-prices/index.d.ts +4 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices/index.d.ts +9 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices/index.js +1 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-gift-package-line-item-with-prices/index.d.ts +5 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-order-line-item-with-prices/index.d.ts +9 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-order-line-item-with-prices/transaction-order-line-variant/index.d.ts +9 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/index.d.ts +23 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/index.js +1 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/transaction-installment-price-with-prices/index.d.ts +7 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-sales-channel-with-prices/index.d.ts +4 -0
- package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/transaction-shipping-line-item-with-prices/index.d.ts +7 -0
- package/build-cjs/models/product/attribute-value/index.d.ts +2 -0
- package/build-cjs/models/product/option-set/option/index.d.ts +9 -0
- package/build-cjs/models/product/option-set/option/index.js +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -103,6 +103,19 @@ export * from "./models/order/package/tracking-info";
|
|
|
103
103
|
export * from "./models/order/package";
|
|
104
104
|
export * from "./models/order/payment-method";
|
|
105
105
|
export * from "./models/order/refund/line-item";
|
|
106
|
+
export * from "./models/order/order-transaction-with-prices";
|
|
107
|
+
export * from "./models/order/order-transaction-with-prices/list-order-transaction-refundable-transaction";
|
|
108
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-currency-rate-with-prices";
|
|
109
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices";
|
|
110
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-gift-package-line-item-with-prices";
|
|
111
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-order-line-item-with-prices";
|
|
112
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-order-line-item-with-prices/transaction-order-line-variant";
|
|
113
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices";
|
|
114
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/transaction-installment-price-with-prices";
|
|
115
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-sales-channel-with-prices";
|
|
116
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-shipping-line-item-with-prices";
|
|
117
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/error";
|
|
118
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices";
|
|
106
119
|
export * from "./models/order/refund/settings";
|
|
107
120
|
export * from "./models/order/refund";
|
|
108
121
|
export * from "./models/order/shipping-line";
|
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}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{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
|
+
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}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{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{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,5 +1,10 @@
|
|
|
1
1
|
export declare type IkasOrderLineItemOptionValue = {
|
|
2
2
|
name: string | null;
|
|
3
3
|
price: number | null;
|
|
4
|
+
priceType: ProductOptionPriceTypeEnum | null;
|
|
4
5
|
value: string;
|
|
5
6
|
};
|
|
7
|
+
export declare enum ProductOptionPriceTypeEnum {
|
|
8
|
+
AMOUNT = "AMOUNT",
|
|
9
|
+
RATIO = "RATIO"
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var A;!function(A){A.AMOUNT="AMOUNT",A.RATIO="RATIO"}(A||(A={}));export{A as ProductOptionPriceTypeEnum};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IkasListOrderTransactionWithPricesRefundableTransaction } from "./list-order-transaction-refundable-transaction";
|
|
2
|
+
import { IkasTransactionWithPrices } from "./transaction-with-prices";
|
|
3
|
+
export declare type IkasOrderTransactionWithPrices = {
|
|
4
|
+
chargedAmount: number | null;
|
|
5
|
+
orderFinalPrice: number | null;
|
|
6
|
+
refundableTransactions: IkasListOrderTransactionWithPricesRefundableTransaction[];
|
|
7
|
+
refundedAmount: number | null;
|
|
8
|
+
remainingBalance: number | null;
|
|
9
|
+
transactions: IkasTransactionWithPrices[];
|
|
10
|
+
};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { IkasTransactionErrorWithPrices } from "./error";
|
|
2
|
+
import { IkasTransactionCurrencyRateWithPrices } from "./transaction-currency-rate-with-prices";
|
|
3
|
+
import { IkasTransactionFeeWithPrices } from "./transaction-fee-with-prices";
|
|
4
|
+
import { IkasTransactionGiftPackageLineItemWithPrices } from "./transaction-gift-package-line-item-with-prices";
|
|
5
|
+
import { IkasTransactionOrderLineItemWithPrices } from "./transaction-order-line-item-with-prices";
|
|
6
|
+
import { IkasTransactionPaymentMethodDetailWithPrices } from "./transaction-payment-method-detail-with-prices";
|
|
7
|
+
import { IkasTransactionSalesChannelWithPrices } from "./transaction-sales-channel-with-prices";
|
|
8
|
+
import { IkasTransactionShippingLineItemWithPrices } from "./transaction-shipping-line-item-with-prices";
|
|
9
|
+
export declare type IkasTransactionWithPrices = {
|
|
10
|
+
amount: number | null;
|
|
11
|
+
authCode: string | null;
|
|
12
|
+
checkoutId: string | null;
|
|
13
|
+
createdAt: any | null;
|
|
14
|
+
createdWithMasterPass: boolean | null;
|
|
15
|
+
currencyCode: string | null;
|
|
16
|
+
currencyRates: IkasTransactionCurrencyRateWithPrices[] | null;
|
|
17
|
+
currencySymbol: string | null;
|
|
18
|
+
customerId: string | null;
|
|
19
|
+
deleted: boolean;
|
|
20
|
+
error: IkasTransactionErrorWithPrices | null;
|
|
21
|
+
fees: IkasTransactionFeeWithPrices[] | null;
|
|
22
|
+
forceRefund: boolean | null;
|
|
23
|
+
gatewayReferenceId: string | null;
|
|
24
|
+
giftPackageLineItems: IkasTransactionGiftPackageLineItemWithPrices[] | null;
|
|
25
|
+
id: string | null;
|
|
26
|
+
ipAddress: string | null;
|
|
27
|
+
isAdditionalPayment: boolean | null;
|
|
28
|
+
isManuelAddedTransaction: boolean | null;
|
|
29
|
+
isTrackingInfoSent: boolean | null;
|
|
30
|
+
lineItems: IkasTransactionOrderLineItemWithPrices[] | null;
|
|
31
|
+
merchantId: string | null;
|
|
32
|
+
orderId: string | null;
|
|
33
|
+
orderNumber: string | null;
|
|
34
|
+
paymentGatewayCode: string | null;
|
|
35
|
+
paymentGatewayId: string | null;
|
|
36
|
+
paymentGatewayName: string | null;
|
|
37
|
+
paymentMethod: IkasPaymentMethodTypeWithPrices | null;
|
|
38
|
+
paymentMethodDetail: IkasTransactionPaymentMethodDetailWithPrices | null;
|
|
39
|
+
payoutAmount: number | null;
|
|
40
|
+
processedAt: any | null;
|
|
41
|
+
refundReason: string | null;
|
|
42
|
+
salesChannel: IkasTransactionSalesChannelWithPrices | null;
|
|
43
|
+
sessionToken: string | null;
|
|
44
|
+
shippingLineItems: IkasTransactionShippingLineItemWithPrices[] | null;
|
|
45
|
+
source: IkasTransactionSourceWithPrices | null;
|
|
46
|
+
sourceTransactionId: string | null;
|
|
47
|
+
status: IkasTransactionStatusWithPrices;
|
|
48
|
+
test: boolean | null;
|
|
49
|
+
type: IkasTransactionTypeWithPrices;
|
|
50
|
+
updatedAt: any | null;
|
|
51
|
+
useCustomTransactionVerification: boolean | null;
|
|
52
|
+
};
|
|
53
|
+
export declare enum IkasPaymentMethodTypeWithPrices {
|
|
54
|
+
APP_PAYMENT = "APP_PAYMENT",
|
|
55
|
+
BANK_REDIRECT = "BANK_REDIRECT",
|
|
56
|
+
BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
|
|
57
|
+
CASH = "CASH",
|
|
58
|
+
CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
|
|
59
|
+
CREDIT_CARD = "CREDIT_CARD",
|
|
60
|
+
CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
|
|
61
|
+
DIRECT_DEBIT = "DIRECT_DEBIT",
|
|
62
|
+
GIFT_CARD = "GIFT_CARD",
|
|
63
|
+
MONEY_ORDER = "MONEY_ORDER",
|
|
64
|
+
OTHER = "OTHER",
|
|
65
|
+
PAY_LATER = "PAY_LATER",
|
|
66
|
+
SLICE_IT = "SLICE_IT",
|
|
67
|
+
WALLET = "WALLET"
|
|
68
|
+
}
|
|
69
|
+
export declare enum IkasTransactionSourceWithPrices {
|
|
70
|
+
CHECKOUT = "CHECKOUT",
|
|
71
|
+
ORDER = "ORDER"
|
|
72
|
+
}
|
|
73
|
+
export declare enum IkasTransactionStatusWithPrices {
|
|
74
|
+
AUTHORIZED = "AUTHORIZED",
|
|
75
|
+
FAILED = "FAILED",
|
|
76
|
+
PENDING = "PENDING",
|
|
77
|
+
SUCCESS = "SUCCESS"
|
|
78
|
+
}
|
|
79
|
+
export declare enum IkasTransactionTypeWithPrices {
|
|
80
|
+
REFUND = "REFUND",
|
|
81
|
+
SALE = "SALE",
|
|
82
|
+
VOID = "VOID"
|
|
83
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var E,R,D,_;!function(E){E.APP_PAYMENT="APP_PAYMENT",E.BANK_REDIRECT="BANK_REDIRECT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.DIRECT_DEBIT="DIRECT_DEBIT",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.PAY_LATER="PAY_LATER",E.SLICE_IT="SLICE_IT",E.WALLET="WALLET"}(E||(E={})),function(E){E.CHECKOUT="CHECKOUT",E.ORDER="ORDER"}(R||(R={})),function(E){E.AUTHORIZED="AUTHORIZED",E.FAILED="FAILED",E.PENDING="PENDING",E.SUCCESS="SUCCESS"}(D||(D={})),function(E){E.REFUND="REFUND",E.SALE="SALE",E.VOID="VOID"}(_||(_={}));export{E as IkasPaymentMethodTypeWithPrices,R as IkasTransactionSourceWithPrices,D as IkasTransactionStatusWithPrices,_ as IkasTransactionTypeWithPrices};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare type IkasTransactionFeeWithPrices = {
|
|
2
|
+
feeAmount: number | null;
|
|
3
|
+
isAddedAmount: boolean | null;
|
|
4
|
+
source: IkasTransactionFeeSourceWithPrices;
|
|
5
|
+
};
|
|
6
|
+
export declare enum IkasTransactionFeeSourceWithPrices {
|
|
7
|
+
GATEWAY = "GATEWAY",
|
|
8
|
+
INSTALLMENT = "INSTALLMENT"
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var A;!function(A){A.GATEWAY="GATEWAY",A.INSTALLMENT="INSTALLMENT"}(A||(A={}));export{A as IkasTransactionFeeSourceWithPrices};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IkasTransactionOrderLineVariantWithPrices } from "./transaction-order-line-variant";
|
|
2
|
+
export declare type IkasTransactionOrderLineItemWithPrices = {
|
|
3
|
+
finalPrice: number | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
price: number | null;
|
|
6
|
+
quantity: number;
|
|
7
|
+
taxValue: number | null;
|
|
8
|
+
variant: IkasTransactionOrderLineVariantWithPrices | null;
|
|
9
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IkasTransactionInstallmentPriceWithPrices } from "./transaction-installment-price-with-prices";
|
|
2
|
+
export declare type IkasTransactionPaymentMethodDetailWithPrices = {
|
|
3
|
+
bankName: string | null;
|
|
4
|
+
binNumber: string | null;
|
|
5
|
+
cardAssociation: IkasTransactionCardAssociationWithPrices | null;
|
|
6
|
+
cardFamily: string | null;
|
|
7
|
+
cardType: IkasTransactionCardTypeWithPrices | null;
|
|
8
|
+
installment: IkasTransactionInstallmentPriceWithPrices | null;
|
|
9
|
+
lastFourDigits: string | null;
|
|
10
|
+
paymentMethodName: string | null;
|
|
11
|
+
threeDSecure: boolean | null;
|
|
12
|
+
};
|
|
13
|
+
export declare enum IkasTransactionCardAssociationWithPrices {
|
|
14
|
+
AMERICAN_EXPRESS = "AMERICAN_EXPRESS",
|
|
15
|
+
MASTER_CARD = "MASTER_CARD",
|
|
16
|
+
TROY = "TROY",
|
|
17
|
+
VISA = "VISA"
|
|
18
|
+
}
|
|
19
|
+
export declare enum IkasTransactionCardTypeWithPrices {
|
|
20
|
+
CREDIT = "CREDIT",
|
|
21
|
+
DEBIT = "DEBIT",
|
|
22
|
+
PREPAID = "PREPAID"
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var E,R;!function(E){E.AMERICAN_EXPRESS="AMERICAN_EXPRESS",E.MASTER_CARD="MASTER_CARD",E.TROY="TROY",E.VISA="VISA"}(E||(E={})),function(E){E.CREDIT="CREDIT",E.DEBIT="DEBIT",E.PREPAID="PREPAID"}(R||(R={}));export{E as IkasTransactionCardAssociationWithPrices,R as IkasTransactionCardTypeWithPrices};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IkasProduct } from "..";
|
|
1
2
|
import { IkasImage } from "../../image";
|
|
2
3
|
import { IkasProductAttribute } from "../attribute";
|
|
3
4
|
import { IkasProductAttributeOption } from "../attribute/option";
|
|
@@ -9,6 +10,7 @@ export declare type IkasProductAttributeValue = {
|
|
|
9
10
|
images?: IkasImage[];
|
|
10
11
|
productAttribute?: IkasProductAttribute | null;
|
|
11
12
|
productAttributeOption?: IkasProductAttributeOption | null;
|
|
13
|
+
products?: IkasProduct[];
|
|
12
14
|
};
|
|
13
15
|
export declare type IkasAttributeTableCellValue = {
|
|
14
16
|
colId: string;
|
|
@@ -14,15 +14,23 @@ export declare enum IkasProductOptionType {
|
|
|
14
14
|
TEXT = "TEXT",
|
|
15
15
|
TEXT_AREA = "TEXT_AREA"
|
|
16
16
|
}
|
|
17
|
+
export declare enum IkasProductOptionPriceTypeEnum {
|
|
18
|
+
AMOUNT = "AMOUNT",
|
|
19
|
+
RATIO = "RATIO"
|
|
20
|
+
}
|
|
17
21
|
export declare type IkasProductOptionOtherPrice = {
|
|
18
22
|
currencyCode: string;
|
|
19
23
|
price: number;
|
|
24
|
+
currencySymbol: string | null;
|
|
25
|
+
priceListId: string | null;
|
|
26
|
+
priceType: IkasProductOptionPriceTypeEnum | null;
|
|
20
27
|
};
|
|
21
28
|
export declare type IkasProductOptionSelectValue = {
|
|
22
29
|
id: string;
|
|
23
30
|
order: number;
|
|
24
31
|
value: string;
|
|
25
32
|
price: number | null;
|
|
33
|
+
priceType: IkasProductOptionPriceTypeEnum | null;
|
|
26
34
|
otherPrices: IkasProductOptionOtherPrice[] | null;
|
|
27
35
|
thumbnailImageId: string | null;
|
|
28
36
|
colorCode: string | null;
|
|
@@ -60,6 +68,7 @@ export declare type IkasProductOption = {
|
|
|
60
68
|
fileSettings: IkasProductOptionFileSettings | null;
|
|
61
69
|
dateSettings: IkasProductOptionDateSettings | null;
|
|
62
70
|
price: number | null;
|
|
71
|
+
priceType: IkasProductOptionPriceTypeEnum | null;
|
|
63
72
|
otherPrices: IkasProductOptionOtherPrice[] | null;
|
|
64
73
|
isOptional: boolean;
|
|
65
74
|
optionalText: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var E,C;!function(E){E.BOX="BOX",E.SELECT="SELECT",E.SWATCH="SWATCH"}(E||(E={})),function(E){E.CHECKBOX="CHECKBOX",E.CHOICE="CHOICE",E.COLOR_PICKER="COLOR_PICKER",E.DATE_PICKER="DATE_PICKER",E.FILE="FILE",E.IMAGE="IMAGE",E.TEXT="TEXT",E.TEXT_AREA="TEXT_AREA"}(C||(C={}));export{E as IkasProductOptionSelectType,C as IkasProductOptionType};
|
|
1
|
+
var E,C,T;!function(E){E.BOX="BOX",E.SELECT="SELECT",E.SWATCH="SWATCH"}(E||(E={})),function(E){E.CHECKBOX="CHECKBOX",E.CHOICE="CHOICE",E.COLOR_PICKER="COLOR_PICKER",E.DATE_PICKER="DATE_PICKER",E.FILE="FILE",E.IMAGE="IMAGE",E.TEXT="TEXT",E.TEXT_AREA="TEXT_AREA"}(C||(C={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(T||(T={}));export{T as IkasProductOptionPriceTypeEnum,E as IkasProductOptionSelectType,C as IkasProductOptionType};
|
package/build-cjs/index.d.ts
CHANGED
|
@@ -103,6 +103,19 @@ export * from "./models/order/package/tracking-info";
|
|
|
103
103
|
export * from "./models/order/package";
|
|
104
104
|
export * from "./models/order/payment-method";
|
|
105
105
|
export * from "./models/order/refund/line-item";
|
|
106
|
+
export * from "./models/order/order-transaction-with-prices";
|
|
107
|
+
export * from "./models/order/order-transaction-with-prices/list-order-transaction-refundable-transaction";
|
|
108
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-currency-rate-with-prices";
|
|
109
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices";
|
|
110
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-gift-package-line-item-with-prices";
|
|
111
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-order-line-item-with-prices";
|
|
112
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-order-line-item-with-prices/transaction-order-line-variant";
|
|
113
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices";
|
|
114
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/transaction-installment-price-with-prices";
|
|
115
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-sales-channel-with-prices";
|
|
116
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/transaction-shipping-line-item-with-prices";
|
|
117
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices/error";
|
|
118
|
+
export * from "./models/order/order-transaction-with-prices/transaction-with-prices";
|
|
106
119
|
export * from "./models/order/refund/settings";
|
|
107
120
|
export * from "./models/order/refund";
|
|
108
121
|
export * from "./models/order/shipping-line";
|
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"),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"),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"),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"),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"),A=require("./models/order/invoice/index.js"),F=require("./models/order/line-item/base-unit/index.js"),R=require("./models/order/line-item/index.js"),M=require("./models/order/package/index.js"),w=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"),ce=require("./models/storefront/theme/index.js"),de=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"),be=require("./models/theme-json/component/prop/index.js"),ge=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 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=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 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,"IkasInvoiceType",{enumerable:!0,get:function(){return A.IkasInvoiceType}}),Object.defineProperty(exports,"IkasProductUnitType",{enumerable:!0,get:function(){return F.IkasProductUnitType}}),Object.defineProperty(exports,"IkasOrderLineItemStatus",{enumerable:!0,get:function(){return R.IkasOrderLineItemStatus}}),Object.defineProperty(exports,"IkasOrderPackageFullfillStatus",{enumerable:!0,get:function(){return M.IkasOrderPackageFullfillStatus}}),Object.defineProperty(exports,"IkasTransactionCardAssociation",{enumerable:!0,get:function(){return w.IkasTransactionCardAssociation}}),Object.defineProperty(exports,"IkasTransactionCardType",{enumerable:!0,get:function(){return w.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 ce.IkasStorefrontThemeStatus}}),Object.defineProperty(exports,"StorefrontPageTypesEnum",{enumerable:!0,get:function(){return de.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 be.IkasThemeJsonComponentPropType}}),Object.defineProperty(exports,"IkasThemeJsonPageType",{enumerable:!0,get:function(){return ge.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}});
|
|
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/invoice/index.js"),A=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/index.js"),R=require("./models/order/package/index.js"),D=require("./models/order/order-transaction-with-prices/transaction-with-prices/transaction-fee-with-prices/index.js"),B=require("./models/order/order-transaction-with-prices/transaction-with-prices/transaction-payment-method-detail-with-prices/index.js"),V=require("./models/order/order-transaction-with-prices/transaction-with-prices/index.js"),L=require("./models/order/transaction/payment-method-detail/index.js"),G=require("./models/order/transaction/index.js"),W=require("./models/order/index.js"),H=require("./models/payment-gateway/additional-price/index.js"),J=require("./models/payment-gateway/settings/index.js"),U=require("./models/payment-gateway/init.js"),_=require("./models/payment-gateway/index.js"),z=require("./models/product/attribute/init.js"),K=require("./models/product/attribute/index.js"),N=require("./models/product/attribute-value/init.js"),Q=require("./models/product/filter/index.js"),X=require("./models/product/group/init.js"),Y=require("./models/product/campaign/data/index.js"),Z=require("./models/product/campaign/filter/index.js"),$=require("./models/product/image/init.js"),ee=require("./models/product/option-set/option/init.js"),te=require("./models/product/option-set/option/index.js"),re=require("./models/product/option-set/init.js"),ne=require("./models/product/sales-channel/index.js"),ie=require("./models/product/stock-location/index.js"),oe=require("./models/product/variant/init.js"),ae=require("./models/product/variant-type/init.js"),se=require("./models/product/init.js"),ue=require("./models/product/index.js"),pe=require("./models/raffle/init.js"),ce=require("./models/raffle/index.js"),de=require("./models/state/init.js"),me=require("./models/stock-location/index.js"),le=require("./models/storefront/b2b-settings/index.js"),fe=require("./models/storefront/theme/index.js"),ye=require("./models/storefront/meta-templates/index.js"),ke=require("./models/storefront/index.js"),Ie=require("./models/storefront-popup/storefront-popup-display-filter/index.js"),be=require("./models/storefront-popup/storefront-popup-display-settings/index.js"),Pe=require("./models/storefront-popup/storefront-popup-page-filter/index.js"),ge=require("./models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.js"),je=require("./models/storefront-popup/index.js"),xe=require("./models/theme-json/component/prop/index.js"),Te=require("./models/theme-json/page/index.js"),Oe=require("./models/theme-json/settings/index.js"),Se=require("./models/variant-type/variant-value/init.js"),Ce=require("./models/variant-type/init.js"),qe=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,"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,"IkasInvoiceType",{enumerable:!0,get:function(){return w.IkasInvoiceType}}),Object.defineProperty(exports,"IkasProductUnitType",{enumerable:!0,get:function(){return A.IkasProductUnitType}}),Object.defineProperty(exports,"ProductOptionPriceTypeEnum",{enumerable:!0,get:function(){return F.ProductOptionPriceTypeEnum}}),Object.defineProperty(exports,"IkasOrderLineItemStatus",{enumerable:!0,get:function(){return M.IkasOrderLineItemStatus}}),Object.defineProperty(exports,"IkasOrderPackageFullfillStatus",{enumerable:!0,get:function(){return R.IkasOrderPackageFullfillStatus}}),Object.defineProperty(exports,"IkasTransactionFeeSourceWithPrices",{enumerable:!0,get:function(){return D.IkasTransactionFeeSourceWithPrices}}),Object.defineProperty(exports,"IkasTransactionCardAssociationWithPrices",{enumerable:!0,get:function(){return B.IkasTransactionCardAssociationWithPrices}}),Object.defineProperty(exports,"IkasTransactionCardTypeWithPrices",{enumerable:!0,get:function(){return B.IkasTransactionCardTypeWithPrices}}),Object.defineProperty(exports,"IkasPaymentMethodTypeWithPrices",{enumerable:!0,get:function(){return V.IkasPaymentMethodTypeWithPrices}}),Object.defineProperty(exports,"IkasTransactionSourceWithPrices",{enumerable:!0,get:function(){return V.IkasTransactionSourceWithPrices}}),Object.defineProperty(exports,"IkasTransactionStatusWithPrices",{enumerable:!0,get:function(){return V.IkasTransactionStatusWithPrices}}),Object.defineProperty(exports,"IkasTransactionTypeWithPrices",{enumerable:!0,get:function(){return V.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 G.IkasTransactionStatus}}),Object.defineProperty(exports,"IkasTransactionType",{enumerable:!0,get:function(){return G.IkasTransactionType}}),Object.defineProperty(exports,"IkasOrderCancelReason",{enumerable:!0,get:function(){return W.IkasOrderCancelReason}}),Object.defineProperty(exports,"IkasOrderPackageStatus",{enumerable:!0,get:function(){return W.IkasOrderPackageStatus}}),Object.defineProperty(exports,"IkasOrderPaymentStatus",{enumerable:!0,get:function(){return W.IkasOrderPaymentStatus}}),Object.defineProperty(exports,"IkasOrderShippingMethod",{enumerable:!0,get:function(){return W.IkasOrderShippingMethod}}),Object.defineProperty(exports,"IkasOrderStatus",{enumerable:!0,get:function(){return W.IkasOrderStatus}}),Object.defineProperty(exports,"IkasPaymentGatewayAdditionalPriceType",{enumerable:!0,get:function(){return H.IkasPaymentGatewayAdditionalPriceType}}),Object.defineProperty(exports,"IkasPaymentGatewayTransactionFeeType",{enumerable:!0,get:function(){return H.IkasPaymentGatewayTransactionFeeType}}),Object.defineProperty(exports,"IkasPaymentGatewaySettingsType",{enumerable:!0,get:function(){return J.IkasPaymentGatewaySettingsType}}),exports.initIkasPaymentGateway=U.initIkasPaymentGateway,Object.defineProperty(exports,"IkasPaymentGatewayType",{enumerable:!0,get:function(){return _.IkasPaymentGatewayType}}),Object.defineProperty(exports,"IkasPaymentMethodType",{enumerable:!0,get:function(){return _.IkasPaymentMethodType}}),exports.initIkasProductAttribute=z.initIkasProductAttribute,Object.defineProperty(exports,"IkasProductAttributeType",{enumerable:!0,get:function(){return K.IkasProductAttributeType}}),exports.initIkasProductAttributeValue=N.initIkasProductAttributeValue,Object.defineProperty(exports,"IkasProductFilterDisplayType",{enumerable:!0,get:function(){return Q.IkasProductFilterDisplayType}}),Object.defineProperty(exports,"IkasProductFilterSortType",{enumerable:!0,get:function(){return Q.IkasProductFilterSortType}}),Object.defineProperty(exports,"IkasProductFilterType",{enumerable:!0,get:function(){return Q.IkasProductFilterType}}),Object.defineProperty(exports,"IkasProductStockFilterValue",{enumerable:!0,get:function(){return Q.IkasProductStockFilterValue}}),exports.initIkasProductGroup=X.initIkasProductGroup,exports.setProductGroupTranslations=X.setProductGroupTranslations,Object.defineProperty(exports,"IkasCampaignApplicablePrice",{enumerable:!0,get:function(){return Y.IkasCampaignApplicablePrice}}),Object.defineProperty(exports,"IkasCampaignCreatedFor",{enumerable:!0,get:function(){return Y.IkasCampaignCreatedFor}}),Object.defineProperty(exports,"IkasCampaignType",{enumerable:!0,get:function(){return Y.IkasCampaignType}}),Object.defineProperty(exports,"IkasCampaignFilterType",{enumerable:!0,get:function(){return Z.IkasCampaignFilterType}}),exports.initIkasProductImage=$.initIkasProductImage,exports.initIkasProductOption=ee.initIkasProductOption,Object.defineProperty(exports,"IkasProductOptionPriceTypeEnum",{enumerable:!0,get:function(){return te.IkasProductOptionPriceTypeEnum}}),Object.defineProperty(exports,"IkasProductOptionSelectType",{enumerable:!0,get:function(){return te.IkasProductOptionSelectType}}),Object.defineProperty(exports,"IkasProductOptionType",{enumerable:!0,get:function(){return te.IkasProductOptionType}}),exports.initIkasProductOptionSet=re.initIkasProductOptionSet,exports.initOptionValues=re.initOptionValues,exports.initValues=re.initValues,exports.setChildOptions=re.setChildOptions,Object.defineProperty(exports,"IkasSalesChannelStatusEnum",{enumerable:!0,get:function(){return ne.IkasSalesChannelStatusEnum}}),Object.defineProperty(exports,"IkasGetAvailableStockLocationType",{enumerable:!0,get:function(){return ie.IkasGetAvailableStockLocationType}}),exports.initIkasProductVariant=oe.initIkasProductVariant,exports.initIkasProductVariantType=ae.initIkasProductVariantType,exports.initIkasProduct=se.initIkasProduct,Object.defineProperty(exports,"IkasProductType",{enumerable:!0,get:function(){return ue.IkasProductType}}),exports.initIkasRaffle=pe.initIkasRaffle,Object.defineProperty(exports,"IkasRaffleMetadataTargetType",{enumerable:!0,get:function(){return ce.IkasRaffleMetadataTargetType}}),Object.defineProperty(exports,"IkasRaffleParticipantStatus",{enumerable:!0,get:function(){return ce.IkasRaffleParticipantStatus}}),Object.defineProperty(exports,"IkasRaffleVerificationType",{enumerable:!0,get:function(){return ce.IkasRaffleVerificationType}}),exports.initIkasState=de.initIkasState,Object.defineProperty(exports,"IkasStockLocationDeliveryTime",{enumerable:!0,get:function(){return me.IkasStockLocationDeliveryTime}}),Object.defineProperty(exports,"IkasStockLocationType",{enumerable:!0,get:function(){return me.IkasStockLocationType}}),Object.defineProperty(exports,"IkasStorefrontB2BShowPricesEnum",{enumerable:!0,get:function(){return le.IkasStorefrontB2BShowPricesEnum}}),Object.defineProperty(exports,"IkasStorefrontB2BShowProductsEnum",{enumerable:!0,get:function(){return le.IkasStorefrontB2BShowProductsEnum}}),Object.defineProperty(exports,"IkasStorefrontThemeStatus",{enumerable:!0,get:function(){return fe.IkasStorefrontThemeStatus}}),Object.defineProperty(exports,"StorefrontPageTypesEnum",{enumerable:!0,get:function(){return ye.StorefrontPageTypesEnum}}),Object.defineProperty(exports,"IkasStorefrontStatus",{enumerable:!0,get:function(){return ke.IkasStorefrontStatus}}),Object.defineProperty(exports,"IkasStorefrontType",{enumerable:!0,get:function(){return ke.IkasStorefrontType}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayFilterTypeEnum",{enumerable:!0,get:function(){return Ie.IkasStorefrontPopupDisplayFilterTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayFrequencyEnum",{enumerable:!0,get:function(){return be.IkasStorefrontPopupDisplayFrequencyEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDisplayTriggerTypeEnum",{enumerable:!0,get:function(){return be.IkasStorefrontPopupDisplayTriggerTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupPageFilterTypeEnum",{enumerable:!0,get:function(){return Pe.IkasStorefrontPopupPageFilterTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupPageFilterDataTypeEnum",{enumerable:!0,get:function(){return ge.IkasStorefrontPopupPageFilterDataTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupDeviceTypeEnum",{enumerable:!0,get:function(){return je.IkasStorefrontPopupDeviceTypeEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupStatusEnum",{enumerable:!0,get:function(){return je.IkasStorefrontPopupStatusEnum}}),Object.defineProperty(exports,"IkasStorefrontPopupTypeEnum",{enumerable:!0,get:function(){return je.IkasStorefrontPopupTypeEnum}}),Object.defineProperty(exports,"IkasThemeJsonComponentPropType",{enumerable:!0,get:function(){return xe.IkasThemeJsonComponentPropType}}),Object.defineProperty(exports,"IkasThemeJsonPageType",{enumerable:!0,get:function(){return Te.IkasThemeJsonPageType}}),Object.defineProperty(exports,"IkasThemeJsonStockPreference",{enumerable:!0,get:function(){return Oe.IkasThemeJsonStockPreference}}),exports.initIkasVariantValue=Se.initIkasVariantValue,exports.initIkasVariantType=Ce.initIkasVariantType,Object.defineProperty(exports,"IkasVariantSelectionType",{enumerable:!0,get:function(){return qe.IkasVariantSelectionType}});
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
export declare type IkasOrderLineItemOptionValue = {
|
|
2
2
|
name: string | null;
|
|
3
3
|
price: number | null;
|
|
4
|
+
priceType: ProductOptionPriceTypeEnum | null;
|
|
4
5
|
value: string;
|
|
5
6
|
};
|
|
7
|
+
export declare enum ProductOptionPriceTypeEnum {
|
|
8
|
+
AMOUNT = "AMOUNT",
|
|
9
|
+
RATIO = "RATIO"
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.ProductOptionPriceTypeEnum=void 0,(e=exports.ProductOptionPriceTypeEnum||(exports.ProductOptionPriceTypeEnum={})).AMOUNT="AMOUNT",e.RATIO="RATIO";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IkasListOrderTransactionWithPricesRefundableTransaction } from "./list-order-transaction-refundable-transaction";
|
|
2
|
+
import { IkasTransactionWithPrices } from "./transaction-with-prices";
|
|
3
|
+
export declare type IkasOrderTransactionWithPrices = {
|
|
4
|
+
chargedAmount: number | null;
|
|
5
|
+
orderFinalPrice: number | null;
|
|
6
|
+
refundableTransactions: IkasListOrderTransactionWithPricesRefundableTransaction[];
|
|
7
|
+
refundedAmount: number | null;
|
|
8
|
+
remainingBalance: number | null;
|
|
9
|
+
transactions: IkasTransactionWithPrices[];
|
|
10
|
+
};
|
package/build-cjs/models/order/order-transaction-with-prices/transaction-with-prices/index.d.ts
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { IkasTransactionErrorWithPrices } from "./error";
|
|
2
|
+
import { IkasTransactionCurrencyRateWithPrices } from "./transaction-currency-rate-with-prices";
|
|
3
|
+
import { IkasTransactionFeeWithPrices } from "./transaction-fee-with-prices";
|
|
4
|
+
import { IkasTransactionGiftPackageLineItemWithPrices } from "./transaction-gift-package-line-item-with-prices";
|
|
5
|
+
import { IkasTransactionOrderLineItemWithPrices } from "./transaction-order-line-item-with-prices";
|
|
6
|
+
import { IkasTransactionPaymentMethodDetailWithPrices } from "./transaction-payment-method-detail-with-prices";
|
|
7
|
+
import { IkasTransactionSalesChannelWithPrices } from "./transaction-sales-channel-with-prices";
|
|
8
|
+
import { IkasTransactionShippingLineItemWithPrices } from "./transaction-shipping-line-item-with-prices";
|
|
9
|
+
export declare type IkasTransactionWithPrices = {
|
|
10
|
+
amount: number | null;
|
|
11
|
+
authCode: string | null;
|
|
12
|
+
checkoutId: string | null;
|
|
13
|
+
createdAt: any | null;
|
|
14
|
+
createdWithMasterPass: boolean | null;
|
|
15
|
+
currencyCode: string | null;
|
|
16
|
+
currencyRates: IkasTransactionCurrencyRateWithPrices[] | null;
|
|
17
|
+
currencySymbol: string | null;
|
|
18
|
+
customerId: string | null;
|
|
19
|
+
deleted: boolean;
|
|
20
|
+
error: IkasTransactionErrorWithPrices | null;
|
|
21
|
+
fees: IkasTransactionFeeWithPrices[] | null;
|
|
22
|
+
forceRefund: boolean | null;
|
|
23
|
+
gatewayReferenceId: string | null;
|
|
24
|
+
giftPackageLineItems: IkasTransactionGiftPackageLineItemWithPrices[] | null;
|
|
25
|
+
id: string | null;
|
|
26
|
+
ipAddress: string | null;
|
|
27
|
+
isAdditionalPayment: boolean | null;
|
|
28
|
+
isManuelAddedTransaction: boolean | null;
|
|
29
|
+
isTrackingInfoSent: boolean | null;
|
|
30
|
+
lineItems: IkasTransactionOrderLineItemWithPrices[] | null;
|
|
31
|
+
merchantId: string | null;
|
|
32
|
+
orderId: string | null;
|
|
33
|
+
orderNumber: string | null;
|
|
34
|
+
paymentGatewayCode: string | null;
|
|
35
|
+
paymentGatewayId: string | null;
|
|
36
|
+
paymentGatewayName: string | null;
|
|
37
|
+
paymentMethod: IkasPaymentMethodTypeWithPrices | null;
|
|
38
|
+
paymentMethodDetail: IkasTransactionPaymentMethodDetailWithPrices | null;
|
|
39
|
+
payoutAmount: number | null;
|
|
40
|
+
processedAt: any | null;
|
|
41
|
+
refundReason: string | null;
|
|
42
|
+
salesChannel: IkasTransactionSalesChannelWithPrices | null;
|
|
43
|
+
sessionToken: string | null;
|
|
44
|
+
shippingLineItems: IkasTransactionShippingLineItemWithPrices[] | null;
|
|
45
|
+
source: IkasTransactionSourceWithPrices | null;
|
|
46
|
+
sourceTransactionId: string | null;
|
|
47
|
+
status: IkasTransactionStatusWithPrices;
|
|
48
|
+
test: boolean | null;
|
|
49
|
+
type: IkasTransactionTypeWithPrices;
|
|
50
|
+
updatedAt: any | null;
|
|
51
|
+
useCustomTransactionVerification: boolean | null;
|
|
52
|
+
};
|
|
53
|
+
export declare enum IkasPaymentMethodTypeWithPrices {
|
|
54
|
+
APP_PAYMENT = "APP_PAYMENT",
|
|
55
|
+
BANK_REDIRECT = "BANK_REDIRECT",
|
|
56
|
+
BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
|
|
57
|
+
CASH = "CASH",
|
|
58
|
+
CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
|
|
59
|
+
CREDIT_CARD = "CREDIT_CARD",
|
|
60
|
+
CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
|
|
61
|
+
DIRECT_DEBIT = "DIRECT_DEBIT",
|
|
62
|
+
GIFT_CARD = "GIFT_CARD",
|
|
63
|
+
MONEY_ORDER = "MONEY_ORDER",
|
|
64
|
+
OTHER = "OTHER",
|
|
65
|
+
PAY_LATER = "PAY_LATER",
|
|
66
|
+
SLICE_IT = "SLICE_IT",
|
|
67
|
+
WALLET = "WALLET"
|
|
68
|
+
}
|
|
69
|
+
export declare enum IkasTransactionSourceWithPrices {
|
|
70
|
+
CHECKOUT = "CHECKOUT",
|
|
71
|
+
ORDER = "ORDER"
|
|
72
|
+
}
|
|
73
|
+
export declare enum IkasTransactionStatusWithPrices {
|
|
74
|
+
AUTHORIZED = "AUTHORIZED",
|
|
75
|
+
FAILED = "FAILED",
|
|
76
|
+
PENDING = "PENDING",
|
|
77
|
+
SUCCESS = "SUCCESS"
|
|
78
|
+
}
|
|
79
|
+
export declare enum IkasTransactionTypeWithPrices {
|
|
80
|
+
REFUND = "REFUND",
|
|
81
|
+
SALE = "SALE",
|
|
82
|
+
VOID = "VOID"
|
|
83
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var E,s,t,e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasPaymentMethodTypeWithPrices=void 0,(E=exports.IkasPaymentMethodTypeWithPrices||(exports.IkasPaymentMethodTypeWithPrices={})).APP_PAYMENT="APP_PAYMENT",E.BANK_REDIRECT="BANK_REDIRECT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.DIRECT_DEBIT="DIRECT_DEBIT",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.PAY_LATER="PAY_LATER",E.SLICE_IT="SLICE_IT",E.WALLET="WALLET",exports.IkasTransactionSourceWithPrices=void 0,(s=exports.IkasTransactionSourceWithPrices||(exports.IkasTransactionSourceWithPrices={})).CHECKOUT="CHECKOUT",s.ORDER="ORDER",exports.IkasTransactionStatusWithPrices=void 0,(t=exports.IkasTransactionStatusWithPrices||(exports.IkasTransactionStatusWithPrices={})).AUTHORIZED="AUTHORIZED",t.FAILED="FAILED",t.PENDING="PENDING",t.SUCCESS="SUCCESS",exports.IkasTransactionTypeWithPrices=void 0,(e=exports.IkasTransactionTypeWithPrices||(exports.IkasTransactionTypeWithPrices={})).REFUND="REFUND",e.SALE="SALE",e.VOID="VOID";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare type IkasTransactionFeeWithPrices = {
|
|
2
|
+
feeAmount: number | null;
|
|
3
|
+
isAddedAmount: boolean | null;
|
|
4
|
+
source: IkasTransactionFeeSourceWithPrices;
|
|
5
|
+
};
|
|
6
|
+
export declare enum IkasTransactionFeeSourceWithPrices {
|
|
7
|
+
GATEWAY = "GATEWAY",
|
|
8
|
+
INSTALLMENT = "INSTALLMENT"
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasTransactionFeeSourceWithPrices=void 0,(e=exports.IkasTransactionFeeSourceWithPrices||(exports.IkasTransactionFeeSourceWithPrices={})).GATEWAY="GATEWAY",e.INSTALLMENT="INSTALLMENT";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IkasTransactionOrderLineVariantWithPrices } from "./transaction-order-line-variant";
|
|
2
|
+
export declare type IkasTransactionOrderLineItemWithPrices = {
|
|
3
|
+
finalPrice: number | null;
|
|
4
|
+
id: string | null;
|
|
5
|
+
price: number | null;
|
|
6
|
+
quantity: number;
|
|
7
|
+
taxValue: number | null;
|
|
8
|
+
variant: IkasTransactionOrderLineVariantWithPrices | null;
|
|
9
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IkasTransactionInstallmentPriceWithPrices } from "./transaction-installment-price-with-prices";
|
|
2
|
+
export declare type IkasTransactionPaymentMethodDetailWithPrices = {
|
|
3
|
+
bankName: string | null;
|
|
4
|
+
binNumber: string | null;
|
|
5
|
+
cardAssociation: IkasTransactionCardAssociationWithPrices | null;
|
|
6
|
+
cardFamily: string | null;
|
|
7
|
+
cardType: IkasTransactionCardTypeWithPrices | null;
|
|
8
|
+
installment: IkasTransactionInstallmentPriceWithPrices | null;
|
|
9
|
+
lastFourDigits: string | null;
|
|
10
|
+
paymentMethodName: string | null;
|
|
11
|
+
threeDSecure: boolean | null;
|
|
12
|
+
};
|
|
13
|
+
export declare enum IkasTransactionCardAssociationWithPrices {
|
|
14
|
+
AMERICAN_EXPRESS = "AMERICAN_EXPRESS",
|
|
15
|
+
MASTER_CARD = "MASTER_CARD",
|
|
16
|
+
TROY = "TROY",
|
|
17
|
+
VISA = "VISA"
|
|
18
|
+
}
|
|
19
|
+
export declare enum IkasTransactionCardTypeWithPrices {
|
|
20
|
+
CREDIT = "CREDIT",
|
|
21
|
+
DEBIT = "DEBIT",
|
|
22
|
+
PREPAID = "PREPAID"
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var s,a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasTransactionCardAssociationWithPrices=void 0,(s=exports.IkasTransactionCardAssociationWithPrices||(exports.IkasTransactionCardAssociationWithPrices={})).AMERICAN_EXPRESS="AMERICAN_EXPRESS",s.MASTER_CARD="MASTER_CARD",s.TROY="TROY",s.VISA="VISA",exports.IkasTransactionCardTypeWithPrices=void 0,(a=exports.IkasTransactionCardTypeWithPrices||(exports.IkasTransactionCardTypeWithPrices={})).CREDIT="CREDIT",a.DEBIT="DEBIT",a.PREPAID="PREPAID";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IkasProduct } from "..";
|
|
1
2
|
import { IkasImage } from "../../image";
|
|
2
3
|
import { IkasProductAttribute } from "../attribute";
|
|
3
4
|
import { IkasProductAttributeOption } from "../attribute/option";
|
|
@@ -9,6 +10,7 @@ export declare type IkasProductAttributeValue = {
|
|
|
9
10
|
images?: IkasImage[];
|
|
10
11
|
productAttribute?: IkasProductAttribute | null;
|
|
11
12
|
productAttributeOption?: IkasProductAttributeOption | null;
|
|
13
|
+
products?: IkasProduct[];
|
|
12
14
|
};
|
|
13
15
|
export declare type IkasAttributeTableCellValue = {
|
|
14
16
|
colId: string;
|
|
@@ -14,15 +14,23 @@ export declare enum IkasProductOptionType {
|
|
|
14
14
|
TEXT = "TEXT",
|
|
15
15
|
TEXT_AREA = "TEXT_AREA"
|
|
16
16
|
}
|
|
17
|
+
export declare enum IkasProductOptionPriceTypeEnum {
|
|
18
|
+
AMOUNT = "AMOUNT",
|
|
19
|
+
RATIO = "RATIO"
|
|
20
|
+
}
|
|
17
21
|
export declare type IkasProductOptionOtherPrice = {
|
|
18
22
|
currencyCode: string;
|
|
19
23
|
price: number;
|
|
24
|
+
currencySymbol: string | null;
|
|
25
|
+
priceListId: string | null;
|
|
26
|
+
priceType: IkasProductOptionPriceTypeEnum | null;
|
|
20
27
|
};
|
|
21
28
|
export declare type IkasProductOptionSelectValue = {
|
|
22
29
|
id: string;
|
|
23
30
|
order: number;
|
|
24
31
|
value: string;
|
|
25
32
|
price: number | null;
|
|
33
|
+
priceType: IkasProductOptionPriceTypeEnum | null;
|
|
26
34
|
otherPrices: IkasProductOptionOtherPrice[] | null;
|
|
27
35
|
thumbnailImageId: string | null;
|
|
28
36
|
colorCode: string | null;
|
|
@@ -60,6 +68,7 @@ export declare type IkasProductOption = {
|
|
|
60
68
|
fileSettings: IkasProductOptionFileSettings | null;
|
|
61
69
|
dateSettings: IkasProductOptionDateSettings | null;
|
|
62
70
|
price: number | null;
|
|
71
|
+
priceType: IkasProductOptionPriceTypeEnum | null;
|
|
63
72
|
otherPrices: IkasProductOptionOtherPrice[] | null;
|
|
64
73
|
isOptional: boolean;
|
|
65
74
|
optionalText: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e,t;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasProductOptionSelectType=void 0,(e=exports.IkasProductOptionSelectType||(exports.IkasProductOptionSelectType={})).BOX="BOX",e.SELECT="SELECT",e.SWATCH="SWATCH",exports.IkasProductOptionType=void 0,(t=exports.IkasProductOptionType||(exports.IkasProductOptionType={})).CHECKBOX="CHECKBOX",t.CHOICE="CHOICE",t.COLOR_PICKER="COLOR_PICKER",t.DATE_PICKER="DATE_PICKER",t.FILE="FILE",t.IMAGE="IMAGE",t.TEXT="TEXT",t.TEXT_AREA="TEXT_AREA";
|
|
1
|
+
"use strict";var e,t,o;Object.defineProperty(exports,"__esModule",{value:!0}),exports.IkasProductOptionSelectType=void 0,(e=exports.IkasProductOptionSelectType||(exports.IkasProductOptionSelectType={})).BOX="BOX",e.SELECT="SELECT",e.SWATCH="SWATCH",exports.IkasProductOptionType=void 0,(t=exports.IkasProductOptionType||(exports.IkasProductOptionType={})).CHECKBOX="CHECKBOX",t.CHOICE="CHOICE",t.COLOR_PICKER="COLOR_PICKER",t.DATE_PICKER="DATE_PICKER",t.FILE="FILE",t.IMAGE="IMAGE",t.TEXT="TEXT",t.TEXT_AREA="TEXT_AREA",exports.IkasProductOptionPriceTypeEnum=void 0,(o=exports.IkasProductOptionPriceTypeEnum||(exports.IkasProductOptionPriceTypeEnum={})).AMOUNT="AMOUNT",o.RATIO="RATIO";
|