@aurigma/ng-storefront-api-client 2.10.9 → 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.
@@ -907,6 +907,8 @@ export interface TenantApplicationsInfoDto {
907
907
  designEditorUrl?: string | null;
908
908
  /** An url to the 'UI Framework'. */
909
909
  uiFrameworkUrl?: string | null;
910
+ /** An url to the 'Simple editor'. */
911
+ simpleEditorUrl?: string | null;
910
912
  /** An url to the 'Preflight' tenant application. */
911
913
  preflightUrl?: string | null;
912
914
  /** An url to the 'Dynamic Image' tenant application. */
@@ -928,6 +930,8 @@ export interface TenantInfoDto {
928
930
  tenancyName?: string | null;
929
931
  /** Tenant creation time. */
930
932
  tenantCreationTime?: string;
933
+ /** Tenant activeness status. */
934
+ isActive?: boolean;
931
935
  }
932
936
  export interface FileResponse {
933
937
  data: Blob;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.10.9",
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)",