@aurigma/ng-storefront-api-client 2.2.1038 → 2.5.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.
@@ -828,7 +828,7 @@ export interface CreateProjectDto {
828
828
  /** Project name */
829
829
  name?: string | null;
830
830
  /** Project owner identifier */
831
- ownerId?: string | null;
831
+ ownerId: string;
832
832
  /** List of project items */
833
833
  items?: ProjectItemDto[] | null;
834
834
  /** Description of the project */
@@ -941,6 +941,9 @@ export interface TenantApplicationsInfoDto {
941
941
  preflightUrl?: string | null;
942
942
  dynamicImageUrl?: string | null;
943
943
  tenantId?: number;
944
+ designEditorApiKey?: string | null;
945
+ preflightApiKey?: string | null;
946
+ dynamicImageApiKey?: string | null;
944
947
  }
945
948
  /** Dto class, containing information about tenant */
946
949
  export interface TenantInfoDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.2.1038",
3
+ "version": "2.5.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)",