@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,943 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AggregateErrorMessage = exports.DataTooLarge = exports.PropertyAccessDenied = exports.InvalidCustomReadRequest = exports.PasswordChangeRequired = exports.TooManyRequests = exports.CumulativeRequestsTooLong = exports.RequestTooLong = exports.ConnectionLost = exports.ExceptionErrorMessage = exports.TextualErrorMessage = exports.LoadExcess = exports.InvalidCredentials = exports.ObjectAccessDenied = exports.UnexpectedErrorMessage = exports.UserManagementError = exports.UnloadedChildren = exports.MultipleValues = exports.MultipleRelation = exports.MultipleReassignment = exports.ForbiddenProperty = exports.DeletedAndModified = exports.BeyondMaxDepth = exports.RootReassignment = exports.RootDeletion = exports.RootCopy = exports.InvalidCustomWriteRequest = exports.InvalidTemporaryID = exports.InvalidFlags = exports.InvalidCopyReference = exports.InvalidCopyID = exports.RelationReassignment = exports.RelationBlocking = exports.ReassignmentLoop = exports.NotChild = exports.ForbiddenWrite = exports.ExistingRelationDifferentType = exports.DuplicateUserLogin = exports.BeyondMaxNewChildren = exports.InvalidWriteErrorMessage = exports.RegularWriteErrorMessage = exports.ErroneousWriteErrorMessage = exports.WriteErrorMessage = exports.RegularWriteErrorMessageHandlerDefault = exports.RegularWriteErrorMessageHandler = exports.WriteErrorMessageHandlerDefault = exports.WriteErrorMessageHandler = exports.ErrorMessageHandlerDefault = exports.ErrorMessageHandler = exports.ErrorMessage = void 0;
|
|
4
|
+
exports.CustomErrorMessage = void 0;
|
|
5
|
+
class ErrorMessage {
|
|
6
|
+
constructor() {
|
|
7
|
+
}
|
|
8
|
+
static _deserializeError_miv_(deser) {
|
|
9
|
+
const errorKind = deser.ReadUint8();
|
|
10
|
+
if (errorKind === undefined)
|
|
11
|
+
return undefined;
|
|
12
|
+
switch (errorKind) {
|
|
13
|
+
case ErrorMessage.OBJECT_ACCESS_DENIED: return ObjectAccessDenied._deserialize_miv_(deser);
|
|
14
|
+
case ErrorMessage.UNEXPECTED: return UnexpectedErrorMessage._deserialize_miv_(deser);
|
|
15
|
+
case ErrorMessage.INVALID_CREDENTIALS: return InvalidCredentials._deserialize_miv_(deser);
|
|
16
|
+
case ErrorMessage.LOAD_EXCESS: return LoadExcess._deserialize_miv_(deser);
|
|
17
|
+
case ErrorMessage.TEXTUAL: return TextualErrorMessage._deserialize_miv_(deser);
|
|
18
|
+
case ErrorMessage.CONNECTION_LOST: return ConnectionLost._deserialize_miv_(deser);
|
|
19
|
+
case ErrorMessage.REQUEST_TOO_LONG: return RequestTooLong._deserialize_miv_(deser);
|
|
20
|
+
case ErrorMessage.CUMULATIVE_REQUESTS_TOO_LONG: return CumulativeRequestsTooLong._deserialize_miv_(deser);
|
|
21
|
+
case ErrorMessage.TOO_MANY_REQUESTS: return TooManyRequests._deserialize_miv_(deser);
|
|
22
|
+
case ErrorMessage.AGGREGATE: return AggregateErrorMessage._deserialize_miv_(deser);
|
|
23
|
+
case ErrorMessage.CUSTOM: return CustomErrorMessage._deserialize_miv_(deser);
|
|
24
|
+
case ErrorMessage.PASSWORD_CHANGE_REQUIRED: return PasswordChangeRequired._deserialize_miv_(deser);
|
|
25
|
+
case ErrorMessage.INVALID_CUSTOM_READ: return InvalidCustomReadRequest._deserialize_miv_(deser);
|
|
26
|
+
case ErrorMessage.PROPERTY_ACCESS_DENIED: return PropertyAccessDenied._deserialize_miv_(deser);
|
|
27
|
+
case ErrorMessage.EXCEPTION: return ExceptionErrorMessage._deserialize_miv_(deser);
|
|
28
|
+
case ErrorMessage.U_FORBIDDEN: return ForbiddenWrite._deserialize_miv_(deser);
|
|
29
|
+
case ErrorMessage.U_RELATION_BLOCKING: return RelationBlocking._deserialize_miv_(deser);
|
|
30
|
+
case ErrorMessage.U_EXISTING_RELATION: return ExistingRelationDifferentType._deserialize_miv_(deser);
|
|
31
|
+
case ErrorMessage.U_BEYOND_MAX_NEW_CHILDREN: return BeyondMaxNewChildren._deserialize_miv_(deser);
|
|
32
|
+
case ErrorMessage.U_UNLOADED: return UnloadedChildren._deserialize_miv_(deser);
|
|
33
|
+
case ErrorMessage.U_DELETED_AND_MODIFIED: return DeletedAndModified._deserialize_miv_(deser);
|
|
34
|
+
case ErrorMessage.U_MULTI_VALUES: return MultipleValues._deserialize_miv_(deser);
|
|
35
|
+
case ErrorMessage.U_MULTI_REASSIGN: return MultipleReassignment._deserialize_miv_(deser);
|
|
36
|
+
case ErrorMessage.U_MULTI_RELATION: return MultipleRelation._deserialize_miv_(deser);
|
|
37
|
+
case ErrorMessage.U_REASSIGN_LOOP: return ReassignmentLoop._deserialize_miv_(deser);
|
|
38
|
+
case ErrorMessage.U_BEYOND_MAX_DEPTH: return BeyondMaxDepth._deserialize_miv_(deser);
|
|
39
|
+
case ErrorMessage.U_RELATION_REASSIGNMENT: return RelationReassignment._deserialize_miv_(deser);
|
|
40
|
+
case ErrorMessage.U_NOT_CHILD: return NotChild._deserialize_miv_(deser);
|
|
41
|
+
case ErrorMessage.U_INVALID_FLAGS: return InvalidFlags._deserialize_miv_(deser);
|
|
42
|
+
case ErrorMessage.U_INVALID_TEMPID: return InvalidTemporaryID._deserialize_miv_(deser);
|
|
43
|
+
case ErrorMessage.U_INVALID_COPY_ID: return InvalidCopyID._deserialize_miv_(deser);
|
|
44
|
+
case ErrorMessage.U_INVALID_COPY_REF: return InvalidCopyReference._deserialize_miv_(deser);
|
|
45
|
+
case ErrorMessage.U_ROOT_COPY: return RootCopy._deserialize_miv_(deser);
|
|
46
|
+
case ErrorMessage.U_ROOT_DELETION: return RootDeletion._deserialize_miv_(deser);
|
|
47
|
+
case ErrorMessage.U_ROOT_REASSIGN: return RootReassignment._deserialize_miv_(deser);
|
|
48
|
+
case ErrorMessage.U_USER: return UserManagementError._deserialize_miv_(deser);
|
|
49
|
+
case ErrorMessage.U_DUPLICATE_LOGIN: return DuplicateUserLogin._deserialize_miv_(deser);
|
|
50
|
+
case ErrorMessage.U_FORBIDDEN_PROPERTY: return ForbiddenProperty._deserialize_miv_(deser);
|
|
51
|
+
case ErrorMessage.U_DATA_TOO_LARGE: return DataTooLarge._deserialize_miv_(deser);
|
|
52
|
+
case ErrorMessage.U_INVALID_CUSTOM_WRITE: return InvalidCustomWriteRequest._deserialize_miv_(deser);
|
|
53
|
+
default:
|
|
54
|
+
return undefined;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.ErrorMessage = ErrorMessage;
|
|
59
|
+
ErrorMessage.UNEXPECTED = 1;
|
|
60
|
+
ErrorMessage.OBJECT_ACCESS_DENIED = 2;
|
|
61
|
+
ErrorMessage.INVALID_CREDENTIALS = 3;
|
|
62
|
+
ErrorMessage.LOAD_EXCESS = 4;
|
|
63
|
+
ErrorMessage.TEXTUAL = 5;
|
|
64
|
+
ErrorMessage.U_BEYOND_MAX_DEPTH = 6;
|
|
65
|
+
ErrorMessage.U_BEYOND_MAX_NEW_CHILDREN = 7;
|
|
66
|
+
ErrorMessage.U_DELETED_AND_MODIFIED = 8;
|
|
67
|
+
ErrorMessage.U_EXISTING_RELATION = 9;
|
|
68
|
+
ErrorMessage.U_FORBIDDEN = 10;
|
|
69
|
+
ErrorMessage.U_INVALID_COPY_ID = 11;
|
|
70
|
+
ErrorMessage.U_INVALID_COPY_REF = 12;
|
|
71
|
+
ErrorMessage.U_INVALID_FLAGS = 13;
|
|
72
|
+
ErrorMessage.U_INVALID_TEMPID = 14;
|
|
73
|
+
ErrorMessage.U_MULTI_REASSIGN = 15;
|
|
74
|
+
ErrorMessage.U_MULTI_RELATION = 16;
|
|
75
|
+
ErrorMessage.U_MULTI_VALUES = 17;
|
|
76
|
+
ErrorMessage.U_NOT_CHILD = 18;
|
|
77
|
+
ErrorMessage.U_REASSIGN_LOOP = 19;
|
|
78
|
+
ErrorMessage.U_RELATION_BLOCKING = 20;
|
|
79
|
+
ErrorMessage.U_RELATION_REASSIGNMENT = 21;
|
|
80
|
+
ErrorMessage.U_ROOT_COPY = 22;
|
|
81
|
+
ErrorMessage.U_ROOT_DELETION = 23;
|
|
82
|
+
ErrorMessage.U_ROOT_REASSIGN = 24;
|
|
83
|
+
ErrorMessage.U_UNLOADED = 25;
|
|
84
|
+
ErrorMessage.U_USER = 26;
|
|
85
|
+
ErrorMessage.U_DUPLICATE_LOGIN = 27;
|
|
86
|
+
ErrorMessage.U_FORBIDDEN_PROPERTY = 28;
|
|
87
|
+
ErrorMessage.U_DATA_TOO_LARGE = 29;
|
|
88
|
+
ErrorMessage.U_INVALID_CUSTOM_WRITE = 30;
|
|
89
|
+
ErrorMessage.INVALID_CUSTOM_READ = 31;
|
|
90
|
+
ErrorMessage.PROPERTY_ACCESS_DENIED = 32;
|
|
91
|
+
ErrorMessage.CONNECTION_LOST = 33;
|
|
92
|
+
ErrorMessage.PASSWORD_CHANGE_REQUIRED = 34;
|
|
93
|
+
ErrorMessage.REQUEST_TOO_LONG = 35;
|
|
94
|
+
ErrorMessage.CUMULATIVE_REQUESTS_TOO_LONG = 36;
|
|
95
|
+
ErrorMessage.TOO_MANY_REQUESTS = 37;
|
|
96
|
+
ErrorMessage.AGGREGATE = 38;
|
|
97
|
+
ErrorMessage.CUSTOM = 39;
|
|
98
|
+
ErrorMessage.EXCEPTION = 40;
|
|
99
|
+
class ErrorMessageHandler {
|
|
100
|
+
constructor() {
|
|
101
|
+
}
|
|
102
|
+
Handle(msg) {
|
|
103
|
+
return msg._handledBy_miv_(this);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
exports.ErrorMessageHandler = ErrorMessageHandler;
|
|
107
|
+
class ErrorMessageHandlerDefault extends ErrorMessageHandler {
|
|
108
|
+
constructor() {
|
|
109
|
+
super();
|
|
110
|
+
}
|
|
111
|
+
HandleAggregate(msg) { return this.Default(msg); }
|
|
112
|
+
HandleConnectionLost(msg) { return this.Default(msg); }
|
|
113
|
+
HandleCustom(msg) { return this.Default(msg); }
|
|
114
|
+
HandleInvalidCredentials(msg) { return this.Default(msg); }
|
|
115
|
+
HandlePasswordChangeRequired(msg) { return this.Default(msg); }
|
|
116
|
+
HandleInvalidCustomRead(msg) { return this.Default(msg); }
|
|
117
|
+
HandleLoadExcess(msg) { return this.Default(msg); }
|
|
118
|
+
HandleObjectAccessDenied(msg) { return this.Default(msg); }
|
|
119
|
+
HandlePropertyAccessDenied(msg) { return this.Default(msg); }
|
|
120
|
+
HandleRequestTooLong(msg) { return this.Default(msg); }
|
|
121
|
+
HandleCumulativeRequestsTooLong(msg) { return this.Default(msg); }
|
|
122
|
+
HandleTextual(msg) { return this.Default(msg); }
|
|
123
|
+
HandleException(msg) { return this.Default(msg); }
|
|
124
|
+
HandleTooManyRequests(msg) { return this.Default(msg); }
|
|
125
|
+
HandleUnexpected(msg) { return this.Default(msg); }
|
|
126
|
+
HandleWrite(msg) { return this.Default(msg); }
|
|
127
|
+
}
|
|
128
|
+
exports.ErrorMessageHandlerDefault = ErrorMessageHandlerDefault;
|
|
129
|
+
class WriteErrorMessageHandler {
|
|
130
|
+
constructor() {
|
|
131
|
+
}
|
|
132
|
+
Handle(msg) {
|
|
133
|
+
msg._writeHandledBy_miv_(this);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
exports.WriteErrorMessageHandler = WriteErrorMessageHandler;
|
|
137
|
+
class WriteErrorMessageHandlerDefault extends WriteErrorMessageHandler {
|
|
138
|
+
constructor() {
|
|
139
|
+
super();
|
|
140
|
+
}
|
|
141
|
+
HandleBeyondMaxDepth(msg) { return this.Default(msg); }
|
|
142
|
+
HandleBeyondMaxNewChildren(msg) { return this.Default(msg); }
|
|
143
|
+
HandleDeletedAndModified(msg) { return this.Default(msg); }
|
|
144
|
+
HandleDuplicateUserLogin(msg) { return this.Default(msg); }
|
|
145
|
+
HandleExistingRelationDifferentType(msg) { return this.Default(msg); }
|
|
146
|
+
HandleForbiddenProperty(msg) { return this.Default(msg); }
|
|
147
|
+
HandleForbiddenWrite(msg) { return this.Default(msg); }
|
|
148
|
+
HandleInvalidCopyID(msg) { return this.Default(msg); }
|
|
149
|
+
HandleInvalidCopyReference(msg) { return this.Default(msg); }
|
|
150
|
+
HandleInvalidFlags(msg) { return this.Default(msg); }
|
|
151
|
+
HandleInvalidTemporaryID(msg) { return this.Default(msg); }
|
|
152
|
+
HandleInvalidCustomWrite(msg) { return this.Default(msg); }
|
|
153
|
+
HandleMultipleReassignment(msg) { return this.Default(msg); }
|
|
154
|
+
HandleMultipleRelation(msg) { return this.Default(msg); }
|
|
155
|
+
HandleMultipleValues(msg) { return this.Default(msg); }
|
|
156
|
+
HandleNotChild(msg) { return this.Default(msg); }
|
|
157
|
+
HandleReassignmentLoop(msg) { return this.Default(msg); }
|
|
158
|
+
HandleRelationBlocking(msg) { return this.Default(msg); }
|
|
159
|
+
HandleRelationReassignment(msg) { return this.Default(msg); }
|
|
160
|
+
HandleRootCopy(msg) { return this.Default(msg); }
|
|
161
|
+
HandleRootDeletion(msg) { return this.Default(msg); }
|
|
162
|
+
HandleRootReassignment(msg) { return this.Default(msg); }
|
|
163
|
+
HandleUnloadedChildren(msg) { return this.Default(msg); }
|
|
164
|
+
HandleUser(msg) { return this.Default(msg); }
|
|
165
|
+
HandleDataTooLarge(msg) { return this.Default(msg); }
|
|
166
|
+
}
|
|
167
|
+
exports.WriteErrorMessageHandlerDefault = WriteErrorMessageHandlerDefault;
|
|
168
|
+
class RegularWriteErrorMessageHandler extends WriteErrorMessageHandler {
|
|
169
|
+
constructor() {
|
|
170
|
+
super();
|
|
171
|
+
}
|
|
172
|
+
HandleBeyondMaxDepth(msg) { return this.HandleErroneousQuery(msg); }
|
|
173
|
+
HandleDeletedAndModified(msg) { return this.HandleErroneousQuery(msg); }
|
|
174
|
+
HandleForbiddenProperty(msg) { return this.HandleErroneousQuery(msg); }
|
|
175
|
+
HandleInvalidCopyID(msg) { return this.HandleInvalidQuery(msg); }
|
|
176
|
+
HandleInvalidCopyReference(msg) { return this.HandleInvalidQuery(msg); }
|
|
177
|
+
HandleInvalidFlags(msg) { return this.HandleInvalidQuery(msg); }
|
|
178
|
+
HandleInvalidTemporaryID(msg) { return this.HandleInvalidQuery(msg); }
|
|
179
|
+
HandleInvalidCustomWrite(msg) { return this.HandleInvalidQuery(msg); }
|
|
180
|
+
HandleMultipleReassignment(msg) { return this.HandleErroneousQuery(msg); }
|
|
181
|
+
HandleMultipleRelation(msg) { return this.HandleErroneousQuery(msg); }
|
|
182
|
+
HandleMultipleValues(msg) { return this.HandleErroneousQuery(msg); }
|
|
183
|
+
HandleRelationReassignment(msg) { return this.HandleErroneousQuery(msg); }
|
|
184
|
+
HandleRootCopy(msg) { return this.HandleInvalidQuery(msg); }
|
|
185
|
+
HandleRootDeletion(msg) { return this.HandleInvalidQuery(msg); }
|
|
186
|
+
HandleRootReassignment(msg) { return this.HandleInvalidQuery(msg); }
|
|
187
|
+
HandleUnloadedChildren(msg) { return this.HandleErroneousQuery(msg); }
|
|
188
|
+
HandleUser(msg) { return this.HandleErroneousQuery(msg); }
|
|
189
|
+
}
|
|
190
|
+
exports.RegularWriteErrorMessageHandler = RegularWriteErrorMessageHandler;
|
|
191
|
+
class RegularWriteErrorMessageHandlerDefault extends RegularWriteErrorMessageHandler {
|
|
192
|
+
constructor() {
|
|
193
|
+
super();
|
|
194
|
+
}
|
|
195
|
+
HandleBeyondMaxNewChildren(msg) { return this.Default(msg); }
|
|
196
|
+
HandleDataTooLarge(msg) { return this.Default(msg); }
|
|
197
|
+
HandleDuplicateUserLogin(msg) { return this.Default(msg); }
|
|
198
|
+
HandleExistingRelationDifferentType(msg) { return this.Default(msg); }
|
|
199
|
+
HandleForbiddenWrite(msg) { return this.Default(msg); }
|
|
200
|
+
HandleNotChild(msg) { return this.Default(msg); }
|
|
201
|
+
HandleReassignmentLoop(msg) { return this.Default(msg); }
|
|
202
|
+
HandleRelationBlocking(msg) { return this.Default(msg); }
|
|
203
|
+
}
|
|
204
|
+
exports.RegularWriteErrorMessageHandlerDefault = RegularWriteErrorMessageHandlerDefault;
|
|
205
|
+
class WriteErrorMessage extends ErrorMessage {
|
|
206
|
+
constructor() {
|
|
207
|
+
super();
|
|
208
|
+
}
|
|
209
|
+
_handledBy_miv_(h) {
|
|
210
|
+
return h.HandleWrite(this);
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
exports.WriteErrorMessage = WriteErrorMessage;
|
|
214
|
+
class ErroneousWriteErrorMessage extends WriteErrorMessage {
|
|
215
|
+
constructor() {
|
|
216
|
+
super();
|
|
217
|
+
}
|
|
218
|
+
get IsRegular() { return false; }
|
|
219
|
+
get IsErroneous() { return true; }
|
|
220
|
+
get IsInvalid() { return false; }
|
|
221
|
+
}
|
|
222
|
+
exports.ErroneousWriteErrorMessage = ErroneousWriteErrorMessage;
|
|
223
|
+
class RegularWriteErrorMessage extends WriteErrorMessage {
|
|
224
|
+
constructor() {
|
|
225
|
+
super();
|
|
226
|
+
}
|
|
227
|
+
get IsRegular() { return true; }
|
|
228
|
+
get IsErroneous() { return false; }
|
|
229
|
+
get IsInvalid() { return false; }
|
|
230
|
+
}
|
|
231
|
+
exports.RegularWriteErrorMessage = RegularWriteErrorMessage;
|
|
232
|
+
class InvalidWriteErrorMessage extends WriteErrorMessage {
|
|
233
|
+
constructor() {
|
|
234
|
+
super();
|
|
235
|
+
}
|
|
236
|
+
get IsRegular() { return false; }
|
|
237
|
+
get IsErroneous() { return false; }
|
|
238
|
+
get IsInvalid() { return true; }
|
|
239
|
+
}
|
|
240
|
+
exports.InvalidWriteErrorMessage = InvalidWriteErrorMessage;
|
|
241
|
+
class BeyondMaxNewChildren extends RegularWriteErrorMessage {
|
|
242
|
+
constructor(max) {
|
|
243
|
+
super();
|
|
244
|
+
this.Max = max;
|
|
245
|
+
}
|
|
246
|
+
static _deserialize_miv_(deser) {
|
|
247
|
+
const max = deser.ReadInt32();
|
|
248
|
+
if (max === undefined)
|
|
249
|
+
return undefined;
|
|
250
|
+
return new BeyondMaxNewChildren(max);
|
|
251
|
+
}
|
|
252
|
+
_writeHandledBy_miv_(h) {
|
|
253
|
+
return h.HandleBeyondMaxNewChildren(this);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
exports.BeyondMaxNewChildren = BeyondMaxNewChildren;
|
|
257
|
+
class DuplicateUserLogin extends RegularWriteErrorMessage {
|
|
258
|
+
constructor(login) {
|
|
259
|
+
super();
|
|
260
|
+
this.Login = login;
|
|
261
|
+
}
|
|
262
|
+
static _deserialize_miv_(deser) {
|
|
263
|
+
const login = deser.ReadString();
|
|
264
|
+
if (login === undefined)
|
|
265
|
+
return undefined;
|
|
266
|
+
return new DuplicateUserLogin(login);
|
|
267
|
+
}
|
|
268
|
+
_writeHandledBy_miv_(h) {
|
|
269
|
+
return h.HandleDuplicateUserLogin(this);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
exports.DuplicateUserLogin = DuplicateUserLogin;
|
|
273
|
+
class ExistingRelationDifferentType extends RegularWriteErrorMessage {
|
|
274
|
+
constructor(from, to, property, type) {
|
|
275
|
+
super();
|
|
276
|
+
this.From = from;
|
|
277
|
+
this.To = to;
|
|
278
|
+
this.Property = property;
|
|
279
|
+
this.Type = type;
|
|
280
|
+
}
|
|
281
|
+
static _deserialize_miv_(deser) {
|
|
282
|
+
const from = deser.ReadInt64();
|
|
283
|
+
if (from === undefined)
|
|
284
|
+
return undefined;
|
|
285
|
+
const to = deser.ReadInt64();
|
|
286
|
+
if (to === undefined)
|
|
287
|
+
return undefined;
|
|
288
|
+
const property = deser.ReadUint32();
|
|
289
|
+
if (property === undefined)
|
|
290
|
+
return undefined;
|
|
291
|
+
const type = deser.ReadUint32();
|
|
292
|
+
if (type === undefined)
|
|
293
|
+
return undefined;
|
|
294
|
+
return new ExistingRelationDifferentType(from, to, property, type);
|
|
295
|
+
}
|
|
296
|
+
_writeHandledBy_miv_(h) {
|
|
297
|
+
return h.HandleExistingRelationDifferentType(this);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
exports.ExistingRelationDifferentType = ExistingRelationDifferentType;
|
|
301
|
+
class ForbiddenWrite extends RegularWriteErrorMessage {
|
|
302
|
+
constructor() {
|
|
303
|
+
super();
|
|
304
|
+
}
|
|
305
|
+
static _deserialize_miv_(deser) {
|
|
306
|
+
return ForbiddenWrite.SINGLETON;
|
|
307
|
+
}
|
|
308
|
+
_writeHandledBy_miv_(h) {
|
|
309
|
+
return h.HandleForbiddenWrite(this);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
exports.ForbiddenWrite = ForbiddenWrite;
|
|
313
|
+
ForbiddenWrite.SINGLETON = new ForbiddenWrite();
|
|
314
|
+
class NotChild extends RegularWriteErrorMessage {
|
|
315
|
+
constructor(parent, child) {
|
|
316
|
+
super();
|
|
317
|
+
this.Parent = parent;
|
|
318
|
+
this.Child = child;
|
|
319
|
+
}
|
|
320
|
+
static _deserialize_miv_(deser) {
|
|
321
|
+
const parent = deser.ReadInt64();
|
|
322
|
+
if (parent === undefined)
|
|
323
|
+
return undefined;
|
|
324
|
+
const child = deser.ReadInt64();
|
|
325
|
+
if (child === undefined)
|
|
326
|
+
return undefined;
|
|
327
|
+
return new NotChild(parent, child);
|
|
328
|
+
}
|
|
329
|
+
_writeHandledBy_miv_(h) {
|
|
330
|
+
return h.HandleNotChild(this);
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
exports.NotChild = NotChild;
|
|
334
|
+
class ReassignmentLoop extends RegularWriteErrorMessage {
|
|
335
|
+
constructor(child) {
|
|
336
|
+
super();
|
|
337
|
+
this.ReassignedChild = child;
|
|
338
|
+
}
|
|
339
|
+
static _deserialize_miv_(deser) {
|
|
340
|
+
const child = deser.ReadInt64();
|
|
341
|
+
if (child === undefined)
|
|
342
|
+
return undefined;
|
|
343
|
+
return new ReassignmentLoop(child);
|
|
344
|
+
}
|
|
345
|
+
_writeHandledBy_miv_(h) {
|
|
346
|
+
return h.HandleReassignmentLoop(this);
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
exports.ReassignmentLoop = ReassignmentLoop;
|
|
350
|
+
class RelationBlocking extends RegularWriteErrorMessage {
|
|
351
|
+
constructor(target, type) {
|
|
352
|
+
super();
|
|
353
|
+
this.TargetID = target;
|
|
354
|
+
this.TargetType = type;
|
|
355
|
+
}
|
|
356
|
+
static _deserialize_miv_(deser) {
|
|
357
|
+
const target = deser.ReadInt64();
|
|
358
|
+
if (target === undefined)
|
|
359
|
+
return undefined;
|
|
360
|
+
const type = deser.ReadUint16();
|
|
361
|
+
if (type === undefined)
|
|
362
|
+
return undefined;
|
|
363
|
+
return new RelationBlocking(target, type);
|
|
364
|
+
}
|
|
365
|
+
_writeHandledBy_miv_(h) {
|
|
366
|
+
return h.HandleRelationBlocking(this);
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
exports.RelationBlocking = RelationBlocking;
|
|
370
|
+
class RelationReassignment extends RegularWriteErrorMessage {
|
|
371
|
+
constructor(id) {
|
|
372
|
+
super();
|
|
373
|
+
this.ReassignedRelationID = id;
|
|
374
|
+
}
|
|
375
|
+
static _deserialize_miv_(deser) {
|
|
376
|
+
const id = deser.ReadInt64();
|
|
377
|
+
if (id === undefined)
|
|
378
|
+
return undefined;
|
|
379
|
+
return new RelationReassignment(id);
|
|
380
|
+
}
|
|
381
|
+
_writeHandledBy_miv_(h) {
|
|
382
|
+
return h.HandleRelationReassignment(this);
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
exports.RelationReassignment = RelationReassignment;
|
|
386
|
+
class InvalidCopyID extends InvalidWriteErrorMessage {
|
|
387
|
+
constructor(id) {
|
|
388
|
+
super();
|
|
389
|
+
this.Copy = id;
|
|
390
|
+
}
|
|
391
|
+
static _deserialize_miv_(deser) {
|
|
392
|
+
const id = deser.ReadInt64();
|
|
393
|
+
if (id === undefined)
|
|
394
|
+
return undefined;
|
|
395
|
+
return new InvalidCopyID(id);
|
|
396
|
+
}
|
|
397
|
+
_writeHandledBy_miv_(h) {
|
|
398
|
+
return h.HandleInvalidCopyID(this);
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
exports.InvalidCopyID = InvalidCopyID;
|
|
402
|
+
class InvalidCopyReference extends InvalidWriteErrorMessage {
|
|
403
|
+
constructor(id, r) {
|
|
404
|
+
super();
|
|
405
|
+
this.CopyID = id;
|
|
406
|
+
this.Ref = r;
|
|
407
|
+
}
|
|
408
|
+
static _deserialize_miv_(deser) {
|
|
409
|
+
const id = deser.ReadInt64();
|
|
410
|
+
if (id === undefined)
|
|
411
|
+
return undefined;
|
|
412
|
+
const r = deser.ReadInt64();
|
|
413
|
+
if (r === undefined)
|
|
414
|
+
return undefined;
|
|
415
|
+
return new InvalidCopyReference(id, r);
|
|
416
|
+
}
|
|
417
|
+
_writeHandledBy_miv_(h) {
|
|
418
|
+
return h.HandleInvalidCopyReference(this);
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
exports.InvalidCopyReference = InvalidCopyReference;
|
|
422
|
+
class InvalidFlags extends InvalidWriteErrorMessage {
|
|
423
|
+
constructor(owner, p) {
|
|
424
|
+
super();
|
|
425
|
+
this.Owner = owner;
|
|
426
|
+
this.Property = p;
|
|
427
|
+
}
|
|
428
|
+
static _deserialize_miv_(deser) {
|
|
429
|
+
const owner = deser.ReadInt64();
|
|
430
|
+
if (owner === undefined)
|
|
431
|
+
return undefined;
|
|
432
|
+
const p = deser.ReadUint32();
|
|
433
|
+
if (p === undefined)
|
|
434
|
+
return undefined;
|
|
435
|
+
return new InvalidFlags(owner, p);
|
|
436
|
+
}
|
|
437
|
+
_writeHandledBy_miv_(h) {
|
|
438
|
+
return h.HandleInvalidFlags(this);
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
exports.InvalidFlags = InvalidFlags;
|
|
442
|
+
class InvalidTemporaryID extends InvalidWriteErrorMessage {
|
|
443
|
+
constructor(id) {
|
|
444
|
+
super();
|
|
445
|
+
this.ID = id;
|
|
446
|
+
}
|
|
447
|
+
static _deserialize_miv_(deser) {
|
|
448
|
+
const id = deser.ReadInt64();
|
|
449
|
+
if (id === undefined)
|
|
450
|
+
return undefined;
|
|
451
|
+
return new InvalidTemporaryID(id);
|
|
452
|
+
}
|
|
453
|
+
_writeHandledBy_miv_(h) {
|
|
454
|
+
return h.HandleInvalidTemporaryID(this);
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
exports.InvalidTemporaryID = InvalidTemporaryID;
|
|
458
|
+
class InvalidCustomWriteRequest extends InvalidWriteErrorMessage {
|
|
459
|
+
constructor() {
|
|
460
|
+
super();
|
|
461
|
+
}
|
|
462
|
+
static _deserialize_miv_(deser) {
|
|
463
|
+
return InvalidCustomWriteRequest.SINGLETON;
|
|
464
|
+
}
|
|
465
|
+
_writeHandledBy_miv_(h) {
|
|
466
|
+
return h.HandleInvalidCustomWrite(this);
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
exports.InvalidCustomWriteRequest = InvalidCustomWriteRequest;
|
|
470
|
+
InvalidCustomWriteRequest.SINGLETON = new InvalidCustomWriteRequest();
|
|
471
|
+
class RootCopy extends InvalidWriteErrorMessage {
|
|
472
|
+
constructor(id) {
|
|
473
|
+
super();
|
|
474
|
+
this.ID = id;
|
|
475
|
+
}
|
|
476
|
+
static _deserialize_miv_(deser) {
|
|
477
|
+
const id = deser.ReadInt64();
|
|
478
|
+
if (id === undefined)
|
|
479
|
+
return undefined;
|
|
480
|
+
return new RootCopy(id);
|
|
481
|
+
}
|
|
482
|
+
_writeHandledBy_miv_(h) {
|
|
483
|
+
return h.HandleRootCopy(this);
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
exports.RootCopy = RootCopy;
|
|
487
|
+
class RootDeletion extends InvalidWriteErrorMessage {
|
|
488
|
+
constructor(id) {
|
|
489
|
+
super();
|
|
490
|
+
this.ID = id;
|
|
491
|
+
}
|
|
492
|
+
static _deserialize_miv_(deser) {
|
|
493
|
+
const id = deser.ReadInt64();
|
|
494
|
+
if (id === undefined)
|
|
495
|
+
return undefined;
|
|
496
|
+
return new RootDeletion(id);
|
|
497
|
+
}
|
|
498
|
+
_writeHandledBy_miv_(h) {
|
|
499
|
+
return h.HandleRootDeletion(this);
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
exports.RootDeletion = RootDeletion;
|
|
503
|
+
class RootReassignment extends InvalidWriteErrorMessage {
|
|
504
|
+
constructor(id) {
|
|
505
|
+
super();
|
|
506
|
+
this.ID = id;
|
|
507
|
+
}
|
|
508
|
+
static _deserialize_miv_(deser) {
|
|
509
|
+
const id = deser.ReadInt64();
|
|
510
|
+
if (id === undefined)
|
|
511
|
+
return undefined;
|
|
512
|
+
return new RootReassignment(id);
|
|
513
|
+
}
|
|
514
|
+
_writeHandledBy_miv_(h) {
|
|
515
|
+
return h.HandleRootReassignment(this);
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
exports.RootReassignment = RootReassignment;
|
|
519
|
+
class BeyondMaxDepth extends ErroneousWriteErrorMessage {
|
|
520
|
+
constructor(id) {
|
|
521
|
+
super();
|
|
522
|
+
this.ID = id;
|
|
523
|
+
}
|
|
524
|
+
static _deserialize_miv_(deser) {
|
|
525
|
+
const id = deser.ReadInt64();
|
|
526
|
+
if (id === undefined)
|
|
527
|
+
return undefined;
|
|
528
|
+
return new BeyondMaxDepth(id);
|
|
529
|
+
}
|
|
530
|
+
_writeHandledBy_miv_(h) {
|
|
531
|
+
return h.HandleBeyondMaxDepth(this);
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
exports.BeyondMaxDepth = BeyondMaxDepth;
|
|
535
|
+
class DeletedAndModified extends ErroneousWriteErrorMessage {
|
|
536
|
+
constructor(id) {
|
|
537
|
+
super();
|
|
538
|
+
this.Child = id;
|
|
539
|
+
}
|
|
540
|
+
static _deserialize_miv_(deser) {
|
|
541
|
+
const id = deser.ReadInt64();
|
|
542
|
+
if (id === undefined)
|
|
543
|
+
return undefined;
|
|
544
|
+
return new DeletedAndModified(id);
|
|
545
|
+
}
|
|
546
|
+
_writeHandledBy_miv_(h) {
|
|
547
|
+
return h.HandleDeletedAndModified(this);
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
exports.DeletedAndModified = DeletedAndModified;
|
|
551
|
+
class ForbiddenProperty extends ErroneousWriteErrorMessage {
|
|
552
|
+
constructor(property) {
|
|
553
|
+
super();
|
|
554
|
+
this.Property = property;
|
|
555
|
+
}
|
|
556
|
+
static _deserialize_miv_(deser) {
|
|
557
|
+
const property = deser.ReadUint32();
|
|
558
|
+
if (property === undefined)
|
|
559
|
+
return undefined;
|
|
560
|
+
return new ForbiddenProperty(property);
|
|
561
|
+
}
|
|
562
|
+
_writeHandledBy_miv_(h) {
|
|
563
|
+
return h.HandleForbiddenProperty(this);
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
exports.ForbiddenProperty = ForbiddenProperty;
|
|
567
|
+
class MultipleReassignment extends ErroneousWriteErrorMessage {
|
|
568
|
+
constructor(id) {
|
|
569
|
+
super();
|
|
570
|
+
this.Child = id;
|
|
571
|
+
}
|
|
572
|
+
static _deserialize_miv_(deser) {
|
|
573
|
+
const id = deser.ReadInt64();
|
|
574
|
+
if (id === undefined)
|
|
575
|
+
return undefined;
|
|
576
|
+
return new MultipleReassignment(id);
|
|
577
|
+
}
|
|
578
|
+
_writeHandledBy_miv_(h) {
|
|
579
|
+
return h.HandleMultipleReassignment(this);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
exports.MultipleReassignment = MultipleReassignment;
|
|
583
|
+
class MultipleRelation extends ErroneousWriteErrorMessage {
|
|
584
|
+
constructor(from, property, to) {
|
|
585
|
+
super();
|
|
586
|
+
this.From = from;
|
|
587
|
+
this.Property = property;
|
|
588
|
+
this.To = to;
|
|
589
|
+
}
|
|
590
|
+
static _deserialize_miv_(deser) {
|
|
591
|
+
const from = deser.ReadInt64();
|
|
592
|
+
if (from === undefined)
|
|
593
|
+
return undefined;
|
|
594
|
+
const property = deser.ReadUint32();
|
|
595
|
+
if (property === undefined)
|
|
596
|
+
return undefined;
|
|
597
|
+
const to = deser.ReadInt64();
|
|
598
|
+
if (to === undefined)
|
|
599
|
+
return undefined;
|
|
600
|
+
return new MultipleRelation(from, property, to);
|
|
601
|
+
}
|
|
602
|
+
_writeHandledBy_miv_(h) {
|
|
603
|
+
return h.HandleMultipleRelation(this);
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
exports.MultipleRelation = MultipleRelation;
|
|
607
|
+
class MultipleValues extends ErroneousWriteErrorMessage {
|
|
608
|
+
constructor(owner, property) {
|
|
609
|
+
super();
|
|
610
|
+
this.ObjectID = owner;
|
|
611
|
+
this.Property = property;
|
|
612
|
+
}
|
|
613
|
+
static _deserialize_miv_(deser) {
|
|
614
|
+
const owner = deser.ReadInt64();
|
|
615
|
+
if (owner === undefined)
|
|
616
|
+
return undefined;
|
|
617
|
+
const property = deser.ReadUint32();
|
|
618
|
+
if (property === undefined)
|
|
619
|
+
return undefined;
|
|
620
|
+
return new MultipleValues(owner, property);
|
|
621
|
+
}
|
|
622
|
+
_writeHandledBy_miv_(h) {
|
|
623
|
+
return h.HandleMultipleValues(this);
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
exports.MultipleValues = MultipleValues;
|
|
627
|
+
class UnloadedChildren extends ErroneousWriteErrorMessage {
|
|
628
|
+
constructor(id) {
|
|
629
|
+
super();
|
|
630
|
+
this.Parent = id;
|
|
631
|
+
}
|
|
632
|
+
static _deserialize_miv_(deser) {
|
|
633
|
+
const id = deser.ReadInt64();
|
|
634
|
+
if (id === undefined)
|
|
635
|
+
return undefined;
|
|
636
|
+
return new UnloadedChildren(id);
|
|
637
|
+
}
|
|
638
|
+
_writeHandledBy_miv_(h) {
|
|
639
|
+
return h.HandleUnloadedChildren(this);
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
exports.UnloadedChildren = UnloadedChildren;
|
|
643
|
+
class UserManagementError extends ErroneousWriteErrorMessage {
|
|
644
|
+
constructor() {
|
|
645
|
+
super();
|
|
646
|
+
}
|
|
647
|
+
static _deserialize_miv_(deser) {
|
|
648
|
+
return UserManagementError.SINGLETON;
|
|
649
|
+
}
|
|
650
|
+
_writeHandledBy_miv_(h) {
|
|
651
|
+
return h.HandleUser(this);
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
exports.UserManagementError = UserManagementError;
|
|
655
|
+
UserManagementError.SINGLETON = new UserManagementError();
|
|
656
|
+
class UnexpectedErrorMessage extends ErrorMessage {
|
|
657
|
+
constructor() {
|
|
658
|
+
super();
|
|
659
|
+
}
|
|
660
|
+
static _deserialize_miv_(deser) {
|
|
661
|
+
return UnexpectedErrorMessage.SINGLETON;
|
|
662
|
+
}
|
|
663
|
+
_handledBy_miv_(h) {
|
|
664
|
+
return h.HandleUnexpected(this);
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
exports.UnexpectedErrorMessage = UnexpectedErrorMessage;
|
|
668
|
+
UnexpectedErrorMessage.SINGLETON = new UnexpectedErrorMessage();
|
|
669
|
+
class ObjectAccessDenied extends ErrorMessage {
|
|
670
|
+
constructor(id) {
|
|
671
|
+
super();
|
|
672
|
+
this.ID = id;
|
|
673
|
+
}
|
|
674
|
+
static _deserialize_miv_(deser) {
|
|
675
|
+
const id = deser.ReadInt64();
|
|
676
|
+
if (id === undefined)
|
|
677
|
+
return undefined;
|
|
678
|
+
return new ObjectAccessDenied(id);
|
|
679
|
+
}
|
|
680
|
+
_handledBy_miv_(h) {
|
|
681
|
+
return h.HandleObjectAccessDenied(this);
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
exports.ObjectAccessDenied = ObjectAccessDenied;
|
|
685
|
+
class InvalidCredentials extends ErrorMessage {
|
|
686
|
+
constructor() {
|
|
687
|
+
super();
|
|
688
|
+
}
|
|
689
|
+
static _deserialize_miv_(deser) {
|
|
690
|
+
return InvalidCredentials.SINGLETON;
|
|
691
|
+
}
|
|
692
|
+
_handledBy_miv_(h) {
|
|
693
|
+
return h.HandleInvalidCredentials(this);
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
exports.InvalidCredentials = InvalidCredentials;
|
|
697
|
+
InvalidCredentials.SINGLETON = new InvalidCredentials();
|
|
698
|
+
class LoadExcess extends ErrorMessage {
|
|
699
|
+
constructor(currentLoad, maxLoad, loading) {
|
|
700
|
+
super();
|
|
701
|
+
this.CurrentLoad = currentLoad;
|
|
702
|
+
this.MaxLoad = maxLoad;
|
|
703
|
+
this.Loading = loading;
|
|
704
|
+
}
|
|
705
|
+
static _deserialize_miv_(deser) {
|
|
706
|
+
const currentLoad = deser.ReadInt32();
|
|
707
|
+
if (currentLoad === undefined)
|
|
708
|
+
return undefined;
|
|
709
|
+
const maxLoad = deser.ReadInt32();
|
|
710
|
+
if (maxLoad === undefined)
|
|
711
|
+
return undefined;
|
|
712
|
+
const loading = deser.ReadInt32();
|
|
713
|
+
if (loading === undefined)
|
|
714
|
+
return undefined;
|
|
715
|
+
return new LoadExcess(currentLoad, maxLoad, loading);
|
|
716
|
+
}
|
|
717
|
+
_handledBy_miv_(h) {
|
|
718
|
+
return h.HandleLoadExcess(this);
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
exports.LoadExcess = LoadExcess;
|
|
722
|
+
class TextualErrorMessage extends ErrorMessage {
|
|
723
|
+
constructor(text) {
|
|
724
|
+
super();
|
|
725
|
+
this.Text = text;
|
|
726
|
+
}
|
|
727
|
+
static _deserialize_miv_(deser) {
|
|
728
|
+
const txt = deser.ReadString();
|
|
729
|
+
if (txt === undefined)
|
|
730
|
+
return undefined;
|
|
731
|
+
return new TextualErrorMessage(txt);
|
|
732
|
+
}
|
|
733
|
+
_handledBy_miv_(h) {
|
|
734
|
+
return h.HandleTextual(this);
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
exports.TextualErrorMessage = TextualErrorMessage;
|
|
738
|
+
class ExceptionErrorMessage extends ErrorMessage {
|
|
739
|
+
constructor(text) {
|
|
740
|
+
super();
|
|
741
|
+
this.ExceptionDescription = text;
|
|
742
|
+
}
|
|
743
|
+
static _deserialize_miv_(deser) {
|
|
744
|
+
const txt = deser.ReadString();
|
|
745
|
+
if (txt === undefined)
|
|
746
|
+
return undefined;
|
|
747
|
+
return new ExceptionErrorMessage(txt);
|
|
748
|
+
}
|
|
749
|
+
_handledBy_miv_(h) {
|
|
750
|
+
return h.HandleException(this);
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
exports.ExceptionErrorMessage = ExceptionErrorMessage;
|
|
754
|
+
class ConnectionLost extends ErrorMessage {
|
|
755
|
+
constructor() {
|
|
756
|
+
super();
|
|
757
|
+
}
|
|
758
|
+
static _deserialize_miv_(deser) {
|
|
759
|
+
return ConnectionLost.SINGLETON;
|
|
760
|
+
}
|
|
761
|
+
_handledBy_miv_(h) {
|
|
762
|
+
return h.HandleConnectionLost(this);
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
exports.ConnectionLost = ConnectionLost;
|
|
766
|
+
ConnectionLost.SINGLETON = new ConnectionLost();
|
|
767
|
+
class RequestTooLong extends ErrorMessage {
|
|
768
|
+
constructor() {
|
|
769
|
+
super();
|
|
770
|
+
}
|
|
771
|
+
static _deserialize_miv_(deser) {
|
|
772
|
+
return RequestTooLong.SINGLETON;
|
|
773
|
+
}
|
|
774
|
+
_handledBy_miv_(h) {
|
|
775
|
+
return h.HandleRequestTooLong(this);
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
exports.RequestTooLong = RequestTooLong;
|
|
779
|
+
RequestTooLong.SINGLETON = new RequestTooLong();
|
|
780
|
+
class CumulativeRequestsTooLong extends ErrorMessage {
|
|
781
|
+
constructor(maxLength, maxPeriodMilliseconds) {
|
|
782
|
+
super();
|
|
783
|
+
this.MaxLength = maxLength;
|
|
784
|
+
this.MaxPeriodMilliseconds = maxPeriodMilliseconds;
|
|
785
|
+
}
|
|
786
|
+
static _deserialize_miv_(deser) {
|
|
787
|
+
const maxLength = deser.ReadUint64();
|
|
788
|
+
if (maxLength === undefined)
|
|
789
|
+
return undefined;
|
|
790
|
+
const maxPeriodMilliseconds = deser.ReadInt64();
|
|
791
|
+
if (maxPeriodMilliseconds === undefined)
|
|
792
|
+
return undefined;
|
|
793
|
+
return new CumulativeRequestsTooLong(maxLength, maxPeriodMilliseconds);
|
|
794
|
+
}
|
|
795
|
+
_handledBy_miv_(h) {
|
|
796
|
+
return h.HandleCumulativeRequestsTooLong(this);
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
exports.CumulativeRequestsTooLong = CumulativeRequestsTooLong;
|
|
800
|
+
class TooManyRequests extends ErrorMessage {
|
|
801
|
+
constructor(maxCount, maxPeriodMilliseconds) {
|
|
802
|
+
super();
|
|
803
|
+
this.MaxCount = maxCount;
|
|
804
|
+
this.MaxPeriodMilliseconds = maxPeriodMilliseconds;
|
|
805
|
+
}
|
|
806
|
+
static _deserialize_miv_(deser) {
|
|
807
|
+
const maxCount = deser.ReadUint32();
|
|
808
|
+
if (maxCount === undefined)
|
|
809
|
+
return undefined;
|
|
810
|
+
const maxPeriodMilliseconds = deser.ReadInt64();
|
|
811
|
+
if (maxPeriodMilliseconds === undefined)
|
|
812
|
+
return undefined;
|
|
813
|
+
return new TooManyRequests(maxCount, maxPeriodMilliseconds);
|
|
814
|
+
}
|
|
815
|
+
_handledBy_miv_(h) {
|
|
816
|
+
return h.HandleTooManyRequests(this);
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
exports.TooManyRequests = TooManyRequests;
|
|
820
|
+
class PasswordChangeRequired extends ErrorMessage {
|
|
821
|
+
constructor() {
|
|
822
|
+
super();
|
|
823
|
+
}
|
|
824
|
+
static _deserialize_miv_(deser) {
|
|
825
|
+
return PasswordChangeRequired.SINGLETON;
|
|
826
|
+
}
|
|
827
|
+
_handledBy_miv_(h) {
|
|
828
|
+
return h.HandlePasswordChangeRequired(this);
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
exports.PasswordChangeRequired = PasswordChangeRequired;
|
|
832
|
+
PasswordChangeRequired.SINGLETON = new PasswordChangeRequired();
|
|
833
|
+
class InvalidCustomReadRequest extends ErrorMessage {
|
|
834
|
+
constructor() {
|
|
835
|
+
super();
|
|
836
|
+
}
|
|
837
|
+
static _deserialize_miv_(deser) {
|
|
838
|
+
return InvalidCustomReadRequest.SINGLETON;
|
|
839
|
+
}
|
|
840
|
+
_handledBy_miv_(h) {
|
|
841
|
+
return h.HandleInvalidCustomRead(this);
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
exports.InvalidCustomReadRequest = InvalidCustomReadRequest;
|
|
845
|
+
InvalidCustomReadRequest.SINGLETON = new InvalidCustomReadRequest();
|
|
846
|
+
class PropertyAccessDenied extends ErrorMessage {
|
|
847
|
+
constructor(owner, property) {
|
|
848
|
+
super();
|
|
849
|
+
this.Owner = owner;
|
|
850
|
+
this.Property = property;
|
|
851
|
+
}
|
|
852
|
+
static _deserialize_miv_(deser) {
|
|
853
|
+
const owner = deser.ReadInt64();
|
|
854
|
+
if (owner === undefined)
|
|
855
|
+
return undefined;
|
|
856
|
+
const prop = deser.ReadUint16();
|
|
857
|
+
if (prop === undefined)
|
|
858
|
+
return undefined;
|
|
859
|
+
return new PropertyAccessDenied(owner, prop);
|
|
860
|
+
}
|
|
861
|
+
_handledBy_miv_(h) {
|
|
862
|
+
return h.HandlePropertyAccessDenied(this);
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
exports.PropertyAccessDenied = PropertyAccessDenied;
|
|
866
|
+
class DataTooLarge extends RegularWriteErrorMessage {
|
|
867
|
+
constructor() {
|
|
868
|
+
super();
|
|
869
|
+
}
|
|
870
|
+
static _deserialize_miv_(deser) {
|
|
871
|
+
return DataTooLarge.SINGLETON;
|
|
872
|
+
}
|
|
873
|
+
_writeHandledBy_miv_(h) {
|
|
874
|
+
return h.HandleDataTooLarge(this);
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
exports.DataTooLarge = DataTooLarge;
|
|
878
|
+
DataTooLarge.SINGLETON = new DataTooLarge();
|
|
879
|
+
class AggregateErrorMessage extends ErrorMessage {
|
|
880
|
+
constructor(errors) {
|
|
881
|
+
super();
|
|
882
|
+
this.Errors = errors;
|
|
883
|
+
}
|
|
884
|
+
static _deserialize_miv_(deser) {
|
|
885
|
+
const count = deser.ReadInt32();
|
|
886
|
+
if (count === undefined)
|
|
887
|
+
return undefined;
|
|
888
|
+
const errors = new Array(count);
|
|
889
|
+
for (let i = 0; i < count; i++) {
|
|
890
|
+
const e = ErrorMessage._deserializeError_miv_(deser);
|
|
891
|
+
if (e === undefined)
|
|
892
|
+
return undefined;
|
|
893
|
+
errors[i] = e;
|
|
894
|
+
}
|
|
895
|
+
return new AggregateErrorMessage(errors);
|
|
896
|
+
}
|
|
897
|
+
_handledBy_miv_(h) {
|
|
898
|
+
return h.HandleAggregate(this);
|
|
899
|
+
}
|
|
900
|
+
static CreateFromList(list) {
|
|
901
|
+
if (list === undefined || list.length <= 0)
|
|
902
|
+
return undefined;
|
|
903
|
+
if (list.length == 1)
|
|
904
|
+
return list[0].error;
|
|
905
|
+
const agg = new Array(list.length);
|
|
906
|
+
for (let i = 0; i < list.length; i++) {
|
|
907
|
+
agg[i] = list[i].error;
|
|
908
|
+
}
|
|
909
|
+
return new AggregateErrorMessage(agg);
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
exports.AggregateErrorMessage = AggregateErrorMessage;
|
|
913
|
+
class CustomErrorMessage extends ErrorMessage {
|
|
914
|
+
constructor(code, data) {
|
|
915
|
+
super();
|
|
916
|
+
if (ArrayBuffer.length > 65536) {
|
|
917
|
+
throw new Error("data must have a max length of 65536");
|
|
918
|
+
}
|
|
919
|
+
this.Code = code;
|
|
920
|
+
this.Data = data;
|
|
921
|
+
}
|
|
922
|
+
static _deserialize_miv_(deser) {
|
|
923
|
+
const code = deser.ReadUint8();
|
|
924
|
+
if (code === undefined)
|
|
925
|
+
return undefined;
|
|
926
|
+
const count = deser.ReadInt32();
|
|
927
|
+
if (count === undefined)
|
|
928
|
+
return undefined;
|
|
929
|
+
const data = new Uint8Array(new ArrayBuffer(count));
|
|
930
|
+
for (let i = 0; i < count; i++) {
|
|
931
|
+
const e = deser.ReadUint8();
|
|
932
|
+
if (e === undefined)
|
|
933
|
+
return undefined;
|
|
934
|
+
data[i] = e;
|
|
935
|
+
}
|
|
936
|
+
return new CustomErrorMessage(code, data.buffer);
|
|
937
|
+
}
|
|
938
|
+
_handledBy_miv_(h) {
|
|
939
|
+
return h.HandleCustom(this);
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
exports.CustomErrorMessage = CustomErrorMessage;
|
|
943
|
+
//# sourceMappingURL=ErrorMessage.js.map
|