@ikas/code-components-mcp 2.1.0 → 2.2.1
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/data/framework.json +22 -5
- package/data/migration-examples/complex-header-migration/_meta.json +4 -0
- package/data/migration-examples/complex-header-migration/after-config-snippet.json +55 -0
- package/data/migration-examples/complex-header-migration/after-section.tsx +64 -0
- package/data/migration-examples/complex-header-migration/before-props-summary.json +42 -0
- package/data/migration-examples/custom-dynamic-list-to-component-list/_meta.json +4 -0
- package/data/migration-examples/custom-dynamic-list-to-component-list/after-child-styles.css +38 -0
- package/data/migration-examples/custom-dynamic-list-to-component-list/after-child.tsx +22 -0
- package/data/migration-examples/custom-dynamic-list-to-component-list/after-config-snippet.json +31 -0
- package/data/migration-examples/custom-dynamic-list-to-component-list/after-section-styles.css +25 -0
- package/data/migration-examples/custom-dynamic-list-to-component-list/after-section.tsx +17 -0
- package/data/migration-examples/custom-dynamic-list-to-component-list/before-component.tsx +32 -0
- package/data/migration-examples/custom-dynamic-list-to-component-list/before-theme-snippet.json +53 -0
- package/data/migration-examples/full-component-with-tailwind/_meta.json +4 -0
- package/data/migration-examples/full-component-with-tailwind/after-component.tsx +43 -0
- package/data/migration-examples/full-component-with-tailwind/after-config-snippet.json +25 -0
- package/data/migration-examples/full-component-with-tailwind/after-styles.css +99 -0
- package/data/migration-examples/full-component-with-tailwind/before-component.tsx +60 -0
- package/data/migration-examples/object-custom-to-inline-props/_meta.json +4 -0
- package/data/migration-examples/object-custom-to-inline-props/after-component.tsx +34 -0
- package/data/migration-examples/object-custom-to-inline-props/after-config-snippet.json +23 -0
- package/data/migration-examples/object-custom-to-inline-props/after-styles.css +38 -0
- package/data/migration-examples/object-custom-to-inline-props/before-component.tsx +30 -0
- package/data/migration-examples/object-custom-to-inline-props/before-theme-snippet.json +26 -0
- package/data/migration-examples/slider-library-replacement/_meta.json +4 -0
- package/data/migration-examples/slider-library-replacement/after-child.tsx +13 -0
- package/data/migration-examples/slider-library-replacement/after-config-snippet.json +29 -0
- package/data/migration-examples/slider-library-replacement/after-section.tsx +38 -0
- package/data/migration-examples/slider-library-replacement/after-styles.css +43 -0
- package/data/migration-examples/slider-library-replacement/before-component.tsx +39 -0
- package/data/migration-examples/slider-library-replacement/before-types-snippet.ts +14 -0
- package/data/migration.json +260 -0
- package/data/section-templates/account-info-section/children/AccountFavorites/ikas-config-snippet.json +3 -3
- package/data/section-templates/account-info-section/ikas-config-snippet.json +5 -5
- package/data/section-templates/category-images-section/ikas-config-snippet.json +1 -1
- package/data/section-templates/category-list-section/ikas-config-snippet.json +3 -3
- package/data/section-templates/component-renderer/ikas-config-snippet.json +3 -3
- package/data/section-templates/features-section/ikas-config-snippet.json +1 -1
- package/data/section-templates/footer-section/ikas-config-snippet.json +1 -1
- package/data/section-templates/header-section/children/Announcements/ikas-config-snippet.json +1 -1
- package/data/section-templates/header-section/children/Navbar/ikas-config-snippet.json +3 -3
- package/data/section-templates/header-section/ikas-config-snippet.json +3 -3
- package/data/section-templates/hero-slider-section/ikas-config-snippet.json +1 -1
- package/data/section-templates/image-handling/ikas-config-snippet.json +13 -13
- package/data/section-templates/navigation/ikas-config-snippet.json +3 -3
- package/data/section-templates/product-detail-section/children/ProductDetailDescription/ikas-config-snippet.json +1 -1
- package/data/section-templates/product-detail-section/children/ProductDetailFeatures/ikas-config-snippet.json +1 -1
- package/data/section-templates/product-detail-section/ikas-config-snippet.json +13 -13
- package/data/section-templates/product-slider-section/ikas-config-snippet.json +3 -3
- package/data/storefront-api.json +98 -1393
- package/data/storefront-types.json +28 -123
- package/dist/index.js +1737 -47
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"generatedAt": "2026-05-18T11:26:41.226Z",
|
|
3
3
|
"types": [
|
|
4
4
|
{
|
|
5
5
|
"name": "IkasProductAttributeDetail",
|
|
@@ -119,7 +119,6 @@
|
|
|
119
119
|
],
|
|
120
120
|
"filePath": "blog/category/index.ts",
|
|
121
121
|
"relatedFunctions": [
|
|
122
|
-
"apiListBlogCategory",
|
|
123
122
|
"getIkasBlogCategoryHref"
|
|
124
123
|
]
|
|
125
124
|
},
|
|
@@ -259,7 +258,6 @@
|
|
|
259
258
|
],
|
|
260
259
|
"filePath": "blog/index.ts",
|
|
261
260
|
"relatedFunctions": [
|
|
262
|
-
"apiListBlog",
|
|
263
261
|
"getIkasBlogHref",
|
|
264
262
|
"getIkasBlogFormattedDate"
|
|
265
263
|
]
|
|
@@ -325,10 +323,7 @@
|
|
|
325
323
|
"optional": true
|
|
326
324
|
}
|
|
327
325
|
],
|
|
328
|
-
"filePath": "blog/meta-data/index.ts"
|
|
329
|
-
"relatedFunctions": [
|
|
330
|
-
"apiListBlogMetaData"
|
|
331
|
-
]
|
|
326
|
+
"filePath": "blog/meta-data/index.ts"
|
|
332
327
|
},
|
|
333
328
|
{
|
|
334
329
|
"name": "IkasBlogTag",
|
|
@@ -1014,11 +1009,6 @@
|
|
|
1014
1009
|
],
|
|
1015
1010
|
"filePath": "cart/index.ts",
|
|
1016
1011
|
"relatedFunctions": [
|
|
1017
|
-
"apiGetCartById",
|
|
1018
|
-
"apiSaveCart",
|
|
1019
|
-
"apiSaveCartCouponCode",
|
|
1020
|
-
"apiAddItemToCart",
|
|
1021
|
-
"apiUpdateCartCampaignOffer",
|
|
1022
1012
|
"changeCartItemQuantity",
|
|
1023
1013
|
"isOrderLineItemAutoCreated",
|
|
1024
1014
|
"findExistingCartItem",
|
|
@@ -1440,7 +1430,6 @@
|
|
|
1440
1430
|
],
|
|
1441
1431
|
"filePath": "checkout-settings/index.ts",
|
|
1442
1432
|
"relatedFunctions": [
|
|
1443
|
-
"apiListCheckoutSettings",
|
|
1444
1433
|
"getCustomerAddressValidationResult",
|
|
1445
1434
|
"isValidCustomerAddress",
|
|
1446
1435
|
"getOrderAddressValidationResult",
|
|
@@ -1554,10 +1543,7 @@
|
|
|
1554
1543
|
"optional": false
|
|
1555
1544
|
}
|
|
1556
1545
|
],
|
|
1557
|
-
"filePath": "city/index.ts"
|
|
1558
|
-
"relatedFunctions": [
|
|
1559
|
-
"apiListCity"
|
|
1560
|
-
]
|
|
1546
|
+
"filePath": "city/index.ts"
|
|
1561
1547
|
},
|
|
1562
1548
|
{
|
|
1563
1549
|
"name": "IkasContactForm",
|
|
@@ -1683,10 +1669,7 @@
|
|
|
1683
1669
|
"optional": false
|
|
1684
1670
|
}
|
|
1685
1671
|
],
|
|
1686
|
-
"filePath": "country/index.ts"
|
|
1687
|
-
"relatedFunctions": [
|
|
1688
|
-
"apiListCountry"
|
|
1689
|
-
]
|
|
1672
|
+
"filePath": "country/index.ts"
|
|
1690
1673
|
},
|
|
1691
1674
|
{
|
|
1692
1675
|
"name": "IkasCustomerAddressCity",
|
|
@@ -1990,7 +1973,6 @@
|
|
|
1990
1973
|
],
|
|
1991
1974
|
"filePath": "customer/attribute/index.ts",
|
|
1992
1975
|
"relatedFunctions": [
|
|
1993
|
-
"apiListCustomerAttribute",
|
|
1994
1976
|
"getCustomerAttributeAccountPagePermission",
|
|
1995
1977
|
"getCustomerAttributeRegisterPageRequirement",
|
|
1996
1978
|
"getCustomerAttributes"
|
|
@@ -2319,12 +2301,6 @@
|
|
|
2319
2301
|
],
|
|
2320
2302
|
"filePath": "customer/index.ts",
|
|
2321
2303
|
"relatedFunctions": [
|
|
2322
|
-
"apiLogin",
|
|
2323
|
-
"apiSocialLogin",
|
|
2324
|
-
"apiRegister",
|
|
2325
|
-
"apiGetCustomer",
|
|
2326
|
-
"apiSaveCustomer",
|
|
2327
|
-
"apiValidateOTPCode",
|
|
2328
2304
|
"isCustomerSubscribed",
|
|
2329
2305
|
"getCustomerBasicInfo",
|
|
2330
2306
|
"saveCustomer"
|
|
@@ -2489,8 +2465,6 @@
|
|
|
2489
2465
|
],
|
|
2490
2466
|
"filePath": "customer/review/index.ts",
|
|
2491
2467
|
"relatedFunctions": [
|
|
2492
|
-
"apiCreateCustomerReview",
|
|
2493
|
-
"apiListCustomerReviews",
|
|
2494
2468
|
"getIkasCustomerReviewFormattedDate",
|
|
2495
2469
|
"sendReview"
|
|
2496
2470
|
]
|
|
@@ -2559,10 +2533,7 @@
|
|
|
2559
2533
|
"optional": false
|
|
2560
2534
|
}
|
|
2561
2535
|
],
|
|
2562
|
-
"filePath": "customer/review/summary/index.ts"
|
|
2563
|
-
"relatedFunctions": [
|
|
2564
|
-
"apiListCustomerReviewSummary"
|
|
2565
|
-
]
|
|
2536
|
+
"filePath": "customer/review/summary/index.ts"
|
|
2566
2537
|
},
|
|
2567
2538
|
{
|
|
2568
2539
|
"name": "IkasCustomerReviewSummaryStar",
|
|
@@ -2857,10 +2828,7 @@
|
|
|
2857
2828
|
"optional": false
|
|
2858
2829
|
}
|
|
2859
2830
|
],
|
|
2860
|
-
"filePath": "customer-settings/index.ts"
|
|
2861
|
-
"relatedFunctions": [
|
|
2862
|
-
"apiListCustomerSettings"
|
|
2863
|
-
]
|
|
2831
|
+
"filePath": "customer-settings/index.ts"
|
|
2864
2832
|
},
|
|
2865
2833
|
{
|
|
2866
2834
|
"name": "IkasDistrict",
|
|
@@ -2923,10 +2891,7 @@
|
|
|
2923
2891
|
"optional": false
|
|
2924
2892
|
}
|
|
2925
2893
|
],
|
|
2926
|
-
"filePath": "district/index.ts"
|
|
2927
|
-
"relatedFunctions": [
|
|
2928
|
-
"apiListDistrict"
|
|
2929
|
-
]
|
|
2894
|
+
"filePath": "district/index.ts"
|
|
2930
2895
|
},
|
|
2931
2896
|
{
|
|
2932
2897
|
"name": "IkasFavoriteProduct",
|
|
@@ -2974,10 +2939,7 @@
|
|
|
2974
2939
|
"optional": false
|
|
2975
2940
|
}
|
|
2976
2941
|
],
|
|
2977
|
-
"filePath": "favorite-product/index.ts"
|
|
2978
|
-
"relatedFunctions": [
|
|
2979
|
-
"apiListFavoriteProducts"
|
|
2980
|
-
]
|
|
2942
|
+
"filePath": "favorite-product/index.ts"
|
|
2981
2943
|
},
|
|
2982
2944
|
{
|
|
2983
2945
|
"name": "IkasFilterCategory",
|
|
@@ -3027,7 +2989,6 @@
|
|
|
3027
2989
|
],
|
|
3028
2990
|
"filePath": "filter-category/index.ts",
|
|
3029
2991
|
"relatedFunctions": [
|
|
3030
|
-
"apiGetProductFilterData",
|
|
3031
2992
|
"getIkasFilterCategoryHref",
|
|
3032
2993
|
"getIkasFilterCategorySlug",
|
|
3033
2994
|
"getProductListFilterCategories",
|
|
@@ -3100,10 +3061,7 @@
|
|
|
3100
3061
|
"optional": true
|
|
3101
3062
|
}
|
|
3102
3063
|
],
|
|
3103
|
-
"filePath": "html-meta-data/index.ts"
|
|
3104
|
-
"relatedFunctions": [
|
|
3105
|
-
"apiListHTMLMetaData"
|
|
3106
|
-
]
|
|
3064
|
+
"filePath": "html-meta-data/index.ts"
|
|
3107
3065
|
},
|
|
3108
3066
|
{
|
|
3109
3067
|
"name": "IkasHTMLMetaDataOverride",
|
|
@@ -3307,7 +3265,10 @@
|
|
|
3307
3265
|
"optional": false
|
|
3308
3266
|
}
|
|
3309
3267
|
],
|
|
3310
|
-
"filePath": "language-option/index.ts"
|
|
3268
|
+
"filePath": "language-option/index.ts",
|
|
3269
|
+
"relatedFunctions": [
|
|
3270
|
+
"setLanguage"
|
|
3271
|
+
]
|
|
3311
3272
|
},
|
|
3312
3273
|
{
|
|
3313
3274
|
"name": "IkasLastViewedProduct",
|
|
@@ -3325,10 +3286,7 @@
|
|
|
3325
3286
|
"optional": false
|
|
3326
3287
|
}
|
|
3327
3288
|
],
|
|
3328
|
-
"filePath": "last-viewed-product/index.ts"
|
|
3329
|
-
"relatedFunctions": [
|
|
3330
|
-
"apiGetLastViewedProducts"
|
|
3331
|
-
]
|
|
3289
|
+
"filePath": "last-viewed-product/index.ts"
|
|
3332
3290
|
},
|
|
3333
3291
|
{
|
|
3334
3292
|
"name": "IkasLocaleOption",
|
|
@@ -4141,10 +4099,7 @@
|
|
|
4141
4099
|
"optional": true
|
|
4142
4100
|
}
|
|
4143
4101
|
],
|
|
4144
|
-
"filePath": "merchant-settings/index.ts"
|
|
4145
|
-
"relatedFunctions": [
|
|
4146
|
-
"apiListMerchantSettings"
|
|
4147
|
-
]
|
|
4102
|
+
"filePath": "merchant-settings/index.ts"
|
|
4148
4103
|
},
|
|
4149
4104
|
{
|
|
4150
4105
|
"name": "IkasMerchantSettingsCurrencyFormat",
|
|
@@ -4838,9 +4793,6 @@
|
|
|
4838
4793
|
],
|
|
4839
4794
|
"filePath": "order/index.ts",
|
|
4840
4795
|
"relatedFunctions": [
|
|
4841
|
-
"apiGetOrders",
|
|
4842
|
-
"apiGetOrderByEmail",
|
|
4843
|
-
"apiCreateOrderRefundRequest",
|
|
4844
4796
|
"getIkasOrderDistinctItemCount",
|
|
4845
4797
|
"getIkasOrderTotalItemCount",
|
|
4846
4798
|
"getIkasOrderDisplayedPackages",
|
|
@@ -4866,7 +4818,6 @@
|
|
|
4866
4818
|
"getIkasOrderDisplayedAdjustments",
|
|
4867
4819
|
"getIkasOrderHref",
|
|
4868
4820
|
"getIkasOrderVariantNames",
|
|
4869
|
-
"getOrderPackageOrderLineItems",
|
|
4870
4821
|
"submitOrderTrackingForm",
|
|
4871
4822
|
"refundOrder",
|
|
4872
4823
|
"getOrders",
|
|
@@ -5165,7 +5116,6 @@
|
|
|
5165
5116
|
"getOrderLineItemRefundQuantity",
|
|
5166
5117
|
"setOrderLineItemRefundQuantity",
|
|
5167
5118
|
"editOrderLineItem",
|
|
5168
|
-
"getOrderPackageOrderLineItems",
|
|
5169
5119
|
"changeItemQuantity",
|
|
5170
5120
|
"changeCartItemQuantity",
|
|
5171
5121
|
"isOrderLineItemAutoCreated",
|
|
@@ -5755,10 +5705,7 @@
|
|
|
5755
5705
|
"optional": false
|
|
5756
5706
|
}
|
|
5757
5707
|
],
|
|
5758
|
-
"filePath": "order/package/index.ts"
|
|
5759
|
-
"relatedFunctions": [
|
|
5760
|
-
"getOrderPackageOrderLineItems"
|
|
5761
|
-
]
|
|
5708
|
+
"filePath": "order/package/index.ts"
|
|
5762
5709
|
},
|
|
5763
5710
|
{
|
|
5764
5711
|
"name": "IkasDisplayedPackage",
|
|
@@ -5959,10 +5906,7 @@
|
|
|
5959
5906
|
"optional": false
|
|
5960
5907
|
}
|
|
5961
5908
|
],
|
|
5962
|
-
"filePath": "order/refund/settings/index.ts"
|
|
5963
|
-
"relatedFunctions": [
|
|
5964
|
-
"apiListOrderRefundSettings"
|
|
5965
|
-
]
|
|
5909
|
+
"filePath": "order/refund/settings/index.ts"
|
|
5966
5910
|
},
|
|
5967
5911
|
{
|
|
5968
5912
|
"name": "IkasOrderShippingLine",
|
|
@@ -6159,7 +6103,6 @@
|
|
|
6159
6103
|
],
|
|
6160
6104
|
"filePath": "order/transaction/index.ts",
|
|
6161
6105
|
"relatedFunctions": [
|
|
6162
|
-
"apiListOrderTransactions",
|
|
6163
6106
|
"getOrderTransactionFormattedAmount",
|
|
6164
6107
|
"getOrderTransactionPaymentMethodTranslation",
|
|
6165
6108
|
"getOrderTransactions"
|
|
@@ -6382,7 +6325,6 @@
|
|
|
6382
6325
|
],
|
|
6383
6326
|
"filePath": "payment-gateway/index.ts",
|
|
6384
6327
|
"relatedFunctions": [
|
|
6385
|
-
"apiListPaymentGateway",
|
|
6386
6328
|
"getCheckoutTotalFinalPrice",
|
|
6387
6329
|
"getPaymentGatewayCalculatedAdditionalPrices"
|
|
6388
6330
|
]
|
|
@@ -6497,10 +6439,7 @@
|
|
|
6497
6439
|
"optional": true
|
|
6498
6440
|
}
|
|
6499
6441
|
],
|
|
6500
|
-
"filePath": "product/attribute/index.ts"
|
|
6501
|
-
"relatedFunctions": [
|
|
6502
|
-
"apiListProductAttribute"
|
|
6503
|
-
]
|
|
6442
|
+
"filePath": "product/attribute/index.ts"
|
|
6504
6443
|
},
|
|
6505
6444
|
{
|
|
6506
6445
|
"name": "IkasProductAttributeOption",
|
|
@@ -6893,7 +6832,6 @@
|
|
|
6893
6832
|
],
|
|
6894
6833
|
"filePath": "product/campaign/index.ts",
|
|
6895
6834
|
"relatedFunctions": [
|
|
6896
|
-
"apiGetProductCampaigns",
|
|
6897
6835
|
"getProductCampaigns"
|
|
6898
6836
|
]
|
|
6899
6837
|
},
|
|
@@ -7094,7 +7032,6 @@
|
|
|
7094
7032
|
"isAcceptedProductOffer",
|
|
7095
7033
|
"acceptProductOffer",
|
|
7096
7034
|
"rejectProductOffer",
|
|
7097
|
-
"isProductOfferAccepted",
|
|
7098
7035
|
"changeItemQuantity",
|
|
7099
7036
|
"changeCartItemQuantity",
|
|
7100
7037
|
"getAcceptedOffers"
|
|
@@ -7183,7 +7120,6 @@
|
|
|
7183
7120
|
],
|
|
7184
7121
|
"filePath": "product/filter/index.ts",
|
|
7185
7122
|
"relatedFunctions": [
|
|
7186
|
-
"apiGetProductFilterData",
|
|
7187
7123
|
"isCustomValueFilter",
|
|
7188
7124
|
"isBoxFilter",
|
|
7189
7125
|
"isListFilter",
|
|
@@ -7732,9 +7668,6 @@
|
|
|
7732
7668
|
"filePath": "product/index.ts",
|
|
7733
7669
|
"relatedFunctions": [
|
|
7734
7670
|
"apiSearchProducts",
|
|
7735
|
-
"apiGetRelatedProducts",
|
|
7736
|
-
"apiGetSuggestedProducts",
|
|
7737
|
-
"apiListProductOptionSet",
|
|
7738
7671
|
"getProductCustomerReviews",
|
|
7739
7672
|
"getIkasProductAttributeProducts",
|
|
7740
7673
|
"hasProductVariant",
|
|
@@ -8025,11 +7958,11 @@
|
|
|
8025
7958
|
],
|
|
8026
7959
|
"filePath": "product/option-set/index.ts",
|
|
8027
7960
|
"relatedFunctions": [
|
|
8028
|
-
"apiListProductOptionSet",
|
|
8029
7961
|
"initProductOptionSet",
|
|
8030
7962
|
"setChildOptions",
|
|
8031
7963
|
"initOptionValues",
|
|
8032
7964
|
"getDisplayedOptions",
|
|
7965
|
+
"hasDisplayedOptions",
|
|
8033
7966
|
"initProductOptionSetValues",
|
|
8034
7967
|
"hasValidProductOptionSetValues",
|
|
8035
7968
|
"initIkasProductOptionSet"
|
|
@@ -8447,9 +8380,7 @@
|
|
|
8447
8380
|
],
|
|
8448
8381
|
"filePath": "product/stock-location/index.ts",
|
|
8449
8382
|
"relatedFunctions": [
|
|
8450
|
-
"
|
|
8451
|
-
"getProductAvailableStockLocations",
|
|
8452
|
-
"getStockLocationFullAddressText"
|
|
8383
|
+
"getProductAvailableStockLocations"
|
|
8453
8384
|
]
|
|
8454
8385
|
},
|
|
8455
8386
|
{
|
|
@@ -9288,10 +9219,7 @@
|
|
|
9288
9219
|
"optional": false
|
|
9289
9220
|
}
|
|
9290
9221
|
],
|
|
9291
|
-
"filePath": "product-option-file/index.ts"
|
|
9292
|
-
"relatedFunctions": [
|
|
9293
|
-
"apiUploadFile"
|
|
9294
|
-
]
|
|
9222
|
+
"filePath": "product-option-file/index.ts"
|
|
9295
9223
|
},
|
|
9296
9224
|
{
|
|
9297
9225
|
"name": "IkasRaffleDateRangeField",
|
|
@@ -9379,7 +9307,6 @@
|
|
|
9379
9307
|
],
|
|
9380
9308
|
"filePath": "raffle/index.ts",
|
|
9381
9309
|
"relatedFunctions": [
|
|
9382
|
-
"apiListStorefrontRaffle",
|
|
9383
9310
|
"isRaffleAvailable"
|
|
9384
9311
|
]
|
|
9385
9312
|
},
|
|
@@ -9444,10 +9371,7 @@
|
|
|
9444
9371
|
"optional": false
|
|
9445
9372
|
}
|
|
9446
9373
|
],
|
|
9447
|
-
"filePath": "raffle/index.ts"
|
|
9448
|
-
"relatedFunctions": [
|
|
9449
|
-
"apiListRaffleMetaData"
|
|
9450
|
-
]
|
|
9374
|
+
"filePath": "raffle/index.ts"
|
|
9451
9375
|
},
|
|
9452
9376
|
{
|
|
9453
9377
|
"name": "IkasRaffleParticipant",
|
|
@@ -9540,11 +9464,7 @@
|
|
|
9540
9464
|
"optional": false
|
|
9541
9465
|
}
|
|
9542
9466
|
],
|
|
9543
|
-
"filePath": "raffle/index.ts"
|
|
9544
|
-
"relatedFunctions": [
|
|
9545
|
-
"apiSaveRaffleParticipant",
|
|
9546
|
-
"apiListRaffleParticipants"
|
|
9547
|
-
]
|
|
9467
|
+
"filePath": "raffle/index.ts"
|
|
9548
9468
|
},
|
|
9549
9469
|
{
|
|
9550
9470
|
"name": "IkasRaffleAppliedProduct",
|
|
@@ -9732,10 +9652,7 @@
|
|
|
9732
9652
|
"optional": false
|
|
9733
9653
|
}
|
|
9734
9654
|
],
|
|
9735
|
-
"filePath": "shipping-zone/index.ts"
|
|
9736
|
-
"relatedFunctions": [
|
|
9737
|
-
"apiGetAvailableShippingZones"
|
|
9738
|
-
]
|
|
9655
|
+
"filePath": "shipping-zone/index.ts"
|
|
9739
9656
|
},
|
|
9740
9657
|
{
|
|
9741
9658
|
"name": "IkasShippingZoneDistrict",
|
|
@@ -9890,10 +9807,7 @@
|
|
|
9890
9807
|
"optional": false
|
|
9891
9808
|
}
|
|
9892
9809
|
],
|
|
9893
|
-
"filePath": "state/index.ts"
|
|
9894
|
-
"relatedFunctions": [
|
|
9895
|
-
"apiListState"
|
|
9896
|
-
]
|
|
9810
|
+
"filePath": "state/index.ts"
|
|
9897
9811
|
},
|
|
9898
9812
|
{
|
|
9899
9813
|
"name": "IkasStockLocationAddressCity",
|
|
@@ -10066,10 +9980,7 @@
|
|
|
10066
9980
|
"optional": false
|
|
10067
9981
|
}
|
|
10068
9982
|
],
|
|
10069
|
-
"filePath": "stock-location/available/index.ts"
|
|
10070
|
-
"relatedFunctions": [
|
|
10071
|
-
"apiGetAvailableStockLocations"
|
|
10072
|
-
]
|
|
9983
|
+
"filePath": "stock-location/available/index.ts"
|
|
10073
9984
|
},
|
|
10074
9985
|
{
|
|
10075
9986
|
"name": "IkasStockLocation",
|
|
@@ -10117,10 +10028,7 @@
|
|
|
10117
10028
|
"optional": false
|
|
10118
10029
|
}
|
|
10119
10030
|
],
|
|
10120
|
-
"filePath": "stock-location/index.ts"
|
|
10121
|
-
"relatedFunctions": [
|
|
10122
|
-
"apiListStockLocations"
|
|
10123
|
-
]
|
|
10031
|
+
"filePath": "stock-location/index.ts"
|
|
10124
10032
|
},
|
|
10125
10033
|
{
|
|
10126
10034
|
"name": "IkasStorefrontB2BSettings",
|
|
@@ -10552,10 +10460,7 @@
|
|
|
10552
10460
|
"optional": false
|
|
10553
10461
|
}
|
|
10554
10462
|
],
|
|
10555
|
-
"filePath": "storefront/settings/index.ts"
|
|
10556
|
-
"relatedFunctions": [
|
|
10557
|
-
"apiGetStorefrontSettings"
|
|
10558
|
-
]
|
|
10463
|
+
"filePath": "storefront/settings/index.ts"
|
|
10559
10464
|
},
|
|
10560
10465
|
{
|
|
10561
10466
|
"name": "IkasStorefrontTheme",
|