@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
|
@@ -0,0 +1,705 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AuditTrailHandler = exports.AuditTrailReport = exports.AuditTrailQueryPerObject = exports.ATVDateTime = exports.ATVByte = exports.ATVBinary = exports.ATVDouble = exports.ATVLong = exports.ATVString = exports.ATValue = exports.ATIRelationReassigned = exports.ATIChildReassigned = exports.ATIRelationDeleted = exports.ATIChildDeleted = exports.ATIRelationCreated = exports.ATIChildCreated = exports.AuditTrailItem = exports.AuditTrailQuery = exports.AuditTrailObjectInfo = void 0;
|
|
4
|
+
const ErrorMessage_1 = require("../Communication/ErrorMessage");
|
|
5
|
+
const Query_1 = require("../Communication/Query");
|
|
6
|
+
const MIVConstants_1 = require("../MIVConstants");
|
|
7
|
+
const MIVValueTypes_1 = require("../MIVValueTypes");
|
|
8
|
+
class AuditTrailObjectInfo {
|
|
9
|
+
get Type() { return this._type_private_; }
|
|
10
|
+
;
|
|
11
|
+
constructor(id, type, name) {
|
|
12
|
+
this.ID = id;
|
|
13
|
+
this.TypeID = type;
|
|
14
|
+
this.Name = name;
|
|
15
|
+
this.AllEvents = new Array();
|
|
16
|
+
this.Queries = new Array();
|
|
17
|
+
this.DisplayName = name;
|
|
18
|
+
}
|
|
19
|
+
static _deserialize_miv_(deser) {
|
|
20
|
+
const id = deser.ReadInt64();
|
|
21
|
+
if (id === undefined)
|
|
22
|
+
return undefined;
|
|
23
|
+
const type = deser.ReadUint16();
|
|
24
|
+
if (type === undefined)
|
|
25
|
+
return undefined;
|
|
26
|
+
const name = deser.ReadString();
|
|
27
|
+
if (name === undefined)
|
|
28
|
+
return undefined;
|
|
29
|
+
return new AuditTrailObjectInfo(id, type, name);
|
|
30
|
+
}
|
|
31
|
+
_newEvent_miv_(evt) {
|
|
32
|
+
this.AllEvents.push(evt);
|
|
33
|
+
}
|
|
34
|
+
_pack_miv_(client) {
|
|
35
|
+
this._type_private_ = client.TryGetType(this.TypeID);
|
|
36
|
+
if (this._type_private_ === undefined) {
|
|
37
|
+
this.DisplayTypeName = this.TypeID.toString();
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
this.DisplayTypeName = this._type_private_.Name ?? this.TypeID.toString();
|
|
41
|
+
}
|
|
42
|
+
this.AllEvents.sort((x, y) => {
|
|
43
|
+
if (x.Query.AtUTC < y.Query.AtUTC) {
|
|
44
|
+
return 1;
|
|
45
|
+
}
|
|
46
|
+
else if (x.Query.AtUTC > y.Query.AtUTC) {
|
|
47
|
+
return -1;
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
if (x.Query.ID < y.Query.ID) {
|
|
51
|
+
return 1;
|
|
52
|
+
}
|
|
53
|
+
else if (x.Query.ID > y.Query.ID) {
|
|
54
|
+
return -1;
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
return x.order - y.order;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
let last = undefined;
|
|
62
|
+
for (let i = 0; i < this.AllEvents.length; i++) {
|
|
63
|
+
const evt = this.AllEvents[i];
|
|
64
|
+
if (last === undefined || last.Query != evt.Query) {
|
|
65
|
+
last = new AuditTrailQueryPerObject(evt.Query);
|
|
66
|
+
this.Queries.push(last);
|
|
67
|
+
}
|
|
68
|
+
last.Events.push(evt);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.AuditTrailObjectInfo = AuditTrailObjectInfo;
|
|
73
|
+
class AuditTrailQuery {
|
|
74
|
+
constructor(id, by, atUTC) {
|
|
75
|
+
this.ID = id;
|
|
76
|
+
this.By = by;
|
|
77
|
+
this.AtUTC = atUTC;
|
|
78
|
+
this.Items = new Array();
|
|
79
|
+
}
|
|
80
|
+
static _deserialize_miv_(deser) {
|
|
81
|
+
const id = deser.ReadInt64();
|
|
82
|
+
if (id === undefined)
|
|
83
|
+
return undefined;
|
|
84
|
+
const by = deser.ReadInt64();
|
|
85
|
+
if (by === undefined)
|
|
86
|
+
return undefined;
|
|
87
|
+
const at = deser.ReadDateTimeUTC();
|
|
88
|
+
if (at === undefined)
|
|
89
|
+
return undefined;
|
|
90
|
+
return new AuditTrailQuery(id, by, at);
|
|
91
|
+
}
|
|
92
|
+
_newItem_miv_(i) {
|
|
93
|
+
this.Items.push(i);
|
|
94
|
+
}
|
|
95
|
+
_pack_miv_() {
|
|
96
|
+
this.Items.sort((x, y) => {
|
|
97
|
+
if (x.Query.AtUTC < y.Query.AtUTC) {
|
|
98
|
+
return 1;
|
|
99
|
+
}
|
|
100
|
+
else if (x.Query.AtUTC > y.Query.AtUTC) {
|
|
101
|
+
return -1;
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
return x.order - y.order;
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
_packEvents_miv_(client) {
|
|
109
|
+
for (let i = 0; i < this.Items.length; i++) {
|
|
110
|
+
this.Items[i]._pack_miv_(client);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
exports.AuditTrailQuery = AuditTrailQuery;
|
|
115
|
+
class AuditTrailItem {
|
|
116
|
+
constructor(q) {
|
|
117
|
+
this.Query = q;
|
|
118
|
+
}
|
|
119
|
+
static _deserialize_miv_(q, deser, oFetcher) {
|
|
120
|
+
const kind = deser.ReadUint8();
|
|
121
|
+
if (kind === undefined)
|
|
122
|
+
return false;
|
|
123
|
+
switch (kind) {
|
|
124
|
+
case AuditTrailItem.KIND_CHILD_CREATED: return ATIChildCreated._deserializeChild_miv_(q, deser, oFetcher);
|
|
125
|
+
case AuditTrailItem.KIND_RELATION_CREATED: return ATIRelationCreated._deserializeRelation_miv_(q, deser, oFetcher);
|
|
126
|
+
case AuditTrailItem.KIND_CHILD_DELETED: return ATIChildDeleted._deserializeChild_miv_(q, deser, oFetcher);
|
|
127
|
+
case AuditTrailItem.KIND_RELATION_DELETED: return ATIRelationDeleted._deserializeRelation_miv_(q, deser, oFetcher);
|
|
128
|
+
case AuditTrailItem.KIND_CHILD_REASSIGNED: return ATIChildReassigned._deserializeChild_miv_(q, deser, oFetcher);
|
|
129
|
+
case AuditTrailItem.KIND_RELATION_REASSIGNED: return ATIRelationReassigned._deserializeRelation_miv_(q, deser, oFetcher);
|
|
130
|
+
default: return ATValue._deserializeValue_miv_(q, deser, kind, oFetcher);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
exports.AuditTrailItem = AuditTrailItem;
|
|
135
|
+
AuditTrailItem.KIND_CHILD_CREATED = 1;
|
|
136
|
+
AuditTrailItem.KIND_RELATION_CREATED = 2;
|
|
137
|
+
AuditTrailItem.KIND_CHILD_DELETED = 3;
|
|
138
|
+
AuditTrailItem.KIND_RELATION_DELETED = 4;
|
|
139
|
+
AuditTrailItem.KIND_CHILD_REASSIGNED = 5;
|
|
140
|
+
AuditTrailItem.KIND_RELATION_REASSIGNED = 6;
|
|
141
|
+
AuditTrailItem.KIND_STRING = 7;
|
|
142
|
+
AuditTrailItem.KIND_LONG = 8;
|
|
143
|
+
AuditTrailItem.KIND_DOUBLE = 9;
|
|
144
|
+
AuditTrailItem.KIND_BINARY = 10;
|
|
145
|
+
AuditTrailItem.KIND_BYTE = 11;
|
|
146
|
+
AuditTrailItem.KIND_DATETIME = 12;
|
|
147
|
+
AuditTrailItem.ORDER_OFFSET = 65536;
|
|
148
|
+
class ATIChildCreated extends AuditTrailItem {
|
|
149
|
+
get ChildrenSet() { return this._set_miv_; }
|
|
150
|
+
constructor(q, parent, createdInfo, property) {
|
|
151
|
+
super(q);
|
|
152
|
+
this.Parent = parent;
|
|
153
|
+
this.CreatedInfo = createdInfo;
|
|
154
|
+
this.Property = property;
|
|
155
|
+
parent._newEvent_miv_(this);
|
|
156
|
+
createdInfo._newEvent_miv_(this);
|
|
157
|
+
}
|
|
158
|
+
_handledBy_miv_(h) {
|
|
159
|
+
return h.HandleChildCreated(this);
|
|
160
|
+
}
|
|
161
|
+
static _deserializeChild_miv_(q, deser, oFetcher) {
|
|
162
|
+
const parentID = deser.ReadInt64();
|
|
163
|
+
if (parentID === undefined)
|
|
164
|
+
return false;
|
|
165
|
+
const childID = deser.ReadInt64();
|
|
166
|
+
if (childID === undefined)
|
|
167
|
+
return false;
|
|
168
|
+
const property = deser.ReadUint16();
|
|
169
|
+
if (property === undefined)
|
|
170
|
+
return false;
|
|
171
|
+
const parent = oFetcher.get(parentID);
|
|
172
|
+
const child = oFetcher.get(childID);
|
|
173
|
+
if (parent !== undefined && child !== undefined) {
|
|
174
|
+
new ATIChildCreated(q, parent, child, property);
|
|
175
|
+
}
|
|
176
|
+
return true;
|
|
177
|
+
}
|
|
178
|
+
get order() {
|
|
179
|
+
return this.CreatedInfo.TypeID;
|
|
180
|
+
}
|
|
181
|
+
_pack_miv_(client) {
|
|
182
|
+
if (this.Parent.Type !== undefined && this.CreatedInfo.Type !== undefined) {
|
|
183
|
+
this._set_miv_ = this.Parent.Type.TryGetChildrenInfo(this.Property, this.CreatedInfo.Type);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
exports.ATIChildCreated = ATIChildCreated;
|
|
188
|
+
class ATIRelationCreated extends ATIChildCreated {
|
|
189
|
+
constructor(q, parent, createdInfo, property, target) {
|
|
190
|
+
super(q, parent, createdInfo, property);
|
|
191
|
+
this.Target = target;
|
|
192
|
+
}
|
|
193
|
+
_handledBy_miv_(h) {
|
|
194
|
+
return h.HandleRelationCreated(this);
|
|
195
|
+
}
|
|
196
|
+
static _deserializeRelation_miv_(q, deser, oFetcher) {
|
|
197
|
+
const parentID = deser.ReadInt64();
|
|
198
|
+
if (parentID === undefined)
|
|
199
|
+
return false;
|
|
200
|
+
const childID = deser.ReadInt64();
|
|
201
|
+
if (childID === undefined)
|
|
202
|
+
return false;
|
|
203
|
+
const property = deser.ReadUint16();
|
|
204
|
+
if (property === undefined)
|
|
205
|
+
return false;
|
|
206
|
+
const targetID = deser.ReadInt64();
|
|
207
|
+
if (targetID === undefined)
|
|
208
|
+
return false;
|
|
209
|
+
const parent = oFetcher.get(parentID);
|
|
210
|
+
const child = oFetcher.get(childID);
|
|
211
|
+
if (parent !== undefined && child !== undefined) {
|
|
212
|
+
const target = oFetcher.get(targetID);
|
|
213
|
+
new ATIRelationCreated(q, parent, child, property, target);
|
|
214
|
+
}
|
|
215
|
+
return true;
|
|
216
|
+
}
|
|
217
|
+
get order() {
|
|
218
|
+
return AuditTrailItem.ORDER_OFFSET + this.CreatedInfo.TypeID;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
exports.ATIRelationCreated = ATIRelationCreated;
|
|
222
|
+
class ATIChildDeleted extends AuditTrailItem {
|
|
223
|
+
get ChildrenSet() { return this._set_miv_; }
|
|
224
|
+
constructor(q, parent, deletedInfo, property) {
|
|
225
|
+
super(q);
|
|
226
|
+
this.Parent = parent;
|
|
227
|
+
this.DeletedInfo = deletedInfo;
|
|
228
|
+
this.Property = property;
|
|
229
|
+
parent._newEvent_miv_(this);
|
|
230
|
+
deletedInfo._newEvent_miv_(this);
|
|
231
|
+
}
|
|
232
|
+
_handledBy_miv_(h) {
|
|
233
|
+
return h.HandleChildDeleted(this);
|
|
234
|
+
}
|
|
235
|
+
static _deserializeChild_miv_(q, deser, oFetcher) {
|
|
236
|
+
const parentID = deser.ReadInt64();
|
|
237
|
+
if (parentID === undefined)
|
|
238
|
+
return false;
|
|
239
|
+
const childID = deser.ReadInt64();
|
|
240
|
+
if (childID === undefined)
|
|
241
|
+
return false;
|
|
242
|
+
const property = deser.ReadUint32();
|
|
243
|
+
if (property === undefined)
|
|
244
|
+
return false;
|
|
245
|
+
const parent = oFetcher.get(parentID);
|
|
246
|
+
const child = oFetcher.get(childID);
|
|
247
|
+
if (parent !== undefined && child !== undefined) {
|
|
248
|
+
new ATIChildDeleted(q, parent, child, property);
|
|
249
|
+
}
|
|
250
|
+
return true;
|
|
251
|
+
}
|
|
252
|
+
get order() {
|
|
253
|
+
return AuditTrailItem.ORDER_OFFSET * 9 + this.DeletedInfo.TypeID;
|
|
254
|
+
}
|
|
255
|
+
_pack_miv_(client) {
|
|
256
|
+
if (this.Parent.Type !== undefined && this.DeletedInfo.Type !== undefined) {
|
|
257
|
+
this._set_miv_ = this.Parent.Type.TryGetChildrenInfo(this.Property, this.DeletedInfo.Type);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
exports.ATIChildDeleted = ATIChildDeleted;
|
|
262
|
+
class ATIRelationDeleted extends ATIChildDeleted {
|
|
263
|
+
constructor(q, parent, deletedInfo, property, target) {
|
|
264
|
+
super(q, parent, deletedInfo, property);
|
|
265
|
+
this.Target = target;
|
|
266
|
+
}
|
|
267
|
+
_handledBy_miv_(h) {
|
|
268
|
+
return h.HandleRelationDeleted(this);
|
|
269
|
+
}
|
|
270
|
+
static _deserializeRelation_miv_(q, deser, oFetcher) {
|
|
271
|
+
const parentID = deser.ReadInt64();
|
|
272
|
+
if (parentID === undefined)
|
|
273
|
+
return false;
|
|
274
|
+
const childID = deser.ReadInt64();
|
|
275
|
+
if (childID === undefined)
|
|
276
|
+
return false;
|
|
277
|
+
const property = deser.ReadUint32();
|
|
278
|
+
if (property === undefined)
|
|
279
|
+
return false;
|
|
280
|
+
const targetID = deser.ReadInt64();
|
|
281
|
+
if (targetID === undefined)
|
|
282
|
+
return false;
|
|
283
|
+
const parent = oFetcher.get(parentID);
|
|
284
|
+
const child = oFetcher.get(childID);
|
|
285
|
+
if (parent !== undefined && child !== undefined) {
|
|
286
|
+
const target = oFetcher.get(targetID);
|
|
287
|
+
new ATIRelationDeleted(q, parent, child, property, target);
|
|
288
|
+
}
|
|
289
|
+
return true;
|
|
290
|
+
}
|
|
291
|
+
get order() {
|
|
292
|
+
return AuditTrailItem.ORDER_OFFSET * 10 + this.DeletedInfo.TypeID;
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
exports.ATIRelationDeleted = ATIRelationDeleted;
|
|
296
|
+
class ATIChildReassigned extends AuditTrailItem {
|
|
297
|
+
get OldChildren() { return this._oldset_miv_; }
|
|
298
|
+
get NewChildren() { return this._newset_miv_; }
|
|
299
|
+
constructor(q, oldParent, oldProperty, newParent, newProperty, reassignedInfo) {
|
|
300
|
+
super(q);
|
|
301
|
+
this.OldParent = oldParent;
|
|
302
|
+
this.OldProperty = oldProperty;
|
|
303
|
+
this.NewParent = newParent;
|
|
304
|
+
this.NewProperty = newProperty;
|
|
305
|
+
this.ReassignedInfo = reassignedInfo;
|
|
306
|
+
oldParent._newEvent_miv_(this);
|
|
307
|
+
newParent._newEvent_miv_(this);
|
|
308
|
+
reassignedInfo._newEvent_miv_(this);
|
|
309
|
+
}
|
|
310
|
+
_handledBy_miv_(h) {
|
|
311
|
+
return h.HandleChildReassigned(this);
|
|
312
|
+
}
|
|
313
|
+
static _deserializeChild_miv_(q, deser, oFetcher) {
|
|
314
|
+
const oldParentID = deser.ReadInt64();
|
|
315
|
+
if (oldParentID === undefined)
|
|
316
|
+
return false;
|
|
317
|
+
const oldProperty = deser.ReadUint16();
|
|
318
|
+
if (oldProperty === undefined)
|
|
319
|
+
return false;
|
|
320
|
+
const newParentID = deser.ReadInt64();
|
|
321
|
+
if (newParentID === undefined)
|
|
322
|
+
return false;
|
|
323
|
+
const newProperty = deser.ReadUint16();
|
|
324
|
+
if (newProperty === undefined)
|
|
325
|
+
return false;
|
|
326
|
+
const childID = deser.ReadInt64();
|
|
327
|
+
if (childID === undefined)
|
|
328
|
+
return false;
|
|
329
|
+
const oldParent = oFetcher.get(oldParentID);
|
|
330
|
+
const newParent = oFetcher.get(newParentID);
|
|
331
|
+
const child = oFetcher.get(childID);
|
|
332
|
+
if (oldParent !== undefined && newParent !== undefined && child !== undefined) {
|
|
333
|
+
new ATIChildReassigned(q, oldParent, oldProperty, newParent, newProperty, child);
|
|
334
|
+
}
|
|
335
|
+
return true;
|
|
336
|
+
}
|
|
337
|
+
get order() {
|
|
338
|
+
return AuditTrailItem.ORDER_OFFSET * 11 + this.ReassignedInfo.TypeID;
|
|
339
|
+
}
|
|
340
|
+
_pack_miv_(client) {
|
|
341
|
+
if (this.ReassignedInfo.Type !== undefined) {
|
|
342
|
+
if (this.OldParent.Type !== undefined) {
|
|
343
|
+
this._oldset_miv_ = this.OldParent.Type.TryGetChildrenInfo(this.OldProperty, this.ReassignedInfo.Type);
|
|
344
|
+
}
|
|
345
|
+
if (this.NewParent.Type !== undefined) {
|
|
346
|
+
if (this.NewParent.Type == this.OldParent.Type && this.OldProperty == this.NewProperty) {
|
|
347
|
+
this._newset_miv_ = this._oldset_miv_;
|
|
348
|
+
}
|
|
349
|
+
else {
|
|
350
|
+
this._newset_miv_ = this.NewParent.Type.TryGetChildrenInfo(this.NewProperty, this.ReassignedInfo.Type);
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
exports.ATIChildReassigned = ATIChildReassigned;
|
|
357
|
+
class ATIRelationReassigned extends ATIChildReassigned {
|
|
358
|
+
constructor(q, oldParent, oldProperty, newParent, newProperty, reassignedInfo, target) {
|
|
359
|
+
super(q, oldParent, oldProperty, newParent, newProperty, reassignedInfo);
|
|
360
|
+
this.Target = target;
|
|
361
|
+
}
|
|
362
|
+
_handledBy_miv_(h) {
|
|
363
|
+
return h.HandleRelationReassigned(this);
|
|
364
|
+
}
|
|
365
|
+
static _deserializeRelation_miv_(q, deser, oFetcher) {
|
|
366
|
+
const oldParentID = deser.ReadInt64();
|
|
367
|
+
if (oldParentID === undefined)
|
|
368
|
+
return false;
|
|
369
|
+
const oldProperty = deser.ReadUint16();
|
|
370
|
+
if (oldProperty === undefined)
|
|
371
|
+
return false;
|
|
372
|
+
const newParentID = deser.ReadInt64();
|
|
373
|
+
if (newParentID === undefined)
|
|
374
|
+
return false;
|
|
375
|
+
const newProperty = deser.ReadUint16();
|
|
376
|
+
if (newProperty === undefined)
|
|
377
|
+
return false;
|
|
378
|
+
const childID = deser.ReadInt64();
|
|
379
|
+
if (childID === undefined)
|
|
380
|
+
return false;
|
|
381
|
+
const targetID = deser.ReadInt64();
|
|
382
|
+
if (targetID === undefined)
|
|
383
|
+
return false;
|
|
384
|
+
const oldParent = oFetcher.get(oldParentID);
|
|
385
|
+
const newParent = oFetcher.get(newParentID);
|
|
386
|
+
const child = oFetcher.get(childID);
|
|
387
|
+
if (oldParent !== undefined && newParent !== undefined && child !== undefined) {
|
|
388
|
+
const target = oFetcher.get(targetID);
|
|
389
|
+
new ATIRelationReassigned(q, oldParent, oldProperty, newParent, newProperty, child, target);
|
|
390
|
+
}
|
|
391
|
+
return true;
|
|
392
|
+
}
|
|
393
|
+
get order() {
|
|
394
|
+
return AuditTrailItem.ORDER_OFFSET * 12 + this.ReassignedInfo.TypeID;
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
exports.ATIRelationReassigned = ATIRelationReassigned;
|
|
398
|
+
class ATValue extends AuditTrailItem {
|
|
399
|
+
constructor(q, owner, property) {
|
|
400
|
+
super(q);
|
|
401
|
+
this.Owner = owner;
|
|
402
|
+
this.Property = property;
|
|
403
|
+
owner._newEvent_miv_(this);
|
|
404
|
+
}
|
|
405
|
+
static _deserializeValue_miv_(q, deser, kind, oFetcher) {
|
|
406
|
+
const ownerID = deser.ReadInt64();
|
|
407
|
+
if (ownerID === undefined)
|
|
408
|
+
return false;
|
|
409
|
+
const property = deser.ReadUint16();
|
|
410
|
+
if (property === undefined)
|
|
411
|
+
return false;
|
|
412
|
+
const owner = oFetcher.get(ownerID);
|
|
413
|
+
switch (kind) {
|
|
414
|
+
case AuditTrailItem.KIND_STRING: return ATVString._deserializeString_miv_(q, deser, owner, property);
|
|
415
|
+
case AuditTrailItem.KIND_LONG: return ATVLong._deserializeLong_miv_(q, deser, owner, property);
|
|
416
|
+
case AuditTrailItem.KIND_DOUBLE: return ATVDouble._deserializeDouble_miv_(q, deser, owner, property);
|
|
417
|
+
case AuditTrailItem.KIND_BINARY: return ATVBinary._deserializeBinary_miv_(q, deser, owner, property);
|
|
418
|
+
case AuditTrailItem.KIND_BYTE: return ATVByte._deserializeByte_miv_(q, deser, owner, property);
|
|
419
|
+
case AuditTrailItem.KIND_DATETIME: return ATVDateTime._deserializeDateTime_miv_(q, deser, owner, property);
|
|
420
|
+
default: return false;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
_pack_miv_(client) {
|
|
424
|
+
this._info_miv_ = this.Owner.Type?.TryGetPropertyInfo(this.Property);
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
exports.ATValue = ATValue;
|
|
428
|
+
class ATVString extends ATValue {
|
|
429
|
+
constructor(q, owner, property, value, oldValue) {
|
|
430
|
+
super(q, owner, property);
|
|
431
|
+
this.Value = value;
|
|
432
|
+
this.OldValue = oldValue;
|
|
433
|
+
}
|
|
434
|
+
_handledBy_miv_(h) {
|
|
435
|
+
return h.HandleString(this);
|
|
436
|
+
}
|
|
437
|
+
static _deserializeString_miv_(q, deser, owner, property) {
|
|
438
|
+
const value = deser.ReadString();
|
|
439
|
+
if (value === undefined)
|
|
440
|
+
return false;
|
|
441
|
+
const oldValue = deser.ReadString();
|
|
442
|
+
if (oldValue === undefined)
|
|
443
|
+
return false;
|
|
444
|
+
if (owner !== undefined) {
|
|
445
|
+
new ATVString(q, owner, property, value, oldValue);
|
|
446
|
+
}
|
|
447
|
+
return true;
|
|
448
|
+
}
|
|
449
|
+
get order() {
|
|
450
|
+
if (this.Property == MIVConstants_1.MIVConstants.PROPERTY_NAME)
|
|
451
|
+
return AuditTrailItem.ORDER_OFFSET * 2 + this.Owner.TypeID;
|
|
452
|
+
else
|
|
453
|
+
return AuditTrailItem.ORDER_OFFSET * 4 + this.Property;
|
|
454
|
+
}
|
|
455
|
+
GetKind() {
|
|
456
|
+
return MIVValueTypes_1.MIVValueTypes.STRING;
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
exports.ATVString = ATVString;
|
|
460
|
+
class ATVLong extends ATValue {
|
|
461
|
+
constructor(q, owner, property, value, oldValue) {
|
|
462
|
+
super(q, owner, property);
|
|
463
|
+
this.Value = value;
|
|
464
|
+
this.OldValue = oldValue;
|
|
465
|
+
}
|
|
466
|
+
_handledBy_miv_(h) {
|
|
467
|
+
return h.HandleLong(this);
|
|
468
|
+
}
|
|
469
|
+
static _deserializeLong_miv_(q, deser, owner, property) {
|
|
470
|
+
const value = deser.ReadInt64();
|
|
471
|
+
if (value === undefined)
|
|
472
|
+
return false;
|
|
473
|
+
const oldValue = deser.ReadInt64();
|
|
474
|
+
if (oldValue === undefined)
|
|
475
|
+
return false;
|
|
476
|
+
if (owner !== undefined) {
|
|
477
|
+
new ATVLong(q, owner, property, value, oldValue);
|
|
478
|
+
}
|
|
479
|
+
return true;
|
|
480
|
+
}
|
|
481
|
+
get order() {
|
|
482
|
+
return AuditTrailItem.ORDER_OFFSET * 5 + this.Property;
|
|
483
|
+
}
|
|
484
|
+
GetKind() {
|
|
485
|
+
return MIVValueTypes_1.MIVValueTypes.LONG;
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
exports.ATVLong = ATVLong;
|
|
489
|
+
class ATVDouble extends ATValue {
|
|
490
|
+
constructor(q, owner, property, value, oldValue) {
|
|
491
|
+
super(q, owner, property);
|
|
492
|
+
this.Value = value;
|
|
493
|
+
this.OldValue = oldValue;
|
|
494
|
+
}
|
|
495
|
+
_handledBy_miv_(h) {
|
|
496
|
+
return h.HandleDouble(this);
|
|
497
|
+
}
|
|
498
|
+
static _deserializeDouble_miv_(q, deser, owner, property) {
|
|
499
|
+
const value = deser.ReadFloat64();
|
|
500
|
+
if (value === undefined)
|
|
501
|
+
return false;
|
|
502
|
+
const oldValue = deser.ReadFloat64();
|
|
503
|
+
if (oldValue === undefined)
|
|
504
|
+
return false;
|
|
505
|
+
if (owner !== undefined) {
|
|
506
|
+
new ATVDouble(q, owner, property, value, oldValue);
|
|
507
|
+
}
|
|
508
|
+
return true;
|
|
509
|
+
}
|
|
510
|
+
get order() {
|
|
511
|
+
return AuditTrailItem.ORDER_OFFSET * 6 + this.Property;
|
|
512
|
+
}
|
|
513
|
+
GetKind() {
|
|
514
|
+
return MIVValueTypes_1.MIVValueTypes.DOUBLE;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
exports.ATVDouble = ATVDouble;
|
|
518
|
+
class ATVBinary extends ATValue {
|
|
519
|
+
constructor(q, owner, property, bytes, oldBytes) {
|
|
520
|
+
super(q, owner, property);
|
|
521
|
+
this.Bytes = bytes;
|
|
522
|
+
this.OldBytes = oldBytes;
|
|
523
|
+
}
|
|
524
|
+
_handledBy_miv_(h) {
|
|
525
|
+
return h.HandleBinary(this);
|
|
526
|
+
}
|
|
527
|
+
static _deserializeBinary_miv_(q, deser, owner, property) {
|
|
528
|
+
const bytes = deser.ReadInt32();
|
|
529
|
+
if (bytes === undefined)
|
|
530
|
+
return false;
|
|
531
|
+
const oldBytes = deser.ReadInt32();
|
|
532
|
+
if (oldBytes === undefined)
|
|
533
|
+
return false;
|
|
534
|
+
if (owner !== undefined) {
|
|
535
|
+
new ATVBinary(q, owner, property, bytes, oldBytes);
|
|
536
|
+
}
|
|
537
|
+
return true;
|
|
538
|
+
}
|
|
539
|
+
get order() {
|
|
540
|
+
return AuditTrailItem.ORDER_OFFSET * 8 + this.Property;
|
|
541
|
+
}
|
|
542
|
+
GetKind() {
|
|
543
|
+
return MIVValueTypes_1.MIVValueTypes.BINARY;
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
exports.ATVBinary = ATVBinary;
|
|
547
|
+
class ATVByte extends ATValue {
|
|
548
|
+
constructor(q, owner, property, value, oldValue) {
|
|
549
|
+
super(q, owner, property);
|
|
550
|
+
this.Value = value;
|
|
551
|
+
this.OldValue = oldValue;
|
|
552
|
+
}
|
|
553
|
+
_handledBy_miv_(h) {
|
|
554
|
+
return h.HandleByte(this);
|
|
555
|
+
}
|
|
556
|
+
static _deserializeByte_miv_(q, deser, owner, property) {
|
|
557
|
+
const value = deser.ReadUint8();
|
|
558
|
+
if (value === undefined)
|
|
559
|
+
return false;
|
|
560
|
+
const oldValue = deser.ReadUint8();
|
|
561
|
+
if (oldValue === undefined)
|
|
562
|
+
return false;
|
|
563
|
+
if (owner !== undefined) {
|
|
564
|
+
new ATVByte(q, owner, property, value, oldValue);
|
|
565
|
+
}
|
|
566
|
+
return true;
|
|
567
|
+
}
|
|
568
|
+
get order() {
|
|
569
|
+
return AuditTrailItem.ORDER_OFFSET * 3 + this.Property;
|
|
570
|
+
}
|
|
571
|
+
GetKind() {
|
|
572
|
+
return MIVValueTypes_1.MIVValueTypes.BYTE;
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
exports.ATVByte = ATVByte;
|
|
576
|
+
class ATVDateTime extends ATValue {
|
|
577
|
+
constructor(q, owner, property, valueUTC, oldValueUTC) {
|
|
578
|
+
super(q, owner, property);
|
|
579
|
+
this.ValueUTC = valueUTC;
|
|
580
|
+
this.OldValueUTC = oldValueUTC;
|
|
581
|
+
}
|
|
582
|
+
_handledBy_miv_(h) {
|
|
583
|
+
return h.HandleDateTime(this);
|
|
584
|
+
}
|
|
585
|
+
static _deserializeDateTime_miv_(q, deser, owner, property) {
|
|
586
|
+
const value = deser.ReadDateTimeUTC();
|
|
587
|
+
if (value === undefined)
|
|
588
|
+
return false;
|
|
589
|
+
const oldValue = deser.ReadDateTimeUTC();
|
|
590
|
+
if (oldValue === undefined)
|
|
591
|
+
return false;
|
|
592
|
+
if (owner !== undefined) {
|
|
593
|
+
new ATVDateTime(q, owner, property, value, oldValue);
|
|
594
|
+
}
|
|
595
|
+
return true;
|
|
596
|
+
}
|
|
597
|
+
get order() {
|
|
598
|
+
return AuditTrailItem.ORDER_OFFSET * 7 + this.Property;
|
|
599
|
+
}
|
|
600
|
+
GetKind() {
|
|
601
|
+
return MIVValueTypes_1.MIVValueTypes.DATETIME;
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
exports.ATVDateTime = ATVDateTime;
|
|
605
|
+
class AuditTrailQueryPerObject {
|
|
606
|
+
constructor(query) {
|
|
607
|
+
this.Query = query;
|
|
608
|
+
this.Events = new Array();
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
exports.AuditTrailQueryPerObject = AuditTrailQueryPerObject;
|
|
612
|
+
class AuditTrailReport {
|
|
613
|
+
constructor(error, objects, queries) {
|
|
614
|
+
this.Error = error;
|
|
615
|
+
this.AllObjects = objects;
|
|
616
|
+
this.Queries = queries;
|
|
617
|
+
this.ObjectsWithEvents = new Array();
|
|
618
|
+
}
|
|
619
|
+
static _makeError_miv_(error) {
|
|
620
|
+
return new AuditTrailReport(error, new Array(), new Array());
|
|
621
|
+
}
|
|
622
|
+
_pack_miv_(client) {
|
|
623
|
+
this.Queries.sort((x, y) => { if (x.AtUTC <= y.AtUTC)
|
|
624
|
+
return 1;
|
|
625
|
+
else
|
|
626
|
+
return -1; });
|
|
627
|
+
for (let i = 0; i < this.Queries.length; i++) {
|
|
628
|
+
this.Queries[i]._pack_miv_();
|
|
629
|
+
}
|
|
630
|
+
for (let i = 0; i < this.AllObjects.length; i++) {
|
|
631
|
+
const obj = this.AllObjects[i];
|
|
632
|
+
obj._pack_miv_(client);
|
|
633
|
+
if (obj.AllEvents.length > 0) {
|
|
634
|
+
this.ObjectsWithEvents.push(obj);
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
for (let i = 0; i < this.Queries.length; i++) {
|
|
638
|
+
this.Queries[i]._packEvents_miv_(client);
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
static _serializeAuditTrailQuery_miv_(ser, root, depth, fromUTC, allowTypes, types) {
|
|
642
|
+
ser.WriteUint8(Query_1.Query.KIND_AUDIT_TRAIL);
|
|
643
|
+
ser.WriteInt64(root);
|
|
644
|
+
ser.WriteInt32(depth);
|
|
645
|
+
ser.WriteDateTimeUTC(fromUTC);
|
|
646
|
+
if (allowTypes)
|
|
647
|
+
ser.WriteInt32(types.length);
|
|
648
|
+
else
|
|
649
|
+
ser.WriteInt32(-types.length);
|
|
650
|
+
for (let i = 0; i < types.length; i++) {
|
|
651
|
+
ser.WriteUint16(types[i]);
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
static _serializeAuditTrailByUserQuery_miv_(ser, ofUser, fromUTC) {
|
|
655
|
+
ser.WriteUint8(Query_1.Query.KIND_AUDIT_TRAIL_BY_USER);
|
|
656
|
+
ser.WriteInt64(ofUser);
|
|
657
|
+
ser.WriteDateTimeUTC(fromUTC);
|
|
658
|
+
}
|
|
659
|
+
static _deserialize_miv_(deser) {
|
|
660
|
+
const hasError = deser.ReadUint8();
|
|
661
|
+
if (hasError === undefined)
|
|
662
|
+
return undefined;
|
|
663
|
+
const error = hasError ? ErrorMessage_1.ErrorMessage._deserializeError_miv_(deser) : undefined;
|
|
664
|
+
if (hasError && error === undefined)
|
|
665
|
+
return undefined;
|
|
666
|
+
const oCount = deser.ReadInt32();
|
|
667
|
+
if (oCount === undefined)
|
|
668
|
+
return undefined;
|
|
669
|
+
const oFetcher = new Map();
|
|
670
|
+
for (let i = 0; i < oCount; i++) {
|
|
671
|
+
const x = AuditTrailObjectInfo._deserialize_miv_(deser);
|
|
672
|
+
if (x === undefined)
|
|
673
|
+
return undefined;
|
|
674
|
+
oFetcher.set(x.ID, x);
|
|
675
|
+
}
|
|
676
|
+
const qCount = deser.ReadInt32();
|
|
677
|
+
if (qCount === undefined)
|
|
678
|
+
return undefined;
|
|
679
|
+
const qArray = new Array();
|
|
680
|
+
for (let i = 0; i < qCount; i++) {
|
|
681
|
+
const x = AuditTrailQuery._deserialize_miv_(deser);
|
|
682
|
+
if (x === undefined)
|
|
683
|
+
return undefined;
|
|
684
|
+
qArray.push(x);
|
|
685
|
+
const iCount = deser.ReadInt32();
|
|
686
|
+
if (iCount === undefined)
|
|
687
|
+
return undefined;
|
|
688
|
+
for (let j = 0; j < iCount; j++) {
|
|
689
|
+
if (!AuditTrailItem._deserialize_miv_(x, deser, oFetcher))
|
|
690
|
+
return undefined;
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
return new AuditTrailReport(error, Array.from(oFetcher.values()), qArray);
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
exports.AuditTrailReport = AuditTrailReport;
|
|
697
|
+
class AuditTrailHandler {
|
|
698
|
+
constructor() {
|
|
699
|
+
}
|
|
700
|
+
Handle(item) {
|
|
701
|
+
return item._handledBy_miv_(this);
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
exports.AuditTrailHandler = AuditTrailHandler;
|
|
705
|
+
//# sourceMappingURL=AuditTrail.js.map
|