@builder.io/plugin-sfcc-commerce-api 0.0.7-0 → 0.0.7-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.
@@ -33563,7 +33563,7 @@ System.register(['@builder.io/react', '@emotion/core', '@material-ui/core', 'rea
33563
33563
  }); };
33564
33564
 
33565
33565
  var name = "@builder.io/plugin-sfcc-commerce-api";
33566
- var version = "0.0.6";
33566
+ var version = "0.0.7-0";
33567
33567
  var description = "";
33568
33568
  var keywords = [
33569
33569
  ];
@@ -33760,7 +33760,7 @@ System.register(['@builder.io/react', '@emotion/core', '@material-ui/core', 'rea
33760
33760
  pluginId: this.pluginId,
33761
33761
  apiKey: this.apiKey
33762
33762
  });
33763
- const root = appState.config.apiRoot();
33763
+ const root = "https://qa.builder.io";
33764
33764
  const baseUrl = new URL(`${root}/api/v1/sfcc-commerce/${path}`);
33765
33765
  baseUrl.search = params.toString();
33766
33766
  return baseUrl.toString();
@@ -33827,7 +33827,13 @@ System.register(['@builder.io/react', '@emotion/core', '@material-ui/core', 'rea
33827
33827
  {
33828
33828
  name: "proxy",
33829
33829
  type: "string",
33830
- required: true
33830
+ required: false
33831
+ },
33832
+ {
33833
+ name: "redirectURI",
33834
+ type: "string",
33835
+ required: false,
33836
+ helperText: "redirectURI must be configured by SLAS admin"
33831
33837
  },
33832
33838
  {
33833
33839
  name: "shortCode",