kui-crm 0.0.126 → 0.0.127
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
|
@@ -596,7 +596,7 @@ declare type InspectionFillingModel = {
|
|
|
596
596
|
feature: FillingTagModel;
|
|
597
597
|
} & Omit<InspectionFillingParams, "instruction" | "photos" | "feature">;
|
|
598
598
|
declare type FullInspectionCommonFields = {
|
|
599
|
-
|
|
599
|
+
country_of_residence: CountryModel;
|
|
600
600
|
taxes_type: TaxesTypes;
|
|
601
601
|
filling: InspectionFillingModel[];
|
|
602
602
|
} & ApartmentModel;
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1255,7 +1255,7 @@ declare type InspectionFillingModel = {
|
|
|
1255
1255
|
feature: FillingTagModel;
|
|
1256
1256
|
} & Omit<InspectionFillingParams, "instruction" | "photos" | "feature">;
|
|
1257
1257
|
declare type FullInspectionCommonFields = {
|
|
1258
|
-
|
|
1258
|
+
country_of_residence: CountryModel;
|
|
1259
1259
|
taxes_type: TaxesTypes;
|
|
1260
1260
|
filling: InspectionFillingModel[];
|
|
1261
1261
|
} & ApartmentModel;
|