@aurigma/ng-storefront-api-client 2.12.1 → 2.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.
@@ -930,6 +930,8 @@ export interface TenantInfoDto {
930
930
  tenancyName?: string | null;
931
931
  /** Tenant creation time. */
932
932
  tenantCreationTime?: string;
933
+ /** Tenant activeness status. */
934
+ isActive?: boolean;
933
935
  }
934
936
  export interface FileResponse {
935
937
  data: Blob;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.12.1",
3
+ "version": "2.13.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)",