@ikas/storefront-models 4.15.0-beta.19 → 4.15.0-beta.191
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 +25 -0
- package/build/index.js +1 -1
- package/build/models/checkout-settings/index.d.ts +6 -0
- package/build/models/checkout-settings/index.js +1 -1
- package/build/models/customer/attribute/index.d.ts +1 -0
- package/build/models/customer/attribute/index.js +1 -1
- package/build/models/customer/index.d.ts +17 -0
- package/build/models/customer/index.js +1 -1
- package/build/models/customer-form-data-input/customer-register-subscription-input/index.d.ts +5 -0
- package/build/models/customer-form-data-input/index.d.ts +13 -0
- 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/index.d.ts +1 -0
- package/build/models/product/attribute/index.js +1 -1
- package/build/models/product/attribute-value/index.d.ts +2 -0
- package/build/models/product/campaign/data/index.d.ts +2 -0
- package/build/models/product/campaign/filter/index.d.ts +2 -1
- package/build/models/product/campaign/filter/index.js +1 -1
- package/build/models/product/campaign/product-tiered-discount/index.d.ts +17 -0
- package/build/models/product/group/index.d.ts +2 -0
- package/build/models/product/group/order/index.d.ts +4 -0
- package/build/models/product/option-set/option/index.d.ts +9 -0
- package/build/models/product/option-set/option/index.js +1 -1
- package/build/models/storefront-popup/index.d.ts +39 -0
- package/build/models/storefront-popup/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-analytics/index.d.ts +5 -0
- package/build/models/storefront-popup/storefront-popup-date-filter/index.d.ts +4 -0
- package/build/models/storefront-popup/storefront-popup-display-filter/index.d.ts +9 -0
- package/build/models/storefront-popup/storefront-popup-display-filter/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-display-settings/index.d.ts +14 -0
- package/build/models/storefront-popup/storefront-popup-display-settings/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-page-filter/index.d.ts +16 -0
- package/build/models/storefront-popup/storefront-popup-page-filter/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.d.ts +10 -0
- package/build/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.js +1 -0
- package/build/models/storefront-popup/storefront-popup-routing/index.d.ts +4 -0
- package/build-cjs/index.d.ts +25 -0
- package/build-cjs/index.js +1 -1
- package/build-cjs/models/checkout-settings/index.d.ts +6 -0
- package/build-cjs/models/checkout-settings/index.js +1 -1
- package/build-cjs/models/customer/attribute/index.d.ts +1 -0
- package/build-cjs/models/customer/attribute/index.js +1 -1
- package/build-cjs/models/customer/index.d.ts +17 -0
- package/build-cjs/models/customer/index.js +1 -1
- package/build-cjs/models/customer-form-data-input/customer-register-subscription-input/index.d.ts +5 -0
- package/build-cjs/models/customer-form-data-input/index.d.ts +13 -0
- 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/index.d.ts +1 -0
- package/build-cjs/models/product/attribute/index.js +1 -1
- package/build-cjs/models/product/attribute-value/index.d.ts +2 -0
- package/build-cjs/models/product/campaign/data/index.d.ts +2 -0
- package/build-cjs/models/product/campaign/filter/index.d.ts +2 -1
- package/build-cjs/models/product/campaign/filter/index.js +1 -1
- package/build-cjs/models/product/campaign/product-tiered-discount/index.d.ts +17 -0
- package/build-cjs/models/product/group/index.d.ts +2 -0
- package/build-cjs/models/product/group/order/index.d.ts +4 -0
- package/build-cjs/models/product/option-set/option/index.d.ts +9 -0
- package/build-cjs/models/product/option-set/option/index.js +1 -1
- package/build-cjs/models/storefront-popup/index.d.ts +39 -0
- package/build-cjs/models/storefront-popup/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-analytics/index.d.ts +5 -0
- package/build-cjs/models/storefront-popup/storefront-popup-date-filter/index.d.ts +4 -0
- package/build-cjs/models/storefront-popup/storefront-popup-display-filter/index.d.ts +9 -0
- package/build-cjs/models/storefront-popup/storefront-popup-display-filter/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-display-settings/index.d.ts +14 -0
- package/build-cjs/models/storefront-popup/storefront-popup-display-settings/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-page-filter/index.d.ts +16 -0
- package/build-cjs/models/storefront-popup/storefront-popup-page-filter/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.d.ts +10 -0
- package/build-cjs/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.js +1 -0
- package/build-cjs/models/storefront-popup/storefront-popup-routing/index.d.ts +4 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -54,6 +54,8 @@ export * from "./models/customer/review/summary";
|
|
|
54
54
|
export * from "./models/customer/review/init";
|
|
55
55
|
export * from "./models/customer/review";
|
|
56
56
|
export * from "./models/customer";
|
|
57
|
+
export * from "./models/customer-form-data-input/customer-register-subscription-input";
|
|
58
|
+
export * from "./models/customer-form-data-input";
|
|
57
59
|
export * from "./models/customer-settings";
|
|
58
60
|
export * from "./models/district";
|
|
59
61
|
export * from "./models/favorite-product";
|
|
@@ -101,6 +103,19 @@ export * from "./models/order/package/tracking-info";
|
|
|
101
103
|
export * from "./models/order/package";
|
|
102
104
|
export * from "./models/order/payment-method";
|
|
103
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";
|
|
104
119
|
export * from "./models/order/refund/settings";
|
|
105
120
|
export * from "./models/order/refund";
|
|
106
121
|
export * from "./models/order/shipping-line";
|
|
@@ -126,6 +141,7 @@ export * from "./models/product/attribute-value";
|
|
|
126
141
|
export * from "./models/product/back-in-stock-settings";
|
|
127
142
|
export * from "./models/product/base-unit";
|
|
128
143
|
export * from "./models/product/filter";
|
|
144
|
+
export * from "./models/product/group/order";
|
|
129
145
|
export * from "./models/product/group/translation";
|
|
130
146
|
export * from "./models/product/group/value";
|
|
131
147
|
export * from "./models/product/group/init";
|
|
@@ -136,6 +152,7 @@ export * from "./models/product/campaign/filter";
|
|
|
136
152
|
export * from "./models/product/campaign/product-buyx-then-gety";
|
|
137
153
|
export * from "./models/product/campaign/product-campaign-date-range-field";
|
|
138
154
|
export * from "./models/product/campaign/product-fixed-discount";
|
|
155
|
+
export * from "./models/product/campaign/product-tiered-discount";
|
|
139
156
|
export * from "./models/product/campaign";
|
|
140
157
|
export * from "./models/product/image/init";
|
|
141
158
|
export * from "./models/product/image";
|
|
@@ -187,6 +204,14 @@ export * from "./models/storefront/theme";
|
|
|
187
204
|
export * from "./models/storefront/theme-localization";
|
|
188
205
|
export * from "./models/storefront/meta-templates";
|
|
189
206
|
export * from "./models/storefront";
|
|
207
|
+
export * from "./models/storefront-popup/storefront-popup-analytics";
|
|
208
|
+
export * from "./models/storefront-popup/storefront-popup-date-filter";
|
|
209
|
+
export * from "./models/storefront-popup/storefront-popup-display-filter";
|
|
210
|
+
export * from "./models/storefront-popup/storefront-popup-display-settings";
|
|
211
|
+
export * from "./models/storefront-popup/storefront-popup-page-filter";
|
|
212
|
+
export * from "./models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data";
|
|
213
|
+
export * from "./models/storefront-popup/storefront-popup-routing";
|
|
214
|
+
export * from "./models/storefront-popup";
|
|
190
215
|
export * from "./models/theme-json/component/prop";
|
|
191
216
|
export * from "./models/theme-json/component";
|
|
192
217
|
export * from "./models/theme-json/custom-data";
|
package/build/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{createIkasBaseModel}from"./models/base/init.js";export{createIkasBlogCategory,initIkasBlogCategory}from"./models/blog/category/init.js";export{IkasBlogMetaDataTargetType}from"./models/blog/meta-data/index.js";export{initIkasBlog}from"./models/blog/init.js";export{IkasBrandOrderType}from"./models/brand/index.js";export{initIkasBrand}from"./models/brand/init.js";export{IkasCampaignOfferProductApplicablePriceEnum,IkasCampaignOfferProductShowCriteria}from"./models/campaign-offer/product/index.js";export{initIkasCampaignOffer}from"./models/campaign-offer/init.js";export{IkasCampaignOfferFollowUpActionType,IkasCampaignOfferTargetPageType,IkasCampaignOfferTriggerFilterType,IkasCampaignOfferType}from"./models/campaign-offer/index.js";export{IkasLocalDeliverySettingsDeliveryTimeType}from"./models/cart/available-shipping-method/estimated-delivery-time/index.js";export{IkasShippingMethod}from"./models/cart/available-shipping-method/index.js";export{IkasCartCampaignOfferStatus}from"./models/cart/campaign-offer/index.js";export{IkasCartCreatedBy}from"./models/cart/index.js";export{IkasCategoryConditionTypeEnum}from"./models/category/conditions/index.js";export{IkasCategoryProductsOrderType}from"./models/category/index.js";export{initIkasCategory}from"./models/category/init.js";export{IkasCheckoutRequirement,IkasCouponCodeRequirement}from"./models/checkout-settings/index.js";export{initIkasCountry}from"./models/country/init.js";export{IkasCustomerAttributePermission,IkasCustomerAttributeRegisterPageRequirement}from"./models/customer/attribute/sales-channel/index.js";export{initIkasCustomerAttribute}from"./models/customer/attribute/init.js";export{IkasCustomerAttributeType}from"./models/customer/attribute/index.js";export{IkasCustomerPriceListRuleFilterType}from"./models/customer/price-list-rule/filter/index.js";export{IkasCustomerPriceListRuleValueType}from"./models/customer/price-list-rule/index.js";export{initIkasCustomerReview}from"./models/customer/review/init.js";export{IkasCustomerReviewStatus}from"./models/customer/review/index.js";export{IkasCustomerAccountStatus,IkasCustomerEmailSubscriptionStatus,IkasCustomerRegistrationSource}from"./models/customer/index.js";export{initIkasHTMLMetaData,setHTMLMetaDataTranslations}from"./models/html-meta-data/init.js";export{IkasHTMLMetaDataTargetType}from"./models/html-meta-data/index.js";export{initIkasMerchantSettings}from"./models/merchant-settings/init.js";import"./models/merchant-settings/index.js";export{IkasMerchantSettingsAddressTypeEnum}from"./models/merchant-settings/address/type/index.js";export{IkasAdjustmentType,IkasAmountType}from"./models/order/adjustment/index.js";export{IkasInvoiceType}from"./models/order/invoice/index.js";export{IkasProductUnitType}from"./models/order/line-item/base-unit/index.js";export{IkasOrderLineItemStatus}from"./models/order/line-item/index.js";export{IkasOrderPackageFullfillStatus}from"./models/order/package/index.js";export{IkasTransactionCardAssociation,IkasTransactionCardType}from"./models/order/transaction/payment-method-detail/index.js";export{IkasTransactionStatus,IkasTransactionType}from"./models/order/transaction/index.js";export{IkasOrderCancelReason,IkasOrderPackageStatus,IkasOrderPaymentStatus,IkasOrderShippingMethod,IkasOrderStatus}from"./models/order/index.js";export{IkasPaymentGatewayAdditionalPriceType,IkasPaymentGatewayTransactionFeeType}from"./models/payment-gateway/additional-price/index.js";export{IkasPaymentGatewaySettingsType}from"./models/payment-gateway/settings/index.js";export{initIkasPaymentGateway}from"./models/payment-gateway/init.js";export{IkasPaymentGatewayType,IkasPaymentMethodType}from"./models/payment-gateway/index.js";export{initIkasProductAttribute}from"./models/product/attribute/init.js";export{IkasProductAttributeType}from"./models/product/attribute/index.js";export{initIkasProductAttributeValue}from"./models/product/attribute-value/init.js";export{IkasProductFilterDisplayType,IkasProductFilterSortType,IkasProductFilterType,IkasProductStockFilterValue}from"./models/product/filter/index.js";export{initIkasProductGroup,setProductGroupTranslations}from"./models/product/group/init.js";export{IkasCampaignApplicablePrice,IkasCampaignCreatedFor,IkasCampaignType}from"./models/product/campaign/data/index.js";export{IkasCampaignFilterType}from"./models/product/campaign/filter/index.js";export{initIkasProductImage}from"./models/product/image/init.js";export{initIkasProductOption}from"./models/product/option-set/option/init.js";export{IkasProductOptionSelectType,IkasProductOptionType}from"./models/product/option-set/option/index.js";export{initIkasProductOptionSet,initOptionValues,initValues,setChildOptions}from"./models/product/option-set/init.js";export{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{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";
|
|
@@ -2,6 +2,7 @@ import { IkasBaseModel } from "../base";
|
|
|
2
2
|
import { IkasCheckoutOption } from "./option";
|
|
3
3
|
import { IkasCheckoutSettingsPrice } from "./price";
|
|
4
4
|
export declare type IkasCheckoutSettings = {
|
|
5
|
+
corporateInvoiceRequirement: IkasCorporateInvoiceRequirement | null;
|
|
5
6
|
giftPackagePriceList: IkasCheckoutSettingsPrice[] | null;
|
|
6
7
|
identityNumberRequirement: IkasCheckoutRequirement | null;
|
|
7
8
|
isAccountRequired: boolean;
|
|
@@ -14,6 +15,7 @@ export declare type IkasCheckoutSettings = {
|
|
|
14
15
|
postalCodeRequirement: IkasCheckoutRequirement | null;
|
|
15
16
|
couponCodeRequirement: IkasCouponCodeRequirement | null;
|
|
16
17
|
showCheckoutNote: boolean | null;
|
|
18
|
+
showCompanyInfoInShippingAddress: boolean | null;
|
|
17
19
|
showTermsAndConditionsCheckbox: boolean;
|
|
18
20
|
storefrontId: string;
|
|
19
21
|
} & IkasBaseModel;
|
|
@@ -27,3 +29,7 @@ export declare enum IkasCouponCodeRequirement {
|
|
|
27
29
|
INVISIBLE = "INVISIBLE",
|
|
28
30
|
OPEN = "OPEN"
|
|
29
31
|
}
|
|
32
|
+
export declare enum IkasCorporateInvoiceRequirement {
|
|
33
|
+
INVISIBLE = "INVISIBLE",
|
|
34
|
+
OPTIONAL = "OPTIONAL"
|
|
35
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var I,N;!function(I){I.INVISIBLE="INVISIBLE",I.MANDATORY="MANDATORY",I.OPTIONAL="OPTIONAL"}(I||(I={})),function(I){I.DEFAULT="DEFAULT",I.INVISIBLE="INVISIBLE",I.OPEN="OPEN"}(N||(N={}));export{I as IkasCheckoutRequirement,N as IkasCouponCodeRequirement};
|
|
1
|
+
var I,N,L;!function(I){I.INVISIBLE="INVISIBLE",I.MANDATORY="MANDATORY",I.OPTIONAL="OPTIONAL"}(I||(I={})),function(I){I.DEFAULT="DEFAULT",I.INVISIBLE="INVISIBLE",I.OPEN="OPEN"}(N||(N={})),function(I){I.INVISIBLE="INVISIBLE",I.OPTIONAL="OPTIONAL"}(L||(L={}));export{I as IkasCheckoutRequirement,L as IkasCorporateInvoiceRequirement,N as IkasCouponCodeRequirement};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var E;!function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.TEXT="TEXT"}(E||(E={}));export{E as IkasCustomerAttributeType};
|
|
1
|
+
var E;!function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATE="DATE",E.DATETIME="DATETIME",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.TEXT="TEXT"}(E||(E={}));export{E as IkasCustomerAttributeType};
|
|
@@ -4,7 +4,9 @@ import { IkasBaseModel } from "../base";
|
|
|
4
4
|
import { IkasCustomerPriceListRule } from "./price-list-rule";
|
|
5
5
|
export declare type IkasCustomer = {
|
|
6
6
|
accountStatusUpdatedAt: number | null;
|
|
7
|
+
birthDate: any | null;
|
|
7
8
|
customerGroupIds: string[] | null;
|
|
9
|
+
customerSegmentIds: string[] | null;
|
|
8
10
|
customerSequence: number | null;
|
|
9
11
|
email: string | null;
|
|
10
12
|
emailVerifiedDate: number | null;
|
|
@@ -27,6 +29,11 @@ export declare type IkasCustomer = {
|
|
|
27
29
|
addresses: IkasCustomerAddress[] | null;
|
|
28
30
|
subscriptionStatus: IkasCustomerEmailSubscriptionStatus | null;
|
|
29
31
|
attributes: IkasCustomerAttributeValue[] | null;
|
|
32
|
+
gender: IkasCustomerGenderTypeEnum | null;
|
|
33
|
+
phoneSubscriptionStatus: IkasCustomerEmailSubscriptionStatusesEnum | null;
|
|
34
|
+
phoneSubscriptionStatusUpdatedAt: any | null;
|
|
35
|
+
smsSubscriptionStatus: IkasCustomerEmailSubscriptionStatusesEnum | null;
|
|
36
|
+
smsSubscriptionStatusUpdatedAt: any | null;
|
|
30
37
|
} & IkasBaseModel;
|
|
31
38
|
export declare enum IkasCustomerAccountStatus {
|
|
32
39
|
ACTIVE_ACCOUNT = "ACTIVE_ACCOUNT",
|
|
@@ -44,3 +51,13 @@ export declare enum IkasCustomerEmailSubscriptionStatus {
|
|
|
44
51
|
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
45
52
|
SUBSCRIBED = "SUBSCRIBED"
|
|
46
53
|
}
|
|
54
|
+
export declare enum IkasCustomerGenderTypeEnum {
|
|
55
|
+
FEMALE = "FEMALE",
|
|
56
|
+
MALE = "MALE",
|
|
57
|
+
OTHER = "OTHER"
|
|
58
|
+
}
|
|
59
|
+
export declare enum IkasCustomerEmailSubscriptionStatusesEnum {
|
|
60
|
+
NOT_SUBSCRIBED = "NOT_SUBSCRIBED",
|
|
61
|
+
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
62
|
+
SUBSCRIBED = "SUBSCRIBED"
|
|
63
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var C,
|
|
1
|
+
var I,N,C,E,T;!function(I){I.ACTIVE_ACCOUNT="ACTIVE_ACCOUNT",I.DECLINED_ACCOUNT_INVITATION="DECLINED_ACCOUNT_INVITATION",I.DISABLED_ACCOUNT="DISABLED_ACCOUNT",I.INVITED_TO_CREATE_ACCOUNT="INVITED_TO_CREATE_ACCOUNT"}(I||(I={})),function(I){I.credentials="credentials",I.facebook="facebook",I.google="google"}(N||(N={})),function(I){I.NOT_SUBSCRIBED="NOT_SUBSCRIBED",I.PENDING_CONFIRMATION="PENDING_CONFIRMATION",I.SUBSCRIBED="SUBSCRIBED"}(C||(C={})),function(I){I.FEMALE="FEMALE",I.MALE="MALE",I.OTHER="OTHER"}(E||(E={})),function(I){I.NOT_SUBSCRIBED="NOT_SUBSCRIBED",I.PENDING_CONFIRMATION="PENDING_CONFIRMATION",I.SUBSCRIBED="SUBSCRIBED"}(T||(T={}));export{I as IkasCustomerAccountStatus,C as IkasCustomerEmailSubscriptionStatus,T as IkasCustomerEmailSubscriptionStatusesEnum,E as IkasCustomerGenderTypeEnum,N as IkasCustomerRegistrationSource};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IkasCustomerGenderTypeEnum } from "../customer";
|
|
2
|
+
import { IkasCustomerRegisterSubscriptionInput } from "./customer-register-subscription-input";
|
|
3
|
+
export declare type IkasSaveCustomerFormDataInput = {
|
|
4
|
+
birthDate: any | null;
|
|
5
|
+
captchaToken: string | null;
|
|
6
|
+
email: string;
|
|
7
|
+
firstName: string | null;
|
|
8
|
+
gender: IkasCustomerGenderTypeEnum | null;
|
|
9
|
+
lastName: string | null;
|
|
10
|
+
phone: string | null;
|
|
11
|
+
storefrontPopupId: string | null;
|
|
12
|
+
subscriptions: IkasCustomerRegisterSubscriptionInput | null;
|
|
13
|
+
};
|
|
@@ -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 +1 @@
|
|
|
1
|
-
var E;!function(E){E.CHOICE="CHOICE",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.TEXT="TEXT",E.BOOLEAN="BOOLEAN",E.NUMERIC="NUMERIC",E.DATETIME="DATETIME",E.HTML="HTML",E.TABLE="TABLE",E.IMAGE="IMAGE",E.PRODUCT="PRODUCT"}(E||(E={}));export{E as IkasProductAttributeType};
|
|
1
|
+
var E;!function(E){E.CHOICE="CHOICE",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.TEXT="TEXT",E.BOOLEAN="BOOLEAN",E.NUMERIC="NUMERIC",E.DATE="DATE",E.DATETIME="DATETIME",E.HTML="HTML",E.TABLE="TABLE",E.IMAGE="IMAGE",E.PRODUCT="PRODUCT"}(E||(E={}));export{E as IkasProductAttributeType};
|
|
@@ -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;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IkasProductBuyXThenGetY } from "../product-buyx-then-gety";
|
|
2
2
|
import { IkasProductCampaignDateRangeField } from "../product-campaign-date-range-field";
|
|
3
3
|
import { IkasProductFixedDiscount } from "../product-fixed-discount";
|
|
4
|
+
import { IkasProductTieredDiscount } from "../product-tiered-discount";
|
|
4
5
|
export declare type IkasProductCampaignData = {
|
|
5
6
|
applicableCustomerGroupIds: string[] | null;
|
|
6
7
|
applicableCustomerIds: string[] | null;
|
|
@@ -21,6 +22,7 @@ export declare type IkasProductCampaignData = {
|
|
|
21
22
|
usageCount: number;
|
|
22
23
|
usageLimit: number | null;
|
|
23
24
|
usageLimitPerCustomer: number | null;
|
|
25
|
+
tieredDiscount: IkasProductTieredDiscount | null;
|
|
24
26
|
};
|
|
25
27
|
export declare enum IkasCampaignApplicablePrice {
|
|
26
28
|
DISCOUNT_PRICE = "DISCOUNT_PRICE",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var A;!function(A){A.CATEGORY="CATEGORY",A.PRODUCT="PRODUCT",A.PRODUCT_BRAND="PRODUCT_BRAND",A.PRODUCT_TAG="PRODUCT_TAG",A.VARIANT="VARIANT",A.PRODUCT_AND_VARIANT="PRODUCT_AND_VARIANT"}(A||(A={}));export{A as IkasCampaignFilterType};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IkasProductCampaignFilter } from "../filter";
|
|
2
|
+
declare type IkasCampaignMinMaxRangeField = {
|
|
3
|
+
min: number | null;
|
|
4
|
+
max: number | null;
|
|
5
|
+
};
|
|
6
|
+
export declare type IkasProductTieredDiscountRule = {
|
|
7
|
+
amount: number | null;
|
|
8
|
+
lineItemQuantityRange: IkasCampaignMinMaxRangeField | null;
|
|
9
|
+
priceRange: IkasCampaignMinMaxRangeField | null;
|
|
10
|
+
};
|
|
11
|
+
export declare type IkasProductTieredDiscount = {
|
|
12
|
+
filters: IkasProductCampaignFilter[] | null;
|
|
13
|
+
isApplyByCartAmount: boolean | null;
|
|
14
|
+
rules: IkasProductTieredDiscountRule[];
|
|
15
|
+
shouldMatchAllConditions: boolean | null;
|
|
16
|
+
};
|
|
17
|
+
export {};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { IkasProductGroupOrder } from "./order";
|
|
1
2
|
import { IkasProductGroupTranslation } from "./translation";
|
|
2
3
|
import { IkasProductGroupValue } from "./value";
|
|
3
4
|
export declare type IkasProductGroup = {
|
|
4
5
|
groupKey: string;
|
|
5
6
|
id: string;
|
|
6
7
|
name: string;
|
|
8
|
+
order?: IkasProductGroupOrder | null;
|
|
7
9
|
translations?: IkasProductGroupTranslation[] | null;
|
|
8
10
|
values: IkasProductGroupValue[];
|
|
9
11
|
};
|
|
@@ -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};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { IkasBaseModel } from "../base";
|
|
2
|
+
import { IkasStorefrontPopupAnalytics } from "./storefront-popup-analytics";
|
|
3
|
+
import { IkasStorefrontPopupDateFilter } from "./storefront-popup-date-filter";
|
|
4
|
+
import { IkasStorefrontPopupDisplayFilter } from "./storefront-popup-display-filter";
|
|
5
|
+
import { IkasStorefrontPopupDisplaySettings } from "./storefront-popup-display-settings";
|
|
6
|
+
import { IkasStorefrontPopupPageFilter } from "./storefront-popup-page-filter";
|
|
7
|
+
import { IkasStorefrontPopupRouting } from "./storefront-popup-routing";
|
|
8
|
+
export declare type IkasStorefrontPopup = {
|
|
9
|
+
id: string;
|
|
10
|
+
analytics: IkasStorefrontPopupAnalytics | null;
|
|
11
|
+
contentJson: any | null;
|
|
12
|
+
dateFilter: IkasStorefrontPopupDateFilter | null;
|
|
13
|
+
displayFilters: IkasStorefrontPopupDisplayFilter[] | null;
|
|
14
|
+
displaySettings: IkasStorefrontPopupDisplaySettings;
|
|
15
|
+
name: string;
|
|
16
|
+
pageFilters: IkasStorefrontPopupPageFilter[] | null;
|
|
17
|
+
status: IkasStorefrontPopupStatusEnum;
|
|
18
|
+
storefrontRoutings: IkasStorefrontPopupRouting[];
|
|
19
|
+
type: IkasStorefrontPopupTypeEnum;
|
|
20
|
+
visibleDevice: IkasStorefrontPopupDeviceTypeEnum;
|
|
21
|
+
isFilteredOnServerSide?: boolean | null;
|
|
22
|
+
} & IkasBaseModel;
|
|
23
|
+
export declare enum IkasStorefrontPopupStatusEnum {
|
|
24
|
+
ACTIVE = "ACTIVE",
|
|
25
|
+
DRAFT = "DRAFT",
|
|
26
|
+
PASSIVE = "PASSIVE"
|
|
27
|
+
}
|
|
28
|
+
export declare enum IkasStorefrontPopupTypeEnum {
|
|
29
|
+
FORM = "FORM",
|
|
30
|
+
NOTIFICATION = "NOTIFICATION",
|
|
31
|
+
NOTIFICATION_BAR = "NOTIFICATION_BAR",
|
|
32
|
+
PAGE_OVERLAY = "PAGE_OVERLAY",
|
|
33
|
+
POPUP = "POPUP"
|
|
34
|
+
}
|
|
35
|
+
export declare enum IkasStorefrontPopupDeviceTypeEnum {
|
|
36
|
+
ALL = "ALL",
|
|
37
|
+
DESKTOP = "DESKTOP",
|
|
38
|
+
MOBILE = "MOBILE"
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var A,I,O;!function(A){A.ACTIVE="ACTIVE",A.DRAFT="DRAFT",A.PASSIVE="PASSIVE"}(A||(A={})),function(A){A.FORM="FORM",A.NOTIFICATION="NOTIFICATION",A.NOTIFICATION_BAR="NOTIFICATION_BAR",A.PAGE_OVERLAY="PAGE_OVERLAY",A.POPUP="POPUP"}(I||(I={})),function(A){A.ALL="ALL",A.DESKTOP="DESKTOP",A.MOBILE="MOBILE"}(O||(O={}));export{O as IkasStorefrontPopupDeviceTypeEnum,A as IkasStorefrontPopupStatusEnum,I as IkasStorefrontPopupTypeEnum};
|