@aurigma/ng-storefront-api-client 2.26.1 → 2.27.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.
@@ -3481,6 +3481,7 @@ var StorefrontType;
3481
3481
  StorefrontType["Magento"] = "Magento";
3482
3482
  StorefrontType["BigCommerce"] = "BigCommerce";
3483
3483
  StorefrontType["Shopify"] = "Shopify";
3484
+ StorefrontType["ShopifyCustom"] = "ShopifyCustom";
3484
3485
  })(StorefrontType || (StorefrontType = {}));
3485
3486
  class ApiException extends Error {
3486
3487
  constructor(message, status, response, headers, result) {