@likewatt/models-front 1.96.1 → 1.97.0

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.
@@ -30,4 +30,5 @@ export interface CollectiveSite {
30
30
  hasAnalysis: boolean;
31
31
  buildingData?: BuildingData | null;
32
32
  buildingDataStatus?: BuildingDataStatus | null;
33
+ demoTemplateSourceId?: string;
33
34
  }
@@ -133,4 +133,5 @@ export interface Site {
133
133
  hasContractData: boolean;
134
134
  scenarioOption?: string;
135
135
  invoiceData?: InvoiceOcrResult;
136
+ demoTemplateSourceId?: string;
136
137
  }
@@ -80,7 +80,7 @@ export declare class User {
80
80
  defaultScenarios: string[];
81
81
  lastname: string;
82
82
  phone?: string;
83
- company: string;
83
+ company?: string;
84
84
  organization?: string;
85
85
  address?: string;
86
86
  addressCity?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models-front",
3
- "version": "1.96.1",
3
+ "version": "1.97.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",