kui-crm 0.0.72 → 0.0.73
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.
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -726,7 +726,7 @@ declare type CommonMeterParams = {
|
|
|
726
726
|
company: CompanyLiteParams;
|
|
727
727
|
operating_account_number?: string | null;
|
|
728
728
|
company_is_administrative: boolean;
|
|
729
|
-
|
|
729
|
+
photo: ImageModel[];
|
|
730
730
|
};
|
|
731
731
|
declare type ElectricityMeterValues = {
|
|
732
732
|
T1: MeterTariffModel;
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -639,7 +639,7 @@ declare type CommonMeterParams = {
|
|
|
639
639
|
company: CompanyLiteParams;
|
|
640
640
|
operating_account_number?: string | null;
|
|
641
641
|
company_is_administrative: boolean;
|
|
642
|
-
|
|
642
|
+
photo: ImageModel[];
|
|
643
643
|
};
|
|
644
644
|
declare type ElectricityMeterValues = {
|
|
645
645
|
T1: MeterTariffModel;
|