@ikas/code-components-mcp 0.132.0 → 0.133.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/data/storefront-api.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-04-
|
|
2
|
+
"generatedAt": "2026-04-22T15:43:26.831Z",
|
|
3
3
|
"functions": [
|
|
4
4
|
{
|
|
5
5
|
"name": "fbp_initAdvancedMatching",
|
|
@@ -10661,6 +10661,38 @@
|
|
|
10661
10661
|
"isAsync": false,
|
|
10662
10662
|
"isClass": false
|
|
10663
10663
|
},
|
|
10664
|
+
{
|
|
10665
|
+
"name": "setAccountInfoFormIsMarketingAccepted",
|
|
10666
|
+
"displayName": "setIsMarketingAccepted",
|
|
10667
|
+
"signature": "function setAccountInfoFormIsMarketingAccepted(accountInfoForm: AccountInfoForm, value: boolean): void",
|
|
10668
|
+
"description": "Sets the marketing acceptance field on the account info form and re-validates if the form has already been submitted.",
|
|
10669
|
+
"params": [
|
|
10670
|
+
{
|
|
10671
|
+
"name": "accountInfoForm",
|
|
10672
|
+
"description": "- The AccountInfoForm instance to update."
|
|
10673
|
+
},
|
|
10674
|
+
{
|
|
10675
|
+
"name": "value",
|
|
10676
|
+
"description": "- The new marketing acceptance value."
|
|
10677
|
+
}
|
|
10678
|
+
],
|
|
10679
|
+
"returns": "void",
|
|
10680
|
+
"returnType": "void",
|
|
10681
|
+
"example": "```typescript\nimport { setAccountInfoFormIsMarketingAccepted } from \"@ikas/bp-storefront\";\nsetAccountInfoFormIsMarketingAccepted(accountInfoForm, true);\n```",
|
|
10682
|
+
"categories": [
|
|
10683
|
+
"AccountInfo",
|
|
10684
|
+
"Form"
|
|
10685
|
+
],
|
|
10686
|
+
"related": [
|
|
10687
|
+
"setAccountInfoFormFirstName",
|
|
10688
|
+
"setAccountInfoFormLastName",
|
|
10689
|
+
"setAccountInfoFormPhone",
|
|
10690
|
+
"initAccountInfoForm",
|
|
10691
|
+
"submitAccountInfoForm"
|
|
10692
|
+
],
|
|
10693
|
+
"isAsync": false,
|
|
10694
|
+
"isClass": false
|
|
10695
|
+
},
|
|
10664
10696
|
{
|
|
10665
10697
|
"name": "submitAccountInfoForm",
|
|
10666
10698
|
"displayName": "submit",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-04-
|
|
2
|
+
"generatedAt": "2026-04-22T15:43:26.879Z",
|
|
3
3
|
"types": [
|
|
4
4
|
{
|
|
5
5
|
"name": "IkasProductAttributeDetail",
|
|
@@ -10923,6 +10923,11 @@
|
|
|
10923
10923
|
"type": "IkasFormItem",
|
|
10924
10924
|
"optional": true
|
|
10925
10925
|
},
|
|
10926
|
+
{
|
|
10927
|
+
"name": "isMarketingAccepted",
|
|
10928
|
+
"type": "IkasFormItemBoolean",
|
|
10929
|
+
"optional": true
|
|
10930
|
+
},
|
|
10926
10931
|
{
|
|
10927
10932
|
"name": "isInitialized",
|
|
10928
10933
|
"type": "boolean",
|