@zaber/motion 8.3.0 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (610) hide show
  1. package/LICENSE +329 -142
  2. package/dist/binding/wasm/zaber-motion-core.wasm +0 -0
  3. package/dist/lib/ascii/all_axes.d.ts.map +1 -1
  4. package/dist/lib/ascii/all_axes.js.map +1 -1
  5. package/dist/lib/ascii/axis.d.ts +9 -9
  6. package/dist/lib/ascii/axis.d.ts.map +1 -1
  7. package/dist/lib/ascii/axis.js +6 -6
  8. package/dist/lib/ascii/axis.js.map +1 -1
  9. package/dist/lib/ascii/axis_group.d.ts +1 -1
  10. package/dist/lib/ascii/axis_group.d.ts.map +1 -1
  11. package/dist/lib/ascii/axis_group.js.map +1 -1
  12. package/dist/lib/ascii/axis_settings.d.ts +3 -3
  13. package/dist/lib/ascii/axis_settings.d.ts.map +1 -1
  14. package/dist/lib/ascii/axis_settings.js +2 -2
  15. package/dist/lib/ascii/axis_settings.js.map +1 -1
  16. package/dist/lib/ascii/axis_storage.d.ts +94 -0
  17. package/dist/lib/ascii/axis_storage.d.ts.map +1 -0
  18. package/dist/lib/ascii/{storage.js → axis_storage.js} +2 -185
  19. package/dist/lib/ascii/axis_storage.js.map +1 -0
  20. package/dist/lib/ascii/can_set_state_device_response.js +1 -1
  21. package/dist/lib/ascii/can_set_state_device_response.js.map +1 -1
  22. package/dist/lib/ascii/connection.d.ts +9 -9
  23. package/dist/lib/ascii/connection.d.ts.map +1 -1
  24. package/dist/lib/ascii/connection.js +7 -7
  25. package/dist/lib/ascii/connection.js.map +1 -1
  26. package/dist/lib/ascii/device.d.ts +13 -13
  27. package/dist/lib/ascii/device.d.ts.map +1 -1
  28. package/dist/lib/ascii/device.js +12 -12
  29. package/dist/lib/ascii/device.js.map +1 -1
  30. package/dist/lib/ascii/device_io.d.ts +2 -2
  31. package/dist/lib/ascii/device_io.d.ts.map +1 -1
  32. package/dist/lib/ascii/device_io.js.map +1 -1
  33. package/dist/lib/ascii/device_settings.d.ts +2 -2
  34. package/dist/lib/ascii/device_settings.d.ts.map +1 -1
  35. package/dist/lib/ascii/device_settings.js +2 -2
  36. package/dist/lib/ascii/device_settings.js.map +1 -1
  37. package/dist/lib/ascii/{storage.d.ts → device_storage.d.ts} +1 -93
  38. package/dist/lib/ascii/device_storage.d.ts.map +1 -0
  39. package/dist/lib/ascii/device_storage.js +214 -0
  40. package/dist/lib/ascii/device_storage.js.map +1 -0
  41. package/dist/lib/ascii/get_setting.js +1 -1
  42. package/dist/lib/ascii/get_setting.js.map +1 -1
  43. package/dist/lib/ascii/get_setting_result.js +1 -1
  44. package/dist/lib/ascii/get_setting_result.js.map +1 -1
  45. package/dist/lib/ascii/index.d.ts +14 -3
  46. package/dist/lib/ascii/index.d.ts.map +1 -1
  47. package/dist/lib/ascii/index.js +14 -3
  48. package/dist/lib/ascii/index.js.map +1 -1
  49. package/dist/lib/ascii/lockstep.d.ts +1 -1
  50. package/dist/lib/ascii/lockstep.d.ts.map +1 -1
  51. package/dist/lib/ascii/lockstep.js +1 -1
  52. package/dist/lib/ascii/lockstep.js.map +1 -1
  53. package/dist/lib/ascii/measurement_sequence.js +1 -1
  54. package/dist/lib/ascii/measurement_sequence.js.map +1 -1
  55. package/dist/lib/ascii/mock_device.js +1 -1
  56. package/dist/lib/ascii/mock_device.js.map +1 -1
  57. package/dist/lib/ascii/oscilloscope.d.ts +1 -1
  58. package/dist/lib/ascii/oscilloscope.d.ts.map +1 -1
  59. package/dist/lib/ascii/oscilloscope.js +2 -2
  60. package/dist/lib/ascii/oscilloscope.js.map +1 -1
  61. package/dist/lib/ascii/oscilloscope_data.d.ts.map +1 -1
  62. package/dist/lib/ascii/oscilloscope_data.js +2 -2
  63. package/dist/lib/ascii/oscilloscope_data.js.map +1 -1
  64. package/dist/lib/ascii/paramset_info.js +1 -1
  65. package/dist/lib/ascii/paramset_info.js.map +1 -1
  66. package/dist/lib/ascii/pvt.d.ts +5 -5
  67. package/dist/lib/ascii/pvt.d.ts.map +1 -1
  68. package/dist/lib/ascii/pvt.js +7 -7
  69. package/dist/lib/ascii/pvt.js.map +1 -1
  70. package/dist/lib/ascii/pvt_buffer.d.ts +6 -6
  71. package/dist/lib/ascii/pvt_buffer.d.ts.map +1 -1
  72. package/dist/lib/ascii/pvt_buffer.js +10 -11
  73. package/dist/lib/ascii/pvt_buffer.js.map +1 -1
  74. package/dist/lib/ascii/pvt_call_action.d.ts +19 -0
  75. package/dist/lib/ascii/pvt_call_action.d.ts.map +1 -0
  76. package/dist/lib/ascii/pvt_call_action.js +34 -0
  77. package/dist/lib/ascii/pvt_call_action.js.map +1 -0
  78. package/dist/lib/ascii/pvt_cancel_all_outputs_schedule_action.d.ts +24 -0
  79. package/dist/lib/ascii/pvt_cancel_all_outputs_schedule_action.d.ts.map +1 -0
  80. package/dist/lib/ascii/pvt_cancel_all_outputs_schedule_action.js +39 -0
  81. package/dist/lib/ascii/pvt_cancel_all_outputs_schedule_action.js.map +1 -0
  82. package/dist/lib/ascii/pvt_cancel_output_schedule_action.d.ts +24 -0
  83. package/dist/lib/ascii/pvt_cancel_output_schedule_action.d.ts.map +1 -0
  84. package/dist/lib/ascii/pvt_cancel_output_schedule_action.js +39 -0
  85. package/dist/lib/ascii/pvt_cancel_output_schedule_action.js.map +1 -0
  86. package/dist/lib/ascii/pvt_csv_data.d.ts +3 -3
  87. package/dist/lib/ascii/pvt_csv_data.d.ts.map +1 -1
  88. package/dist/lib/ascii/pvt_csv_data.js +13 -7
  89. package/dist/lib/ascii/pvt_csv_data.js.map +1 -1
  90. package/dist/lib/ascii/pvt_io.d.ts +1 -1
  91. package/dist/lib/ascii/pvt_io.d.ts.map +1 -1
  92. package/dist/lib/ascii/pvt_io.js +1 -1
  93. package/dist/lib/ascii/pvt_io.js.map +1 -1
  94. package/dist/lib/ascii/pvt_partial_csv_data.d.ts +25 -0
  95. package/dist/lib/ascii/pvt_partial_csv_data.d.ts.map +1 -0
  96. package/dist/lib/ascii/pvt_partial_csv_data.js +45 -0
  97. package/dist/lib/ascii/pvt_partial_csv_data.js.map +1 -0
  98. package/dist/lib/ascii/pvt_partial_point.d.ts +35 -0
  99. package/dist/lib/ascii/pvt_partial_point.d.ts.map +1 -0
  100. package/dist/lib/ascii/pvt_partial_point.js +47 -0
  101. package/dist/lib/ascii/pvt_partial_point.js.map +1 -0
  102. package/dist/lib/ascii/pvt_partial_sequence_item.d.ts +28 -0
  103. package/dist/lib/ascii/pvt_partial_sequence_item.d.ts.map +1 -0
  104. package/dist/lib/ascii/pvt_partial_sequence_item.js +127 -0
  105. package/dist/lib/ascii/pvt_partial_sequence_item.js.map +1 -0
  106. package/dist/lib/ascii/pvt_point.d.ts +33 -0
  107. package/dist/lib/ascii/pvt_point.d.ts.map +1 -0
  108. package/dist/lib/ascii/pvt_point.js +47 -0
  109. package/dist/lib/ascii/pvt_point.js.map +1 -0
  110. package/dist/lib/ascii/pvt_sequence.d.ts +196 -42
  111. package/dist/lib/ascii/pvt_sequence.d.ts.map +1 -1
  112. package/dist/lib/ascii/pvt_sequence.js +255 -53
  113. package/dist/lib/ascii/pvt_sequence.js.map +1 -1
  114. package/dist/lib/ascii/pvt_sequence_item.d.ts +28 -0
  115. package/dist/lib/ascii/pvt_sequence_item.d.ts.map +1 -0
  116. package/dist/lib/ascii/pvt_sequence_item.js +127 -0
  117. package/dist/lib/ascii/pvt_sequence_item.js.map +1 -0
  118. package/dist/lib/ascii/pvt_set_all_analog_outputs_action.d.ts +29 -0
  119. package/dist/lib/ascii/pvt_set_all_analog_outputs_action.d.ts.map +1 -0
  120. package/dist/lib/ascii/pvt_set_all_analog_outputs_action.js +42 -0
  121. package/dist/lib/ascii/pvt_set_all_analog_outputs_action.js.map +1 -0
  122. package/dist/lib/ascii/pvt_set_all_digital_outputs_action.d.ts +30 -0
  123. package/dist/lib/ascii/pvt_set_all_digital_outputs_action.d.ts.map +1 -0
  124. package/dist/lib/ascii/pvt_set_all_digital_outputs_action.js +44 -0
  125. package/dist/lib/ascii/pvt_set_all_digital_outputs_action.js.map +1 -0
  126. package/dist/lib/ascii/pvt_set_analog_output_action.d.ts +32 -0
  127. package/dist/lib/ascii/pvt_set_analog_output_action.d.ts.map +1 -0
  128. package/dist/lib/ascii/pvt_set_analog_output_action.js +47 -0
  129. package/dist/lib/ascii/pvt_set_analog_output_action.js.map +1 -0
  130. package/dist/lib/ascii/pvt_set_digital_output_action.d.ts +33 -0
  131. package/dist/lib/ascii/pvt_set_digital_output_action.d.ts.map +1 -0
  132. package/dist/lib/ascii/pvt_set_digital_output_action.js +48 -0
  133. package/dist/lib/ascii/pvt_set_digital_output_action.js.map +1 -0
  134. package/dist/lib/ascii/servo_tuner.d.ts +4 -4
  135. package/dist/lib/ascii/servo_tuner.d.ts.map +1 -1
  136. package/dist/lib/ascii/servo_tuner.js +1 -1
  137. package/dist/lib/ascii/servo_tuner.js.map +1 -1
  138. package/dist/lib/ascii/set_state_axis_response.js +1 -1
  139. package/dist/lib/ascii/set_state_axis_response.js.map +1 -1
  140. package/dist/lib/ascii/set_state_device_response.js +2 -2
  141. package/dist/lib/ascii/set_state_device_response.js.map +1 -1
  142. package/dist/lib/ascii/simple_tuning.js +1 -1
  143. package/dist/lib/ascii/simple_tuning.js.map +1 -1
  144. package/dist/lib/ascii/stream.d.ts +6 -6
  145. package/dist/lib/ascii/stream.d.ts.map +1 -1
  146. package/dist/lib/ascii/stream.js +6 -6
  147. package/dist/lib/ascii/stream.js.map +1 -1
  148. package/dist/lib/ascii/stream_buffer.d.ts +3 -3
  149. package/dist/lib/ascii/stream_buffer.d.ts.map +1 -1
  150. package/dist/lib/ascii/stream_buffer.js +6 -6
  151. package/dist/lib/ascii/stream_buffer.js.map +1 -1
  152. package/dist/lib/ascii/stream_io.d.ts +1 -1
  153. package/dist/lib/ascii/stream_io.d.ts.map +1 -1
  154. package/dist/lib/ascii/stream_io.js +1 -1
  155. package/dist/lib/ascii/stream_io.js.map +1 -1
  156. package/dist/lib/ascii/streams.d.ts +4 -4
  157. package/dist/lib/ascii/streams.d.ts.map +1 -1
  158. package/dist/lib/ascii/streams.js +6 -6
  159. package/dist/lib/ascii/streams.js.map +1 -1
  160. package/dist/lib/ascii/transport.d.ts +4 -4
  161. package/dist/lib/ascii/transport.d.ts.map +1 -1
  162. package/dist/lib/ascii/transport.js +5 -5
  163. package/dist/lib/ascii/transport.js.map +1 -1
  164. package/dist/lib/ascii/trigger.d.ts +3 -3
  165. package/dist/lib/ascii/trigger.d.ts.map +1 -1
  166. package/dist/lib/ascii/trigger.js +2 -2
  167. package/dist/lib/ascii/trigger.js.map +1 -1
  168. package/dist/lib/ascii/trigger_state.js +1 -1
  169. package/dist/lib/ascii/trigger_state.js.map +1 -1
  170. package/dist/lib/ascii/triggers.d.ts +1 -1
  171. package/dist/lib/ascii/triggers.d.ts.map +1 -1
  172. package/dist/lib/ascii/triggers.js.map +1 -1
  173. package/dist/lib/ascii/warnings.d.ts.map +1 -1
  174. package/dist/lib/ascii/warnings.js.map +1 -1
  175. package/dist/lib/binary/connection.d.ts +9 -9
  176. package/dist/lib/binary/connection.d.ts.map +1 -1
  177. package/dist/lib/binary/connection.js +7 -7
  178. package/dist/lib/binary/connection.js.map +1 -1
  179. package/dist/lib/binary/device.d.ts +4 -4
  180. package/dist/lib/binary/device.d.ts.map +1 -1
  181. package/dist/lib/binary/device.js +3 -3
  182. package/dist/lib/binary/device.js.map +1 -1
  183. package/dist/lib/binary/device_settings.d.ts +2 -2
  184. package/dist/lib/binary/device_settings.d.ts.map +1 -1
  185. package/dist/lib/binary/device_settings.js +1 -1
  186. package/dist/lib/binary/device_settings.js.map +1 -1
  187. package/dist/lib/exceptions/device_address_conflict_exception_data.js +1 -1
  188. package/dist/lib/exceptions/device_address_conflict_exception_data.js.map +1 -1
  189. package/dist/lib/exceptions/device_db_failed_exception_data.js +1 -1
  190. package/dist/lib/exceptions/device_db_failed_exception_data.js.map +1 -1
  191. package/dist/lib/exceptions/device_db_inner_error.js +1 -1
  192. package/dist/lib/exceptions/device_db_inner_error.js.map +1 -1
  193. package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.d.ts +8 -0
  194. package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.d.ts.map +1 -0
  195. package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.js +17 -0
  196. package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.js.map +1 -0
  197. package/dist/lib/exceptions/index.d.ts +1 -1
  198. package/dist/lib/exceptions/index.d.ts.map +1 -1
  199. package/dist/lib/exceptions/index.js +1 -1
  200. package/dist/lib/exceptions/index.js.map +1 -1
  201. package/dist/lib/exceptions/movement_failed_exception_data.js +1 -1
  202. package/dist/lib/exceptions/movement_failed_exception_data.js.map +1 -1
  203. package/dist/lib/exceptions/movement_interrupted_exception_data.js +1 -1
  204. package/dist/lib/exceptions/movement_interrupted_exception_data.js.map +1 -1
  205. package/dist/lib/exceptions/operation_failed_exception_data.js +1 -1
  206. package/dist/lib/exceptions/operation_failed_exception_data.js.map +1 -1
  207. package/dist/lib/exceptions/pvt_execution_exception_data.js +1 -1
  208. package/dist/lib/exceptions/pvt_execution_exception_data.js.map +1 -1
  209. package/dist/lib/exceptions/pvt_movement_failed_exception_data.js +1 -1
  210. package/dist/lib/exceptions/pvt_movement_failed_exception_data.js.map +1 -1
  211. package/dist/lib/exceptions/pvt_movement_interrupted_exception_data.js +1 -1
  212. package/dist/lib/exceptions/pvt_movement_interrupted_exception_data.js.map +1 -1
  213. package/dist/lib/exceptions/set_device_state_exception_data.js +7 -7
  214. package/dist/lib/exceptions/set_device_state_exception_data.js.map +1 -1
  215. package/dist/lib/exceptions/set_peripheral_state_exception_data.js +3 -3
  216. package/dist/lib/exceptions/set_peripheral_state_exception_data.js.map +1 -1
  217. package/dist/lib/exceptions/stream_movement_failed_exception_data.js +1 -1
  218. package/dist/lib/exceptions/stream_movement_failed_exception_data.js.map +1 -1
  219. package/dist/lib/exceptions/stream_movement_interrupted_exception_data.js +1 -1
  220. package/dist/lib/exceptions/stream_movement_interrupted_exception_data.js.map +1 -1
  221. package/dist/lib/gateway/call.d.ts.map +1 -1
  222. package/dist/lib/gateway/call.js +12 -0
  223. package/dist/lib/gateway/call.js.map +1 -1
  224. package/dist/lib/gateway/constants.d.ts +4 -0
  225. package/dist/lib/gateway/constants.d.ts.map +1 -0
  226. package/dist/lib/gateway/constants.js +8 -0
  227. package/dist/lib/gateway/constants.js.map +1 -0
  228. package/dist/lib/gateway/convert_exceptions.js +1 -1
  229. package/dist/lib/gateway/convert_exceptions.js.map +1 -1
  230. package/dist/lib/gateway/index.d.ts +1 -0
  231. package/dist/lib/gateway/index.d.ts.map +1 -1
  232. package/dist/lib/gateway/index.js +3 -1
  233. package/dist/lib/gateway/index.js.map +1 -1
  234. package/dist/lib/gateway/wasm-exec.d.ts +1 -1
  235. package/dist/lib/gateway/wasm-exec.d.ts.map +1 -1
  236. package/dist/lib/gateway/wasm-exec.js +74 -62
  237. package/dist/lib/gateway/wasm-exec.js.map +1 -1
  238. package/dist/lib/gcode/device_definition.js +1 -1
  239. package/dist/lib/gcode/device_definition.js.map +1 -1
  240. package/dist/lib/gcode/offline_translator.d.ts +4 -4
  241. package/dist/lib/gcode/offline_translator.d.ts.map +1 -1
  242. package/dist/lib/gcode/offline_translator.js +2 -2
  243. package/dist/lib/gcode/offline_translator.js.map +1 -1
  244. package/dist/lib/gcode/translate_result.js +2 -2
  245. package/dist/lib/gcode/translate_result.js.map +1 -1
  246. package/dist/lib/gcode/translator.d.ts +2 -2
  247. package/dist/lib/gcode/translator.d.ts.map +1 -1
  248. package/dist/lib/gcode/translator.js +1 -1
  249. package/dist/lib/gcode/translator.js.map +1 -1
  250. package/dist/lib/gcode/translator_config.js +2 -2
  251. package/dist/lib/gcode/translator_config.js.map +1 -1
  252. package/dist/lib/library.d.ts +6 -2
  253. package/dist/lib/library.d.ts.map +1 -1
  254. package/dist/lib/library.js +6 -2
  255. package/dist/lib/library.js.map +1 -1
  256. package/dist/lib/microscopy/autofocus.d.ts +2 -2
  257. package/dist/lib/microscopy/autofocus.d.ts.map +1 -1
  258. package/dist/lib/microscopy/autofocus.js.map +1 -1
  259. package/dist/lib/microscopy/camera_trigger.d.ts +1 -1
  260. package/dist/lib/microscopy/camera_trigger.d.ts.map +1 -1
  261. package/dist/lib/microscopy/camera_trigger.js.map +1 -1
  262. package/dist/lib/microscopy/filter_changer.d.ts.map +1 -1
  263. package/dist/lib/microscopy/filter_changer.js.map +1 -1
  264. package/dist/lib/microscopy/illuminator.d.ts +1 -1
  265. package/dist/lib/microscopy/illuminator.d.ts.map +1 -1
  266. package/dist/lib/microscopy/illuminator.js +2 -2
  267. package/dist/lib/microscopy/illuminator.js.map +1 -1
  268. package/dist/lib/microscopy/illuminator_channel.d.ts +4 -4
  269. package/dist/lib/microscopy/illuminator_channel.d.ts.map +1 -1
  270. package/dist/lib/microscopy/illuminator_channel.js +6 -6
  271. package/dist/lib/microscopy/illuminator_channel.js.map +1 -1
  272. package/dist/lib/microscopy/microscope.d.ts +4 -4
  273. package/dist/lib/microscopy/microscope.d.ts.map +1 -1
  274. package/dist/lib/microscopy/microscope.js +6 -6
  275. package/dist/lib/microscopy/microscope.js.map +1 -1
  276. package/dist/lib/microscopy/objective_changer.d.ts +1 -1
  277. package/dist/lib/microscopy/objective_changer.d.ts.map +1 -1
  278. package/dist/lib/microscopy/objective_changer.js.map +1 -1
  279. package/dist/lib/microscopy/wdi_autofocus_provider.d.ts +4 -4
  280. package/dist/lib/microscopy/wdi_autofocus_provider.d.ts.map +1 -1
  281. package/dist/lib/microscopy/wdi_autofocus_provider.js +6 -6
  282. package/dist/lib/microscopy/wdi_autofocus_provider.js.map +1 -1
  283. package/dist/lib/product/ge_1_gripper.d.ts +273 -0
  284. package/dist/lib/product/ge_1_gripper.d.ts.map +1 -0
  285. package/dist/lib/product/ge_1_gripper.js +528 -0
  286. package/dist/lib/product/ge_1_gripper.js.map +1 -0
  287. package/dist/lib/product/ge_1_gripper_direction.d.ts +15 -0
  288. package/dist/lib/product/ge_1_gripper_direction.d.ts.map +1 -0
  289. package/dist/lib/product/ge_1_gripper_direction.js +23 -0
  290. package/dist/lib/product/ge_1_gripper_direction.js.map +1 -0
  291. package/dist/lib/product/ge_1_gripper_error.d.ts +37 -0
  292. package/dist/lib/product/ge_1_gripper_error.d.ts.map +1 -0
  293. package/dist/lib/product/ge_1_gripper_error.js +45 -0
  294. package/dist/lib/product/ge_1_gripper_error.js.map +1 -0
  295. package/dist/lib/product/ge_1_gripper_state.d.ts +23 -0
  296. package/dist/lib/product/ge_1_gripper_state.d.ts.map +1 -0
  297. package/dist/lib/product/ge_1_gripper_state.js +31 -0
  298. package/dist/lib/product/ge_1_gripper_state.js.map +1 -0
  299. package/dist/lib/product/index.d.ts +4 -0
  300. package/dist/lib/product/index.d.ts.map +1 -1
  301. package/dist/lib/product/index.js +4 -0
  302. package/dist/lib/product/index.js.map +1 -1
  303. package/dist/lib/product/process.d.ts +7 -7
  304. package/dist/lib/product/process.d.ts.map +1 -1
  305. package/dist/lib/product/process.js +8 -8
  306. package/dist/lib/product/process.js.map +1 -1
  307. package/dist/lib/product/process_controller.js.map +1 -1
  308. package/dist/lib/requests/autofocus_get_objective_params_response.js +1 -1
  309. package/dist/lib/requests/autofocus_get_objective_params_response.js.map +1 -1
  310. package/dist/lib/requests/autofocus_set_objective_params_request.js +1 -1
  311. package/dist/lib/requests/autofocus_set_objective_params_request.js.map +1 -1
  312. package/dist/lib/requests/axes_empty_request.js +3 -3
  313. package/dist/lib/requests/axes_empty_request.js.map +1 -1
  314. package/dist/lib/requests/axes_get_setting_request.js +4 -4
  315. package/dist/lib/requests/axes_get_setting_request.js.map +1 -1
  316. package/dist/lib/requests/axes_move_request.js +4 -4
  317. package/dist/lib/requests/axes_move_request.js.map +1 -1
  318. package/dist/lib/requests/binary_device_detect_response.js +1 -1
  319. package/dist/lib/requests/binary_device_detect_response.js.map +1 -1
  320. package/dist/lib/requests/binary_message_collection.js +1 -1
  321. package/dist/lib/requests/binary_message_collection.js.map +1 -1
  322. package/dist/lib/requests/device_cancel_all_outputs_schedule_request.js +1 -1
  323. package/dist/lib/requests/device_cancel_all_outputs_schedule_request.js.map +1 -1
  324. package/dist/lib/requests/device_detect_response.js +1 -1
  325. package/dist/lib/requests/device_detect_response.js.map +1 -1
  326. package/dist/lib/requests/device_get_all_analog_io_response.js +1 -1
  327. package/dist/lib/requests/device_get_all_analog_io_response.js.map +1 -1
  328. package/dist/lib/requests/device_get_all_digital_io_response.js +1 -1
  329. package/dist/lib/requests/device_get_all_digital_io_response.js.map +1 -1
  330. package/dist/lib/requests/device_get_warnings_response.js +1 -1
  331. package/dist/lib/requests/device_get_warnings_response.js.map +1 -1
  332. package/dist/lib/requests/device_multi_get_setting_request.js +2 -2
  333. package/dist/lib/requests/device_multi_get_setting_request.js.map +1 -1
  334. package/dist/lib/requests/device_on_all_response.js +1 -1
  335. package/dist/lib/requests/device_on_all_response.js.map +1 -1
  336. package/dist/lib/requests/device_set_all_analog_outputs_request.js +1 -1
  337. package/dist/lib/requests/device_set_all_analog_outputs_request.js.map +1 -1
  338. package/dist/lib/requests/device_set_all_analog_outputs_schedule_request.js +2 -2
  339. package/dist/lib/requests/device_set_all_analog_outputs_schedule_request.js.map +1 -1
  340. package/dist/lib/requests/device_set_all_digital_outputs_request.js +1 -1
  341. package/dist/lib/requests/device_set_all_digital_outputs_request.js.map +1 -1
  342. package/dist/lib/requests/device_set_all_digital_outputs_schedule_request.js +2 -2
  343. package/dist/lib/requests/device_set_all_digital_outputs_schedule_request.js.map +1 -1
  344. package/dist/lib/requests/device_set_unit_conversions_request.js +1 -1
  345. package/dist/lib/requests/device_set_unit_conversions_request.js.map +1 -1
  346. package/dist/lib/requests/discover_tcp_devices_response.js +1 -1
  347. package/dist/lib/requests/discover_tcp_devices_response.js.map +1 -1
  348. package/dist/lib/requests/double_array_response.js +1 -1
  349. package/dist/lib/requests/double_array_response.js.map +1 -1
  350. package/dist/lib/requests/errors.d.ts +11 -11
  351. package/dist/lib/requests/errors.d.ts.map +1 -1
  352. package/dist/lib/requests/errors.js +11 -11
  353. package/dist/lib/requests/errors.js.map +1 -1
  354. package/dist/lib/requests/forget_devices_request.js +1 -1
  355. package/dist/lib/requests/forget_devices_request.js.map +1 -1
  356. package/dist/lib/requests/ge_1_gripper_activate_preset_request.d.ts +15 -0
  357. package/dist/lib/requests/ge_1_gripper_activate_preset_request.d.ts.map +1 -0
  358. package/dist/lib/requests/ge_1_gripper_activate_preset_request.js +42 -0
  359. package/dist/lib/requests/ge_1_gripper_activate_preset_request.js.map +1 -0
  360. package/dist/lib/requests/ge_1_gripper_calibrate_request.d.ts +14 -0
  361. package/dist/lib/requests/ge_1_gripper_calibrate_request.d.ts.map +1 -0
  362. package/dist/lib/requests/ge_1_gripper_calibrate_request.js +38 -0
  363. package/dist/lib/requests/ge_1_gripper_calibrate_request.js.map +1 -0
  364. package/dist/lib/requests/ge_1_gripper_empty_request.d.ts +13 -0
  365. package/dist/lib/requests/ge_1_gripper_empty_request.d.ts.map +1 -0
  366. package/dist/lib/requests/ge_1_gripper_empty_request.js +34 -0
  367. package/dist/lib/requests/ge_1_gripper_empty_request.js.map +1 -0
  368. package/dist/lib/requests/ge_1_gripper_get_error_response.d.ts +14 -0
  369. package/dist/lib/requests/ge_1_gripper_get_error_response.d.ts.map +1 -0
  370. package/dist/lib/requests/ge_1_gripper_get_error_response.js +35 -0
  371. package/dist/lib/requests/ge_1_gripper_get_error_response.js.map +1 -0
  372. package/dist/lib/requests/ge_1_gripper_get_state_response.d.ts +14 -0
  373. package/dist/lib/requests/ge_1_gripper_get_state_response.d.ts.map +1 -0
  374. package/dist/lib/requests/ge_1_gripper_get_state_response.js +35 -0
  375. package/dist/lib/requests/ge_1_gripper_get_state_response.js.map +1 -0
  376. package/dist/lib/requests/ge_1_gripper_move_request.d.ts +15 -0
  377. package/dist/lib/requests/ge_1_gripper_move_request.d.ts.map +1 -0
  378. package/dist/lib/requests/ge_1_gripper_move_request.js +42 -0
  379. package/dist/lib/requests/ge_1_gripper_move_request.js.map +1 -0
  380. package/dist/lib/requests/ge_1_gripper_open_connection_request.d.ts +15 -0
  381. package/dist/lib/requests/ge_1_gripper_open_connection_request.d.ts.map +1 -0
  382. package/dist/lib/requests/ge_1_gripper_open_connection_request.js +42 -0
  383. package/dist/lib/requests/ge_1_gripper_open_connection_request.js.map +1 -0
  384. package/dist/lib/requests/ge_1_gripper_read_register_request.d.ts +14 -0
  385. package/dist/lib/requests/ge_1_gripper_read_register_request.d.ts.map +1 -0
  386. package/dist/lib/requests/ge_1_gripper_read_register_request.js +38 -0
  387. package/dist/lib/requests/ge_1_gripper_read_register_request.js.map +1 -0
  388. package/dist/lib/requests/ge_1_gripper_set_auto_home_request.d.ts +15 -0
  389. package/dist/lib/requests/ge_1_gripper_set_auto_home_request.d.ts.map +1 -0
  390. package/dist/lib/requests/ge_1_gripper_set_auto_home_request.js +42 -0
  391. package/dist/lib/requests/ge_1_gripper_set_auto_home_request.js.map +1 -0
  392. package/dist/lib/requests/ge_1_gripper_set_force_request.d.ts +14 -0
  393. package/dist/lib/requests/ge_1_gripper_set_force_request.d.ts.map +1 -0
  394. package/dist/lib/requests/ge_1_gripper_set_force_request.js +38 -0
  395. package/dist/lib/requests/ge_1_gripper_set_force_request.js.map +1 -0
  396. package/dist/lib/requests/ge_1_gripper_set_home_direction_request.d.ts +16 -0
  397. package/dist/lib/requests/ge_1_gripper_set_home_direction_request.d.ts.map +1 -0
  398. package/dist/lib/requests/ge_1_gripper_set_home_direction_request.js +43 -0
  399. package/dist/lib/requests/ge_1_gripper_set_home_direction_request.js.map +1 -0
  400. package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.d.ts +15 -0
  401. package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.d.ts.map +1 -0
  402. package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.js +42 -0
  403. package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.js.map +1 -0
  404. package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.d.ts +15 -0
  405. package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.d.ts.map +1 -0
  406. package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.js +42 -0
  407. package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.js.map +1 -0
  408. package/dist/lib/requests/ge_1_gripper_set_preset_request.d.ts +18 -0
  409. package/dist/lib/requests/ge_1_gripper_set_preset_request.d.ts.map +1 -0
  410. package/dist/lib/requests/ge_1_gripper_set_preset_request.js +54 -0
  411. package/dist/lib/requests/ge_1_gripper_set_preset_request.js.map +1 -0
  412. package/dist/lib/requests/ge_1_gripper_set_speed_request.d.ts +14 -0
  413. package/dist/lib/requests/ge_1_gripper_set_speed_request.d.ts.map +1 -0
  414. package/dist/lib/requests/ge_1_gripper_set_speed_request.js +38 -0
  415. package/dist/lib/requests/ge_1_gripper_set_speed_request.js.map +1 -0
  416. package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.d.ts +14 -0
  417. package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.d.ts.map +1 -0
  418. package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.js +38 -0
  419. package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.js.map +1 -0
  420. package/dist/lib/requests/ge_1_gripper_write_register_request.d.ts +15 -0
  421. package/dist/lib/requests/ge_1_gripper_write_register_request.d.ts.map +1 -0
  422. package/dist/lib/requests/ge_1_gripper_write_register_request.js +42 -0
  423. package/dist/lib/requests/ge_1_gripper_write_register_request.js.map +1 -0
  424. package/dist/lib/requests/generic_command_response_collection.js +1 -1
  425. package/dist/lib/requests/generic_command_response_collection.js.map +1 -1
  426. package/dist/lib/requests/get_all_io_port_labels_response.js +1 -1
  427. package/dist/lib/requests/get_all_io_port_labels_response.js.map +1 -1
  428. package/dist/lib/requests/get_axis_setting_results.js +1 -1
  429. package/dist/lib/requests/get_axis_setting_results.js.map +1 -1
  430. package/dist/lib/requests/get_command_unit_conversion_response.js +1 -1
  431. package/dist/lib/requests/get_command_unit_conversion_response.js.map +1 -1
  432. package/dist/lib/requests/get_setting_results.js +1 -1
  433. package/dist/lib/requests/get_setting_results.js.map +1 -1
  434. package/dist/lib/requests/get_simple_tuning_param_definition_response.js +1 -1
  435. package/dist/lib/requests/get_simple_tuning_param_definition_response.js.map +1 -1
  436. package/dist/lib/requests/index.d.ts +24 -1
  437. package/dist/lib/requests/index.d.ts.map +1 -1
  438. package/dist/lib/requests/index.js +24 -1
  439. package/dist/lib/requests/index.js.map +1 -1
  440. package/dist/lib/requests/int_array_response.js +1 -1
  441. package/dist/lib/requests/int_array_response.js.map +1 -1
  442. package/dist/lib/requests/lockstep_enable_request.js +1 -1
  443. package/dist/lib/requests/lockstep_enable_request.js.map +1 -1
  444. package/dist/lib/requests/lockstep_get_axis_numbers_response.js +1 -1
  445. package/dist/lib/requests/lockstep_get_axis_numbers_response.js.map +1 -1
  446. package/dist/lib/requests/open_interface_request.js +1 -1
  447. package/dist/lib/requests/open_interface_request.js.map +1 -1
  448. package/dist/lib/requests/oscilloscope_data_get_samples_response.js +1 -1
  449. package/dist/lib/requests/oscilloscope_data_get_samples_response.js.map +1 -1
  450. package/dist/lib/requests/oscilloscope_read_response.js +1 -1
  451. package/dist/lib/requests/oscilloscope_read_response.js.map +1 -1
  452. package/dist/lib/requests/prepare_command_request.js +1 -1
  453. package/dist/lib/requests/prepare_command_request.js.map +1 -1
  454. package/dist/lib/requests/pvt_buffer_get_sequence_data_request.d.ts +1 -1
  455. package/dist/lib/requests/pvt_buffer_get_sequence_data_request.d.ts.map +1 -1
  456. package/dist/lib/requests/pvt_buffer_get_sequence_data_request.js +4 -4
  457. package/dist/lib/requests/pvt_buffer_get_sequence_data_request.js.map +1 -1
  458. package/dist/lib/requests/pvt_buffer_get_sequence_data_response.d.ts +14 -0
  459. package/dist/lib/requests/pvt_buffer_get_sequence_data_response.d.ts.map +1 -0
  460. package/dist/lib/requests/pvt_buffer_get_sequence_data_response.js +39 -0
  461. package/dist/lib/requests/pvt_buffer_get_sequence_data_response.js.map +1 -0
  462. package/dist/lib/requests/pvt_convert_time_request.d.ts +15 -0
  463. package/dist/lib/requests/pvt_convert_time_request.d.ts.map +1 -0
  464. package/dist/lib/requests/pvt_convert_time_request.js +45 -0
  465. package/dist/lib/requests/pvt_convert_time_request.js.map +1 -0
  466. package/dist/lib/requests/pvt_convert_time_response.d.ts +14 -0
  467. package/dist/lib/requests/pvt_convert_time_response.d.ts.map +1 -0
  468. package/dist/lib/requests/pvt_convert_time_response.js +39 -0
  469. package/dist/lib/requests/pvt_convert_time_response.js.map +1 -0
  470. package/dist/lib/requests/pvt_generate_positions_request.d.ts +2 -4
  471. package/dist/lib/requests/pvt_generate_positions_request.d.ts.map +1 -1
  472. package/dist/lib/requests/pvt_generate_positions_request.js +11 -15
  473. package/dist/lib/requests/pvt_generate_positions_request.js.map +1 -1
  474. package/dist/lib/requests/pvt_generate_sequence_response.d.ts +14 -0
  475. package/dist/lib/requests/pvt_generate_sequence_response.d.ts.map +1 -0
  476. package/dist/lib/requests/pvt_generate_sequence_response.js +39 -0
  477. package/dist/lib/requests/pvt_generate_sequence_response.js.map +1 -0
  478. package/dist/lib/requests/pvt_generate_velocities_and_times_request.d.ts +2 -2
  479. package/dist/lib/requests/pvt_generate_velocities_and_times_request.d.ts.map +1 -1
  480. package/dist/lib/requests/pvt_generate_velocities_and_times_request.js +14 -6
  481. package/dist/lib/requests/pvt_generate_velocities_and_times_request.js.map +1 -1
  482. package/dist/lib/requests/pvt_generate_velocities_request.d.ts +2 -6
  483. package/dist/lib/requests/pvt_generate_velocities_request.d.ts.map +1 -1
  484. package/dist/lib/requests/pvt_generate_velocities_request.js +11 -20
  485. package/dist/lib/requests/pvt_generate_velocities_request.js.map +1 -1
  486. package/dist/lib/requests/pvt_items_request.d.ts +20 -0
  487. package/dist/lib/requests/pvt_items_request.d.ts.map +1 -0
  488. package/dist/lib/requests/pvt_items_request.js +66 -0
  489. package/dist/lib/requests/pvt_items_request.js.map +1 -0
  490. package/dist/lib/requests/pvt_partial_convert_time_request.d.ts +15 -0
  491. package/dist/lib/requests/pvt_partial_convert_time_request.d.ts.map +1 -0
  492. package/dist/lib/requests/pvt_partial_convert_time_request.js +45 -0
  493. package/dist/lib/requests/pvt_partial_convert_time_request.js.map +1 -0
  494. package/dist/lib/requests/pvt_partial_convert_time_response.d.ts +14 -0
  495. package/dist/lib/requests/pvt_partial_convert_time_response.d.ts.map +1 -0
  496. package/dist/lib/requests/pvt_partial_convert_time_response.js +39 -0
  497. package/dist/lib/requests/pvt_partial_convert_time_response.js.map +1 -0
  498. package/dist/lib/requests/pvt_point_request.js +2 -2
  499. package/dist/lib/requests/pvt_point_request.js.map +1 -1
  500. package/dist/lib/requests/pvt_points_request.js +2 -2
  501. package/dist/lib/requests/pvt_points_request.js.map +1 -1
  502. package/dist/lib/requests/pvt_save_csv_request.d.ts +2 -2
  503. package/dist/lib/requests/pvt_save_csv_request.d.ts.map +1 -1
  504. package/dist/lib/requests/pvt_save_csv_request.js +14 -7
  505. package/dist/lib/requests/pvt_save_csv_request.js.map +1 -1
  506. package/dist/lib/requests/pvt_submit_sequence_data_request.d.ts +2 -2
  507. package/dist/lib/requests/pvt_submit_sequence_data_request.d.ts.map +1 -1
  508. package/dist/lib/requests/pvt_submit_sequence_data_request.js +14 -6
  509. package/dist/lib/requests/pvt_submit_sequence_data_request.js.map +1 -1
  510. package/dist/lib/requests/set_device_db_layered_sources_request.js +1 -1
  511. package/dist/lib/requests/set_device_db_layered_sources_request.js.map +1 -1
  512. package/dist/lib/requests/set_servo_tuning_request.js +1 -1
  513. package/dist/lib/requests/set_servo_tuning_request.js.map +1 -1
  514. package/dist/lib/requests/set_simple_tuning.js +1 -1
  515. package/dist/lib/requests/set_simple_tuning.js.map +1 -1
  516. package/dist/lib/requests/stream_arc_request.js +2 -2
  517. package/dist/lib/requests/stream_arc_request.js.map +1 -1
  518. package/dist/lib/requests/stream_buffer_erase_request.d.ts +1 -1
  519. package/dist/lib/requests/stream_buffer_erase_request.d.ts.map +1 -1
  520. package/dist/lib/requests/stream_buffer_erase_request.js +4 -4
  521. package/dist/lib/requests/stream_buffer_erase_request.js.map +1 -1
  522. package/dist/lib/requests/stream_buffer_get_content_request.d.ts +1 -1
  523. package/dist/lib/requests/stream_buffer_get_content_request.d.ts.map +1 -1
  524. package/dist/lib/requests/stream_buffer_get_content_request.js +4 -4
  525. package/dist/lib/requests/stream_buffer_get_content_request.js.map +1 -1
  526. package/dist/lib/requests/stream_buffer_get_content_response.js +1 -1
  527. package/dist/lib/requests/stream_buffer_get_content_response.js.map +1 -1
  528. package/dist/lib/requests/stream_cancel_all_outputs_schedule_request.js +1 -1
  529. package/dist/lib/requests/stream_cancel_all_outputs_schedule_request.js.map +1 -1
  530. package/dist/lib/requests/stream_circle_request.js +1 -1
  531. package/dist/lib/requests/stream_circle_request.js.map +1 -1
  532. package/dist/lib/requests/stream_generic_command_batch_request.js +1 -1
  533. package/dist/lib/requests/stream_generic_command_batch_request.js.map +1 -1
  534. package/dist/lib/requests/stream_get_axes_response.js +2 -2
  535. package/dist/lib/requests/stream_get_axes_response.js.map +1 -1
  536. package/dist/lib/requests/stream_line_request.js +2 -2
  537. package/dist/lib/requests/stream_line_request.js.map +1 -1
  538. package/dist/lib/requests/stream_set_all_analog_outputs_request.js +1 -1
  539. package/dist/lib/requests/stream_set_all_analog_outputs_request.js.map +1 -1
  540. package/dist/lib/requests/stream_set_all_analog_outputs_schedule_request.js +2 -2
  541. package/dist/lib/requests/stream_set_all_analog_outputs_schedule_request.js.map +1 -1
  542. package/dist/lib/requests/stream_set_all_digital_outputs_request.js +1 -1
  543. package/dist/lib/requests/stream_set_all_digital_outputs_request.js.map +1 -1
  544. package/dist/lib/requests/stream_set_all_digital_outputs_schedule_request.js +2 -2
  545. package/dist/lib/requests/stream_set_all_digital_outputs_schedule_request.js.map +1 -1
  546. package/dist/lib/requests/stream_setup_live_composite_request.js +2 -2
  547. package/dist/lib/requests/stream_setup_live_composite_request.js.map +1 -1
  548. package/dist/lib/requests/stream_setup_live_request.js +1 -1
  549. package/dist/lib/requests/stream_setup_live_request.js.map +1 -1
  550. package/dist/lib/requests/stream_setup_store_composite_request.js +2 -2
  551. package/dist/lib/requests/stream_setup_store_composite_request.js.map +1 -1
  552. package/dist/lib/requests/stream_setup_store_request.js +1 -1
  553. package/dist/lib/requests/stream_setup_store_request.js.map +1 -1
  554. package/dist/lib/requests/string_array_response.js +1 -1
  555. package/dist/lib/requests/string_array_response.js.map +1 -1
  556. package/dist/lib/requests/test_dto_with_variants.js +1 -1
  557. package/dist/lib/requests/test_dto_with_variants.js.map +1 -1
  558. package/dist/lib/requests/test_request_complex.js +1 -1
  559. package/dist/lib/requests/test_request_complex.js.map +1 -1
  560. package/dist/lib/requests/test_response_long.js +1 -1
  561. package/dist/lib/requests/test_response_long.js.map +1 -1
  562. package/dist/lib/requests/tools_list_serial_ports_response.js +1 -1
  563. package/dist/lib/requests/tools_list_serial_ports_response.js.map +1 -1
  564. package/dist/lib/requests/translator_create_from_device_request.js +1 -1
  565. package/dist/lib/requests/translator_create_from_device_request.js.map +1 -1
  566. package/dist/lib/requests/translator_flush_response.js +1 -1
  567. package/dist/lib/requests/translator_flush_response.js.map +1 -1
  568. package/dist/lib/requests/trigger_enabled_states.js +1 -1
  569. package/dist/lib/requests/trigger_enabled_states.js.map +1 -1
  570. package/dist/lib/requests/trigger_states.js +1 -1
  571. package/dist/lib/requests/trigger_states.js.map +1 -1
  572. package/dist/lib/requests/unit_convert_native_request.js +1 -1
  573. package/dist/lib/requests/unit_convert_native_request.js.map +1 -1
  574. package/dist/lib/requests/wait_to_clear_warnings_request.js +1 -1
  575. package/dist/lib/requests/wait_to_clear_warnings_request.js.map +1 -1
  576. package/dist/lib/requests/wdi_generic_float_request.js +1 -1
  577. package/dist/lib/requests/wdi_generic_float_request.js.map +1 -1
  578. package/dist/lib/requests/wdi_generic_request.js +1 -1
  579. package/dist/lib/requests/wdi_generic_request.js.map +1 -1
  580. package/dist/lib/tools.d.ts +1 -0
  581. package/dist/lib/tools.d.ts.map +1 -1
  582. package/dist/lib/tools.js +2 -0
  583. package/dist/lib/tools.js.map +1 -1
  584. package/dist/lib/unit_table.d.ts +15 -11
  585. package/dist/lib/unit_table.d.ts.map +1 -1
  586. package/dist/lib/unit_table.js +19 -14
  587. package/dist/lib/unit_table.js.map +1 -1
  588. package/dist/lib/variant_test_api.d.ts +4 -0
  589. package/dist/lib/variant_test_api.d.ts.map +1 -1
  590. package/dist/lib/variant_test_api.js +5 -0
  591. package/dist/lib/variant_test_api.js.map +1 -1
  592. package/package.json +37 -37
  593. package/dist/lib/ascii/optional_measurement_sequence.d.ts +0 -24
  594. package/dist/lib/ascii/optional_measurement_sequence.d.ts.map +0 -1
  595. package/dist/lib/ascii/optional_measurement_sequence.js +0 -38
  596. package/dist/lib/ascii/optional_measurement_sequence.js.map +0 -1
  597. package/dist/lib/ascii/pvt_sequence_data.d.ts +0 -28
  598. package/dist/lib/ascii/pvt_sequence_data.d.ts.map +0 -1
  599. package/dist/lib/ascii/pvt_sequence_data.js +0 -42
  600. package/dist/lib/ascii/pvt_sequence_data.js.map +0 -1
  601. package/dist/lib/ascii/storage.d.ts.map +0 -1
  602. package/dist/lib/ascii/storage.js.map +0 -1
  603. package/dist/lib/exceptions/setting_not_found_exception.d.ts +0 -8
  604. package/dist/lib/exceptions/setting_not_found_exception.d.ts.map +0 -1
  605. package/dist/lib/exceptions/setting_not_found_exception.js +0 -17
  606. package/dist/lib/exceptions/setting_not_found_exception.js.map +0 -1
  607. package/dist/lib/requests/pvt_csv_request.d.ts +0 -12
  608. package/dist/lib/requests/pvt_csv_request.d.ts.map +0 -1
  609. package/dist/lib/requests/pvt_csv_request.js +0 -28
  610. package/dist/lib/requests/pvt_csv_request.js.map +0 -1
package/LICENSE CHANGED
@@ -84,56 +84,305 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
84
84
  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
85
85
 
86
86
  ------------------
87
- github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
87
+ github.com/eclipse/paho.mqtt.golang v1.5.1
88
88
  ------------------
89
- Open Source Initiative OSI - The MIT License (MIT):Licensing
89
+ Eclipse Public License - v 2.0 (EPL-2.0)
90
90
 
91
- The MIT License (MIT)
92
- Copyright (c) 2013 Ralph Caraveo (deckarep@gmail.com)
93
-
94
- Permission is hereby granted, free of charge, to any person obtaining a copy of
95
- this software and associated documentation files (the "Software"), to deal in
96
- the Software without restriction, including without limitation the rights to
97
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
98
- of the Software, and to permit persons to whom the Software is furnished to do
99
- so, subject to the following conditions:
100
-
101
- The above copyright notice and this permission notice shall be included in all
102
- copies or substantial portions of the Software.
91
+ This program and the accompanying materials
92
+ are made available under the terms of the Eclipse Public License v2.0
93
+ and Eclipse Distribution License v1.0 which accompany this distribution.
103
94
 
104
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
105
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
106
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
107
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
108
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
109
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
110
- SOFTWARE.
111
- ------------------
112
- github.com/eclipse/paho.mqtt.golang v1.3.5
113
- ------------------
114
- This project is dual licensed under the Eclipse Public License 1.0 and the
115
- Eclipse Distribution License 1.0 as described in the epl-v10 and edl-v10 files.
95
+ The Eclipse Public License is available at
96
+ https://www.eclipse.org/legal/epl-2.0/
97
+ and the Eclipse Distribution License is available at
98
+ http://www.eclipse.org/org/documents/edl-v10.php.
116
99
 
117
- The EDL is copied below in order to pass the pkg.go.dev license check (https://pkg.go.dev/license-policy).
100
+ For an explanation of what dual-licensing means to you, see:
101
+ https://www.eclipse.org/legal/eplfaq.php#DUALLIC
118
102
 
119
103
  ****
120
- Eclipse Distribution License - v 1.0
121
-
122
- Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
123
-
124
- All rights reserved.
125
-
126
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
127
-
128
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
129
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
130
- Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
131
-
132
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
133
-
134
-
135
- ------------------
136
- github.com/elliotchance/pie/v2 v2.5.1
104
+ The epl-2.0 is copied below in order to pass the pkg.go.dev license check (https://pkg.go.dev/license-policy).
105
+ ****
106
+ Eclipse Public License - v 2.0
107
+
108
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
109
+ PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
110
+ OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
111
+
112
+ 1. DEFINITIONS
113
+
114
+ "Contribution" means:
115
+
116
+ a) in the case of the initial Contributor, the initial content
117
+ Distributed under this Agreement, and
118
+
119
+ b) in the case of each subsequent Contributor:
120
+ i) changes to the Program, and
121
+ ii) additions to the Program;
122
+ where such changes and/or additions to the Program originate from
123
+ and are Distributed by that particular Contributor. A Contribution
124
+ "originates" from a Contributor if it was added to the Program by
125
+ such Contributor itself or anyone acting on such Contributor's behalf.
126
+ Contributions do not include changes or additions to the Program that
127
+ are not Modified Works.
128
+
129
+ "Contributor" means any person or entity that Distributes the Program.
130
+
131
+ "Licensed Patents" mean patent claims licensable by a Contributor which
132
+ are necessarily infringed by the use or sale of its Contribution alone
133
+ or when combined with the Program.
134
+
135
+ "Program" means the Contributions Distributed in accordance with this
136
+ Agreement.
137
+
138
+ "Recipient" means anyone who receives the Program under this Agreement
139
+ or any Secondary License (as applicable), including Contributors.
140
+
141
+ "Derivative Works" shall mean any work, whether in Source Code or other
142
+ form, that is based on (or derived from) the Program and for which the
143
+ editorial revisions, annotations, elaborations, or other modifications
144
+ represent, as a whole, an original work of authorship.
145
+
146
+ "Modified Works" shall mean any work in Source Code or other form that
147
+ results from an addition to, deletion from, or modification of the
148
+ contents of the Program, including, for purposes of clarity any new file
149
+ in Source Code form that contains any contents of the Program. Modified
150
+ Works shall not include works that contain only declarations,
151
+ interfaces, types, classes, structures, or files of the Program solely
152
+ in each case in order to link to, bind by name, or subclass the Program
153
+ or Modified Works thereof.
154
+
155
+ "Distribute" means the acts of a) distributing or b) making available
156
+ in any manner that enables the transfer of a copy.
157
+
158
+ "Source Code" means the form of a Program preferred for making
159
+ modifications, including but not limited to software source code,
160
+ documentation source, and configuration files.
161
+
162
+ "Secondary License" means either the GNU General Public License,
163
+ Version 2.0, or any later versions of that license, including any
164
+ exceptions or additional permissions as identified by the initial
165
+ Contributor.
166
+
167
+ 2. GRANT OF RIGHTS
168
+
169
+ a) Subject to the terms of this Agreement, each Contributor hereby
170
+ grants Recipient a non-exclusive, worldwide, royalty-free copyright
171
+ license to reproduce, prepare Derivative Works of, publicly display,
172
+ publicly perform, Distribute and sublicense the Contribution of such
173
+ Contributor, if any, and such Derivative Works.
174
+
175
+ b) Subject to the terms of this Agreement, each Contributor hereby
176
+ grants Recipient a non-exclusive, worldwide, royalty-free patent
177
+ license under Licensed Patents to make, use, sell, offer to sell,
178
+ import and otherwise transfer the Contribution of such Contributor,
179
+ if any, in Source Code or other form. This patent license shall
180
+ apply to the combination of the Contribution and the Program if, at
181
+ the time the Contribution is added by the Contributor, such addition
182
+ of the Contribution causes such combination to be covered by the
183
+ Licensed Patents. The patent license shall not apply to any other
184
+ combinations which include the Contribution. No hardware per se is
185
+ licensed hereunder.
186
+
187
+ c) Recipient understands that although each Contributor grants the
188
+ licenses to its Contributions set forth herein, no assurances are
189
+ provided by any Contributor that the Program does not infringe the
190
+ patent or other intellectual property rights of any other entity.
191
+ Each Contributor disclaims any liability to Recipient for claims
192
+ brought by any other entity based on infringement of intellectual
193
+ property rights or otherwise. As a condition to exercising the
194
+ rights and licenses granted hereunder, each Recipient hereby
195
+ assumes sole responsibility to secure any other intellectual
196
+ property rights needed, if any. For example, if a third party
197
+ patent license is required to allow Recipient to Distribute the
198
+ Program, it is Recipient's responsibility to acquire that license
199
+ before distributing the Program.
200
+
201
+ d) Each Contributor represents that to its knowledge it has
202
+ sufficient copyright rights in its Contribution, if any, to grant
203
+ the copyright license set forth in this Agreement.
204
+
205
+ e) Notwithstanding the terms of any Secondary License, no
206
+ Contributor makes additional grants to any Recipient (other than
207
+ those set forth in this Agreement) as a result of such Recipient's
208
+ receipt of the Program under the terms of a Secondary License
209
+ (if permitted under the terms of Section 3).
210
+
211
+ 3. REQUIREMENTS
212
+
213
+ 3.1 If a Contributor Distributes the Program in any form, then:
214
+
215
+ a) the Program must also be made available as Source Code, in
216
+ accordance with section 3.2, and the Contributor must accompany
217
+ the Program with a statement that the Source Code for the Program
218
+ is available under this Agreement, and informs Recipients how to
219
+ obtain it in a reasonable manner on or through a medium customarily
220
+ used for software exchange; and
221
+
222
+ b) the Contributor may Distribute the Program under a license
223
+ different than this Agreement, provided that such license:
224
+ i) effectively disclaims on behalf of all other Contributors all
225
+ warranties and conditions, express and implied, including
226
+ warranties or conditions of title and non-infringement, and
227
+ implied warranties or conditions of merchantability and fitness
228
+ for a particular purpose;
229
+
230
+ ii) effectively excludes on behalf of all other Contributors all
231
+ liability for damages, including direct, indirect, special,
232
+ incidental and consequential damages, such as lost profits;
233
+
234
+ iii) does not attempt to limit or alter the recipients' rights
235
+ in the Source Code under section 3.2; and
236
+
237
+ iv) requires any subsequent distribution of the Program by any
238
+ party to be under a license that satisfies the requirements
239
+ of this section 3.
240
+
241
+ 3.2 When the Program is Distributed as Source Code:
242
+
243
+ a) it must be made available under this Agreement, or if the
244
+ Program (i) is combined with other material in a separate file or
245
+ files made available under a Secondary License, and (ii) the initial
246
+ Contributor attached to the Source Code the notice described in
247
+ Exhibit A of this Agreement, then the Program may be made available
248
+ under the terms of such Secondary Licenses, and
249
+
250
+ b) a copy of this Agreement must be included with each copy of
251
+ the Program.
252
+
253
+ 3.3 Contributors may not remove or alter any copyright, patent,
254
+ trademark, attribution notices, disclaimers of warranty, or limitations
255
+ of liability ("notices") contained within the Program from any copy of
256
+ the Program which they Distribute, provided that Contributors may add
257
+ their own appropriate notices.
258
+
259
+ 4. COMMERCIAL DISTRIBUTION
260
+
261
+ Commercial distributors of software may accept certain responsibilities
262
+ with respect to end users, business partners and the like. While this
263
+ license is intended to facilitate the commercial use of the Program,
264
+ the Contributor who includes the Program in a commercial product
265
+ offering should do so in a manner which does not create potential
266
+ liability for other Contributors. Therefore, if a Contributor includes
267
+ the Program in a commercial product offering, such Contributor
268
+ ("Commercial Contributor") hereby agrees to defend and indemnify every
269
+ other Contributor ("Indemnified Contributor") against any losses,
270
+ damages and costs (collectively "Losses") arising from claims, lawsuits
271
+ and other legal actions brought by a third party against the Indemnified
272
+ Contributor to the extent caused by the acts or omissions of such
273
+ Commercial Contributor in connection with its distribution of the Program
274
+ in a commercial product offering. The obligations in this section do not
275
+ apply to any claims or Losses relating to any actual or alleged
276
+ intellectual property infringement. In order to qualify, an Indemnified
277
+ Contributor must: a) promptly notify the Commercial Contributor in
278
+ writing of such claim, and b) allow the Commercial Contributor to control,
279
+ and cooperate with the Commercial Contributor in, the defense and any
280
+ related settlement negotiations. The Indemnified Contributor may
281
+ participate in any such claim at its own expense.
282
+
283
+ For example, a Contributor might include the Program in a commercial
284
+ product offering, Product X. That Contributor is then a Commercial
285
+ Contributor. If that Commercial Contributor then makes performance
286
+ claims, or offers warranties related to Product X, those performance
287
+ claims and warranties are such Commercial Contributor's responsibility
288
+ alone. Under this section, the Commercial Contributor would have to
289
+ defend claims against the other Contributors related to those performance
290
+ claims and warranties, and if a court requires any other Contributor to
291
+ pay any damages as a result, the Commercial Contributor must pay
292
+ those damages.
293
+
294
+ 5. NO WARRANTY
295
+
296
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
297
+ PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
298
+ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
299
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
300
+ TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
301
+ PURPOSE. Each Recipient is solely responsible for determining the
302
+ appropriateness of using and distributing the Program and assumes all
303
+ risks associated with its exercise of rights under this Agreement,
304
+ including but not limited to the risks and costs of program errors,
305
+ compliance with applicable laws, damage to or loss of data, programs
306
+ or equipment, and unavailability or interruption of operations.
307
+
308
+ 6. DISCLAIMER OF LIABILITY
309
+
310
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
311
+ PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
312
+ SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
313
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
314
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
315
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
316
+ ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
317
+ EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
318
+ POSSIBILITY OF SUCH DAMAGES.
319
+
320
+ 7. GENERAL
321
+
322
+ If any provision of this Agreement is invalid or unenforceable under
323
+ applicable law, it shall not affect the validity or enforceability of
324
+ the remainder of the terms of this Agreement, and without further
325
+ action by the parties hereto, such provision shall be reformed to the
326
+ minimum extent necessary to make such provision valid and enforceable.
327
+
328
+ If Recipient institutes patent litigation against any entity
329
+ (including a cross-claim or counterclaim in a lawsuit) alleging that the
330
+ Program itself (excluding combinations of the Program with other software
331
+ or hardware) infringes such Recipient's patent(s), then such Recipient's
332
+ rights granted under Section 2(b) shall terminate as of the date such
333
+ litigation is filed.
334
+
335
+ All Recipient's rights under this Agreement shall terminate if it
336
+ fails to comply with any of the material terms or conditions of this
337
+ Agreement and does not cure such failure in a reasonable period of
338
+ time after becoming aware of such noncompliance. If all Recipient's
339
+ rights under this Agreement terminate, Recipient agrees to cease use
340
+ and distribution of the Program as soon as reasonably practicable.
341
+ However, Recipient's obligations under this Agreement and any licenses
342
+ granted by Recipient relating to the Program shall continue and survive.
343
+
344
+ Everyone is permitted to copy and distribute copies of this Agreement,
345
+ but in order to avoid inconsistency the Agreement is copyrighted and
346
+ may only be modified in the following manner. The Agreement Steward
347
+ reserves the right to publish new versions (including revisions) of
348
+ this Agreement from time to time. No one other than the Agreement
349
+ Steward has the right to modify this Agreement. The Eclipse Foundation
350
+ is the initial Agreement Steward. The Eclipse Foundation may assign the
351
+ responsibility to serve as the Agreement Steward to a suitable separate
352
+ entity. Each new version of the Agreement will be given a distinguishing
353
+ version number. The Program (including Contributions) may always be
354
+ Distributed subject to the version of the Agreement under which it was
355
+ received. In addition, after a new version of the Agreement is published,
356
+ Contributor may elect to Distribute the Program (including its
357
+ Contributions) under the new version.
358
+
359
+ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
360
+ receives no rights or licenses to the intellectual property of any
361
+ Contributor under this Agreement, whether expressly, by implication,
362
+ estoppel or otherwise. All rights in the Program not expressly granted
363
+ under this Agreement are reserved. Nothing in this Agreement is intended
364
+ to be enforceable by any entity that is not a Contributor or Recipient.
365
+ No third-party beneficiary rights are created under this Agreement.
366
+
367
+ Exhibit A - Form of Secondary Licenses Notice
368
+
369
+ "This Source Code may also be made available under the following
370
+ Secondary Licenses when the conditions for such availability set forth
371
+ in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
372
+ version(s), and exceptions or additional permissions here}."
373
+
374
+ Simply including a copy of this Agreement, including this Exhibit A
375
+ is not sufficient to license the Source Code under Secondary Licenses.
376
+
377
+ If it is not possible or desirable to put the notice in a particular
378
+ file, then You may include the notice in a location (such as a LICENSE
379
+ file in a relevant directory) where a recipient would be likely to
380
+ look for such a notice.
381
+
382
+ You may add additional accurate notices of copyright ownership.
383
+
384
+ ------------------
385
+ github.com/elliotchance/pie/v2 v2.9.1
137
386
  ------------------
138
387
  MIT License
139
388
 
@@ -158,7 +407,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
158
407
  SOFTWARE.
159
408
 
160
409
  ------------------
161
- github.com/go-gl/mathgl v1.0.0
410
+ github.com/go-gl/mathgl v1.2.0
162
411
  ------------------
163
412
  Copyright ©2013 The go-gl Authors. All rights reserved.
164
413
 
@@ -184,11 +433,9 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
184
433
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
185
434
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
186
435
  ------------------
187
- github.com/go-stack/stack v1.8.0
436
+ github.com/goburrow/serial v0.1.0
188
437
  ------------------
189
- The MIT License (MIT)
190
-
191
- Copyright (c) 2014 Chris Hines
438
+ Copyright (c) 2015 Quoc-Viet Nguyen
192
439
 
193
440
  Permission is hereby granted, free of charge, to any person obtaining a copy
194
441
  of this software and associated documentation files (the "Software"), to deal
@@ -197,16 +444,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
197
444
  copies of the Software, and to permit persons to whom the Software is
198
445
  furnished to do so, subject to the following conditions:
199
446
 
200
- The above copyright notice and this permission notice shall be included in all
201
- copies or substantial portions of the Software.
447
+ The above copyright notice and this permission notice shall be included in
448
+ all copies or substantial portions of the Software.
202
449
 
203
450
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
204
451
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
205
452
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
206
453
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
207
454
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
208
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
209
- SOFTWARE.
455
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
456
+ THE SOFTWARE.
210
457
 
211
458
  ------------------
212
459
  github.com/google/go-cmp v0.6.0
@@ -240,7 +487,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
240
487
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
241
488
 
242
489
  ------------------
243
- github.com/gorilla/websocket v1.4.2
490
+ github.com/gorilla/websocket v1.5.3
244
491
  ------------------
245
492
  Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved.
246
493
 
@@ -339,7 +586,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
339
586
  SOFTWARE.
340
587
 
341
588
  ------------------
342
- github.com/mattn/go-sqlite3 v1.14.28
589
+ github.com/mattn/go-sqlite3 v1.14.37
343
590
  ------------------
344
591
  The MIT License (MIT)
345
592
 
@@ -887,11 +1134,11 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
887
1134
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
888
1135
 
889
1136
  ------------------
890
- github.com/sirupsen/logrus v1.9.3
1137
+ github.com/simonvetter/modbus v1.6.4
891
1138
  ------------------
892
- The MIT License (MIT)
1139
+ MIT License
893
1140
 
894
- Copyright (c) 2014 Simon Eskildsen
1141
+ Copyright (c) 2019 Simon Vetter
895
1142
 
896
1143
  Permission is hereby granted, free of charge, to any person obtaining a copy
897
1144
  of this software and associated documentation files (the "Software"), to deal
@@ -900,19 +1147,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
900
1147
  copies of the Software, and to permit persons to whom the Software is
901
1148
  furnished to do so, subject to the following conditions:
902
1149
 
903
- The above copyright notice and this permission notice shall be included in
904
- all copies or substantial portions of the Software.
1150
+ The above copyright notice and this permission notice shall be included in all
1151
+ copies or substantial portions of the Software.
905
1152
 
906
1153
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
907
1154
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
908
1155
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
909
1156
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
910
1157
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
911
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
912
- THE SOFTWARE.
1158
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1159
+ SOFTWARE.
913
1160
 
914
1161
  ------------------
915
- github.com/stretchr/testify v1.8.1
1162
+ github.com/stretchr/testify v1.7.1
916
1163
  ------------------
917
1164
  MIT License
918
1165
 
@@ -937,7 +1184,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
937
1184
  SOFTWARE.
938
1185
 
939
1186
  ------------------
940
- github.com/zabertech/go-ethereum v1.10.4-rpc-1 (fork github.com/ethereum/go-ethereum)
1187
+ github.com/zabertech/go-ethereum v1.10.4-rpc-2 (fork github.com/ethereum/go-ethereum)
941
1188
  ------------------
942
1189
  GNU GENERAL PUBLIC LICENSE
943
1190
  Version 3, 29 June 2007
@@ -1652,7 +1899,7 @@ POSSIBILITY OF SUCH DAMAGE.
1652
1899
 
1653
1900
 
1654
1901
  ------------------
1655
- gitlab.com/ZaberTech/zaber-device-db-service v0.0.0-20251031203245-14effe2b4703
1902
+ gitlab.com/ZaberTech/zaber-device-db-service v0.0.0-20260321034906-d07612c69337
1656
1903
  ------------------
1657
1904
  Copyright 2022 Zaber Technologies Inc.
1658
1905
 
@@ -1663,7 +1910,7 @@ The above copyright notice and this permission notice shall be included in all c
1663
1910
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1664
1911
 
1665
1912
  ------------------
1666
- gitlab.com/ZaberTech/zaber-go-lib v0.0.0-20250729223504-20f21b4d47e2
1913
+ gitlab.com/ZaberTech/zaber-go-lib v0.0.0-20260321034215-e98f002fe839
1667
1914
  ------------------
1668
1915
  Copyright 2022 Zaber Technologies Inc.
1669
1916
 
@@ -1674,7 +1921,7 @@ The above copyright notice and this permission notice shall be included in all c
1674
1921
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1675
1922
 
1676
1923
  ------------------
1677
- go.mongodb.org/mongo-driver v1.14.0
1924
+ go.mongodb.org/mongo-driver v1.17.9
1678
1925
  ------------------
1679
1926
  Apache License
1680
1927
  Version 2.0, January 2004
@@ -1879,40 +2126,9 @@ go.mongodb.org/mongo-driver v1.14.0
1879
2126
  limitations under the License.
1880
2127
 
1881
2128
  ------------------
1882
- golang.org/x/crypto v0.11.0
1883
- ------------------
1884
- Copyright (c) 2009 The Go Authors. All rights reserved.
1885
-
1886
- Redistribution and use in source and binary forms, with or without
1887
- modification, are permitted provided that the following conditions are
1888
- met:
1889
-
1890
- * Redistributions of source code must retain the above copyright
1891
- notice, this list of conditions and the following disclaimer.
1892
- * Redistributions in binary form must reproduce the above
1893
- copyright notice, this list of conditions and the following disclaimer
1894
- in the documentation and/or other materials provided with the
1895
- distribution.
1896
- * Neither the name of Google Inc. nor the names of its
1897
- contributors may be used to endorse or promote products derived from
1898
- this software without specific prior written permission.
1899
-
1900
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1901
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1902
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1903
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1904
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1905
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1906
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1907
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1908
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1909
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1910
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1911
-
1912
- ------------------
1913
- golang.org/x/exp v0.0.0-20220321173239-a90fa8a75705
2129
+ golang.org/x/crypto v0.32.0
1914
2130
  ------------------
1915
- Copyright (c) 2009 The Go Authors. All rights reserved.
2131
+ Copyright 2009 The Go Authors.
1916
2132
 
1917
2133
  Redistribution and use in source and binary forms, with or without
1918
2134
  modification, are permitted provided that the following conditions are
@@ -1924,7 +2140,7 @@ notice, this list of conditions and the following disclaimer.
1924
2140
  copyright notice, this list of conditions and the following disclaimer
1925
2141
  in the documentation and/or other materials provided with the
1926
2142
  distribution.
1927
- * Neither the name of Google Inc. nor the names of its
2143
+ * Neither the name of Google LLC nor the names of its
1928
2144
  contributors may be used to endorse or promote products derived from
1929
2145
  this software without specific prior written permission.
1930
2146
 
@@ -1941,7 +2157,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1941
2157
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1942
2158
 
1943
2159
  ------------------
1944
- golang.org/x/image v0.25.0
2160
+ golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
1945
2161
  ------------------
1946
2162
  Copyright 2009 The Go Authors.
1947
2163
 
@@ -1972,9 +2188,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1972
2188
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1973
2189
 
1974
2190
  ------------------
1975
- golang.org/x/mod v0.12.0
2191
+ golang.org/x/mod v0.34.0
1976
2192
  ------------------
1977
- Copyright (c) 2009 The Go Authors. All rights reserved.
2193
+ Copyright 2009 The Go Authors.
1978
2194
 
1979
2195
  Redistribution and use in source and binary forms, with or without
1980
2196
  modification, are permitted provided that the following conditions are
@@ -1986,7 +2202,7 @@ notice, this list of conditions and the following disclaimer.
1986
2202
  copyright notice, this list of conditions and the following disclaimer
1987
2203
  in the documentation and/or other materials provided with the
1988
2204
  distribution.
1989
- * Neither the name of Google Inc. nor the names of its
2205
+ * Neither the name of Google LLC nor the names of its
1990
2206
  contributors may be used to endorse or promote products derived from
1991
2207
  this software without specific prior written permission.
1992
2208
 
@@ -2034,9 +2250,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2034
2250
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2035
2251
 
2036
2252
  ------------------
2037
- golang.org/x/sync v0.3.0
2253
+ golang.org/x/sync v0.10.0
2038
2254
  ------------------
2039
- Copyright (c) 2009 The Go Authors. All rights reserved.
2255
+ Copyright 2009 The Go Authors.
2040
2256
 
2041
2257
  Redistribution and use in source and binary forms, with or without
2042
2258
  modification, are permitted provided that the following conditions are
@@ -2048,7 +2264,7 @@ notice, this list of conditions and the following disclaimer.
2048
2264
  copyright notice, this list of conditions and the following disclaimer
2049
2265
  in the documentation and/or other materials provided with the
2050
2266
  distribution.
2051
- * Neither the name of Google Inc. nor the names of its
2267
+ * Neither the name of Google LLC nor the names of its
2052
2268
  contributors may be used to endorse or promote products derived from
2053
2269
  this software without specific prior written permission.
2054
2270
 
@@ -2065,9 +2281,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2065
2281
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2066
2282
 
2067
2283
  ------------------
2068
- golang.org/x/sys v0.10.0
2284
+ golang.org/x/sys v0.42.0
2069
2285
  ------------------
2070
- Copyright (c) 2009 The Go Authors. All rights reserved.
2286
+ Copyright 2009 The Go Authors.
2071
2287
 
2072
2288
  Redistribution and use in source and binary forms, with or without
2073
2289
  modification, are permitted provided that the following conditions are
@@ -2079,7 +2295,7 @@ notice, this list of conditions and the following disclaimer.
2079
2295
  copyright notice, this list of conditions and the following disclaimer
2080
2296
  in the documentation and/or other materials provided with the
2081
2297
  distribution.
2082
- * Neither the name of Google Inc. nor the names of its
2298
+ * Neither the name of Google LLC nor the names of its
2083
2299
  contributors may be used to endorse or promote products derived from
2084
2300
  this software without specific prior written permission.
2085
2301
 
@@ -2127,7 +2343,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2127
2343
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2128
2344
 
2129
2345
  ------------------
2130
- golang.org/x/tools v0.26.0
2346
+ golang.org/x/tools v0.43.0
2131
2347
  ------------------
2132
2348
  Copyright 2009 The Go Authors.
2133
2349
 
@@ -2158,7 +2374,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2158
2374
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2159
2375
 
2160
2376
  ------------------
2161
- gonum.org/v1/gonum v0.16.0
2377
+ gonum.org/v1/gonum v0.17.0
2162
2378
  ------------------
2163
2379
  Copyright ©2013 The Gonum Authors. All rights reserved.
2164
2380
 
@@ -2183,35 +2399,6 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2183
2399
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2184
2400
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2185
2401
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2186
- ------------------
2187
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
2188
- ------------------
2189
- Gocheck - A rich testing framework for Go
2190
-
2191
- Copyright (c) 2010-2013 Gustavo Niemeyer <gustavo@niemeyer.net>
2192
-
2193
- All rights reserved.
2194
-
2195
- Redistribution and use in source and binary forms, with or without
2196
- modification, are permitted provided that the following conditions are met:
2197
-
2198
- 1. Redistributions of source code must retain the above copyright notice, this
2199
- list of conditions and the following disclaimer.
2200
- 2. Redistributions in binary form must reproduce the above copyright notice,
2201
- this list of conditions and the following disclaimer in the documentation
2202
- and/or other materials provided with the distribution.
2203
-
2204
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2205
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2206
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2207
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
2208
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2209
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2210
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2211
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2212
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2213
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2214
-
2215
2402
  ------------------
2216
2403
  gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
2217
2404
  ------------------