@ikas/storefront-models 5.0.0-beta.8 → 5.0.0
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 +27 -0
- package/build/index.js +1 -1
- package/build/models/campaign-offer/index.d.ts +2 -1
- package/build/models/campaign-offer/index.js +1 -1
- package/build/models/campaign-offer/init.d.ts +2 -0
- package/build/models/campaign-offer/init.js +1 -0
- package/build/models/campaign-offer/product/index.d.ts +1 -1
- package/build/models/campaign-offer/product/init.d.ts +2 -0
- package/build/models/campaign-offer/product/init.js +1 -0
- package/build/models/cart/available-shipping-method/estimated-delivery-time/index.d.ts +9 -0
- package/build/models/cart/available-shipping-method/estimated-delivery-time/index.js +1 -0
- package/build/models/cart/available-shipping-method/index.d.ts +2 -0
- package/build/models/cart/index.d.ts +2 -1
- package/build/models/cart/index.js +1 -1
- package/build/models/category/conditions/index.d.ts +19 -0
- package/build/models/category/conditions/index.js +1 -0
- package/build/models/category/index.d.ts +3 -0
- package/build/models/checkout-settings/index.d.ts +6 -0
- package/build/models/checkout-settings/index.js +1 -1
- package/build/models/checkout-settings/price/index.d.ts +2 -1
- package/build/models/contact-form/index.d.ts +1 -0
- package/build/models/customer/address/index.d.ts +2 -0
- package/build/models/customer/address/region/index.d.ts +4 -0
- package/build/models/customer/index.d.ts +3 -0
- package/build/models/customer/price-list-rule/filter/index.d.ts +10 -0
- package/build/models/customer/price-list-rule/filter/index.js +1 -0
- package/build/models/customer/price-list-rule/index.d.ts +12 -0
- package/build/models/customer/price-list-rule/index.js +1 -0
- package/build/models/customer/review/index.d.ts +1 -0
- package/build/models/favorite-product/index.d.ts +2 -0
- package/build/models/filter-category/index.d.ts +4 -0
- package/build/models/html-meta-data/init.js +1 -1
- package/build/models/html-meta-data/translations/index.d.ts +1 -0
- package/build/models/image/index.d.ts +1 -0
- package/build/models/order/address/index.d.ts +2 -0
- package/build/models/order/address/region/index.d.ts +4 -0
- package/build/models/order/index.d.ts +1 -0
- package/build/models/order/line-item/variant/bundle-product/bundle-variant/index.d.ts +31 -0
- package/build/models/order/line-item/variant/bundle-product/index.d.ts +13 -0
- package/build/models/order/line-item/variant/index.d.ts +4 -0
- package/build/models/order/transaction/index.d.ts +1 -0
- package/build/models/order/transaction/payment-method-detail/index.d.ts +1 -0
- package/build/models/payment-gateway/index.d.ts +4 -0
- package/build/models/payment-gateway/index.js +1 -1
- package/build/models/product/campaign/data/index.d.ts +1 -1
- package/build/models/product/campaign/data/index.js +1 -1
- package/build/models/product/campaign-offer/index.d.ts +11 -0
- package/build/models/product/filter/index.d.ts +1 -0
- package/build/models/product/group/index.d.ts +9 -0
- package/build/models/product/group/init.d.ts +3 -0
- package/build/models/product/group/init.js +1 -0
- package/build/models/product/group/translation/index.d.ts +9 -0
- package/build/models/product/group/value/index.d.ts +5 -0
- package/build/models/product/image/index.d.ts +1 -0
- package/build/models/product/index.d.ts +13 -0
- package/build/models/product/init.js +1 -1
- package/build/models/product/variant/bundle-settings/bundle-product/index.d.ts +11 -0
- package/build/models/product/variant/bundle-settings/index.d.ts +6 -0
- package/build/models/product/variant/index.d.ts +5 -1
- package/build/models/product/variant/price/index.d.ts +2 -0
- package/build/models/product/variant/price/product-campaign-price/index.d.ts +4 -0
- package/build/models/product-file/index.d.ts +6 -0
- package/build/models/shipping-zone/index.d.ts +7 -0
- package/build/models/shipping-zone/state/city/district/index.d.ts +5 -0
- package/build/models/shipping-zone/state/city/district/region/index.d.ts +4 -0
- package/build/models/shipping-zone/state/city/index.d.ts +6 -0
- package/build/models/shipping-zone/state/index.d.ts +7 -0
- package/build/models/storefront/b2b-settings/index.d.ts +14 -0
- package/build/models/storefront/b2b-settings/index.js +1 -0
- package/build/models/storefront/index-page-seo-setting/index.d.ts +15 -0
- package/build/models/storefront/index.d.ts +9 -0
- package/build/models/storefront/index.js +1 -1
- package/build/models/theme-json/component/index.d.ts +1 -0
- package/build/models/theme-json/component/prop/index.d.ts +3 -0
- package/build/models/theme-json/component/prop/index.js +1 -1
- package/build/models/theme-json/custom-data/index.d.ts +2 -0
- package/build/models/theme-json/page/index.d.ts +2 -1
- package/build/models/theme-json/page/index.js +1 -1
- package/build/models/video/index.d.ts +9 -0
- package/build-cjs/index.d.ts +27 -0
- package/build-cjs/index.js +1 -1
- package/build-cjs/models/campaign-offer/index.d.ts +2 -1
- package/build-cjs/models/campaign-offer/index.js +1 -1
- package/build-cjs/models/campaign-offer/init.d.ts +2 -0
- package/build-cjs/models/campaign-offer/init.js +1 -0
- package/build-cjs/models/campaign-offer/product/index.d.ts +1 -1
- package/build-cjs/models/campaign-offer/product/init.d.ts +2 -0
- package/build-cjs/models/campaign-offer/product/init.js +1 -0
- package/build-cjs/models/cart/available-shipping-method/estimated-delivery-time/index.d.ts +9 -0
- package/build-cjs/models/cart/available-shipping-method/estimated-delivery-time/index.js +1 -0
- package/build-cjs/models/cart/available-shipping-method/index.d.ts +2 -0
- package/build-cjs/models/cart/index.d.ts +2 -1
- package/build-cjs/models/cart/index.js +1 -1
- package/build-cjs/models/category/conditions/index.d.ts +19 -0
- package/build-cjs/models/category/conditions/index.js +1 -0
- package/build-cjs/models/category/index.d.ts +3 -0
- 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/checkout-settings/price/index.d.ts +2 -1
- package/build-cjs/models/contact-form/index.d.ts +1 -0
- package/build-cjs/models/customer/address/index.d.ts +2 -0
- package/build-cjs/models/customer/address/region/index.d.ts +4 -0
- package/build-cjs/models/customer/index.d.ts +3 -0
- package/build-cjs/models/customer/price-list-rule/filter/index.d.ts +10 -0
- package/build-cjs/models/customer/price-list-rule/filter/index.js +1 -0
- package/build-cjs/models/customer/price-list-rule/index.d.ts +12 -0
- package/build-cjs/models/customer/price-list-rule/index.js +1 -0
- package/build-cjs/models/customer/review/index.d.ts +1 -0
- package/build-cjs/models/favorite-product/index.d.ts +2 -0
- package/build-cjs/models/filter-category/index.d.ts +4 -0
- package/build-cjs/models/html-meta-data/init.js +1 -1
- package/build-cjs/models/html-meta-data/translations/index.d.ts +1 -0
- package/build-cjs/models/image/index.d.ts +1 -0
- package/build-cjs/models/order/address/index.d.ts +2 -0
- package/build-cjs/models/order/address/region/index.d.ts +4 -0
- package/build-cjs/models/order/index.d.ts +1 -0
- package/build-cjs/models/order/line-item/variant/bundle-product/bundle-variant/index.d.ts +31 -0
- package/build-cjs/models/order/line-item/variant/bundle-product/index.d.ts +13 -0
- package/build-cjs/models/order/line-item/variant/index.d.ts +4 -0
- package/build-cjs/models/order/transaction/index.d.ts +1 -0
- package/build-cjs/models/order/transaction/payment-method-detail/index.d.ts +1 -0
- package/build-cjs/models/payment-gateway/index.d.ts +4 -0
- package/build-cjs/models/payment-gateway/index.js +1 -1
- package/build-cjs/models/product/campaign/data/index.d.ts +1 -1
- package/build-cjs/models/product/campaign/data/index.js +1 -1
- package/build-cjs/models/product/campaign/search/index.d.ts +13 -0
- package/build-cjs/models/product/campaign-offer/index.d.ts +11 -0
- package/build-cjs/models/product/filter/index.d.ts +1 -0
- package/build-cjs/models/product/group/index.d.ts +9 -0
- package/build-cjs/models/product/group/init.d.ts +3 -0
- package/build-cjs/models/product/group/init.js +1 -0
- package/build-cjs/models/product/group/translation/index.d.ts +9 -0
- package/build-cjs/models/product/group/value/index.d.ts +5 -0
- package/build-cjs/models/product/image/index.d.ts +1 -0
- package/build-cjs/models/product/index.d.ts +13 -0
- package/build-cjs/models/product/init.js +1 -1
- package/build-cjs/models/product/variant/bundle-settings/bundle-product/index.d.ts +11 -0
- package/build-cjs/models/product/variant/bundle-settings/index.d.ts +6 -0
- package/build-cjs/models/product/variant/index.d.ts +5 -1
- package/build-cjs/models/product/variant/price/index.d.ts +2 -0
- package/build-cjs/models/product/variant/price/product-campaign-price/index.d.ts +4 -0
- package/build-cjs/models/product-file/index.d.ts +6 -0
- package/build-cjs/models/shipping-zone/index.d.ts +7 -0
- package/build-cjs/models/shipping-zone/state/city/district/index.d.ts +5 -0
- package/build-cjs/models/shipping-zone/state/city/district/region/index.d.ts +4 -0
- package/build-cjs/models/shipping-zone/state/city/index.d.ts +6 -0
- package/build-cjs/models/shipping-zone/state/index.d.ts +7 -0
- package/build-cjs/models/storefront/b2b-settings/index.d.ts +14 -0
- package/build-cjs/models/storefront/b2b-settings/index.js +1 -0
- package/build-cjs/models/storefront/index-page-seo-setting/index.d.ts +15 -0
- package/build-cjs/models/storefront/index.d.ts +9 -0
- package/build-cjs/models/storefront/index.js +1 -1
- package/build-cjs/models/theme-json/component/index.d.ts +1 -0
- package/build-cjs/models/theme-json/component/prop/index.d.ts +3 -0
- package/build-cjs/models/theme-json/component/prop/index.js +1 -1
- package/build-cjs/models/theme-json/custom-data/index.d.ts +2 -0
- package/build-cjs/models/theme-json/page/index.d.ts +2 -1
- package/build-cjs/models/theme-json/page/index.js +1 -1
- package/build-cjs/models/video/index.d.ts +9 -0
- package/package.json +2 -2
- package/build-cjs/_virtual/_tslib.js.map +0 -1
- package/build-cjs/index.js.map +0 -1
- package/build-cjs/models/base/init.js.map +0 -1
- package/build-cjs/models/blog/category/init.js.map +0 -1
- package/build-cjs/models/blog/init.js.map +0 -1
- package/build-cjs/models/blog/meta-data/index.js.map +0 -1
- package/build-cjs/models/brand/index.js.map +0 -1
- package/build-cjs/models/brand/init.js.map +0 -1
- package/build-cjs/models/campaign-offer/index.js.map +0 -1
- package/build-cjs/models/campaign-offer/product/index.js.map +0 -1
- package/build-cjs/models/cart/available-shipping-method/index.js.map +0 -1
- package/build-cjs/models/cart/campaign-offer/index.js.map +0 -1
- package/build-cjs/models/category/index.js.map +0 -1
- package/build-cjs/models/category/init.js.map +0 -1
- package/build-cjs/models/category/path-item/init.js.map +0 -1
- package/build-cjs/models/checkout-settings/index.js.map +0 -1
- package/build-cjs/models/country/init.js.map +0 -1
- package/build-cjs/models/customer/attribute/index.js.map +0 -1
- package/build-cjs/models/customer/attribute/init.js.map +0 -1
- package/build-cjs/models/customer/attribute/sales-channel/index.js.map +0 -1
- package/build-cjs/models/customer/index.js.map +0 -1
- package/build-cjs/models/customer/review/index.js.map +0 -1
- package/build-cjs/models/customer/review/init.js.map +0 -1
- package/build-cjs/models/html-meta-data/index.js.map +0 -1
- package/build-cjs/models/html-meta-data/init.js.map +0 -1
- package/build-cjs/models/merchant-settings/address/type/index.js.map +0 -1
- package/build-cjs/models/merchant-settings/index.js.map +0 -1
- package/build-cjs/models/merchant-settings/init.js.map +0 -1
- package/build-cjs/models/order/adjustment/index.js.map +0 -1
- package/build-cjs/models/order/index.js.map +0 -1
- package/build-cjs/models/order/invoice/index.js.map +0 -1
- package/build-cjs/models/order/line-item/base-unit/index.js.map +0 -1
- package/build-cjs/models/order/line-item/index.js.map +0 -1
- package/build-cjs/models/order/package/index.js.map +0 -1
- package/build-cjs/models/order/transaction/index.js.map +0 -1
- package/build-cjs/models/order/transaction/payment-method-detail/index.js.map +0 -1
- package/build-cjs/models/payment-gateway/additional-price/index.js.map +0 -1
- package/build-cjs/models/payment-gateway/index.js.map +0 -1
- package/build-cjs/models/payment-gateway/init.js.map +0 -1
- package/build-cjs/models/payment-gateway/settings/index.js.map +0 -1
- package/build-cjs/models/product/attribute/index.js.map +0 -1
- package/build-cjs/models/product/attribute/init.js.map +0 -1
- package/build-cjs/models/product/attribute-value/init.js.map +0 -1
- package/build-cjs/models/product/campaign/data/index.js.map +0 -1
- package/build-cjs/models/product/campaign/filter/index.js.map +0 -1
- package/build-cjs/models/product/filter/index.js.map +0 -1
- package/build-cjs/models/product/image/init.js.map +0 -1
- package/build-cjs/models/product/index.js.map +0 -1
- package/build-cjs/models/product/init.js.map +0 -1
- package/build-cjs/models/product/option-set/init.js.map +0 -1
- package/build-cjs/models/product/option-set/option/index.js.map +0 -1
- package/build-cjs/models/product/option-set/option/init.js.map +0 -1
- package/build-cjs/models/product/variant/init.js.map +0 -1
- package/build-cjs/models/product/variant-type/init.js.map +0 -1
- package/build-cjs/models/raffle/index.js.map +0 -1
- package/build-cjs/models/raffle/init.js.map +0 -1
- package/build-cjs/models/stock-location/index.js.map +0 -1
- package/build-cjs/models/storefront/index.js.map +0 -1
- package/build-cjs/models/storefront/meta-templates/index.js.map +0 -1
- package/build-cjs/models/storefront/theme/index.js.map +0 -1
- package/build-cjs/models/theme-json/component/prop/index.js.map +0 -1
- package/build-cjs/models/theme-json/page/index.js.map +0 -1
- package/build-cjs/models/theme-json/settings/index.js.map +0 -1
- package/build-cjs/models/variant-type/index.js.map +0 -1
- package/build-cjs/models/variant-type/init.js.map +0 -1
- package/build-cjs/models/variant-type/variant-value/init.js.map +0 -1
package/build/index.d.ts
CHANGED
|
@@ -11,11 +11,15 @@ export * from "./models/blog/init";
|
|
|
11
11
|
export * from "./models/brand/translation";
|
|
12
12
|
export * from "./models/brand";
|
|
13
13
|
export * from "./models/brand/init";
|
|
14
|
+
export * from "./models/campaign-offer/product/index";
|
|
14
15
|
export * from "./models/campaign-offer/product";
|
|
16
|
+
export * from "./models/campaign-offer/init";
|
|
15
17
|
export * from "./models/campaign-offer";
|
|
18
|
+
export * from "./models/cart/available-shipping-method/estimated-delivery-time";
|
|
16
19
|
export * from "./models/cart/available-shipping-method";
|
|
17
20
|
export * from "./models/cart/campaign-offer";
|
|
18
21
|
export * from "./models/cart";
|
|
22
|
+
export * from "./models/category/conditions";
|
|
19
23
|
export * from "./models/category/path-item";
|
|
20
24
|
export * from "./models/category/translations";
|
|
21
25
|
export * from "./models/category";
|
|
@@ -32,6 +36,7 @@ export * from "./models/country/init";
|
|
|
32
36
|
export * from "./models/customer/address/city";
|
|
33
37
|
export * from "./models/customer/address/country";
|
|
34
38
|
export * from "./models/customer/address/district";
|
|
39
|
+
export * from "./models/customer/address/region";
|
|
35
40
|
export * from "./models/customer/address/state";
|
|
36
41
|
export * from "./models/customer/address";
|
|
37
42
|
export * from "./models/customer/attribute/option";
|
|
@@ -41,6 +46,8 @@ export * from "./models/customer/attribute/translation";
|
|
|
41
46
|
export * from "./models/customer/attribute/value";
|
|
42
47
|
export * from "./models/customer/attribute/init";
|
|
43
48
|
export * from "./models/customer/attribute";
|
|
49
|
+
export * from "./models/customer/price-list-rule/filter";
|
|
50
|
+
export * from "./models/customer/price-list-rule";
|
|
44
51
|
export * from "./models/customer/review/settings";
|
|
45
52
|
export * from "./models/customer/review/summary/star";
|
|
46
53
|
export * from "./models/customer/review/summary";
|
|
@@ -67,6 +74,7 @@ export * from "./models/merchant-settings/address/type";
|
|
|
67
74
|
export * from "./models/order/address/city";
|
|
68
75
|
export * from "./models/order/address/country";
|
|
69
76
|
export * from "./models/order/address/district";
|
|
77
|
+
export * from "./models/order/address/region";
|
|
70
78
|
export * from "./models/order/address/state";
|
|
71
79
|
export * from "./models/order/address";
|
|
72
80
|
export * from "./models/order/adjustment/applied-order-line";
|
|
@@ -80,6 +88,8 @@ export * from "./models/order/line-item/discount";
|
|
|
80
88
|
export * from "./models/order/line-item/option/value";
|
|
81
89
|
export * from "./models/order/line-item/option";
|
|
82
90
|
export * from "./models/order/line-item/variant/brand";
|
|
91
|
+
export * from "./models/order/line-item/variant/bundle-product/bundle-variant";
|
|
92
|
+
export * from "./models/order/line-item/variant/bundle-product";
|
|
83
93
|
export * from "./models/order/line-item/variant/category";
|
|
84
94
|
export * from "./models/order/line-item/variant/price";
|
|
85
95
|
export * from "./models/order/line-item/variant/tag";
|
|
@@ -116,6 +126,11 @@ export * from "./models/product/attribute-value";
|
|
|
116
126
|
export * from "./models/product/back-in-stock-settings";
|
|
117
127
|
export * from "./models/product/base-unit";
|
|
118
128
|
export * from "./models/product/filter";
|
|
129
|
+
export * from "./models/product/group/translation";
|
|
130
|
+
export * from "./models/product/group/value";
|
|
131
|
+
export * from "./models/product/group/init";
|
|
132
|
+
export * from "./models/product/group";
|
|
133
|
+
export * from "./models/product/campaign-offer";
|
|
119
134
|
export * from "./models/product/campaign/data";
|
|
120
135
|
export * from "./models/product/campaign/filter";
|
|
121
136
|
export * from "./models/product/campaign/product-buyx-then-gety";
|
|
@@ -131,6 +146,9 @@ export * from "./models/product/option-set";
|
|
|
131
146
|
export * from "./models/product/star";
|
|
132
147
|
export * from "./models/product/stock-location";
|
|
133
148
|
export * from "./models/product/tag";
|
|
149
|
+
export * from "./models/product/variant/bundle-settings/bundle-product";
|
|
150
|
+
export * from "./models/product/variant/bundle-settings";
|
|
151
|
+
export * from "./models/product/variant/price/product-campaign-price";
|
|
134
152
|
export * from "./models/product/variant/price";
|
|
135
153
|
export * from "./models/product/variant/unit";
|
|
136
154
|
export * from "./models/product/variant/init";
|
|
@@ -139,10 +157,16 @@ export * from "./models/product/variant-type/init";
|
|
|
139
157
|
export * from "./models/product/variant-type";
|
|
140
158
|
export * from "./models/product/init";
|
|
141
159
|
export * from "./models/product";
|
|
160
|
+
export * from "./models/product-file";
|
|
142
161
|
export * from "./models/product-option-file";
|
|
143
162
|
export * from "./models/raffle/init";
|
|
144
163
|
export * from "./models/raffle/";
|
|
145
164
|
export * from "./models/sales-channel";
|
|
165
|
+
export * from "./models/shipping-zone";
|
|
166
|
+
export * from "./models/shipping-zone/state";
|
|
167
|
+
export * from "./models/shipping-zone/state/city";
|
|
168
|
+
export * from "./models/shipping-zone/state/city/district";
|
|
169
|
+
export * from "./models/shipping-zone/state/city/district/region";
|
|
146
170
|
export * from "./models/state";
|
|
147
171
|
export * from "./models/state/init";
|
|
148
172
|
export * from "./models/stock-location/address/city";
|
|
@@ -152,7 +176,9 @@ export * from "./models/stock-location/address/state";
|
|
|
152
176
|
export * from "./models/stock-location/address";
|
|
153
177
|
export * from "./models/stock-location/available";
|
|
154
178
|
export * from "./models/stock-location";
|
|
179
|
+
export * from "./models/storefront/b2b-settings";
|
|
155
180
|
export * from "./models/storefront/domain";
|
|
181
|
+
export * from "./models/storefront/index-page-seo-setting";
|
|
156
182
|
export * from "./models/storefront/localization";
|
|
157
183
|
export * from "./models/storefront/routing/dynamic-currency";
|
|
158
184
|
export * from "./models/storefront/routing";
|
|
@@ -174,3 +200,4 @@ export * from "./models/variant-type/variant-value/init";
|
|
|
174
200
|
export * from "./models/variant-type/variant-value";
|
|
175
201
|
export * from "./models/variant-type/init";
|
|
176
202
|
export * from "./models/variant-type";
|
|
203
|
+
export * from "./models/video";
|
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{IkasCampaignOfferFollowUpActionType,IkasCampaignOfferTargetPageType,IkasCampaignOfferTriggerFilterType,IkasCampaignOfferType}from"./models/campaign-offer/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{IkasCategoryProductsOrderType}from"./models/category/index.js";export{initIkasCategory}from"./models/category/init.js";export{IkasCheckoutRequirement}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{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{IkasCampaignApplicablePrice,IkasCampaignCreatedFor,IkasCampaignType}from"./models/product/campaign/data/index.js";export{IkasCampaignFilterType}from"./models/product/campaign/filter/index.js";export{initIkasProductImage}from"./models/product/image/init.js";export{initIkasProductOption}from"./models/product/option-set/option/init.js";export{IkasProductOptionSelectType,IkasProductOptionType}from"./models/product/option-set/option/index.js";export{initIkasProductOptionSet,initOptionValues,initValues,setChildOptions}from"./models/product/option-set/init.js";export{IkasGetAvailableStockLocationType}from"./models/product/stock-location/index.js";export{initIkasProductVariant}from"./models/product/variant/init.js";export{initIkasProductVariantType}from"./models/product/variant-type/init.js";export{initIkasProduct}from"./models/product/init.js";export{IkasProductType}from"./models/product/index.js";export{initIkasRaffle}from"./models/raffle/init.js";export{IkasRaffleMetadataTargetType,IkasRaffleParticipantStatus,IkasRaffleVerificationType}from"./models/raffle/index.js";export{initIkasState}from"./models/state/init.js";export{IkasStockLocationDeliveryTime,IkasStockLocationType}from"./models/stock-location/index.js";export{IkasStorefrontThemeStatus}from"./models/storefront/theme/index.js";export{StorefrontPageTypesEnum}from"./models/storefront/meta-templates/index.js";export{IkasStorefrontStatus}from"./models/storefront/index.js";export{IkasThemeJsonComponentPropType}from"./models/theme-json/component/prop/index.js";export{IkasThemeJsonPageType}from"./models/theme-json/page/index.js";export{IkasThemeJsonStockPreference}from"./models/theme-json/settings/index.js";export{initIkasVariantValue}from"./models/variant-type/variant-value/init.js";export{initIkasVariantType}from"./models/variant-type/init.js";export{IkasVariantSelectionType}from"./models/variant-type/index.js";
|
|
1
|
+
export{createIkasBaseModel}from"./models/base/init.js";export{createIkasBlogCategory,initIkasBlogCategory}from"./models/blog/category/init.js";export{IkasBlogMetaDataTargetType}from"./models/blog/meta-data/index.js";export{initIkasBlog}from"./models/blog/init.js";export{IkasBrandOrderType}from"./models/brand/index.js";export{initIkasBrand}from"./models/brand/init.js";export{IkasCampaignOfferProductApplicablePriceEnum,IkasCampaignOfferProductShowCriteria}from"./models/campaign-offer/product/index.js";export{initIkasCampaignOffer}from"./models/campaign-offer/init.js";export{IkasCampaignOfferFollowUpActionType,IkasCampaignOfferTargetPageType,IkasCampaignOfferTriggerFilterType,IkasCampaignOfferType}from"./models/campaign-offer/index.js";export{IkasLocalDeliverySettingsDeliveryTimeType}from"./models/cart/available-shipping-method/estimated-delivery-time/index.js";export{IkasShippingMethod}from"./models/cart/available-shipping-method/index.js";export{IkasCartCampaignOfferStatus}from"./models/cart/campaign-offer/index.js";export{IkasCartCreatedBy}from"./models/cart/index.js";export{IkasCategoryConditionTypeEnum}from"./models/category/conditions/index.js";export{IkasCategoryProductsOrderType}from"./models/category/index.js";export{initIkasCategory}from"./models/category/init.js";export{IkasCheckoutRequirement,IkasCouponCodeRequirement}from"./models/checkout-settings/index.js";export{initIkasCountry}from"./models/country/init.js";export{IkasCustomerAttributePermission,IkasCustomerAttributeRegisterPageRequirement}from"./models/customer/attribute/sales-channel/index.js";export{initIkasCustomerAttribute}from"./models/customer/attribute/init.js";export{IkasCustomerAttributeType}from"./models/customer/attribute/index.js";export{IkasCustomerPriceListRuleFilterType}from"./models/customer/price-list-rule/filter/index.js";export{IkasCustomerPriceListRuleValueType}from"./models/customer/price-list-rule/index.js";export{initIkasCustomerReview}from"./models/customer/review/init.js";export{IkasCustomerReviewStatus}from"./models/customer/review/index.js";export{IkasCustomerAccountStatus,IkasCustomerEmailSubscriptionStatus,IkasCustomerRegistrationSource}from"./models/customer/index.js";export{initIkasHTMLMetaData,setHTMLMetaDataTranslations}from"./models/html-meta-data/init.js";export{IkasHTMLMetaDataTargetType}from"./models/html-meta-data/index.js";export{initIkasMerchantSettings}from"./models/merchant-settings/init.js";import"./models/merchant-settings/index.js";export{IkasMerchantSettingsAddressTypeEnum}from"./models/merchant-settings/address/type/index.js";export{IkasAdjustmentType,IkasAmountType}from"./models/order/adjustment/index.js";export{IkasInvoiceType}from"./models/order/invoice/index.js";export{IkasProductUnitType}from"./models/order/line-item/base-unit/index.js";export{IkasOrderLineItemStatus}from"./models/order/line-item/index.js";export{IkasOrderPackageFullfillStatus}from"./models/order/package/index.js";export{IkasTransactionCardAssociation,IkasTransactionCardType}from"./models/order/transaction/payment-method-detail/index.js";export{IkasTransactionStatus,IkasTransactionType}from"./models/order/transaction/index.js";export{IkasOrderCancelReason,IkasOrderPackageStatus,IkasOrderPaymentStatus,IkasOrderShippingMethod,IkasOrderStatus}from"./models/order/index.js";export{IkasPaymentGatewayAdditionalPriceType,IkasPaymentGatewayTransactionFeeType}from"./models/payment-gateway/additional-price/index.js";export{IkasPaymentGatewaySettingsType}from"./models/payment-gateway/settings/index.js";export{initIkasPaymentGateway}from"./models/payment-gateway/init.js";export{IkasPaymentGatewayType,IkasPaymentMethodType}from"./models/payment-gateway/index.js";export{initIkasProductAttribute}from"./models/product/attribute/init.js";export{IkasProductAttributeType}from"./models/product/attribute/index.js";export{initIkasProductAttributeValue}from"./models/product/attribute-value/init.js";export{IkasProductFilterDisplayType,IkasProductFilterSortType,IkasProductFilterType,IkasProductStockFilterValue}from"./models/product/filter/index.js";export{initIkasProductGroup,setProductGroupTranslations}from"./models/product/group/init.js";export{IkasCampaignApplicablePrice,IkasCampaignCreatedFor,IkasCampaignType}from"./models/product/campaign/data/index.js";export{IkasCampaignFilterType}from"./models/product/campaign/filter/index.js";export{initIkasProductImage}from"./models/product/image/init.js";export{initIkasProductOption}from"./models/product/option-set/option/init.js";export{IkasProductOptionSelectType,IkasProductOptionType}from"./models/product/option-set/option/index.js";export{initIkasProductOptionSet,initOptionValues,initValues,setChildOptions}from"./models/product/option-set/init.js";export{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";
|
|
@@ -22,7 +22,8 @@ export declare enum IkasCampaignOfferFollowUpActionType {
|
|
|
22
22
|
}
|
|
23
23
|
export declare enum IkasCampaignOfferTargetPageType {
|
|
24
24
|
CHECKOUT = "CHECKOUT",
|
|
25
|
-
POST_CHECKOUT = "POST_CHECKOUT"
|
|
25
|
+
POST_CHECKOUT = "POST_CHECKOUT",
|
|
26
|
+
PRODUCT = "PRODUCT"
|
|
26
27
|
}
|
|
27
28
|
export declare enum IkasCampaignOfferType {
|
|
28
29
|
CROSS_SELL = "CROSS_SELL",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var O,C,T,E;!function(O){O.DO_NOTHING="DO_NOTHING",O.OPEN_CART="OPEN_CART",O.OPEN_CHECKOUT="OPEN_CHECKOUT"}(O||(O={})),function(O){O.CHECKOUT="CHECKOUT",O.POST_CHECKOUT="POST_CHECKOUT"}(C||(C={})),function(O){O.CROSS_SELL="CROSS_SELL",O.UPSELL="UPSELL"}(T||(T={})),function(O){O.ALL_PRODUCTS="ALL_PRODUCTS",O.CATEGORY="CATEGORY",O.PRODUCT="PRODUCT",O.PRODUCT_TAG="PRODUCT_TAG",O.VARIANT="VARIANT"}(E||(E={}));export{O as IkasCampaignOfferFollowUpActionType,C as IkasCampaignOfferTargetPageType,E as IkasCampaignOfferTriggerFilterType,T as IkasCampaignOfferType};
|
|
1
|
+
var O,C,T,E;!function(O){O.DO_NOTHING="DO_NOTHING",O.OPEN_CART="OPEN_CART",O.OPEN_CHECKOUT="OPEN_CHECKOUT"}(O||(O={})),function(O){O.CHECKOUT="CHECKOUT",O.POST_CHECKOUT="POST_CHECKOUT",O.PRODUCT="PRODUCT"}(C||(C={})),function(O){O.CROSS_SELL="CROSS_SELL",O.UPSELL="UPSELL"}(T||(T={})),function(O){O.ALL_PRODUCTS="ALL_PRODUCTS",O.CATEGORY="CATEGORY",O.PRODUCT="PRODUCT",O.PRODUCT_TAG="PRODUCT_TAG",O.VARIANT="VARIANT"}(E||(E={}));export{O as IkasCampaignOfferFollowUpActionType,C as IkasCampaignOfferTargetPageType,E as IkasCampaignOfferTriggerFilterType,T as IkasCampaignOfferType};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{initIkasCampaignOfferProduct as o}from"./product/init.js";function r(r,n){var t;null===(t=r.offers)||void 0===t||t.map((function(r){return o(r,n)}))}export{r as initIkasCampaignOffer};
|
|
@@ -12,7 +12,7 @@ export declare type IkasCampaignOfferProduct = {
|
|
|
12
12
|
showCriteria: IkasCampaignOfferProductShowCriteria | null;
|
|
13
13
|
skipOfferIfProductExistsInCart: boolean | null;
|
|
14
14
|
title: string;
|
|
15
|
-
translations
|
|
15
|
+
translations?: IkasCampaignOfferProductTranslation[] | null;
|
|
16
16
|
};
|
|
17
17
|
export declare type IkasCampaignOfferProductTranslation = {
|
|
18
18
|
description: string | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function t(t,n){t.translations&&n&&(!function(t,n,i){if(n&&n.some((function(t){return t.locale===i}))){var o=n.find((function(t){return t.locale===i}));(null==o?void 0:o.title)&&(t.title=o.title),(null==o?void 0:o.description)&&(t.description=o.description)}}(t,t.translations,n),delete t.translations)}export{t as initIkasCampaignOfferProduct};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare type IkasLocalDeliverySettingsDayEstimatedDeliveryTime = {
|
|
2
|
+
type: IkasLocalDeliverySettingsDeliveryTimeType;
|
|
3
|
+
value: number;
|
|
4
|
+
};
|
|
5
|
+
export declare enum IkasLocalDeliverySettingsDeliveryTimeType {
|
|
6
|
+
DAY = "DAY",
|
|
7
|
+
HOUR = "HOUR",
|
|
8
|
+
MINUTE = "MINUTE"
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var U;!function(U){U.DAY="DAY",U.HOUR="HOUR",U.MINUTE="MINUTE"}(U||(U={}));export{U as IkasLocalDeliverySettingsDeliveryTimeType};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { IkasLocalDeliverySettingsDayEstimatedDeliveryTime } from "./estimated-delivery-time";
|
|
1
2
|
export declare type IkasAvailableShippingMethod = {
|
|
3
|
+
estimatedDeliveryTime: IkasLocalDeliverySettingsDayEstimatedDeliveryTime | null;
|
|
2
4
|
price: number;
|
|
3
5
|
rateName: string;
|
|
4
6
|
shippingMethod: IkasShippingMethod;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var E;!function(E){E.ADMIN="ADMIN",E.CUSTOMER="CUSTOMER",E.UPSELL="UPSELL"}(E||(E={}));export{E as IkasCartCreatedBy};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IkasBrand } from "../../brand";
|
|
2
|
+
export declare type IkasCategoryConditions = {
|
|
3
|
+
conditionType: IkasCategoryConditionTypeEnum;
|
|
4
|
+
valueList: string[];
|
|
5
|
+
};
|
|
6
|
+
export declare type IkasCategoryConditionValues = {
|
|
7
|
+
brand: IkasBrand | null;
|
|
8
|
+
};
|
|
9
|
+
export declare enum IkasCategoryConditionTypeEnum {
|
|
10
|
+
CAMPAIGN = "CAMPAIGN",
|
|
11
|
+
CATEGORY = "CATEGORY",
|
|
12
|
+
CREATED_AT = "CREATED_AT",
|
|
13
|
+
DISCOUNTED_PRODUCTS = "DISCOUNTED_PRODUCTS",
|
|
14
|
+
PRICE_RANGE = "PRICE_RANGE",
|
|
15
|
+
PRODUCT_ATTRIBUTE = "PRODUCT_ATTRIBUTE",
|
|
16
|
+
PRODUCT_BRAND = "PRODUCT_BRAND",
|
|
17
|
+
PRODUCT_TAG = "PRODUCT_TAG",
|
|
18
|
+
VARIANT_VALUE = "VARIANT_VALUE"
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var T;!function(T){T.CAMPAIGN="CAMPAIGN",T.CATEGORY="CATEGORY",T.CREATED_AT="CREATED_AT",T.DISCOUNTED_PRODUCTS="DISCOUNTED_PRODUCTS",T.PRICE_RANGE="PRICE_RANGE",T.PRODUCT_ATTRIBUTE="PRODUCT_ATTRIBUTE",T.PRODUCT_BRAND="PRODUCT_BRAND",T.PRODUCT_TAG="PRODUCT_TAG",T.VARIANT_VALUE="VARIANT_VALUE"}(T||(T={}));export{T as IkasCategoryConditionTypeEnum};
|
|
@@ -3,6 +3,7 @@ import { IkasHTMLMetaData } from "../html-meta-data";
|
|
|
3
3
|
import { IkasBaseModel } from "../base";
|
|
4
4
|
import { IkasCategoryPathItem } from "./path-item";
|
|
5
5
|
import { IkasCategoryTranslation } from "./translations";
|
|
6
|
+
import { IkasCategoryConditions, IkasCategoryConditionValues } from "./conditions";
|
|
6
7
|
export declare type IkasCategory = {
|
|
7
8
|
categoryPath: string[] | null;
|
|
8
9
|
description: string | null;
|
|
@@ -12,8 +13,10 @@ export declare type IkasCategory = {
|
|
|
12
13
|
metaData: IkasHTMLMetaData | null;
|
|
13
14
|
categoryPathItems: IkasCategoryPathItem[];
|
|
14
15
|
orderType: IkasCategoryProductsOrderType | null;
|
|
16
|
+
conditions: IkasCategoryConditions[] | null;
|
|
15
17
|
image?: IkasImage | null;
|
|
16
18
|
translations?: IkasCategoryTranslation[] | null;
|
|
19
|
+
conditionValues: IkasCategoryConditionValues | null;
|
|
17
20
|
} & IkasBaseModel;
|
|
18
21
|
export declare enum IkasCategoryProductsOrderType {
|
|
19
22
|
BEST_SELLER = "BEST_SELLER",
|
|
@@ -12,6 +12,7 @@ export declare type IkasCheckoutSettings = {
|
|
|
12
12
|
options: IkasCheckoutOption[] | null;
|
|
13
13
|
phoneRequirement: IkasCheckoutRequirement;
|
|
14
14
|
postalCodeRequirement: IkasCheckoutRequirement | null;
|
|
15
|
+
couponCodeRequirement: IkasCouponCodeRequirement | null;
|
|
15
16
|
showCheckoutNote: boolean | null;
|
|
16
17
|
showTermsAndConditionsCheckbox: boolean;
|
|
17
18
|
storefrontId: string;
|
|
@@ -21,3 +22,8 @@ export declare enum IkasCheckoutRequirement {
|
|
|
21
22
|
MANDATORY = "MANDATORY",
|
|
22
23
|
OPTIONAL = "OPTIONAL"
|
|
23
24
|
}
|
|
25
|
+
export declare enum IkasCouponCodeRequirement {
|
|
26
|
+
DEFAULT = "DEFAULT",
|
|
27
|
+
INVISIBLE = "INVISIBLE",
|
|
28
|
+
OPEN = "OPEN"
|
|
29
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var I;!function(I){I.INVISIBLE="INVISIBLE",I.MANDATORY="MANDATORY",I.OPTIONAL="OPTIONAL"}(I||(I={}));export{I as IkasCheckoutRequirement};
|
|
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};
|
|
@@ -3,6 +3,7 @@ import { IkasCustomerAttributeValue } from "../attribute/value";
|
|
|
3
3
|
import { IkasCustomerAddressCity } from "./city";
|
|
4
4
|
import { IkasCustomerAddressCountry } from "./country";
|
|
5
5
|
import { IkasCustomerAddressDistrict } from "./district";
|
|
6
|
+
import { IkasCustomerAddressRegion } from "./region";
|
|
6
7
|
import { IkasCustomerAddressState } from "./state";
|
|
7
8
|
export declare type IkasCustomerAddress = {
|
|
8
9
|
addressLine1: string;
|
|
@@ -22,4 +23,5 @@ export declare type IkasCustomerAddress = {
|
|
|
22
23
|
state: IkasCustomerAddressState | null;
|
|
23
24
|
city: IkasCustomerAddressCity | null;
|
|
24
25
|
district: IkasCustomerAddressDistrict | null;
|
|
26
|
+
region: IkasCustomerAddressRegion | null;
|
|
25
27
|
} & IkasBaseModel;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IkasCustomerAddress } from "./address";
|
|
2
2
|
import { IkasCustomerAttributeValue } from "./attribute/value";
|
|
3
3
|
import { IkasBaseModel } from "../base";
|
|
4
|
+
import { IkasCustomerPriceListRule } from "./price-list-rule";
|
|
4
5
|
export declare type IkasCustomer = {
|
|
5
6
|
accountStatusUpdatedAt: number | null;
|
|
6
7
|
customerGroupIds: string[] | null;
|
|
@@ -19,6 +20,8 @@ export declare type IkasCustomer = {
|
|
|
19
20
|
phoneVerifiedDate: number | null;
|
|
20
21
|
subscriptionStatusUpdatedAt: number | null;
|
|
21
22
|
tagIds: string[] | null;
|
|
23
|
+
priceListId: string | null;
|
|
24
|
+
priceListRules: IkasCustomerPriceListRule[] | null;
|
|
22
25
|
registrationSource: IkasCustomerRegistrationSource | null;
|
|
23
26
|
accountStatus: IkasCustomerAccountStatus | null;
|
|
24
27
|
addresses: IkasCustomerAddress[] | null;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare type IkasCustomerPriceListRuleFilter = {
|
|
2
|
+
type: IkasCustomerPriceListRuleFilterType;
|
|
3
|
+
valueList: string[];
|
|
4
|
+
};
|
|
5
|
+
export declare enum IkasCustomerPriceListRuleFilterType {
|
|
6
|
+
CATEGORY = "CATEGORY",
|
|
7
|
+
PRODUCT = "PRODUCT",
|
|
8
|
+
PRODUCT_BRAND = "PRODUCT_BRAND",
|
|
9
|
+
PRODUCT_TAG = "PRODUCT_TAG"
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var R;!function(R){R.CATEGORY="CATEGORY",R.PRODUCT="PRODUCT",R.PRODUCT_BRAND="PRODUCT_BRAND",R.PRODUCT_TAG="PRODUCT_TAG"}(R||(R={}));export{R as IkasCustomerPriceListRuleFilterType};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IkasCustomerPriceListRuleFilter } from "./filter";
|
|
2
|
+
export declare type IkasCustomerPriceListRule = {
|
|
3
|
+
filters: IkasCustomerPriceListRuleFilter[] | null;
|
|
4
|
+
shouldMatchAllFilters: boolean | null;
|
|
5
|
+
value: number;
|
|
6
|
+
valueType: IkasCustomerPriceListRuleValueType;
|
|
7
|
+
};
|
|
8
|
+
export declare enum IkasCustomerPriceListRuleValueType {
|
|
9
|
+
DISCOUNT_AMOUNT = "DISCOUNT_AMOUNT",
|
|
10
|
+
DISCOUNT_RATE = "DISCOUNT_RATE",
|
|
11
|
+
FIXED_PRICE = "FIXED_PRICE"
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var I;!function(I){I.DISCOUNT_AMOUNT="DISCOUNT_AMOUNT",I.DISCOUNT_RATE="DISCOUNT_RATE",I.FIXED_PRICE="FIXED_PRICE"}(I||(I={}));export{I as IkasCustomerPriceListRuleValueType};
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { IkasHTMLMetaData } from "../html-meta-data";
|
|
2
|
+
import { IkasImage } from "../image";
|
|
2
3
|
export declare type IkasFilterCategory = {
|
|
3
4
|
id: string;
|
|
4
5
|
name: string;
|
|
5
6
|
metaData: IkasHTMLMetaData | null;
|
|
7
|
+
isAutomated: boolean | null;
|
|
6
8
|
resultCount: number | null;
|
|
7
9
|
isSelected: boolean;
|
|
10
|
+
imageId: string | null;
|
|
11
|
+
image?: IkasImage | null;
|
|
8
12
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function n(n,
|
|
1
|
+
function n(n,l){l&&i(n,l)}function i(n,i){if(n.translations&&n.translations.some((function(n){return n.locale===i}))){var l=n.translations.find((function(n){return n.locale===i}));(null==l?void 0:l.pageTitle)&&(n.pageTitle=l.pageTitle),(null==l?void 0:l.description)&&(n.description=l.description),(null==l?void 0:l.slug)&&(n.slug=l.slug)}}export{n as initIkasHTMLMetaData,i as setHTMLMetaDataTranslations};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IkasOrderAddressCity } from "./city";
|
|
2
2
|
import { IkasOrderAddressCountry } from "./country";
|
|
3
3
|
import { IkasOrderAddressDistrict } from "./district";
|
|
4
|
+
import { IkasOrderAddressRegion } from "./region";
|
|
4
5
|
import { IkasOrderAddressState } from "./state";
|
|
5
6
|
export declare type IkasOrderAddress = {
|
|
6
7
|
addressLine1: string;
|
|
@@ -19,4 +20,5 @@ export declare type IkasOrderAddress = {
|
|
|
19
20
|
state: IkasOrderAddressState | null;
|
|
20
21
|
city: IkasOrderAddressCity | null;
|
|
21
22
|
district: IkasOrderAddressDistrict | null;
|
|
23
|
+
region: IkasOrderAddressRegion | null;
|
|
22
24
|
};
|
|
@@ -30,6 +30,7 @@ export declare type IkasOrder = {
|
|
|
30
30
|
orderPaymentStatus: IkasOrderPaymentStatus | null;
|
|
31
31
|
orderedAt: number | null;
|
|
32
32
|
paymentMethods: IkasOrderPaymentMethod[] | null;
|
|
33
|
+
priceListId: string | null;
|
|
33
34
|
shippingAddress: IkasOrderAddress | null;
|
|
34
35
|
shippingLines: IkasOrderShippingLine[] | null;
|
|
35
36
|
shippingMethod: IkasOrderShippingMethod;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IkasOrderLineVariantVariantValue } from "../../value";
|
|
2
|
+
import { IkasOrderLineVariantBrand } from "../../brand";
|
|
3
|
+
import { IkasOrderLineVariantCategory } from "../../category";
|
|
4
|
+
import { IkasOrderLineVariantPrice } from "../../price";
|
|
5
|
+
import { IkasImage } from "../../../../../image";
|
|
6
|
+
import { IkasOrderLineBaseUnit } from "../../../base-unit";
|
|
7
|
+
import { IkasOrderLineVariantUnit } from "../../unit";
|
|
8
|
+
import { IkasOrderLineVariantTag } from "../../tag";
|
|
9
|
+
export declare type IkasOrderLineBundleVariant = {
|
|
10
|
+
barcodeList: string[] | null;
|
|
11
|
+
baseUnit: IkasOrderLineBaseUnit | null;
|
|
12
|
+
brand: IkasOrderLineVariantBrand | null;
|
|
13
|
+
categories: IkasOrderLineVariantCategory[] | null;
|
|
14
|
+
fileId: string | null;
|
|
15
|
+
id: string | null;
|
|
16
|
+
mainImageId: string | null;
|
|
17
|
+
name: string;
|
|
18
|
+
prices: IkasOrderLineVariantPrice[] | null;
|
|
19
|
+
productId: string | null;
|
|
20
|
+
sku: string | null;
|
|
21
|
+
slug: string | null;
|
|
22
|
+
tagIds: string[] | null;
|
|
23
|
+
tags: IkasOrderLineVariantTag[] | null;
|
|
24
|
+
taxValue: number | null;
|
|
25
|
+
type: number | null;
|
|
26
|
+
unit: IkasOrderLineVariantUnit | null;
|
|
27
|
+
weight: number | null;
|
|
28
|
+
hsCode: string | null;
|
|
29
|
+
variantValues: IkasOrderLineVariantVariantValue[] | null;
|
|
30
|
+
mainImage?: IkasImage | null;
|
|
31
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IkasOrderLineBundleVariant } from "./bundle-variant";
|
|
2
|
+
export declare type IkasOrderLineVariantBundleProduct = {
|
|
3
|
+
id: string;
|
|
4
|
+
deleted: boolean | null;
|
|
5
|
+
discountPrice: number | null;
|
|
6
|
+
discountRatio: number | null;
|
|
7
|
+
finalPrice: number | null;
|
|
8
|
+
order: number;
|
|
9
|
+
price: number;
|
|
10
|
+
quantity: number;
|
|
11
|
+
taxValue: number | null;
|
|
12
|
+
variant: IkasOrderLineBundleVariant;
|
|
13
|
+
};
|
|
@@ -6,11 +6,14 @@ import { IkasImage } from "../../../image";
|
|
|
6
6
|
import { IkasOrderLineBaseUnit } from "../base-unit";
|
|
7
7
|
import { IkasOrderLineVariantUnit } from "./unit";
|
|
8
8
|
import { IkasOrderLineVariantTag } from "./tag";
|
|
9
|
+
import { IkasOrderLineVariantBundleProduct } from "./bundle-product";
|
|
9
10
|
export declare type IkasOrderLineVariant = {
|
|
10
11
|
barcodeList: string[] | null;
|
|
11
12
|
baseUnit: IkasOrderLineBaseUnit | null;
|
|
12
13
|
brand: IkasOrderLineVariantBrand | null;
|
|
14
|
+
bundleProducts: IkasOrderLineVariantBundleProduct[] | null;
|
|
13
15
|
categories: IkasOrderLineVariantCategory[] | null;
|
|
16
|
+
fileId: string | null;
|
|
14
17
|
id: string | null;
|
|
15
18
|
mainImageId: string | null;
|
|
16
19
|
name: string;
|
|
@@ -24,6 +27,7 @@ export declare type IkasOrderLineVariant = {
|
|
|
24
27
|
type: number | null;
|
|
25
28
|
unit: IkasOrderLineVariantUnit | null;
|
|
26
29
|
weight: number | null;
|
|
30
|
+
hsCode: string | null;
|
|
27
31
|
variantValues: IkasOrderLineVariantVariantValue[] | null;
|
|
28
32
|
mainImage?: IkasImage | null;
|
|
29
33
|
};
|
|
@@ -11,6 +11,7 @@ export declare type IkasOrderTransaction = {
|
|
|
11
11
|
error: IkasTransactionError | null;
|
|
12
12
|
id: string | null;
|
|
13
13
|
orderId: string | null;
|
|
14
|
+
paymentGatewayCode: string | null;
|
|
14
15
|
paymentGatewayId: string | null;
|
|
15
16
|
paymentGatewayName: string | null;
|
|
16
17
|
paymentMethod: IkasPaymentMethodType | null;
|
|
@@ -7,6 +7,7 @@ export declare type IkasTransactionPaymentMethodDetail = {
|
|
|
7
7
|
cardType: IkasTransactionCardType | null;
|
|
8
8
|
installment: IkasTransactionInstallmentPrice | null;
|
|
9
9
|
lastFourDigits: string;
|
|
10
|
+
paymentMethodName: string | null;
|
|
10
11
|
threeDSecure: boolean | null;
|
|
11
12
|
};
|
|
12
13
|
export declare enum IkasTransactionCardAssociation {
|
|
@@ -21,14 +21,18 @@ export declare type IkasPaymentGateway = {
|
|
|
21
21
|
} & IkasBaseModel;
|
|
22
22
|
export declare enum IkasPaymentMethodType {
|
|
23
23
|
APP_PAYMENT = "APP_PAYMENT",
|
|
24
|
+
BANK_REDIRECT = "BANK_REDIRECT",
|
|
24
25
|
BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
|
|
25
26
|
CASH = "CASH",
|
|
26
27
|
CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
|
|
27
28
|
CREDIT_CARD = "CREDIT_CARD",
|
|
28
29
|
CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
|
|
30
|
+
DIRECT_DEBIT = "DIRECT_DEBIT",
|
|
29
31
|
GIFT_CARD = "GIFT_CARD",
|
|
30
32
|
MONEY_ORDER = "MONEY_ORDER",
|
|
31
33
|
OTHER = "OTHER",
|
|
34
|
+
PAY_LATER = "PAY_LATER",
|
|
35
|
+
SLICE_IT = "SLICE_IT",
|
|
32
36
|
WALLET = "WALLET"
|
|
33
37
|
}
|
|
34
38
|
export declare type IkasPaymentMethod = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var E,R;!function(E){E.APP_PAYMENT="APP_PAYMENT",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.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.WALLET="WALLET"}(E||(E={})),function(E){E.EXTERNAL="EXTERNAL",E.INTERNAL="INTERNAL",E.THIRD_PARTY="THIRD_PARTY"}(R||(R={}));export{R as IkasPaymentGatewayType,E as IkasPaymentMethodType};
|
|
1
|
+
var E,R;!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.EXTERNAL="EXTERNAL",E.INTERNAL="INTERNAL",E.THIRD_PARTY="THIRD_PARTY"}(R||(R={}));export{R as IkasPaymentGatewayType,E as IkasPaymentMethodType};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var E,_,I;!function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(E||(E={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CART="CART",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW"}(_||(_={})),function(E){E.BUY_X_THEN_GET_Y="BUY_X_THEN_GET_Y",E.FIXED_AMOUNT="FIXED_AMOUNT",E.FREE_SHIPPING="FREE_SHIPPING",E.RATIO="
|
|
1
|
+
var E,_,I;!function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(E||(E={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CART="CART",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW"}(_||(_={})),function(E){E.BUY_X_THEN_GET_Y="BUY_X_THEN_GET_Y",E.FIXED_AMOUNT="FIXED_AMOUNT",E.FREE_SHIPPING="FREE_SHIPPING",E.RATIO="RATIO"}(I||(I={}));export{E as IkasCampaignApplicablePrice,_ as IkasCampaignCreatedFor,I as IkasCampaignType};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IkasProduct } from "..";
|
|
2
|
+
export declare type IkasProductCampaignOffer = {
|
|
3
|
+
id: string;
|
|
4
|
+
};
|
|
5
|
+
export declare type IkasProductOffer = {
|
|
6
|
+
campaignOfferId: string;
|
|
7
|
+
campaignOfferProductId: string;
|
|
8
|
+
product: IkasProduct;
|
|
9
|
+
isSelected?: boolean;
|
|
10
|
+
quantity?: number;
|
|
11
|
+
};
|
|
@@ -23,6 +23,7 @@ export declare type IkasApplicableProductFilterValue = {
|
|
|
23
23
|
thumbnailImageId?: string | null;
|
|
24
24
|
thumbnailImage?: IkasImage | null;
|
|
25
25
|
resultCount?: number | null;
|
|
26
|
+
slug?: string | null;
|
|
26
27
|
isSelected: boolean;
|
|
27
28
|
};
|
|
28
29
|
export declare type IkasProductFilterValue = {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IkasProductGroupTranslation } from "./translation";
|
|
2
|
+
import { IkasProductGroupValue } from "./value";
|
|
3
|
+
export declare type IkasProductGroup = {
|
|
4
|
+
groupKey: string;
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
translations?: IkasProductGroupTranslation[] | null;
|
|
8
|
+
values: IkasProductGroupValue[];
|
|
9
|
+
};
|