kui-crm_actions 0.0.71 → 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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -23,6 +23,7 @@ type PartialMeterInfoStepProps = {
23
23
  resource: ResourceTypes
24
24
  index: number
25
25
  type?: MeterTypes
26
+ withCheckValue?: boolean
26
27
  }
27
28
 
28
29
  type PartialMeterInfoFields = {
@@ -35,6 +36,7 @@ type PartialMeterInfoFields = {
35
36
  T2?: string | number | null
36
37
  T3?: string | number | null
37
38
  images: FileStore[]
39
+ maxValue?: number | string
38
40
  }
39
41
 
40
42
  declare const getWaterMeterFields: (meters: PartialMeterInfoFields[], name?: string | undefined, settings?: any) => any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm_actions",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "description": "crm actions block",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",