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 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
- country_of_stay: CountryModel;
599
+ country_of_residence: CountryModel;
600
600
  taxes_type: TaxesTypes;
601
601
  filling: InspectionFillingModel[];
602
602
  } & ApartmentModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.126",
3
+ "version": "0.0.127",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
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
- country_of_stay: CountryModel;
1258
+ country_of_residence: CountryModel;
1259
1259
  taxes_type: TaxesTypes;
1260
1260
  filling: InspectionFillingModel[];
1261
1261
  } & ApartmentModel;