kui-crm_actions 0.0.213 → 0.0.214
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 +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -1781,6 +1781,8 @@ type ApartmentInspectionParams = {
|
|
1781
1781
|
isInspectionUpcoming?: boolean
|
1782
1782
|
type: InspectionTypes
|
1783
1783
|
transferType?: TransferInspectionTypes$1
|
1784
|
+
hasRejectedInspection?: boolean
|
1785
|
+
hasUnSignInspection?: boolean
|
1784
1786
|
}
|
1785
1787
|
|
1786
1788
|
type ObjectForMapParams = {
|