@1oo4/miv 1.0.0
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/README.md +34 -0
- package/dist/Client/AuditTrail.d.ts +132 -0
- package/dist/Client/AuditTrail.d.ts.map +1 -0
- package/dist/Client/AuditTrail.js +705 -0
- package/dist/Client/AuditTrail.js.map +1 -0
- package/dist/Client/Connections/ConnectionStrategy.d.ts +9 -0
- package/dist/Client/Connections/ConnectionStrategy.d.ts.map +1 -0
- package/dist/Client/Connections/ConnectionStrategy.js +52 -0
- package/dist/Client/Connections/ConnectionStrategy.js.map +1 -0
- package/dist/Client/Connections/WebSocketConnection.d.ts +31 -0
- package/dist/Client/Connections/WebSocketConnection.d.ts.map +1 -0
- package/dist/Client/Connections/WebSocketConnection.js +323 -0
- package/dist/Client/Connections/WebSocketConnection.js.map +1 -0
- package/dist/Client/Construction/ChildAndRealtionData.d.ts +16 -0
- package/dist/Client/Construction/ChildAndRealtionData.d.ts.map +1 -0
- package/dist/Client/Construction/ChildAndRealtionData.js +38 -0
- package/dist/Client/Construction/ChildAndRealtionData.js.map +1 -0
- package/dist/Client/Construction/ClientTypes.d.ts +107 -0
- package/dist/Client/Construction/ClientTypes.d.ts.map +1 -0
- package/dist/Client/Construction/ClientTypes.js +316 -0
- package/dist/Client/Construction/ClientTypes.js.map +1 -0
- package/dist/Client/Construction/FiltersSet.d.ts +2 -0
- package/dist/Client/Construction/FiltersSet.d.ts.map +1 -0
- package/dist/Client/Construction/FiltersSet.js +60 -0
- package/dist/Client/Construction/FiltersSet.js.map +1 -0
- package/dist/Client/Construction/TypesInfos.d.ts +21 -0
- package/dist/Client/Construction/TypesInfos.d.ts.map +1 -0
- package/dist/Client/Construction/TypesInfos.js +29 -0
- package/dist/Client/Construction/TypesInfos.js.map +1 -0
- package/dist/Client/LoadFilter.d.ts +14 -0
- package/dist/Client/LoadFilter.d.ts.map +1 -0
- package/dist/Client/LoadFilter.js +49 -0
- package/dist/Client/LoadFilter.js.map +1 -0
- package/dist/Client/MChild.d.ts +43 -0
- package/dist/Client/MChild.d.ts.map +1 -0
- package/dist/Client/MChild.js +344 -0
- package/dist/Client/MChild.js.map +1 -0
- package/dist/Client/MField.d.ts +6 -0
- package/dist/Client/MField.d.ts.map +1 -0
- package/dist/Client/MField.js +40 -0
- package/dist/Client/MField.js.map +1 -0
- package/dist/Client/MIVClient.d.ts +122 -0
- package/dist/Client/MIVClient.d.ts.map +1 -0
- package/dist/Client/MIVClient.js +931 -0
- package/dist/Client/MIVClient.js.map +1 -0
- package/dist/Client/MObject.d.ts +13 -0
- package/dist/Client/MObject.d.ts.map +1 -0
- package/dist/Client/MObject.js +67 -0
- package/dist/Client/MObject.js.map +1 -0
- package/dist/Client/MProperty.d.ts +7 -0
- package/dist/Client/MProperty.d.ts.map +1 -0
- package/dist/Client/MProperty.js +96 -0
- package/dist/Client/MProperty.js.map +1 -0
- package/dist/Client/MRealObject.d.ts +56 -0
- package/dist/Client/MRealObject.d.ts.map +1 -0
- package/dist/Client/MRealObject.js +534 -0
- package/dist/Client/MRealObject.js.map +1 -0
- package/dist/Client/MRelation.d.ts +32 -0
- package/dist/Client/MRelation.d.ts.map +1 -0
- package/dist/Client/MRelation.js +116 -0
- package/dist/Client/MRelation.js.map +1 -0
- package/dist/Client/MRoot.d.ts +27 -0
- package/dist/Client/MRoot.d.ts.map +1 -0
- package/dist/Client/MRoot.js +108 -0
- package/dist/Client/MRoot.js.map +1 -0
- package/dist/Client/MSets/ChildrenListInternal.d.ts +2 -0
- package/dist/Client/MSets/ChildrenListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/ChildrenListInternal.js +87 -0
- package/dist/Client/MSets/ChildrenListInternal.js.map +1 -0
- package/dist/Client/MSets/ListInternal.d.ts +2 -0
- package/dist/Client/MSets/ListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/ListInternal.js +123 -0
- package/dist/Client/MSets/ListInternal.js.map +1 -0
- package/dist/Client/MSets/MItem.d.ts +23 -0
- package/dist/Client/MSets/MItem.d.ts.map +1 -0
- package/dist/Client/MSets/MItem.js +72 -0
- package/dist/Client/MSets/MItem.js.map +1 -0
- package/dist/Client/MSets/MList.d.ts +9 -0
- package/dist/Client/MSets/MList.d.ts.map +1 -0
- package/dist/Client/MSets/MList.js +17 -0
- package/dist/Client/MSets/MList.js.map +1 -0
- package/dist/Client/MSets/MPage.d.ts +12 -0
- package/dist/Client/MSets/MPage.d.ts.map +1 -0
- package/dist/Client/MSets/MPage.js +32 -0
- package/dist/Client/MSets/MPage.js.map +1 -0
- package/dist/Client/MSets/MPagination.d.ts +25 -0
- package/dist/Client/MSets/MPagination.d.ts.map +1 -0
- package/dist/Client/MSets/MPagination.js +99 -0
- package/dist/Client/MSets/MPagination.js.map +1 -0
- package/dist/Client/MSets/MRealLists.d.ts +33 -0
- package/dist/Client/MSets/MRealLists.d.ts.map +1 -0
- package/dist/Client/MSets/MRealLists.js +85 -0
- package/dist/Client/MSets/MRealLists.js.map +1 -0
- package/dist/Client/MSets/MSet.d.ts +4 -0
- package/dist/Client/MSets/MSet.d.ts.map +1 -0
- package/dist/Client/MSets/MSet.js +18 -0
- package/dist/Client/MSets/MSet.js.map +1 -0
- package/dist/Client/MSets/PageInternal.d.ts +2 -0
- package/dist/Client/MSets/PageInternal.d.ts.map +1 -0
- package/dist/Client/MSets/PageInternal.js +142 -0
- package/dist/Client/MSets/PageInternal.js.map +1 -0
- package/dist/Client/MSets/PointersListInternal.d.ts +2 -0
- package/dist/Client/MSets/PointersListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/PointersListInternal.js +75 -0
- package/dist/Client/MSets/PointersListInternal.js.map +1 -0
- package/dist/Client/MSets/TargetingListInternal.d.ts +2 -0
- package/dist/Client/MSets/TargetingListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/TargetingListInternal.js +91 -0
- package/dist/Client/MSets/TargetingListInternal.js.map +1 -0
- package/dist/Client/MSets/TargetsListInternal.d.ts +2 -0
- package/dist/Client/MSets/TargetsListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/TargetsListInternal.js +93 -0
- package/dist/Client/MSets/TargetsListInternal.js.map +1 -0
- package/dist/Client/MSets/VirtualList.d.ts +11 -0
- package/dist/Client/MSets/VirtualList.d.ts.map +1 -0
- package/dist/Client/MSets/VirtualList.js +63 -0
- package/dist/Client/MSets/VirtualList.js.map +1 -0
- package/dist/Client/MSets/WholeListInternal.d.ts +4 -0
- package/dist/Client/MSets/WholeListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/WholeListInternal.js +12 -0
- package/dist/Client/MSets/WholeListInternal.js.map +1 -0
- package/dist/Client/MUser.d.ts +10 -0
- package/dist/Client/MUser.d.ts.map +1 -0
- package/dist/Client/MUser.js +16 -0
- package/dist/Client/MUser.js.map +1 -0
- package/dist/Client/MVirtualObject.d.ts +13 -0
- package/dist/Client/MVirtualObject.d.ts.map +1 -0
- package/dist/Client/MVirtualObject.js +30 -0
- package/dist/Client/MVirtualObject.js.map +1 -0
- package/dist/Client/Properties/BinaryProperty.d.ts +24 -0
- package/dist/Client/Properties/BinaryProperty.d.ts.map +1 -0
- package/dist/Client/Properties/BinaryProperty.js +135 -0
- package/dist/Client/Properties/BinaryProperty.js.map +1 -0
- package/dist/Client/Properties/BoolProperty.d.ts +30 -0
- package/dist/Client/Properties/BoolProperty.d.ts.map +1 -0
- package/dist/Client/Properties/BoolProperty.js +89 -0
- package/dist/Client/Properties/BoolProperty.js.map +1 -0
- package/dist/Client/Properties/ByteProperty.d.ts +31 -0
- package/dist/Client/Properties/ByteProperty.d.ts.map +1 -0
- package/dist/Client/Properties/ByteProperty.js +134 -0
- package/dist/Client/Properties/ByteProperty.js.map +1 -0
- package/dist/Client/Properties/DateTimeProperty.d.ts +32 -0
- package/dist/Client/Properties/DateTimeProperty.d.ts.map +1 -0
- package/dist/Client/Properties/DateTimeProperty.js +150 -0
- package/dist/Client/Properties/DateTimeProperty.js.map +1 -0
- package/dist/Client/Properties/DoubleProperty.d.ts +28 -0
- package/dist/Client/Properties/DoubleProperty.d.ts.map +1 -0
- package/dist/Client/Properties/DoubleProperty.js +126 -0
- package/dist/Client/Properties/DoubleProperty.js.map +1 -0
- package/dist/Client/Properties/EnumProperty.d.ts +32 -0
- package/dist/Client/Properties/EnumProperty.d.ts.map +1 -0
- package/dist/Client/Properties/EnumProperty.js +81 -0
- package/dist/Client/Properties/EnumProperty.js.map +1 -0
- package/dist/Client/Properties/IRealProperty.d.ts +12 -0
- package/dist/Client/Properties/IRealProperty.d.ts.map +1 -0
- package/dist/Client/Properties/IRealProperty.js +3 -0
- package/dist/Client/Properties/IRealProperty.js.map +1 -0
- package/dist/Client/Properties/LongProperty.d.ts +28 -0
- package/dist/Client/Properties/LongProperty.d.ts.map +1 -0
- package/dist/Client/Properties/LongProperty.js +126 -0
- package/dist/Client/Properties/LongProperty.js.map +1 -0
- package/dist/Client/Properties/RealPropertyInternal.d.ts +2 -0
- package/dist/Client/Properties/RealPropertyInternal.d.ts.map +1 -0
- package/dist/Client/Properties/RealPropertyInternal.js +36 -0
- package/dist/Client/Properties/RealPropertyInternal.js.map +1 -0
- package/dist/Client/Properties/StringProperty.d.ts +28 -0
- package/dist/Client/Properties/StringProperty.d.ts.map +1 -0
- package/dist/Client/Properties/StringProperty.js +129 -0
- package/dist/Client/Properties/StringProperty.js.map +1 -0
- package/dist/Client/Properties/SupportedPropertyInternal.d.ts +2 -0
- package/dist/Client/Properties/SupportedPropertyInternal.d.ts.map +1 -0
- package/dist/Client/Properties/SupportedPropertyInternal.js +21 -0
- package/dist/Client/Properties/SupportedPropertyInternal.js.map +1 -0
- package/dist/Client/Properties/UlongProperty.d.ts +29 -0
- package/dist/Client/Properties/UlongProperty.d.ts.map +1 -0
- package/dist/Client/Properties/UlongProperty.js +126 -0
- package/dist/Client/Properties/UlongProperty.js.map +1 -0
- package/dist/Client/Queries/IRealObject.d.ts +3 -0
- package/dist/Client/Queries/IRealObject.d.ts.map +1 -0
- package/dist/Client/Queries/IRealObject.js +3 -0
- package/dist/Client/Queries/IRealObject.js.map +1 -0
- package/dist/Client/Queries/PlaceholderChild.d.ts +10 -0
- package/dist/Client/Queries/PlaceholderChild.d.ts.map +1 -0
- package/dist/Client/Queries/PlaceholderChild.js +22 -0
- package/dist/Client/Queries/PlaceholderChild.js.map +1 -0
- package/dist/Client/Queries/PlaceholderCopy.d.ts +13 -0
- package/dist/Client/Queries/PlaceholderCopy.d.ts.map +1 -0
- package/dist/Client/Queries/PlaceholderCopy.js +32 -0
- package/dist/Client/Queries/PlaceholderCopy.js.map +1 -0
- package/dist/Client/QueryBuilder.d.ts +92 -0
- package/dist/Client/QueryBuilder.d.ts.map +1 -0
- package/dist/Client/QueryBuilder.js +380 -0
- package/dist/Client/QueryBuilder.js.map +1 -0
- package/dist/Client/QueryInfo.d.ts +7 -0
- package/dist/Client/QueryInfo.d.ts.map +1 -0
- package/dist/Client/QueryInfo.js +12 -0
- package/dist/Client/QueryInfo.js.map +1 -0
- package/dist/Client/UpdateTools/ChildUpdate.d.ts +2 -0
- package/dist/Client/UpdateTools/ChildUpdate.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ChildUpdate.js +262 -0
- package/dist/Client/UpdateTools/ChildUpdate.js.map +1 -0
- package/dist/Client/UpdateTools/ChildUpdateInfo.d.ts +13 -0
- package/dist/Client/UpdateTools/ChildUpdateInfo.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ChildUpdateInfo.js +79 -0
- package/dist/Client/UpdateTools/ChildUpdateInfo.js.map +1 -0
- package/dist/Client/UpdateTools/ClientDataUpdateAndCompute.d.ts +42 -0
- package/dist/Client/UpdateTools/ClientDataUpdateAndCompute.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ClientDataUpdateAndCompute.js +156 -0
- package/dist/Client/UpdateTools/ClientDataUpdateAndCompute.js.map +1 -0
- package/dist/Client/UpdateTools/FieldWatcher.d.ts +13 -0
- package/dist/Client/UpdateTools/FieldWatcher.d.ts.map +1 -0
- package/dist/Client/UpdateTools/FieldWatcher.js +43 -0
- package/dist/Client/UpdateTools/FieldWatcher.js.map +1 -0
- package/dist/Client/UpdateTools/Load.d.ts +2 -0
- package/dist/Client/UpdateTools/Load.d.ts.map +1 -0
- package/dist/Client/UpdateTools/Load.js +126 -0
- package/dist/Client/UpdateTools/Load.js.map +1 -0
- package/dist/Client/UpdateTools/ModelUpdateAndCompute.d.ts +42 -0
- package/dist/Client/UpdateTools/ModelUpdateAndCompute.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ModelUpdateAndCompute.js +163 -0
- package/dist/Client/UpdateTools/ModelUpdateAndCompute.js.map +1 -0
- package/dist/Client/UpdateTools/UpdateWatcher.d.ts +12 -0
- package/dist/Client/UpdateTools/UpdateWatcher.d.ts.map +1 -0
- package/dist/Client/UpdateTools/UpdateWatcher.js +41 -0
- package/dist/Client/UpdateTools/UpdateWatcher.js.map +1 -0
- package/dist/Client/UpdateTools/ViewUpdateAndCompute.d.ts +21 -0
- package/dist/Client/UpdateTools/ViewUpdateAndCompute.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ViewUpdateAndCompute.js +83 -0
- package/dist/Client/UpdateTools/ViewUpdateAndCompute.js.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VFilters.d.ts +2 -0
- package/dist/Client/VSets/FilterAndSort/VFilters.d.ts.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VFilters.js +53 -0
- package/dist/Client/VSets/FilterAndSort/VFilters.js.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VListModif.d.ts +2 -0
- package/dist/Client/VSets/FilterAndSort/VListModif.d.ts.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VListModif.js +45 -0
- package/dist/Client/VSets/FilterAndSort/VListModif.js.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VListModification.d.ts +2 -0
- package/dist/Client/VSets/FilterAndSort/VListModification.d.ts.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VListModification.js +24 -0
- package/dist/Client/VSets/FilterAndSort/VListModification.js.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VSorter.d.ts +2 -0
- package/dist/Client/VSets/FilterAndSort/VSorter.d.ts.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VSorter.js +21 -0
- package/dist/Client/VSets/FilterAndSort/VSorter.js.map +1 -0
- package/dist/Client/VSets/VItem.d.ts +42 -0
- package/dist/Client/VSets/VItem.d.ts.map +1 -0
- package/dist/Client/VSets/VItem.js +161 -0
- package/dist/Client/VSets/VItem.js.map +1 -0
- package/dist/Client/VSets/VList.d.ts +44 -0
- package/dist/Client/VSets/VList.d.ts.map +1 -0
- package/dist/Client/VSets/VList.js +409 -0
- package/dist/Client/VSets/VList.js.map +1 -0
- package/dist/Client/VSets/VPage.d.ts +20 -0
- package/dist/Client/VSets/VPage.d.ts.map +1 -0
- package/dist/Client/VSets/VPage.js +125 -0
- package/dist/Client/VSets/VPage.js.map +1 -0
- package/dist/Client/VSets/VPagination.d.ts +32 -0
- package/dist/Client/VSets/VPagination.d.ts.map +1 -0
- package/dist/Client/VSets/VPagination.js +126 -0
- package/dist/Client/VSets/VPagination.js.map +1 -0
- package/dist/Client/VSets/VSet.d.ts +9 -0
- package/dist/Client/VSets/VSet.d.ts.map +1 -0
- package/dist/Client/VSets/VSet.js +135 -0
- package/dist/Client/VSets/VSet.js.map +1 -0
- package/dist/Client/View/VBoundObject.d.ts +4 -0
- package/dist/Client/View/VBoundObject.d.ts.map +1 -0
- package/dist/Client/View/VBoundObject.js +15 -0
- package/dist/Client/View/VBoundObject.js.map +1 -0
- package/dist/Client/View/VObject.d.ts +29 -0
- package/dist/Client/View/VObject.d.ts.map +1 -0
- package/dist/Client/View/VObject.js +181 -0
- package/dist/Client/View/VObject.js.map +1 -0
- package/dist/Client/View/VObjectInItem.d.ts +22 -0
- package/dist/Client/View/VObjectInItem.d.ts.map +1 -0
- package/dist/Client/View/VObjectInItem.js +46 -0
- package/dist/Client/View/VObjectInItem.js.map +1 -0
- package/dist/Client/View/VObjectInList.d.ts +41 -0
- package/dist/Client/View/VObjectInList.d.ts.map +1 -0
- package/dist/Client/View/VObjectInList.js +100 -0
- package/dist/Client/View/VObjectInList.js.map +1 -0
- package/dist/Communication/ConnectionLogs.d.ts +22 -0
- package/dist/Communication/ConnectionLogs.d.ts.map +1 -0
- package/dist/Communication/ConnectionLogs.js +93 -0
- package/dist/Communication/ConnectionLogs.js.map +1 -0
- package/dist/Communication/CustomReadQuery.d.ts +2 -0
- package/dist/Communication/CustomReadQuery.d.ts.map +1 -0
- package/dist/Communication/CustomReadQuery.js +12 -0
- package/dist/Communication/CustomReadQuery.js.map +1 -0
- package/dist/Communication/DataAnswer.d.ts +2 -0
- package/dist/Communication/DataAnswer.d.ts.map +1 -0
- package/dist/Communication/DataAnswer.js +62 -0
- package/dist/Communication/DataAnswer.js.map +1 -0
- package/dist/Communication/DataItems/ChildData.d.ts +2 -0
- package/dist/Communication/DataItems/ChildData.d.ts.map +1 -0
- package/dist/Communication/DataItems/ChildData.js +92 -0
- package/dist/Communication/DataItems/ChildData.js.map +1 -0
- package/dist/Communication/DataItems/QueryData.d.ts +2 -0
- package/dist/Communication/DataItems/QueryData.d.ts.map +1 -0
- package/dist/Communication/DataItems/QueryData.js +56 -0
- package/dist/Communication/DataItems/QueryData.js.map +1 -0
- package/dist/Communication/DataItems/RelationData.d.ts +2 -0
- package/dist/Communication/DataItems/RelationData.d.ts.map +1 -0
- package/dist/Communication/DataItems/RelationData.js +82 -0
- package/dist/Communication/DataItems/RelationData.js.map +1 -0
- package/dist/Communication/DataItems/ValueClearedData.d.ts +2 -0
- package/dist/Communication/DataItems/ValueClearedData.d.ts.map +1 -0
- package/dist/Communication/DataItems/ValueClearedData.js +51 -0
- package/dist/Communication/DataItems/ValueClearedData.js.map +1 -0
- package/dist/Communication/DataItems/ValueData.d.ts +2 -0
- package/dist/Communication/DataItems/ValueData.d.ts.map +1 -0
- package/dist/Communication/DataItems/ValueData.js +50 -0
- package/dist/Communication/DataItems/ValueData.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDBinary.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDBinary.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDBinary.js +55 -0
- package/dist/Communication/DataItems/Values/VDBinary.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDByte.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDByte.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDByte.js +40 -0
- package/dist/Communication/DataItems/Values/VDByte.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDDateTime.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDDateTime.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDDateTime.js +40 -0
- package/dist/Communication/DataItems/Values/VDDateTime.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDDouble.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDDouble.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDDouble.js +40 -0
- package/dist/Communication/DataItems/Values/VDDouble.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDLong.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDLong.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDLong.js +40 -0
- package/dist/Communication/DataItems/Values/VDLong.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDString.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDString.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDString.js +43 -0
- package/dist/Communication/DataItems/Values/VDString.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDUlong.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDUlong.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDUlong.js +40 -0
- package/dist/Communication/DataItems/Values/VDUlong.js.map +1 -0
- package/dist/Communication/DataMessage.d.ts +2 -0
- package/dist/Communication/DataMessage.d.ts.map +1 -0
- package/dist/Communication/DataMessage.js +212 -0
- package/dist/Communication/DataMessage.js.map +1 -0
- package/dist/Communication/ErrorMessage.d.ts +348 -0
- package/dist/Communication/ErrorMessage.d.ts.map +1 -0
- package/dist/Communication/ErrorMessage.js +943 -0
- package/dist/Communication/ErrorMessage.js.map +1 -0
- package/dist/Communication/Errors/CustomErrorMessage.d.ts +7 -0
- package/dist/Communication/Errors/CustomErrorMessage.d.ts.map +1 -0
- package/dist/Communication/Errors/CustomErrorMessage.js +28 -0
- package/dist/Communication/Errors/CustomErrorMessage.js.map +1 -0
- package/dist/Communication/Errors/ErroneousWriteErrorMessages.d.ts +28 -0
- package/dist/Communication/Errors/ErroneousWriteErrorMessages.d.ts.map +1 -0
- package/dist/Communication/Errors/ErroneousWriteErrorMessages.js +130 -0
- package/dist/Communication/Errors/ErroneousWriteErrorMessages.js.map +1 -0
- package/dist/Communication/Errors/ErrorHandlers.d.ts +96 -0
- package/dist/Communication/Errors/ErrorHandlers.d.ts.map +1 -0
- package/dist/Communication/Errors/ErrorHandlers.js +61 -0
- package/dist/Communication/Errors/ErrorHandlers.js.map +1 -0
- package/dist/Communication/Errors/InvalidWriteErrorMessages.d.ts +25 -0
- package/dist/Communication/Errors/InvalidWriteErrorMessages.d.ts.map +1 -0
- package/dist/Communication/Errors/InvalidWriteErrorMessages.js +115 -0
- package/dist/Communication/Errors/InvalidWriteErrorMessages.js.map +1 -0
- package/dist/Communication/Errors/NonwriteErrorMessages.d.ts +2 -0
- package/dist/Communication/Errors/NonwriteErrorMessages.d.ts.map +1 -0
- package/dist/Communication/Errors/NonwriteErrorMessages.js +2 -0
- package/dist/Communication/Errors/NonwriteErrorMessages.js.map +1 -0
- package/dist/Communication/Errors/RegularWriteErrorMessages.d.ts +30 -0
- package/dist/Communication/Errors/RegularWriteErrorMessages.d.ts.map +1 -0
- package/dist/Communication/Errors/RegularWriteErrorMessages.js +134 -0
- package/dist/Communication/Errors/RegularWriteErrorMessages.js.map +1 -0
- package/dist/Communication/Errors/WriteErrorMessage.d.ts +2 -0
- package/dist/Communication/Errors/WriteErrorMessage.d.ts.map +1 -0
- package/dist/Communication/Errors/WriteErrorMessage.js +2 -0
- package/dist/Communication/Errors/WriteErrorMessage.js.map +1 -0
- package/dist/Communication/GetPagesQuery.d.ts +2 -0
- package/dist/Communication/GetPagesQuery.d.ts.map +1 -0
- package/dist/Communication/GetPagesQuery.js +22 -0
- package/dist/Communication/GetPagesQuery.js.map +1 -0
- package/dist/Communication/Query.d.ts +2 -0
- package/dist/Communication/Query.d.ts.map +1 -0
- package/dist/Communication/Query.js +20 -0
- package/dist/Communication/Query.js.map +1 -0
- package/dist/Communication/QueryItems/QIClearLinks.d.ts +2 -0
- package/dist/Communication/QueryItems/QIClearLinks.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIClearLinks.js +17 -0
- package/dist/Communication/QueryItems/QIClearLinks.js.map +1 -0
- package/dist/Communication/QueryItems/QIDelete.d.ts +2 -0
- package/dist/Communication/QueryItems/QIDelete.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIDelete.js +15 -0
- package/dist/Communication/QueryItems/QIDelete.js.map +1 -0
- package/dist/Communication/QueryItems/QINewChild.d.ts +2 -0
- package/dist/Communication/QueryItems/QINewChild.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QINewChild.js +104 -0
- package/dist/Communication/QueryItems/QINewChild.js.map +1 -0
- package/dist/Communication/QueryItems/QIReassignChild.d.ts +2 -0
- package/dist/Communication/QueryItems/QIReassignChild.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIReassignChild.js +27 -0
- package/dist/Communication/QueryItems/QIReassignChild.js.map +1 -0
- package/dist/Communication/QueryItems/QIUnlink.d.ts +2 -0
- package/dist/Communication/QueryItems/QIUnlink.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIUnlink.js +19 -0
- package/dist/Communication/QueryItems/QIUnlink.js.map +1 -0
- package/dist/Communication/QueryItems/QIValue.d.ts +37 -0
- package/dist/Communication/QueryItems/QIValue.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIValue.js +122 -0
- package/dist/Communication/QueryItems/QIValue.js.map +1 -0
- package/dist/Communication/Serialization/MIVDeserializer.d.ts +21 -0
- package/dist/Communication/Serialization/MIVDeserializer.d.ts.map +1 -0
- package/dist/Communication/Serialization/MIVDeserializer.js +148 -0
- package/dist/Communication/Serialization/MIVDeserializer.js.map +1 -0
- package/dist/Communication/Serialization/MIVSerializer.d.ts +25 -0
- package/dist/Communication/Serialization/MIVSerializer.d.ts.map +1 -0
- package/dist/Communication/Serialization/MIVSerializer.js +136 -0
- package/dist/Communication/Serialization/MIVSerializer.js.map +1 -0
- package/dist/Communication/SignQuery.d.ts +2 -0
- package/dist/Communication/SignQuery.d.ts.map +1 -0
- package/dist/Communication/SignQuery.js +19 -0
- package/dist/Communication/SignQuery.js.map +1 -0
- package/dist/Communication/SignupQuery.d.ts +2 -0
- package/dist/Communication/SignupQuery.d.ts.map +1 -0
- package/dist/Communication/SignupQuery.js +14 -0
- package/dist/Communication/SignupQuery.js.map +1 -0
- package/dist/Communication/UnloadQuery.d.ts +2 -0
- package/dist/Communication/UnloadQuery.d.ts.map +1 -0
- package/dist/Communication/UnloadQuery.js +20 -0
- package/dist/Communication/UnloadQuery.js.map +1 -0
- package/dist/Communication/UpdateQuery.d.ts +2 -0
- package/dist/Communication/UpdateQuery.d.ts.map +1 -0
- package/dist/Communication/UpdateQuery.js +45 -0
- package/dist/Communication/UpdateQuery.js.map +1 -0
- package/dist/HTML/BoolPropertyCheckBox.d.ts +17 -0
- package/dist/HTML/BoolPropertyCheckBox.d.ts.map +1 -0
- package/dist/HTML/BoolPropertyCheckBox.js +67 -0
- package/dist/HTML/BoolPropertyCheckBox.js.map +1 -0
- package/dist/HTML/PropertyTextArea.d.ts +53 -0
- package/dist/HTML/PropertyTextArea.d.ts.map +1 -0
- package/dist/HTML/PropertyTextArea.js +224 -0
- package/dist/HTML/PropertyTextArea.js.map +1 -0
- package/dist/HTML/PropertyTextBlock.d.ts +43 -0
- package/dist/HTML/PropertyTextBlock.d.ts.map +1 -0
- package/dist/HTML/PropertyTextBlock.js +161 -0
- package/dist/HTML/PropertyTextBlock.js.map +1 -0
- package/dist/HTML/PropertyTextBox.d.ts +72 -0
- package/dist/HTML/PropertyTextBox.d.ts.map +1 -0
- package/dist/HTML/PropertyTextBox.js +260 -0
- package/dist/HTML/PropertyTextBox.js.map +1 -0
- package/dist/MIVConstants.d.ts +22 -0
- package/dist/MIVConstants.d.ts.map +1 -0
- package/dist/MIVConstants.js +35 -0
- package/dist/MIVConstants.js.map +1 -0
- package/dist/MIVValueTypes.d.ts +14 -0
- package/dist/MIVValueTypes.d.ts.map +1 -0
- package/dist/MIVValueTypes.js +27 -0
- package/dist/MIVValueTypes.js.map +1 -0
- package/dist/Tools/AccumulatorList.d.ts +2 -0
- package/dist/Tools/AccumulatorList.d.ts.map +1 -0
- package/dist/Tools/AccumulatorList.js +61 -0
- package/dist/Tools/AccumulatorList.js.map +1 -0
- package/dist/Tools/LoadTools.d.ts +7 -0
- package/dist/Tools/LoadTools.d.ts.map +1 -0
- package/dist/Tools/LoadTools.js +57 -0
- package/dist/Tools/LoadTools.js.map +1 -0
- package/dist/Tools/MIVCache.d.ts +2 -0
- package/dist/Tools/MIVCache.d.ts.map +1 -0
- package/dist/Tools/MIVCache.js +29 -0
- package/dist/Tools/MIVCache.js.map +1 -0
- package/dist/Tools/MIVConverter.d.ts +6 -0
- package/dist/Tools/MIVConverter.d.ts.map +1 -0
- package/dist/Tools/MIVConverter.js +133 -0
- package/dist/Tools/MIVConverter.js.map +1 -0
- package/dist/Tools/PersistentList.d.ts +2 -0
- package/dist/Tools/PersistentList.d.ts.map +1 -0
- package/dist/Tools/PersistentList.js +90 -0
- package/dist/Tools/PersistentList.js.map +1 -0
- package/dist/Tools/Semaphore.d.ts +15 -0
- package/dist/Tools/Semaphore.d.ts.map +1 -0
- package/dist/Tools/Semaphore.js +62 -0
- package/dist/Tools/Semaphore.js.map +1 -0
- package/dist/Tools/UpdateTool.d.ts +7 -0
- package/dist/Tools/UpdateTool.d.ts.map +1 -0
- package/dist/Tools/UpdateTool.js +15 -0
- package/dist/Tools/UpdateTool.js.map +1 -0
- package/dist/index.d.ts +63 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +146 -0
- package/dist/index.js.map +1 -0
- package/dist/src/Client/AuditTrail.d.ts +86 -0
- package/dist/src/Client/AuditTrail.d.ts.map +1 -0
- package/dist/src/Client/AuditTrail.js +556 -0
- package/dist/src/Client/AuditTrail.js.map +1 -0
- package/dist/src/Client/Connections/ConnectionStrategy.d.ts +9 -0
- package/dist/src/Client/Connections/ConnectionStrategy.d.ts.map +1 -0
- package/dist/src/Client/Connections/ConnectionStrategy.js +52 -0
- package/dist/src/Client/Connections/ConnectionStrategy.js.map +1 -0
- package/dist/src/Client/Connections/WebSocketConnection.d.ts +27 -0
- package/dist/src/Client/Connections/WebSocketConnection.d.ts.map +1 -0
- package/dist/src/Client/Connections/WebSocketConnection.js +285 -0
- package/dist/src/Client/Connections/WebSocketConnection.js.map +1 -0
- package/dist/src/Client/Construction/ChildAndRealtionData.d.ts +17 -0
- package/dist/src/Client/Construction/ChildAndRealtionData.d.ts.map +1 -0
- package/dist/src/Client/Construction/ChildAndRealtionData.js +39 -0
- package/dist/src/Client/Construction/ChildAndRealtionData.js.map +1 -0
- package/dist/src/Client/Construction/ClientTypes.d.ts +98 -0
- package/dist/src/Client/Construction/ClientTypes.d.ts.map +1 -0
- package/dist/src/Client/Construction/ClientTypes.js +271 -0
- package/dist/src/Client/Construction/ClientTypes.js.map +1 -0
- package/dist/src/Client/Construction/FiltersSet.d.ts +2 -0
- package/dist/src/Client/Construction/FiltersSet.d.ts.map +1 -0
- package/dist/src/Client/Construction/FiltersSet.js +60 -0
- package/dist/src/Client/Construction/FiltersSet.js.map +1 -0
- package/dist/src/Client/LoadFilter.d.ts +2 -0
- package/dist/src/Client/LoadFilter.d.ts.map +1 -0
- package/dist/src/Client/LoadFilter.js +49 -0
- package/dist/src/Client/LoadFilter.js.map +1 -0
- package/dist/src/Client/MChild.d.ts +46 -0
- package/dist/src/Client/MChild.d.ts.map +1 -0
- package/dist/src/Client/MChild.js +323 -0
- package/dist/src/Client/MChild.js.map +1 -0
- package/dist/src/Client/MField.d.ts +6 -0
- package/dist/src/Client/MField.d.ts.map +1 -0
- package/dist/src/Client/MField.js +40 -0
- package/dist/src/Client/MField.js.map +1 -0
- package/dist/src/Client/MIVClient.d.ts +108 -0
- package/dist/src/Client/MIVClient.d.ts.map +1 -0
- package/dist/src/Client/MIVClient.js +862 -0
- package/dist/src/Client/MIVClient.js.map +1 -0
- package/dist/src/Client/MObject.d.ts +11 -0
- package/dist/src/Client/MObject.d.ts.map +1 -0
- package/dist/src/Client/MObject.js +55 -0
- package/dist/src/Client/MObject.js.map +1 -0
- package/dist/src/Client/MProperty.d.ts +5 -0
- package/dist/src/Client/MProperty.d.ts.map +1 -0
- package/dist/src/Client/MProperty.js +14 -0
- package/dist/src/Client/MProperty.js.map +1 -0
- package/dist/src/Client/MRealObject.d.ts +57 -0
- package/dist/src/Client/MRealObject.d.ts.map +1 -0
- package/dist/src/Client/MRealObject.js +536 -0
- package/dist/src/Client/MRealObject.js.map +1 -0
- package/dist/src/Client/MRelation.d.ts +36 -0
- package/dist/src/Client/MRelation.d.ts.map +1 -0
- package/dist/src/Client/MRelation.js +114 -0
- package/dist/src/Client/MRelation.js.map +1 -0
- package/dist/src/Client/MRoot.d.ts +26 -0
- package/dist/src/Client/MRoot.d.ts.map +1 -0
- package/dist/src/Client/MRoot.js +105 -0
- package/dist/src/Client/MRoot.js.map +1 -0
- package/dist/src/Client/MSets/ChildrenListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/ChildrenListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/ChildrenListInternal.js +83 -0
- package/dist/src/Client/MSets/ChildrenListInternal.js.map +1 -0
- package/dist/src/Client/MSets/ListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/ListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/ListInternal.js +123 -0
- package/dist/src/Client/MSets/ListInternal.js.map +1 -0
- package/dist/src/Client/MSets/MItem.d.ts +23 -0
- package/dist/src/Client/MSets/MItem.d.ts.map +1 -0
- package/dist/src/Client/MSets/MItem.js +72 -0
- package/dist/src/Client/MSets/MItem.js.map +1 -0
- package/dist/src/Client/MSets/MList.d.ts +9 -0
- package/dist/src/Client/MSets/MList.d.ts.map +1 -0
- package/dist/src/Client/MSets/MList.js +17 -0
- package/dist/src/Client/MSets/MList.js.map +1 -0
- package/dist/src/Client/MSets/MPage.d.ts +12 -0
- package/dist/src/Client/MSets/MPage.d.ts.map +1 -0
- package/dist/src/Client/MSets/MPage.js +32 -0
- package/dist/src/Client/MSets/MPage.js.map +1 -0
- package/dist/src/Client/MSets/MPagination.d.ts +25 -0
- package/dist/src/Client/MSets/MPagination.d.ts.map +1 -0
- package/dist/src/Client/MSets/MPagination.js +99 -0
- package/dist/src/Client/MSets/MPagination.js.map +1 -0
- package/dist/src/Client/MSets/MRealLists.d.ts +33 -0
- package/dist/src/Client/MSets/MRealLists.d.ts.map +1 -0
- package/dist/src/Client/MSets/MRealLists.js +85 -0
- package/dist/src/Client/MSets/MRealLists.js.map +1 -0
- package/dist/src/Client/MSets/MSet.d.ts +4 -0
- package/dist/src/Client/MSets/MSet.d.ts.map +1 -0
- package/dist/src/Client/MSets/MSet.js +18 -0
- package/dist/src/Client/MSets/MSet.js.map +1 -0
- package/dist/src/Client/MSets/PageInternal.d.ts +2 -0
- package/dist/src/Client/MSets/PageInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/PageInternal.js +142 -0
- package/dist/src/Client/MSets/PageInternal.js.map +1 -0
- package/dist/src/Client/MSets/PointersListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/PointersListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/PointersListInternal.js +71 -0
- package/dist/src/Client/MSets/PointersListInternal.js.map +1 -0
- package/dist/src/Client/MSets/TargetingListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/TargetingListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/TargetingListInternal.js +86 -0
- package/dist/src/Client/MSets/TargetingListInternal.js.map +1 -0
- package/dist/src/Client/MSets/TargetsListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/TargetsListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/TargetsListInternal.js +89 -0
- package/dist/src/Client/MSets/TargetsListInternal.js.map +1 -0
- package/dist/src/Client/MSets/VirtualList.d.ts +11 -0
- package/dist/src/Client/MSets/VirtualList.d.ts.map +1 -0
- package/dist/src/Client/MSets/VirtualList.js +63 -0
- package/dist/src/Client/MSets/VirtualList.js.map +1 -0
- package/dist/src/Client/MSets/WholeListInternal.d.ts +4 -0
- package/dist/src/Client/MSets/WholeListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/WholeListInternal.js +12 -0
- package/dist/src/Client/MSets/WholeListInternal.js.map +1 -0
- package/dist/src/Client/MUser.d.ts +10 -0
- package/dist/src/Client/MUser.d.ts.map +1 -0
- package/dist/src/Client/MUser.js +16 -0
- package/dist/src/Client/MUser.js.map +1 -0
- package/dist/src/Client/MVirtualObject.d.ts +13 -0
- package/dist/src/Client/MVirtualObject.d.ts.map +1 -0
- package/dist/src/Client/MVirtualObject.js +25 -0
- package/dist/src/Client/MVirtualObject.js.map +1 -0
- package/dist/src/Client/Properties/BoolProperty.d.ts +26 -0
- package/dist/src/Client/Properties/BoolProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/BoolProperty.js +66 -0
- package/dist/src/Client/Properties/BoolProperty.js.map +1 -0
- package/dist/src/Client/Properties/ByteProperty.d.ts +27 -0
- package/dist/src/Client/Properties/ByteProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/ByteProperty.js +114 -0
- package/dist/src/Client/Properties/ByteProperty.js.map +1 -0
- package/dist/src/Client/Properties/DateTimeProperty.d.ts +28 -0
- package/dist/src/Client/Properties/DateTimeProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/DateTimeProperty.js +128 -0
- package/dist/src/Client/Properties/DateTimeProperty.js.map +1 -0
- package/dist/src/Client/Properties/DoubleProperty.d.ts +24 -0
- package/dist/src/Client/Properties/DoubleProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/DoubleProperty.js +106 -0
- package/dist/src/Client/Properties/DoubleProperty.js.map +1 -0
- package/dist/src/Client/Properties/EnumProperty.d.ts +31 -0
- package/dist/src/Client/Properties/EnumProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/EnumProperty.js +68 -0
- package/dist/src/Client/Properties/EnumProperty.js.map +1 -0
- package/dist/src/Client/Properties/IRealProperty.d.ts +12 -0
- package/dist/src/Client/Properties/IRealProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/IRealProperty.js +3 -0
- package/dist/src/Client/Properties/IRealProperty.js.map +1 -0
- package/dist/src/Client/Properties/LongProperty.d.ts +24 -0
- package/dist/src/Client/Properties/LongProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/LongProperty.js +106 -0
- package/dist/src/Client/Properties/LongProperty.js.map +1 -0
- package/dist/src/Client/Properties/RealPropertyInternal.d.ts +2 -0
- package/dist/src/Client/Properties/RealPropertyInternal.d.ts.map +1 -0
- package/dist/src/Client/Properties/RealPropertyInternal.js +29 -0
- package/dist/src/Client/Properties/RealPropertyInternal.js.map +1 -0
- package/dist/src/Client/Properties/StringProperty.d.ts +30 -0
- package/dist/src/Client/Properties/StringProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/StringProperty.js +152 -0
- package/dist/src/Client/Properties/StringProperty.js.map +1 -0
- package/dist/src/Client/Properties/SupportedPropertyInternal.d.ts +2 -0
- package/dist/src/Client/Properties/SupportedPropertyInternal.d.ts.map +1 -0
- package/dist/src/Client/Properties/SupportedPropertyInternal.js +21 -0
- package/dist/src/Client/Properties/SupportedPropertyInternal.js.map +1 -0
- package/dist/src/Client/Properties/UlongProperty.d.ts +24 -0
- package/dist/src/Client/Properties/UlongProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/UlongProperty.js +106 -0
- package/dist/src/Client/Properties/UlongProperty.js.map +1 -0
- package/dist/src/Client/Queries/IRealObject.d.ts +3 -0
- package/dist/src/Client/Queries/IRealObject.d.ts.map +1 -0
- package/dist/src/Client/Queries/IRealObject.js +3 -0
- package/dist/src/Client/Queries/IRealObject.js.map +1 -0
- package/dist/src/Client/Queries/PlaceholderChild.d.ts +10 -0
- package/dist/src/Client/Queries/PlaceholderChild.d.ts.map +1 -0
- package/dist/src/Client/Queries/PlaceholderChild.js +22 -0
- package/dist/src/Client/Queries/PlaceholderChild.js.map +1 -0
- package/dist/src/Client/Queries/PlaceholderCopy.d.ts +13 -0
- package/dist/src/Client/Queries/PlaceholderCopy.d.ts.map +1 -0
- package/dist/src/Client/Queries/PlaceholderCopy.js +32 -0
- package/dist/src/Client/Queries/PlaceholderCopy.js.map +1 -0
- package/dist/src/Client/QueryBuilder.d.ts +87 -0
- package/dist/src/Client/QueryBuilder.d.ts.map +1 -0
- package/dist/src/Client/QueryBuilder.js +366 -0
- package/dist/src/Client/QueryBuilder.js.map +1 -0
- package/dist/src/Client/QueryInfo.d.ts +7 -0
- package/dist/src/Client/QueryInfo.d.ts.map +1 -0
- package/dist/src/Client/QueryInfo.js +12 -0
- package/dist/src/Client/QueryInfo.js.map +1 -0
- package/dist/src/Client/UpdateTools/ChildUpdate.d.ts +2 -0
- package/dist/src/Client/UpdateTools/ChildUpdate.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/ChildUpdate.js +262 -0
- package/dist/src/Client/UpdateTools/ChildUpdate.js.map +1 -0
- package/dist/src/Client/UpdateTools/ChildUpdateInfo.d.ts +13 -0
- package/dist/src/Client/UpdateTools/ChildUpdateInfo.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/ChildUpdateInfo.js +79 -0
- package/dist/src/Client/UpdateTools/ChildUpdateInfo.js.map +1 -0
- package/dist/src/Client/UpdateTools/FieldWatcher.d.ts +13 -0
- package/dist/src/Client/UpdateTools/FieldWatcher.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/FieldWatcher.js +43 -0
- package/dist/src/Client/UpdateTools/FieldWatcher.js.map +1 -0
- package/dist/src/Client/UpdateTools/Load.d.ts +2 -0
- package/dist/src/Client/UpdateTools/Load.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/Load.js +126 -0
- package/dist/src/Client/UpdateTools/Load.js.map +1 -0
- package/dist/src/Client/UpdateTools/ModelUpdateAndCompute.d.ts +42 -0
- package/dist/src/Client/UpdateTools/ModelUpdateAndCompute.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/ModelUpdateAndCompute.js +161 -0
- package/dist/src/Client/UpdateTools/ModelUpdateAndCompute.js.map +1 -0
- package/dist/src/Client/UpdateTools/UpdateWatcher.d.ts +12 -0
- package/dist/src/Client/UpdateTools/UpdateWatcher.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/UpdateWatcher.js +41 -0
- package/dist/src/Client/UpdateTools/UpdateWatcher.js.map +1 -0
- package/dist/src/Client/UpdateTools/ViewUpdateAndCompute.d.ts +21 -0
- package/dist/src/Client/UpdateTools/ViewUpdateAndCompute.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/ViewUpdateAndCompute.js +83 -0
- package/dist/src/Client/UpdateTools/ViewUpdateAndCompute.js.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VFilters.d.ts +2 -0
- package/dist/src/Client/VSets/FilterAndSort/VFilters.d.ts.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VFilters.js +53 -0
- package/dist/src/Client/VSets/FilterAndSort/VFilters.js.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModif.d.ts +2 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModif.d.ts.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModif.js +45 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModif.js.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModification.d.ts +2 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModification.d.ts.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModification.js +24 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModification.js.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VSorter.d.ts +2 -0
- package/dist/src/Client/VSets/FilterAndSort/VSorter.d.ts.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VSorter.js +21 -0
- package/dist/src/Client/VSets/FilterAndSort/VSorter.js.map +1 -0
- package/dist/src/Client/VSets/VList.d.ts +44 -0
- package/dist/src/Client/VSets/VList.d.ts.map +1 -0
- package/dist/src/Client/VSets/VList.js +409 -0
- package/dist/src/Client/VSets/VList.js.map +1 -0
- package/dist/src/Client/VSets/VPage.d.ts +20 -0
- package/dist/src/Client/VSets/VPage.d.ts.map +1 -0
- package/dist/src/Client/VSets/VPage.js +125 -0
- package/dist/src/Client/VSets/VPage.js.map +1 -0
- package/dist/src/Client/VSets/VPagination.d.ts +32 -0
- package/dist/src/Client/VSets/VPagination.d.ts.map +1 -0
- package/dist/src/Client/VSets/VPagination.js +126 -0
- package/dist/src/Client/VSets/VPagination.js.map +1 -0
- package/dist/src/Client/VSets/VSet.d.ts +9 -0
- package/dist/src/Client/VSets/VSet.d.ts.map +1 -0
- package/dist/src/Client/VSets/VSet.js +132 -0
- package/dist/src/Client/VSets/VSet.js.map +1 -0
- package/dist/src/Client/View/VBoundObject.d.ts +4 -0
- package/dist/src/Client/View/VBoundObject.d.ts.map +1 -0
- package/dist/src/Client/View/VBoundObject.js +15 -0
- package/dist/src/Client/View/VBoundObject.js.map +1 -0
- package/dist/src/Client/View/VObject.d.ts +29 -0
- package/dist/src/Client/View/VObject.d.ts.map +1 -0
- package/dist/src/Client/View/VObject.js +181 -0
- package/dist/src/Client/View/VObject.js.map +1 -0
- package/dist/src/Client/View/VObjectInList.d.ts +41 -0
- package/dist/src/Client/View/VObjectInList.d.ts.map +1 -0
- package/dist/src/Client/View/VObjectInList.js +100 -0
- package/dist/src/Client/View/VObjectInList.js.map +1 -0
- package/dist/src/Communication/CustomReadQuery.d.ts +2 -0
- package/dist/src/Communication/CustomReadQuery.d.ts.map +1 -0
- package/dist/src/Communication/CustomReadQuery.js +12 -0
- package/dist/src/Communication/CustomReadQuery.js.map +1 -0
- package/dist/src/Communication/DataAnswer.d.ts +2 -0
- package/dist/src/Communication/DataAnswer.d.ts.map +1 -0
- package/dist/src/Communication/DataAnswer.js +62 -0
- package/dist/src/Communication/DataAnswer.js.map +1 -0
- package/dist/src/Communication/DataItems/ChildData.d.ts +2 -0
- package/dist/src/Communication/DataItems/ChildData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/ChildData.js +92 -0
- package/dist/src/Communication/DataItems/ChildData.js.map +1 -0
- package/dist/src/Communication/DataItems/QueryData.d.ts +2 -0
- package/dist/src/Communication/DataItems/QueryData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/QueryData.js +56 -0
- package/dist/src/Communication/DataItems/QueryData.js.map +1 -0
- package/dist/src/Communication/DataItems/RelationData.d.ts +2 -0
- package/dist/src/Communication/DataItems/RelationData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/RelationData.js +82 -0
- package/dist/src/Communication/DataItems/RelationData.js.map +1 -0
- package/dist/src/Communication/DataItems/ValueClearedData.d.ts +2 -0
- package/dist/src/Communication/DataItems/ValueClearedData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/ValueClearedData.js +51 -0
- package/dist/src/Communication/DataItems/ValueClearedData.js.map +1 -0
- package/dist/src/Communication/DataItems/ValueData.d.ts +2 -0
- package/dist/src/Communication/DataItems/ValueData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/ValueData.js +50 -0
- package/dist/src/Communication/DataItems/ValueData.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDByte.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDByte.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDByte.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDByte.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDDateTime.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDDateTime.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDDateTime.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDDateTime.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDDouble.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDDouble.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDDouble.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDDouble.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDLong.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDLong.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDLong.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDLong.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDString.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDString.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDString.js +43 -0
- package/dist/src/Communication/DataItems/Values/VDString.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDUlong.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDUlong.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDUlong.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDUlong.js.map +1 -0
- package/dist/src/Communication/DataMessage.d.ts +2 -0
- package/dist/src/Communication/DataMessage.d.ts.map +1 -0
- package/dist/src/Communication/DataMessage.js +199 -0
- package/dist/src/Communication/DataMessage.js.map +1 -0
- package/dist/src/Communication/ErrorMessage.d.ts +348 -0
- package/dist/src/Communication/ErrorMessage.d.ts.map +1 -0
- package/dist/src/Communication/ErrorMessage.js +943 -0
- package/dist/src/Communication/ErrorMessage.js.map +1 -0
- package/dist/src/Communication/GetPagesQuery.d.ts +2 -0
- package/dist/src/Communication/GetPagesQuery.d.ts.map +1 -0
- package/dist/src/Communication/GetPagesQuery.js +22 -0
- package/dist/src/Communication/GetPagesQuery.js.map +1 -0
- package/dist/src/Communication/Query.d.ts +2 -0
- package/dist/src/Communication/Query.d.ts.map +1 -0
- package/dist/src/Communication/Query.js +18 -0
- package/dist/src/Communication/Query.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIClearLinks.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QIClearLinks.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIClearLinks.js +17 -0
- package/dist/src/Communication/QueryItems/QIClearLinks.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIDelete.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QIDelete.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIDelete.js +15 -0
- package/dist/src/Communication/QueryItems/QIDelete.js.map +1 -0
- package/dist/src/Communication/QueryItems/QINewChild.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QINewChild.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QINewChild.js +104 -0
- package/dist/src/Communication/QueryItems/QINewChild.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIReassignChild.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QIReassignChild.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIReassignChild.js +27 -0
- package/dist/src/Communication/QueryItems/QIReassignChild.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIUnlink.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QIUnlink.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIUnlink.js +19 -0
- package/dist/src/Communication/QueryItems/QIUnlink.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIValue.d.ts +33 -0
- package/dist/src/Communication/QueryItems/QIValue.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIValue.js +111 -0
- package/dist/src/Communication/QueryItems/QIValue.js.map +1 -0
- package/dist/src/Communication/Serialization/MIVDeserializer.d.ts +20 -0
- package/dist/src/Communication/Serialization/MIVDeserializer.d.ts.map +1 -0
- package/dist/src/Communication/Serialization/MIVDeserializer.js +128 -0
- package/dist/src/Communication/Serialization/MIVDeserializer.js.map +1 -0
- package/dist/src/Communication/Serialization/MIVSerializer.d.ts +25 -0
- package/dist/src/Communication/Serialization/MIVSerializer.d.ts.map +1 -0
- package/dist/src/Communication/Serialization/MIVSerializer.js +135 -0
- package/dist/src/Communication/Serialization/MIVSerializer.js.map +1 -0
- package/dist/src/Communication/SignQuery.d.ts +2 -0
- package/dist/src/Communication/SignQuery.d.ts.map +1 -0
- package/dist/src/Communication/SignQuery.js +19 -0
- package/dist/src/Communication/SignQuery.js.map +1 -0
- package/dist/src/Communication/SignupQuery.d.ts +2 -0
- package/dist/src/Communication/SignupQuery.d.ts.map +1 -0
- package/dist/src/Communication/SignupQuery.js +14 -0
- package/dist/src/Communication/SignupQuery.js.map +1 -0
- package/dist/src/Communication/UnloadQuery.d.ts +2 -0
- package/dist/src/Communication/UnloadQuery.d.ts.map +1 -0
- package/dist/src/Communication/UnloadQuery.js +20 -0
- package/dist/src/Communication/UnloadQuery.js.map +1 -0
- package/dist/src/Communication/UpdateQuery.d.ts +2 -0
- package/dist/src/Communication/UpdateQuery.d.ts.map +1 -0
- package/dist/src/Communication/UpdateQuery.js +45 -0
- package/dist/src/Communication/UpdateQuery.js.map +1 -0
- package/dist/src/HTML/PropertyTextBlock.d.ts +42 -0
- package/dist/src/HTML/PropertyTextBlock.d.ts.map +1 -0
- package/dist/src/HTML/PropertyTextBlock.js +161 -0
- package/dist/src/HTML/PropertyTextBlock.js.map +1 -0
- package/dist/src/HTML/PropertyTextBox.d.ts +39 -0
- package/dist/src/HTML/PropertyTextBox.d.ts.map +1 -0
- package/dist/src/HTML/PropertyTextBox.js +245 -0
- package/dist/src/HTML/PropertyTextBox.js.map +1 -0
- package/dist/src/MIVConstants.d.ts +19 -0
- package/dist/src/MIVConstants.d.ts.map +1 -0
- package/dist/src/MIVConstants.js +31 -0
- package/dist/src/MIVConstants.js.map +1 -0
- package/dist/src/MIVValueTypes.d.ts +2 -0
- package/dist/src/MIVValueTypes.d.ts.map +1 -0
- package/dist/src/MIVValueTypes.js +14 -0
- package/dist/src/MIVValueTypes.js.map +1 -0
- package/dist/src/Tools/AccumulatorList.d.ts +2 -0
- package/dist/src/Tools/AccumulatorList.d.ts.map +1 -0
- package/dist/src/Tools/AccumulatorList.js +61 -0
- package/dist/src/Tools/AccumulatorList.js.map +1 -0
- package/dist/src/Tools/LoadTools.d.ts +7 -0
- package/dist/src/Tools/LoadTools.d.ts.map +1 -0
- package/dist/src/Tools/LoadTools.js +57 -0
- package/dist/src/Tools/LoadTools.js.map +1 -0
- package/dist/src/Tools/MIVCache.d.ts +2 -0
- package/dist/src/Tools/MIVCache.d.ts.map +1 -0
- package/dist/src/Tools/MIVCache.js +29 -0
- package/dist/src/Tools/MIVCache.js.map +1 -0
- package/dist/src/Tools/MIVConverter.d.ts +6 -0
- package/dist/src/Tools/MIVConverter.d.ts.map +1 -0
- package/dist/src/Tools/MIVConverter.js +133 -0
- package/dist/src/Tools/MIVConverter.js.map +1 -0
- package/dist/src/Tools/PersistentList.d.ts +2 -0
- package/dist/src/Tools/PersistentList.d.ts.map +1 -0
- package/dist/src/Tools/PersistentList.js +90 -0
- package/dist/src/Tools/PersistentList.js.map +1 -0
- package/dist/src/Tools/Semaphore.d.ts +15 -0
- package/dist/src/Tools/Semaphore.d.ts.map +1 -0
- package/dist/src/Tools/Semaphore.js +62 -0
- package/dist/src/Tools/Semaphore.js.map +1 -0
- package/dist/src/Tools/UpdateTool.d.ts +7 -0
- package/dist/src/Tools/UpdateTool.d.ts.map +1 -0
- package/dist/src/Tools/UpdateTool.js +15 -0
- package/dist/src/Tools/UpdateTool.js.map +1 -0
- package/dist/src/index.d.ts +56 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +134 -0
- package/dist/src/index.js.map +1 -0
- package/package.json +23 -0
package/README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
(**work in progress**) the MIV framework is in a beta state, we will not release it for real until Q1 2027. But it is already fully operational, and you can start using it now.
|
|
2
|
+
|
|
3
|
+
MIV is a framework designed to build all sorts of applications, particularly those that would otherwise store their data in a database, or in local files on the user's machine.
|
|
4
|
+
|
|
5
|
+
It has a Server side, and a Client side. The Server is mostly autonomous, **and is only available in C#** ; you will have to include it in a Windows Service or Docker container to use the TypeScript Client. Note that the Client also exists as a C# package to build applications with WPF or Avalonia.
|
|
6
|
+
|
|
7
|
+
# What is already implemented for you
|
|
8
|
+
|
|
9
|
+
* You won't have to write glue code with websockets everly time you need live updates.
|
|
10
|
+
* You won't have to keep the UI in sync with the data by hand.
|
|
11
|
+
* You won't have to think of a new CRUD+notify boilerplate each time you add a new feature.
|
|
12
|
+
|
|
13
|
+
# Main features
|
|
14
|
+
|
|
15
|
+
* Automatic UI update across all connected Clients when the data changes.
|
|
16
|
+
* Uniform, structured way of representing your data.
|
|
17
|
+
* Easily and intuitively write both simple and complex queries to modify data. Zero SQL needed.
|
|
18
|
+
* Built-in Audit Trail : you will know when each data field was modified, and by who.
|
|
19
|
+
|
|
20
|
+
# Architecture
|
|
21
|
+
|
|
22
|
+
MIV is loosely inspired from a MVW architecture. You application will be divided into 3 domains :
|
|
23
|
+
|
|
24
|
+
| Domain | Location | Usage |
|
|
25
|
+
| -------- | ---------- | ------------------------------------------------------------------------------------------------------------------------|
|
|
26
|
+
| Server | Server | Mainly used to implement security checks. No work needed for prototypes or applications with low security requirements. |
|
|
27
|
+
| Model | Client | A structured representation of your data. Automatically updated when the data from the Server changes. |
|
|
28
|
+
| View | Client | A set of tools to display your data. Automatically updated when the Model changes. |
|
|
29
|
+
|
|
30
|
+
# Documentation
|
|
31
|
+
|
|
32
|
+
This is a work in progress. Most of the Client side is documented, but the Server documentation/tutorial will not be ready until the end of 2026. The good thing is : you actually don't need the Server documentation to write a complete application, so feel free to try MIV now !
|
|
33
|
+
|
|
34
|
+
You can follow the MIV tutorial at [https://miv.1004.tech/doc](https://miv.1004.tech/doc) (the documentation is a website created with the MIV framework)
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { ErrorMessage } from "../Communication/ErrorMessage";
|
|
2
|
+
import { MIVValueTypes } from "../MIVValueTypes";
|
|
3
|
+
import { ClientConcreteType } from "./Construction/ClientTypes";
|
|
4
|
+
import { SetInfo } from "./Construction/TypesInfos";
|
|
5
|
+
export declare class AuditTrailObjectInfo {
|
|
6
|
+
readonly ID: bigint;
|
|
7
|
+
readonly TypeID: number;
|
|
8
|
+
private _type_private_;
|
|
9
|
+
get Type(): ClientConcreteType | undefined;
|
|
10
|
+
readonly Name: string;
|
|
11
|
+
readonly AllEvents: Array<AuditTrailItem>;
|
|
12
|
+
readonly Queries: Array<AuditTrailQueryPerObject>;
|
|
13
|
+
DisplayName: string | undefined;
|
|
14
|
+
DisplayTypeName: string | undefined;
|
|
15
|
+
private constructor();
|
|
16
|
+
}
|
|
17
|
+
export declare class AuditTrailQuery {
|
|
18
|
+
readonly ID: bigint;
|
|
19
|
+
readonly By: bigint;
|
|
20
|
+
readonly AtUTC: Date;
|
|
21
|
+
readonly Items: Array<AuditTrailItem>;
|
|
22
|
+
private constructor();
|
|
23
|
+
}
|
|
24
|
+
export declare abstract class AuditTrailItem {
|
|
25
|
+
readonly Query: AuditTrailQuery;
|
|
26
|
+
}
|
|
27
|
+
export declare class ATIChildCreated extends AuditTrailItem {
|
|
28
|
+
readonly Parent: AuditTrailObjectInfo;
|
|
29
|
+
readonly CreatedInfo: AuditTrailObjectInfo;
|
|
30
|
+
readonly Property: number;
|
|
31
|
+
private _set_miv_;
|
|
32
|
+
get ChildrenSet(): SetInfo | undefined;
|
|
33
|
+
}
|
|
34
|
+
export declare class ATIRelationCreated extends ATIChildCreated {
|
|
35
|
+
readonly Target: AuditTrailObjectInfo | undefined;
|
|
36
|
+
private constructor();
|
|
37
|
+
}
|
|
38
|
+
export declare class ATIChildDeleted extends AuditTrailItem {
|
|
39
|
+
readonly Parent: AuditTrailObjectInfo;
|
|
40
|
+
readonly DeletedInfo: AuditTrailObjectInfo;
|
|
41
|
+
readonly Property: number;
|
|
42
|
+
private _set_miv_;
|
|
43
|
+
get ChildrenSet(): SetInfo | undefined;
|
|
44
|
+
}
|
|
45
|
+
export declare class ATIRelationDeleted extends ATIChildDeleted {
|
|
46
|
+
readonly Target: AuditTrailObjectInfo | undefined;
|
|
47
|
+
private constructor();
|
|
48
|
+
}
|
|
49
|
+
export declare class ATIChildReassigned extends AuditTrailItem {
|
|
50
|
+
readonly OldParent: AuditTrailObjectInfo;
|
|
51
|
+
readonly OldProperty: number;
|
|
52
|
+
readonly NewParent: AuditTrailObjectInfo;
|
|
53
|
+
readonly NewProperty: number;
|
|
54
|
+
readonly ReassignedInfo: AuditTrailObjectInfo;
|
|
55
|
+
private _oldset_miv_;
|
|
56
|
+
get OldChildren(): SetInfo | undefined;
|
|
57
|
+
private _newset_miv_;
|
|
58
|
+
get NewChildren(): SetInfo | undefined;
|
|
59
|
+
}
|
|
60
|
+
export declare class ATIRelationReassigned extends ATIChildReassigned {
|
|
61
|
+
readonly Target: AuditTrailObjectInfo | undefined;
|
|
62
|
+
private constructor();
|
|
63
|
+
}
|
|
64
|
+
export declare abstract class ATValue extends AuditTrailItem {
|
|
65
|
+
readonly Owner: AuditTrailObjectInfo;
|
|
66
|
+
readonly Property: number;
|
|
67
|
+
private _info_miv_;
|
|
68
|
+
abstract GetKind(): MIVValueTypes;
|
|
69
|
+
}
|
|
70
|
+
export declare class ATVString extends ATValue {
|
|
71
|
+
readonly Value: string;
|
|
72
|
+
readonly OldValue: string;
|
|
73
|
+
private constructor();
|
|
74
|
+
GetKind(): MIVValueTypes;
|
|
75
|
+
}
|
|
76
|
+
export declare class ATVLong extends ATValue {
|
|
77
|
+
readonly Value: bigint;
|
|
78
|
+
readonly OldValue: bigint;
|
|
79
|
+
private constructor();
|
|
80
|
+
GetKind(): MIVValueTypes;
|
|
81
|
+
}
|
|
82
|
+
export declare class ATVDouble extends ATValue {
|
|
83
|
+
readonly Value: number;
|
|
84
|
+
readonly OldValue: number;
|
|
85
|
+
private constructor();
|
|
86
|
+
GetKind(): MIVValueTypes;
|
|
87
|
+
}
|
|
88
|
+
export declare class ATVBinary extends ATValue {
|
|
89
|
+
readonly Bytes: number;
|
|
90
|
+
readonly OldBytes: number;
|
|
91
|
+
private constructor();
|
|
92
|
+
GetKind(): MIVValueTypes;
|
|
93
|
+
}
|
|
94
|
+
export declare class ATVByte extends ATValue {
|
|
95
|
+
readonly Value: number;
|
|
96
|
+
readonly OldValue: number;
|
|
97
|
+
private constructor();
|
|
98
|
+
GetKind(): MIVValueTypes;
|
|
99
|
+
}
|
|
100
|
+
export declare class ATVDateTime extends ATValue {
|
|
101
|
+
readonly ValueUTC: Date;
|
|
102
|
+
readonly OldValueUTC: Date;
|
|
103
|
+
private constructor();
|
|
104
|
+
GetKind(): MIVValueTypes;
|
|
105
|
+
}
|
|
106
|
+
export declare class AuditTrailQueryPerObject {
|
|
107
|
+
readonly Query: AuditTrailQuery;
|
|
108
|
+
readonly Events: Array<AuditTrailItem>;
|
|
109
|
+
}
|
|
110
|
+
export declare class AuditTrailReport {
|
|
111
|
+
readonly Error: ErrorMessage | undefined;
|
|
112
|
+
readonly AllObjects: Array<AuditTrailObjectInfo>;
|
|
113
|
+
readonly ObjectsWithEvents: Array<AuditTrailObjectInfo>;
|
|
114
|
+
readonly Queries: Array<AuditTrailQuery>;
|
|
115
|
+
}
|
|
116
|
+
export declare abstract class AuditTrailHandler {
|
|
117
|
+
protected constructor();
|
|
118
|
+
protected Handle(item: AuditTrailItem): any | undefined;
|
|
119
|
+
abstract HandleChildCreated(item: ATIChildCreated): any | undefined;
|
|
120
|
+
abstract HandleRelationCreated(item: ATIRelationCreated): any | undefined;
|
|
121
|
+
abstract HandleChildDeleted(item: ATIChildDeleted): any | undefined;
|
|
122
|
+
abstract HandleRelationDeleted(item: ATIRelationDeleted): any | undefined;
|
|
123
|
+
abstract HandleChildReassigned(item: ATIChildReassigned): any | undefined;
|
|
124
|
+
abstract HandleRelationReassigned(item: ATIRelationReassigned): any | undefined;
|
|
125
|
+
abstract HandleString(item: ATVString): any | undefined;
|
|
126
|
+
abstract HandleByte(item: ATVByte): any | undefined;
|
|
127
|
+
abstract HandleLong(item: ATVLong): any | undefined;
|
|
128
|
+
abstract HandleDouble(item: ATVDouble): any | undefined;
|
|
129
|
+
abstract HandleDateTime(item: ATVDateTime): any | undefined;
|
|
130
|
+
abstract HandleBinary(item: ATVBinary): any | undefined;
|
|
131
|
+
}
|
|
132
|
+
//# sourceMappingURL=AuditTrail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuditTrail.d.ts","sourceRoot":"","sources":["../../src/Client/AuditTrail.ts"],"names":[],"mappings":"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"}
|