@kvaser/canking-api 7.1.0-beta.241 → 7.1.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 (504) hide show
  1. package/README.md +98 -64
  2. package/REDISTRIBUTABLES.txt +86 -2
  3. package/dist/ElectronAPIFake.js +1 -1
  4. package/dist/ElectronAPIFake.mjs +16 -13
  5. package/dist/controls.js +1 -1
  6. package/dist/controls.mjs +1103 -1107
  7. package/dist/grpc.js +1 -1
  8. package/dist/grpc.mjs +69 -55
  9. package/dist/ipc/index.d.ts +6 -0
  10. package/dist/ipc.js +1 -1
  11. package/dist/ipc.mjs +28 -25
  12. package/dist/measurement_settings.js +1 -1
  13. package/dist/measurement_settings.mjs +229 -244
  14. package/dist/models/index.d.ts +4 -1
  15. package/dist/models.js +1 -1
  16. package/dist/models.mjs +188 -181
  17. package/dist/protos/app_params.d.ts +10 -0
  18. package/dist/protos/frame_params.d.ts +2 -6
  19. package/dist/protos/measurement_params.d.ts +9 -0
  20. package/dist/protos/measurement_service.d.ts +29 -1
  21. package/dist/protos/measurement_settings.d.ts +3 -3
  22. package/dist/protos/signal_params.d.ts +3 -0
  23. package/dist/status_params.js +1 -1
  24. package/dist/status_params.mjs +589 -491
  25. package/doc/assets/favicon.png +0 -0
  26. package/doc/assets/hierarchy.js +1 -0
  27. package/doc/assets/highlight.css +16 -16
  28. package/doc/assets/icons.js +1 -1
  29. package/doc/assets/icons.svg +1 -1
  30. package/doc/assets/main.js +5 -5
  31. package/doc/assets/navigation.js +1 -1
  32. package/doc/assets/search.js +1 -1
  33. package/doc/assets/style.css +1405 -1288
  34. package/doc/classes/controls.LocalizedStrings.html +3 -176
  35. package/doc/classes/models.DataBuffer.html +16 -189
  36. package/doc/classes/models.DataBufferView.html +11 -184
  37. package/doc/classes/models.Point.html +7 -180
  38. package/doc/enums/models.AccessMode.html +9 -182
  39. package/doc/enums/models.AppEvent.html +6 -179
  40. package/doc/enums/models.CanChannelCap.html +44 -217
  41. package/doc/enums/models.CanFrameFlag.html +27 -200
  42. package/doc/enums/models.CanMode.html +7 -180
  43. package/doc/enums/models.DecimalChar.html +5 -178
  44. package/doc/enums/models.DeviceEvent.html +6 -179
  45. package/doc/enums/models.FileConflictAction.html +7 -180
  46. package/doc/enums/models.FileType.html +7 -0
  47. package/doc/enums/models.LinFrameFlag.html +12 -185
  48. package/doc/enums/models.LogFileFormat.html +48 -221
  49. package/doc/enums/models.LogLevel.html +17 -190
  50. package/doc/enums/models.LogReplayState.html +6 -179
  51. package/doc/enums/models.MeasurementEvent.html +12 -185
  52. package/doc/enums/models.MessageLoggerState.html +7 -180
  53. package/doc/enums/models.Protocols.html +9 -182
  54. package/doc/enums/models.Separator.html +5 -178
  55. package/doc/enums/models.SignalEncoding.html +5 -178
  56. package/doc/enums/models.SignalType.html +12 -185
  57. package/doc/enums/models.SignalValueTriggerOperator.html +13 -186
  58. package/doc/enums/models.StatusLevel.html +7 -180
  59. package/doc/enums/models.TimeReference.html +5 -178
  60. package/doc/enums/models.TriggerOperator.html +6 -179
  61. package/doc/functions/controls.CanChannelSelectControl.html +2 -175
  62. package/doc/functions/controls.CanIdentifierControl.html +2 -175
  63. package/doc/functions/controls.CanIdentifierFrameControl.html +2 -175
  64. package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -175
  65. package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -175
  66. package/doc/functions/controls.CanKingDataProvider.html +5 -178
  67. package/doc/functions/controls.CheckboxControl.html +2 -175
  68. package/doc/functions/controls.ColumnItemControl.html +2 -175
  69. package/doc/functions/controls.ContextMenu.html +2 -175
  70. package/doc/functions/controls.DropdownButton.html +2 -175
  71. package/doc/functions/controls.DropdownButtonTextItems.html +2 -175
  72. package/doc/functions/controls.DropdownPanel.html +2 -175
  73. package/doc/functions/controls.FillBox.html +19 -192
  74. package/doc/functions/controls.FormControlRow.html +2 -175
  75. package/doc/functions/controls.InlineEditor.html +2 -175
  76. package/doc/functions/controls.NumberRangeControl.html +2 -175
  77. package/doc/functions/controls.OneLineButton.html +19 -192
  78. package/doc/functions/controls.RadioControl.html +2 -175
  79. package/doc/functions/controls.RadioGroupControl.html +2 -175
  80. package/doc/functions/controls.SectionControl.html +2 -175
  81. package/doc/functions/controls.SelectControl.html +2 -175
  82. package/doc/functions/controls.SizedBox.html +19 -192
  83. package/doc/functions/controls.TableControl.html +3 -176
  84. package/doc/functions/controls.TabsPanel.html +19 -192
  85. package/doc/functions/controls.TextControl.html +2 -175
  86. package/doc/functions/controls.ToolbarControl.html +2 -175
  87. package/doc/functions/controls.ValidateableTextControl.html +2 -175
  88. package/doc/functions/controls.useColumnItem.html +3 -176
  89. package/doc/functions/controls.useColumnItems.html +3 -176
  90. package/doc/functions/hooks.useDevices.html +3 -176
  91. package/doc/functions/hooks.useIsOnline.html +3 -176
  92. package/doc/functions/hooks.useLanguage.html +3 -176
  93. package/doc/functions/hooks.useLocalizedStrings.html +3 -176
  94. package/doc/functions/hooks.useLogMessages.html +3 -176
  95. package/doc/functions/hooks.useMaxDataBytes.html +2 -175
  96. package/doc/functions/hooks.useMeasurementSetup.html +3 -176
  97. package/doc/functions/hooks.useMeasurementStatus.html +3 -176
  98. package/doc/functions/hooks.useMessageLogFileFormats.html +2 -175
  99. package/doc/functions/hooks.useNewMeasurementData.html +5 -178
  100. package/doc/functions/hooks.useNodeStatus.html +3 -176
  101. package/doc/functions/hooks.useNumericRadix.html +3 -176
  102. package/doc/functions/hooks.useOnlineStatus.html +3 -176
  103. package/doc/functions/hooks.useOverallStatusLevel.html +3 -176
  104. package/doc/functions/hooks.useProjectData.html +5 -178
  105. package/doc/functions/hooks.useRecentProjectFiles.html +2 -175
  106. package/doc/functions/hooks.useRunningPeriodicTransmissions.html +3 -176
  107. package/doc/functions/hooks.useSessionData.html +5 -178
  108. package/doc/functions/hooks.useUserSettings.html +3 -176
  109. package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -175
  110. package/doc/functions/icons.AddIcon.html +4 -175
  111. package/doc/functions/icons.ArrowDownIcon.html +4 -175
  112. package/doc/functions/icons.ArrowLeftIcon.html +4 -175
  113. package/doc/functions/icons.ArrowRightIcon.html +4 -175
  114. package/doc/functions/icons.ArrowUpIcon.html +4 -175
  115. package/doc/functions/icons.BusIsOffIcon.html +4 -175
  116. package/doc/functions/icons.BusIsOnIcon.html +4 -175
  117. package/doc/functions/icons.CloseIcon.html +4 -175
  118. package/doc/functions/icons.CopyIcon.html +4 -175
  119. package/doc/functions/icons.DarkModeIcon.html +4 -175
  120. package/doc/functions/icons.DeleteIcon.html +4 -175
  121. package/doc/functions/icons.DisableIcon.html +4 -175
  122. package/doc/functions/icons.EditIcon.html +4 -175
  123. package/doc/functions/icons.FilterIcon.html +4 -175
  124. package/doc/functions/icons.FixedPositionIcon.html +4 -175
  125. package/doc/functions/icons.LeaveFullScreenIcon.html +4 -175
  126. package/doc/functions/icons.LightModeIcon.html +4 -175
  127. package/doc/functions/icons.LineArrowDownIcon.html +4 -175
  128. package/doc/functions/icons.LineArrowUpIcon.html +4 -175
  129. package/doc/functions/icons.MaximizeWindowIcon.html +4 -175
  130. package/doc/functions/icons.MeasurementSetupIcon.html +4 -175
  131. package/doc/functions/icons.MoreHorizIcon.html +4 -175
  132. package/doc/functions/icons.MoreVertIcon.html +4 -175
  133. package/doc/functions/icons.NewIcon.html +4 -175
  134. package/doc/functions/icons.OpenExternallyIcon.html +4 -175
  135. package/doc/functions/icons.OpenIcon.html +4 -175
  136. package/doc/functions/icons.PauseIcon.html +4 -175
  137. package/doc/functions/icons.PlayIcon.html +4 -175
  138. package/doc/functions/icons.PlaySolidIcon.html +4 -175
  139. package/doc/functions/icons.SaveIcon.html +4 -175
  140. package/doc/functions/icons.SelectAllIcon.html +4 -175
  141. package/doc/functions/icons.ServiceIconActive.html +4 -175
  142. package/doc/functions/icons.ServiceIconInactive.html +4 -175
  143. package/doc/functions/icons.SettingsIcon.html +4 -175
  144. package/doc/functions/icons.StopIcon.html +4 -175
  145. package/doc/functions/icons.StopSolidIcon.html +4 -175
  146. package/doc/functions/icons.ToolsPanelHiddenIcon.html +4 -175
  147. package/doc/functions/icons.ToolsPanelVisibleIcon.html +4 -175
  148. package/doc/functions/icons.UnmaximizeWindowIcon.html +4 -175
  149. package/doc/functions/icons.WorkspacesIcon.html +4 -175
  150. package/doc/functions/ipc.addDataProcessor.html +3 -176
  151. package/doc/functions/ipc.addSource.html +3 -176
  152. package/doc/functions/ipc.addTarget.html +3 -176
  153. package/doc/functions/ipc.connectNodes.html +3 -176
  154. package/doc/functions/ipc.deleteDataProcessor.html +3 -176
  155. package/doc/functions/ipc.deleteSource.html +3 -176
  156. package/doc/functions/ipc.deleteTarget.html +3 -176
  157. package/doc/functions/ipc.disableNode.html +3 -176
  158. package/doc/functions/ipc.disconnectNodes.html +3 -176
  159. package/doc/functions/ipc.enableNode.html +3 -176
  160. package/doc/functions/ipc.getFrameDefinitions.html +3 -176
  161. package/doc/functions/ipc.getLogger.html +3 -176
  162. package/doc/functions/ipc.getMessageLogFileFormats.html +3 -176
  163. package/doc/functions/ipc.sendCanMessage.html +4 -177
  164. package/doc/functions/ipc.sendMessage.html +3 -176
  165. package/doc/functions/ipc.showMessageBox.html +3 -176
  166. package/doc/functions/ipc.showQuestionBox.html +3 -176
  167. package/doc/functions/ipc.startLogReplay.html +3 -176
  168. package/doc/functions/ipc.startMeasurement.html +2 -175
  169. package/doc/functions/ipc.startPeriodicTransmission.html +3 -176
  170. package/doc/functions/ipc.stopLogReplay.html +3 -176
  171. package/doc/functions/ipc.stopMeasurement.html +2 -175
  172. package/doc/functions/ipc.stopPeriodicTransmission.html +3 -176
  173. package/doc/functions/ipc.updateDataProcessor.html +3 -176
  174. package/doc/functions/ipc.updatePeriodicTransmission.html +4 -0
  175. package/doc/functions/ipc.updateSource.html +3 -176
  176. package/doc/functions/ipc.updateTarget.html +3 -176
  177. package/doc/functions/models.accessModeFromJSON.html +1 -174
  178. package/doc/functions/models.accessModeToJSON.html +1 -174
  179. package/doc/functions/models.appEventFromJSON.html +1 -174
  180. package/doc/functions/models.appEventToJSON.html +1 -174
  181. package/doc/functions/models.canChannelCapFromJSON.html +1 -174
  182. package/doc/functions/models.canChannelCapToJSON.html +1 -174
  183. package/doc/functions/models.canFrameFlagFromJSON.html +1 -174
  184. package/doc/functions/models.canFrameFlagToJSON.html +1 -174
  185. package/doc/functions/models.canModeFromJSON.html +1 -174
  186. package/doc/functions/models.canModeToJSON.html +1 -174
  187. package/doc/functions/models.createElectronApiFake.html +3 -176
  188. package/doc/functions/models.decimalCharFromJSON.html +1 -174
  189. package/doc/functions/models.decimalCharToJSON.html +1 -174
  190. package/doc/functions/models.decimalToFixed.html +1 -174
  191. package/doc/functions/models.decimalToHex.html +1 -174
  192. package/doc/functions/models.deviceEventFromJSON.html +1 -174
  193. package/doc/functions/models.deviceEventToJSON.html +1 -174
  194. package/doc/functions/models.fileConflictActionFromJSON.html +1 -174
  195. package/doc/functions/models.fileConflictActionToJSON.html +1 -174
  196. package/doc/functions/models.fileTypeFromJSON.html +1 -0
  197. package/doc/functions/models.fileTypeToJSON.html +1 -0
  198. package/doc/functions/models.linFrameFlagFromJSON.html +1 -174
  199. package/doc/functions/models.linFrameFlagToJSON.html +1 -174
  200. package/doc/functions/models.logFileFormatFromJSON.html +1 -174
  201. package/doc/functions/models.logFileFormatToJSON.html +1 -174
  202. package/doc/functions/models.logLevelFromJSON.html +1 -174
  203. package/doc/functions/models.logLevelToJSON.html +1 -174
  204. package/doc/functions/models.logReplayStateFromJSON.html +1 -174
  205. package/doc/functions/models.logReplayStateToJSON.html +1 -174
  206. package/doc/functions/models.longToNumber.html +1 -174
  207. package/doc/functions/models.measurementEventFromJSON.html +1 -174
  208. package/doc/functions/models.measurementEventToJSON.html +1 -174
  209. package/doc/functions/models.messageLoggerStateFromJSON.html +1 -174
  210. package/doc/functions/models.messageLoggerStateToJSON.html +1 -174
  211. package/doc/functions/models.protocolsFromJSON.html +1 -174
  212. package/doc/functions/models.protocolsToJSON.html +1 -174
  213. package/doc/functions/models.separatorFromJSON.html +1 -174
  214. package/doc/functions/models.separatorToJSON.html +1 -174
  215. package/doc/functions/models.signalEncodingFromJSON.html +1 -174
  216. package/doc/functions/models.signalEncodingToJSON.html +1 -174
  217. package/doc/functions/models.signalTypeFromJSON.html +1 -174
  218. package/doc/functions/models.signalTypeToJSON.html +1 -174
  219. package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +1 -174
  220. package/doc/functions/models.signalValueTriggerOperatorToJSON.html +1 -174
  221. package/doc/functions/models.statusLevelFromJSON.html +1 -174
  222. package/doc/functions/models.statusLevelToJSON.html +1 -174
  223. package/doc/functions/models.timeReferenceFromJSON.html +1 -174
  224. package/doc/functions/models.timeReferenceToJSON.html +1 -174
  225. package/doc/functions/models.triggerOperatorFromJSON.html +1 -174
  226. package/doc/functions/models.triggerOperatorToJSON.html +1 -174
  227. package/doc/hierarchy.html +1 -174
  228. package/doc/index.html +65 -237
  229. package/doc/interfaces/controls.ButtonGroupProps.html +6 -179
  230. package/doc/interfaces/controls.ButtonProps.html +10 -183
  231. package/doc/interfaces/controls.CanChannelSelectControlProps.html +14 -187
  232. package/doc/interfaces/controls.CanIdentifierControlProps.html +16 -189
  233. package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +14 -187
  234. package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +27 -200
  235. package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +17 -190
  236. package/doc/interfaces/controls.CheckboxControlProps.html +7 -180
  237. package/doc/interfaces/controls.ColumnItemControlProps.html +3 -176
  238. package/doc/interfaces/controls.ContextMenuProps.html +6 -179
  239. package/doc/interfaces/controls.DropdownButtonChildrenProps.html +4 -177
  240. package/doc/interfaces/controls.DropdownButtonProps.html +11 -184
  241. package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +9 -182
  242. package/doc/interfaces/controls.DropdownPanelProps.html +15 -188
  243. package/doc/interfaces/controls.FormControlRowProps.html +7 -180
  244. package/doc/interfaces/controls.ILocalizedStrings.html +3 -176
  245. package/doc/interfaces/controls.InlineEditorProps.html +9 -182
  246. package/doc/interfaces/controls.LabelProps.html +3 -176
  247. package/doc/interfaces/controls.NumberRangeControlProps.html +41 -214
  248. package/doc/interfaces/controls.RadioControlProps.html +4 -177
  249. package/doc/interfaces/controls.RadioGroupControlProps.html +6 -179
  250. package/doc/interfaces/controls.SectionControlProps.html +8 -181
  251. package/doc/interfaces/controls.SelectControlProps.html +20 -193
  252. package/doc/interfaces/controls.TableColumn.html +10 -183
  253. package/doc/interfaces/controls.TableControlProps.html +18 -191
  254. package/doc/interfaces/controls.TextControlProps.html +24 -197
  255. package/doc/interfaces/controls.ToggleButtonGroupProps.html +9 -182
  256. package/doc/interfaces/controls.ToggleButtonProps.html +5 -178
  257. package/doc/interfaces/controls.ToolbarControlProps.html +9 -182
  258. package/doc/interfaces/controls.ValidateableTextControlProps.html +40 -213
  259. package/doc/interfaces/controls.toolbarItem.html +7 -180
  260. package/doc/interfaces/ipc.ILogger.html +3 -176
  261. package/doc/interfaces/models.AboutInformation.html +8 -181
  262. package/doc/interfaces/models.ActivateLicenseRequest.html +6 -179
  263. package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +3 -176
  264. package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +3 -176
  265. package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +9 -182
  266. package/doc/interfaces/models.AddOrUpdateSourceRequest.html +5 -178
  267. package/doc/interfaces/models.AddOrUpdateTargetRequest.html +5 -178
  268. package/doc/interfaces/models.ApiPreferences.html +5 -178
  269. package/doc/interfaces/models.AppEventArgs.html +4 -177
  270. package/doc/interfaces/models.BaseNodeProperties.html +5 -178
  271. package/doc/interfaces/models.BusStatus.html +17 -190
  272. package/doc/interfaces/models.CanBusParamLimits.html +7 -180
  273. package/doc/interfaces/models.CanBusParams.html +3 -176
  274. package/doc/interfaces/models.CanBusSpeed.html +12 -185
  275. package/doc/interfaces/models.CanBusSpeedInfo.html +18 -191
  276. package/doc/interfaces/models.CanChannelCapacity.html +7 -180
  277. package/doc/interfaces/models.CanChannelConfiguration.html +12 -185
  278. package/doc/interfaces/models.CanFDBusSpeedCombination.html +4 -177
  279. package/doc/interfaces/models.CanFDBusSpeedInfo.html +14 -187
  280. package/doc/interfaces/models.CanFrameFlags.html +3 -176
  281. package/doc/interfaces/models.CanMessageFilterSettings.html +5 -178
  282. package/doc/interfaces/models.Channel.html +5 -178
  283. package/doc/interfaces/models.ChannelSettings.html +20 -193
  284. package/doc/interfaces/models.ClearLinMessageRequest.html +6 -179
  285. package/doc/interfaces/models.ConnectNodesRequest.html +4 -177
  286. package/doc/interfaces/models.DataProcessingStatus.html +6 -179
  287. package/doc/interfaces/models.DataProcessorNodeProperties.html +8 -181
  288. package/doc/interfaces/models.DatabasesSettings.html +3 -176
  289. package/doc/interfaces/models.Device.html +6 -179
  290. package/doc/interfaces/models.DeviceEventArgs.html +4 -177
  291. package/doc/interfaces/models.Devices.html +2 -175
  292. package/doc/interfaces/models.DisconnectNodesRequest.html +4 -177
  293. package/doc/interfaces/models.Empty.html +2 -175
  294. package/doc/interfaces/models.ErrorStatus.html +3 -176
  295. package/doc/interfaces/models.Frame.html +19 -192
  296. package/doc/interfaces/models.FrameDefinition.html +10 -181
  297. package/doc/interfaces/models.FrameDefinitions.html +2 -175
  298. package/doc/interfaces/models.FramePropertyValue.html +4 -177
  299. package/doc/interfaces/models.FrameReceivedTrigger.html +6 -179
  300. package/doc/interfaces/models.Frame_PropertiesEntry.html +2 -175
  301. package/doc/interfaces/models.Frames.html +2 -175
  302. package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +3 -176
  303. package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +6 -179
  304. package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +5 -178
  305. package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +4 -177
  306. package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +4 -177
  307. package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +3 -176
  308. package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +4 -177
  309. package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +4 -177
  310. package/doc/interfaces/models.GetDataProcessorResponse.html +3 -176
  311. package/doc/interfaces/models.GetDevicesRequest.html +3 -176
  312. package/doc/interfaces/models.GetDevicesResponse.html +3 -176
  313. package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +3 -176
  314. package/doc/interfaces/models.GetLicensesResponse.html +3 -176
  315. package/doc/interfaces/models.GetLogFileFormatsRequest.html +6 -179
  316. package/doc/interfaces/models.GetLogFileFormatsResponse.html +3 -176
  317. package/doc/interfaces/models.GetLogLevelResponse.html +4 -177
  318. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +3 -176
  319. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +3 -176
  320. package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +4 -177
  321. package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +7 -180
  322. package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +5 -178
  323. package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +4 -177
  324. package/doc/interfaces/models.GetSourceResponse.html +3 -176
  325. package/doc/interfaces/models.GetTargetResponse.html +3 -176
  326. package/doc/interfaces/models.ILogFileFormat.html +3 -176
  327. package/doc/interfaces/models.IProject.html +4 -177
  328. package/doc/interfaces/models.IUserSettings.html +13 -183
  329. package/doc/interfaces/models.IWorkspaceComponentPaneData.html +4 -177
  330. package/doc/interfaces/models.IWorkspaceContainerPaneData.html +4 -177
  331. package/doc/interfaces/models.IWorkspaceData.html +4 -177
  332. package/doc/interfaces/models.IWorkspacePaneData.html +4 -177
  333. package/doc/interfaces/models.IdentifierRequest.html +3 -176
  334. package/doc/interfaces/models.IdentifiersRequest.html +3 -176
  335. package/doc/interfaces/models.InstallServiceExtensionRequest.html +6 -179
  336. package/doc/interfaces/models.InterpreterSettings.html +4 -177
  337. package/doc/interfaces/models.J1939InterpreterSettings.html +2 -175
  338. package/doc/interfaces/models.LicenseInformation.html +18 -191
  339. package/doc/interfaces/models.Licenses.html +3 -176
  340. package/doc/interfaces/models.LinChannelConfiguration.html +12 -185
  341. package/doc/interfaces/models.LinFrameFlags.html +3 -176
  342. package/doc/interfaces/models.LogMessage.html +8 -181
  343. package/doc/interfaces/models.LogMessages.html +3 -176
  344. package/doc/interfaces/models.LogReplaySettings.html +24 -197
  345. package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +2 -175
  346. package/doc/interfaces/models.LogReplayStatus.html +3 -176
  347. package/doc/interfaces/models.MeasurementEventArgs.html +5 -178
  348. package/doc/interfaces/models.MeasurementSetup.html +3 -176
  349. package/doc/interfaces/models.MessageLoggerSettings.html +40 -213
  350. package/doc/interfaces/models.MessageLoggerStatus.html +3 -176
  351. package/doc/interfaces/models.NodeStatus.html +18 -191
  352. package/doc/interfaces/models.NodeStatuses.html +3 -176
  353. package/doc/interfaces/models.OnlineStatus.html +3 -176
  354. package/doc/interfaces/models.PeriodicTransmissionSettings.html +34 -207
  355. package/doc/interfaces/models.RequestLinMessageRequest.html +6 -179
  356. package/doc/interfaces/models.ScheduleTable.html +5 -178
  357. package/doc/interfaces/models.ScheduleTableEntry.html +5 -178
  358. package/doc/interfaces/models.SendLinWakeupFrameRequest.html +4 -177
  359. package/doc/interfaces/models.SendMessageRequest.html +3 -176
  360. package/doc/interfaces/models.ServiceExtensionSettings.html +4 -177
  361. package/doc/interfaces/models.SetLogLevelRequest.html +4 -177
  362. package/doc/interfaces/models.SetMeasurementSetupRequest.html +3 -176
  363. package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +7 -180
  364. package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +5 -178
  365. package/doc/interfaces/models.SignalDefinition.html +11 -181
  366. package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +2 -175
  367. package/doc/interfaces/models.SignalDefinitions.html +2 -175
  368. package/doc/interfaces/models.SignalValue.html +5 -180
  369. package/doc/interfaces/models.SignalValueTrigger.html +14 -187
  370. package/doc/interfaces/models.SourceNodeProperties.html +7 -180
  371. package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +3 -176
  372. package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +3 -176
  373. package/doc/interfaces/models.TargetNodeProperties.html +5 -178
  374. package/doc/interfaces/models.TriggerSettings.html +8 -181
  375. package/doc/interfaces/models.UninstallServiceExtensionRequest.html +3 -176
  376. package/doc/interfaces/models.UpdateLinMessageRequest.html +4 -177
  377. package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +7 -0
  378. package/doc/interfaces/models.WriteFrame.html +6 -183
  379. package/doc/modules/controls.html +3 -241
  380. package/doc/modules/hooks.html +3 -196
  381. package/doc/modules/icons.html +2 -216
  382. package/doc/modules/ipc.html +2 -202
  383. package/doc/modules/models.html +2 -478
  384. package/doc/modules.html +1 -179
  385. package/doc/types/controls.ContextMenuOption.html +6 -179
  386. package/doc/types/controls.SelectOption.html +4 -177
  387. package/doc/types/controls.StringsMap.html +2 -175
  388. package/doc/types/controls.canIdentifierType.html +2 -175
  389. package/doc/types/models.IReadOnlyDataBuffer.html +1 -174
  390. package/doc/types/models.themes.html +1 -174
  391. package/doc/variables/models.AboutInformation-1.html +1 -174
  392. package/doc/variables/models.ActivateLicenseRequest-1.html +1 -174
  393. package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +1 -174
  394. package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +1 -174
  395. package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +1 -174
  396. package/doc/variables/models.AddOrUpdateSourceRequest-1.html +1 -174
  397. package/doc/variables/models.AddOrUpdateTargetRequest-1.html +1 -174
  398. package/doc/variables/models.ApiPreferences-1.html +1 -174
  399. package/doc/variables/models.AppEventArgs-1.html +1 -174
  400. package/doc/variables/models.BaseNodeProperties-1.html +1 -174
  401. package/doc/variables/models.BusStatus-1.html +1 -174
  402. package/doc/variables/models.CanBusParamLimits-1.html +1 -174
  403. package/doc/variables/models.CanBusParams-1.html +1 -174
  404. package/doc/variables/models.CanBusSpeed-1.html +1 -174
  405. package/doc/variables/models.CanBusSpeedInfo-1.html +1 -174
  406. package/doc/variables/models.CanChannelCapacity-1.html +1 -174
  407. package/doc/variables/models.CanChannelConfiguration-1.html +1 -174
  408. package/doc/variables/models.CanFDBusSpeedCombination-1.html +1 -174
  409. package/doc/variables/models.CanFDBusSpeedInfo-1.html +1 -174
  410. package/doc/variables/models.CanFrameFlags-1.html +1 -174
  411. package/doc/variables/models.CanMessageFilterSettings-1.html +1 -174
  412. package/doc/variables/models.Channel-1.html +1 -174
  413. package/doc/variables/models.ChannelSettings-1.html +1 -174
  414. package/doc/variables/models.ClearLinMessageRequest-1.html +1 -174
  415. package/doc/variables/models.ConnectNodesRequest-1.html +1 -174
  416. package/doc/variables/models.DataProcessingStatus-1.html +1 -174
  417. package/doc/variables/models.DataProcessorNodeProperties-1.html +1 -174
  418. package/doc/variables/models.DatabasesSettings-1.html +1 -174
  419. package/doc/variables/models.Device-1.html +1 -174
  420. package/doc/variables/models.DeviceEventArgs-1.html +1 -174
  421. package/doc/variables/models.Devices-1.html +1 -174
  422. package/doc/variables/models.DisconnectNodesRequest-1.html +1 -174
  423. package/doc/variables/models.Empty-1.html +1 -174
  424. package/doc/variables/models.ErrorStatus-1.html +1 -174
  425. package/doc/variables/models.Frame-1.html +1 -174
  426. package/doc/variables/models.FrameDefinition-1.html +1 -174
  427. package/doc/variables/models.FrameDefinitions-1.html +1 -174
  428. package/doc/variables/models.FramePropertyValue-1.html +1 -174
  429. package/doc/variables/models.FrameReceivedTrigger-1.html +1 -174
  430. package/doc/variables/models.Frame_PropertiesEntry-1.html +1 -174
  431. package/doc/variables/models.Frames-1.html +1 -174
  432. package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +1 -174
  433. package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +1 -174
  434. package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +1 -174
  435. package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +1 -174
  436. package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +1 -174
  437. package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +1 -174
  438. package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +1 -174
  439. package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +1 -174
  440. package/doc/variables/models.GetDataProcessorResponse-1.html +1 -174
  441. package/doc/variables/models.GetDevicesRequest-1.html +1 -174
  442. package/doc/variables/models.GetDevicesResponse-1.html +1 -174
  443. package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +1 -174
  444. package/doc/variables/models.GetLicensesResponse-1.html +1 -174
  445. package/doc/variables/models.GetLogFileFormatsRequest-1.html +1 -174
  446. package/doc/variables/models.GetLogFileFormatsResponse-1.html +1 -174
  447. package/doc/variables/models.GetLogLevelResponse-1.html +1 -174
  448. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +1 -174
  449. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +1 -174
  450. package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +1 -174
  451. package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +1 -174
  452. package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +1 -174
  453. package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +1 -174
  454. package/doc/variables/models.GetSourceResponse-1.html +1 -174
  455. package/doc/variables/models.GetTargetResponse-1.html +1 -174
  456. package/doc/variables/models.IdentifierRequest-1.html +1 -174
  457. package/doc/variables/models.IdentifiersRequest-1.html +1 -174
  458. package/doc/variables/models.InstallServiceExtensionRequest-1.html +1 -174
  459. package/doc/variables/models.InterpreterSettings-1.html +1 -174
  460. package/doc/variables/models.J1939InterpreterSettings-1.html +1 -174
  461. package/doc/variables/models.LicenseInformation-1.html +1 -174
  462. package/doc/variables/models.Licenses-1.html +1 -174
  463. package/doc/variables/models.LinChannelConfiguration-1.html +1 -174
  464. package/doc/variables/models.LinFrameFlags-1.html +1 -174
  465. package/doc/variables/models.LogMessage-1.html +1 -174
  466. package/doc/variables/models.LogMessages-1.html +1 -174
  467. package/doc/variables/models.LogReplaySettings-1.html +1 -174
  468. package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +1 -174
  469. package/doc/variables/models.LogReplayStatus-1.html +1 -174
  470. package/doc/variables/models.MeasurementEventArgs-1.html +1 -174
  471. package/doc/variables/models.MeasurementSetup-1.html +1 -174
  472. package/doc/variables/models.MessageLoggerSettings-1.html +1 -174
  473. package/doc/variables/models.MessageLoggerStatus-1.html +1 -174
  474. package/doc/variables/models.NodeStatus-1.html +1 -174
  475. package/doc/variables/models.NodeStatuses-1.html +1 -174
  476. package/doc/variables/models.OnlineStatus-1.html +1 -174
  477. package/doc/variables/models.PeriodicTransmissionSettings-1.html +1 -174
  478. package/doc/variables/models.RequestLinMessageRequest-1.html +1 -174
  479. package/doc/variables/models.ScheduleTable-1.html +1 -174
  480. package/doc/variables/models.ScheduleTableEntry-1.html +1 -174
  481. package/doc/variables/models.SendLinWakeupFrameRequest-1.html +1 -174
  482. package/doc/variables/models.SendMessageRequest-1.html +1 -174
  483. package/doc/variables/models.ServiceExtensionSettings-1.html +1 -174
  484. package/doc/variables/models.SetLogLevelRequest-1.html +1 -174
  485. package/doc/variables/models.SetMeasurementSetupRequest-1.html +1 -174
  486. package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +1 -174
  487. package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +1 -174
  488. package/doc/variables/models.SignalDefinition-1.html +1 -174
  489. package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +1 -174
  490. package/doc/variables/models.SignalDefinitions-1.html +1 -174
  491. package/doc/variables/models.SignalValue-1.html +1 -174
  492. package/doc/variables/models.SignalValueTrigger-1.html +1 -174
  493. package/doc/variables/models.SourceNodeProperties-1.html +1 -174
  494. package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +1 -174
  495. package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +1 -174
  496. package/doc/variables/models.TargetNodeProperties-1.html +1 -174
  497. package/doc/variables/models.TriggerSettings-1.html +1 -174
  498. package/doc/variables/models.UninstallServiceExtensionRequest-1.html +1 -174
  499. package/doc/variables/models.UpdateLinMessageRequest-1.html +1 -174
  500. package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +1 -0
  501. package/doc/variables/models.WriteFrame-1.html +1 -174
  502. package/doc/variables/models.defaultUserSettings.html +2 -175
  503. package/package.json +2 -3
  504. package/doc/assets/material-style.css +0 -338
@@ -1,9 +1,9 @@
1
- import { al as u, am as o, S as m, m as F, z as Pn, y as hn, Z as U, W as _, aa as T, a9 as C, a8 as R, U as H, R as q, ab as k } from "./measurement_settings.mjs";
1
+ import { al as u, am as o, S as E, m as U, z as On, y as hn, Z as _, W as T, aa as C, a9 as R, a8 as k, U as H, R as q, ab as I } from "./measurement_settings.mjs";
2
2
  import c from "long";
3
3
  function Y() {
4
4
  return {};
5
5
  }
6
- const On = {
6
+ const An = {
7
7
  encode(e, n = new u()) {
8
8
  return n;
9
9
  },
@@ -26,7 +26,7 @@ const On = {
26
26
  return {};
27
27
  },
28
28
  create(e) {
29
- return On.fromPartial(e ?? {});
29
+ return An.fromPartial(e ?? {});
30
30
  },
31
31
  fromPartial(e) {
32
32
  return Y();
@@ -100,7 +100,43 @@ const s = {
100
100
  function w(e) {
101
101
  return e != null;
102
102
  }
103
- var An = /* @__PURE__ */ ((e) => (e[e.LOG_LEVEL_TRACE = 0] = "LOG_LEVEL_TRACE", e[e.LOG_LEVEL_DEBUG = 1] = "LOG_LEVEL_DEBUG", e[e.LOG_LEVEL_INFORMATION = 2] = "LOG_LEVEL_INFORMATION", e[e.LOG_LEVEL_WARNING = 3] = "LOG_LEVEL_WARNING", e[e.LOG_LEVEL_ERROR = 4] = "LOG_LEVEL_ERROR", e[e.LOG_LEVEL_CRITICAL = 5] = "LOG_LEVEL_CRITICAL", e[e.LOG_LEVEL_NONE = 6] = "LOG_LEVEL_NONE", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(An || {});
103
+ var _n = /* @__PURE__ */ ((e) => (e[e.PROJECT_FILE = 0] = "PROJECT_FILE", e[e.LOG_FILE = 1] = "LOG_FILE", e[e.CAN_DATABASES = 2] = "CAN_DATABASES", e[e.LIN_DATABASES = 3] = "LIN_DATABASES", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(_n || {});
104
+ function Wr(e) {
105
+ switch (e) {
106
+ case 0:
107
+ case "PROJECT_FILE":
108
+ return 0;
109
+ case 1:
110
+ case "LOG_FILE":
111
+ return 1;
112
+ case 2:
113
+ case "CAN_DATABASES":
114
+ return 2;
115
+ case 3:
116
+ case "LIN_DATABASES":
117
+ return 3;
118
+ case -1:
119
+ case "UNRECOGNIZED":
120
+ default:
121
+ return -1;
122
+ }
123
+ }
124
+ function Kr(e) {
125
+ switch (e) {
126
+ case 0:
127
+ return "PROJECT_FILE";
128
+ case 1:
129
+ return "LOG_FILE";
130
+ case 2:
131
+ return "CAN_DATABASES";
132
+ case 3:
133
+ return "LIN_DATABASES";
134
+ case -1:
135
+ default:
136
+ return "UNRECOGNIZED";
137
+ }
138
+ }
139
+ var Tn = /* @__PURE__ */ ((e) => (e[e.LOG_LEVEL_TRACE = 0] = "LOG_LEVEL_TRACE", e[e.LOG_LEVEL_DEBUG = 1] = "LOG_LEVEL_DEBUG", e[e.LOG_LEVEL_INFORMATION = 2] = "LOG_LEVEL_INFORMATION", e[e.LOG_LEVEL_WARNING = 3] = "LOG_LEVEL_WARNING", e[e.LOG_LEVEL_ERROR = 4] = "LOG_LEVEL_ERROR", e[e.LOG_LEVEL_CRITICAL = 5] = "LOG_LEVEL_CRITICAL", e[e.LOG_LEVEL_NONE = 6] = "LOG_LEVEL_NONE", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Tn || {});
104
140
  function K(e) {
105
141
  switch (e) {
106
142
  case 0:
@@ -151,8 +187,8 @@ function Q(e) {
151
187
  return "UNRECOGNIZED";
152
188
  }
153
189
  }
154
- var _n = /* @__PURE__ */ ((e) => (e[e.APP_EVENT_UNSPECIFIED = 0] = "APP_EVENT_UNSPECIFIED", e[e.APP_EVENT_LICENSE_INFO_CHANGED = 1] = "APP_EVENT_LICENSE_INFO_CHANGED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(_n || {});
155
- function Tn(e) {
190
+ var Cn = /* @__PURE__ */ ((e) => (e[e.APP_EVENT_UNSPECIFIED = 0] = "APP_EVENT_UNSPECIFIED", e[e.APP_EVENT_LICENSE_INFO_CHANGED = 1] = "APP_EVENT_LICENSE_INFO_CHANGED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Cn || {});
191
+ function Rn(e) {
156
192
  switch (e) {
157
193
  case 0:
158
194
  case "APP_EVENT_UNSPECIFIED":
@@ -166,7 +202,7 @@ function Tn(e) {
166
202
  return -1;
167
203
  }
168
204
  }
169
- function Cn(e) {
205
+ function kn(e) {
170
206
  switch (e) {
171
207
  case 0:
172
208
  return "APP_EVENT_UNSPECIFIED";
@@ -180,7 +216,7 @@ function Cn(e) {
180
216
  function $() {
181
217
  return { preferences: void 0, logLevel: 0 };
182
218
  }
183
- const Rn = {
219
+ const In = {
184
220
  encode(e, n = new u()) {
185
221
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.logLevel !== 0 && n.uint32(16).int32(e.logLevel), n;
186
222
  },
@@ -221,7 +257,7 @@ const Rn = {
221
257
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.logLevel !== 0 && (n.logLevel = Q(e.logLevel)), n;
222
258
  },
223
259
  create(e) {
224
- return Rn.fromPartial(e ?? {});
260
+ return In.fromPartial(e ?? {});
225
261
  },
226
262
  fromPartial(e) {
227
263
  const n = $();
@@ -231,7 +267,7 @@ const Rn = {
231
267
  function z() {
232
268
  return { logLevel: 0 };
233
269
  }
234
- const kn = {
270
+ const Ln = {
235
271
  encode(e, n = new u()) {
236
272
  return e.logLevel !== 0 && n.uint32(8).int32(e.logLevel), n;
237
273
  },
@@ -263,7 +299,7 @@ const kn = {
263
299
  return e.logLevel !== 0 && (n.logLevel = Q(e.logLevel)), n;
264
300
  },
265
301
  create(e) {
266
- return kn.fromPartial(e ?? {});
302
+ return Ln.fromPartial(e ?? {});
267
303
  },
268
304
  fromPartial(e) {
269
305
  const n = z();
@@ -273,7 +309,7 @@ const kn = {
273
309
  function j() {
274
310
  return { time: c.ZERO, logLevel: 0, eventId: 0, categoryName: "", message: "" };
275
311
  }
276
- const I = {
312
+ const L = {
277
313
  encode(e, n = new u()) {
278
314
  return e.time.equals(c.ZERO) || n.uint32(8).int64(e.time.toString()), e.logLevel !== 0 && n.uint32(16).int32(e.logLevel), e.eventId !== 0 && n.uint32(24).int32(e.eventId), e.categoryName !== "" && n.uint32(34).string(e.categoryName), e.message !== "" && n.uint32(42).string(e.message), n;
279
315
  },
@@ -335,7 +371,7 @@ const I = {
335
371
  return e.time.equals(c.ZERO) || (n.time = (e.time || c.ZERO).toString()), e.logLevel !== 0 && (n.logLevel = Q(e.logLevel)), e.eventId !== 0 && (n.eventId = Math.round(e.eventId)), e.categoryName !== "" && (n.categoryName = e.categoryName), e.message !== "" && (n.message = e.message), n;
336
372
  },
337
373
  create(e) {
338
- return I.fromPartial(e ?? {});
374
+ return L.fromPartial(e ?? {});
339
375
  },
340
376
  fromPartial(e) {
341
377
  const n = j();
@@ -345,10 +381,10 @@ const I = {
345
381
  function ee() {
346
382
  return { items: [] };
347
383
  }
348
- const In = {
384
+ const gn = {
349
385
  encode(e, n = new u()) {
350
386
  for (const r of e.items)
351
- I.encode(r, n.uint32(10).fork()).join();
387
+ L.encode(r, n.uint32(10).fork()).join();
352
388
  return n;
353
389
  },
354
390
  decode(e, n) {
@@ -361,7 +397,7 @@ const In = {
361
397
  case 1: {
362
398
  if (i !== 10)
363
399
  break;
364
- t.items.push(I.decode(r, r.uint32()));
400
+ t.items.push(L.decode(r, r.uint32()));
365
401
  continue;
366
402
  }
367
403
  }
@@ -373,21 +409,21 @@ const In = {
373
409
  },
374
410
  fromJSON(e) {
375
411
  return {
376
- items: globalThis.Array.isArray(e == null ? void 0 : e.items) ? e.items.map((n) => I.fromJSON(n)) : []
412
+ items: globalThis.Array.isArray(e == null ? void 0 : e.items) ? e.items.map((n) => L.fromJSON(n)) : []
377
413
  };
378
414
  },
379
415
  toJSON(e) {
380
416
  var r;
381
417
  const n = {};
382
- return (r = e.items) != null && r.length && (n.items = e.items.map((a) => I.toJSON(a))), n;
418
+ return (r = e.items) != null && r.length && (n.items = e.items.map((a) => L.toJSON(a))), n;
383
419
  },
384
420
  create(e) {
385
- return In.fromPartial(e ?? {});
421
+ return gn.fromPartial(e ?? {});
386
422
  },
387
423
  fromPartial(e) {
388
424
  var r;
389
425
  const n = ee();
390
- return n.items = ((r = e.items) == null ? void 0 : r.map((a) => I.fromPartial(a))) || [], n;
426
+ return n.items = ((r = e.items) == null ? void 0 : r.map((a) => L.fromPartial(a))) || [], n;
391
427
  }
392
428
  };
393
429
  function ne() {
@@ -495,7 +531,7 @@ const P = {
495
531
  function re() {
496
532
  return { items: [] };
497
533
  }
498
- const L = {
534
+ const g = {
499
535
  encode(e, n = new u()) {
500
536
  for (const r of e.items)
501
537
  P.encode(r, n.uint32(10).fork()).join();
@@ -532,7 +568,7 @@ const L = {
532
568
  return (r = e.items) != null && r.length && (n.items = e.items.map((a) => P.toJSON(a))), n;
533
569
  },
534
570
  create(e) {
535
- return L.fromPartial(e ?? {});
571
+ return g.fromPartial(e ?? {});
536
572
  },
537
573
  fromPartial(e) {
538
574
  var r;
@@ -543,9 +579,9 @@ const L = {
543
579
  function ie() {
544
580
  return { eventType: 0, licenses: void 0 };
545
581
  }
546
- const Ln = {
582
+ const Jn = {
547
583
  encode(e, n = new u()) {
548
- return e.eventType !== 0 && n.uint32(8).int32(e.eventType), e.licenses !== void 0 && L.encode(e.licenses, n.uint32(18).fork()).join(), n;
584
+ return e.eventType !== 0 && n.uint32(8).int32(e.eventType), e.licenses !== void 0 && g.encode(e.licenses, n.uint32(18).fork()).join(), n;
549
585
  },
550
586
  decode(e, n) {
551
587
  const r = e instanceof o ? e : new o(e);
@@ -563,7 +599,7 @@ const Ln = {
563
599
  case 2: {
564
600
  if (i !== 18)
565
601
  break;
566
- t.licenses = L.decode(r, r.uint32());
602
+ t.licenses = g.decode(r, r.uint32());
567
603
  continue;
568
604
  }
569
605
  }
@@ -575,26 +611,26 @@ const Ln = {
575
611
  },
576
612
  fromJSON(e) {
577
613
  return {
578
- eventType: l(e.eventType) ? Tn(e.eventType) : 0,
579
- licenses: l(e.licenses) ? L.fromJSON(e.licenses) : void 0
614
+ eventType: l(e.eventType) ? Rn(e.eventType) : 0,
615
+ licenses: l(e.licenses) ? g.fromJSON(e.licenses) : void 0
580
616
  };
581
617
  },
582
618
  toJSON(e) {
583
619
  const n = {};
584
- return e.eventType !== 0 && (n.eventType = Cn(e.eventType)), e.licenses !== void 0 && (n.licenses = L.toJSON(e.licenses)), n;
620
+ return e.eventType !== 0 && (n.eventType = kn(e.eventType)), e.licenses !== void 0 && (n.licenses = g.toJSON(e.licenses)), n;
585
621
  },
586
622
  create(e) {
587
- return Ln.fromPartial(e ?? {});
623
+ return Jn.fromPartial(e ?? {});
588
624
  },
589
625
  fromPartial(e) {
590
626
  const n = ie();
591
- return n.eventType = e.eventType ?? 0, n.licenses = e.licenses !== void 0 && e.licenses !== null ? L.fromPartial(e.licenses) : void 0, n;
627
+ return n.eventType = e.eventType ?? 0, n.licenses = e.licenses !== void 0 && e.licenses !== null ? g.fromPartial(e.licenses) : void 0, n;
592
628
  }
593
629
  };
594
630
  function te() {
595
631
  return { preferences: void 0, filePath: "", replaceExisting: void 0 };
596
632
  }
597
- const gn = {
633
+ const vn = {
598
634
  encode(e, n = new u()) {
599
635
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.filePath !== "" && n.uint32(18).string(e.filePath), e.replaceExisting !== void 0 && n.uint32(24).bool(e.replaceExisting), n;
600
636
  },
@@ -642,7 +678,7 @@ const gn = {
642
678
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.filePath !== "" && (n.filePath = e.filePath), e.replaceExisting !== void 0 && (n.replaceExisting = e.replaceExisting), n;
643
679
  },
644
680
  create(e) {
645
- return gn.fromPartial(e ?? {});
681
+ return vn.fromPartial(e ?? {});
646
682
  },
647
683
  fromPartial(e) {
648
684
  const n = te();
@@ -652,7 +688,7 @@ const gn = {
652
688
  function ae() {
653
689
  return { preferences: void 0, name: "" };
654
690
  }
655
- const Jn = {
691
+ const Dn = {
656
692
  encode(e, n = new u()) {
657
693
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.name !== "" && n.uint32(18).string(e.name), n;
658
694
  },
@@ -693,7 +729,7 @@ const Jn = {
693
729
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.name !== "" && (n.name = e.name), n;
694
730
  },
695
731
  create(e) {
696
- return Jn.fromPartial(e ?? {});
732
+ return Dn.fromPartial(e ?? {});
697
733
  },
698
734
  fromPartial(e) {
699
735
  const n = ae();
@@ -703,7 +739,7 @@ const Jn = {
703
739
  function se() {
704
740
  return { preferences: void 0, filePathOrName: "" };
705
741
  }
706
- const vn = {
742
+ const xn = {
707
743
  encode(e, n = new u()) {
708
744
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.filePathOrName !== "" && n.uint32(18).string(e.filePathOrName), n;
709
745
  },
@@ -744,7 +780,7 @@ const vn = {
744
780
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.filePathOrName !== "" && (n.filePathOrName = e.filePathOrName), n;
745
781
  },
746
782
  create(e) {
747
- return vn.fromPartial(e ?? {});
783
+ return xn.fromPartial(e ?? {});
748
784
  },
749
785
  fromPartial(e) {
750
786
  const n = se();
@@ -754,7 +790,7 @@ const vn = {
754
790
  function oe() {
755
791
  return { name: "", displayName: "", description: "", version: "", author: "", defaultConfig: "" };
756
792
  }
757
- const xn = {
793
+ const Mn = {
758
794
  encode(e, n = new u()) {
759
795
  return e.name !== "" && n.uint32(10).string(e.name), e.displayName !== "" && n.uint32(18).string(e.displayName), e.description !== "" && n.uint32(26).string(e.description), e.version !== "" && n.uint32(34).string(e.version), e.author !== "" && n.uint32(42).string(e.author), e.defaultConfig !== "" && n.uint32(50).string(e.defaultConfig), n;
760
796
  },
@@ -823,7 +859,7 @@ const xn = {
823
859
  return e.name !== "" && (n.name = e.name), e.displayName !== "" && (n.displayName = e.displayName), e.description !== "" && (n.description = e.description), e.version !== "" && (n.version = e.version), e.author !== "" && (n.author = e.author), e.defaultConfig !== "" && (n.defaultConfig = e.defaultConfig), n;
824
860
  },
825
861
  create(e) {
826
- return xn.fromPartial(e ?? {});
862
+ return Mn.fromPartial(e ?? {});
827
863
  },
828
864
  fromPartial(e) {
829
865
  const n = oe();
@@ -833,7 +869,7 @@ const xn = {
833
869
  function ue() {
834
870
  return { licenses: [] };
835
871
  }
836
- const Dn = {
872
+ const Gn = {
837
873
  encode(e, n = new u()) {
838
874
  for (const r of e.licenses)
839
875
  P.encode(r, n.uint32(10).fork()).join();
@@ -870,7 +906,7 @@ const Dn = {
870
906
  return (r = e.licenses) != null && r.length && (n.licenses = e.licenses.map((a) => P.toJSON(a))), n;
871
907
  },
872
908
  create(e) {
873
- return Dn.fromPartial(e ?? {});
909
+ return Gn.fromPartial(e ?? {});
874
910
  },
875
911
  fromPartial(e) {
876
912
  var r;
@@ -881,7 +917,7 @@ const Dn = {
881
917
  function fe() {
882
918
  return { preferences: void 0, licenseKey: "", productId: "" };
883
919
  }
884
- const Mn = {
920
+ const bn = {
885
921
  encode(e, n = new u()) {
886
922
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.licenseKey !== "" && n.uint32(18).string(e.licenseKey), e.productId !== "" && n.uint32(26).string(e.productId), n;
887
923
  },
@@ -929,7 +965,7 @@ const Mn = {
929
965
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.licenseKey !== "" && (n.licenseKey = e.licenseKey), e.productId !== "" && (n.productId = e.productId), n;
930
966
  },
931
967
  create(e) {
932
- return Mn.fromPartial(e ?? {});
968
+ return bn.fromPartial(e ?? {});
933
969
  },
934
970
  fromPartial(e) {
935
971
  const n = fe();
@@ -939,7 +975,7 @@ const Mn = {
939
975
  function de() {
940
976
  return { apiVersion: "", serviceVersion: "", canlibVersion: "" };
941
977
  }
942
- const bn = {
978
+ const Vn = {
943
979
  encode(e, n = new u()) {
944
980
  return e.apiVersion !== "" && n.uint32(10).string(e.apiVersion), e.serviceVersion !== "" && n.uint32(18).string(e.serviceVersion), e.canlibVersion !== "" && n.uint32(26).string(e.canlibVersion), n;
945
981
  },
@@ -987,7 +1023,7 @@ const bn = {
987
1023
  return e.apiVersion !== "" && (n.apiVersion = e.apiVersion), e.serviceVersion !== "" && (n.serviceVersion = e.serviceVersion), e.canlibVersion !== "" && (n.canlibVersion = e.canlibVersion), n;
988
1024
  },
989
1025
  create(e) {
990
- return bn.fromPartial(e ?? {});
1026
+ return Vn.fromPartial(e ?? {});
991
1027
  },
992
1028
  fromPartial(e) {
993
1029
  const n = de();
@@ -998,7 +1034,7 @@ function l(e) {
998
1034
  return e != null;
999
1035
  }
1000
1036
  var yn = /* @__PURE__ */ ((e) => (e[e.CAN_CHANNEL_CAP_UNSPECIFIED = 0] = "CAN_CHANNEL_CAP_UNSPECIFIED", e[e.CAN_CHANNEL_CAP_EXTENDED_CAN = 1] = "CAN_CHANNEL_CAP_EXTENDED_CAN", e[e.CAN_CHANNEL_CAP_BUS_STATISTICS = 2] = "CAN_CHANNEL_CAP_BUS_STATISTICS", e[e.CAN_CHANNEL_CAP_ERROR_COUNTERS = 3] = "CAN_CHANNEL_CAP_ERROR_COUNTERS", e[e.CAN_CHANNEL_CAP_GENERATE_ERROR = 4] = "CAN_CHANNEL_CAP_GENERATE_ERROR", e[e.CAN_CHANNEL_CAP_GENERATE_OVERLOAD = 5] = "CAN_CHANNEL_CAP_GENERATE_OVERLOAD", e[e.CAN_CHANNEL_CAP_TXREQUEST = 6] = "CAN_CHANNEL_CAP_TXREQUEST", e[e.CAN_CHANNEL_CAP_TXACKNOWLEDGE = 7] = "CAN_CHANNEL_CAP_TXACKNOWLEDGE", e[e.CAN_CHANNEL_CAP_VIRTUAL = 8] = "CAN_CHANNEL_CAP_VIRTUAL", e[e.CAN_CHANNEL_CAP_SIMULATED = 9] = "CAN_CHANNEL_CAP_SIMULATED", e[e.CAN_CHANNEL_CAP_CAN_FD = 10] = "CAN_CHANNEL_CAP_CAN_FD", e[e.CAN_CHANNEL_CAP_CAN_FD_NONISO = 11] = "CAN_CHANNEL_CAP_CAN_FD_NONISO", e[e.CAN_CHANNEL_CAP_SILENT_MODE = 12] = "CAN_CHANNEL_CAP_SILENT_MODE", e[e.CAN_CHANNEL_CAP_SINGLE_SHOT = 13] = "CAN_CHANNEL_CAP_SINGLE_SHOT", e[e.CAN_CHANNEL_CAP_LOGGER = 14] = "CAN_CHANNEL_CAP_LOGGER", e[e.CAN_CHANNEL_CAP_REMOTE_ACCESS = 15] = "CAN_CHANNEL_CAP_REMOTE_ACCESS", e[e.CAN_CHANNEL_CAP_SCRIPT = 16] = "CAN_CHANNEL_CAP_SCRIPT", e[e.CAN_CHANNEL_CAP_LIN_HYBRID = 17] = "CAN_CHANNEL_CAP_LIN_HYBRID", e[e.CAN_CHANNEL_CAP_IO_API = 18] = "CAN_CHANNEL_CAP_IO_API", e[e.CAN_CHANNEL_CAP_CANTEGRITY = 19] = "CAN_CHANNEL_CAP_CANTEGRITY", e[e.CAN_CHANNEL_CAP_EX_BUSPARAMS_TQ = 20] = "CAN_CHANNEL_CAP_EX_BUSPARAMS_TQ", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(yn || {});
1001
- function Gn(e) {
1037
+ function Bn(e) {
1002
1038
  switch (e) {
1003
1039
  case 0:
1004
1040
  case "CAN_CHANNEL_CAP_UNSPECIFIED":
@@ -1069,7 +1105,7 @@ function Gn(e) {
1069
1105
  return -1;
1070
1106
  }
1071
1107
  }
1072
- function Vn(e) {
1108
+ function Fn(e) {
1073
1109
  switch (e) {
1074
1110
  case 0:
1075
1111
  return "CAN_CHANNEL_CAP_UNSPECIFIED";
@@ -1118,7 +1154,7 @@ function Vn(e) {
1118
1154
  return "UNRECOGNIZED";
1119
1155
  }
1120
1156
  }
1121
- var Bn = /* @__PURE__ */ ((e) => (e[e.PROTOCOLS_UNSPECIFIED = 0] = "PROTOCOLS_UNSPECIFIED", e[e.PROTOCOLS_CAN = 1] = "PROTOCOLS_CAN", e[e.PROTOCOLS_LIN = 2] = "PROTOCOLS_LIN", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Bn || {});
1157
+ var Un = /* @__PURE__ */ ((e) => (e[e.PROTOCOLS_UNSPECIFIED = 0] = "PROTOCOLS_UNSPECIFIED", e[e.PROTOCOLS_CAN = 1] = "PROTOCOLS_CAN", e[e.PROTOCOLS_LIN = 2] = "PROTOCOLS_LIN", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Un || {});
1122
1158
  function mn(e) {
1123
1159
  switch (e) {
1124
1160
  case 0:
@@ -1136,7 +1172,7 @@ function mn(e) {
1136
1172
  return -1;
1137
1173
  }
1138
1174
  }
1139
- function En(e) {
1175
+ function Pn(e) {
1140
1176
  switch (e) {
1141
1177
  case 0:
1142
1178
  return "PROTOCOLS_UNSPECIFIED";
@@ -1149,8 +1185,8 @@ function En(e) {
1149
1185
  return "UNRECOGNIZED";
1150
1186
  }
1151
1187
  }
1152
- var Fn = /* @__PURE__ */ ((e) => (e[e.DEVICE_EVENT_UNSPECIFIED = 0] = "DEVICE_EVENT_UNSPECIFIED", e[e.DEVICE_EVENT_DEVICES_CHANGED = 1] = "DEVICE_EVENT_DEVICES_CHANGED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Fn || {});
1153
- function Un(e) {
1188
+ var Hn = /* @__PURE__ */ ((e) => (e[e.DEVICE_EVENT_UNSPECIFIED = 0] = "DEVICE_EVENT_UNSPECIFIED", e[e.DEVICE_EVENT_DEVICES_CHANGED = 1] = "DEVICE_EVENT_DEVICES_CHANGED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Hn || {});
1189
+ function qn(e) {
1154
1190
  switch (e) {
1155
1191
  case 0:
1156
1192
  case "DEVICE_EVENT_UNSPECIFIED":
@@ -1164,7 +1200,7 @@ function Un(e) {
1164
1200
  return -1;
1165
1201
  }
1166
1202
  }
1167
- function Hn(e) {
1203
+ function wn(e) {
1168
1204
  switch (e) {
1169
1205
  case 0:
1170
1206
  return "DEVICE_EVENT_UNSPECIFIED";
@@ -1263,7 +1299,7 @@ function le() {
1263
1299
  isValid: !1
1264
1300
  };
1265
1301
  }
1266
- const g = {
1302
+ const J = {
1267
1303
  encode(e, n = new u()) {
1268
1304
  return e.arbitrationMin !== void 0 && S.encode(e.arbitrationMin, n.uint32(10).fork()).join(), e.arbitrationMax !== void 0 && S.encode(e.arbitrationMax, n.uint32(18).fork()).join(), e.dataMin !== void 0 && S.encode(e.dataMin, n.uint32(26).fork()).join(), e.dataMax !== void 0 && S.encode(e.dataMax, n.uint32(34).fork()).join(), e.isValid !== !1 && n.uint32(40).bool(e.isValid), n;
1269
1305
  },
@@ -1325,7 +1361,7 @@ const g = {
1325
1361
  return e.arbitrationMin !== void 0 && (n.arbitrationMin = S.toJSON(e.arbitrationMin)), e.arbitrationMax !== void 0 && (n.arbitrationMax = S.toJSON(e.arbitrationMax)), e.dataMin !== void 0 && (n.dataMin = S.toJSON(e.dataMin)), e.dataMax !== void 0 && (n.dataMax = S.toJSON(e.dataMax)), e.isValid !== !1 && (n.isValid = e.isValid), n;
1326
1362
  },
1327
1363
  create(e) {
1328
- return g.fromPartial(e ?? {});
1364
+ return J.fromPartial(e ?? {});
1329
1365
  },
1330
1366
  fromPartial(e) {
1331
1367
  const n = le();
@@ -1345,7 +1381,7 @@ function pe() {
1345
1381
  description: ""
1346
1382
  };
1347
1383
  }
1348
- const h = {
1384
+ const O = {
1349
1385
  encode(e, n = new u()) {
1350
1386
  return e.bitRate !== 0 && n.uint32(8).int32(e.bitRate), e.actualBitRate !== 0 && n.uint32(16).int32(e.actualBitRate), e.bitRateError !== 0 && n.uint32(25).double(e.bitRateError), e.timeSegment1 !== 0 && n.uint32(32).int32(e.timeSegment1), e.timeSegment2 !== 0 && n.uint32(40).int32(e.timeSegment2), e.samplingPoint !== 0 && n.uint32(49).double(e.samplingPoint), e.numberOfSamplingPoints !== 0 && n.uint32(56).int32(e.numberOfSamplingPoints), e.maxSyncJumpWidth !== 0 && n.uint32(64).int32(e.maxSyncJumpWidth), e.description !== "" && n.uint32(74).string(e.description), n;
1351
1387
  },
@@ -1435,7 +1471,7 @@ const h = {
1435
1471
  return e.bitRate !== 0 && (n.bitRate = Math.round(e.bitRate)), e.actualBitRate !== 0 && (n.actualBitRate = Math.round(e.actualBitRate)), e.bitRateError !== 0 && (n.bitRateError = e.bitRateError), e.timeSegment1 !== 0 && (n.timeSegment1 = Math.round(e.timeSegment1)), e.timeSegment2 !== 0 && (n.timeSegment2 = Math.round(e.timeSegment2)), e.samplingPoint !== 0 && (n.samplingPoint = e.samplingPoint), e.numberOfSamplingPoints !== 0 && (n.numberOfSamplingPoints = Math.round(e.numberOfSamplingPoints)), e.maxSyncJumpWidth !== 0 && (n.maxSyncJumpWidth = Math.round(e.maxSyncJumpWidth)), e.description !== "" && (n.description = e.description), n;
1436
1472
  },
1437
1473
  create(e) {
1438
- return h.fromPartial(e ?? {});
1474
+ return O.fromPartial(e ?? {});
1439
1475
  },
1440
1476
  fromPartial(e) {
1441
1477
  const n = pe();
@@ -1454,7 +1490,7 @@ function Ne() {
1454
1490
  description: ""
1455
1491
  };
1456
1492
  }
1457
- const E = {
1493
+ const m = {
1458
1494
  encode(e, n = new u()) {
1459
1495
  return e.bitRate !== 0 && n.uint32(8).int32(e.bitRate), e.timeSegment1 !== 0 && n.uint32(16).int32(e.timeSegment1), e.timeSegment2 !== 0 && n.uint32(24).int32(e.timeSegment2), e.samplingPoint !== 0 && n.uint32(33).double(e.samplingPoint), e.numberOfSamplingPoints !== 0 && n.uint32(40).int32(e.numberOfSamplingPoints), e.maxSyncJumpWidth !== 0 && n.uint32(48).int32(e.maxSyncJumpWidth), e.prescaler !== 0 && n.uint32(56).int32(e.prescaler), e.description !== "" && n.uint32(66).string(e.description), n;
1460
1496
  },
@@ -1537,7 +1573,7 @@ const E = {
1537
1573
  return e.bitRate !== 0 && (n.bitRate = Math.round(e.bitRate)), e.timeSegment1 !== 0 && (n.timeSegment1 = Math.round(e.timeSegment1)), e.timeSegment2 !== 0 && (n.timeSegment2 = Math.round(e.timeSegment2)), e.samplingPoint !== 0 && (n.samplingPoint = e.samplingPoint), e.numberOfSamplingPoints !== 0 && (n.numberOfSamplingPoints = Math.round(e.numberOfSamplingPoints)), e.maxSyncJumpWidth !== 0 && (n.maxSyncJumpWidth = Math.round(e.maxSyncJumpWidth)), e.prescaler !== 0 && (n.prescaler = Math.round(e.prescaler)), e.description !== "" && (n.description = e.description), n;
1538
1574
  },
1539
1575
  create(e) {
1540
- return E.fromPartial(e ?? {});
1576
+ return m.fromPartial(e ?? {});
1541
1577
  },
1542
1578
  fromPartial(e) {
1543
1579
  const n = Ne();
@@ -1547,11 +1583,11 @@ const E = {
1547
1583
  function Se() {
1548
1584
  return { busSpeedArbPhase: void 0, busSpeedsDataPhase: [] };
1549
1585
  }
1550
- const O = {
1586
+ const h = {
1551
1587
  encode(e, n = new u()) {
1552
- e.busSpeedArbPhase !== void 0 && E.encode(e.busSpeedArbPhase, n.uint32(10).fork()).join();
1588
+ e.busSpeedArbPhase !== void 0 && m.encode(e.busSpeedArbPhase, n.uint32(10).fork()).join();
1553
1589
  for (const r of e.busSpeedsDataPhase)
1554
- E.encode(r, n.uint32(18).fork()).join();
1590
+ m.encode(r, n.uint32(18).fork()).join();
1555
1591
  return n;
1556
1592
  },
1557
1593
  decode(e, n) {
@@ -1564,13 +1600,13 @@ const O = {
1564
1600
  case 1: {
1565
1601
  if (i !== 10)
1566
1602
  break;
1567
- t.busSpeedArbPhase = E.decode(r, r.uint32());
1603
+ t.busSpeedArbPhase = m.decode(r, r.uint32());
1568
1604
  continue;
1569
1605
  }
1570
1606
  case 2: {
1571
1607
  if (i !== 18)
1572
1608
  break;
1573
- t.busSpeedsDataPhase.push(E.decode(r, r.uint32()));
1609
+ t.busSpeedsDataPhase.push(m.decode(r, r.uint32()));
1574
1610
  continue;
1575
1611
  }
1576
1612
  }
@@ -1582,30 +1618,30 @@ const O = {
1582
1618
  },
1583
1619
  fromJSON(e) {
1584
1620
  return {
1585
- busSpeedArbPhase: d(e.busSpeedArbPhase) ? E.fromJSON(e.busSpeedArbPhase) : void 0,
1586
- busSpeedsDataPhase: globalThis.Array.isArray(e == null ? void 0 : e.busSpeedsDataPhase) ? e.busSpeedsDataPhase.map((n) => E.fromJSON(n)) : []
1621
+ busSpeedArbPhase: d(e.busSpeedArbPhase) ? m.fromJSON(e.busSpeedArbPhase) : void 0,
1622
+ busSpeedsDataPhase: globalThis.Array.isArray(e == null ? void 0 : e.busSpeedsDataPhase) ? e.busSpeedsDataPhase.map((n) => m.fromJSON(n)) : []
1587
1623
  };
1588
1624
  },
1589
1625
  toJSON(e) {
1590
1626
  var r;
1591
1627
  const n = {};
1592
- return e.busSpeedArbPhase !== void 0 && (n.busSpeedArbPhase = E.toJSON(e.busSpeedArbPhase)), (r = e.busSpeedsDataPhase) != null && r.length && (n.busSpeedsDataPhase = e.busSpeedsDataPhase.map((a) => E.toJSON(a))), n;
1628
+ return e.busSpeedArbPhase !== void 0 && (n.busSpeedArbPhase = m.toJSON(e.busSpeedArbPhase)), (r = e.busSpeedsDataPhase) != null && r.length && (n.busSpeedsDataPhase = e.busSpeedsDataPhase.map((a) => m.toJSON(a))), n;
1593
1629
  },
1594
1630
  create(e) {
1595
- return O.fromPartial(e ?? {});
1631
+ return h.fromPartial(e ?? {});
1596
1632
  },
1597
1633
  fromPartial(e) {
1598
1634
  var r;
1599
1635
  const n = Se();
1600
- return n.busSpeedArbPhase = e.busSpeedArbPhase !== void 0 && e.busSpeedArbPhase !== null ? E.fromPartial(e.busSpeedArbPhase) : void 0, n.busSpeedsDataPhase = ((r = e.busSpeedsDataPhase) == null ? void 0 : r.map((a) => E.fromPartial(a))) || [], n;
1636
+ return n.busSpeedArbPhase = e.busSpeedArbPhase !== void 0 && e.busSpeedArbPhase !== null ? m.fromPartial(e.busSpeedArbPhase) : void 0, n.busSpeedsDataPhase = ((r = e.busSpeedsDataPhase) == null ? void 0 : r.map((a) => m.fromPartial(a))) || [], n;
1601
1637
  }
1602
1638
  };
1603
- function me() {
1639
+ function Ee() {
1604
1640
  return { busParamLimits: void 0, channelCaps: [], maxBitRate: 0, clockFrequency: 0 };
1605
1641
  }
1606
- const J = {
1642
+ const v = {
1607
1643
  encode(e, n = new u()) {
1608
- e.busParamLimits !== void 0 && g.encode(e.busParamLimits, n.uint32(10).fork()).join(), n.uint32(18).fork();
1644
+ e.busParamLimits !== void 0 && J.encode(e.busParamLimits, n.uint32(10).fork()).join(), n.uint32(18).fork();
1609
1645
  for (const r of e.channelCaps)
1610
1646
  n.int32(r);
1611
1647
  return n.join(), e.maxBitRate !== 0 && n.uint32(24).int32(e.maxBitRate), e.clockFrequency !== 0 && n.uint32(33).double(e.clockFrequency), n;
@@ -1613,14 +1649,14 @@ const J = {
1613
1649
  decode(e, n) {
1614
1650
  const r = e instanceof o ? e : new o(e);
1615
1651
  let a = n === void 0 ? r.len : r.pos + n;
1616
- const t = me();
1652
+ const t = Ee();
1617
1653
  for (; r.pos < a; ) {
1618
1654
  const i = r.uint32();
1619
1655
  switch (i >>> 3) {
1620
1656
  case 1: {
1621
1657
  if (i !== 10)
1622
1658
  break;
1623
- t.busParamLimits = g.decode(r, r.uint32());
1659
+ t.busParamLimits = J.decode(r, r.uint32());
1624
1660
  continue;
1625
1661
  }
1626
1662
  case 2: {
@@ -1657,8 +1693,8 @@ const J = {
1657
1693
  },
1658
1694
  fromJSON(e) {
1659
1695
  return {
1660
- busParamLimits: d(e.busParamLimits) ? g.fromJSON(e.busParamLimits) : void 0,
1661
- channelCaps: globalThis.Array.isArray(e == null ? void 0 : e.channelCaps) ? e.channelCaps.map((n) => Gn(n)) : [],
1696
+ busParamLimits: d(e.busParamLimits) ? J.fromJSON(e.busParamLimits) : void 0,
1697
+ channelCaps: globalThis.Array.isArray(e == null ? void 0 : e.channelCaps) ? e.channelCaps.map((n) => Bn(n)) : [],
1662
1698
  maxBitRate: d(e.maxBitRate) ? globalThis.Number(e.maxBitRate) : 0,
1663
1699
  clockFrequency: d(e.clockFrequency) ? globalThis.Number(e.clockFrequency) : 0
1664
1700
  };
@@ -1666,31 +1702,31 @@ const J = {
1666
1702
  toJSON(e) {
1667
1703
  var r;
1668
1704
  const n = {};
1669
- return e.busParamLimits !== void 0 && (n.busParamLimits = g.toJSON(e.busParamLimits)), (r = e.channelCaps) != null && r.length && (n.channelCaps = e.channelCaps.map((a) => Vn(a))), e.maxBitRate !== 0 && (n.maxBitRate = Math.round(e.maxBitRate)), e.clockFrequency !== 0 && (n.clockFrequency = e.clockFrequency), n;
1705
+ return e.busParamLimits !== void 0 && (n.busParamLimits = J.toJSON(e.busParamLimits)), (r = e.channelCaps) != null && r.length && (n.channelCaps = e.channelCaps.map((a) => Fn(a))), e.maxBitRate !== 0 && (n.maxBitRate = Math.round(e.maxBitRate)), e.clockFrequency !== 0 && (n.clockFrequency = e.clockFrequency), n;
1670
1706
  },
1671
1707
  create(e) {
1672
- return J.fromPartial(e ?? {});
1708
+ return v.fromPartial(e ?? {});
1673
1709
  },
1674
1710
  fromPartial(e) {
1675
1711
  var r;
1676
- const n = me();
1677
- return n.busParamLimits = e.busParamLimits !== void 0 && e.busParamLimits !== null ? g.fromPartial(e.busParamLimits) : void 0, n.channelCaps = ((r = e.channelCaps) == null ? void 0 : r.map((a) => a)) || [], n.maxBitRate = e.maxBitRate ?? 0, n.clockFrequency = e.clockFrequency ?? 0, n;
1712
+ const n = Ee();
1713
+ return n.busParamLimits = e.busParamLimits !== void 0 && e.busParamLimits !== null ? J.fromPartial(e.busParamLimits) : void 0, n.channelCaps = ((r = e.channelCaps) == null ? void 0 : r.map((a) => a)) || [], n.maxBitRate = e.maxBitRate ?? 0, n.clockFrequency = e.clockFrequency ?? 0, n;
1678
1714
  }
1679
1715
  };
1680
- function Ee() {
1716
+ function me() {
1681
1717
  return { channelNumber: 0, channelNumberOnDevice: 0, name: "", protocols: [], canChannelCapacity: void 0 };
1682
1718
  }
1683
- const v = {
1719
+ const D = {
1684
1720
  encode(e, n = new u()) {
1685
1721
  e.channelNumber !== 0 && n.uint32(8).int32(e.channelNumber), e.channelNumberOnDevice !== 0 && n.uint32(16).int32(e.channelNumberOnDevice), e.name !== "" && n.uint32(26).string(e.name), n.uint32(34).fork();
1686
1722
  for (const r of e.protocols)
1687
1723
  n.int32(r);
1688
- return n.join(), e.canChannelCapacity !== void 0 && J.encode(e.canChannelCapacity, n.uint32(42).fork()).join(), n;
1724
+ return n.join(), e.canChannelCapacity !== void 0 && v.encode(e.canChannelCapacity, n.uint32(42).fork()).join(), n;
1689
1725
  },
1690
1726
  decode(e, n) {
1691
1727
  const r = e instanceof o ? e : new o(e);
1692
1728
  let a = n === void 0 ? r.len : r.pos + n;
1693
- const t = Ee();
1729
+ const t = me();
1694
1730
  for (; r.pos < a; ) {
1695
1731
  const i = r.uint32();
1696
1732
  switch (i >>> 3) {
@@ -1728,7 +1764,7 @@ const v = {
1728
1764
  case 5: {
1729
1765
  if (i !== 42)
1730
1766
  break;
1731
- t.canChannelCapacity = J.decode(r, r.uint32());
1767
+ t.canChannelCapacity = v.decode(r, r.uint32());
1732
1768
  continue;
1733
1769
  }
1734
1770
  }
@@ -1744,21 +1780,21 @@ const v = {
1744
1780
  channelNumberOnDevice: d(e.channelNumberOnDevice) ? globalThis.Number(e.channelNumberOnDevice) : 0,
1745
1781
  name: d(e.name) ? globalThis.String(e.name) : "",
1746
1782
  protocols: globalThis.Array.isArray(e == null ? void 0 : e.protocols) ? e.protocols.map((n) => mn(n)) : [],
1747
- canChannelCapacity: d(e.canChannelCapacity) ? J.fromJSON(e.canChannelCapacity) : void 0
1783
+ canChannelCapacity: d(e.canChannelCapacity) ? v.fromJSON(e.canChannelCapacity) : void 0
1748
1784
  };
1749
1785
  },
1750
1786
  toJSON(e) {
1751
1787
  var r;
1752
1788
  const n = {};
1753
- return e.channelNumber !== 0 && (n.channelNumber = Math.round(e.channelNumber)), e.channelNumberOnDevice !== 0 && (n.channelNumberOnDevice = Math.round(e.channelNumberOnDevice)), e.name !== "" && (n.name = e.name), (r = e.protocols) != null && r.length && (n.protocols = e.protocols.map((a) => En(a))), e.canChannelCapacity !== void 0 && (n.canChannelCapacity = J.toJSON(e.canChannelCapacity)), n;
1789
+ return e.channelNumber !== 0 && (n.channelNumber = Math.round(e.channelNumber)), e.channelNumberOnDevice !== 0 && (n.channelNumberOnDevice = Math.round(e.channelNumberOnDevice)), e.name !== "" && (n.name = e.name), (r = e.protocols) != null && r.length && (n.protocols = e.protocols.map((a) => Pn(a))), e.canChannelCapacity !== void 0 && (n.canChannelCapacity = v.toJSON(e.canChannelCapacity)), n;
1754
1790
  },
1755
1791
  create(e) {
1756
- return v.fromPartial(e ?? {});
1792
+ return D.fromPartial(e ?? {});
1757
1793
  },
1758
1794
  fromPartial(e) {
1759
1795
  var r;
1760
- const n = Ee();
1761
- return n.channelNumber = e.channelNumber ?? 0, n.channelNumberOnDevice = e.channelNumberOnDevice ?? 0, n.name = e.name ?? "", n.protocols = ((r = e.protocols) == null ? void 0 : r.map((a) => a)) || [], n.canChannelCapacity = e.canChannelCapacity !== void 0 && e.canChannelCapacity !== null ? J.fromPartial(e.canChannelCapacity) : void 0, n;
1796
+ const n = me();
1797
+ return n.channelNumber = e.channelNumber ?? 0, n.channelNumberOnDevice = e.channelNumberOnDevice ?? 0, n.name = e.name ?? "", n.protocols = ((r = e.protocols) == null ? void 0 : r.map((a) => a)) || [], n.canChannelCapacity = e.canChannelCapacity !== void 0 && e.canChannelCapacity !== null ? v.fromPartial(e.canChannelCapacity) : void 0, n;
1762
1798
  }
1763
1799
  };
1764
1800
  function Pe() {
@@ -1771,7 +1807,7 @@ const A = {
1771
1807
  n.int32(r);
1772
1808
  n.join();
1773
1809
  for (const r of e.channels)
1774
- v.encode(r, n.uint32(58).fork()).join();
1810
+ D.encode(r, n.uint32(58).fork()).join();
1775
1811
  return n;
1776
1812
  },
1777
1813
  decode(e, n) {
@@ -1827,7 +1863,7 @@ const A = {
1827
1863
  case 7: {
1828
1864
  if (i !== 58)
1829
1865
  break;
1830
- t.channels.push(v.decode(r, r.uint32()));
1866
+ t.channels.push(D.decode(r, r.uint32()));
1831
1867
  continue;
1832
1868
  }
1833
1869
  }
@@ -1845,13 +1881,13 @@ const A = {
1845
1881
  serialNumber: d(e.serialNumber) ? globalThis.String(e.serialNumber) : "",
1846
1882
  name: d(e.name) ? globalThis.String(e.name) : "",
1847
1883
  protocols: globalThis.Array.isArray(e == null ? void 0 : e.protocols) ? e.protocols.map((n) => mn(n)) : [],
1848
- channels: globalThis.Array.isArray(e == null ? void 0 : e.channels) ? e.channels.map((n) => v.fromJSON(n)) : []
1884
+ channels: globalThis.Array.isArray(e == null ? void 0 : e.channels) ? e.channels.map((n) => D.fromJSON(n)) : []
1849
1885
  };
1850
1886
  },
1851
1887
  toJSON(e) {
1852
1888
  var r, a;
1853
1889
  const n = {};
1854
- return e.cardType !== 0 && (n.cardType = Math.round(e.cardType)), e.cardNumber !== 0 && (n.cardNumber = Math.round(e.cardNumber)), e.productCode !== "" && (n.productCode = e.productCode), e.serialNumber !== "" && (n.serialNumber = e.serialNumber), e.name !== "" && (n.name = e.name), (r = e.protocols) != null && r.length && (n.protocols = e.protocols.map((t) => En(t))), (a = e.channels) != null && a.length && (n.channels = e.channels.map((t) => v.toJSON(t))), n;
1890
+ return e.cardType !== 0 && (n.cardType = Math.round(e.cardType)), e.cardNumber !== 0 && (n.cardNumber = Math.round(e.cardNumber)), e.productCode !== "" && (n.productCode = e.productCode), e.serialNumber !== "" && (n.serialNumber = e.serialNumber), e.name !== "" && (n.name = e.name), (r = e.protocols) != null && r.length && (n.protocols = e.protocols.map((t) => Pn(t))), (a = e.channels) != null && a.length && (n.channels = e.channels.map((t) => D.toJSON(t))), n;
1855
1891
  },
1856
1892
  create(e) {
1857
1893
  return A.fromPartial(e ?? {});
@@ -1859,10 +1895,10 @@ const A = {
1859
1895
  fromPartial(e) {
1860
1896
  var r, a;
1861
1897
  const n = Pe();
1862
- return n.cardType = e.cardType ?? 0, n.cardNumber = e.cardNumber ?? 0, n.productCode = e.productCode ?? "", n.serialNumber = e.serialNumber ?? "", n.name = e.name ?? "", n.protocols = ((r = e.protocols) == null ? void 0 : r.map((t) => t)) || [], n.channels = ((a = e.channels) == null ? void 0 : a.map((t) => v.fromPartial(t))) || [], n;
1898
+ return n.cardType = e.cardType ?? 0, n.cardNumber = e.cardNumber ?? 0, n.productCode = e.productCode ?? "", n.serialNumber = e.serialNumber ?? "", n.name = e.name ?? "", n.protocols = ((r = e.protocols) == null ? void 0 : r.map((t) => t)) || [], n.channels = ((a = e.channels) == null ? void 0 : a.map((t) => D.fromPartial(t))) || [], n;
1863
1899
  }
1864
1900
  };
1865
- function he() {
1901
+ function Oe() {
1866
1902
  return { items: [] };
1867
1903
  }
1868
1904
  const x = {
@@ -1874,7 +1910,7 @@ const x = {
1874
1910
  decode(e, n) {
1875
1911
  const r = e instanceof o ? e : new o(e);
1876
1912
  let a = n === void 0 ? r.len : r.pos + n;
1877
- const t = he();
1913
+ const t = Oe();
1878
1914
  for (; r.pos < a; ) {
1879
1915
  const i = r.uint32();
1880
1916
  switch (i >>> 3) {
@@ -1904,21 +1940,21 @@ const x = {
1904
1940
  },
1905
1941
  fromPartial(e) {
1906
1942
  var r;
1907
- const n = he();
1943
+ const n = Oe();
1908
1944
  return n.items = ((r = e.items) == null ? void 0 : r.map((a) => A.fromPartial(a))) || [], n;
1909
1945
  }
1910
1946
  };
1911
- function Oe() {
1947
+ function he() {
1912
1948
  return { preferences: void 0, includeVirtual: !1 };
1913
1949
  }
1914
- const qn = {
1950
+ const Zn = {
1915
1951
  encode(e, n = new u()) {
1916
1952
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.includeVirtual !== !1 && n.uint32(16).bool(e.includeVirtual), n;
1917
1953
  },
1918
1954
  decode(e, n) {
1919
1955
  const r = e instanceof o ? e : new o(e);
1920
1956
  let a = n === void 0 ? r.len : r.pos + n;
1921
- const t = Oe();
1957
+ const t = he();
1922
1958
  for (; r.pos < a; ) {
1923
1959
  const i = r.uint32();
1924
1960
  switch (i >>> 3) {
@@ -1952,17 +1988,17 @@ const qn = {
1952
1988
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.includeVirtual !== !1 && (n.includeVirtual = e.includeVirtual), n;
1953
1989
  },
1954
1990
  create(e) {
1955
- return qn.fromPartial(e ?? {});
1991
+ return Zn.fromPartial(e ?? {});
1956
1992
  },
1957
1993
  fromPartial(e) {
1958
- const n = Oe();
1994
+ const n = he();
1959
1995
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.includeVirtual = e.includeVirtual ?? !1, n;
1960
1996
  }
1961
1997
  };
1962
1998
  function Ae() {
1963
1999
  return { devices: [] };
1964
2000
  }
1965
- const wn = {
2001
+ const Wn = {
1966
2002
  encode(e, n = new u()) {
1967
2003
  for (const r of e.devices)
1968
2004
  A.encode(r, n.uint32(10).fork()).join();
@@ -1999,7 +2035,7 @@ const wn = {
1999
2035
  return (r = e.devices) != null && r.length && (n.devices = e.devices.map((a) => A.toJSON(a))), n;
2000
2036
  },
2001
2037
  create(e) {
2002
- return wn.fromPartial(e ?? {});
2038
+ return Wn.fromPartial(e ?? {});
2003
2039
  },
2004
2040
  fromPartial(e) {
2005
2041
  var r;
@@ -2010,7 +2046,7 @@ const wn = {
2010
2046
  function _e() {
2011
2047
  return { preferences: void 0, channelNumber: 0 };
2012
2048
  }
2013
- const Zn = {
2049
+ const Kn = {
2014
2050
  encode(e, n = new u()) {
2015
2051
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelNumber !== 0 && n.uint32(16).int32(e.channelNumber), n;
2016
2052
  },
@@ -2051,7 +2087,7 @@ const Zn = {
2051
2087
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelNumber !== 0 && (n.channelNumber = Math.round(e.channelNumber)), n;
2052
2088
  },
2053
2089
  create(e) {
2054
- return Zn.fromPartial(e ?? {});
2090
+ return Kn.fromPartial(e ?? {});
2055
2091
  },
2056
2092
  fromPartial(e) {
2057
2093
  const n = _e();
@@ -2061,12 +2097,12 @@ const Zn = {
2061
2097
  function Te() {
2062
2098
  return { availableBusSpeeds: [], availableBusSpeedsFd: [] };
2063
2099
  }
2064
- const Wn = {
2100
+ const Qn = {
2065
2101
  encode(e, n = new u()) {
2066
2102
  for (const r of e.availableBusSpeeds)
2067
- h.encode(r, n.uint32(10).fork()).join();
2103
+ O.encode(r, n.uint32(10).fork()).join();
2068
2104
  for (const r of e.availableBusSpeedsFd)
2069
- O.encode(r, n.uint32(18).fork()).join();
2105
+ h.encode(r, n.uint32(18).fork()).join();
2070
2106
  return n;
2071
2107
  },
2072
2108
  decode(e, n) {
@@ -2079,13 +2115,13 @@ const Wn = {
2079
2115
  case 1: {
2080
2116
  if (i !== 10)
2081
2117
  break;
2082
- t.availableBusSpeeds.push(h.decode(r, r.uint32()));
2118
+ t.availableBusSpeeds.push(O.decode(r, r.uint32()));
2083
2119
  continue;
2084
2120
  }
2085
2121
  case 2: {
2086
2122
  if (i !== 18)
2087
2123
  break;
2088
- t.availableBusSpeedsFd.push(O.decode(r, r.uint32()));
2124
+ t.availableBusSpeedsFd.push(h.decode(r, r.uint32()));
2089
2125
  continue;
2090
2126
  }
2091
2127
  }
@@ -2097,28 +2133,28 @@ const Wn = {
2097
2133
  },
2098
2134
  fromJSON(e) {
2099
2135
  return {
2100
- availableBusSpeeds: globalThis.Array.isArray(e == null ? void 0 : e.availableBusSpeeds) ? e.availableBusSpeeds.map((n) => h.fromJSON(n)) : [],
2101
- availableBusSpeedsFd: globalThis.Array.isArray(e == null ? void 0 : e.availableBusSpeedsFd) ? e.availableBusSpeedsFd.map((n) => O.fromJSON(n)) : []
2136
+ availableBusSpeeds: globalThis.Array.isArray(e == null ? void 0 : e.availableBusSpeeds) ? e.availableBusSpeeds.map((n) => O.fromJSON(n)) : [],
2137
+ availableBusSpeedsFd: globalThis.Array.isArray(e == null ? void 0 : e.availableBusSpeedsFd) ? e.availableBusSpeedsFd.map((n) => h.fromJSON(n)) : []
2102
2138
  };
2103
2139
  },
2104
2140
  toJSON(e) {
2105
2141
  var r, a;
2106
2142
  const n = {};
2107
- return (r = e.availableBusSpeeds) != null && r.length && (n.availableBusSpeeds = e.availableBusSpeeds.map((t) => h.toJSON(t))), (a = e.availableBusSpeedsFd) != null && a.length && (n.availableBusSpeedsFd = e.availableBusSpeedsFd.map((t) => O.toJSON(t))), n;
2143
+ return (r = e.availableBusSpeeds) != null && r.length && (n.availableBusSpeeds = e.availableBusSpeeds.map((t) => O.toJSON(t))), (a = e.availableBusSpeedsFd) != null && a.length && (n.availableBusSpeedsFd = e.availableBusSpeedsFd.map((t) => h.toJSON(t))), n;
2108
2144
  },
2109
2145
  create(e) {
2110
- return Wn.fromPartial(e ?? {});
2146
+ return Qn.fromPartial(e ?? {});
2111
2147
  },
2112
2148
  fromPartial(e) {
2113
2149
  var r, a;
2114
2150
  const n = Te();
2115
- return n.availableBusSpeeds = ((r = e.availableBusSpeeds) == null ? void 0 : r.map((t) => h.fromPartial(t))) || [], n.availableBusSpeedsFd = ((a = e.availableBusSpeedsFd) == null ? void 0 : a.map((t) => O.fromPartial(t))) || [], n;
2151
+ return n.availableBusSpeeds = ((r = e.availableBusSpeeds) == null ? void 0 : r.map((t) => O.fromPartial(t))) || [], n.availableBusSpeedsFd = ((a = e.availableBusSpeedsFd) == null ? void 0 : a.map((t) => h.fromPartial(t))) || [], n;
2116
2152
  }
2117
2153
  };
2118
2154
  function Ce() {
2119
2155
  return { preferences: void 0, channelNumber: 0, bitRates: [] };
2120
2156
  }
2121
- const Kn = {
2157
+ const Yn = {
2122
2158
  encode(e, n = new u()) {
2123
2159
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelNumber !== 0 && n.uint32(16).int32(e.channelNumber), n.uint32(26).fork();
2124
2160
  for (const r of e.bitRates)
@@ -2177,7 +2213,7 @@ const Kn = {
2177
2213
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelNumber !== 0 && (n.channelNumber = Math.round(e.channelNumber)), (r = e.bitRates) != null && r.length && (n.bitRates = e.bitRates.map((a) => Math.round(a))), n;
2178
2214
  },
2179
2215
  create(e) {
2180
- return Kn.fromPartial(e ?? {});
2216
+ return Yn.fromPartial(e ?? {});
2181
2217
  },
2182
2218
  fromPartial(e) {
2183
2219
  var r;
@@ -2188,10 +2224,10 @@ const Kn = {
2188
2224
  function Re() {
2189
2225
  return { availableBusSpeeds: [] };
2190
2226
  }
2191
- const Qn = {
2227
+ const Xn = {
2192
2228
  encode(e, n = new u()) {
2193
2229
  for (const r of e.availableBusSpeeds)
2194
- h.encode(r, n.uint32(10).fork()).join();
2230
+ O.encode(r, n.uint32(10).fork()).join();
2195
2231
  return n;
2196
2232
  },
2197
2233
  decode(e, n) {
@@ -2204,7 +2240,7 @@ const Qn = {
2204
2240
  case 1: {
2205
2241
  if (i !== 10)
2206
2242
  break;
2207
- t.availableBusSpeeds.push(h.decode(r, r.uint32()));
2243
+ t.availableBusSpeeds.push(O.decode(r, r.uint32()));
2208
2244
  continue;
2209
2245
  }
2210
2246
  }
@@ -2216,27 +2252,27 @@ const Qn = {
2216
2252
  },
2217
2253
  fromJSON(e) {
2218
2254
  return {
2219
- availableBusSpeeds: globalThis.Array.isArray(e == null ? void 0 : e.availableBusSpeeds) ? e.availableBusSpeeds.map((n) => h.fromJSON(n)) : []
2255
+ availableBusSpeeds: globalThis.Array.isArray(e == null ? void 0 : e.availableBusSpeeds) ? e.availableBusSpeeds.map((n) => O.fromJSON(n)) : []
2220
2256
  };
2221
2257
  },
2222
2258
  toJSON(e) {
2223
2259
  var r;
2224
2260
  const n = {};
2225
- return (r = e.availableBusSpeeds) != null && r.length && (n.availableBusSpeeds = e.availableBusSpeeds.map((a) => h.toJSON(a))), n;
2261
+ return (r = e.availableBusSpeeds) != null && r.length && (n.availableBusSpeeds = e.availableBusSpeeds.map((a) => O.toJSON(a))), n;
2226
2262
  },
2227
2263
  create(e) {
2228
- return Qn.fromPartial(e ?? {});
2264
+ return Xn.fromPartial(e ?? {});
2229
2265
  },
2230
2266
  fromPartial(e) {
2231
2267
  var r;
2232
2268
  const n = Re();
2233
- return n.availableBusSpeeds = ((r = e.availableBusSpeeds) == null ? void 0 : r.map((a) => h.fromPartial(a))) || [], n;
2269
+ return n.availableBusSpeeds = ((r = e.availableBusSpeeds) == null ? void 0 : r.map((a) => O.fromPartial(a))) || [], n;
2234
2270
  }
2235
2271
  };
2236
2272
  function ke() {
2237
2273
  return { preferences: void 0, channelNumber: 0, bitRatesArbitrationPhase: [], bitRatesDataPhase: [] };
2238
2274
  }
2239
- const Yn = {
2275
+ const $n = {
2240
2276
  encode(e, n = new u()) {
2241
2277
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelNumber !== 0 && n.uint32(16).int32(e.channelNumber), n.uint32(26).fork();
2242
2278
  for (const r of e.bitRatesArbitrationPhase)
@@ -2312,7 +2348,7 @@ const Yn = {
2312
2348
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelNumber !== 0 && (n.channelNumber = Math.round(e.channelNumber)), (r = e.bitRatesArbitrationPhase) != null && r.length && (n.bitRatesArbitrationPhase = e.bitRatesArbitrationPhase.map((t) => Math.round(t))), (a = e.bitRatesDataPhase) != null && a.length && (n.bitRatesDataPhase = e.bitRatesDataPhase.map((t) => Math.round(t))), n;
2313
2349
  },
2314
2350
  create(e) {
2315
- return Yn.fromPartial(e ?? {});
2351
+ return $n.fromPartial(e ?? {});
2316
2352
  },
2317
2353
  fromPartial(e) {
2318
2354
  var r, a;
@@ -2323,10 +2359,10 @@ const Yn = {
2323
2359
  function Ie() {
2324
2360
  return { availableBusSpeedsFd: [] };
2325
2361
  }
2326
- const Xn = {
2362
+ const zn = {
2327
2363
  encode(e, n = new u()) {
2328
2364
  for (const r of e.availableBusSpeedsFd)
2329
- O.encode(r, n.uint32(10).fork()).join();
2365
+ h.encode(r, n.uint32(10).fork()).join();
2330
2366
  return n;
2331
2367
  },
2332
2368
  decode(e, n) {
@@ -2339,7 +2375,7 @@ const Xn = {
2339
2375
  case 1: {
2340
2376
  if (i !== 10)
2341
2377
  break;
2342
- t.availableBusSpeedsFd.push(O.decode(r, r.uint32()));
2378
+ t.availableBusSpeedsFd.push(h.decode(r, r.uint32()));
2343
2379
  continue;
2344
2380
  }
2345
2381
  }
@@ -2351,27 +2387,27 @@ const Xn = {
2351
2387
  },
2352
2388
  fromJSON(e) {
2353
2389
  return {
2354
- availableBusSpeedsFd: globalThis.Array.isArray(e == null ? void 0 : e.availableBusSpeedsFd) ? e.availableBusSpeedsFd.map((n) => O.fromJSON(n)) : []
2390
+ availableBusSpeedsFd: globalThis.Array.isArray(e == null ? void 0 : e.availableBusSpeedsFd) ? e.availableBusSpeedsFd.map((n) => h.fromJSON(n)) : []
2355
2391
  };
2356
2392
  },
2357
2393
  toJSON(e) {
2358
2394
  var r;
2359
2395
  const n = {};
2360
- return (r = e.availableBusSpeedsFd) != null && r.length && (n.availableBusSpeedsFd = e.availableBusSpeedsFd.map((a) => O.toJSON(a))), n;
2396
+ return (r = e.availableBusSpeedsFd) != null && r.length && (n.availableBusSpeedsFd = e.availableBusSpeedsFd.map((a) => h.toJSON(a))), n;
2361
2397
  },
2362
2398
  create(e) {
2363
- return Xn.fromPartial(e ?? {});
2399
+ return zn.fromPartial(e ?? {});
2364
2400
  },
2365
2401
  fromPartial(e) {
2366
2402
  var r;
2367
2403
  const n = Ie();
2368
- return n.availableBusSpeedsFd = ((r = e.availableBusSpeedsFd) == null ? void 0 : r.map((a) => O.fromPartial(a))) || [], n;
2404
+ return n.availableBusSpeedsFd = ((r = e.availableBusSpeedsFd) == null ? void 0 : r.map((a) => h.fromPartial(a))) || [], n;
2369
2405
  }
2370
2406
  };
2371
2407
  function Le() {
2372
2408
  return { eventType: 0, devices: void 0 };
2373
2409
  }
2374
- const $n = {
2410
+ const jn = {
2375
2411
  encode(e, n = new u()) {
2376
2412
  return e.eventType !== 0 && n.uint32(8).int32(e.eventType), e.devices !== void 0 && x.encode(e.devices, n.uint32(18).fork()).join(), n;
2377
2413
  },
@@ -2403,16 +2439,16 @@ const $n = {
2403
2439
  },
2404
2440
  fromJSON(e) {
2405
2441
  return {
2406
- eventType: d(e.eventType) ? Un(e.eventType) : 0,
2442
+ eventType: d(e.eventType) ? qn(e.eventType) : 0,
2407
2443
  devices: d(e.devices) ? x.fromJSON(e.devices) : void 0
2408
2444
  };
2409
2445
  },
2410
2446
  toJSON(e) {
2411
2447
  const n = {};
2412
- return e.eventType !== 0 && (n.eventType = Hn(e.eventType)), e.devices !== void 0 && (n.devices = x.toJSON(e.devices)), n;
2448
+ return e.eventType !== 0 && (n.eventType = wn(e.eventType)), e.devices !== void 0 && (n.devices = x.toJSON(e.devices)), n;
2413
2449
  },
2414
2450
  create(e) {
2415
- return $n.fromPartial(e ?? {});
2451
+ return jn.fromPartial(e ?? {});
2416
2452
  },
2417
2453
  fromPartial(e) {
2418
2454
  const n = Le();
@@ -2422,8 +2458,8 @@ const $n = {
2422
2458
  function d(e) {
2423
2459
  return e != null;
2424
2460
  }
2425
- var zn = /* @__PURE__ */ ((e) => (e[e.MEASUREMENT_EVENT_UNSPECIFIED = 0] = "MEASUREMENT_EVENT_UNSPECIFIED", e[e.MEASUREMENT_EVENT_MEASUREMENT_SETUP_CHANGED = 1] = "MEASUREMENT_EVENT_MEASUREMENT_SETUP_CHANGED", e[e.MEASUREMENT_EVENT_ONLINE_STATUS_CHANGED = 2] = "MEASUREMENT_EVENT_ONLINE_STATUS_CHANGED", e[e.MEASUREMENT_EVENT_PERIODIC_TRANSMISSION_STARTED = 3] = "MEASUREMENT_EVENT_PERIODIC_TRANSMISSION_STARTED", e[e.MEASUREMENT_EVENT_PERIODIC_TRANSMISSION_STOPPED = 4] = "MEASUREMENT_EVENT_PERIODIC_TRANSMISSION_STOPPED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(zn || {});
2426
- function jn(e) {
2461
+ var er = /* @__PURE__ */ ((e) => (e[e.MEASUREMENT_EVENT_UNSPECIFIED = 0] = "MEASUREMENT_EVENT_UNSPECIFIED", e[e.MEASUREMENT_EVENT_MEASUREMENT_SETUP_CHANGED = 1] = "MEASUREMENT_EVENT_MEASUREMENT_SETUP_CHANGED", e[e.MEASUREMENT_EVENT_ONLINE_STATUS_CHANGED = 2] = "MEASUREMENT_EVENT_ONLINE_STATUS_CHANGED", e[e.MEASUREMENT_EVENT_PERIODIC_TRANSMISSION_STARTED = 3] = "MEASUREMENT_EVENT_PERIODIC_TRANSMISSION_STARTED", e[e.MEASUREMENT_EVENT_PERIODIC_TRANSMISSION_STOPPED = 4] = "MEASUREMENT_EVENT_PERIODIC_TRANSMISSION_STOPPED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(er || {});
2462
+ function nr(e) {
2427
2463
  switch (e) {
2428
2464
  case 0:
2429
2465
  case "MEASUREMENT_EVENT_UNSPECIFIED":
@@ -2446,7 +2482,7 @@ function jn(e) {
2446
2482
  return -1;
2447
2483
  }
2448
2484
  }
2449
- function er(e) {
2485
+ function rr(e) {
2450
2486
  switch (e) {
2451
2487
  case 0:
2452
2488
  return "MEASUREMENT_EVENT_UNSPECIFIED";
@@ -2466,9 +2502,9 @@ function er(e) {
2466
2502
  function ge() {
2467
2503
  return { preferences: void 0, setup: void 0 };
2468
2504
  }
2469
- const nr = {
2505
+ const ir = {
2470
2506
  encode(e, n = new u()) {
2471
- return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.setup !== void 0 && k.encode(e.setup, n.uint32(18).fork()).join(), n;
2507
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.setup !== void 0 && I.encode(e.setup, n.uint32(18).fork()).join(), n;
2472
2508
  },
2473
2509
  decode(e, n) {
2474
2510
  const r = e instanceof o ? e : new o(e);
@@ -2486,7 +2522,7 @@ const nr = {
2486
2522
  case 2: {
2487
2523
  if (i !== 18)
2488
2524
  break;
2489
- t.setup = k.decode(r, r.uint32());
2525
+ t.setup = I.decode(r, r.uint32());
2490
2526
  continue;
2491
2527
  }
2492
2528
  }
@@ -2499,25 +2535,25 @@ const nr = {
2499
2535
  fromJSON(e) {
2500
2536
  return {
2501
2537
  preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
2502
- setup: f(e.setup) ? k.fromJSON(e.setup) : void 0
2538
+ setup: f(e.setup) ? I.fromJSON(e.setup) : void 0
2503
2539
  };
2504
2540
  },
2505
2541
  toJSON(e) {
2506
2542
  const n = {};
2507
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.setup !== void 0 && (n.setup = k.toJSON(e.setup)), n;
2543
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.setup !== void 0 && (n.setup = I.toJSON(e.setup)), n;
2508
2544
  },
2509
2545
  create(e) {
2510
- return nr.fromPartial(e ?? {});
2546
+ return ir.fromPartial(e ?? {});
2511
2547
  },
2512
2548
  fromPartial(e) {
2513
2549
  const n = ge();
2514
- return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.setup = e.setup !== void 0 && e.setup !== null ? k.fromPartial(e.setup) : void 0, n;
2550
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.setup = e.setup !== void 0 && e.setup !== null ? I.fromPartial(e.setup) : void 0, n;
2515
2551
  }
2516
2552
  };
2517
2553
  function Je() {
2518
2554
  return { preferences: void 0, configuration: void 0 };
2519
2555
  }
2520
- const rr = {
2556
+ const tr = {
2521
2557
  encode(e, n = new u()) {
2522
2558
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.configuration !== void 0 && q.encode(e.configuration, n.uint32(18).fork()).join(), n;
2523
2559
  },
@@ -2558,7 +2594,7 @@ const rr = {
2558
2594
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.configuration !== void 0 && (n.configuration = q.toJSON(e.configuration)), n;
2559
2595
  },
2560
2596
  create(e) {
2561
- return rr.fromPartial(e ?? {});
2597
+ return tr.fromPartial(e ?? {});
2562
2598
  },
2563
2599
  fromPartial(e) {
2564
2600
  const n = Je();
@@ -2568,7 +2604,7 @@ const rr = {
2568
2604
  function ve() {
2569
2605
  return { preferences: void 0, configuration: void 0 };
2570
2606
  }
2571
- const ir = {
2607
+ const ar = {
2572
2608
  encode(e, n = new u()) {
2573
2609
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.configuration !== void 0 && H.encode(e.configuration, n.uint32(18).fork()).join(), n;
2574
2610
  },
@@ -2609,24 +2645,24 @@ const ir = {
2609
2645
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.configuration !== void 0 && (n.configuration = H.toJSON(e.configuration)), n;
2610
2646
  },
2611
2647
  create(e) {
2612
- return ir.fromPartial(e ?? {});
2648
+ return ar.fromPartial(e ?? {});
2613
2649
  },
2614
2650
  fromPartial(e) {
2615
2651
  const n = ve();
2616
2652
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.configuration = e.configuration !== void 0 && e.configuration !== null ? H.fromPartial(e.configuration) : void 0, n;
2617
2653
  }
2618
2654
  };
2619
- function xe() {
2655
+ function De() {
2620
2656
  return { preferences: void 0, source: void 0, replaceAllProperties: !1 };
2621
2657
  }
2622
- const tr = {
2658
+ const sr = {
2623
2659
  encode(e, n = new u()) {
2624
- return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.source !== void 0 && R.encode(e.source, n.uint32(18).fork()).join(), e.replaceAllProperties !== !1 && n.uint32(24).bool(e.replaceAllProperties), n;
2660
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.source !== void 0 && k.encode(e.source, n.uint32(18).fork()).join(), e.replaceAllProperties !== !1 && n.uint32(24).bool(e.replaceAllProperties), n;
2625
2661
  },
2626
2662
  decode(e, n) {
2627
2663
  const r = e instanceof o ? e : new o(e);
2628
2664
  let a = n === void 0 ? r.len : r.pos + n;
2629
- const t = xe();
2665
+ const t = De();
2630
2666
  for (; r.pos < a; ) {
2631
2667
  const i = r.uint32();
2632
2668
  switch (i >>> 3) {
@@ -2639,7 +2675,7 @@ const tr = {
2639
2675
  case 2: {
2640
2676
  if (i !== 18)
2641
2677
  break;
2642
- t.source = R.decode(r, r.uint32());
2678
+ t.source = k.decode(r, r.uint32());
2643
2679
  continue;
2644
2680
  }
2645
2681
  case 3: {
@@ -2658,40 +2694,40 @@ const tr = {
2658
2694
  fromJSON(e) {
2659
2695
  return {
2660
2696
  preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
2661
- source: f(e.source) ? R.fromJSON(e.source) : void 0,
2697
+ source: f(e.source) ? k.fromJSON(e.source) : void 0,
2662
2698
  replaceAllProperties: f(e.replaceAllProperties) ? globalThis.Boolean(e.replaceAllProperties) : !1
2663
2699
  };
2664
2700
  },
2665
2701
  toJSON(e) {
2666
2702
  const n = {};
2667
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.source !== void 0 && (n.source = R.toJSON(e.source)), e.replaceAllProperties !== !1 && (n.replaceAllProperties = e.replaceAllProperties), n;
2703
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.source !== void 0 && (n.source = k.toJSON(e.source)), e.replaceAllProperties !== !1 && (n.replaceAllProperties = e.replaceAllProperties), n;
2668
2704
  },
2669
2705
  create(e) {
2670
- return tr.fromPartial(e ?? {});
2706
+ return sr.fromPartial(e ?? {});
2671
2707
  },
2672
2708
  fromPartial(e) {
2673
- const n = xe();
2674
- return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.source = e.source !== void 0 && e.source !== null ? R.fromPartial(e.source) : void 0, n.replaceAllProperties = e.replaceAllProperties ?? !1, n;
2709
+ const n = De();
2710
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.source = e.source !== void 0 && e.source !== null ? k.fromPartial(e.source) : void 0, n.replaceAllProperties = e.replaceAllProperties ?? !1, n;
2675
2711
  }
2676
2712
  };
2677
- function De() {
2713
+ function xe() {
2678
2714
  return { source: void 0 };
2679
2715
  }
2680
- const ar = {
2716
+ const or = {
2681
2717
  encode(e, n = new u()) {
2682
- return e.source !== void 0 && R.encode(e.source, n.uint32(10).fork()).join(), n;
2718
+ return e.source !== void 0 && k.encode(e.source, n.uint32(10).fork()).join(), n;
2683
2719
  },
2684
2720
  decode(e, n) {
2685
2721
  const r = e instanceof o ? e : new o(e);
2686
2722
  let a = n === void 0 ? r.len : r.pos + n;
2687
- const t = De();
2723
+ const t = xe();
2688
2724
  for (; r.pos < a; ) {
2689
2725
  const i = r.uint32();
2690
2726
  switch (i >>> 3) {
2691
2727
  case 1: {
2692
2728
  if (i !== 10)
2693
2729
  break;
2694
- t.source = R.decode(r, r.uint32());
2730
+ t.source = k.decode(r, r.uint32());
2695
2731
  continue;
2696
2732
  }
2697
2733
  }
@@ -2702,18 +2738,18 @@ const ar = {
2702
2738
  return t;
2703
2739
  },
2704
2740
  fromJSON(e) {
2705
- return { source: f(e.source) ? R.fromJSON(e.source) : void 0 };
2741
+ return { source: f(e.source) ? k.fromJSON(e.source) : void 0 };
2706
2742
  },
2707
2743
  toJSON(e) {
2708
2744
  const n = {};
2709
- return e.source !== void 0 && (n.source = R.toJSON(e.source)), n;
2745
+ return e.source !== void 0 && (n.source = k.toJSON(e.source)), n;
2710
2746
  },
2711
2747
  create(e) {
2712
- return ar.fromPartial(e ?? {});
2748
+ return or.fromPartial(e ?? {});
2713
2749
  },
2714
2750
  fromPartial(e) {
2715
- const n = De();
2716
- return n.source = e.source !== void 0 && e.source !== null ? R.fromPartial(e.source) : void 0, n;
2751
+ const n = xe();
2752
+ return n.source = e.source !== void 0 && e.source !== null ? k.fromPartial(e.source) : void 0, n;
2717
2753
  }
2718
2754
  };
2719
2755
  function Me() {
@@ -2725,9 +2761,9 @@ function Me() {
2725
2761
  replaceAllProperties: !1
2726
2762
  };
2727
2763
  }
2728
- const sr = {
2764
+ const ur = {
2729
2765
  encode(e, n = new u()) {
2730
- return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.dataProcessor !== void 0 && C.encode(e.dataProcessor, n.uint32(18).fork()).join(), e.previousNode !== "" && n.uint32(26).string(e.previousNode), e.nextNode !== "" && n.uint32(34).string(e.nextNode), e.replaceAllProperties !== !1 && n.uint32(40).bool(e.replaceAllProperties), n;
2766
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.dataProcessor !== void 0 && R.encode(e.dataProcessor, n.uint32(18).fork()).join(), e.previousNode !== "" && n.uint32(26).string(e.previousNode), e.nextNode !== "" && n.uint32(34).string(e.nextNode), e.replaceAllProperties !== !1 && n.uint32(40).bool(e.replaceAllProperties), n;
2731
2767
  },
2732
2768
  decode(e, n) {
2733
2769
  const r = e instanceof o ? e : new o(e);
@@ -2745,7 +2781,7 @@ const sr = {
2745
2781
  case 2: {
2746
2782
  if (i !== 18)
2747
2783
  break;
2748
- t.dataProcessor = C.decode(r, r.uint32());
2784
+ t.dataProcessor = R.decode(r, r.uint32());
2749
2785
  continue;
2750
2786
  }
2751
2787
  case 3: {
@@ -2776,7 +2812,7 @@ const sr = {
2776
2812
  fromJSON(e) {
2777
2813
  return {
2778
2814
  preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
2779
- dataProcessor: f(e.dataProcessor) ? C.fromJSON(e.dataProcessor) : void 0,
2815
+ dataProcessor: f(e.dataProcessor) ? R.fromJSON(e.dataProcessor) : void 0,
2780
2816
  previousNode: f(e.previousNode) ? globalThis.String(e.previousNode) : "",
2781
2817
  nextNode: f(e.nextNode) ? globalThis.String(e.nextNode) : "",
2782
2818
  replaceAllProperties: f(e.replaceAllProperties) ? globalThis.Boolean(e.replaceAllProperties) : !1
@@ -2784,34 +2820,34 @@ const sr = {
2784
2820
  },
2785
2821
  toJSON(e) {
2786
2822
  const n = {};
2787
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.dataProcessor !== void 0 && (n.dataProcessor = C.toJSON(e.dataProcessor)), e.previousNode !== "" && (n.previousNode = e.previousNode), e.nextNode !== "" && (n.nextNode = e.nextNode), e.replaceAllProperties !== !1 && (n.replaceAllProperties = e.replaceAllProperties), n;
2823
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.dataProcessor !== void 0 && (n.dataProcessor = R.toJSON(e.dataProcessor)), e.previousNode !== "" && (n.previousNode = e.previousNode), e.nextNode !== "" && (n.nextNode = e.nextNode), e.replaceAllProperties !== !1 && (n.replaceAllProperties = e.replaceAllProperties), n;
2788
2824
  },
2789
2825
  create(e) {
2790
- return sr.fromPartial(e ?? {});
2826
+ return ur.fromPartial(e ?? {});
2791
2827
  },
2792
2828
  fromPartial(e) {
2793
2829
  const n = Me();
2794
- return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.dataProcessor = e.dataProcessor !== void 0 && e.dataProcessor !== null ? C.fromPartial(e.dataProcessor) : void 0, n.previousNode = e.previousNode ?? "", n.nextNode = e.nextNode ?? "", n.replaceAllProperties = e.replaceAllProperties ?? !1, n;
2830
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.dataProcessor = e.dataProcessor !== void 0 && e.dataProcessor !== null ? R.fromPartial(e.dataProcessor) : void 0, n.previousNode = e.previousNode ?? "", n.nextNode = e.nextNode ?? "", n.replaceAllProperties = e.replaceAllProperties ?? !1, n;
2795
2831
  }
2796
2832
  };
2797
- function be() {
2833
+ function Ge() {
2798
2834
  return { dataProcessor: void 0 };
2799
2835
  }
2800
- const or = {
2836
+ const fr = {
2801
2837
  encode(e, n = new u()) {
2802
- return e.dataProcessor !== void 0 && C.encode(e.dataProcessor, n.uint32(10).fork()).join(), n;
2838
+ return e.dataProcessor !== void 0 && R.encode(e.dataProcessor, n.uint32(10).fork()).join(), n;
2803
2839
  },
2804
2840
  decode(e, n) {
2805
2841
  const r = e instanceof o ? e : new o(e);
2806
2842
  let a = n === void 0 ? r.len : r.pos + n;
2807
- const t = be();
2843
+ const t = Ge();
2808
2844
  for (; r.pos < a; ) {
2809
2845
  const i = r.uint32();
2810
2846
  switch (i >>> 3) {
2811
2847
  case 1: {
2812
2848
  if (i !== 10)
2813
2849
  break;
2814
- t.dataProcessor = C.decode(r, r.uint32());
2850
+ t.dataProcessor = R.decode(r, r.uint32());
2815
2851
  continue;
2816
2852
  }
2817
2853
  }
@@ -2823,32 +2859,32 @@ const or = {
2823
2859
  },
2824
2860
  fromJSON(e) {
2825
2861
  return {
2826
- dataProcessor: f(e.dataProcessor) ? C.fromJSON(e.dataProcessor) : void 0
2862
+ dataProcessor: f(e.dataProcessor) ? R.fromJSON(e.dataProcessor) : void 0
2827
2863
  };
2828
2864
  },
2829
2865
  toJSON(e) {
2830
2866
  const n = {};
2831
- return e.dataProcessor !== void 0 && (n.dataProcessor = C.toJSON(e.dataProcessor)), n;
2867
+ return e.dataProcessor !== void 0 && (n.dataProcessor = R.toJSON(e.dataProcessor)), n;
2832
2868
  },
2833
2869
  create(e) {
2834
- return or.fromPartial(e ?? {});
2870
+ return fr.fromPartial(e ?? {});
2835
2871
  },
2836
2872
  fromPartial(e) {
2837
- const n = be();
2838
- return n.dataProcessor = e.dataProcessor !== void 0 && e.dataProcessor !== null ? C.fromPartial(e.dataProcessor) : void 0, n;
2873
+ const n = Ge();
2874
+ return n.dataProcessor = e.dataProcessor !== void 0 && e.dataProcessor !== null ? R.fromPartial(e.dataProcessor) : void 0, n;
2839
2875
  }
2840
2876
  };
2841
- function ye() {
2877
+ function be() {
2842
2878
  return { preferences: void 0, target: void 0, replaceAllProperties: !1 };
2843
2879
  }
2844
- const ur = {
2880
+ const dr = {
2845
2881
  encode(e, n = new u()) {
2846
- return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.target !== void 0 && T.encode(e.target, n.uint32(18).fork()).join(), e.replaceAllProperties !== !1 && n.uint32(24).bool(e.replaceAllProperties), n;
2882
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.target !== void 0 && C.encode(e.target, n.uint32(18).fork()).join(), e.replaceAllProperties !== !1 && n.uint32(24).bool(e.replaceAllProperties), n;
2847
2883
  },
2848
2884
  decode(e, n) {
2849
2885
  const r = e instanceof o ? e : new o(e);
2850
2886
  let a = n === void 0 ? r.len : r.pos + n;
2851
- const t = ye();
2887
+ const t = be();
2852
2888
  for (; r.pos < a; ) {
2853
2889
  const i = r.uint32();
2854
2890
  switch (i >>> 3) {
@@ -2861,7 +2897,7 @@ const ur = {
2861
2897
  case 2: {
2862
2898
  if (i !== 18)
2863
2899
  break;
2864
- t.target = T.decode(r, r.uint32());
2900
+ t.target = C.decode(r, r.uint32());
2865
2901
  continue;
2866
2902
  }
2867
2903
  case 3: {
@@ -2880,40 +2916,40 @@ const ur = {
2880
2916
  fromJSON(e) {
2881
2917
  return {
2882
2918
  preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
2883
- target: f(e.target) ? T.fromJSON(e.target) : void 0,
2919
+ target: f(e.target) ? C.fromJSON(e.target) : void 0,
2884
2920
  replaceAllProperties: f(e.replaceAllProperties) ? globalThis.Boolean(e.replaceAllProperties) : !1
2885
2921
  };
2886
2922
  },
2887
2923
  toJSON(e) {
2888
2924
  const n = {};
2889
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.target !== void 0 && (n.target = T.toJSON(e.target)), e.replaceAllProperties !== !1 && (n.replaceAllProperties = e.replaceAllProperties), n;
2925
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.target !== void 0 && (n.target = C.toJSON(e.target)), e.replaceAllProperties !== !1 && (n.replaceAllProperties = e.replaceAllProperties), n;
2890
2926
  },
2891
2927
  create(e) {
2892
- return ur.fromPartial(e ?? {});
2928
+ return dr.fromPartial(e ?? {});
2893
2929
  },
2894
2930
  fromPartial(e) {
2895
- const n = ye();
2896
- return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.target = e.target !== void 0 && e.target !== null ? T.fromPartial(e.target) : void 0, n.replaceAllProperties = e.replaceAllProperties ?? !1, n;
2931
+ const n = be();
2932
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.target = e.target !== void 0 && e.target !== null ? C.fromPartial(e.target) : void 0, n.replaceAllProperties = e.replaceAllProperties ?? !1, n;
2897
2933
  }
2898
2934
  };
2899
- function Ge() {
2935
+ function Ve() {
2900
2936
  return { target: void 0 };
2901
2937
  }
2902
- const fr = {
2938
+ const cr = {
2903
2939
  encode(e, n = new u()) {
2904
- return e.target !== void 0 && T.encode(e.target, n.uint32(10).fork()).join(), n;
2940
+ return e.target !== void 0 && C.encode(e.target, n.uint32(10).fork()).join(), n;
2905
2941
  },
2906
2942
  decode(e, n) {
2907
2943
  const r = e instanceof o ? e : new o(e);
2908
2944
  let a = n === void 0 ? r.len : r.pos + n;
2909
- const t = Ge();
2945
+ const t = Ve();
2910
2946
  for (; r.pos < a; ) {
2911
2947
  const i = r.uint32();
2912
2948
  switch (i >>> 3) {
2913
2949
  case 1: {
2914
2950
  if (i !== 10)
2915
2951
  break;
2916
- t.target = T.decode(r, r.uint32());
2952
+ t.target = C.decode(r, r.uint32());
2917
2953
  continue;
2918
2954
  }
2919
2955
  }
@@ -2924,31 +2960,31 @@ const fr = {
2924
2960
  return t;
2925
2961
  },
2926
2962
  fromJSON(e) {
2927
- return { target: f(e.target) ? T.fromJSON(e.target) : void 0 };
2963
+ return { target: f(e.target) ? C.fromJSON(e.target) : void 0 };
2928
2964
  },
2929
2965
  toJSON(e) {
2930
2966
  const n = {};
2931
- return e.target !== void 0 && (n.target = T.toJSON(e.target)), n;
2967
+ return e.target !== void 0 && (n.target = C.toJSON(e.target)), n;
2932
2968
  },
2933
2969
  create(e) {
2934
- return fr.fromPartial(e ?? {});
2970
+ return cr.fromPartial(e ?? {});
2935
2971
  },
2936
2972
  fromPartial(e) {
2937
- const n = Ge();
2938
- return n.target = e.target !== void 0 && e.target !== null ? T.fromPartial(e.target) : void 0, n;
2973
+ const n = Ve();
2974
+ return n.target = e.target !== void 0 && e.target !== null ? C.fromPartial(e.target) : void 0, n;
2939
2975
  }
2940
2976
  };
2941
- function Ve() {
2977
+ function ye() {
2942
2978
  return { preferences: void 0, startNode: "", endNode: "" };
2943
2979
  }
2944
- const dr = {
2980
+ const lr = {
2945
2981
  encode(e, n = new u()) {
2946
2982
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.startNode !== "" && n.uint32(18).string(e.startNode), e.endNode !== "" && n.uint32(26).string(e.endNode), n;
2947
2983
  },
2948
2984
  decode(e, n) {
2949
2985
  const r = e instanceof o ? e : new o(e);
2950
2986
  let a = n === void 0 ? r.len : r.pos + n;
2951
- const t = Ve();
2987
+ const t = ye();
2952
2988
  for (; r.pos < a; ) {
2953
2989
  const i = r.uint32();
2954
2990
  switch (i >>> 3) {
@@ -2989,17 +3025,17 @@ const dr = {
2989
3025
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.startNode !== "" && (n.startNode = e.startNode), e.endNode !== "" && (n.endNode = e.endNode), n;
2990
3026
  },
2991
3027
  create(e) {
2992
- return dr.fromPartial(e ?? {});
3028
+ return lr.fromPartial(e ?? {});
2993
3029
  },
2994
3030
  fromPartial(e) {
2995
- const n = Ve();
3031
+ const n = ye();
2996
3032
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.startNode = e.startNode ?? "", n.endNode = e.endNode ?? "", n;
2997
3033
  }
2998
3034
  };
2999
3035
  function Be() {
3000
3036
  return { preferences: void 0, startNode: "", endNode: "" };
3001
3037
  }
3002
- const cr = {
3038
+ const pr = {
3003
3039
  encode(e, n = new u()) {
3004
3040
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.startNode !== "" && n.uint32(18).string(e.startNode), e.endNode !== "" && n.uint32(26).string(e.endNode), n;
3005
3041
  },
@@ -3047,7 +3083,7 @@ const cr = {
3047
3083
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.startNode !== "" && (n.startNode = e.startNode), e.endNode !== "" && (n.endNode = e.endNode), n;
3048
3084
  },
3049
3085
  create(e) {
3050
- return cr.fromPartial(e ?? {});
3086
+ return pr.fromPartial(e ?? {});
3051
3087
  },
3052
3088
  fromPartial(e) {
3053
3089
  const n = Be();
@@ -3057,7 +3093,7 @@ const cr = {
3057
3093
  function Fe() {
3058
3094
  return { preferences: void 0, identifier: "" };
3059
3095
  }
3060
- const lr = {
3096
+ const Nr = {
3061
3097
  encode(e, n = new u()) {
3062
3098
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.identifier !== "" && n.uint32(18).string(e.identifier), n;
3063
3099
  },
@@ -3098,7 +3134,7 @@ const lr = {
3098
3134
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.identifier !== "" && (n.identifier = e.identifier), n;
3099
3135
  },
3100
3136
  create(e) {
3101
- return lr.fromPartial(e ?? {});
3137
+ return Nr.fromPartial(e ?? {});
3102
3138
  },
3103
3139
  fromPartial(e) {
3104
3140
  const n = Fe();
@@ -3108,7 +3144,7 @@ const lr = {
3108
3144
  function Ue() {
3109
3145
  return { preferences: void 0, identifiers: [] };
3110
3146
  }
3111
- const pr = {
3147
+ const Sr = {
3112
3148
  encode(e, n = new u()) {
3113
3149
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join();
3114
3150
  for (const r of e.identifiers)
@@ -3153,7 +3189,7 @@ const pr = {
3153
3189
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), (r = e.identifiers) != null && r.length && (n.identifiers = e.identifiers), n;
3154
3190
  },
3155
3191
  create(e) {
3156
- return pr.fromPartial(e ?? {});
3192
+ return Sr.fromPartial(e ?? {});
3157
3193
  },
3158
3194
  fromPartial(e) {
3159
3195
  var r;
@@ -3164,9 +3200,9 @@ const pr = {
3164
3200
  function He() {
3165
3201
  return { preferences: void 0, channelIdentifier: "", frame: void 0 };
3166
3202
  }
3167
- const Nr = {
3203
+ const Er = {
3168
3204
  encode(e, n = new u()) {
3169
- return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelIdentifier !== "" && n.uint32(18).string(e.channelIdentifier), e.frame !== void 0 && _.encode(e.frame, n.uint32(26).fork()).join(), n;
3205
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelIdentifier !== "" && n.uint32(18).string(e.channelIdentifier), e.frame !== void 0 && T.encode(e.frame, n.uint32(26).fork()).join(), n;
3170
3206
  },
3171
3207
  decode(e, n) {
3172
3208
  const r = e instanceof o ? e : new o(e);
@@ -3190,7 +3226,7 @@ const Nr = {
3190
3226
  case 3: {
3191
3227
  if (i !== 26)
3192
3228
  break;
3193
- t.frame = _.decode(r, r.uint32());
3229
+ t.frame = T.decode(r, r.uint32());
3194
3230
  continue;
3195
3231
  }
3196
3232
  }
@@ -3204,25 +3240,25 @@ const Nr = {
3204
3240
  return {
3205
3241
  preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
3206
3242
  channelIdentifier: f(e.channelIdentifier) ? globalThis.String(e.channelIdentifier) : "",
3207
- frame: f(e.frame) ? _.fromJSON(e.frame) : void 0
3243
+ frame: f(e.frame) ? T.fromJSON(e.frame) : void 0
3208
3244
  };
3209
3245
  },
3210
3246
  toJSON(e) {
3211
3247
  const n = {};
3212
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelIdentifier !== "" && (n.channelIdentifier = e.channelIdentifier), e.frame !== void 0 && (n.frame = _.toJSON(e.frame)), n;
3248
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelIdentifier !== "" && (n.channelIdentifier = e.channelIdentifier), e.frame !== void 0 && (n.frame = T.toJSON(e.frame)), n;
3213
3249
  },
3214
3250
  create(e) {
3215
- return Nr.fromPartial(e ?? {});
3251
+ return Er.fromPartial(e ?? {});
3216
3252
  },
3217
3253
  fromPartial(e) {
3218
3254
  const n = He();
3219
- return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.channelIdentifier = e.channelIdentifier ?? "", n.frame = e.frame !== void 0 && e.frame !== null ? _.fromPartial(e.frame) : void 0, n;
3255
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.channelIdentifier = e.channelIdentifier ?? "", n.frame = e.frame !== void 0 && e.frame !== null ? T.fromPartial(e.frame) : void 0, n;
3220
3256
  }
3221
3257
  };
3222
3258
  function qe() {
3223
3259
  return { preferences: void 0, channelIdentifier: "", count: 0, interval: 0 };
3224
3260
  }
3225
- const Sr = {
3261
+ const mr = {
3226
3262
  encode(e, n = new u()) {
3227
3263
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelIdentifier !== "" && n.uint32(18).string(e.channelIdentifier), e.count !== 0 && n.uint32(24).int32(e.count), e.interval !== 0 && n.uint32(32).int32(e.interval), n;
3228
3264
  },
@@ -3277,7 +3313,7 @@ const Sr = {
3277
3313
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelIdentifier !== "" && (n.channelIdentifier = e.channelIdentifier), e.count !== 0 && (n.count = Math.round(e.count)), e.interval !== 0 && (n.interval = Math.round(e.interval)), n;
3278
3314
  },
3279
3315
  create(e) {
3280
- return Sr.fromPartial(e ?? {});
3316
+ return mr.fromPartial(e ?? {});
3281
3317
  },
3282
3318
  fromPartial(e) {
3283
3319
  const n = qe();
@@ -3287,7 +3323,7 @@ const Sr = {
3287
3323
  function we() {
3288
3324
  return { preferences: void 0, channelIdentifier: "", frameId: 0 };
3289
3325
  }
3290
- const mr = {
3326
+ const Pr = {
3291
3327
  encode(e, n = new u()) {
3292
3328
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelIdentifier !== "" && n.uint32(18).string(e.channelIdentifier), e.frameId !== 0 && n.uint32(24).int32(e.frameId), n;
3293
3329
  },
@@ -3335,7 +3371,7 @@ const mr = {
3335
3371
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelIdentifier !== "" && (n.channelIdentifier = e.channelIdentifier), e.frameId !== 0 && (n.frameId = Math.round(e.frameId)), n;
3336
3372
  },
3337
3373
  create(e) {
3338
- return mr.fromPartial(e ?? {});
3374
+ return Pr.fromPartial(e ?? {});
3339
3375
  },
3340
3376
  fromPartial(e) {
3341
3377
  const n = we();
@@ -3345,9 +3381,9 @@ const mr = {
3345
3381
  function Ze() {
3346
3382
  return { preferences: void 0, channelIdentifier: "", frame: void 0 };
3347
3383
  }
3348
- const Er = {
3384
+ const Or = {
3349
3385
  encode(e, n = new u()) {
3350
- return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelIdentifier !== "" && n.uint32(18).string(e.channelIdentifier), e.frame !== void 0 && _.encode(e.frame, n.uint32(26).fork()).join(), n;
3386
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelIdentifier !== "" && n.uint32(18).string(e.channelIdentifier), e.frame !== void 0 && T.encode(e.frame, n.uint32(26).fork()).join(), n;
3351
3387
  },
3352
3388
  decode(e, n) {
3353
3389
  const r = e instanceof o ? e : new o(e);
@@ -3371,7 +3407,7 @@ const Er = {
3371
3407
  case 3: {
3372
3408
  if (i !== 26)
3373
3409
  break;
3374
- t.frame = _.decode(r, r.uint32());
3410
+ t.frame = T.decode(r, r.uint32());
3375
3411
  continue;
3376
3412
  }
3377
3413
  }
@@ -3385,25 +3421,25 @@ const Er = {
3385
3421
  return {
3386
3422
  preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
3387
3423
  channelIdentifier: f(e.channelIdentifier) ? globalThis.String(e.channelIdentifier) : "",
3388
- frame: f(e.frame) ? _.fromJSON(e.frame) : void 0
3424
+ frame: f(e.frame) ? T.fromJSON(e.frame) : void 0
3389
3425
  };
3390
3426
  },
3391
3427
  toJSON(e) {
3392
3428
  const n = {};
3393
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelIdentifier !== "" && (n.channelIdentifier = e.channelIdentifier), e.frame !== void 0 && (n.frame = _.toJSON(e.frame)), n;
3429
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelIdentifier !== "" && (n.channelIdentifier = e.channelIdentifier), e.frame !== void 0 && (n.frame = T.toJSON(e.frame)), n;
3394
3430
  },
3395
3431
  create(e) {
3396
- return Er.fromPartial(e ?? {});
3432
+ return Or.fromPartial(e ?? {});
3397
3433
  },
3398
3434
  fromPartial(e) {
3399
3435
  const n = Ze();
3400
- return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.channelIdentifier = e.channelIdentifier ?? "", n.frame = e.frame !== void 0 && e.frame !== null ? _.fromPartial(e.frame) : void 0, n;
3436
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.channelIdentifier = e.channelIdentifier ?? "", n.frame = e.frame !== void 0 && e.frame !== null ? T.fromPartial(e.frame) : void 0, n;
3401
3437
  }
3402
3438
  };
3403
3439
  function We() {
3404
3440
  return { preferences: void 0, channelIdentifier: "", frameId: 0 };
3405
3441
  }
3406
- const Pr = {
3442
+ const hr = {
3407
3443
  encode(e, n = new u()) {
3408
3444
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.channelIdentifier !== "" && n.uint32(18).string(e.channelIdentifier), e.frameId !== 0 && n.uint32(24).int32(e.frameId), n;
3409
3445
  },
@@ -3451,7 +3487,7 @@ const Pr = {
3451
3487
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelIdentifier !== "" && (n.channelIdentifier = e.channelIdentifier), e.frameId !== 0 && (n.frameId = Math.round(e.frameId)), n;
3452
3488
  },
3453
3489
  create(e) {
3454
- return Pr.fromPartial(e ?? {});
3490
+ return hr.fromPartial(e ?? {});
3455
3491
  },
3456
3492
  fromPartial(e) {
3457
3493
  const n = We();
@@ -3461,9 +3497,9 @@ const Pr = {
3461
3497
  function Ke() {
3462
3498
  return { preferences: void 0, settings: void 0 };
3463
3499
  }
3464
- const hr = {
3500
+ const Ar = {
3465
3501
  encode(e, n = new u()) {
3466
- return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.settings !== void 0 && U.encode(e.settings, n.uint32(18).fork()).join(), n;
3502
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.settings !== void 0 && _.encode(e.settings, n.uint32(18).fork()).join(), n;
3467
3503
  },
3468
3504
  decode(e, n) {
3469
3505
  const r = e instanceof o ? e : new o(e);
@@ -3481,7 +3517,7 @@ const hr = {
3481
3517
  case 2: {
3482
3518
  if (i !== 18)
3483
3519
  break;
3484
- t.settings = U.decode(r, r.uint32());
3520
+ t.settings = _.decode(r, r.uint32());
3485
3521
  continue;
3486
3522
  }
3487
3523
  }
@@ -3494,32 +3530,90 @@ const hr = {
3494
3530
  fromJSON(e) {
3495
3531
  return {
3496
3532
  preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
3497
- settings: f(e.settings) ? U.fromJSON(e.settings) : void 0
3533
+ settings: f(e.settings) ? _.fromJSON(e.settings) : void 0
3498
3534
  };
3499
3535
  },
3500
3536
  toJSON(e) {
3501
3537
  const n = {};
3502
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.settings !== void 0 && (n.settings = U.toJSON(e.settings)), n;
3538
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.settings !== void 0 && (n.settings = _.toJSON(e.settings)), n;
3503
3539
  },
3504
3540
  create(e) {
3505
- return hr.fromPartial(e ?? {});
3541
+ return Ar.fromPartial(e ?? {});
3506
3542
  },
3507
3543
  fromPartial(e) {
3508
3544
  const n = Ke();
3509
- return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.settings = e.settings !== void 0 && e.settings !== null ? U.fromPartial(e.settings) : void 0, n;
3545
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.settings = e.settings !== void 0 && e.settings !== null ? _.fromPartial(e.settings) : void 0, n;
3510
3546
  }
3511
3547
  };
3512
3548
  function Qe() {
3549
+ return { preferences: void 0, settings: void 0, identifier: "" };
3550
+ }
3551
+ const _r = {
3552
+ encode(e, n = new u()) {
3553
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.settings !== void 0 && _.encode(e.settings, n.uint32(18).fork()).join(), e.identifier !== "" && n.uint32(26).string(e.identifier), n;
3554
+ },
3555
+ decode(e, n) {
3556
+ const r = e instanceof o ? e : new o(e);
3557
+ let a = n === void 0 ? r.len : r.pos + n;
3558
+ const t = Qe();
3559
+ for (; r.pos < a; ) {
3560
+ const i = r.uint32();
3561
+ switch (i >>> 3) {
3562
+ case 1: {
3563
+ if (i !== 10)
3564
+ break;
3565
+ t.preferences = s.decode(r, r.uint32());
3566
+ continue;
3567
+ }
3568
+ case 2: {
3569
+ if (i !== 18)
3570
+ break;
3571
+ t.settings = _.decode(r, r.uint32());
3572
+ continue;
3573
+ }
3574
+ case 3: {
3575
+ if (i !== 26)
3576
+ break;
3577
+ t.identifier = r.string();
3578
+ continue;
3579
+ }
3580
+ }
3581
+ if ((i & 7) === 4 || i === 0)
3582
+ break;
3583
+ r.skip(i & 7);
3584
+ }
3585
+ return t;
3586
+ },
3587
+ fromJSON(e) {
3588
+ return {
3589
+ preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
3590
+ settings: f(e.settings) ? _.fromJSON(e.settings) : void 0,
3591
+ identifier: f(e.identifier) ? globalThis.String(e.identifier) : ""
3592
+ };
3593
+ },
3594
+ toJSON(e) {
3595
+ const n = {};
3596
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.settings !== void 0 && (n.settings = _.toJSON(e.settings)), e.identifier !== "" && (n.identifier = e.identifier), n;
3597
+ },
3598
+ create(e) {
3599
+ return _r.fromPartial(e ?? {});
3600
+ },
3601
+ fromPartial(e) {
3602
+ const n = Qe();
3603
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.settings = e.settings !== void 0 && e.settings !== null ? _.fromPartial(e.settings) : void 0, n.identifier = e.identifier ?? "", n;
3604
+ }
3605
+ };
3606
+ function Ye() {
3513
3607
  return { periodicTransmissionIdentifier: "" };
3514
3608
  }
3515
- const Or = {
3609
+ const Tr = {
3516
3610
  encode(e, n = new u()) {
3517
3611
  return e.periodicTransmissionIdentifier !== "" && n.uint32(10).string(e.periodicTransmissionIdentifier), n;
3518
3612
  },
3519
3613
  decode(e, n) {
3520
3614
  const r = e instanceof o ? e : new o(e);
3521
3615
  let a = n === void 0 ? r.len : r.pos + n;
3522
- const t = Qe();
3616
+ const t = Ye();
3523
3617
  for (; r.pos < a; ) {
3524
3618
  const i = r.uint32();
3525
3619
  switch (i >>> 3) {
@@ -3546,24 +3640,24 @@ const Or = {
3546
3640
  return e.periodicTransmissionIdentifier !== "" && (n.periodicTransmissionIdentifier = e.periodicTransmissionIdentifier), n;
3547
3641
  },
3548
3642
  create(e) {
3549
- return Or.fromPartial(e ?? {});
3643
+ return Tr.fromPartial(e ?? {});
3550
3644
  },
3551
3645
  fromPartial(e) {
3552
- const n = Qe();
3646
+ const n = Ye();
3553
3647
  return n.periodicTransmissionIdentifier = e.periodicTransmissionIdentifier ?? "", n;
3554
3648
  }
3555
3649
  };
3556
- function Ye() {
3650
+ function Xe() {
3557
3651
  return { isOnline: !1 };
3558
3652
  }
3559
- const D = {
3653
+ const M = {
3560
3654
  encode(e, n = new u()) {
3561
3655
  return e.isOnline !== !1 && n.uint32(8).bool(e.isOnline), n;
3562
3656
  },
3563
3657
  decode(e, n) {
3564
3658
  const r = e instanceof o ? e : new o(e);
3565
3659
  let a = n === void 0 ? r.len : r.pos + n;
3566
- const t = Ye();
3660
+ const t = Xe();
3567
3661
  for (; r.pos < a; ) {
3568
3662
  const i = r.uint32();
3569
3663
  switch (i >>> 3) {
@@ -3588,24 +3682,24 @@ const D = {
3588
3682
  return e.isOnline !== !1 && (n.isOnline = e.isOnline), n;
3589
3683
  },
3590
3684
  create(e) {
3591
- return D.fromPartial(e ?? {});
3685
+ return M.fromPartial(e ?? {});
3592
3686
  },
3593
3687
  fromPartial(e) {
3594
- const n = Ye();
3688
+ const n = Xe();
3595
3689
  return n.isOnline = e.isOnline ?? !1, n;
3596
3690
  }
3597
3691
  };
3598
- function Xe() {
3692
+ function $e() {
3599
3693
  return { eventType: 0, identifier: void 0, measurementSetup: void 0, onlineStatus: void 0 };
3600
3694
  }
3601
- const Ar = {
3695
+ const Cr = {
3602
3696
  encode(e, n = new u()) {
3603
- return e.eventType !== 0 && n.uint32(8).int32(e.eventType), e.identifier !== void 0 && n.uint32(18).string(e.identifier), e.measurementSetup !== void 0 && k.encode(e.measurementSetup, n.uint32(26).fork()).join(), e.onlineStatus !== void 0 && D.encode(e.onlineStatus, n.uint32(34).fork()).join(), n;
3697
+ return e.eventType !== 0 && n.uint32(8).int32(e.eventType), e.identifier !== void 0 && n.uint32(18).string(e.identifier), e.measurementSetup !== void 0 && I.encode(e.measurementSetup, n.uint32(26).fork()).join(), e.onlineStatus !== void 0 && M.encode(e.onlineStatus, n.uint32(34).fork()).join(), n;
3604
3698
  },
3605
3699
  decode(e, n) {
3606
3700
  const r = e instanceof o ? e : new o(e);
3607
3701
  let a = n === void 0 ? r.len : r.pos + n;
3608
- const t = Xe();
3702
+ const t = $e();
3609
3703
  for (; r.pos < a; ) {
3610
3704
  const i = r.uint32();
3611
3705
  switch (i >>> 3) {
@@ -3624,13 +3718,13 @@ const Ar = {
3624
3718
  case 3: {
3625
3719
  if (i !== 26)
3626
3720
  break;
3627
- t.measurementSetup = k.decode(r, r.uint32());
3721
+ t.measurementSetup = I.decode(r, r.uint32());
3628
3722
  continue;
3629
3723
  }
3630
3724
  case 4: {
3631
3725
  if (i !== 34)
3632
3726
  break;
3633
- t.onlineStatus = D.decode(r, r.uint32());
3727
+ t.onlineStatus = M.decode(r, r.uint32());
3634
3728
  continue;
3635
3729
  }
3636
3730
  }
@@ -3642,35 +3736,35 @@ const Ar = {
3642
3736
  },
3643
3737
  fromJSON(e) {
3644
3738
  return {
3645
- eventType: f(e.eventType) ? jn(e.eventType) : 0,
3739
+ eventType: f(e.eventType) ? nr(e.eventType) : 0,
3646
3740
  identifier: f(e.identifier) ? globalThis.String(e.identifier) : void 0,
3647
- measurementSetup: f(e.measurementSetup) ? k.fromJSON(e.measurementSetup) : void 0,
3648
- onlineStatus: f(e.onlineStatus) ? D.fromJSON(e.onlineStatus) : void 0
3741
+ measurementSetup: f(e.measurementSetup) ? I.fromJSON(e.measurementSetup) : void 0,
3742
+ onlineStatus: f(e.onlineStatus) ? M.fromJSON(e.onlineStatus) : void 0
3649
3743
  };
3650
3744
  },
3651
3745
  toJSON(e) {
3652
3746
  const n = {};
3653
- return e.eventType !== 0 && (n.eventType = er(e.eventType)), e.identifier !== void 0 && (n.identifier = e.identifier), e.measurementSetup !== void 0 && (n.measurementSetup = k.toJSON(e.measurementSetup)), e.onlineStatus !== void 0 && (n.onlineStatus = D.toJSON(e.onlineStatus)), n;
3747
+ return e.eventType !== 0 && (n.eventType = rr(e.eventType)), e.identifier !== void 0 && (n.identifier = e.identifier), e.measurementSetup !== void 0 && (n.measurementSetup = I.toJSON(e.measurementSetup)), e.onlineStatus !== void 0 && (n.onlineStatus = M.toJSON(e.onlineStatus)), n;
3654
3748
  },
3655
3749
  create(e) {
3656
- return Ar.fromPartial(e ?? {});
3750
+ return Cr.fromPartial(e ?? {});
3657
3751
  },
3658
3752
  fromPartial(e) {
3659
- const n = Xe();
3660
- return n.eventType = e.eventType ?? 0, n.identifier = e.identifier ?? void 0, n.measurementSetup = e.measurementSetup !== void 0 && e.measurementSetup !== null ? k.fromPartial(e.measurementSetup) : void 0, n.onlineStatus = e.onlineStatus !== void 0 && e.onlineStatus !== null ? D.fromPartial(e.onlineStatus) : void 0, n;
3753
+ const n = $e();
3754
+ return n.eventType = e.eventType ?? 0, n.identifier = e.identifier ?? void 0, n.measurementSetup = e.measurementSetup !== void 0 && e.measurementSetup !== null ? I.fromPartial(e.measurementSetup) : void 0, n.onlineStatus = e.onlineStatus !== void 0 && e.onlineStatus !== null ? M.fromPartial(e.onlineStatus) : void 0, n;
3661
3755
  }
3662
3756
  };
3663
- function $e() {
3757
+ function ze() {
3664
3758
  return { preferences: void 0, messageLog: !1, signalLog: !1 };
3665
3759
  }
3666
- const _r = {
3760
+ const Rr = {
3667
3761
  encode(e, n = new u()) {
3668
3762
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.messageLog !== !1 && n.uint32(16).bool(e.messageLog), e.signalLog !== !1 && n.uint32(24).bool(e.signalLog), n;
3669
3763
  },
3670
3764
  decode(e, n) {
3671
3765
  const r = e instanceof o ? e : new o(e);
3672
3766
  let a = n === void 0 ? r.len : r.pos + n;
3673
- const t = $e();
3767
+ const t = ze();
3674
3768
  for (; r.pos < a; ) {
3675
3769
  const i = r.uint32();
3676
3770
  switch (i >>> 3) {
@@ -3711,17 +3805,17 @@ const _r = {
3711
3805
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.messageLog !== !1 && (n.messageLog = e.messageLog), e.signalLog !== !1 && (n.signalLog = e.signalLog), n;
3712
3806
  },
3713
3807
  create(e) {
3714
- return _r.fromPartial(e ?? {});
3808
+ return Rr.fromPartial(e ?? {});
3715
3809
  },
3716
3810
  fromPartial(e) {
3717
- const n = $e();
3811
+ const n = ze();
3718
3812
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.messageLog = e.messageLog ?? !1, n.signalLog = e.signalLog ?? !1, n;
3719
3813
  }
3720
3814
  };
3721
- function ze() {
3815
+ function je() {
3722
3816
  return { formats: [], names: [], extensions: [], descriptions: [] };
3723
3817
  }
3724
- const Tr = {
3818
+ const kr = {
3725
3819
  encode(e, n = new u()) {
3726
3820
  n.uint32(10).fork();
3727
3821
  for (const r of e.formats)
@@ -3738,7 +3832,7 @@ const Tr = {
3738
3832
  decode(e, n) {
3739
3833
  const r = e instanceof o ? e : new o(e);
3740
3834
  let a = n === void 0 ? r.len : r.pos + n;
3741
- const t = ze();
3835
+ const t = je();
3742
3836
  for (; r.pos < a; ) {
3743
3837
  const i = r.uint32();
3744
3838
  switch (i >>> 3) {
@@ -3791,28 +3885,28 @@ const Tr = {
3791
3885
  toJSON(e) {
3792
3886
  var r, a, t, i;
3793
3887
  const n = {};
3794
- return (r = e.formats) != null && r.length && (n.formats = e.formats.map((p) => Pn(p))), (a = e.names) != null && a.length && (n.names = e.names), (t = e.extensions) != null && t.length && (n.extensions = e.extensions), (i = e.descriptions) != null && i.length && (n.descriptions = e.descriptions), n;
3888
+ return (r = e.formats) != null && r.length && (n.formats = e.formats.map((p) => On(p))), (a = e.names) != null && a.length && (n.names = e.names), (t = e.extensions) != null && t.length && (n.extensions = e.extensions), (i = e.descriptions) != null && i.length && (n.descriptions = e.descriptions), n;
3795
3889
  },
3796
3890
  create(e) {
3797
- return Tr.fromPartial(e ?? {});
3891
+ return kr.fromPartial(e ?? {});
3798
3892
  },
3799
3893
  fromPartial(e) {
3800
3894
  var r, a, t, i;
3801
- const n = ze();
3895
+ const n = je();
3802
3896
  return n.formats = ((r = e.formats) == null ? void 0 : r.map((p) => p)) || [], n.names = ((a = e.names) == null ? void 0 : a.map((p) => p)) || [], n.extensions = ((t = e.extensions) == null ? void 0 : t.map((p) => p)) || [], n.descriptions = ((i = e.descriptions) == null ? void 0 : i.map((p) => p)) || [], n;
3803
3897
  }
3804
3898
  };
3805
- function je() {
3899
+ function en() {
3806
3900
  return { preferences: void 0, logFile: "" };
3807
3901
  }
3808
- const Cr = {
3902
+ const Ir = {
3809
3903
  encode(e, n = new u()) {
3810
3904
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.logFile !== "" && n.uint32(18).string(e.logFile), n;
3811
3905
  },
3812
3906
  decode(e, n) {
3813
3907
  const r = e instanceof o ? e : new o(e);
3814
3908
  let a = n === void 0 ? r.len : r.pos + n;
3815
- const t = je();
3909
+ const t = en();
3816
3910
  for (; r.pos < a; ) {
3817
3911
  const i = r.uint32();
3818
3912
  switch (i >>> 3) {
@@ -3846,17 +3940,17 @@ const Cr = {
3846
3940
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.logFile !== "" && (n.logFile = e.logFile), n;
3847
3941
  },
3848
3942
  create(e) {
3849
- return Cr.fromPartial(e ?? {});
3943
+ return Ir.fromPartial(e ?? {});
3850
3944
  },
3851
3945
  fromPartial(e) {
3852
- const n = je();
3946
+ const n = en();
3853
3947
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.logFile = e.logFile ?? "", n;
3854
3948
  }
3855
3949
  };
3856
- function en() {
3950
+ function nn() {
3857
3951
  return { channels: [] };
3858
3952
  }
3859
- const Rr = {
3953
+ const Lr = {
3860
3954
  encode(e, n = new u()) {
3861
3955
  n.uint32(10).fork();
3862
3956
  for (const r of e.channels)
@@ -3866,7 +3960,7 @@ const Rr = {
3866
3960
  decode(e, n) {
3867
3961
  const r = e instanceof o ? e : new o(e);
3868
3962
  let a = n === void 0 ? r.len : r.pos + n;
3869
- const t = en();
3963
+ const t = nn();
3870
3964
  for (; r.pos < a; ) {
3871
3965
  const i = r.uint32();
3872
3966
  switch (i >>> 3) {
@@ -3901,18 +3995,18 @@ const Rr = {
3901
3995
  return (r = e.channels) != null && r.length && (n.channels = e.channels.map((a) => Math.round(a))), n;
3902
3996
  },
3903
3997
  create(e) {
3904
- return Rr.fromPartial(e ?? {});
3998
+ return Lr.fromPartial(e ?? {});
3905
3999
  },
3906
4000
  fromPartial(e) {
3907
4001
  var r;
3908
- const n = en();
4002
+ const n = nn();
3909
4003
  return n.channels = ((r = e.channels) == null ? void 0 : r.map((a) => a)) || [], n;
3910
4004
  }
3911
4005
  };
3912
- function nn() {
4006
+ function rn() {
3913
4007
  return { preferences: void 0, files: [] };
3914
4008
  }
3915
- const kr = {
4009
+ const gr = {
3916
4010
  encode(e, n = new u()) {
3917
4011
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join();
3918
4012
  for (const r of e.files)
@@ -3922,7 +4016,7 @@ const kr = {
3922
4016
  decode(e, n) {
3923
4017
  const r = e instanceof o ? e : new o(e);
3924
4018
  let a = n === void 0 ? r.len : r.pos + n;
3925
- const t = nn();
4019
+ const t = rn();
3926
4020
  for (; r.pos < a; ) {
3927
4021
  const i = r.uint32();
3928
4022
  switch (i >>> 3) {
@@ -3957,18 +4051,18 @@ const kr = {
3957
4051
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), (r = e.files) != null && r.length && (n.files = e.files), n;
3958
4052
  },
3959
4053
  create(e) {
3960
- return kr.fromPartial(e ?? {});
4054
+ return gr.fromPartial(e ?? {});
3961
4055
  },
3962
4056
  fromPartial(e) {
3963
4057
  var r;
3964
- const n = nn();
4058
+ const n = rn();
3965
4059
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.files = ((r = e.files) == null ? void 0 : r.map((a) => a)) || [], n;
3966
4060
  }
3967
4061
  };
3968
- function rn() {
4062
+ function tn() {
3969
4063
  return { preferences: void 0, files: [] };
3970
4064
  }
3971
- const Ir = {
4065
+ const Jr = {
3972
4066
  encode(e, n = new u()) {
3973
4067
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join();
3974
4068
  for (const r of e.files)
@@ -3978,7 +4072,7 @@ const Ir = {
3978
4072
  decode(e, n) {
3979
4073
  const r = e instanceof o ? e : new o(e);
3980
4074
  let a = n === void 0 ? r.len : r.pos + n;
3981
- const t = rn();
4075
+ const t = tn();
3982
4076
  for (; r.pos < a; ) {
3983
4077
  const i = r.uint32();
3984
4078
  switch (i >>> 3) {
@@ -4013,34 +4107,34 @@ const Ir = {
4013
4107
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), (r = e.files) != null && r.length && (n.files = e.files), n;
4014
4108
  },
4015
4109
  create(e) {
4016
- return Ir.fromPartial(e ?? {});
4110
+ return Jr.fromPartial(e ?? {});
4017
4111
  },
4018
4112
  fromPartial(e) {
4019
4113
  var r;
4020
- const n = rn();
4114
+ const n = tn();
4021
4115
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.files = ((r = e.files) == null ? void 0 : r.map((a) => a)) || [], n;
4022
4116
  }
4023
4117
  };
4024
- function tn() {
4118
+ function an() {
4025
4119
  return { tables: [] };
4026
4120
  }
4027
- const Lr = {
4121
+ const vr = {
4028
4122
  encode(e, n = new u()) {
4029
4123
  for (const r of e.tables)
4030
- F.encode(r, n.uint32(10).fork()).join();
4124
+ U.encode(r, n.uint32(10).fork()).join();
4031
4125
  return n;
4032
4126
  },
4033
4127
  decode(e, n) {
4034
4128
  const r = e instanceof o ? e : new o(e);
4035
4129
  let a = n === void 0 ? r.len : r.pos + n;
4036
- const t = tn();
4130
+ const t = an();
4037
4131
  for (; r.pos < a; ) {
4038
4132
  const i = r.uint32();
4039
4133
  switch (i >>> 3) {
4040
4134
  case 1: {
4041
4135
  if (i !== 10)
4042
4136
  break;
4043
- t.tables.push(F.decode(r, r.uint32()));
4137
+ t.tables.push(U.decode(r, r.uint32()));
4044
4138
  continue;
4045
4139
  }
4046
4140
  }
@@ -4052,27 +4146,27 @@ const Lr = {
4052
4146
  },
4053
4147
  fromJSON(e) {
4054
4148
  return {
4055
- tables: globalThis.Array.isArray(e == null ? void 0 : e.tables) ? e.tables.map((n) => F.fromJSON(n)) : []
4149
+ tables: globalThis.Array.isArray(e == null ? void 0 : e.tables) ? e.tables.map((n) => U.fromJSON(n)) : []
4056
4150
  };
4057
4151
  },
4058
4152
  toJSON(e) {
4059
4153
  var r;
4060
4154
  const n = {};
4061
- return (r = e.tables) != null && r.length && (n.tables = e.tables.map((a) => F.toJSON(a))), n;
4155
+ return (r = e.tables) != null && r.length && (n.tables = e.tables.map((a) => U.toJSON(a))), n;
4062
4156
  },
4063
4157
  create(e) {
4064
- return Lr.fromPartial(e ?? {});
4158
+ return vr.fromPartial(e ?? {});
4065
4159
  },
4066
4160
  fromPartial(e) {
4067
4161
  var r;
4068
- const n = tn();
4069
- return n.tables = ((r = e.tables) == null ? void 0 : r.map((a) => F.fromPartial(a))) || [], n;
4162
+ const n = an();
4163
+ return n.tables = ((r = e.tables) == null ? void 0 : r.map((a) => U.fromPartial(a))) || [], n;
4070
4164
  }
4071
4165
  };
4072
- function an() {
4166
+ function sn() {
4073
4167
  return { preferences: void 0, messageQualifiedName: "", data: [] };
4074
4168
  }
4075
- const gr = {
4169
+ const Dr = {
4076
4170
  encode(e, n = new u()) {
4077
4171
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.messageQualifiedName !== "" && n.uint32(18).string(e.messageQualifiedName), n.uint32(26).fork();
4078
4172
  for (const r of e.data)
@@ -4082,7 +4176,7 @@ const gr = {
4082
4176
  decode(e, n) {
4083
4177
  const r = e instanceof o ? e : new o(e);
4084
4178
  let a = n === void 0 ? r.len : r.pos + n;
4085
- const t = an();
4179
+ const t = sn();
4086
4180
  for (; r.pos < a; ) {
4087
4181
  const i = r.uint32();
4088
4182
  switch (i >>> 3) {
@@ -4131,34 +4225,34 @@ const gr = {
4131
4225
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.messageQualifiedName !== "" && (n.messageQualifiedName = e.messageQualifiedName), (r = e.data) != null && r.length && (n.data = e.data.map((a) => Math.round(a))), n;
4132
4226
  },
4133
4227
  create(e) {
4134
- return gr.fromPartial(e ?? {});
4228
+ return Dr.fromPartial(e ?? {});
4135
4229
  },
4136
4230
  fromPartial(e) {
4137
4231
  var r;
4138
- const n = an();
4232
+ const n = sn();
4139
4233
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.messageQualifiedName = e.messageQualifiedName ?? "", n.data = ((r = e.data) == null ? void 0 : r.map((a) => a)) || [], n;
4140
4234
  }
4141
4235
  };
4142
- function sn() {
4236
+ function on() {
4143
4237
  return { signalValues: [] };
4144
4238
  }
4145
- const Jr = {
4239
+ const xr = {
4146
4240
  encode(e, n = new u()) {
4147
4241
  for (const r of e.signalValues)
4148
- m.encode(r, n.uint32(10).fork()).join();
4242
+ E.encode(r, n.uint32(10).fork()).join();
4149
4243
  return n;
4150
4244
  },
4151
4245
  decode(e, n) {
4152
4246
  const r = e instanceof o ? e : new o(e);
4153
4247
  let a = n === void 0 ? r.len : r.pos + n;
4154
- const t = sn();
4248
+ const t = on();
4155
4249
  for (; r.pos < a; ) {
4156
4250
  const i = r.uint32();
4157
4251
  switch (i >>> 3) {
4158
4252
  case 1: {
4159
4253
  if (i !== 10)
4160
4254
  break;
4161
- t.signalValues.push(m.decode(r, r.uint32()));
4255
+ t.signalValues.push(E.decode(r, r.uint32()));
4162
4256
  continue;
4163
4257
  }
4164
4258
  }
@@ -4170,40 +4264,40 @@ const Jr = {
4170
4264
  },
4171
4265
  fromJSON(e) {
4172
4266
  return {
4173
- signalValues: globalThis.Array.isArray(e == null ? void 0 : e.signalValues) ? e.signalValues.map((n) => m.fromJSON(n)) : []
4267
+ signalValues: globalThis.Array.isArray(e == null ? void 0 : e.signalValues) ? e.signalValues.map((n) => E.fromJSON(n)) : []
4174
4268
  };
4175
4269
  },
4176
4270
  toJSON(e) {
4177
4271
  var r;
4178
4272
  const n = {};
4179
- return (r = e.signalValues) != null && r.length && (n.signalValues = e.signalValues.map((a) => m.toJSON(a))), n;
4273
+ return (r = e.signalValues) != null && r.length && (n.signalValues = e.signalValues.map((a) => E.toJSON(a))), n;
4180
4274
  },
4181
4275
  create(e) {
4182
- return Jr.fromPartial(e ?? {});
4276
+ return xr.fromPartial(e ?? {});
4183
4277
  },
4184
4278
  fromPartial(e) {
4185
4279
  var r;
4186
- const n = sn();
4187
- return n.signalValues = ((r = e.signalValues) == null ? void 0 : r.map((a) => m.fromPartial(a))) || [], n;
4280
+ const n = on();
4281
+ return n.signalValues = ((r = e.signalValues) == null ? void 0 : r.map((a) => E.fromPartial(a))) || [], n;
4188
4282
  }
4189
4283
  };
4190
- function on() {
4284
+ function un() {
4191
4285
  return { preferences: void 0, messageQualifiedName: "", data: [], signalValues: [] };
4192
4286
  }
4193
- const vr = {
4287
+ const Mr = {
4194
4288
  encode(e, n = new u()) {
4195
4289
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.messageQualifiedName !== "" && n.uint32(18).string(e.messageQualifiedName), n.uint32(26).fork();
4196
4290
  for (const r of e.data)
4197
4291
  n.uint32(r);
4198
4292
  n.join();
4199
4293
  for (const r of e.signalValues)
4200
- m.encode(r, n.uint32(34).fork()).join();
4294
+ E.encode(r, n.uint32(34).fork()).join();
4201
4295
  return n;
4202
4296
  },
4203
4297
  decode(e, n) {
4204
4298
  const r = e instanceof o ? e : new o(e);
4205
4299
  let a = n === void 0 ? r.len : r.pos + n;
4206
- const t = on();
4300
+ const t = un();
4207
4301
  for (; r.pos < a; ) {
4208
4302
  const i = r.uint32();
4209
4303
  switch (i >>> 3) {
@@ -4235,7 +4329,7 @@ const vr = {
4235
4329
  case 4: {
4236
4330
  if (i !== 34)
4237
4331
  break;
4238
- t.signalValues.push(m.decode(r, r.uint32()));
4332
+ t.signalValues.push(E.decode(r, r.uint32()));
4239
4333
  continue;
4240
4334
  }
4241
4335
  }
@@ -4250,30 +4344,30 @@ const vr = {
4250
4344
  preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
4251
4345
  messageQualifiedName: f(e.messageQualifiedName) ? globalThis.String(e.messageQualifiedName) : "",
4252
4346
  data: globalThis.Array.isArray(e == null ? void 0 : e.data) ? e.data.map((n) => globalThis.Number(n)) : [],
4253
- signalValues: globalThis.Array.isArray(e == null ? void 0 : e.signalValues) ? e.signalValues.map((n) => m.fromJSON(n)) : []
4347
+ signalValues: globalThis.Array.isArray(e == null ? void 0 : e.signalValues) ? e.signalValues.map((n) => E.fromJSON(n)) : []
4254
4348
  };
4255
4349
  },
4256
4350
  toJSON(e) {
4257
4351
  var r, a;
4258
4352
  const n = {};
4259
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.messageQualifiedName !== "" && (n.messageQualifiedName = e.messageQualifiedName), (r = e.data) != null && r.length && (n.data = e.data.map((t) => Math.round(t))), (a = e.signalValues) != null && a.length && (n.signalValues = e.signalValues.map((t) => m.toJSON(t))), n;
4353
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.messageQualifiedName !== "" && (n.messageQualifiedName = e.messageQualifiedName), (r = e.data) != null && r.length && (n.data = e.data.map((t) => Math.round(t))), (a = e.signalValues) != null && a.length && (n.signalValues = e.signalValues.map((t) => E.toJSON(t))), n;
4260
4354
  },
4261
4355
  create(e) {
4262
- return vr.fromPartial(e ?? {});
4356
+ return Mr.fromPartial(e ?? {});
4263
4357
  },
4264
4358
  fromPartial(e) {
4265
4359
  var r, a;
4266
- const n = on();
4267
- return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.messageQualifiedName = e.messageQualifiedName ?? "", n.data = ((r = e.data) == null ? void 0 : r.map((t) => t)) || [], n.signalValues = ((a = e.signalValues) == null ? void 0 : a.map((t) => m.fromPartial(t))) || [], n;
4360
+ const n = un();
4361
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.messageQualifiedName = e.messageQualifiedName ?? "", n.data = ((r = e.data) == null ? void 0 : r.map((t) => t)) || [], n.signalValues = ((a = e.signalValues) == null ? void 0 : a.map((t) => E.fromPartial(t))) || [], n;
4268
4362
  }
4269
4363
  };
4270
- function un() {
4364
+ function fn() {
4271
4365
  return { signalValues: [], data: [] };
4272
4366
  }
4273
- const xr = {
4367
+ const Gr = {
4274
4368
  encode(e, n = new u()) {
4275
4369
  for (const r of e.signalValues)
4276
- m.encode(r, n.uint32(10).fork()).join();
4370
+ E.encode(r, n.uint32(10).fork()).join();
4277
4371
  n.uint32(18).fork();
4278
4372
  for (const r of e.data)
4279
4373
  n.uint32(r);
@@ -4282,14 +4376,14 @@ const xr = {
4282
4376
  decode(e, n) {
4283
4377
  const r = e instanceof o ? e : new o(e);
4284
4378
  let a = n === void 0 ? r.len : r.pos + n;
4285
- const t = un();
4379
+ const t = fn();
4286
4380
  for (; r.pos < a; ) {
4287
4381
  const i = r.uint32();
4288
4382
  switch (i >>> 3) {
4289
4383
  case 1: {
4290
4384
  if (i !== 10)
4291
4385
  break;
4292
- t.signalValues.push(m.decode(r, r.uint32()));
4386
+ t.signalValues.push(E.decode(r, r.uint32()));
4293
4387
  continue;
4294
4388
  }
4295
4389
  case 2: {
@@ -4314,28 +4408,28 @@ const xr = {
4314
4408
  },
4315
4409
  fromJSON(e) {
4316
4410
  return {
4317
- signalValues: globalThis.Array.isArray(e == null ? void 0 : e.signalValues) ? e.signalValues.map((n) => m.fromJSON(n)) : [],
4411
+ signalValues: globalThis.Array.isArray(e == null ? void 0 : e.signalValues) ? e.signalValues.map((n) => E.fromJSON(n)) : [],
4318
4412
  data: globalThis.Array.isArray(e == null ? void 0 : e.data) ? e.data.map((n) => globalThis.Number(n)) : []
4319
4413
  };
4320
4414
  },
4321
4415
  toJSON(e) {
4322
4416
  var r, a;
4323
4417
  const n = {};
4324
- return (r = e.signalValues) != null && r.length && (n.signalValues = e.signalValues.map((t) => m.toJSON(t))), (a = e.data) != null && a.length && (n.data = e.data.map((t) => Math.round(t))), n;
4418
+ return (r = e.signalValues) != null && r.length && (n.signalValues = e.signalValues.map((t) => E.toJSON(t))), (a = e.data) != null && a.length && (n.data = e.data.map((t) => Math.round(t))), n;
4325
4419
  },
4326
4420
  create(e) {
4327
- return xr.fromPartial(e ?? {});
4421
+ return Gr.fromPartial(e ?? {});
4328
4422
  },
4329
4423
  fromPartial(e) {
4330
4424
  var r, a;
4331
- const n = un();
4332
- return n.signalValues = ((r = e.signalValues) == null ? void 0 : r.map((t) => m.fromPartial(t))) || [], n.data = ((a = e.data) == null ? void 0 : a.map((t) => t)) || [], n;
4425
+ const n = fn();
4426
+ return n.signalValues = ((r = e.signalValues) == null ? void 0 : r.map((t) => E.fromPartial(t))) || [], n.data = ((a = e.data) == null ? void 0 : a.map((t) => t)) || [], n;
4333
4427
  }
4334
4428
  };
4335
4429
  function f(e) {
4336
4430
  return e != null;
4337
4431
  }
4338
- var Dr = /* @__PURE__ */ ((e) => (e[e.STATUS_LEVEL_NONE = 0] = "STATUS_LEVEL_NONE", e[e.STATUS_LEVEL_OK = 1] = "STATUS_LEVEL_OK", e[e.STATUS_LEVEL_WARNING = 2] = "STATUS_LEVEL_WARNING", e[e.STATUS_LEVEL_ERROR = 3] = "STATUS_LEVEL_ERROR", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Dr || {});
4432
+ var br = /* @__PURE__ */ ((e) => (e[e.STATUS_LEVEL_NONE = 0] = "STATUS_LEVEL_NONE", e[e.STATUS_LEVEL_OK = 1] = "STATUS_LEVEL_OK", e[e.STATUS_LEVEL_WARNING = 2] = "STATUS_LEVEL_WARNING", e[e.STATUS_LEVEL_ERROR = 3] = "STATUS_LEVEL_ERROR", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(br || {});
4339
4433
  function Z(e) {
4340
4434
  switch (e) {
4341
4435
  case 0:
@@ -4371,8 +4465,8 @@ function W(e) {
4371
4465
  return "UNRECOGNIZED";
4372
4466
  }
4373
4467
  }
4374
- var Mr = /* @__PURE__ */ ((e) => (e[e.LOG_REPLAY_STATE_UNSPECIFIED = 0] = "LOG_REPLAY_STATE_UNSPECIFIED", e[e.LOG_REPLAY_STATE_STARTED = 1] = "LOG_REPLAY_STATE_STARTED", e[e.LOG_REPLAY_STATE_STOPPED = 2] = "LOG_REPLAY_STATE_STOPPED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Mr || {});
4375
- function br(e) {
4468
+ var Vr = /* @__PURE__ */ ((e) => (e[e.LOG_REPLAY_STATE_UNSPECIFIED = 0] = "LOG_REPLAY_STATE_UNSPECIFIED", e[e.LOG_REPLAY_STATE_STARTED = 1] = "LOG_REPLAY_STATE_STARTED", e[e.LOG_REPLAY_STATE_STOPPED = 2] = "LOG_REPLAY_STATE_STOPPED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Vr || {});
4469
+ function yr(e) {
4376
4470
  switch (e) {
4377
4471
  case 0:
4378
4472
  case "LOG_REPLAY_STATE_UNSPECIFIED":
@@ -4389,7 +4483,7 @@ function br(e) {
4389
4483
  return -1;
4390
4484
  }
4391
4485
  }
4392
- function yr(e) {
4486
+ function Br(e) {
4393
4487
  switch (e) {
4394
4488
  case 0:
4395
4489
  return "LOG_REPLAY_STATE_UNSPECIFIED";
@@ -4402,8 +4496,8 @@ function yr(e) {
4402
4496
  return "UNRECOGNIZED";
4403
4497
  }
4404
4498
  }
4405
- var Gr = /* @__PURE__ */ ((e) => (e[e.MESSAGE_LOGGER_STATE_UNSPECIFIED = 0] = "MESSAGE_LOGGER_STATE_UNSPECIFIED", e[e.MESSAGE_LOGGER_STATE_PRESTART = 1] = "MESSAGE_LOGGER_STATE_PRESTART", e[e.MESSAGE_LOGGER_STATE_STARTED = 2] = "MESSAGE_LOGGER_STATE_STARTED", e[e.MESSAGE_LOGGER_STATE_STOPPED = 3] = "MESSAGE_LOGGER_STATE_STOPPED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Gr || {});
4406
- function Vr(e) {
4499
+ var Fr = /* @__PURE__ */ ((e) => (e[e.MESSAGE_LOGGER_STATE_UNSPECIFIED = 0] = "MESSAGE_LOGGER_STATE_UNSPECIFIED", e[e.MESSAGE_LOGGER_STATE_PRESTART = 1] = "MESSAGE_LOGGER_STATE_PRESTART", e[e.MESSAGE_LOGGER_STATE_STARTED = 2] = "MESSAGE_LOGGER_STATE_STARTED", e[e.MESSAGE_LOGGER_STATE_STOPPED = 3] = "MESSAGE_LOGGER_STATE_STOPPED", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(Fr || {});
4500
+ function Ur(e) {
4407
4501
  switch (e) {
4408
4502
  case 0:
4409
4503
  case "MESSAGE_LOGGER_STATE_UNSPECIFIED":
@@ -4423,7 +4517,7 @@ function Vr(e) {
4423
4517
  return -1;
4424
4518
  }
4425
4519
  }
4426
- function Br(e) {
4520
+ function Hr(e) {
4427
4521
  switch (e) {
4428
4522
  case 0:
4429
4523
  return "MESSAGE_LOGGER_STATE_UNSPECIFIED";
@@ -4438,7 +4532,7 @@ function Br(e) {
4438
4532
  return "UNRECOGNIZED";
4439
4533
  }
4440
4534
  }
4441
- function fn() {
4535
+ function dn() {
4442
4536
  return {
4443
4537
  rxMessageCounter: 0,
4444
4538
  rxMessagesPerSecond: 0,
@@ -4457,14 +4551,14 @@ function fn() {
4457
4551
  busLoad: 0
4458
4552
  };
4459
4553
  }
4460
- const M = {
4554
+ const G = {
4461
4555
  encode(e, n = new u()) {
4462
4556
  return e.rxMessageCounter !== 0 && n.uint32(8).int32(e.rxMessageCounter), e.rxMessagesPerSecond !== 0 && n.uint32(16).int32(e.rxMessagesPerSecond), e.txMessageCounter !== 0 && n.uint32(24).int32(e.txMessageCounter), e.txMessagesPerSecond !== 0 && n.uint32(32).int32(e.txMessagesPerSecond), e.errorFrameCounter !== 0 && n.uint32(40).int32(e.errorFrameCounter), e.errorFramesPerSecond !== 0 && n.uint32(48).int32(e.errorFramesPerSecond), e.overrunCounter !== 0 && n.uint32(56).int32(e.overrunCounter), e.overrunsPerSecond !== 0 && n.uint32(64).int32(e.overrunsPerSecond), e.rxErrorCounter !== 0 && n.uint32(72).int32(e.rxErrorCounter), e.txErrorCounter !== 0 && n.uint32(80).int32(e.txErrorCounter), e.overrunErrorCounter !== 0 && n.uint32(88).int32(e.overrunErrorCounter), e.busOnStatus !== 0 && n.uint32(96).int32(e.busOnStatus), e.errorStatus !== 0 && n.uint32(104).int32(e.errorStatus), e.overrunStatus !== 0 && n.uint32(112).int32(e.overrunStatus), e.busLoad !== 0 && n.uint32(120).int32(e.busLoad), n;
4463
4557
  },
4464
4558
  decode(e, n) {
4465
4559
  const r = e instanceof o ? e : new o(e);
4466
4560
  let a = n === void 0 ? r.len : r.pos + n;
4467
- const t = fn();
4561
+ const t = dn();
4468
4562
  for (; r.pos < a; ) {
4469
4563
  const i = r.uint32();
4470
4564
  switch (i >>> 3) {
@@ -4589,14 +4683,14 @@ const M = {
4589
4683
  return e.rxMessageCounter !== 0 && (n.rxMessageCounter = Math.round(e.rxMessageCounter)), e.rxMessagesPerSecond !== 0 && (n.rxMessagesPerSecond = Math.round(e.rxMessagesPerSecond)), e.txMessageCounter !== 0 && (n.txMessageCounter = Math.round(e.txMessageCounter)), e.txMessagesPerSecond !== 0 && (n.txMessagesPerSecond = Math.round(e.txMessagesPerSecond)), e.errorFrameCounter !== 0 && (n.errorFrameCounter = Math.round(e.errorFrameCounter)), e.errorFramesPerSecond !== 0 && (n.errorFramesPerSecond = Math.round(e.errorFramesPerSecond)), e.overrunCounter !== 0 && (n.overrunCounter = Math.round(e.overrunCounter)), e.overrunsPerSecond !== 0 && (n.overrunsPerSecond = Math.round(e.overrunsPerSecond)), e.rxErrorCounter !== 0 && (n.rxErrorCounter = Math.round(e.rxErrorCounter)), e.txErrorCounter !== 0 && (n.txErrorCounter = Math.round(e.txErrorCounter)), e.overrunErrorCounter !== 0 && (n.overrunErrorCounter = Math.round(e.overrunErrorCounter)), e.busOnStatus !== 0 && (n.busOnStatus = W(e.busOnStatus)), e.errorStatus !== 0 && (n.errorStatus = W(e.errorStatus)), e.overrunStatus !== 0 && (n.overrunStatus = W(e.overrunStatus)), e.busLoad !== 0 && (n.busLoad = Math.round(e.busLoad)), n;
4590
4684
  },
4591
4685
  create(e) {
4592
- return M.fromPartial(e ?? {});
4686
+ return G.fromPartial(e ?? {});
4593
4687
  },
4594
4688
  fromPartial(e) {
4595
- const n = fn();
4689
+ const n = dn();
4596
4690
  return n.rxMessageCounter = e.rxMessageCounter ?? 0, n.rxMessagesPerSecond = e.rxMessagesPerSecond ?? 0, n.txMessageCounter = e.txMessageCounter ?? 0, n.txMessagesPerSecond = e.txMessagesPerSecond ?? 0, n.errorFrameCounter = e.errorFrameCounter ?? 0, n.errorFramesPerSecond = e.errorFramesPerSecond ?? 0, n.overrunCounter = e.overrunCounter ?? 0, n.overrunsPerSecond = e.overrunsPerSecond ?? 0, n.rxErrorCounter = e.rxErrorCounter ?? 0, n.txErrorCounter = e.txErrorCounter ?? 0, n.overrunErrorCounter = e.overrunErrorCounter ?? 0, n.busOnStatus = e.busOnStatus ?? 0, n.errorStatus = e.errorStatus ?? 0, n.overrunStatus = e.overrunStatus ?? 0, n.busLoad = e.busLoad ?? 0, n;
4597
4691
  }
4598
4692
  };
4599
- function dn() {
4693
+ function cn() {
4600
4694
  return { errorCounter: 0, lastExecutionTime: c.ZERO, minExecutionTime: c.ZERO, maxExecutionTime: c.ZERO };
4601
4695
  }
4602
4696
  const b = {
@@ -4606,7 +4700,7 @@ const b = {
4606
4700
  decode(e, n) {
4607
4701
  const r = e instanceof o ? e : new o(e);
4608
4702
  let a = n === void 0 ? r.len : r.pos + n;
4609
- const t = dn();
4703
+ const t = cn();
4610
4704
  for (; r.pos < a; ) {
4611
4705
  const i = r.uint32();
4612
4706
  switch (i >>> 3) {
@@ -4657,21 +4751,21 @@ const b = {
4657
4751
  return b.fromPartial(e ?? {});
4658
4752
  },
4659
4753
  fromPartial(e) {
4660
- const n = dn();
4754
+ const n = cn();
4661
4755
  return n.errorCounter = e.errorCounter ?? 0, n.lastExecutionTime = e.lastExecutionTime !== void 0 && e.lastExecutionTime !== null ? c.fromValue(e.lastExecutionTime) : c.ZERO, n.minExecutionTime = e.minExecutionTime !== void 0 && e.minExecutionTime !== null ? c.fromValue(e.minExecutionTime) : c.ZERO, n.maxExecutionTime = e.maxExecutionTime !== void 0 && e.maxExecutionTime !== null ? c.fromValue(e.maxExecutionTime) : c.ZERO, n;
4662
4756
  }
4663
4757
  };
4664
- function cn() {
4758
+ function ln() {
4665
4759
  return { state: 0 };
4666
4760
  }
4667
- const y = {
4761
+ const V = {
4668
4762
  encode(e, n = new u()) {
4669
4763
  return e.state !== 0 && n.uint32(8).int32(e.state), n;
4670
4764
  },
4671
4765
  decode(e, n) {
4672
4766
  const r = e instanceof o ? e : new o(e);
4673
4767
  let a = n === void 0 ? r.len : r.pos + n;
4674
- const t = cn();
4768
+ const t = ln();
4675
4769
  for (; r.pos < a; ) {
4676
4770
  const i = r.uint32();
4677
4771
  switch (i >>> 3) {
@@ -4689,31 +4783,31 @@ const y = {
4689
4783
  return t;
4690
4784
  },
4691
4785
  fromJSON(e) {
4692
- return { state: N(e.state) ? br(e.state) : 0 };
4786
+ return { state: N(e.state) ? yr(e.state) : 0 };
4693
4787
  },
4694
4788
  toJSON(e) {
4695
4789
  const n = {};
4696
- return e.state !== 0 && (n.state = yr(e.state)), n;
4790
+ return e.state !== 0 && (n.state = Br(e.state)), n;
4697
4791
  },
4698
4792
  create(e) {
4699
- return y.fromPartial(e ?? {});
4793
+ return V.fromPartial(e ?? {});
4700
4794
  },
4701
4795
  fromPartial(e) {
4702
- const n = cn();
4796
+ const n = ln();
4703
4797
  return n.state = e.state ?? 0, n;
4704
4798
  }
4705
4799
  };
4706
- function ln() {
4800
+ function pn() {
4707
4801
  return { state: 0 };
4708
4802
  }
4709
- const G = {
4803
+ const y = {
4710
4804
  encode(e, n = new u()) {
4711
4805
  return e.state !== 0 && n.uint32(8).int32(e.state), n;
4712
4806
  },
4713
4807
  decode(e, n) {
4714
4808
  const r = e instanceof o ? e : new o(e);
4715
4809
  let a = n === void 0 ? r.len : r.pos + n;
4716
- const t = ln();
4810
+ const t = pn();
4717
4811
  for (; r.pos < a; ) {
4718
4812
  const i = r.uint32();
4719
4813
  switch (i >>> 3) {
@@ -4731,31 +4825,31 @@ const G = {
4731
4825
  return t;
4732
4826
  },
4733
4827
  fromJSON(e) {
4734
- return { state: N(e.state) ? Vr(e.state) : 0 };
4828
+ return { state: N(e.state) ? Ur(e.state) : 0 };
4735
4829
  },
4736
4830
  toJSON(e) {
4737
4831
  const n = {};
4738
- return e.state !== 0 && (n.state = Br(e.state)), n;
4832
+ return e.state !== 0 && (n.state = Hr(e.state)), n;
4739
4833
  },
4740
4834
  create(e) {
4741
- return G.fromPartial(e ?? {});
4835
+ return y.fromPartial(e ?? {});
4742
4836
  },
4743
4837
  fromPartial(e) {
4744
- const n = ln();
4838
+ const n = pn();
4745
4839
  return n.state = e.state ?? 0, n;
4746
4840
  }
4747
4841
  };
4748
- function pn() {
4842
+ function Nn() {
4749
4843
  return { errors: "" };
4750
4844
  }
4751
- const V = {
4845
+ const B = {
4752
4846
  encode(e, n = new u()) {
4753
4847
  return e.errors !== "" && n.uint32(10).string(e.errors), n;
4754
4848
  },
4755
4849
  decode(e, n) {
4756
4850
  const r = e instanceof o ? e : new o(e);
4757
4851
  let a = n === void 0 ? r.len : r.pos + n;
4758
- const t = pn();
4852
+ const t = Nn();
4759
4853
  for (; r.pos < a; ) {
4760
4854
  const i = r.uint32();
4761
4855
  switch (i >>> 3) {
@@ -4780,14 +4874,14 @@ const V = {
4780
4874
  return e.errors !== "" && (n.errors = e.errors), n;
4781
4875
  },
4782
4876
  create(e) {
4783
- return V.fromPartial(e ?? {});
4877
+ return B.fromPartial(e ?? {});
4784
4878
  },
4785
4879
  fromPartial(e) {
4786
- const n = pn();
4880
+ const n = Nn();
4787
4881
  return n.errors = e.errors ?? "", n;
4788
4882
  }
4789
4883
  };
4790
- function Nn() {
4884
+ function Sn() {
4791
4885
  return {
4792
4886
  nodeId: "",
4793
4887
  nodeName: "",
@@ -4799,14 +4893,14 @@ function Nn() {
4799
4893
  errorStatus: void 0
4800
4894
  };
4801
4895
  }
4802
- const B = {
4896
+ const F = {
4803
4897
  encode(e, n = new u()) {
4804
- return e.nodeId !== "" && n.uint32(10).string(e.nodeId), e.nodeName !== "" && n.uint32(18).string(e.nodeName), e.streamId !== "" && n.uint32(26).string(e.streamId), e.busStatus !== void 0 && M.encode(e.busStatus, n.uint32(34).fork()).join(), e.dataProcessingStatus !== void 0 && b.encode(e.dataProcessingStatus, n.uint32(42).fork()).join(), e.logReplayStatus !== void 0 && y.encode(e.logReplayStatus, n.uint32(50).fork()).join(), e.messageLoggerStatus !== void 0 && G.encode(e.messageLoggerStatus, n.uint32(58).fork()).join(), e.errorStatus !== void 0 && V.encode(e.errorStatus, n.uint32(66).fork()).join(), n;
4898
+ return e.nodeId !== "" && n.uint32(10).string(e.nodeId), e.nodeName !== "" && n.uint32(18).string(e.nodeName), e.streamId !== "" && n.uint32(26).string(e.streamId), e.busStatus !== void 0 && G.encode(e.busStatus, n.uint32(34).fork()).join(), e.dataProcessingStatus !== void 0 && b.encode(e.dataProcessingStatus, n.uint32(42).fork()).join(), e.logReplayStatus !== void 0 && V.encode(e.logReplayStatus, n.uint32(50).fork()).join(), e.messageLoggerStatus !== void 0 && y.encode(e.messageLoggerStatus, n.uint32(58).fork()).join(), e.errorStatus !== void 0 && B.encode(e.errorStatus, n.uint32(66).fork()).join(), n;
4805
4899
  },
4806
4900
  decode(e, n) {
4807
4901
  const r = e instanceof o ? e : new o(e);
4808
4902
  let a = n === void 0 ? r.len : r.pos + n;
4809
- const t = Nn();
4903
+ const t = Sn();
4810
4904
  for (; r.pos < a; ) {
4811
4905
  const i = r.uint32();
4812
4906
  switch (i >>> 3) {
@@ -4831,7 +4925,7 @@ const B = {
4831
4925
  case 4: {
4832
4926
  if (i !== 34)
4833
4927
  break;
4834
- t.busStatus = M.decode(r, r.uint32());
4928
+ t.busStatus = G.decode(r, r.uint32());
4835
4929
  continue;
4836
4930
  }
4837
4931
  case 5: {
@@ -4843,19 +4937,19 @@ const B = {
4843
4937
  case 6: {
4844
4938
  if (i !== 50)
4845
4939
  break;
4846
- t.logReplayStatus = y.decode(r, r.uint32());
4940
+ t.logReplayStatus = V.decode(r, r.uint32());
4847
4941
  continue;
4848
4942
  }
4849
4943
  case 7: {
4850
4944
  if (i !== 58)
4851
4945
  break;
4852
- t.messageLoggerStatus = G.decode(r, r.uint32());
4946
+ t.messageLoggerStatus = y.decode(r, r.uint32());
4853
4947
  continue;
4854
4948
  }
4855
4949
  case 8: {
4856
4950
  if (i !== 66)
4857
4951
  break;
4858
- t.errorStatus = V.decode(r, r.uint32());
4952
+ t.errorStatus = B.decode(r, r.uint32());
4859
4953
  continue;
4860
4954
  }
4861
4955
  }
@@ -4870,45 +4964,45 @@ const B = {
4870
4964
  nodeId: N(e.nodeId) ? globalThis.String(e.nodeId) : "",
4871
4965
  nodeName: N(e.nodeName) ? globalThis.String(e.nodeName) : "",
4872
4966
  streamId: N(e.streamId) ? globalThis.String(e.streamId) : "",
4873
- busStatus: N(e.busStatus) ? M.fromJSON(e.busStatus) : void 0,
4967
+ busStatus: N(e.busStatus) ? G.fromJSON(e.busStatus) : void 0,
4874
4968
  dataProcessingStatus: N(e.dataProcessingStatus) ? b.fromJSON(e.dataProcessingStatus) : void 0,
4875
- logReplayStatus: N(e.logReplayStatus) ? y.fromJSON(e.logReplayStatus) : void 0,
4876
- messageLoggerStatus: N(e.messageLoggerStatus) ? G.fromJSON(e.messageLoggerStatus) : void 0,
4877
- errorStatus: N(e.errorStatus) ? V.fromJSON(e.errorStatus) : void 0
4969
+ logReplayStatus: N(e.logReplayStatus) ? V.fromJSON(e.logReplayStatus) : void 0,
4970
+ messageLoggerStatus: N(e.messageLoggerStatus) ? y.fromJSON(e.messageLoggerStatus) : void 0,
4971
+ errorStatus: N(e.errorStatus) ? B.fromJSON(e.errorStatus) : void 0
4878
4972
  };
4879
4973
  },
4880
4974
  toJSON(e) {
4881
4975
  const n = {};
4882
- return e.nodeId !== "" && (n.nodeId = e.nodeId), e.nodeName !== "" && (n.nodeName = e.nodeName), e.streamId !== "" && (n.streamId = e.streamId), e.busStatus !== void 0 && (n.busStatus = M.toJSON(e.busStatus)), e.dataProcessingStatus !== void 0 && (n.dataProcessingStatus = b.toJSON(e.dataProcessingStatus)), e.logReplayStatus !== void 0 && (n.logReplayStatus = y.toJSON(e.logReplayStatus)), e.messageLoggerStatus !== void 0 && (n.messageLoggerStatus = G.toJSON(e.messageLoggerStatus)), e.errorStatus !== void 0 && (n.errorStatus = V.toJSON(e.errorStatus)), n;
4976
+ return e.nodeId !== "" && (n.nodeId = e.nodeId), e.nodeName !== "" && (n.nodeName = e.nodeName), e.streamId !== "" && (n.streamId = e.streamId), e.busStatus !== void 0 && (n.busStatus = G.toJSON(e.busStatus)), e.dataProcessingStatus !== void 0 && (n.dataProcessingStatus = b.toJSON(e.dataProcessingStatus)), e.logReplayStatus !== void 0 && (n.logReplayStatus = V.toJSON(e.logReplayStatus)), e.messageLoggerStatus !== void 0 && (n.messageLoggerStatus = y.toJSON(e.messageLoggerStatus)), e.errorStatus !== void 0 && (n.errorStatus = B.toJSON(e.errorStatus)), n;
4883
4977
  },
4884
4978
  create(e) {
4885
- return B.fromPartial(e ?? {});
4979
+ return F.fromPartial(e ?? {});
4886
4980
  },
4887
4981
  fromPartial(e) {
4888
- const n = Nn();
4889
- return n.nodeId = e.nodeId ?? "", n.nodeName = e.nodeName ?? "", n.streamId = e.streamId ?? "", n.busStatus = e.busStatus !== void 0 && e.busStatus !== null ? M.fromPartial(e.busStatus) : void 0, n.dataProcessingStatus = e.dataProcessingStatus !== void 0 && e.dataProcessingStatus !== null ? b.fromPartial(e.dataProcessingStatus) : void 0, n.logReplayStatus = e.logReplayStatus !== void 0 && e.logReplayStatus !== null ? y.fromPartial(e.logReplayStatus) : void 0, n.messageLoggerStatus = e.messageLoggerStatus !== void 0 && e.messageLoggerStatus !== null ? G.fromPartial(e.messageLoggerStatus) : void 0, n.errorStatus = e.errorStatus !== void 0 && e.errorStatus !== null ? V.fromPartial(e.errorStatus) : void 0, n;
4982
+ const n = Sn();
4983
+ return n.nodeId = e.nodeId ?? "", n.nodeName = e.nodeName ?? "", n.streamId = e.streamId ?? "", n.busStatus = e.busStatus !== void 0 && e.busStatus !== null ? G.fromPartial(e.busStatus) : void 0, n.dataProcessingStatus = e.dataProcessingStatus !== void 0 && e.dataProcessingStatus !== null ? b.fromPartial(e.dataProcessingStatus) : void 0, n.logReplayStatus = e.logReplayStatus !== void 0 && e.logReplayStatus !== null ? V.fromPartial(e.logReplayStatus) : void 0, n.messageLoggerStatus = e.messageLoggerStatus !== void 0 && e.messageLoggerStatus !== null ? y.fromPartial(e.messageLoggerStatus) : void 0, n.errorStatus = e.errorStatus !== void 0 && e.errorStatus !== null ? B.fromPartial(e.errorStatus) : void 0, n;
4890
4984
  }
4891
4985
  };
4892
- function Sn() {
4986
+ function En() {
4893
4987
  return { items: [] };
4894
4988
  }
4895
- const Fr = {
4989
+ const qr = {
4896
4990
  encode(e, n = new u()) {
4897
4991
  for (const r of e.items)
4898
- B.encode(r, n.uint32(10).fork()).join();
4992
+ F.encode(r, n.uint32(10).fork()).join();
4899
4993
  return n;
4900
4994
  },
4901
4995
  decode(e, n) {
4902
4996
  const r = e instanceof o ? e : new o(e);
4903
4997
  let a = n === void 0 ? r.len : r.pos + n;
4904
- const t = Sn();
4998
+ const t = En();
4905
4999
  for (; r.pos < a; ) {
4906
5000
  const i = r.uint32();
4907
5001
  switch (i >>> 3) {
4908
5002
  case 1: {
4909
5003
  if (i !== 10)
4910
5004
  break;
4911
- t.items.push(B.decode(r, r.uint32()));
5005
+ t.items.push(F.decode(r, r.uint32()));
4912
5006
  continue;
4913
5007
  }
4914
5008
  }
@@ -4920,126 +5014,130 @@ const Fr = {
4920
5014
  },
4921
5015
  fromJSON(e) {
4922
5016
  return {
4923
- items: globalThis.Array.isArray(e == null ? void 0 : e.items) ? e.items.map((n) => B.fromJSON(n)) : []
5017
+ items: globalThis.Array.isArray(e == null ? void 0 : e.items) ? e.items.map((n) => F.fromJSON(n)) : []
4924
5018
  };
4925
5019
  },
4926
5020
  toJSON(e) {
4927
5021
  var r;
4928
5022
  const n = {};
4929
- return (r = e.items) != null && r.length && (n.items = e.items.map((a) => B.toJSON(a))), n;
5023
+ return (r = e.items) != null && r.length && (n.items = e.items.map((a) => F.toJSON(a))), n;
4930
5024
  },
4931
5025
  create(e) {
4932
- return Fr.fromPartial(e ?? {});
5026
+ return qr.fromPartial(e ?? {});
4933
5027
  },
4934
5028
  fromPartial(e) {
4935
5029
  var r;
4936
- const n = Sn();
4937
- return n.items = ((r = e.items) == null ? void 0 : r.map((a) => B.fromPartial(a))) || [], n;
5030
+ const n = En();
5031
+ return n.items = ((r = e.items) == null ? void 0 : r.map((a) => F.fromPartial(a))) || [], n;
4938
5032
  }
4939
5033
  };
4940
5034
  function N(e) {
4941
5035
  return e != null;
4942
5036
  }
4943
5037
  export {
4944
- nr as $,
5038
+ er as $,
4945
5039
  s as A,
4946
5040
  O as B,
4947
5041
  yn as C,
4948
- Fn as D,
4949
- On as E,
4950
- J as F,
4951
- kn as G,
4952
- v as H,
4953
- gn as I,
4954
- A as J,
4955
- x as K,
4956
- An as L,
4957
- qn as M,
4958
- wn as N,
4959
- Zn as O,
4960
- Bn as P,
4961
- Wn as Q,
4962
- Kn as R,
4963
- Dr as S,
4964
- Qn as T,
4965
- Jn as U,
4966
- Yn as V,
4967
- Xn as W,
4968
- $n as X,
4969
- zn as Y,
4970
- jn as Z,
4971
- er as _,
4972
- Q as a,
4973
- rr as a0,
4974
- ir as a1,
4975
- tr as a2,
4976
- ar as a3,
4977
- sr as a4,
4978
- or as a5,
4979
- ur as a6,
4980
- fr as a7,
4981
- dr as a8,
4982
- cr as a9,
4983
- yr as aA,
4984
- Gr as aB,
5042
+ Hn as D,
5043
+ An as E,
5044
+ _n as F,
5045
+ Ln as G,
5046
+ m as H,
5047
+ vn as I,
5048
+ h as J,
5049
+ v as K,
5050
+ Tn as L,
5051
+ D as M,
5052
+ A as N,
5053
+ x as O,
5054
+ Un as P,
5055
+ Zn as Q,
5056
+ Wn as R,
5057
+ br as S,
5058
+ Kn as T,
5059
+ Dn as U,
5060
+ Qn as V,
5061
+ Yn as W,
5062
+ Xn as X,
5063
+ $n as Y,
5064
+ zn as Z,
5065
+ jn as _,
5066
+ Kr as a,
5067
+ nr as a0,
5068
+ rr as a1,
5069
+ ir as a2,
5070
+ tr as a3,
5071
+ ar as a4,
5072
+ sr as a5,
5073
+ or as a6,
5074
+ ur as a7,
5075
+ fr as a8,
5076
+ dr as a9,
5077
+ Z as aA,
5078
+ W as aB,
4985
5079
  Vr as aC,
4986
- Br as aD,
4987
- M as aE,
4988
- b as aF,
4989
- y as aG,
4990
- G as aH,
4991
- V as aI,
4992
- B as aJ,
4993
- Fr as aK,
4994
- lr as aa,
4995
- pr as ab,
4996
- Nr as ac,
4997
- Sr as ad,
4998
- mr as ae,
5080
+ yr as aD,
5081
+ Br as aE,
5082
+ Fr as aF,
5083
+ Ur as aG,
5084
+ Hr as aH,
5085
+ G as aI,
5086
+ b as aJ,
5087
+ V as aK,
5088
+ y as aL,
5089
+ B as aM,
5090
+ F as aN,
5091
+ qr as aO,
5092
+ cr as aa,
5093
+ lr as ab,
5094
+ pr as ac,
5095
+ Nr as ad,
5096
+ Sr as ae,
4999
5097
  Er as af,
5000
- Pr as ag,
5001
- hr as ah,
5098
+ mr as ag,
5099
+ Pr as ah,
5002
5100
  Or as ai,
5003
- D as aj,
5101
+ hr as aj,
5004
5102
  Ar as ak,
5005
5103
  _r as al,
5006
5104
  Tr as am,
5007
- Cr as an,
5008
- Rr as ao,
5009
- kr as ap,
5010
- Ir as aq,
5011
- Lr as ar,
5012
- gr as as,
5013
- Jr as at,
5014
- vr as au,
5015
- xr as av,
5016
- Z as aw,
5017
- W as ax,
5105
+ M as an,
5106
+ Cr as ao,
5107
+ Rr as ap,
5108
+ kr as aq,
5109
+ Ir as ar,
5110
+ Lr as as,
5111
+ gr as at,
5112
+ Jr as au,
5113
+ vr as av,
5114
+ Dr as aw,
5115
+ xr as ax,
5018
5116
  Mr as ay,
5019
- br as az,
5020
- _n as b,
5021
- Tn as c,
5022
- Cn as d,
5023
- Rn as e,
5024
- I as f,
5117
+ Gr as az,
5118
+ Q as b,
5119
+ Cn as c,
5120
+ Rn as d,
5121
+ kn as e,
5122
+ Wr as f,
5025
5123
  In as g,
5026
- P as h,
5027
- L as i,
5028
- Ln as j,
5029
- vn as k,
5124
+ L as h,
5125
+ gn as i,
5126
+ P as j,
5127
+ g as k,
5030
5128
  K as l,
5031
- xn as m,
5032
- Dn as n,
5129
+ Jn as m,
5130
+ xn as n,
5033
5131
  Mn as o,
5034
- bn as p,
5035
- Gn as q,
5132
+ Gn as p,
5133
+ bn as q,
5036
5134
  Vn as r,
5037
- mn as s,
5038
- En as t,
5039
- Un as u,
5040
- Hn as v,
5041
- S as w,
5042
- g as x,
5043
- h as y,
5044
- E as z
5135
+ Bn as s,
5136
+ Fn as t,
5137
+ mn as u,
5138
+ Pn as v,
5139
+ qn as w,
5140
+ wn as x,
5141
+ S as y,
5142
+ J as z
5045
5143
  };