@zaber/motion 7.6.2 → 7.8.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/LICENSE +31 -217
- package/dist/binding/wasm/zaber-motion-core.wasm +0 -0
- package/dist/lib/ascii/alert_event.d.ts +2 -0
- package/dist/lib/ascii/alert_event.d.ts.map +1 -1
- package/dist/lib/ascii/alert_event.js +8 -1
- package/dist/lib/ascii/alert_event.js.map +1 -1
- package/dist/lib/ascii/axis.js +1 -2
- package/dist/lib/ascii/axis.js.map +1 -1
- package/dist/lib/ascii/axis_identity.d.ts +2 -0
- package/dist/lib/ascii/axis_identity.d.ts.map +1 -1
- package/dist/lib/ascii/axis_identity.js +9 -1
- package/dist/lib/ascii/axis_identity.js.map +1 -1
- package/dist/lib/ascii/axis_settings.d.ts +40 -0
- package/dist/lib/ascii/axis_settings.d.ts.map +1 -1
- package/dist/lib/ascii/axis_settings.js +118 -0
- package/dist/lib/ascii/axis_settings.js.map +1 -1
- package/dist/lib/ascii/can_set_state_axis_response.d.ts +3 -1
- package/dist/lib/ascii/can_set_state_axis_response.d.ts.map +1 -1
- package/dist/lib/ascii/can_set_state_axis_response.js +5 -1
- package/dist/lib/ascii/can_set_state_axis_response.js.map +1 -1
- package/dist/lib/ascii/can_set_state_device_response.d.ts +5 -2
- package/dist/lib/ascii/can_set_state_device_response.d.ts.map +1 -1
- package/dist/lib/ascii/can_set_state_device_response.js +6 -3
- package/dist/lib/ascii/can_set_state_device_response.js.map +1 -1
- package/dist/lib/ascii/conversion_factor.d.ts +2 -0
- package/dist/lib/ascii/conversion_factor.d.ts.map +1 -1
- package/dist/lib/ascii/conversion_factor.js +6 -1
- package/dist/lib/ascii/conversion_factor.js.map +1 -1
- package/dist/lib/ascii/device_identity.d.ts +2 -0
- package/dist/lib/ascii/device_identity.d.ts.map +1 -1
- package/dist/lib/ascii/device_identity.js +10 -1
- package/dist/lib/ascii/device_identity.js.map +1 -1
- package/dist/lib/ascii/device_io_info.d.ts +2 -0
- package/dist/lib/ascii/device_io_info.d.ts.map +1 -1
- package/dist/lib/ascii/device_io_info.js +7 -1
- package/dist/lib/ascii/device_io_info.js.map +1 -1
- package/dist/lib/ascii/device_settings.d.ts +40 -0
- package/dist/lib/ascii/device_settings.d.ts.map +1 -1
- package/dist/lib/ascii/device_settings.js +112 -0
- package/dist/lib/ascii/device_settings.js.map +1 -1
- package/dist/lib/ascii/get_axis_setting.d.ts +2 -0
- package/dist/lib/ascii/get_axis_setting.d.ts.map +1 -1
- package/dist/lib/ascii/get_axis_setting.js +5 -1
- package/dist/lib/ascii/get_axis_setting.js.map +1 -1
- package/dist/lib/ascii/get_axis_setting_result.d.ts +2 -0
- package/dist/lib/ascii/get_axis_setting_result.d.ts.map +1 -1
- package/dist/lib/ascii/get_axis_setting_result.js +6 -1
- package/dist/lib/ascii/get_axis_setting_result.js.map +1 -1
- package/dist/lib/ascii/get_setting.d.ts +2 -0
- package/dist/lib/ascii/get_setting.d.ts.map +1 -1
- package/dist/lib/ascii/get_setting.js +7 -3
- package/dist/lib/ascii/get_setting.js.map +1 -1
- package/dist/lib/ascii/get_setting_result.d.ts +2 -0
- package/dist/lib/ascii/get_setting_result.d.ts.map +1 -1
- package/dist/lib/ascii/get_setting_result.js +7 -3
- package/dist/lib/ascii/get_setting_result.js.map +1 -1
- package/dist/lib/ascii/index.d.ts +4 -0
- package/dist/lib/ascii/index.d.ts.map +1 -1
- package/dist/lib/ascii/index.js +4 -0
- package/dist/lib/ascii/index.js.map +1 -1
- package/dist/lib/ascii/io_port_label.d.ts +2 -0
- package/dist/lib/ascii/io_port_label.d.ts.map +1 -1
- package/dist/lib/ascii/io_port_label.js +6 -1
- package/dist/lib/ascii/io_port_label.js.map +1 -1
- package/dist/lib/ascii/lockstep.d.ts +14 -0
- package/dist/lib/ascii/lockstep.d.ts.map +1 -1
- package/dist/lib/ascii/lockstep.js +48 -0
- package/dist/lib/ascii/lockstep.js.map +1 -1
- package/dist/lib/ascii/lockstep_axes.d.ts +2 -0
- package/dist/lib/ascii/lockstep_axes.d.ts.map +1 -1
- package/dist/lib/ascii/lockstep_axes.js +7 -1
- package/dist/lib/ascii/lockstep_axes.js.map +1 -1
- package/dist/lib/ascii/measurement_sequence.d.ts +23 -0
- package/dist/lib/ascii/measurement_sequence.d.ts.map +1 -0
- package/dist/lib/ascii/measurement_sequence.js +31 -0
- package/dist/lib/ascii/measurement_sequence.js.map +1 -0
- package/dist/lib/ascii/optional_measurement_sequence.d.ts +23 -0
- package/dist/lib/ascii/optional_measurement_sequence.d.ts.map +1 -0
- package/dist/lib/ascii/optional_measurement_sequence.js +31 -0
- package/dist/lib/ascii/optional_measurement_sequence.js.map +1 -0
- package/dist/lib/ascii/oscilloscope_capture_properties.d.ts +2 -0
- package/dist/lib/ascii/oscilloscope_capture_properties.d.ts.map +1 -1
- package/dist/lib/ascii/oscilloscope_capture_properties.js +8 -1
- package/dist/lib/ascii/oscilloscope_capture_properties.js.map +1 -1
- package/dist/lib/ascii/paramset_info.d.ts +2 -0
- package/dist/lib/ascii/paramset_info.d.ts.map +1 -1
- package/dist/lib/ascii/paramset_info.js +7 -3
- package/dist/lib/ascii/paramset_info.js.map +1 -1
- package/dist/lib/ascii/pid_tuning.d.ts +2 -0
- package/dist/lib/ascii/pid_tuning.d.ts.map +1 -1
- package/dist/lib/ascii/pid_tuning.js +9 -1
- package/dist/lib/ascii/pid_tuning.js.map +1 -1
- package/dist/lib/ascii/pvt_axis_definition.d.ts +2 -0
- package/dist/lib/ascii/pvt_axis_definition.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_axis_definition.js +5 -1
- package/dist/lib/ascii/pvt_axis_definition.js.map +1 -1
- package/dist/lib/ascii/pvt_csv_data.d.ts +24 -0
- package/dist/lib/ascii/pvt_csv_data.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_csv_data.js +32 -0
- package/dist/lib/ascii/pvt_csv_data.js.map +1 -0
- package/dist/lib/ascii/pvt_sequence.d.ts +98 -0
- package/dist/lib/ascii/pvt_sequence.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_sequence.js +174 -0
- package/dist/lib/ascii/pvt_sequence.js.map +1 -1
- package/dist/lib/ascii/pvt_sequence_data.d.ts +27 -0
- package/dist/lib/ascii/pvt_sequence_data.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_sequence_data.js +34 -0
- package/dist/lib/ascii/pvt_sequence_data.js.map +1 -0
- package/dist/lib/ascii/response.d.ts +2 -0
- package/dist/lib/ascii/response.d.ts.map +1 -1
- package/dist/lib/ascii/response.js +10 -1
- package/dist/lib/ascii/response.js.map +1 -1
- package/dist/lib/ascii/servo_tuning_param.d.ts +2 -0
- package/dist/lib/ascii/servo_tuning_param.d.ts.map +1 -1
- package/dist/lib/ascii/servo_tuning_param.js +5 -1
- package/dist/lib/ascii/servo_tuning_param.js.map +1 -1
- package/dist/lib/ascii/set_state_axis_response.d.ts +2 -0
- package/dist/lib/ascii/set_state_axis_response.d.ts.map +1 -1
- package/dist/lib/ascii/set_state_axis_response.js +6 -3
- package/dist/lib/ascii/set_state_axis_response.js.map +1 -1
- package/dist/lib/ascii/set_state_device_response.d.ts +4 -1
- package/dist/lib/ascii/set_state_device_response.d.ts.map +1 -1
- package/dist/lib/ascii/set_state_device_response.js +7 -4
- package/dist/lib/ascii/set_state_device_response.js.map +1 -1
- package/dist/lib/ascii/simple_tuning.d.ts +2 -0
- package/dist/lib/ascii/simple_tuning.d.ts.map +1 -1
- package/dist/lib/ascii/simple_tuning.js +10 -3
- package/dist/lib/ascii/simple_tuning.js.map +1 -1
- package/dist/lib/ascii/simple_tuning_param_definition.d.ts +2 -0
- package/dist/lib/ascii/simple_tuning_param_definition.d.ts.map +1 -1
- package/dist/lib/ascii/simple_tuning_param_definition.js +8 -1
- package/dist/lib/ascii/simple_tuning_param_definition.js.map +1 -1
- package/dist/lib/ascii/stream_axis_definition.d.ts +2 -0
- package/dist/lib/ascii/stream_axis_definition.d.ts.map +1 -1
- package/dist/lib/ascii/stream_axis_definition.js +5 -1
- package/dist/lib/ascii/stream_axis_definition.js.map +1 -1
- package/dist/lib/ascii/trigger_enabled_state.d.ts +2 -0
- package/dist/lib/ascii/trigger_enabled_state.d.ts.map +1 -1
- package/dist/lib/ascii/trigger_enabled_state.js +5 -1
- package/dist/lib/ascii/trigger_enabled_state.js.map +1 -1
- package/dist/lib/ascii/trigger_state.d.ts +2 -0
- package/dist/lib/ascii/trigger_state.d.ts.map +1 -1
- package/dist/lib/ascii/trigger_state.js +9 -3
- package/dist/lib/ascii/trigger_state.js.map +1 -1
- package/dist/lib/ascii/unknown_response_event.d.ts +2 -0
- package/dist/lib/ascii/unknown_response_event.d.ts.map +1 -1
- package/dist/lib/ascii/unknown_response_event.js +10 -1
- package/dist/lib/ascii/unknown_response_event.js.map +1 -1
- package/dist/lib/axis_address.d.ts +2 -0
- package/dist/lib/axis_address.d.ts.map +1 -1
- package/dist/lib/axis_address.js +5 -1
- package/dist/lib/axis_address.js.map +1 -1
- package/dist/lib/binary/device_identity.d.ts +2 -0
- package/dist/lib/binary/device_identity.d.ts.map +1 -1
- package/dist/lib/binary/device_identity.js +11 -1
- package/dist/lib/binary/device_identity.js.map +1 -1
- package/dist/lib/binary/message.d.ts +2 -0
- package/dist/lib/binary/message.d.ts.map +1 -1
- package/dist/lib/binary/message.js +6 -1
- package/dist/lib/binary/message.js.map +1 -1
- package/dist/lib/binary/reply_only_event.d.ts +2 -0
- package/dist/lib/binary/reply_only_event.d.ts.map +1 -1
- package/dist/lib/binary/reply_only_event.js +6 -1
- package/dist/lib/binary/reply_only_event.js.map +1 -1
- package/dist/lib/binary/unknown_response_event.d.ts +2 -0
- package/dist/lib/binary/unknown_response_event.d.ts.map +1 -1
- package/dist/lib/binary/unknown_response_event.js +6 -1
- package/dist/lib/binary/unknown_response_event.js.map +1 -1
- package/dist/lib/channel_address.d.ts +2 -0
- package/dist/lib/channel_address.d.ts.map +1 -1
- package/dist/lib/channel_address.js +5 -1
- package/dist/lib/channel_address.js.map +1 -1
- package/dist/lib/exceptions/binary_command_failed_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/binary_command_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/binary_command_failed_exception_data.js +4 -1
- package/dist/lib/exceptions/binary_command_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/command_failed_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/command_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/command_failed_exception_data.js +11 -1
- package/dist/lib/exceptions/command_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/command_too_long_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/command_too_long_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/command_too_long_exception_data.js +7 -1
- package/dist/lib/exceptions/command_too_long_exception_data.js.map +1 -1
- package/dist/lib/exceptions/device_address_conflict_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/device_address_conflict_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/device_address_conflict_exception_data.js +5 -3
- package/dist/lib/exceptions/device_address_conflict_exception_data.js.map +1 -1
- package/dist/lib/exceptions/device_db_failed_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/device_db_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/device_db_failed_exception_data.js +4 -1
- package/dist/lib/exceptions/device_db_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/g_code_execution_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/g_code_execution_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/g_code_execution_exception_data.js +5 -1
- package/dist/lib/exceptions/g_code_execution_exception_data.js.map +1 -1
- package/dist/lib/exceptions/g_code_syntax_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/g_code_syntax_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/g_code_syntax_exception_data.js +5 -1
- package/dist/lib/exceptions/g_code_syntax_exception_data.js.map +1 -1
- package/dist/lib/exceptions/index.d.ts +2 -0
- package/dist/lib/exceptions/index.d.ts.map +1 -1
- package/dist/lib/exceptions/index.js +2 -0
- package/dist/lib/exceptions/index.js.map +1 -1
- package/dist/lib/exceptions/invalid_csv_data_exception.d.ts +8 -0
- package/dist/lib/exceptions/invalid_csv_data_exception.d.ts.map +1 -0
- package/dist/lib/exceptions/invalid_csv_data_exception.js +17 -0
- package/dist/lib/exceptions/invalid_csv_data_exception.js.map +1 -0
- package/dist/lib/exceptions/invalid_packet_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/invalid_packet_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/invalid_packet_exception_data.js +5 -1
- package/dist/lib/exceptions/invalid_packet_exception_data.js.map +1 -1
- package/dist/lib/exceptions/invalid_pvt_point.d.ts +2 -0
- package/dist/lib/exceptions/invalid_pvt_point.d.ts.map +1 -1
- package/dist/lib/exceptions/invalid_pvt_point.js +5 -1
- package/dist/lib/exceptions/invalid_pvt_point.js.map +1 -1
- package/dist/lib/exceptions/invalid_response_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/invalid_response_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/invalid_response_exception_data.js +4 -1
- package/dist/lib/exceptions/invalid_response_exception_data.js.map +1 -1
- package/dist/lib/exceptions/movement_failed_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/movement_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/movement_failed_exception_data.js +8 -3
- package/dist/lib/exceptions/movement_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/movement_interrupted_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/movement_interrupted_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/movement_interrupted_exception_data.js +8 -3
- package/dist/lib/exceptions/movement_interrupted_exception_data.js.map +1 -1
- package/dist/lib/exceptions/operation_failed_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/operation_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/operation_failed_exception_data.js +8 -3
- package/dist/lib/exceptions/operation_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/pvt_execution_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/pvt_execution_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/pvt_execution_exception_data.js +7 -3
- package/dist/lib/exceptions/pvt_execution_exception_data.js.map +1 -1
- package/dist/lib/exceptions/pvt_movement_failed_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/pvt_movement_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/pvt_movement_failed_exception_data.js +6 -3
- package/dist/lib/exceptions/pvt_movement_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/pvt_movement_interrupted_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/pvt_movement_interrupted_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/pvt_movement_interrupted_exception_data.js +6 -3
- package/dist/lib/exceptions/pvt_movement_interrupted_exception_data.js.map +1 -1
- package/dist/lib/exceptions/pvt_sequence_generation_failed_exception.d.ts +8 -0
- package/dist/lib/exceptions/pvt_sequence_generation_failed_exception.d.ts.map +1 -0
- package/dist/lib/exceptions/pvt_sequence_generation_failed_exception.js +17 -0
- package/dist/lib/exceptions/pvt_sequence_generation_failed_exception.js.map +1 -0
- package/dist/lib/exceptions/set_device_state_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/set_device_state_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/set_device_state_exception_data.js +18 -9
- package/dist/lib/exceptions/set_device_state_exception_data.js.map +1 -1
- package/dist/lib/exceptions/set_peripheral_state_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/set_peripheral_state_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/set_peripheral_state_exception_data.js +11 -5
- package/dist/lib/exceptions/set_peripheral_state_exception_data.js.map +1 -1
- package/dist/lib/exceptions/stream_execution_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/stream_execution_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/stream_execution_exception_data.js +5 -1
- package/dist/lib/exceptions/stream_execution_exception_data.js.map +1 -1
- package/dist/lib/exceptions/stream_movement_failed_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/stream_movement_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/stream_movement_failed_exception_data.js +6 -3
- package/dist/lib/exceptions/stream_movement_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/stream_movement_interrupted_exception_data.d.ts +2 -0
- package/dist/lib/exceptions/stream_movement_interrupted_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/stream_movement_interrupted_exception_data.js +6 -3
- package/dist/lib/exceptions/stream_movement_interrupted_exception_data.js.map +1 -1
- package/dist/lib/firmware_version.d.ts +2 -0
- package/dist/lib/firmware_version.d.ts.map +1 -1
- package/dist/lib/firmware_version.js +6 -1
- package/dist/lib/firmware_version.js.map +1 -1
- package/dist/lib/gateway/convert_exceptions.d.ts.map +1 -1
- package/dist/lib/gateway/convert_exceptions.js +2 -0
- package/dist/lib/gateway/convert_exceptions.js.map +1 -1
- package/dist/lib/gateway/sanitizer.d.ts +1 -0
- package/dist/lib/gateway/sanitizer.d.ts.map +1 -1
- package/dist/lib/gateway/sanitizer.js +6 -0
- package/dist/lib/gateway/sanitizer.js.map +1 -1
- package/dist/lib/gcode/axis_definition.d.ts +2 -0
- package/dist/lib/gcode/axis_definition.d.ts.map +1 -1
- package/dist/lib/gcode/axis_definition.js +5 -1
- package/dist/lib/gcode/axis_definition.js.map +1 -1
- package/dist/lib/gcode/axis_mapping.d.ts +2 -0
- package/dist/lib/gcode/axis_mapping.d.ts.map +1 -1
- package/dist/lib/gcode/axis_mapping.js +5 -1
- package/dist/lib/gcode/axis_mapping.js.map +1 -1
- package/dist/lib/gcode/axis_transformation.d.ts +2 -0
- package/dist/lib/gcode/axis_transformation.d.ts.map +1 -1
- package/dist/lib/gcode/axis_transformation.js +6 -1
- package/dist/lib/gcode/axis_transformation.js.map +1 -1
- package/dist/lib/gcode/device_definition.d.ts +2 -0
- package/dist/lib/gcode/device_definition.d.ts.map +1 -1
- package/dist/lib/gcode/device_definition.js +7 -3
- package/dist/lib/gcode/device_definition.js.map +1 -1
- package/dist/lib/gcode/translate_message.d.ts +2 -0
- package/dist/lib/gcode/translate_message.d.ts.map +1 -1
- package/dist/lib/gcode/translate_message.js +6 -1
- package/dist/lib/gcode/translate_message.js.map +1 -1
- package/dist/lib/gcode/translate_result.d.ts +2 -0
- package/dist/lib/gcode/translate_result.d.ts.map +1 -1
- package/dist/lib/gcode/translate_result.js +7 -4
- package/dist/lib/gcode/translate_result.js.map +1 -1
- package/dist/lib/gcode/translator_config.d.ts +2 -0
- package/dist/lib/gcode/translator_config.d.ts.map +1 -1
- package/dist/lib/gcode/translator_config.js +7 -4
- package/dist/lib/gcode/translator_config.js.map +1 -1
- package/dist/lib/library.d.ts +10 -0
- package/dist/lib/library.d.ts.map +1 -1
- package/dist/lib/library.js +28 -1
- package/dist/lib/library.js.map +1 -1
- package/dist/lib/measurement.d.ts +2 -0
- package/dist/lib/measurement.d.ts.map +1 -1
- package/dist/lib/measurement.js +5 -1
- package/dist/lib/measurement.js.map +1 -1
- package/dist/lib/microscopy/autofocus.js +9 -18
- package/dist/lib/microscopy/autofocus.js.map +1 -1
- package/dist/lib/microscopy/autofocus_status.d.ts +2 -0
- package/dist/lib/microscopy/autofocus_status.d.ts.map +1 -1
- package/dist/lib/microscopy/autofocus_status.js +5 -1
- package/dist/lib/microscopy/autofocus_status.js.map +1 -1
- package/dist/lib/microscopy/illuminator_channel.js +1 -2
- package/dist/lib/microscopy/illuminator_channel.js.map +1 -1
- package/dist/lib/microscopy/microscope.js +5 -6
- package/dist/lib/microscopy/microscope.js.map +1 -1
- package/dist/lib/microscopy/microscope_config.d.ts +2 -0
- package/dist/lib/microscopy/microscope_config.d.ts.map +1 -1
- package/dist/lib/microscopy/microscope_config.js +11 -1
- package/dist/lib/microscopy/microscope_config.js.map +1 -1
- package/dist/lib/microscopy/third_party_components.d.ts +2 -0
- package/dist/lib/microscopy/third_party_components.d.ts.map +1 -1
- package/dist/lib/microscopy/third_party_components.js +4 -1
- package/dist/lib/microscopy/third_party_components.js.map +1 -1
- package/dist/lib/microscopy/wdi_autofocus_provider_status.d.ts +2 -0
- package/dist/lib/microscopy/wdi_autofocus_provider_status.d.ts.map +1 -1
- package/dist/lib/microscopy/wdi_autofocus_provider_status.js +5 -1
- package/dist/lib/microscopy/wdi_autofocus_provider_status.js.map +1 -1
- package/dist/lib/named_parameter.d.ts +2 -0
- package/dist/lib/named_parameter.d.ts.map +1 -1
- package/dist/lib/named_parameter.js +5 -1
- package/dist/lib/named_parameter.js.map +1 -1
- package/dist/lib/product/process.js +1 -2
- package/dist/lib/product/process.js.map +1 -1
- package/dist/lib/product/process_controller_source.d.ts +2 -0
- package/dist/lib/product/process_controller_source.d.ts.map +1 -1
- package/dist/lib/product/process_controller_source.js +5 -1
- package/dist/lib/product/process_controller_source.js.map +1 -1
- package/dist/lib/requests/alert_event_wrapper.d.ts +2 -0
- package/dist/lib/requests/alert_event_wrapper.d.ts.map +1 -1
- package/dist/lib/requests/alert_event_wrapper.js +5 -1
- package/dist/lib/requests/alert_event_wrapper.js.map +1 -1
- package/dist/lib/requests/autofocus_focus_request.d.ts +2 -0
- package/dist/lib/requests/autofocus_focus_request.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_focus_request.js +11 -1
- package/dist/lib/requests/autofocus_focus_request.js.map +1 -1
- package/dist/lib/requests/autofocus_get_objective_params_request.d.ts +2 -0
- package/dist/lib/requests/autofocus_get_objective_params_request.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_get_objective_params_request.js +9 -1
- package/dist/lib/requests/autofocus_get_objective_params_request.js.map +1 -1
- package/dist/lib/requests/autofocus_get_objective_params_response.d.ts +2 -0
- package/dist/lib/requests/autofocus_get_objective_params_response.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_get_objective_params_response.js +5 -3
- package/dist/lib/requests/autofocus_get_objective_params_response.js.map +1 -1
- package/dist/lib/requests/autofocus_get_status_response.d.ts +2 -0
- package/dist/lib/requests/autofocus_get_status_response.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_get_status_response.js +4 -1
- package/dist/lib/requests/autofocus_get_status_response.js.map +1 -1
- package/dist/lib/requests/autofocus_set_objective_params_request.d.ts +2 -0
- package/dist/lib/requests/autofocus_set_objective_params_request.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_set_objective_params_request.js +11 -3
- package/dist/lib/requests/autofocus_set_objective_params_request.js.map +1 -1
- package/dist/lib/requests/axes_empty_request.d.ts +2 -0
- package/dist/lib/requests/axes_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/axes_empty_request.js +9 -5
- package/dist/lib/requests/axes_empty_request.js.map +1 -1
- package/dist/lib/requests/axes_get_setting_request.d.ts +2 -0
- package/dist/lib/requests/axes_get_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/axes_get_setting_request.js +12 -6
- package/dist/lib/requests/axes_get_setting_request.js.map +1 -1
- package/dist/lib/requests/axes_move_request.d.ts +2 -0
- package/dist/lib/requests/axes_move_request.d.ts.map +1 -1
- package/dist/lib/requests/axes_move_request.js +11 -6
- package/dist/lib/requests/axes_move_request.js.map +1 -1
- package/dist/lib/requests/axis_empty_request.d.ts +2 -0
- package/dist/lib/requests/axis_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/axis_empty_request.js +6 -1
- package/dist/lib/requests/axis_empty_request.js.map +1 -1
- package/dist/lib/requests/axis_to_string_request.d.ts +2 -0
- package/dist/lib/requests/axis_to_string_request.d.ts.map +1 -1
- package/dist/lib/requests/axis_to_string_request.js +7 -1
- package/dist/lib/requests/axis_to_string_request.js.map +1 -1
- package/dist/lib/requests/binary_device_detect_request.d.ts +2 -0
- package/dist/lib/requests/binary_device_detect_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_detect_request.js +5 -1
- package/dist/lib/requests/binary_device_detect_request.js.map +1 -1
- package/dist/lib/requests/binary_device_detect_response.d.ts +2 -0
- package/dist/lib/requests/binary_device_detect_response.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_detect_response.js +5 -3
- package/dist/lib/requests/binary_device_detect_response.js.map +1 -1
- package/dist/lib/requests/binary_device_get_setting_request.d.ts +2 -0
- package/dist/lib/requests/binary_device_get_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_get_setting_request.js +7 -1
- package/dist/lib/requests/binary_device_get_setting_request.js.map +1 -1
- package/dist/lib/requests/binary_device_home_request.d.ts +2 -0
- package/dist/lib/requests/binary_device_home_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_home_request.js +7 -1
- package/dist/lib/requests/binary_device_home_request.js.map +1 -1
- package/dist/lib/requests/binary_device_move_request.d.ts +2 -0
- package/dist/lib/requests/binary_device_move_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_move_request.js +9 -1
- package/dist/lib/requests/binary_device_move_request.js.map +1 -1
- package/dist/lib/requests/binary_device_set_setting_request.d.ts +2 -0
- package/dist/lib/requests/binary_device_set_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_set_setting_request.js +8 -1
- package/dist/lib/requests/binary_device_set_setting_request.js.map +1 -1
- package/dist/lib/requests/binary_device_stop_request.d.ts +2 -0
- package/dist/lib/requests/binary_device_stop_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_stop_request.js +7 -1
- package/dist/lib/requests/binary_device_stop_request.js.map +1 -1
- package/dist/lib/requests/binary_generic_with_units_request.d.ts +2 -0
- package/dist/lib/requests/binary_generic_with_units_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_generic_with_units_request.js +10 -1
- package/dist/lib/requests/binary_generic_with_units_request.js.map +1 -1
- package/dist/lib/requests/binary_message_collection.d.ts +2 -0
- package/dist/lib/requests/binary_message_collection.d.ts.map +1 -1
- package/dist/lib/requests/binary_message_collection.js +5 -3
- package/dist/lib/requests/binary_message_collection.js.map +1 -1
- package/dist/lib/requests/binary_reply_only_event_wrapper.d.ts +2 -0
- package/dist/lib/requests/binary_reply_only_event_wrapper.d.ts.map +1 -1
- package/dist/lib/requests/binary_reply_only_event_wrapper.js +5 -1
- package/dist/lib/requests/binary_reply_only_event_wrapper.js.map +1 -1
- package/dist/lib/requests/bool_response.d.ts +2 -0
- package/dist/lib/requests/bool_response.d.ts.map +1 -1
- package/dist/lib/requests/bool_response.js +4 -1
- package/dist/lib/requests/bool_response.js.map +1 -1
- package/dist/lib/requests/can_set_state_axis_response.d.ts +2 -0
- package/dist/lib/requests/can_set_state_axis_response.d.ts.map +1 -1
- package/dist/lib/requests/can_set_state_axis_response.js +5 -1
- package/dist/lib/requests/can_set_state_axis_response.js.map +1 -1
- package/dist/lib/requests/can_set_state_request.d.ts +2 -0
- package/dist/lib/requests/can_set_state_request.d.ts.map +1 -1
- package/dist/lib/requests/can_set_state_request.js +8 -1
- package/dist/lib/requests/can_set_state_request.js.map +1 -1
- package/dist/lib/requests/channel_on.d.ts +2 -0
- package/dist/lib/requests/channel_on.d.ts.map +1 -1
- package/dist/lib/requests/channel_on.js +7 -1
- package/dist/lib/requests/channel_on.js.map +1 -1
- package/dist/lib/requests/channel_set_intensity.d.ts +2 -0
- package/dist/lib/requests/channel_set_intensity.d.ts.map +1 -1
- package/dist/lib/requests/channel_set_intensity.js +7 -1
- package/dist/lib/requests/channel_set_intensity.js.map +1 -1
- package/dist/lib/requests/check_version_request.d.ts +2 -0
- package/dist/lib/requests/check_version_request.d.ts.map +1 -1
- package/dist/lib/requests/check_version_request.js +5 -1
- package/dist/lib/requests/check_version_request.js.map +1 -1
- package/dist/lib/requests/custom_interface_close_request.d.ts +2 -0
- package/dist/lib/requests/custom_interface_close_request.d.ts.map +1 -1
- package/dist/lib/requests/custom_interface_close_request.js +5 -1
- package/dist/lib/requests/custom_interface_close_request.js.map +1 -1
- package/dist/lib/requests/custom_interface_open_response.d.ts +2 -0
- package/dist/lib/requests/custom_interface_open_response.d.ts.map +1 -1
- package/dist/lib/requests/custom_interface_open_response.js +4 -1
- package/dist/lib/requests/custom_interface_open_response.js.map +1 -1
- package/dist/lib/requests/custom_interface_read_request.d.ts +2 -0
- package/dist/lib/requests/custom_interface_read_request.d.ts.map +1 -1
- package/dist/lib/requests/custom_interface_read_request.js +4 -1
- package/dist/lib/requests/custom_interface_read_request.js.map +1 -1
- package/dist/lib/requests/custom_interface_write_request.d.ts +2 -0
- package/dist/lib/requests/custom_interface_write_request.d.ts.map +1 -1
- package/dist/lib/requests/custom_interface_write_request.js +5 -1
- package/dist/lib/requests/custom_interface_write_request.js.map +1 -1
- package/dist/lib/requests/device_cancel_all_outputs_schedule_request.d.ts +2 -0
- package/dist/lib/requests/device_cancel_all_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_cancel_all_outputs_schedule_request.js +8 -3
- package/dist/lib/requests/device_cancel_all_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_cancel_output_schedule_request.d.ts +2 -0
- package/dist/lib/requests/device_cancel_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_cancel_output_schedule_request.js +7 -1
- package/dist/lib/requests/device_cancel_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_convert_setting_request.d.ts +2 -0
- package/dist/lib/requests/device_convert_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/device_convert_setting_request.js +10 -1
- package/dist/lib/requests/device_convert_setting_request.js.map +1 -1
- package/dist/lib/requests/device_detect_request.d.ts +2 -0
- package/dist/lib/requests/device_detect_request.d.ts.map +1 -1
- package/dist/lib/requests/device_detect_request.js +6 -1
- package/dist/lib/requests/device_detect_request.js.map +1 -1
- package/dist/lib/requests/device_detect_response.d.ts +2 -0
- package/dist/lib/requests/device_detect_response.d.ts.map +1 -1
- package/dist/lib/requests/device_detect_response.js +5 -3
- package/dist/lib/requests/device_detect_response.js.map +1 -1
- package/dist/lib/requests/device_empty_request.d.ts +2 -0
- package/dist/lib/requests/device_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/device_empty_request.js +5 -1
- package/dist/lib/requests/device_empty_request.js.map +1 -1
- package/dist/lib/requests/device_get_all_analog_io_request.d.ts +2 -0
- package/dist/lib/requests/device_get_all_analog_io_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_all_analog_io_request.js +6 -1
- package/dist/lib/requests/device_get_all_analog_io_request.js.map +1 -1
- package/dist/lib/requests/device_get_all_analog_io_response.d.ts +2 -0
- package/dist/lib/requests/device_get_all_analog_io_response.d.ts.map +1 -1
- package/dist/lib/requests/device_get_all_analog_io_response.js +5 -3
- package/dist/lib/requests/device_get_all_analog_io_response.js.map +1 -1
- package/dist/lib/requests/device_get_all_digital_io_request.d.ts +2 -0
- package/dist/lib/requests/device_get_all_digital_io_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_all_digital_io_request.js +6 -1
- package/dist/lib/requests/device_get_all_digital_io_request.js.map +1 -1
- package/dist/lib/requests/device_get_all_digital_io_response.d.ts +2 -0
- package/dist/lib/requests/device_get_all_digital_io_response.d.ts.map +1 -1
- package/dist/lib/requests/device_get_all_digital_io_response.js +5 -3
- package/dist/lib/requests/device_get_all_digital_io_response.js.map +1 -1
- package/dist/lib/requests/device_get_analog_io_request.d.ts +2 -0
- package/dist/lib/requests/device_get_analog_io_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_analog_io_request.js +7 -1
- package/dist/lib/requests/device_get_analog_io_request.js.map +1 -1
- package/dist/lib/requests/device_get_digital_io_request.d.ts +2 -0
- package/dist/lib/requests/device_get_digital_io_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_digital_io_request.js +7 -1
- package/dist/lib/requests/device_get_digital_io_request.js.map +1 -1
- package/dist/lib/requests/device_get_setting_request.d.ts +2 -0
- package/dist/lib/requests/device_get_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_setting_request.js +8 -1
- package/dist/lib/requests/device_get_setting_request.js.map +1 -1
- package/dist/lib/requests/device_get_storage_request.d.ts +2 -0
- package/dist/lib/requests/device_get_storage_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_storage_request.js +8 -1
- package/dist/lib/requests/device_get_storage_request.js.map +1 -1
- package/dist/lib/requests/device_get_warnings_request.d.ts +2 -0
- package/dist/lib/requests/device_get_warnings_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_warnings_request.js +7 -1
- package/dist/lib/requests/device_get_warnings_request.js.map +1 -1
- package/dist/lib/requests/device_get_warnings_response.d.ts +2 -0
- package/dist/lib/requests/device_get_warnings_response.d.ts.map +1 -1
- package/dist/lib/requests/device_get_warnings_response.js +5 -3
- package/dist/lib/requests/device_get_warnings_response.js.map +1 -1
- package/dist/lib/requests/device_home_request.d.ts +2 -0
- package/dist/lib/requests/device_home_request.d.ts.map +1 -1
- package/dist/lib/requests/device_home_request.js +7 -1
- package/dist/lib/requests/device_home_request.js.map +1 -1
- package/dist/lib/requests/device_identify_request.d.ts +2 -0
- package/dist/lib/requests/device_identify_request.d.ts.map +1 -1
- package/dist/lib/requests/device_identify_request.js +6 -1
- package/dist/lib/requests/device_identify_request.js.map +1 -1
- package/dist/lib/requests/device_move_request.d.ts +2 -0
- package/dist/lib/requests/device_move_request.d.ts.map +1 -1
- package/dist/lib/requests/device_move_request.js +15 -1
- package/dist/lib/requests/device_move_request.js.map +1 -1
- package/dist/lib/requests/device_move_sin_request.d.ts +2 -0
- package/dist/lib/requests/device_move_sin_request.d.ts.map +1 -1
- package/dist/lib/requests/device_move_sin_request.js +12 -1
- package/dist/lib/requests/device_move_sin_request.js.map +1 -1
- package/dist/lib/requests/device_multi_get_setting_request.d.ts +2 -0
- package/dist/lib/requests/device_multi_get_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/device_multi_get_setting_request.js +10 -4
- package/dist/lib/requests/device_multi_get_setting_request.js.map +1 -1
- package/dist/lib/requests/device_on_all_request.d.ts +2 -0
- package/dist/lib/requests/device_on_all_request.d.ts.map +1 -1
- package/dist/lib/requests/device_on_all_request.js +5 -1
- package/dist/lib/requests/device_on_all_request.js.map +1 -1
- package/dist/lib/requests/device_on_all_response.d.ts +2 -0
- package/dist/lib/requests/device_on_all_response.d.ts.map +1 -1
- package/dist/lib/requests/device_on_all_response.js +5 -3
- package/dist/lib/requests/device_on_all_response.js.map +1 -1
- package/dist/lib/requests/device_restore_request.d.ts +2 -0
- package/dist/lib/requests/device_restore_request.d.ts.map +1 -1
- package/dist/lib/requests/device_restore_request.js +7 -1
- package/dist/lib/requests/device_restore_request.js.map +1 -1
- package/dist/lib/requests/device_set_all_analog_outputs_request.d.ts +2 -0
- package/dist/lib/requests/device_set_all_analog_outputs_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_all_analog_outputs_request.js +7 -3
- package/dist/lib/requests/device_set_all_analog_outputs_request.js.map +1 -1
- package/dist/lib/requests/device_set_all_analog_outputs_schedule_request.d.ts +2 -0
- package/dist/lib/requests/device_set_all_analog_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_all_analog_outputs_schedule_request.js +11 -4
- package/dist/lib/requests/device_set_all_analog_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_set_all_digital_outputs_request.d.ts +2 -0
- package/dist/lib/requests/device_set_all_digital_outputs_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_all_digital_outputs_request.js +7 -3
- package/dist/lib/requests/device_set_all_digital_outputs_request.js.map +1 -1
- package/dist/lib/requests/device_set_all_digital_outputs_schedule_request.d.ts +2 -0
- package/dist/lib/requests/device_set_all_digital_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_all_digital_outputs_schedule_request.js +11 -4
- package/dist/lib/requests/device_set_all_digital_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_set_analog_output_request.d.ts +2 -0
- package/dist/lib/requests/device_set_analog_output_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_analog_output_request.js +7 -1
- package/dist/lib/requests/device_set_analog_output_request.js.map +1 -1
- package/dist/lib/requests/device_set_analog_output_schedule_request.d.ts +2 -0
- package/dist/lib/requests/device_set_analog_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_analog_output_schedule_request.js +10 -1
- package/dist/lib/requests/device_set_analog_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_set_digital_output_request.d.ts +2 -0
- package/dist/lib/requests/device_set_digital_output_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_digital_output_request.js +7 -1
- package/dist/lib/requests/device_set_digital_output_request.js.map +1 -1
- package/dist/lib/requests/device_set_digital_output_schedule_request.d.ts +2 -0
- package/dist/lib/requests/device_set_digital_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_digital_output_schedule_request.js +10 -1
- package/dist/lib/requests/device_set_digital_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_set_lowpass_filter_request.d.ts +2 -0
- package/dist/lib/requests/device_set_lowpass_filter_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_lowpass_filter_request.js +8 -1
- package/dist/lib/requests/device_set_lowpass_filter_request.js.map +1 -1
- package/dist/lib/requests/device_set_setting_bool_request.d.ts +16 -0
- package/dist/lib/requests/device_set_setting_bool_request.d.ts.map +1 -0
- package/dist/lib/requests/device_set_setting_bool_request.js +40 -0
- package/dist/lib/requests/device_set_setting_bool_request.js.map +1 -0
- package/dist/lib/requests/device_set_setting_int_request.d.ts +16 -0
- package/dist/lib/requests/device_set_setting_int_request.d.ts.map +1 -0
- package/dist/lib/requests/device_set_setting_int_request.js +40 -0
- package/dist/lib/requests/device_set_setting_int_request.js.map +1 -0
- package/dist/lib/requests/device_set_setting_request.d.ts +2 -0
- package/dist/lib/requests/device_set_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_setting_request.js +9 -1
- package/dist/lib/requests/device_set_setting_request.js.map +1 -1
- package/dist/lib/requests/device_set_setting_str_request.d.ts +2 -0
- package/dist/lib/requests/device_set_setting_str_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_setting_str_request.js +8 -1
- package/dist/lib/requests/device_set_setting_str_request.js.map +1 -1
- package/dist/lib/requests/device_set_storage_bool_request.d.ts +2 -0
- package/dist/lib/requests/device_set_storage_bool_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_storage_bool_request.js +8 -1
- package/dist/lib/requests/device_set_storage_bool_request.js.map +1 -1
- package/dist/lib/requests/device_set_storage_number_request.d.ts +2 -0
- package/dist/lib/requests/device_set_storage_number_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_storage_number_request.js +8 -1
- package/dist/lib/requests/device_set_storage_number_request.js.map +1 -1
- package/dist/lib/requests/device_set_storage_request.d.ts +2 -0
- package/dist/lib/requests/device_set_storage_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_storage_request.js +9 -1
- package/dist/lib/requests/device_set_storage_request.js.map +1 -1
- package/dist/lib/requests/device_set_unit_conversions_request.d.ts +2 -0
- package/dist/lib/requests/device_set_unit_conversions_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_unit_conversions_request.js +9 -3
- package/dist/lib/requests/device_set_unit_conversions_request.js.map +1 -1
- package/dist/lib/requests/device_stop_request.d.ts +2 -0
- package/dist/lib/requests/device_stop_request.d.ts.map +1 -1
- package/dist/lib/requests/device_stop_request.js +7 -1
- package/dist/lib/requests/device_stop_request.js.map +1 -1
- package/dist/lib/requests/device_storage_list_keys_request.d.ts +2 -0
- package/dist/lib/requests/device_storage_list_keys_request.d.ts.map +1 -1
- package/dist/lib/requests/device_storage_list_keys_request.js +7 -1
- package/dist/lib/requests/device_storage_list_keys_request.js.map +1 -1
- package/dist/lib/requests/device_storage_request.d.ts +2 -0
- package/dist/lib/requests/device_storage_request.d.ts.map +1 -1
- package/dist/lib/requests/device_storage_request.js +7 -1
- package/dist/lib/requests/device_storage_request.js.map +1 -1
- package/dist/lib/requests/device_wait_until_idle_request.d.ts +2 -0
- package/dist/lib/requests/device_wait_until_idle_request.d.ts.map +1 -1
- package/dist/lib/requests/device_wait_until_idle_request.js +7 -1
- package/dist/lib/requests/device_wait_until_idle_request.js.map +1 -1
- package/dist/lib/requests/disconnected_event.d.ts +2 -0
- package/dist/lib/requests/disconnected_event.d.ts.map +1 -1
- package/dist/lib/requests/disconnected_event.js +6 -1
- package/dist/lib/requests/disconnected_event.js.map +1 -1
- package/dist/lib/requests/double_array_response.d.ts +2 -0
- package/dist/lib/requests/double_array_response.d.ts.map +1 -1
- package/dist/lib/requests/double_array_response.js +5 -3
- package/dist/lib/requests/double_array_response.js.map +1 -1
- package/dist/lib/requests/double_response.d.ts +2 -0
- package/dist/lib/requests/double_response.d.ts.map +1 -1
- package/dist/lib/requests/double_response.js +4 -1
- package/dist/lib/requests/double_response.js.map +1 -1
- package/dist/lib/requests/driver_enable_request.d.ts +2 -0
- package/dist/lib/requests/driver_enable_request.d.ts.map +1 -1
- package/dist/lib/requests/driver_enable_request.js +7 -1
- package/dist/lib/requests/driver_enable_request.js.map +1 -1
- package/dist/lib/requests/empty_autofocus_request.d.ts +2 -0
- package/dist/lib/requests/empty_autofocus_request.d.ts.map +1 -1
- package/dist/lib/requests/empty_autofocus_request.js +8 -1
- package/dist/lib/requests/empty_autofocus_request.js.map +1 -1
- package/dist/lib/requests/empty_request.js +1 -1
- package/dist/lib/requests/empty_request.js.map +1 -1
- package/dist/lib/requests/errors.d.ts +43 -39
- package/dist/lib/requests/errors.d.ts.map +1 -1
- package/dist/lib/requests/errors.js +43 -39
- package/dist/lib/requests/errors.js.map +1 -1
- package/dist/lib/requests/find_device_request.d.ts +2 -0
- package/dist/lib/requests/find_device_request.d.ts.map +1 -1
- package/dist/lib/requests/find_device_request.js +5 -1
- package/dist/lib/requests/find_device_request.js.map +1 -1
- package/dist/lib/requests/find_device_response.d.ts +2 -0
- package/dist/lib/requests/find_device_response.d.ts.map +1 -1
- package/dist/lib/requests/find_device_response.js +4 -1
- package/dist/lib/requests/find_device_response.js.map +1 -1
- package/dist/lib/requests/forget_devices_request.d.ts +2 -0
- package/dist/lib/requests/forget_devices_request.d.ts.map +1 -1
- package/dist/lib/requests/forget_devices_request.js +6 -3
- package/dist/lib/requests/forget_devices_request.js.map +1 -1
- package/dist/lib/requests/gateway_event.d.ts +2 -0
- package/dist/lib/requests/gateway_event.d.ts.map +1 -1
- package/dist/lib/requests/gateway_event.js +4 -1
- package/dist/lib/requests/gateway_event.js.map +1 -1
- package/dist/lib/requests/gateway_request.d.ts +2 -0
- package/dist/lib/requests/gateway_request.d.ts.map +1 -1
- package/dist/lib/requests/gateway_request.js +4 -1
- package/dist/lib/requests/gateway_request.js.map +1 -1
- package/dist/lib/requests/gateway_response.d.ts +2 -0
- package/dist/lib/requests/gateway_response.d.ts.map +1 -1
- package/dist/lib/requests/gateway_response.js +6 -1
- package/dist/lib/requests/gateway_response.js.map +1 -1
- package/dist/lib/requests/generic_binary_request.d.ts +2 -0
- package/dist/lib/requests/generic_binary_request.d.ts.map +1 -1
- package/dist/lib/requests/generic_binary_request.js +9 -1
- package/dist/lib/requests/generic_binary_request.js.map +1 -1
- package/dist/lib/requests/generic_command_request.d.ts +2 -0
- package/dist/lib/requests/generic_command_request.d.ts.map +1 -1
- package/dist/lib/requests/generic_command_request.js +9 -1
- package/dist/lib/requests/generic_command_request.js.map +1 -1
- package/dist/lib/requests/generic_command_response_collection.d.ts +2 -0
- package/dist/lib/requests/generic_command_response_collection.d.ts.map +1 -1
- package/dist/lib/requests/generic_command_response_collection.js +5 -3
- package/dist/lib/requests/generic_command_response_collection.js.map +1 -1
- package/dist/lib/requests/get_all_io_port_labels_response.d.ts +2 -0
- package/dist/lib/requests/get_all_io_port_labels_response.d.ts.map +1 -1
- package/dist/lib/requests/get_all_io_port_labels_response.js +5 -3
- package/dist/lib/requests/get_all_io_port_labels_response.js.map +1 -1
- package/dist/lib/requests/get_axis_setting_results.d.ts +2 -0
- package/dist/lib/requests/get_axis_setting_results.d.ts.map +1 -1
- package/dist/lib/requests/get_axis_setting_results.js +5 -3
- package/dist/lib/requests/get_axis_setting_results.js.map +1 -1
- package/dist/lib/requests/get_io_port_label_request.d.ts +2 -0
- package/dist/lib/requests/get_io_port_label_request.d.ts.map +1 -1
- package/dist/lib/requests/get_io_port_label_request.js +7 -1
- package/dist/lib/requests/get_io_port_label_request.js.map +1 -1
- package/dist/lib/requests/get_setting_results.d.ts +2 -0
- package/dist/lib/requests/get_setting_results.d.ts.map +1 -1
- package/dist/lib/requests/get_setting_results.js +5 -3
- package/dist/lib/requests/get_setting_results.js.map +1 -1
- package/dist/lib/requests/get_simple_tuning_param_definition_response.d.ts +2 -0
- package/dist/lib/requests/get_simple_tuning_param_definition_response.d.ts.map +1 -1
- package/dist/lib/requests/get_simple_tuning_param_definition_response.js +5 -3
- package/dist/lib/requests/get_simple_tuning_param_definition_response.js.map +1 -1
- package/dist/lib/requests/index.d.ts +10 -0
- package/dist/lib/requests/index.d.ts.map +1 -1
- package/dist/lib/requests/index.js +10 -0
- package/dist/lib/requests/index.js.map +1 -1
- package/dist/lib/requests/int_64_response.d.ts +12 -0
- package/dist/lib/requests/int_64_response.d.ts.map +1 -0
- package/dist/lib/requests/int_64_response.js +28 -0
- package/dist/lib/requests/int_64_response.js.map +1 -0
- package/dist/lib/requests/int_array_response.d.ts +2 -0
- package/dist/lib/requests/int_array_response.d.ts.map +1 -1
- package/dist/lib/requests/int_array_response.js +5 -3
- package/dist/lib/requests/int_array_response.js.map +1 -1
- package/dist/lib/requests/int_request.d.ts +2 -0
- package/dist/lib/requests/int_request.d.ts.map +1 -1
- package/dist/lib/requests/int_request.js +4 -1
- package/dist/lib/requests/int_request.js.map +1 -1
- package/dist/lib/requests/int_response.d.ts +2 -0
- package/dist/lib/requests/int_response.d.ts.map +1 -1
- package/dist/lib/requests/int_response.js +4 -1
- package/dist/lib/requests/int_response.js.map +1 -1
- package/dist/lib/requests/interface_empty_request.d.ts +2 -0
- package/dist/lib/requests/interface_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/interface_empty_request.js +4 -1
- package/dist/lib/requests/interface_empty_request.js.map +1 -1
- package/dist/lib/requests/load_paramset.d.ts +2 -0
- package/dist/lib/requests/load_paramset.d.ts.map +1 -1
- package/dist/lib/requests/load_paramset.js +8 -1
- package/dist/lib/requests/load_paramset.js.map +1 -1
- package/dist/lib/requests/lockstep_disable_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_disable_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_disable_request.js +7 -1
- package/dist/lib/requests/lockstep_disable_request.js.map +1 -1
- package/dist/lib/requests/lockstep_empty_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_empty_request.js +6 -1
- package/dist/lib/requests/lockstep_empty_request.js.map +1 -1
- package/dist/lib/requests/lockstep_enable_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_enable_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_enable_request.js +8 -3
- package/dist/lib/requests/lockstep_enable_request.js.map +1 -1
- package/dist/lib/requests/lockstep_get_axis_numbers_response.d.ts +2 -0
- package/dist/lib/requests/lockstep_get_axis_numbers_response.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_get_axis_numbers_response.js +5 -3
- package/dist/lib/requests/lockstep_get_axis_numbers_response.js.map +1 -1
- package/dist/lib/requests/lockstep_get_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_get_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_get_request.js +7 -1
- package/dist/lib/requests/lockstep_get_request.js.map +1 -1
- package/dist/lib/requests/lockstep_home_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_home_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_home_request.js +7 -1
- package/dist/lib/requests/lockstep_home_request.js.map +1 -1
- package/dist/lib/requests/lockstep_move_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_move_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_move_request.js +14 -1
- package/dist/lib/requests/lockstep_move_request.js.map +1 -1
- package/dist/lib/requests/lockstep_move_sin_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_move_sin_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_move_sin_request.js +12 -1
- package/dist/lib/requests/lockstep_move_sin_request.js.map +1 -1
- package/dist/lib/requests/lockstep_set_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_set_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_set_request.js +9 -1
- package/dist/lib/requests/lockstep_set_request.js.map +1 -1
- package/dist/lib/requests/lockstep_stop_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_stop_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_stop_request.js +7 -1
- package/dist/lib/requests/lockstep_stop_request.js.map +1 -1
- package/dist/lib/requests/lockstep_wait_until_idle_request.d.ts +2 -0
- package/dist/lib/requests/lockstep_wait_until_idle_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_wait_until_idle_request.js +7 -1
- package/dist/lib/requests/lockstep_wait_until_idle_request.js.map +1 -1
- package/dist/lib/requests/microscope_config_response.d.ts +2 -0
- package/dist/lib/requests/microscope_config_response.d.ts.map +1 -1
- package/dist/lib/requests/microscope_config_response.js +4 -1
- package/dist/lib/requests/microscope_config_response.js.map +1 -1
- package/dist/lib/requests/microscope_empty_request.d.ts +2 -0
- package/dist/lib/requests/microscope_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/microscope_empty_request.js +5 -1
- package/dist/lib/requests/microscope_empty_request.js.map +1 -1
- package/dist/lib/requests/microscope_find_request.d.ts +2 -0
- package/dist/lib/requests/microscope_find_request.d.ts.map +1 -1
- package/dist/lib/requests/microscope_find_request.js +5 -1
- package/dist/lib/requests/microscope_find_request.js.map +1 -1
- package/dist/lib/requests/microscope_init_request.d.ts +2 -0
- package/dist/lib/requests/microscope_init_request.d.ts.map +1 -1
- package/dist/lib/requests/microscope_init_request.js +6 -1
- package/dist/lib/requests/microscope_init_request.js.map +1 -1
- package/dist/lib/requests/microscope_trigger_camera_request.d.ts +2 -0
- package/dist/lib/requests/microscope_trigger_camera_request.d.ts.map +1 -1
- package/dist/lib/requests/microscope_trigger_camera_request.js +9 -1
- package/dist/lib/requests/microscope_trigger_camera_request.js.map +1 -1
- package/dist/lib/requests/objective_changer_change_request.d.ts +2 -0
- package/dist/lib/requests/objective_changer_change_request.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_change_request.js +9 -1
- package/dist/lib/requests/objective_changer_change_request.js.map +1 -1
- package/dist/lib/requests/objective_changer_create_response.d.ts +2 -0
- package/dist/lib/requests/objective_changer_create_response.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_create_response.js +6 -1
- package/dist/lib/requests/objective_changer_create_response.js.map +1 -1
- package/dist/lib/requests/objective_changer_get_current_response.d.ts +2 -0
- package/dist/lib/requests/objective_changer_get_current_response.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_get_current_response.js +4 -1
- package/dist/lib/requests/objective_changer_get_current_response.js.map +1 -1
- package/dist/lib/requests/objective_changer_request.d.ts +2 -0
- package/dist/lib/requests/objective_changer_request.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_request.js +7 -1
- package/dist/lib/requests/objective_changer_request.js.map +1 -1
- package/dist/lib/requests/objective_changer_set_request.d.ts +2 -0
- package/dist/lib/requests/objective_changer_set_request.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_set_request.js +9 -1
- package/dist/lib/requests/objective_changer_set_request.js.map +1 -1
- package/dist/lib/requests/open_binary_interface_request.d.ts +2 -0
- package/dist/lib/requests/open_binary_interface_request.d.ts.map +1 -1
- package/dist/lib/requests/open_binary_interface_request.js +9 -1
- package/dist/lib/requests/open_binary_interface_request.js.map +1 -1
- package/dist/lib/requests/open_interface_request.d.ts +2 -0
- package/dist/lib/requests/open_interface_request.d.ts.map +1 -1
- package/dist/lib/requests/open_interface_request.js +15 -1
- package/dist/lib/requests/open_interface_request.js.map +1 -1
- package/dist/lib/requests/open_interface_response.d.ts +2 -0
- package/dist/lib/requests/open_interface_response.d.ts.map +1 -1
- package/dist/lib/requests/open_interface_response.js +4 -1
- package/dist/lib/requests/open_interface_response.js.map +1 -1
- package/dist/lib/requests/oscilloscope_add_io_channel_request.d.ts +2 -0
- package/dist/lib/requests/oscilloscope_add_io_channel_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_add_io_channel_request.js +7 -1
- package/dist/lib/requests/oscilloscope_add_io_channel_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_add_setting_channel_request.d.ts +2 -0
- package/dist/lib/requests/oscilloscope_add_setting_channel_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_add_setting_channel_request.js +7 -1
- package/dist/lib/requests/oscilloscope_add_setting_channel_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_request.d.ts +2 -0
- package/dist/lib/requests/oscilloscope_data_get_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_request.js +5 -1
- package/dist/lib/requests/oscilloscope_data_get_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_sample_time_request.d.ts +2 -0
- package/dist/lib/requests/oscilloscope_data_get_sample_time_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_sample_time_request.js +6 -1
- package/dist/lib/requests/oscilloscope_data_get_sample_time_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_samples_response.d.ts +2 -0
- package/dist/lib/requests/oscilloscope_data_get_samples_response.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_samples_response.js +5 -3
- package/dist/lib/requests/oscilloscope_data_get_samples_response.js.map +1 -1
- package/dist/lib/requests/oscilloscope_data_identifier.d.ts +2 -0
- package/dist/lib/requests/oscilloscope_data_identifier.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_data_identifier.js +4 -1
- package/dist/lib/requests/oscilloscope_data_identifier.js.map +1 -1
- package/dist/lib/requests/oscilloscope_read_response.d.ts +2 -0
- package/dist/lib/requests/oscilloscope_read_response.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_read_response.js +5 -3
- package/dist/lib/requests/oscilloscope_read_response.js.map +1 -1
- package/dist/lib/requests/oscilloscope_request.d.ts +2 -0
- package/dist/lib/requests/oscilloscope_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_request.js +5 -1
- package/dist/lib/requests/oscilloscope_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_start_request.d.ts +2 -0
- package/dist/lib/requests/oscilloscope_start_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_start_request.js +6 -1
- package/dist/lib/requests/oscilloscope_start_request.js.map +1 -1
- package/dist/lib/requests/prepare_command_request.d.ts +2 -0
- package/dist/lib/requests/prepare_command_request.d.ts.map +1 -1
- package/dist/lib/requests/prepare_command_request.js +9 -3
- package/dist/lib/requests/prepare_command_request.js.map +1 -1
- package/dist/lib/requests/process_on.d.ts +2 -0
- package/dist/lib/requests/process_on.d.ts.map +1 -1
- package/dist/lib/requests/process_on.js +9 -1
- package/dist/lib/requests/process_on.js.map +1 -1
- package/dist/lib/requests/pvt_csv_request.d.ts +12 -0
- package/dist/lib/requests/pvt_csv_request.d.ts.map +1 -0
- package/dist/lib/requests/pvt_csv_request.js +28 -0
- package/dist/lib/requests/pvt_csv_request.js.map +1 -0
- package/dist/lib/requests/pvt_generate_positions_request.d.ts +15 -0
- package/dist/lib/requests/pvt_generate_positions_request.d.ts.map +1 -0
- package/dist/lib/requests/pvt_generate_positions_request.js +35 -0
- package/dist/lib/requests/pvt_generate_positions_request.js.map +1 -0
- package/dist/lib/requests/pvt_generate_velocities_request.d.ts +17 -0
- package/dist/lib/requests/pvt_generate_velocities_request.d.ts.map +1 -0
- package/dist/lib/requests/pvt_generate_velocities_request.js +39 -0
- package/dist/lib/requests/pvt_generate_velocities_request.js.map +1 -0
- package/dist/lib/requests/pvt_load_csv_request.d.ts +12 -0
- package/dist/lib/requests/pvt_load_csv_request.d.ts.map +1 -0
- package/dist/lib/requests/pvt_load_csv_request.js +28 -0
- package/dist/lib/requests/pvt_load_csv_request.js.map +1 -0
- package/dist/lib/requests/pvt_point_request.d.ts +2 -0
- package/dist/lib/requests/pvt_point_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_point_request.js +13 -4
- package/dist/lib/requests/pvt_point_request.js.map +1 -1
- package/dist/lib/requests/pvt_points_request.d.ts +21 -0
- package/dist/lib/requests/pvt_points_request.d.ts.map +1 -0
- package/dist/lib/requests/pvt_points_request.js +51 -0
- package/dist/lib/requests/pvt_points_request.js.map +1 -0
- package/dist/lib/requests/pvt_save_csv_request.d.ts +15 -0
- package/dist/lib/requests/pvt_save_csv_request.d.ts.map +1 -0
- package/dist/lib/requests/pvt_save_csv_request.js +35 -0
- package/dist/lib/requests/pvt_save_csv_request.js.map +1 -0
- package/dist/lib/requests/renumber_request.d.ts +2 -0
- package/dist/lib/requests/renumber_request.d.ts.map +1 -1
- package/dist/lib/requests/renumber_request.js +6 -1
- package/dist/lib/requests/renumber_request.js.map +1 -1
- package/dist/lib/requests/servo_tuning_paramset_response.d.ts +2 -0
- package/dist/lib/requests/servo_tuning_paramset_response.d.ts.map +1 -1
- package/dist/lib/requests/servo_tuning_paramset_response.js +4 -1
- package/dist/lib/requests/servo_tuning_paramset_response.js.map +1 -1
- package/dist/lib/requests/servo_tuning_request.d.ts +2 -0
- package/dist/lib/requests/servo_tuning_request.d.ts.map +1 -1
- package/dist/lib/requests/servo_tuning_request.js +7 -1
- package/dist/lib/requests/servo_tuning_request.js.map +1 -1
- package/dist/lib/requests/set_device_db_source_request.d.ts +2 -0
- package/dist/lib/requests/set_device_db_source_request.d.ts.map +1 -1
- package/dist/lib/requests/set_device_db_source_request.js +5 -1
- package/dist/lib/requests/set_device_db_source_request.js.map +1 -1
- package/dist/lib/requests/set_interface_checksum_enabled_request.d.ts +2 -0
- package/dist/lib/requests/set_interface_checksum_enabled_request.d.ts.map +1 -1
- package/dist/lib/requests/set_interface_checksum_enabled_request.js +5 -1
- package/dist/lib/requests/set_interface_checksum_enabled_request.js.map +1 -1
- package/dist/lib/requests/set_interface_timeout_request.d.ts +2 -0
- package/dist/lib/requests/set_interface_timeout_request.d.ts.map +1 -1
- package/dist/lib/requests/set_interface_timeout_request.js +5 -1
- package/dist/lib/requests/set_interface_timeout_request.js.map +1 -1
- package/dist/lib/requests/set_internal_mode_request.d.ts +2 -0
- package/dist/lib/requests/set_internal_mode_request.d.ts.map +1 -1
- package/dist/lib/requests/set_internal_mode_request.js +4 -1
- package/dist/lib/requests/set_internal_mode_request.js.map +1 -1
- package/dist/lib/requests/set_io_port_label_request.d.ts +2 -0
- package/dist/lib/requests/set_io_port_label_request.d.ts.map +1 -1
- package/dist/lib/requests/set_io_port_label_request.js +8 -1
- package/dist/lib/requests/set_io_port_label_request.js.map +1 -1
- package/dist/lib/requests/set_log_output_request.d.ts +2 -0
- package/dist/lib/requests/set_log_output_request.d.ts.map +1 -1
- package/dist/lib/requests/set_log_output_request.js +5 -1
- package/dist/lib/requests/set_log_output_request.js.map +1 -1
- package/dist/lib/requests/set_process_controller_source.d.ts +2 -0
- package/dist/lib/requests/set_process_controller_source.d.ts.map +1 -1
- package/dist/lib/requests/set_process_controller_source.js +7 -1
- package/dist/lib/requests/set_process_controller_source.js.map +1 -1
- package/dist/lib/requests/set_servo_tuning_pid_request.d.ts +2 -0
- package/dist/lib/requests/set_servo_tuning_pid_request.d.ts.map +1 -1
- package/dist/lib/requests/set_servo_tuning_pid_request.js +11 -1
- package/dist/lib/requests/set_servo_tuning_pid_request.js.map +1 -1
- package/dist/lib/requests/set_servo_tuning_request.d.ts +2 -0
- package/dist/lib/requests/set_servo_tuning_request.d.ts.map +1 -1
- package/dist/lib/requests/set_servo_tuning_request.js +10 -3
- package/dist/lib/requests/set_servo_tuning_request.js.map +1 -1
- package/dist/lib/requests/set_simple_tuning.d.ts +2 -0
- package/dist/lib/requests/set_simple_tuning.d.ts.map +1 -1
- package/dist/lib/requests/set_simple_tuning.js +15 -3
- package/dist/lib/requests/set_simple_tuning.js.map +1 -1
- package/dist/lib/requests/set_state_request.d.ts +2 -0
- package/dist/lib/requests/set_state_request.d.ts.map +1 -1
- package/dist/lib/requests/set_state_request.js +8 -1
- package/dist/lib/requests/set_state_request.js.map +1 -1
- package/dist/lib/requests/stream_arc_request.d.ts +2 -0
- package/dist/lib/requests/stream_arc_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_arc_request.js +17 -4
- package/dist/lib/requests/stream_arc_request.js.map +1 -1
- package/dist/lib/requests/stream_buffer_erase_request.d.ts +2 -0
- package/dist/lib/requests/stream_buffer_erase_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_buffer_erase_request.js +7 -1
- package/dist/lib/requests/stream_buffer_erase_request.js.map +1 -1
- package/dist/lib/requests/stream_buffer_get_content_request.d.ts +2 -0
- package/dist/lib/requests/stream_buffer_get_content_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_buffer_get_content_request.js +7 -1
- package/dist/lib/requests/stream_buffer_get_content_request.js.map +1 -1
- package/dist/lib/requests/stream_buffer_get_content_response.d.ts +2 -0
- package/dist/lib/requests/stream_buffer_get_content_response.d.ts.map +1 -1
- package/dist/lib/requests/stream_buffer_get_content_response.js +5 -3
- package/dist/lib/requests/stream_buffer_get_content_response.js.map +1 -1
- package/dist/lib/requests/stream_buffer_list.d.ts +2 -0
- package/dist/lib/requests/stream_buffer_list.d.ts.map +1 -1
- package/dist/lib/requests/stream_buffer_list.js +6 -1
- package/dist/lib/requests/stream_buffer_list.js.map +1 -1
- package/dist/lib/requests/stream_call_request.d.ts +2 -0
- package/dist/lib/requests/stream_call_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_call_request.js +9 -1
- package/dist/lib/requests/stream_call_request.js.map +1 -1
- package/dist/lib/requests/stream_cancel_all_outputs_schedule_request.d.ts +2 -0
- package/dist/lib/requests/stream_cancel_all_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_cancel_all_outputs_schedule_request.js +10 -3
- package/dist/lib/requests/stream_cancel_all_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_cancel_output_schedule_request.d.ts +2 -0
- package/dist/lib/requests/stream_cancel_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_cancel_output_schedule_request.js +9 -1
- package/dist/lib/requests/stream_cancel_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_circle_request.d.ts +2 -0
- package/dist/lib/requests/stream_circle_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_circle_request.js +13 -3
- package/dist/lib/requests/stream_circle_request.js.map +1 -1
- package/dist/lib/requests/stream_empty_request.d.ts +2 -0
- package/dist/lib/requests/stream_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_empty_request.js +7 -1
- package/dist/lib/requests/stream_empty_request.js.map +1 -1
- package/dist/lib/requests/stream_generic_command_batch_request.d.ts +2 -0
- package/dist/lib/requests/stream_generic_command_batch_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_generic_command_batch_request.js +9 -3
- package/dist/lib/requests/stream_generic_command_batch_request.js.map +1 -1
- package/dist/lib/requests/stream_generic_command_request.d.ts +2 -0
- package/dist/lib/requests/stream_generic_command_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_generic_command_request.js +8 -1
- package/dist/lib/requests/stream_generic_command_request.js.map +1 -1
- package/dist/lib/requests/stream_get_axes_response.d.ts +2 -0
- package/dist/lib/requests/stream_get_axes_response.d.ts.map +1 -1
- package/dist/lib/requests/stream_get_axes_response.js +7 -4
- package/dist/lib/requests/stream_get_axes_response.js.map +1 -1
- package/dist/lib/requests/stream_get_max_centripetal_acceleration_request.d.ts +2 -0
- package/dist/lib/requests/stream_get_max_centripetal_acceleration_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_get_max_centripetal_acceleration_request.js +8 -1
- package/dist/lib/requests/stream_get_max_centripetal_acceleration_request.js.map +1 -1
- package/dist/lib/requests/stream_get_max_speed_request.d.ts +2 -0
- package/dist/lib/requests/stream_get_max_speed_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_get_max_speed_request.js +8 -1
- package/dist/lib/requests/stream_get_max_speed_request.js.map +1 -1
- package/dist/lib/requests/stream_get_max_tangential_acceleration_request.d.ts +2 -0
- package/dist/lib/requests/stream_get_max_tangential_acceleration_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_get_max_tangential_acceleration_request.js +8 -1
- package/dist/lib/requests/stream_get_max_tangential_acceleration_request.js.map +1 -1
- package/dist/lib/requests/stream_line_request.d.ts +2 -0
- package/dist/lib/requests/stream_line_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_line_request.js +12 -4
- package/dist/lib/requests/stream_line_request.js.map +1 -1
- package/dist/lib/requests/stream_mode_response.d.ts +2 -0
- package/dist/lib/requests/stream_mode_response.d.ts.map +1 -1
- package/dist/lib/requests/stream_mode_response.js +5 -1
- package/dist/lib/requests/stream_mode_response.js.map +1 -1
- package/dist/lib/requests/stream_set_all_analog_outputs_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_all_analog_outputs_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_all_analog_outputs_request.js +9 -3
- package/dist/lib/requests/stream_set_all_analog_outputs_request.js.map +1 -1
- package/dist/lib/requests/stream_set_all_analog_outputs_schedule_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_all_analog_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_all_analog_outputs_schedule_request.js +13 -4
- package/dist/lib/requests/stream_set_all_analog_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_set_all_digital_outputs_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_all_digital_outputs_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_all_digital_outputs_request.js +9 -3
- package/dist/lib/requests/stream_set_all_digital_outputs_request.js.map +1 -1
- package/dist/lib/requests/stream_set_all_digital_outputs_schedule_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_all_digital_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_all_digital_outputs_schedule_request.js +13 -4
- package/dist/lib/requests/stream_set_all_digital_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_set_analog_output_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_analog_output_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_analog_output_request.js +9 -1
- package/dist/lib/requests/stream_set_analog_output_request.js.map +1 -1
- package/dist/lib/requests/stream_set_analog_output_schedule_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_analog_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_analog_output_schedule_request.js +12 -1
- package/dist/lib/requests/stream_set_analog_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_set_digital_output_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_digital_output_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_digital_output_request.js +9 -1
- package/dist/lib/requests/stream_set_digital_output_request.js.map +1 -1
- package/dist/lib/requests/stream_set_digital_output_schedule_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_digital_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_digital_output_schedule_request.js +12 -1
- package/dist/lib/requests/stream_set_digital_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_set_hold_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_hold_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_hold_request.js +8 -1
- package/dist/lib/requests/stream_set_hold_request.js.map +1 -1
- package/dist/lib/requests/stream_set_max_centripetal_acceleration_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_max_centripetal_acceleration_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_max_centripetal_acceleration_request.js +9 -1
- package/dist/lib/requests/stream_set_max_centripetal_acceleration_request.js.map +1 -1
- package/dist/lib/requests/stream_set_max_speed_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_max_speed_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_max_speed_request.js +9 -1
- package/dist/lib/requests/stream_set_max_speed_request.js.map +1 -1
- package/dist/lib/requests/stream_set_max_tangential_acceleration_request.d.ts +2 -0
- package/dist/lib/requests/stream_set_max_tangential_acceleration_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_max_tangential_acceleration_request.js +9 -1
- package/dist/lib/requests/stream_set_max_tangential_acceleration_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_live_composite_request.d.ts +2 -0
- package/dist/lib/requests/stream_setup_live_composite_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_live_composite_request.js +11 -4
- package/dist/lib/requests/stream_setup_live_composite_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_live_request.d.ts +2 -0
- package/dist/lib/requests/stream_setup_live_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_live_request.js +9 -3
- package/dist/lib/requests/stream_setup_live_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_store_arbitrary_axes_request.d.ts +2 -0
- package/dist/lib/requests/stream_setup_store_arbitrary_axes_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_store_arbitrary_axes_request.js +10 -1
- package/dist/lib/requests/stream_setup_store_arbitrary_axes_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_store_composite_request.d.ts +2 -0
- package/dist/lib/requests/stream_setup_store_composite_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_store_composite_request.js +13 -4
- package/dist/lib/requests/stream_setup_store_composite_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_store_request.d.ts +2 -0
- package/dist/lib/requests/stream_setup_store_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_store_request.js +11 -3
- package/dist/lib/requests/stream_setup_store_request.js.map +1 -1
- package/dist/lib/requests/stream_wait_analog_input_request.d.ts +2 -0
- package/dist/lib/requests/stream_wait_analog_input_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_wait_analog_input_request.js +10 -1
- package/dist/lib/requests/stream_wait_analog_input_request.js.map +1 -1
- package/dist/lib/requests/stream_wait_digital_input_request.d.ts +2 -0
- package/dist/lib/requests/stream_wait_digital_input_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_wait_digital_input_request.js +9 -1
- package/dist/lib/requests/stream_wait_digital_input_request.js.map +1 -1
- package/dist/lib/requests/stream_wait_request.d.ts +2 -0
- package/dist/lib/requests/stream_wait_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_wait_request.js +9 -1
- package/dist/lib/requests/stream_wait_request.js.map +1 -1
- package/dist/lib/requests/stream_wait_until_idle_request.d.ts +2 -0
- package/dist/lib/requests/stream_wait_until_idle_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_wait_until_idle_request.js +8 -1
- package/dist/lib/requests/stream_wait_until_idle_request.js.map +1 -1
- package/dist/lib/requests/string_array_response.d.ts +2 -0
- package/dist/lib/requests/string_array_response.d.ts.map +1 -1
- package/dist/lib/requests/string_array_response.js +5 -3
- package/dist/lib/requests/string_array_response.js.map +1 -1
- package/dist/lib/requests/string_response.d.ts +2 -0
- package/dist/lib/requests/string_response.d.ts.map +1 -1
- package/dist/lib/requests/string_response.js +4 -1
- package/dist/lib/requests/string_response.js.map +1 -1
- package/dist/lib/requests/test_event.d.ts +2 -0
- package/dist/lib/requests/test_event.d.ts.map +1 -1
- package/dist/lib/requests/test_event.js +4 -1
- package/dist/lib/requests/test_event.js.map +1 -1
- package/dist/lib/requests/test_request.d.ts +2 -0
- package/dist/lib/requests/test_request.d.ts.map +1 -1
- package/dist/lib/requests/test_request.js +6 -1
- package/dist/lib/requests/test_request.js.map +1 -1
- package/dist/lib/requests/test_response.d.ts +2 -0
- package/dist/lib/requests/test_response.d.ts.map +1 -1
- package/dist/lib/requests/test_response.js +4 -1
- package/dist/lib/requests/test_response.js.map +1 -1
- package/dist/lib/requests/test_response_long.d.ts +2 -0
- package/dist/lib/requests/test_response_long.d.ts.map +1 -1
- package/dist/lib/requests/test_response_long.js +5 -3
- package/dist/lib/requests/test_response_long.js.map +1 -1
- package/dist/lib/requests/toggle_device_db_store_request.d.ts +2 -0
- package/dist/lib/requests/toggle_device_db_store_request.d.ts.map +1 -1
- package/dist/lib/requests/toggle_device_db_store_request.js +5 -1
- package/dist/lib/requests/toggle_device_db_store_request.js.map +1 -1
- package/dist/lib/requests/tools_list_serial_ports_response.d.ts +2 -0
- package/dist/lib/requests/tools_list_serial_ports_response.d.ts.map +1 -1
- package/dist/lib/requests/tools_list_serial_ports_response.js +5 -3
- package/dist/lib/requests/tools_list_serial_ports_response.js.map +1 -1
- package/dist/lib/requests/translator_create_from_device_request.d.ts +2 -0
- package/dist/lib/requests/translator_create_from_device_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_create_from_device_request.js +8 -3
- package/dist/lib/requests/translator_create_from_device_request.js.map +1 -1
- package/dist/lib/requests/translator_create_live_request.d.ts +2 -0
- package/dist/lib/requests/translator_create_live_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_create_live_request.js +7 -1
- package/dist/lib/requests/translator_create_live_request.js.map +1 -1
- package/dist/lib/requests/translator_create_request.d.ts +2 -0
- package/dist/lib/requests/translator_create_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_create_request.js +5 -1
- package/dist/lib/requests/translator_create_request.js.map +1 -1
- package/dist/lib/requests/translator_create_response.d.ts +2 -0
- package/dist/lib/requests/translator_create_response.d.ts.map +1 -1
- package/dist/lib/requests/translator_create_response.js +4 -1
- package/dist/lib/requests/translator_create_response.js.map +1 -1
- package/dist/lib/requests/translator_empty_request.d.ts +2 -0
- package/dist/lib/requests/translator_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_empty_request.js +4 -1
- package/dist/lib/requests/translator_empty_request.js.map +1 -1
- package/dist/lib/requests/translator_flush_live_request.d.ts +2 -0
- package/dist/lib/requests/translator_flush_live_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_flush_live_request.js +5 -1
- package/dist/lib/requests/translator_flush_live_request.js.map +1 -1
- package/dist/lib/requests/translator_flush_response.d.ts +2 -0
- package/dist/lib/requests/translator_flush_response.d.ts.map +1 -1
- package/dist/lib/requests/translator_flush_response.js +5 -3
- package/dist/lib/requests/translator_flush_response.js.map +1 -1
- package/dist/lib/requests/translator_get_axis_offset_request.d.ts +2 -0
- package/dist/lib/requests/translator_get_axis_offset_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_get_axis_offset_request.js +7 -1
- package/dist/lib/requests/translator_get_axis_offset_request.js.map +1 -1
- package/dist/lib/requests/translator_get_axis_position_request.d.ts +2 -0
- package/dist/lib/requests/translator_get_axis_position_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_get_axis_position_request.js +6 -1
- package/dist/lib/requests/translator_get_axis_position_request.js.map +1 -1
- package/dist/lib/requests/translator_set_axis_position_request.d.ts +2 -0
- package/dist/lib/requests/translator_set_axis_position_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_set_axis_position_request.js +7 -1
- package/dist/lib/requests/translator_set_axis_position_request.js.map +1 -1
- package/dist/lib/requests/translator_set_feed_rate_override_request.d.ts +2 -0
- package/dist/lib/requests/translator_set_feed_rate_override_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_set_feed_rate_override_request.js +5 -1
- package/dist/lib/requests/translator_set_feed_rate_override_request.js.map +1 -1
- package/dist/lib/requests/translator_set_traverse_rate_request.d.ts +2 -0
- package/dist/lib/requests/translator_set_traverse_rate_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_set_traverse_rate_request.js +6 -1
- package/dist/lib/requests/translator_set_traverse_rate_request.js.map +1 -1
- package/dist/lib/requests/translator_translate_request.d.ts +2 -0
- package/dist/lib/requests/translator_translate_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_translate_request.js +5 -1
- package/dist/lib/requests/translator_translate_request.js.map +1 -1
- package/dist/lib/requests/trigger_clear_action_request.d.ts +2 -0
- package/dist/lib/requests/trigger_clear_action_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_clear_action_request.js +7 -1
- package/dist/lib/requests/trigger_clear_action_request.js.map +1 -1
- package/dist/lib/requests/trigger_empty_request.d.ts +2 -0
- package/dist/lib/requests/trigger_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_empty_request.js +6 -1
- package/dist/lib/requests/trigger_empty_request.js.map +1 -1
- package/dist/lib/requests/trigger_enable_request.d.ts +2 -0
- package/dist/lib/requests/trigger_enable_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_enable_request.js +7 -1
- package/dist/lib/requests/trigger_enable_request.js.map +1 -1
- package/dist/lib/requests/trigger_enabled_states.d.ts +2 -0
- package/dist/lib/requests/trigger_enabled_states.d.ts.map +1 -1
- package/dist/lib/requests/trigger_enabled_states.js +5 -3
- package/dist/lib/requests/trigger_enabled_states.js.map +1 -1
- package/dist/lib/requests/trigger_fire_at_interval_request.d.ts +2 -0
- package/dist/lib/requests/trigger_fire_at_interval_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_at_interval_request.js +8 -1
- package/dist/lib/requests/trigger_fire_at_interval_request.js.map +1 -1
- package/dist/lib/requests/trigger_fire_when_distance_travelled_request.d.ts +2 -0
- package/dist/lib/requests/trigger_fire_when_distance_travelled_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_when_distance_travelled_request.js +9 -1
- package/dist/lib/requests/trigger_fire_when_distance_travelled_request.js.map +1 -1
- package/dist/lib/requests/trigger_fire_when_io_request.d.ts +2 -0
- package/dist/lib/requests/trigger_fire_when_io_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_when_io_request.js +10 -1
- package/dist/lib/requests/trigger_fire_when_io_request.js.map +1 -1
- package/dist/lib/requests/trigger_fire_when_request.d.ts +2 -0
- package/dist/lib/requests/trigger_fire_when_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_when_request.js +7 -1
- package/dist/lib/requests/trigger_fire_when_request.js.map +1 -1
- package/dist/lib/requests/trigger_fire_when_setting_request.d.ts +2 -0
- package/dist/lib/requests/trigger_fire_when_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_when_setting_request.js +11 -1
- package/dist/lib/requests/trigger_fire_when_setting_request.js.map +1 -1
- package/dist/lib/requests/trigger_on_fire_request.d.ts +2 -0
- package/dist/lib/requests/trigger_on_fire_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_on_fire_request.js +9 -1
- package/dist/lib/requests/trigger_on_fire_request.js.map +1 -1
- package/dist/lib/requests/trigger_on_fire_set_request.d.ts +2 -0
- package/dist/lib/requests/trigger_on_fire_set_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_on_fire_set_request.js +12 -1
- package/dist/lib/requests/trigger_on_fire_set_request.js.map +1 -1
- package/dist/lib/requests/trigger_on_fire_set_to_setting_request.d.ts +2 -0
- package/dist/lib/requests/trigger_on_fire_set_to_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_on_fire_set_to_setting_request.js +12 -1
- package/dist/lib/requests/trigger_on_fire_set_to_setting_request.js.map +1 -1
- package/dist/lib/requests/trigger_set_label_request.d.ts +2 -0
- package/dist/lib/requests/trigger_set_label_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_set_label_request.js +7 -1
- package/dist/lib/requests/trigger_set_label_request.js.map +1 -1
- package/dist/lib/requests/trigger_states.d.ts +2 -0
- package/dist/lib/requests/trigger_states.d.ts.map +1 -1
- package/dist/lib/requests/trigger_states.js +5 -3
- package/dist/lib/requests/trigger_states.js.map +1 -1
- package/dist/lib/requests/unit_convert_unit_request.d.ts +15 -0
- package/dist/lib/requests/unit_convert_unit_request.d.ts.map +1 -0
- package/dist/lib/requests/unit_convert_unit_request.js +35 -0
- package/dist/lib/requests/unit_convert_unit_request.js.map +1 -0
- package/dist/lib/requests/unit_get_enum_request.d.ts +2 -0
- package/dist/lib/requests/unit_get_enum_request.d.ts.map +1 -1
- package/dist/lib/requests/unit_get_enum_request.js +4 -1
- package/dist/lib/requests/unit_get_enum_request.js.map +1 -1
- package/dist/lib/requests/unit_get_enum_response.d.ts +2 -0
- package/dist/lib/requests/unit_get_enum_response.d.ts.map +1 -1
- package/dist/lib/requests/unit_get_enum_response.js +4 -1
- package/dist/lib/requests/unit_get_enum_response.js.map +1 -1
- package/dist/lib/requests/unit_get_symbol_request.d.ts +2 -0
- package/dist/lib/requests/unit_get_symbol_request.d.ts.map +1 -1
- package/dist/lib/requests/unit_get_symbol_request.js +4 -1
- package/dist/lib/requests/unit_get_symbol_request.js.map +1 -1
- package/dist/lib/requests/unit_get_symbol_response.d.ts +2 -0
- package/dist/lib/requests/unit_get_symbol_response.d.ts.map +1 -1
- package/dist/lib/requests/unit_get_symbol_response.js +4 -1
- package/dist/lib/requests/unit_get_symbol_response.js.map +1 -1
- package/dist/lib/requests/unknown_binary_response_event_wrapper.d.ts +2 -0
- package/dist/lib/requests/unknown_binary_response_event_wrapper.d.ts.map +1 -1
- package/dist/lib/requests/unknown_binary_response_event_wrapper.js +5 -1
- package/dist/lib/requests/unknown_binary_response_event_wrapper.js.map +1 -1
- package/dist/lib/requests/unknown_response_event_wrapper.d.ts +2 -0
- package/dist/lib/requests/unknown_response_event_wrapper.d.ts.map +1 -1
- package/dist/lib/requests/unknown_response_event_wrapper.js +5 -1
- package/dist/lib/requests/unknown_response_event_wrapper.js.map +1 -1
- package/dist/lib/requests/wait_to_clear_warnings_request.d.ts +2 -0
- package/dist/lib/requests/wait_to_clear_warnings_request.d.ts.map +1 -1
- package/dist/lib/requests/wait_to_clear_warnings_request.js +9 -3
- package/dist/lib/requests/wait_to_clear_warnings_request.js.map +1 -1
- package/dist/lib/requests/wait_to_respond_request.d.ts +2 -0
- package/dist/lib/requests/wait_to_respond_request.d.ts.map +1 -1
- package/dist/lib/requests/wait_to_respond_request.js +6 -1
- package/dist/lib/requests/wait_to_respond_request.js.map +1 -1
- package/dist/lib/requests/wdi_generic_request.d.ts +2 -0
- package/dist/lib/requests/wdi_generic_request.d.ts.map +1 -1
- package/dist/lib/requests/wdi_generic_request.js +11 -3
- package/dist/lib/requests/wdi_generic_request.js.map +1 -1
- package/dist/lib/requests/wdi_get_status_response.d.ts +2 -0
- package/dist/lib/requests/wdi_get_status_response.d.ts.map +1 -1
- package/dist/lib/requests/wdi_get_status_response.js +4 -1
- package/dist/lib/requests/wdi_get_status_response.js.map +1 -1
- package/dist/lib/unit_table.d.ts +9 -0
- package/dist/lib/unit_table.d.ts.map +1 -1
- package/dist/lib/unit_table.js +21 -0
- package/dist/lib/unit_table.js.map +1 -1
- package/package.json +2 -2
|
@@ -5,7 +5,7 @@ exports.UnknownResponseEvent = void 0;
|
|
|
5
5
|
const bson_1 = require("bson");
|
|
6
6
|
const sanitizer_1 = require("../gateway/sanitizer");
|
|
7
7
|
exports.UnknownResponseEvent = {
|
|
8
|
-
fromBinary: (buffer) => bson_1.BSON.deserialize(buffer),
|
|
8
|
+
fromBinary: (buffer) => exports.UnknownResponseEvent.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
9
9
|
toBinary: (value) => bson_1.BSON.serialize(exports.UnknownResponseEvent.sanitize(value)),
|
|
10
10
|
DEFAULT: Object.freeze({
|
|
11
11
|
deviceAddress: 0,
|
|
@@ -25,5 +25,10 @@ exports.UnknownResponseEvent = {
|
|
|
25
25
|
data: sanitizer_1.sanitizer.sanitizeInt(value.data, 'data'),
|
|
26
26
|
};
|
|
27
27
|
},
|
|
28
|
+
convert: (value) => ({
|
|
29
|
+
deviceAddress: value.deviceAddress,
|
|
30
|
+
command: value.command,
|
|
31
|
+
data: value.data,
|
|
32
|
+
})
|
|
28
33
|
};
|
|
29
34
|
//# sourceMappingURL=unknown_response_event.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unknown_response_event.js","sourceRoot":"","sources":["../../../src/binary/unknown_response_event.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAuBpC,QAAA,oBAAoB,GAAG;IAClC,UAAU,EAAE,CAAC,MAAkB,EAAwB,EAAE,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"unknown_response_event.js","sourceRoot":"","sources":["../../../src/binary/unknown_response_event.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAuBpC,QAAA,oBAAoB,GAAG;IAClC,UAAU,EAAE,CAAC,MAAkB,EAAwB,EAAE,CAAC,4BAAoB,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IACvI,QAAQ,EAAE,CAAC,KAA2B,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,4BAAoB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC3G,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,aAAa,EAAE,CAAC;QAChB,OAAO,EAAE,CAAC;QACV,IAAI,EAAE,CAAC;KACR,CAAmC;IACpC,QAAQ,EAAE,CAAC,KAA2B,EAAwB,EAAE;QAC9D,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,iEAAiE,CAAC,CAAA;QAAC,CAAC;QAC7G,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,gDAAgD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QACvH,OAAO;YACL,aAAa,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,aAAa,EAAE,eAAe,CAAC;YAC1E,OAAO,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC;YACxD,IAAI,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,IAAI,EAAE,MAAM,CAAC;SAChD,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,CAAC,KAAoB,EAAwB,EAAE,CAAC,CAAC;QACxD,aAAa,EAAE,KAAK,CAAC,aAAa;QAClC,OAAO,EAAE,KAAK,CAAC,OAAO;QACtB,IAAI,EAAE,KAAK,CAAC,IAAI;KACjB,CAAC;CACH,CAAC","sourcesContent":["/* This file is generated. Do not modify by hand. */\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\n/**\n * Reply that could not be matched to a request.\n */\nexport interface UnknownResponseEvent {\n /**\n * Number of the device that sent or should receive the message.\n */\n deviceAddress: number;\n\n /**\n * The warning flag contains the highest priority warning currently active for the device or axis.\n */\n command: number;\n\n /**\n * Data payload of the message, if applicable, or zero otherwise.\n */\n data: number;\n\n}\n\nexport const UnknownResponseEvent = {\n fromBinary: (buffer: Uint8Array): UnknownResponseEvent => UnknownResponseEvent.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n toBinary: (value: UnknownResponseEvent): Uint8Array => BSON.serialize(UnknownResponseEvent.sanitize(value)),\n DEFAULT: Object.freeze({\n deviceAddress: 0,\n command: 0,\n data: 0,\n }) as Readonly<UnknownResponseEvent>,\n sanitize: (value: UnknownResponseEvent): UnknownResponseEvent => {\n if (value == null) { throw new TypeError('Expected UnknownResponseEvent object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected UnknownResponseEvent object but got ${typeof value}.`) }\n return {\n deviceAddress: sanitizer.sanitizeInt(value.deviceAddress, 'deviceAddress'),\n command: sanitizer.sanitizeInt(value.command, 'command'),\n data: sanitizer.sanitizeInt(value.data, 'data'),\n };\n },\n convert: (value: BSON.Document): UnknownResponseEvent => ({\n deviceAddress: value.deviceAddress,\n command: value.command,\n data: value.data,\n })\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BSON } from 'bson';
|
|
1
2
|
/**
|
|
2
3
|
* Holds device address and IO channel number.
|
|
3
4
|
*/
|
|
@@ -16,5 +17,6 @@ export declare const ChannelAddress: {
|
|
|
16
17
|
toBinary: (value: ChannelAddress) => Uint8Array;
|
|
17
18
|
DEFAULT: Readonly<ChannelAddress>;
|
|
18
19
|
sanitize: (value: ChannelAddress) => ChannelAddress;
|
|
20
|
+
convert: (value: BSON.Document) => ChannelAddress;
|
|
19
21
|
};
|
|
20
22
|
//# sourceMappingURL=channel_address.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel_address.d.ts","sourceRoot":"","sources":["../../src/channel_address.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"channel_address.d.ts","sourceRoot":"","sources":["../../src/channel_address.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CAEjB;AAED,eAAO,MAAM,cAAc;yBACJ,UAAU,KAAG,cAAc;sBAC9B,cAAc,KAAG,UAAU;;sBAK3B,cAAc,KAAG,cAAc;qBAQhC,KAAK,QAAQ,KAAG,cAAc;CAIhD,CAAC"}
|
|
@@ -5,7 +5,7 @@ exports.ChannelAddress = void 0;
|
|
|
5
5
|
const bson_1 = require("bson");
|
|
6
6
|
const sanitizer_1 = require("./gateway/sanitizer");
|
|
7
7
|
exports.ChannelAddress = {
|
|
8
|
-
fromBinary: (buffer) => bson_1.BSON.deserialize(buffer),
|
|
8
|
+
fromBinary: (buffer) => exports.ChannelAddress.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
9
9
|
toBinary: (value) => bson_1.BSON.serialize(exports.ChannelAddress.sanitize(value)),
|
|
10
10
|
DEFAULT: Object.freeze({
|
|
11
11
|
device: 0,
|
|
@@ -23,5 +23,9 @@ exports.ChannelAddress = {
|
|
|
23
23
|
channel: sanitizer_1.sanitizer.sanitizeInt(value.channel, 'channel'),
|
|
24
24
|
};
|
|
25
25
|
},
|
|
26
|
+
convert: (value) => ({
|
|
27
|
+
device: value.device,
|
|
28
|
+
channel: value.channel,
|
|
29
|
+
})
|
|
26
30
|
};
|
|
27
31
|
//# sourceMappingURL=channel_address.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel_address.js","sourceRoot":"","sources":["../../src/channel_address.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,mDAAgD;AAkBnC,QAAA,cAAc,GAAG;IAC5B,UAAU,EAAE,CAAC,MAAkB,EAAkB,EAAE,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"channel_address.js","sourceRoot":"","sources":["../../src/channel_address.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,mDAAgD;AAkBnC,QAAA,cAAc,GAAG;IAC5B,UAAU,EAAE,CAAC,MAAkB,EAAkB,EAAE,CAAC,sBAAc,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAC3H,QAAQ,EAAE,CAAC,KAAqB,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,sBAAc,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC/F,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,MAAM,EAAE,CAAC;QACT,OAAO,EAAE,CAAC;KACX,CAA6B;IAC9B,QAAQ,EAAE,CAAC,KAAqB,EAAkB,EAAE;QAClD,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,2DAA2D,CAAC,CAAA;QAAC,CAAC;QACvG,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,0CAA0C,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QACjH,OAAO;YACL,MAAM,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC;YACrD,OAAO,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC;SACzD,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,CAAC,KAAoB,EAAkB,EAAE,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM;QACpB,OAAO,EAAE,KAAK,CAAC,OAAO;KACvB,CAAC;CACH,CAAC","sourcesContent":["/* This file is generated. Do not modify by hand. */\nimport { BSON } from 'bson';\nimport { sanitizer } from './gateway/sanitizer';\n\n/**\n * Holds device address and IO channel number.\n */\nexport interface ChannelAddress {\n /**\n * Device address.\n */\n device: number;\n\n /**\n * IO channel number.\n */\n channel: number;\n\n}\n\nexport const ChannelAddress = {\n fromBinary: (buffer: Uint8Array): ChannelAddress => ChannelAddress.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n toBinary: (value: ChannelAddress): Uint8Array => BSON.serialize(ChannelAddress.sanitize(value)),\n DEFAULT: Object.freeze({\n device: 0,\n channel: 0,\n }) as Readonly<ChannelAddress>,\n sanitize: (value: ChannelAddress): ChannelAddress => {\n if (value == null) { throw new TypeError('Expected ChannelAddress object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected ChannelAddress object but got ${typeof value}.`) }\n return {\n device: sanitizer.sanitizeInt(value.device, 'device'),\n channel: sanitizer.sanitizeInt(value.channel, 'channel'),\n };\n },\n convert: (value: BSON.Document): ChannelAddress => ({\n device: value.device,\n channel: value.channel,\n })\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BSON } from 'bson';
|
|
1
2
|
/**
|
|
2
3
|
* Contains additional data for BinaryCommandFailedException.
|
|
3
4
|
*/
|
|
@@ -12,5 +13,6 @@ export declare const BinaryCommandFailedExceptionData: {
|
|
|
12
13
|
toBinary: (value: BinaryCommandFailedExceptionData) => Uint8Array;
|
|
13
14
|
DEFAULT: Readonly<BinaryCommandFailedExceptionData>;
|
|
14
15
|
sanitize: (value: BinaryCommandFailedExceptionData) => BinaryCommandFailedExceptionData;
|
|
16
|
+
convert: (value: BSON.Document) => BinaryCommandFailedExceptionData;
|
|
15
17
|
};
|
|
16
18
|
//# sourceMappingURL=binary_command_failed_exception_data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"binary_command_failed_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/binary_command_failed_exception_data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"binary_command_failed_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/binary_command_failed_exception_data.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC/C;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;CAEtB;AAED,eAAO,MAAM,gCAAgC;yBACtB,UAAU,KAAG,gCAAgC;sBAChD,gCAAgC,KAAG,UAAU;;sBAI7C,gCAAgC,KAAG,gCAAgC;qBAOpE,KAAK,QAAQ,KAAG,gCAAgC;CAGlE,CAAC"}
|
|
@@ -5,7 +5,7 @@ exports.BinaryCommandFailedExceptionData = void 0;
|
|
|
5
5
|
const bson_1 = require("bson");
|
|
6
6
|
const sanitizer_1 = require("../gateway/sanitizer");
|
|
7
7
|
exports.BinaryCommandFailedExceptionData = {
|
|
8
|
-
fromBinary: (buffer) => bson_1.BSON.deserialize(buffer),
|
|
8
|
+
fromBinary: (buffer) => exports.BinaryCommandFailedExceptionData.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
9
9
|
toBinary: (value) => bson_1.BSON.serialize(exports.BinaryCommandFailedExceptionData.sanitize(value)),
|
|
10
10
|
DEFAULT: Object.freeze({
|
|
11
11
|
responseData: 0,
|
|
@@ -21,5 +21,8 @@ exports.BinaryCommandFailedExceptionData = {
|
|
|
21
21
|
responseData: sanitizer_1.sanitizer.sanitizeInt(value.responseData, 'responseData'),
|
|
22
22
|
};
|
|
23
23
|
},
|
|
24
|
+
convert: (value) => ({
|
|
25
|
+
responseData: value.responseData,
|
|
26
|
+
})
|
|
24
27
|
};
|
|
25
28
|
//# sourceMappingURL=binary_command_failed_exception_data.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"binary_command_failed_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/binary_command_failed_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAapC,QAAA,gCAAgC,GAAG;IAC9C,UAAU,EAAE,CAAC,MAAkB,EAAoC,EAAE,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"binary_command_failed_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/binary_command_failed_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAapC,QAAA,gCAAgC,GAAG;IAC9C,UAAU,EAAE,CAAC,MAAkB,EAAoC,EAAE,CAAC,wCAAgC,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAC/J,QAAQ,EAAE,CAAC,KAAuC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,wCAAgC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACnI,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,CAAC;KAChB,CAA+C;IAChD,QAAQ,EAAE,CAAC,KAAuC,EAAoC,EAAE;QACtF,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,6EAA6E,CAAC,CAAA;QAAC,CAAC;QACzH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,4DAA4D,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QACnI,OAAO;YACL,YAAY,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,CAAC;SACxE,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,CAAC,KAAoB,EAAoC,EAAE,CAAC,CAAC;QACpE,YAAY,EAAE,KAAK,CAAC,YAAY;KACjC,CAAC;CACH,CAAC","sourcesContent":["/* This file is generated. Do not modify by hand. */\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\n/**\n * Contains additional data for BinaryCommandFailedException.\n */\nexport interface BinaryCommandFailedExceptionData {\n /**\n * The response data.\n */\n responseData: number;\n\n}\n\nexport const BinaryCommandFailedExceptionData = {\n fromBinary: (buffer: Uint8Array): BinaryCommandFailedExceptionData => BinaryCommandFailedExceptionData.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n toBinary: (value: BinaryCommandFailedExceptionData): Uint8Array => BSON.serialize(BinaryCommandFailedExceptionData.sanitize(value)),\n DEFAULT: Object.freeze({\n responseData: 0,\n }) as Readonly<BinaryCommandFailedExceptionData>,\n sanitize: (value: BinaryCommandFailedExceptionData): BinaryCommandFailedExceptionData => {\n if (value == null) { throw new TypeError('Expected BinaryCommandFailedExceptionData object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected BinaryCommandFailedExceptionData object but got ${typeof value}.`) }\n return {\n responseData: sanitizer.sanitizeInt(value.responseData, 'responseData'),\n };\n },\n convert: (value: BSON.Document): BinaryCommandFailedExceptionData => ({\n responseData: value.responseData,\n })\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BSON } from 'bson';
|
|
1
2
|
/**
|
|
2
3
|
* Contains additional data for CommandFailedException.
|
|
3
4
|
*/
|
|
@@ -40,5 +41,6 @@ export declare const CommandFailedExceptionData: {
|
|
|
40
41
|
toBinary: (value: CommandFailedExceptionData) => Uint8Array;
|
|
41
42
|
DEFAULT: Readonly<CommandFailedExceptionData>;
|
|
42
43
|
sanitize: (value: CommandFailedExceptionData) => CommandFailedExceptionData;
|
|
44
|
+
convert: (value: BSON.Document) => CommandFailedExceptionData;
|
|
43
45
|
};
|
|
44
46
|
//# sourceMappingURL=command_failed_exception_data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_failed_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/command_failed_exception_data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"command_failed_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/command_failed_exception_data.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CAEZ;AAED,eAAO,MAAM,0BAA0B;yBAChB,UAAU,KAAG,0BAA0B;sBAC1C,0BAA0B,KAAG,UAAU;;sBAWvC,0BAA0B,KAAG,0BAA0B;qBAcxD,KAAK,QAAQ,KAAG,0BAA0B;CAU5D,CAAC"}
|
|
@@ -5,7 +5,7 @@ exports.CommandFailedExceptionData = void 0;
|
|
|
5
5
|
const bson_1 = require("bson");
|
|
6
6
|
const sanitizer_1 = require("../gateway/sanitizer");
|
|
7
7
|
exports.CommandFailedExceptionData = {
|
|
8
|
-
fromBinary: (buffer) => bson_1.BSON.deserialize(buffer),
|
|
8
|
+
fromBinary: (buffer) => exports.CommandFailedExceptionData.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
9
9
|
toBinary: (value) => bson_1.BSON.serialize(exports.CommandFailedExceptionData.sanitize(value)),
|
|
10
10
|
DEFAULT: Object.freeze({
|
|
11
11
|
command: '',
|
|
@@ -35,5 +35,15 @@ exports.CommandFailedExceptionData = {
|
|
|
35
35
|
id: sanitizer_1.sanitizer.sanitizeInt(value.id, 'id'),
|
|
36
36
|
};
|
|
37
37
|
},
|
|
38
|
+
convert: (value) => ({
|
|
39
|
+
command: value.command,
|
|
40
|
+
responseData: value.responseData,
|
|
41
|
+
replyFlag: value.replyFlag,
|
|
42
|
+
status: value.status,
|
|
43
|
+
warningFlag: value.warningFlag,
|
|
44
|
+
deviceAddress: value.deviceAddress,
|
|
45
|
+
axisNumber: value.axisNumber,
|
|
46
|
+
id: value.id,
|
|
47
|
+
})
|
|
38
48
|
};
|
|
39
49
|
//# sourceMappingURL=command_failed_exception_data.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_failed_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/command_failed_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAgDpC,QAAA,0BAA0B,GAAG;IACxC,UAAU,EAAE,CAAC,MAAkB,EAA8B,EAAE,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"command_failed_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/command_failed_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAgDpC,QAAA,0BAA0B,GAAG;IACxC,UAAU,EAAE,CAAC,MAAkB,EAA8B,EAAE,CAAC,kCAA0B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IACnJ,QAAQ,EAAE,CAAC,KAAiC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,kCAA0B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACvH,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,EAAE;QACX,YAAY,EAAE,EAAE;QAChB,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,EAAE;QACV,WAAW,EAAE,EAAE;QACf,aAAa,EAAE,CAAC;QAChB,UAAU,EAAE,CAAC;QACb,EAAE,EAAE,CAAC;KACN,CAAyC;IAC1C,QAAQ,EAAE,CAAC,KAAiC,EAA8B,EAAE;QAC1E,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,uEAAuE,CAAC,CAAA;QAAC,CAAC;QACnH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,sDAAsD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAC7H,OAAO;YACL,OAAO,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC;YAC3D,YAAY,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,CAAC;YAC1E,SAAS,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,CAAC;YACjE,MAAM,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC;YACxD,WAAW,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,WAAW,EAAE,aAAa,CAAC;YACvE,aAAa,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,aAAa,EAAE,eAAe,CAAC;YAC1E,UAAU,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,UAAU,EAAE,YAAY,CAAC;YACjE,EAAE,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,EAAE,EAAE,IAAI,CAAC;SAC1C,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,CAAC,KAAoB,EAA8B,EAAE,CAAC,CAAC;QAC9D,OAAO,EAAE,KAAK,CAAC,OAAO;QACtB,YAAY,EAAE,KAAK,CAAC,YAAY;QAChC,SAAS,EAAE,KAAK,CAAC,SAAS;QAC1B,MAAM,EAAE,KAAK,CAAC,MAAM;QACpB,WAAW,EAAE,KAAK,CAAC,WAAW;QAC9B,aAAa,EAAE,KAAK,CAAC,aAAa;QAClC,UAAU,EAAE,KAAK,CAAC,UAAU;QAC5B,EAAE,EAAE,KAAK,CAAC,EAAE;KACb,CAAC;CACH,CAAC","sourcesContent":["/* This file is generated. Do not modify by hand. */\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\n/**\n * Contains additional data for CommandFailedException.\n */\nexport interface CommandFailedExceptionData {\n /**\n * The command that got rejected.\n */\n command: string;\n\n /**\n * The data from the reply containing the rejection reason.\n */\n responseData: string;\n\n /**\n * The flag indicating that the command was rejected.\n */\n replyFlag: string;\n\n /**\n * The current device or axis status.\n */\n status: string;\n\n /**\n * The highest priority warning flag on the device or axis.\n */\n warningFlag: string;\n\n /**\n * The address of the device that rejected the command.\n */\n deviceAddress: number;\n\n /**\n * The number of the axis which the rejection relates to.\n */\n axisNumber: number;\n\n /**\n * The message ID of the reply.\n */\n id: number;\n\n}\n\nexport const CommandFailedExceptionData = {\n fromBinary: (buffer: Uint8Array): CommandFailedExceptionData => CommandFailedExceptionData.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n toBinary: (value: CommandFailedExceptionData): Uint8Array => BSON.serialize(CommandFailedExceptionData.sanitize(value)),\n DEFAULT: Object.freeze({\n command: '',\n responseData: '',\n replyFlag: '',\n status: '',\n warningFlag: '',\n deviceAddress: 0,\n axisNumber: 0,\n id: 0,\n }) as Readonly<CommandFailedExceptionData>,\n sanitize: (value: CommandFailedExceptionData): CommandFailedExceptionData => {\n if (value == null) { throw new TypeError('Expected CommandFailedExceptionData object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected CommandFailedExceptionData object but got ${typeof value}.`) }\n return {\n command: sanitizer.sanitizeString(value.command, 'command'),\n responseData: sanitizer.sanitizeString(value.responseData, 'responseData'),\n replyFlag: sanitizer.sanitizeString(value.replyFlag, 'replyFlag'),\n status: sanitizer.sanitizeString(value.status, 'status'),\n warningFlag: sanitizer.sanitizeString(value.warningFlag, 'warningFlag'),\n deviceAddress: sanitizer.sanitizeInt(value.deviceAddress, 'deviceAddress'),\n axisNumber: sanitizer.sanitizeInt(value.axisNumber, 'axisNumber'),\n id: sanitizer.sanitizeInt(value.id, 'id'),\n };\n },\n convert: (value: BSON.Document): CommandFailedExceptionData => ({\n command: value.command,\n responseData: value.responseData,\n replyFlag: value.replyFlag,\n status: value.status,\n warningFlag: value.warningFlag,\n deviceAddress: value.deviceAddress,\n axisNumber: value.axisNumber,\n id: value.id,\n })\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BSON } from 'bson';
|
|
1
2
|
/**
|
|
2
3
|
* Information describing why the command could not fit.
|
|
3
4
|
*/
|
|
@@ -24,5 +25,6 @@ export declare const CommandTooLongExceptionData: {
|
|
|
24
25
|
toBinary: (value: CommandTooLongExceptionData) => Uint8Array;
|
|
25
26
|
DEFAULT: Readonly<CommandTooLongExceptionData>;
|
|
26
27
|
sanitize: (value: CommandTooLongExceptionData) => CommandTooLongExceptionData;
|
|
28
|
+
convert: (value: BSON.Document) => CommandTooLongExceptionData;
|
|
27
29
|
};
|
|
28
30
|
//# sourceMappingURL=command_too_long_exception_data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_too_long_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/command_too_long_exception_data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"command_too_long_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/command_too_long_exception_data.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CAEpB;AAED,eAAO,MAAM,2BAA2B;yBACjB,UAAU,KAAG,2BAA2B;sBAC3C,2BAA2B,KAAG,UAAU;;sBAOxC,2BAA2B,KAAG,2BAA2B;qBAU1D,KAAK,QAAQ,KAAG,2BAA2B;CAM7D,CAAC"}
|
|
@@ -5,7 +5,7 @@ exports.CommandTooLongExceptionData = void 0;
|
|
|
5
5
|
const bson_1 = require("bson");
|
|
6
6
|
const sanitizer_1 = require("../gateway/sanitizer");
|
|
7
7
|
exports.CommandTooLongExceptionData = {
|
|
8
|
-
fromBinary: (buffer) => bson_1.BSON.deserialize(buffer),
|
|
8
|
+
fromBinary: (buffer) => exports.CommandTooLongExceptionData.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
9
9
|
toBinary: (value) => bson_1.BSON.serialize(exports.CommandTooLongExceptionData.sanitize(value)),
|
|
10
10
|
DEFAULT: Object.freeze({
|
|
11
11
|
fit: '',
|
|
@@ -27,5 +27,11 @@ exports.CommandTooLongExceptionData = {
|
|
|
27
27
|
packetsMax: sanitizer_1.sanitizer.sanitizeInt(value.packetsMax, 'packetsMax'),
|
|
28
28
|
};
|
|
29
29
|
},
|
|
30
|
+
convert: (value) => ({
|
|
31
|
+
fit: value.fit,
|
|
32
|
+
remainder: value.remainder,
|
|
33
|
+
packetSize: value.packetSize,
|
|
34
|
+
packetsMax: value.packetsMax,
|
|
35
|
+
})
|
|
30
36
|
};
|
|
31
37
|
//# sourceMappingURL=command_too_long_exception_data.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_too_long_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/command_too_long_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AA4BpC,QAAA,2BAA2B,GAAG;IACzC,UAAU,EAAE,CAAC,MAAkB,EAA+B,EAAE,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"command_too_long_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/command_too_long_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AA4BpC,QAAA,2BAA2B,GAAG;IACzC,UAAU,EAAE,CAAC,MAAkB,EAA+B,EAAE,CAAC,mCAA2B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IACrJ,QAAQ,EAAE,CAAC,KAAkC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,mCAA2B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACzH,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,GAAG,EAAE,EAAE;QACP,SAAS,EAAE,EAAE;QACb,UAAU,EAAE,CAAC;QACb,UAAU,EAAE,CAAC;KACd,CAA0C;IAC3C,QAAQ,EAAE,CAAC,KAAkC,EAA+B,EAAE;QAC5E,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,wEAAwE,CAAC,CAAA;QAAC,CAAC;QACpH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,uDAAuD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAC9H,OAAO;YACL,GAAG,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC;YAC/C,SAAS,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,CAAC;YACjE,UAAU,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,UAAU,EAAE,YAAY,CAAC;YACjE,UAAU,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,UAAU,EAAE,YAAY,CAAC;SAClE,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,CAAC,KAAoB,EAA+B,EAAE,CAAC,CAAC;QAC/D,GAAG,EAAE,KAAK,CAAC,GAAG;QACd,SAAS,EAAE,KAAK,CAAC,SAAS;QAC1B,UAAU,EAAE,KAAK,CAAC,UAAU;QAC5B,UAAU,EAAE,KAAK,CAAC,UAAU;KAC7B,CAAC;CACH,CAAC","sourcesContent":["/* This file is generated. Do not modify by hand. */\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\n/**\n * Information describing why the command could not fit.\n */\nexport interface CommandTooLongExceptionData {\n /**\n * The part of the command that could be successfully fit in the space provided by the protocol.\n */\n fit: string;\n\n /**\n * The part of the command that could not fit within the space provided.\n */\n remainder: string;\n\n /**\n * The length of the ascii string that can be written to a single line.\n */\n packetSize: number;\n\n /**\n * The number of lines a command can be split over using continuations.\n */\n packetsMax: number;\n\n}\n\nexport const CommandTooLongExceptionData = {\n fromBinary: (buffer: Uint8Array): CommandTooLongExceptionData => CommandTooLongExceptionData.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n toBinary: (value: CommandTooLongExceptionData): Uint8Array => BSON.serialize(CommandTooLongExceptionData.sanitize(value)),\n DEFAULT: Object.freeze({\n fit: '',\n remainder: '',\n packetSize: 0,\n packetsMax: 0,\n }) as Readonly<CommandTooLongExceptionData>,\n sanitize: (value: CommandTooLongExceptionData): CommandTooLongExceptionData => {\n if (value == null) { throw new TypeError('Expected CommandTooLongExceptionData object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected CommandTooLongExceptionData object but got ${typeof value}.`) }\n return {\n fit: sanitizer.sanitizeString(value.fit, 'fit'),\n remainder: sanitizer.sanitizeString(value.remainder, 'remainder'),\n packetSize: sanitizer.sanitizeInt(value.packetSize, 'packetSize'),\n packetsMax: sanitizer.sanitizeInt(value.packetsMax, 'packetsMax'),\n };\n },\n convert: (value: BSON.Document): CommandTooLongExceptionData => ({\n fit: value.fit,\n remainder: value.remainder,\n packetSize: value.packetSize,\n packetsMax: value.packetsMax,\n })\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BSON } from 'bson';
|
|
1
2
|
/**
|
|
2
3
|
* Contains additional data for DeviceAddressConflictException.
|
|
3
4
|
*/
|
|
@@ -12,5 +13,6 @@ export declare const DeviceAddressConflictExceptionData: {
|
|
|
12
13
|
toBinary: (value: DeviceAddressConflictExceptionData) => Uint8Array;
|
|
13
14
|
DEFAULT: Readonly<DeviceAddressConflictExceptionData>;
|
|
14
15
|
sanitize: (value: DeviceAddressConflictExceptionData) => DeviceAddressConflictExceptionData;
|
|
16
|
+
convert: (value: BSON.Document) => DeviceAddressConflictExceptionData;
|
|
15
17
|
};
|
|
16
18
|
//# sourceMappingURL=device_address_conflict_exception_data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device_address_conflict_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/device_address_conflict_exception_data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"device_address_conflict_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/device_address_conflict_exception_data.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B;;GAEG;AACH,MAAM,WAAW,kCAAkC;IACjD;;OAEG;IACH,eAAe,EAAE,MAAM,EAAE,CAAC;CAE3B;AAED,eAAO,MAAM,kCAAkC;yBACxB,UAAU,KAAG,kCAAkC;sBAClD,kCAAkC,KAAG,UAAU;;sBAI/C,kCAAkC,KAAG,kCAAkC;qBAOxE,KAAK,QAAQ,KAAG,kCAAkC;CAGpE,CAAC"}
|
|
@@ -5,13 +5,12 @@ exports.DeviceAddressConflictExceptionData = void 0;
|
|
|
5
5
|
const bson_1 = require("bson");
|
|
6
6
|
const sanitizer_1 = require("../gateway/sanitizer");
|
|
7
7
|
exports.DeviceAddressConflictExceptionData = {
|
|
8
|
-
fromBinary: (buffer) => bson_1.BSON.deserialize(buffer),
|
|
8
|
+
fromBinary: (buffer) => exports.DeviceAddressConflictExceptionData.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
9
9
|
toBinary: (value) => bson_1.BSON.serialize(exports.DeviceAddressConflictExceptionData.sanitize(value)),
|
|
10
10
|
DEFAULT: Object.freeze({
|
|
11
11
|
deviceAddresses: [],
|
|
12
12
|
}),
|
|
13
13
|
sanitize: (value) => {
|
|
14
|
-
var _a;
|
|
15
14
|
if (value == null) {
|
|
16
15
|
throw new TypeError('Expected DeviceAddressConflictExceptionData object but got null or undefined.');
|
|
17
16
|
}
|
|
@@ -19,8 +18,11 @@ exports.DeviceAddressConflictExceptionData = {
|
|
|
19
18
|
throw new TypeError(`Expected DeviceAddressConflictExceptionData object but got ${typeof value}.`);
|
|
20
19
|
}
|
|
21
20
|
return {
|
|
22
|
-
deviceAddresses: Array.from(
|
|
21
|
+
deviceAddresses: Array.from(value.deviceAddresses ?? [], item => sanitizer_1.sanitizer.sanitizeInt(item, 'items of deviceAddresses')),
|
|
23
22
|
};
|
|
24
23
|
},
|
|
24
|
+
convert: (value) => ({
|
|
25
|
+
deviceAddresses: value.deviceAddresses,
|
|
26
|
+
})
|
|
25
27
|
};
|
|
26
28
|
//# sourceMappingURL=device_address_conflict_exception_data.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device_address_conflict_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/device_address_conflict_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAapC,QAAA,kCAAkC,GAAG;IAChD,UAAU,EAAE,CAAC,MAAkB,EAAsC,EAAE,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"device_address_conflict_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/device_address_conflict_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAapC,QAAA,kCAAkC,GAAG;IAChD,UAAU,EAAE,CAAC,MAAkB,EAAsC,EAAE,CAAC,0CAAkC,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IACnK,QAAQ,EAAE,CAAC,KAAyC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,0CAAkC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACvI,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,eAAe,EAAE,EAAE;KACpB,CAAiD;IAClD,QAAQ,EAAE,CAAC,KAAyC,EAAsC,EAAE;QAC1F,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,+EAA+E,CAAC,CAAA;QAAC,CAAC;QAC3H,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,8DAA8D,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QACrI,OAAO;YACL,eAAe,EAAE,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,eAAe,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,qBAAS,CAAC,WAAW,CAAC,IAAI,EAAE,0BAA0B,CAAC,CAAC;SAC1H,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,CAAC,KAAoB,EAAsC,EAAE,CAAC,CAAC;QACtE,eAAe,EAAE,KAAK,CAAC,eAAe;KACvC,CAAC;CACH,CAAC","sourcesContent":["/* This file is generated. Do not modify by hand. */\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\n/**\n * Contains additional data for DeviceAddressConflictException.\n */\nexport interface DeviceAddressConflictExceptionData {\n /**\n * The full list of detected device addresses.\n */\n deviceAddresses: number[];\n\n}\n\nexport const DeviceAddressConflictExceptionData = {\n fromBinary: (buffer: Uint8Array): DeviceAddressConflictExceptionData => DeviceAddressConflictExceptionData.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n toBinary: (value: DeviceAddressConflictExceptionData): Uint8Array => BSON.serialize(DeviceAddressConflictExceptionData.sanitize(value)),\n DEFAULT: Object.freeze({\n deviceAddresses: [],\n }) as Readonly<DeviceAddressConflictExceptionData>,\n sanitize: (value: DeviceAddressConflictExceptionData): DeviceAddressConflictExceptionData => {\n if (value == null) { throw new TypeError('Expected DeviceAddressConflictExceptionData object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected DeviceAddressConflictExceptionData object but got ${typeof value}.`) }\n return {\n deviceAddresses: Array.from(value.deviceAddresses ?? [], item => sanitizer.sanitizeInt(item, 'items of deviceAddresses')),\n };\n },\n convert: (value: BSON.Document): DeviceAddressConflictExceptionData => ({\n deviceAddresses: value.deviceAddresses,\n })\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BSON } from 'bson';
|
|
1
2
|
/**
|
|
2
3
|
* Contains additional data for a DeviceDbFailedException.
|
|
3
4
|
*/
|
|
@@ -12,5 +13,6 @@ export declare const DeviceDbFailedExceptionData: {
|
|
|
12
13
|
toBinary: (value: DeviceDbFailedExceptionData) => Uint8Array;
|
|
13
14
|
DEFAULT: Readonly<DeviceDbFailedExceptionData>;
|
|
14
15
|
sanitize: (value: DeviceDbFailedExceptionData) => DeviceDbFailedExceptionData;
|
|
16
|
+
convert: (value: BSON.Document) => DeviceDbFailedExceptionData;
|
|
15
17
|
};
|
|
16
18
|
//# sourceMappingURL=device_db_failed_exception_data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device_db_failed_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/device_db_failed_exception_data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"device_db_failed_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/device_db_failed_exception_data.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CAEd;AAED,eAAO,MAAM,2BAA2B;yBACjB,UAAU,KAAG,2BAA2B;sBAC3C,2BAA2B,KAAG,UAAU;;sBAIxC,2BAA2B,KAAG,2BAA2B;qBAO1D,KAAK,QAAQ,KAAG,2BAA2B;CAG7D,CAAC"}
|
|
@@ -5,7 +5,7 @@ exports.DeviceDbFailedExceptionData = void 0;
|
|
|
5
5
|
const bson_1 = require("bson");
|
|
6
6
|
const sanitizer_1 = require("../gateway/sanitizer");
|
|
7
7
|
exports.DeviceDbFailedExceptionData = {
|
|
8
|
-
fromBinary: (buffer) => bson_1.BSON.deserialize(buffer),
|
|
8
|
+
fromBinary: (buffer) => exports.DeviceDbFailedExceptionData.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
9
9
|
toBinary: (value) => bson_1.BSON.serialize(exports.DeviceDbFailedExceptionData.sanitize(value)),
|
|
10
10
|
DEFAULT: Object.freeze({
|
|
11
11
|
code: '',
|
|
@@ -21,5 +21,8 @@ exports.DeviceDbFailedExceptionData = {
|
|
|
21
21
|
code: sanitizer_1.sanitizer.sanitizeString(value.code, 'code'),
|
|
22
22
|
};
|
|
23
23
|
},
|
|
24
|
+
convert: (value) => ({
|
|
25
|
+
code: value.code,
|
|
26
|
+
})
|
|
24
27
|
};
|
|
25
28
|
//# sourceMappingURL=device_db_failed_exception_data.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device_db_failed_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/device_db_failed_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAapC,QAAA,2BAA2B,GAAG;IACzC,UAAU,EAAE,CAAC,MAAkB,EAA+B,EAAE,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"device_db_failed_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/device_db_failed_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAapC,QAAA,2BAA2B,GAAG;IACzC,UAAU,EAAE,CAAC,MAAkB,EAA+B,EAAE,CAAC,mCAA2B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IACrJ,QAAQ,EAAE,CAAC,KAAkC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,mCAA2B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACzH,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,EAAE;KACT,CAA0C;IAC3C,QAAQ,EAAE,CAAC,KAAkC,EAA+B,EAAE;QAC5E,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,wEAAwE,CAAC,CAAA;QAAC,CAAC;QACpH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,uDAAuD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAC9H,OAAO;YACL,IAAI,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,IAAI,EAAE,MAAM,CAAC;SACnD,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,CAAC,KAAoB,EAA+B,EAAE,CAAC,CAAC;QAC/D,IAAI,EAAE,KAAK,CAAC,IAAI;KACjB,CAAC;CACH,CAAC","sourcesContent":["/* This file is generated. Do not modify by hand. */\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\n/**\n * Contains additional data for a DeviceDbFailedException.\n */\nexport interface DeviceDbFailedExceptionData {\n /**\n * Code describing type of the error.\n */\n code: string;\n\n}\n\nexport const DeviceDbFailedExceptionData = {\n fromBinary: (buffer: Uint8Array): DeviceDbFailedExceptionData => DeviceDbFailedExceptionData.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n toBinary: (value: DeviceDbFailedExceptionData): Uint8Array => BSON.serialize(DeviceDbFailedExceptionData.sanitize(value)),\n DEFAULT: Object.freeze({\n code: '',\n }) as Readonly<DeviceDbFailedExceptionData>,\n sanitize: (value: DeviceDbFailedExceptionData): DeviceDbFailedExceptionData => {\n if (value == null) { throw new TypeError('Expected DeviceDbFailedExceptionData object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected DeviceDbFailedExceptionData object but got ${typeof value}.`) }\n return {\n code: sanitizer.sanitizeString(value.code, 'code'),\n };\n },\n convert: (value: BSON.Document): DeviceDbFailedExceptionData => ({\n code: value.code,\n })\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BSON } from 'bson';
|
|
1
2
|
/**
|
|
2
3
|
* Contains additional data for GCodeExecutionException.
|
|
3
4
|
*/
|
|
@@ -17,5 +18,6 @@ export declare const GCodeExecutionExceptionData: {
|
|
|
17
18
|
toBinary: (value: GCodeExecutionExceptionData) => Uint8Array;
|
|
18
19
|
DEFAULT: Readonly<GCodeExecutionExceptionData>;
|
|
19
20
|
sanitize: (value: GCodeExecutionExceptionData) => GCodeExecutionExceptionData;
|
|
21
|
+
convert: (value: BSON.Document) => GCodeExecutionExceptionData;
|
|
20
22
|
};
|
|
21
23
|
//# sourceMappingURL=g_code_execution_exception_data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"g_code_execution_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/g_code_execution_exception_data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"g_code_execution_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/g_code_execution_exception_data.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;CAEjB;AAED,eAAO,MAAM,2BAA2B;yBACjB,UAAU,KAAG,2BAA2B;sBAC3C,2BAA2B,KAAG,UAAU;;sBAKxC,2BAA2B,KAAG,2BAA2B;qBAQ1D,KAAK,QAAQ,KAAG,2BAA2B;CAI7D,CAAC"}
|
|
@@ -5,7 +5,7 @@ exports.GCodeExecutionExceptionData = void 0;
|
|
|
5
5
|
const bson_1 = require("bson");
|
|
6
6
|
const sanitizer_1 = require("../gateway/sanitizer");
|
|
7
7
|
exports.GCodeExecutionExceptionData = {
|
|
8
|
-
fromBinary: (buffer) => bson_1.BSON.deserialize(buffer),
|
|
8
|
+
fromBinary: (buffer) => exports.GCodeExecutionExceptionData.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
9
9
|
toBinary: (value) => bson_1.BSON.serialize(exports.GCodeExecutionExceptionData.sanitize(value)),
|
|
10
10
|
DEFAULT: Object.freeze({
|
|
11
11
|
fromBlock: 0,
|
|
@@ -23,5 +23,9 @@ exports.GCodeExecutionExceptionData = {
|
|
|
23
23
|
toBlock: sanitizer_1.sanitizer.sanitizeInt(value.toBlock, 'toBlock'),
|
|
24
24
|
};
|
|
25
25
|
},
|
|
26
|
+
convert: (value) => ({
|
|
27
|
+
fromBlock: value.fromBlock,
|
|
28
|
+
toBlock: value.toBlock,
|
|
29
|
+
})
|
|
26
30
|
};
|
|
27
31
|
//# sourceMappingURL=g_code_execution_exception_data.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"g_code_execution_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/g_code_execution_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAmBpC,QAAA,2BAA2B,GAAG;IACzC,UAAU,EAAE,CAAC,MAAkB,EAA+B,EAAE,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"g_code_execution_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/g_code_execution_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAmBpC,QAAA,2BAA2B,GAAG;IACzC,UAAU,EAAE,CAAC,MAAkB,EAA+B,EAAE,CAAC,mCAA2B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IACrJ,QAAQ,EAAE,CAAC,KAAkC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,mCAA2B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACzH,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,SAAS,EAAE,CAAC;QACZ,OAAO,EAAE,CAAC;KACX,CAA0C;IAC3C,QAAQ,EAAE,CAAC,KAAkC,EAA+B,EAAE;QAC5E,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,wEAAwE,CAAC,CAAA;QAAC,CAAC;QACpH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,uDAAuD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAC9H,OAAO;YACL,SAAS,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,CAAC;YAC9D,OAAO,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC;SACzD,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,CAAC,KAAoB,EAA+B,EAAE,CAAC,CAAC;QAC/D,SAAS,EAAE,KAAK,CAAC,SAAS;QAC1B,OAAO,EAAE,KAAK,CAAC,OAAO;KACvB,CAAC;CACH,CAAC","sourcesContent":["/* This file is generated. Do not modify by hand. */\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\n/**\n * Contains additional data for GCodeExecutionException.\n */\nexport interface GCodeExecutionExceptionData {\n /**\n * The index in the block string that caused the exception.\n */\n fromBlock: number;\n\n /**\n * The end index in the block string that caused the exception.\n * The end index is exclusive.\n */\n toBlock: number;\n\n}\n\nexport const GCodeExecutionExceptionData = {\n fromBinary: (buffer: Uint8Array): GCodeExecutionExceptionData => GCodeExecutionExceptionData.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n toBinary: (value: GCodeExecutionExceptionData): Uint8Array => BSON.serialize(GCodeExecutionExceptionData.sanitize(value)),\n DEFAULT: Object.freeze({\n fromBlock: 0,\n toBlock: 0,\n }) as Readonly<GCodeExecutionExceptionData>,\n sanitize: (value: GCodeExecutionExceptionData): GCodeExecutionExceptionData => {\n if (value == null) { throw new TypeError('Expected GCodeExecutionExceptionData object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected GCodeExecutionExceptionData object but got ${typeof value}.`) }\n return {\n fromBlock: sanitizer.sanitizeInt(value.fromBlock, 'fromBlock'),\n toBlock: sanitizer.sanitizeInt(value.toBlock, 'toBlock'),\n };\n },\n convert: (value: BSON.Document): GCodeExecutionExceptionData => ({\n fromBlock: value.fromBlock,\n toBlock: value.toBlock,\n })\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BSON } from 'bson';
|
|
1
2
|
/**
|
|
2
3
|
* Contains additional data for GCodeSyntaxException.
|
|
3
4
|
*/
|
|
@@ -17,5 +18,6 @@ export declare const GCodeSyntaxExceptionData: {
|
|
|
17
18
|
toBinary: (value: GCodeSyntaxExceptionData) => Uint8Array;
|
|
18
19
|
DEFAULT: Readonly<GCodeSyntaxExceptionData>;
|
|
19
20
|
sanitize: (value: GCodeSyntaxExceptionData) => GCodeSyntaxExceptionData;
|
|
21
|
+
convert: (value: BSON.Document) => GCodeSyntaxExceptionData;
|
|
20
22
|
};
|
|
21
23
|
//# sourceMappingURL=g_code_syntax_exception_data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"g_code_syntax_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/g_code_syntax_exception_data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"g_code_syntax_exception_data.d.ts","sourceRoot":"","sources":["../../../src/exceptions/g_code_syntax_exception_data.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;CAEjB;AAED,eAAO,MAAM,wBAAwB;yBACd,UAAU,KAAG,wBAAwB;sBACxC,wBAAwB,KAAG,UAAU;;sBAKrC,wBAAwB,KAAG,wBAAwB;qBAQpD,KAAK,QAAQ,KAAG,wBAAwB;CAI1D,CAAC"}
|
|
@@ -5,7 +5,7 @@ exports.GCodeSyntaxExceptionData = void 0;
|
|
|
5
5
|
const bson_1 = require("bson");
|
|
6
6
|
const sanitizer_1 = require("../gateway/sanitizer");
|
|
7
7
|
exports.GCodeSyntaxExceptionData = {
|
|
8
|
-
fromBinary: (buffer) => bson_1.BSON.deserialize(buffer),
|
|
8
|
+
fromBinary: (buffer) => exports.GCodeSyntaxExceptionData.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
9
9
|
toBinary: (value) => bson_1.BSON.serialize(exports.GCodeSyntaxExceptionData.sanitize(value)),
|
|
10
10
|
DEFAULT: Object.freeze({
|
|
11
11
|
fromBlock: 0,
|
|
@@ -23,5 +23,9 @@ exports.GCodeSyntaxExceptionData = {
|
|
|
23
23
|
toBlock: sanitizer_1.sanitizer.sanitizeInt(value.toBlock, 'toBlock'),
|
|
24
24
|
};
|
|
25
25
|
},
|
|
26
|
+
convert: (value) => ({
|
|
27
|
+
fromBlock: value.fromBlock,
|
|
28
|
+
toBlock: value.toBlock,
|
|
29
|
+
})
|
|
26
30
|
};
|
|
27
31
|
//# sourceMappingURL=g_code_syntax_exception_data.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"g_code_syntax_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/g_code_syntax_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAmBpC,QAAA,wBAAwB,GAAG;IACtC,UAAU,EAAE,CAAC,MAAkB,EAA4B,EAAE,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"g_code_syntax_exception_data.js","sourceRoot":"","sources":["../../../src/exceptions/g_code_syntax_exception_data.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,+BAA4B;AAC5B,oDAAiD;AAmBpC,QAAA,wBAAwB,GAAG;IACtC,UAAU,EAAE,CAAC,MAAkB,EAA4B,EAAE,CAAC,gCAAwB,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAC/I,QAAQ,EAAE,CAAC,KAA+B,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,gCAAwB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACnH,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,SAAS,EAAE,CAAC;QACZ,OAAO,EAAE,CAAC;KACX,CAAuC;IACxC,QAAQ,EAAE,CAAC,KAA+B,EAA4B,EAAE;QACtE,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,qEAAqE,CAAC,CAAA;QAAC,CAAC;QACjH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,oDAAoD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAC3H,OAAO;YACL,SAAS,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,CAAC;YAC9D,OAAO,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC;SACzD,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,CAAC,KAAoB,EAA4B,EAAE,CAAC,CAAC;QAC5D,SAAS,EAAE,KAAK,CAAC,SAAS;QAC1B,OAAO,EAAE,KAAK,CAAC,OAAO;KACvB,CAAC;CACH,CAAC","sourcesContent":["/* This file is generated. Do not modify by hand. */\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\n/**\n * Contains additional data for GCodeSyntaxException.\n */\nexport interface GCodeSyntaxExceptionData {\n /**\n * The index in the block string that caused the exception.\n */\n fromBlock: number;\n\n /**\n * The end index in the block string that caused the exception.\n * The end index is exclusive.\n */\n toBlock: number;\n\n}\n\nexport const GCodeSyntaxExceptionData = {\n fromBinary: (buffer: Uint8Array): GCodeSyntaxExceptionData => GCodeSyntaxExceptionData.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n toBinary: (value: GCodeSyntaxExceptionData): Uint8Array => BSON.serialize(GCodeSyntaxExceptionData.sanitize(value)),\n DEFAULT: Object.freeze({\n fromBlock: 0,\n toBlock: 0,\n }) as Readonly<GCodeSyntaxExceptionData>,\n sanitize: (value: GCodeSyntaxExceptionData): GCodeSyntaxExceptionData => {\n if (value == null) { throw new TypeError('Expected GCodeSyntaxExceptionData object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected GCodeSyntaxExceptionData object but got ${typeof value}.`) }\n return {\n fromBlock: sanitizer.sanitizeInt(value.fromBlock, 'fromBlock'),\n toBlock: sanitizer.sanitizeInt(value.toBlock, 'toBlock'),\n };\n },\n convert: (value: BSON.Document): GCodeSyntaxExceptionData => ({\n fromBlock: value.fromBlock,\n toBlock: value.toBlock,\n })\n};\n"]}
|
|
@@ -26,6 +26,7 @@ export * from './g_code_syntax_exception_data';
|
|
|
26
26
|
export * from './incompatible_shared_library_exception';
|
|
27
27
|
export * from './internal_error_exception';
|
|
28
28
|
export * from './invalid_argument_exception';
|
|
29
|
+
export * from './invalid_csv_data_exception';
|
|
29
30
|
export * from './invalid_data_exception';
|
|
30
31
|
export * from './invalid_operation_exception';
|
|
31
32
|
export * from './invalid_packet_exception';
|
|
@@ -59,6 +60,7 @@ export * from './pvt_movement_failed_exception';
|
|
|
59
60
|
export * from './pvt_movement_failed_exception_data';
|
|
60
61
|
export * from './pvt_movement_interrupted_exception';
|
|
61
62
|
export * from './pvt_movement_interrupted_exception_data';
|
|
63
|
+
export * from './pvt_sequence_generation_failed_exception';
|
|
62
64
|
export * from './pvt_setup_failed_exception';
|
|
63
65
|
export * from './remote_mode_exception';
|
|
64
66
|
export * from './request_timeout_exception';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/exceptions/index.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC;AACxD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,yBAAyB,CAAC;AACxC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/exceptions/index.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC;AACxD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,yBAAyB,CAAC;AACxC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC"}
|
|
@@ -43,6 +43,7 @@ __exportStar(require("./g_code_syntax_exception_data"), exports);
|
|
|
43
43
|
__exportStar(require("./incompatible_shared_library_exception"), exports);
|
|
44
44
|
__exportStar(require("./internal_error_exception"), exports);
|
|
45
45
|
__exportStar(require("./invalid_argument_exception"), exports);
|
|
46
|
+
__exportStar(require("./invalid_csv_data_exception"), exports);
|
|
46
47
|
__exportStar(require("./invalid_data_exception"), exports);
|
|
47
48
|
__exportStar(require("./invalid_operation_exception"), exports);
|
|
48
49
|
__exportStar(require("./invalid_packet_exception"), exports);
|
|
@@ -76,6 +77,7 @@ __exportStar(require("./pvt_movement_failed_exception"), exports);
|
|
|
76
77
|
__exportStar(require("./pvt_movement_failed_exception_data"), exports);
|
|
77
78
|
__exportStar(require("./pvt_movement_interrupted_exception"), exports);
|
|
78
79
|
__exportStar(require("./pvt_movement_interrupted_exception_data"), exports);
|
|
80
|
+
__exportStar(require("./pvt_sequence_generation_failed_exception"), exports);
|
|
79
81
|
__exportStar(require("./pvt_setup_failed_exception"), exports);
|
|
80
82
|
__exportStar(require("./remote_mode_exception"), exports);
|
|
81
83
|
__exportStar(require("./request_timeout_exception"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/exceptions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAoD;AACpD,0DAAwC;AACxC,uDAAqC;AACrC,oEAAkD;AAClD,yEAAuD;AACvD,6DAA2C;AAC3C,kEAAgD;AAChD,gEAA8C;AAC9C,+DAA6C;AAC7C,oEAAkD;AAClD,gEAA8C;AAC9C,gEAA8C;AAC9C,gEAA8C;AAC9C,sEAAoD;AACpD,2EAAyD;AACzD,0DAAwC;AACxC,+DAA6C;AAC7C,oEAAkD;AAClD,sEAAoD;AACpD,4DAA0C;AAC1C,oEAAkD;AAClD,8DAA4C;AAC5C,+DAA6C;AAC7C,oEAAkD;AAClD,4DAA0C;AAC1C,iEAA+C;AAC/C,0EAAwD;AACxD,6DAA2C;AAC3C,+DAA6C;AAC7C,2DAAyC;AACzC,gEAA8C;AAC9C,6DAA2C;AAC3C,kEAAgD;AAChD,iEAA+C;AAC/C,sDAAoC;AACpC,mEAAiD;AACjD,+DAA6C;AAC7C,oEAAkD;AAClD,sEAAoD;AACpD,wDAAsC;AACtC,+DAA6C;AAC7C,mEAAiD;AACjD,yDAAuC;AACvC,8DAA4C;AAC5C,mEAAiD;AACjD,mEAAiD;AACjD,wEAAsD;AACtD,8DAA4C;AAC5C,+DAA6C;AAC7C,4DAA0C;AAC1C,+DAA6C;AAC7C,oEAAkD;AAClD,wDAAsC;AACtC,iEAA+C;AAC/C,gEAA8C;AAC9C,4DAA0C;AAC1C,iEAA+C;AAC/C,uDAAqC;AACrC,kEAAgD;AAChD,uEAAqD;AACrD,uEAAqD;AACrD,4EAA0D;AAC1D,+DAA6C;AAC7C,0DAAwC;AACxC,8DAA4C;AAC5C,+DAA6C;AAC7C,oEAAkD;AAClD,sEAAoD;AACpD,wEAAsD;AACtD,0EAAwD;AACxD,gEAA8C;AAC9C,mEAAiD;AACjD,+DAA6C;AAC7C,oEAAkD;AAClD,0DAAwC;AACxC,qEAAmD;AACnD,0EAAwD;AACxD,0EAAwD;AACxD,+EAA6D;AAC7D,kEAAgD;AAChD,sDAAoC;AACpC,qEAAmD;AACnD,8DAA4C","sourcesContent":["/* This file is generated. Do not modify by hand. */\nexport * from './bad_command_exception';\nexport * from './bad_data_exception';\nexport * from './binary_command_failed_exception';\nexport * from './binary_command_failed_exception_data';\nexport * from './command_failed_exception';\nexport * from './command_failed_exception_data';\nexport * from './command_preempted_exception';\nexport * from './command_too_long_exception';\nexport * from './command_too_long_exception_data';\nexport * from './connection_closed_exception';\nexport * from './connection_failed_exception';\nexport * from './conversion_failed_exception';\nexport * from './device_address_conflict_exception';\nexport * from './device_address_conflict_exception_data';\nexport * from './device_busy_exception';\nexport * from './device_db_failed_exception';\nexport * from './device_db_failed_exception_data';\nexport * from './device_detection_failed_exception';\nexport * from './device_failed_exception';\nexport * from './device_not_identified_exception';\nexport * from './driver_disabled_exception';\nexport * from './g_code_execution_exception';\nexport * from './g_code_execution_exception_data';\nexport * from './g_code_syntax_exception';\nexport * from './g_code_syntax_exception_data';\nexport * from './incompatible_shared_library_exception';\nexport * from './internal_error_exception';\nexport * from './invalid_argument_exception';\nexport * from './invalid_data_exception';\nexport * from './invalid_operation_exception';\nexport * from './invalid_packet_exception';\nexport * from './invalid_packet_exception_data';\nexport * from './invalid_park_state_exception';\nexport * from './invalid_pvt_point';\nexport * from './invalid_request_data_exception';\nexport * from './invalid_response_exception';\nexport * from './invalid_response_exception_data';\nexport * from './io_channel_out_of_range_exception';\nexport * from './io_failed_exception';\nexport * from './lockstep_enabled_exception';\nexport * from './lockstep_not_enabled_exception';\nexport * from './motion_lib_exception';\nexport * from './movement_failed_exception';\nexport * from './movement_failed_exception_data';\nexport * from './movement_interrupted_exception';\nexport * from './movement_interrupted_exception_data';\nexport * from './no_device_found_exception';\nexport * from './no_value_for_key_exception';\nexport * from './not_supported_exception';\nexport * from './operation_failed_exception';\nexport * from './operation_failed_exception_data';\nexport * from './os_failed_exception';\nexport * from './out_of_request_ids_exception';\nexport * from './pvt_discontinuity_exception';\nexport * from './pvt_execution_exception';\nexport * from './pvt_execution_exception_data';\nexport * from './pvt_mode_exception';\nexport * from './pvt_movement_failed_exception';\nexport * from './pvt_movement_failed_exception_data';\nexport * from './pvt_movement_interrupted_exception';\nexport * from './pvt_movement_interrupted_exception_data';\nexport * from './pvt_setup_failed_exception';\nexport * from './remote_mode_exception';\nexport * from './request_timeout_exception';\nexport * from './serial_port_busy_exception';\nexport * from './set_device_state_exception_data';\nexport * from './set_device_state_failed_exception';\nexport * from './set_peripheral_state_exception_data';\nexport * from './set_peripheral_state_failed_exception';\nexport * from './setting_not_found_exception';\nexport * from './stream_discontinuity_exception';\nexport * from './stream_execution_exception';\nexport * from './stream_execution_exception_data';\nexport * from './stream_mode_exception';\nexport * from './stream_movement_failed_exception';\nexport * from './stream_movement_failed_exception_data';\nexport * from './stream_movement_interrupted_exception';\nexport * from './stream_movement_interrupted_exception_data';\nexport * from './stream_setup_failed_exception';\nexport * from './timeout_exception';\nexport * from './transport_already_used_exception';\nexport * from './unknown_request_exception';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/exceptions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAoD;AACpD,0DAAwC;AACxC,uDAAqC;AACrC,oEAAkD;AAClD,yEAAuD;AACvD,6DAA2C;AAC3C,kEAAgD;AAChD,gEAA8C;AAC9C,+DAA6C;AAC7C,oEAAkD;AAClD,gEAA8C;AAC9C,gEAA8C;AAC9C,gEAA8C;AAC9C,sEAAoD;AACpD,2EAAyD;AACzD,0DAAwC;AACxC,+DAA6C;AAC7C,oEAAkD;AAClD,sEAAoD;AACpD,4DAA0C;AAC1C,oEAAkD;AAClD,8DAA4C;AAC5C,+DAA6C;AAC7C,oEAAkD;AAClD,4DAA0C;AAC1C,iEAA+C;AAC/C,0EAAwD;AACxD,6DAA2C;AAC3C,+DAA6C;AAC7C,+DAA6C;AAC7C,2DAAyC;AACzC,gEAA8C;AAC9C,6DAA2C;AAC3C,kEAAgD;AAChD,iEAA+C;AAC/C,sDAAoC;AACpC,mEAAiD;AACjD,+DAA6C;AAC7C,oEAAkD;AAClD,sEAAoD;AACpD,wDAAsC;AACtC,+DAA6C;AAC7C,mEAAiD;AACjD,yDAAuC;AACvC,8DAA4C;AAC5C,mEAAiD;AACjD,mEAAiD;AACjD,wEAAsD;AACtD,8DAA4C;AAC5C,+DAA6C;AAC7C,4DAA0C;AAC1C,+DAA6C;AAC7C,oEAAkD;AAClD,wDAAsC;AACtC,iEAA+C;AAC/C,gEAA8C;AAC9C,4DAA0C;AAC1C,iEAA+C;AAC/C,uDAAqC;AACrC,kEAAgD;AAChD,uEAAqD;AACrD,uEAAqD;AACrD,4EAA0D;AAC1D,6EAA2D;AAC3D,+DAA6C;AAC7C,0DAAwC;AACxC,8DAA4C;AAC5C,+DAA6C;AAC7C,oEAAkD;AAClD,sEAAoD;AACpD,wEAAsD;AACtD,0EAAwD;AACxD,gEAA8C;AAC9C,mEAAiD;AACjD,+DAA6C;AAC7C,oEAAkD;AAClD,0DAAwC;AACxC,qEAAmD;AACnD,0EAAwD;AACxD,0EAAwD;AACxD,+EAA6D;AAC7D,kEAAgD;AAChD,sDAAoC;AACpC,qEAAmD;AACnD,8DAA4C","sourcesContent":["/* This file is generated. Do not modify by hand. */\nexport * from './bad_command_exception';\nexport * from './bad_data_exception';\nexport * from './binary_command_failed_exception';\nexport * from './binary_command_failed_exception_data';\nexport * from './command_failed_exception';\nexport * from './command_failed_exception_data';\nexport * from './command_preempted_exception';\nexport * from './command_too_long_exception';\nexport * from './command_too_long_exception_data';\nexport * from './connection_closed_exception';\nexport * from './connection_failed_exception';\nexport * from './conversion_failed_exception';\nexport * from './device_address_conflict_exception';\nexport * from './device_address_conflict_exception_data';\nexport * from './device_busy_exception';\nexport * from './device_db_failed_exception';\nexport * from './device_db_failed_exception_data';\nexport * from './device_detection_failed_exception';\nexport * from './device_failed_exception';\nexport * from './device_not_identified_exception';\nexport * from './driver_disabled_exception';\nexport * from './g_code_execution_exception';\nexport * from './g_code_execution_exception_data';\nexport * from './g_code_syntax_exception';\nexport * from './g_code_syntax_exception_data';\nexport * from './incompatible_shared_library_exception';\nexport * from './internal_error_exception';\nexport * from './invalid_argument_exception';\nexport * from './invalid_csv_data_exception';\nexport * from './invalid_data_exception';\nexport * from './invalid_operation_exception';\nexport * from './invalid_packet_exception';\nexport * from './invalid_packet_exception_data';\nexport * from './invalid_park_state_exception';\nexport * from './invalid_pvt_point';\nexport * from './invalid_request_data_exception';\nexport * from './invalid_response_exception';\nexport * from './invalid_response_exception_data';\nexport * from './io_channel_out_of_range_exception';\nexport * from './io_failed_exception';\nexport * from './lockstep_enabled_exception';\nexport * from './lockstep_not_enabled_exception';\nexport * from './motion_lib_exception';\nexport * from './movement_failed_exception';\nexport * from './movement_failed_exception_data';\nexport * from './movement_interrupted_exception';\nexport * from './movement_interrupted_exception_data';\nexport * from './no_device_found_exception';\nexport * from './no_value_for_key_exception';\nexport * from './not_supported_exception';\nexport * from './operation_failed_exception';\nexport * from './operation_failed_exception_data';\nexport * from './os_failed_exception';\nexport * from './out_of_request_ids_exception';\nexport * from './pvt_discontinuity_exception';\nexport * from './pvt_execution_exception';\nexport * from './pvt_execution_exception_data';\nexport * from './pvt_mode_exception';\nexport * from './pvt_movement_failed_exception';\nexport * from './pvt_movement_failed_exception_data';\nexport * from './pvt_movement_interrupted_exception';\nexport * from './pvt_movement_interrupted_exception_data';\nexport * from './pvt_sequence_generation_failed_exception';\nexport * from './pvt_setup_failed_exception';\nexport * from './remote_mode_exception';\nexport * from './request_timeout_exception';\nexport * from './serial_port_busy_exception';\nexport * from './set_device_state_exception_data';\nexport * from './set_device_state_failed_exception';\nexport * from './set_peripheral_state_exception_data';\nexport * from './set_peripheral_state_failed_exception';\nexport * from './setting_not_found_exception';\nexport * from './stream_discontinuity_exception';\nexport * from './stream_execution_exception';\nexport * from './stream_execution_exception_data';\nexport * from './stream_mode_exception';\nexport * from './stream_movement_failed_exception';\nexport * from './stream_movement_failed_exception_data';\nexport * from './stream_movement_interrupted_exception';\nexport * from './stream_movement_interrupted_exception_data';\nexport * from './stream_setup_failed_exception';\nexport * from './timeout_exception';\nexport * from './transport_already_used_exception';\nexport * from './unknown_request_exception';\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { MotionLibException } from './motion_lib_exception';
|
|
2
|
+
/**
|
|
3
|
+
* Thrown when CSV file cannot be parsed as expected.
|
|
4
|
+
*/
|
|
5
|
+
export declare class InvalidCsvDataException extends MotionLibException {
|
|
6
|
+
constructor(message: string);
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=invalid_csv_data_exception.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invalid_csv_data_exception.d.ts","sourceRoot":"","sources":["../../../src/exceptions/invalid_csv_data_exception.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE5D;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,kBAAkB;gBAE3D,OAAO,EAAE,MAAM;CAKlB"}
|