kui-crm 0.0.591 → 0.0.593

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
@@ -429,6 +429,7 @@ declare type ApartmentResourceModel = {
429
429
  comment?: string;
430
430
  meters_max_count?: number;
431
431
  meters_current_count?: number;
432
+ app_name?: string;
432
433
  };
433
434
  declare type ApartmentResourcesResponse = ApartmentResourceModel[];
434
435
 
@@ -1818,11 +1819,11 @@ declare type DataSubmissionDaysParams = {
1818
1819
  };
1819
1820
  declare type DataTransmissionFormats = "online" | "offline";
1820
1821
  declare type ResourceAccessParams = {
1821
- dataTransmissionFormat: DataTransmissionFormats;
1822
1822
  site?: string;
1823
1823
  login?: string;
1824
1824
  password?: string;
1825
1825
  description?: string;
1826
+ appName?: string;
1826
1827
  };
1827
1828
  declare type ApartmentResourceTypes = ResourceTypes$1 | "administrativeCompany" | "other";
1828
1829
  declare type ApartmentResourceCompanyDetails = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.591",
3
+ "version": "0.0.593",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -1257,6 +1257,7 @@ declare type ApartmentResourceModel = {
1257
1257
  comment?: string;
1258
1258
  meters_max_count?: number;
1259
1259
  meters_current_count?: number;
1260
+ app_name?: string;
1260
1261
  };
1261
1262
  declare type ApartmentResourcesResponse = ApartmentResourceModel[];
1262
1263
 
@@ -2088,11 +2089,11 @@ declare type DataSubmissionDaysParams = {
2088
2089
  };
2089
2090
  declare type DataTransmissionFormats = "online" | "offline";
2090
2091
  declare type ResourceAccessParams = {
2091
- dataTransmissionFormat: DataTransmissionFormats;
2092
2092
  site?: string;
2093
2093
  login?: string;
2094
2094
  password?: string;
2095
2095
  description?: string;
2096
+ appName?: string;
2096
2097
  };
2097
2098
  declare type ApartmentResourceTypes = ResourceTypes | "administrativeCompany" | "other";
2098
2099
  declare type ApartmentResourceCompanyDetails = {