@aurigma/ng-storefront-api-client 2.19.1 → 2.20.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.
@@ -957,9 +957,14 @@ export interface ProjectPdfResultDto {
957
957
  /** Storefront types. */
958
958
  export declare enum StorefrontType {
959
959
  Custom = "Custom",
960
- Shopify = "Shopify",
960
+ ShopifyLegacy = "ShopifyLegacy",
961
961
  DocketManager = "DocketManager",
962
- Auth0Saml = "Auth0Saml"
962
+ CustomSaml = "CustomSaml",
963
+ NopCommerce = "NopCommerce",
964
+ WooCommerce = "WooCommerce",
965
+ Magento = "Magento",
966
+ BigCommerce = "BigCommerce",
967
+ Shopify = "Shopify"
963
968
  }
964
969
  /** Dto class, containing information about a storefront. */
965
970
  export interface StorefrontDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.19.1",
3
+ "version": "2.20.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)",