@builder.io/plugin-sfcc-commerce-api 0.0.13-0 → 0.0.13-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/dist/plugin.system.js
CHANGED
|
@@ -146877,7 +146877,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146877
146877
|
});
|
|
146878
146878
|
|
|
146879
146879
|
var name = "@builder.io/plugin-sfcc-commerce-api";
|
|
146880
|
-
var version = "0.0.
|
|
146880
|
+
var version = "0.0.13-0";
|
|
146881
146881
|
var description = "";
|
|
146882
146882
|
var keywords = [
|
|
146883
146883
|
];
|
|
@@ -147105,6 +147105,11 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
147105
147105
|
name: "einsteinSiteId",
|
|
147106
147106
|
friendlyName: "Einstein API Site ID",
|
|
147107
147107
|
type: "string"
|
|
147108
|
+
},
|
|
147109
|
+
{
|
|
147110
|
+
name: "navDepth",
|
|
147111
|
+
type: "string",
|
|
147112
|
+
helperText: "This will be used in category search. If you enter nav depth greater than 3 there could be performance implications"
|
|
147108
147113
|
}
|
|
147109
147114
|
],
|
|
147110
147115
|
ctaText: `Connect your Salesforce Commerce API`
|