@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.
@@ -1159,7 +1159,8 @@ export declare enum StorefrontType {
1159
1159
  WooCommerce = "WooCommerce",
1160
1160
  Magento = "Magento",
1161
1161
  BigCommerce = "BigCommerce",
1162
- Shopify = "Shopify"
1162
+ Shopify = "Shopify",
1163
+ ShopifyCustom = "ShopifyCustom"
1163
1164
  }
1164
1165
  /** Dto class, containing information about a storefront. */
1165
1166
  export interface StorefrontDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.26.1",
3
+ "version": "2.27.1",
4
4
  "license": "SEE LICENSE IN License.md",
5
5
  "description": "Angular API Client for Storefront API service of Customer's Canvas web-to-print system.",
6
6
  "author": "Aurigma Inc <info@aurigma.com> (https://customerscanvas.com)",