@kvaser/canking-api 7.2.0 → 7.3.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 (862) hide show
  1. package/dist/ElectronAPIFake.js +1 -1
  2. package/dist/ElectronAPIFake.mjs +11 -10
  3. package/dist/controls/CanChannelSelectControl.d.ts +4 -4
  4. package/dist/controls/CanIdentifierControl.d.ts +78 -54
  5. package/dist/controls/CanKingDataProvider.d.ts +31 -2
  6. package/dist/controls/CheckboxControl.d.ts +2 -2
  7. package/dist/controls/ColumnItemControl.d.ts +1 -1
  8. package/dist/controls/ContextMenu.d.ts +2 -2
  9. package/dist/controls/DropdownButton.d.ts +3 -3
  10. package/dist/controls/DropdownPanel.d.ts +1 -1
  11. package/dist/controls/FormControlRow.d.ts +1 -1
  12. package/dist/controls/InlineEditor.d.ts +2 -2
  13. package/dist/controls/LinChannelSelectControl.d.ts +3 -3
  14. package/dist/controls/LinIdentifierControl.d.ts +76 -53
  15. package/dist/controls/LocalizedStrings.d.ts +1 -0
  16. package/dist/controls/NumberRangeControl.d.ts +11 -11
  17. package/dist/controls/RadioControl.d.ts +1 -1
  18. package/dist/controls/RadioGroupControl.d.ts +2 -2
  19. package/dist/controls/SectionControl.d.ts +2 -2
  20. package/dist/controls/SelectControl.d.ts +2 -2
  21. package/dist/controls/SelectSignalDialog.d.ts +2 -1
  22. package/dist/controls/SelectSignalsControl.d.ts +11 -0
  23. package/dist/controls/TableControl.d.ts +1 -1
  24. package/dist/controls/TextControl.d.ts +16 -6
  25. package/dist/controls/ToolbarControl.d.ts +2 -2
  26. package/dist/controls/ValidateableTextControl.d.ts +6 -6
  27. package/dist/controls/index.d.ts +2 -2
  28. package/dist/controls.js +1 -1
  29. package/dist/controls.mjs +2012 -1855
  30. package/dist/grpc.js +1 -1
  31. package/dist/grpc.mjs +125 -111
  32. package/dist/hooks/index.d.ts +37 -1
  33. package/dist/hooks.js +1 -1
  34. package/dist/hooks.mjs +26 -20
  35. package/dist/icons/index.d.ts +3 -0
  36. package/dist/icons.js +1 -1
  37. package/dist/icons.mjs +29 -4
  38. package/dist/index.js +1 -1
  39. package/dist/index.mjs +498 -313
  40. package/dist/measurement_settings.js +1 -1
  41. package/dist/measurement_settings.mjs +799 -699
  42. package/dist/models/DataBuffer.d.ts +18 -15
  43. package/dist/models/ElectronAPIFake.d.ts +2 -1
  44. package/dist/models.js +1 -1
  45. package/dist/models.mjs +206 -200
  46. package/dist/protos/app_params.d.ts +13 -0
  47. package/dist/protos/frame_params.d.ts +17 -1
  48. package/dist/protos/measurement_params.d.ts +17 -1
  49. package/dist/protos/measurement_service.d.ts +36 -8
  50. package/dist/protos/measurement_settings.d.ts +1 -0
  51. package/dist/protos/signal_params.d.ts +3 -3
  52. package/dist/status_params.js +1 -1
  53. package/dist/status_params.mjs +567 -410
  54. package/doc/assets/hierarchy.js +1 -1
  55. package/doc/assets/main.js +5 -5
  56. package/doc/assets/navigation.js +1 -1
  57. package/doc/assets/search.js +1 -1
  58. package/doc/assets/style.css +254 -231
  59. package/doc/enums/models.AccessMode.html +9 -9
  60. package/doc/enums/models.AppEvent.html +6 -6
  61. package/doc/enums/models.CanChannelCap.html +44 -44
  62. package/doc/enums/models.CanFrameFlag.html +27 -27
  63. package/doc/enums/models.CanMessageFilterType.html +6 -6
  64. package/doc/enums/models.CanMode.html +7 -7
  65. package/doc/enums/models.DeviceEvent.html +6 -6
  66. package/doc/enums/models.FileConflictAction.html +7 -7
  67. package/doc/enums/models.FileType.html +7 -7
  68. package/doc/enums/models.LinFrameFlag.html +12 -12
  69. package/doc/enums/models.LogFileFormat.html +46 -46
  70. package/doc/enums/models.LogLevel.html +17 -17
  71. package/doc/enums/models.LogReplayState.html +6 -6
  72. package/doc/enums/models.LoggerState.html +7 -7
  73. package/doc/enums/models.MeasurementEvent.html +12 -12
  74. package/doc/enums/models.Protocols.html +9 -9
  75. package/doc/enums/models.ServiceExtensionType.html +8 -0
  76. package/doc/enums/models.SignalEncoding.html +5 -5
  77. package/doc/enums/models.SignalType.html +12 -12
  78. package/doc/enums/models.SignalValueTriggerOperator.html +13 -13
  79. package/doc/enums/models.StatusLevel.html +7 -7
  80. package/doc/enums/models.TriggerOperator.html +6 -6
  81. package/doc/functions/controls.CanChannelSelectControl.html +2 -2
  82. package/doc/functions/controls.CanIdentifierControl.html +2 -2
  83. package/doc/functions/controls.CanIdentifierFrameControl.html +2 -2
  84. package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -2
  85. package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -2
  86. package/doc/functions/controls.CanKingDataProvider.html +5 -5
  87. package/doc/functions/controls.CheckboxControl.html +2 -2
  88. package/doc/functions/controls.ColumnItemControl.html +2 -2
  89. package/doc/functions/controls.ContextMenu.html +2 -2
  90. package/doc/functions/controls.DropdownButton.html +2 -2
  91. package/doc/functions/controls.DropdownButtonTextItems.html +2 -2
  92. package/doc/functions/controls.DropdownPanel.html +2 -2
  93. package/doc/functions/controls.FormControlRow.html +2 -2
  94. package/doc/functions/controls.InlineEditor.html +2 -2
  95. package/doc/functions/controls.LinChannelSelectControl.html +2 -2
  96. package/doc/functions/controls.LinIdentifierControl.html +2 -2
  97. package/doc/functions/controls.LinIdentifierFrameControl.html +2 -2
  98. package/doc/functions/controls.LinIdentifierGeneratorControl.html +2 -2
  99. package/doc/functions/controls.LinIdentifierGeneratorSettingsControl.html +2 -2
  100. package/doc/functions/controls.NumberRangeControl.html +2 -2
  101. package/doc/functions/controls.RadioControl.html +2 -2
  102. package/doc/functions/controls.RadioGroupControl.html +2 -2
  103. package/doc/functions/controls.SectionControl.html +2 -2
  104. package/doc/functions/controls.SelectControl.html +2 -2
  105. package/doc/functions/controls.SelectMessageDialog.html +2 -2
  106. package/doc/functions/controls.SelectSignalDialog.html +2 -2
  107. package/doc/functions/controls.TableControl.html +3 -3
  108. package/doc/functions/controls.TextControl.html +2 -2
  109. package/doc/functions/controls.ToolbarControl.html +2 -2
  110. package/doc/functions/controls.ValidateableTextControl.html +2 -2
  111. package/doc/functions/controls.useColumnItem.html +3 -3
  112. package/doc/functions/controls.useColumnItems.html +3 -3
  113. package/doc/functions/controls.useMessageDatabases.html +2 -2
  114. package/doc/functions/hooks.useDevices.html +3 -3
  115. package/doc/functions/hooks.useFixedPositionModeMeasurementData.html +4 -0
  116. package/doc/functions/hooks.useIsOnline.html +3 -3
  117. package/doc/functions/hooks.useLanguage.html +3 -3
  118. package/doc/functions/hooks.useLocalizedStrings.html +3 -3
  119. package/doc/functions/hooks.useLogMessages.html +3 -3
  120. package/doc/functions/hooks.useMaxDataBytes.html +2 -2
  121. package/doc/functions/hooks.useMeasurementSetup.html +3 -3
  122. package/doc/functions/hooks.useMeasurementStatus.html +3 -3
  123. package/doc/functions/hooks.useMessageData.html +4 -0
  124. package/doc/functions/hooks.useMessageLogFileFormats.html +3 -3
  125. package/doc/functions/hooks.useNewMeasurementData.html +4 -3
  126. package/doc/functions/hooks.useNodeStatus.html +3 -3
  127. package/doc/functions/hooks.useNumericRadix.html +3 -3
  128. package/doc/functions/hooks.useOnlineStatus.html +3 -3
  129. package/doc/functions/hooks.useOverallStatusLevel.html +3 -3
  130. package/doc/functions/hooks.useProjectData.html +5 -5
  131. package/doc/functions/hooks.useRecentProjectFiles.html +2 -2
  132. package/doc/functions/hooks.useRunningPeriodicTransmissions.html +3 -3
  133. package/doc/functions/hooks.useScrollModeMeasurementData.html +4 -0
  134. package/doc/functions/hooks.useSessionData.html +5 -5
  135. package/doc/functions/hooks.useSignalData.html +4 -0
  136. package/doc/functions/hooks.useSignalLogFileFormats.html +2 -2
  137. package/doc/functions/hooks.useUserSettings.html +3 -3
  138. package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -2
  139. package/doc/functions/ipc.addDataProcessor.html +3 -3
  140. package/doc/functions/ipc.addSource.html +3 -3
  141. package/doc/functions/ipc.addTarget.html +3 -3
  142. package/doc/functions/ipc.clearLinMessage.html +3 -3
  143. package/doc/functions/ipc.connectNodes.html +3 -3
  144. package/doc/functions/ipc.deleteDataProcessor.html +3 -3
  145. package/doc/functions/ipc.deleteSource.html +3 -3
  146. package/doc/functions/ipc.deleteTarget.html +3 -3
  147. package/doc/functions/ipc.disableNode.html +3 -3
  148. package/doc/functions/ipc.disconnectNodes.html +3 -3
  149. package/doc/functions/ipc.enableNode.html +3 -3
  150. package/doc/functions/ipc.getFrameDefinitions.html +3 -3
  151. package/doc/functions/ipc.getLogger.html +3 -3
  152. package/doc/functions/ipc.getMessageLogFileFormats.html +3 -3
  153. package/doc/functions/ipc.getSignalLogFileFormats.html +3 -3
  154. package/doc/functions/ipc.requestLinMessage.html +3 -3
  155. package/doc/functions/ipc.sendCanMessage.html +3 -3
  156. package/doc/functions/ipc.sendMessage.html +3 -3
  157. package/doc/functions/ipc.showMessageBox.html +3 -3
  158. package/doc/functions/ipc.showQuestionBox.html +3 -3
  159. package/doc/functions/ipc.startLogReplay.html +3 -3
  160. package/doc/functions/ipc.startMeasurement.html +2 -2
  161. package/doc/functions/ipc.startPeriodicTransmission.html +3 -3
  162. package/doc/functions/ipc.stopLogReplay.html +3 -3
  163. package/doc/functions/ipc.stopMeasurement.html +2 -2
  164. package/doc/functions/ipc.stopPeriodicTransmission.html +3 -3
  165. package/doc/functions/ipc.updateDataProcessor.html +3 -3
  166. package/doc/functions/ipc.updateLinMessage.html +3 -3
  167. package/doc/functions/ipc.updatePeriodicTransmission.html +3 -3
  168. package/doc/functions/ipc.updateSource.html +3 -3
  169. package/doc/functions/ipc.updateTarget.html +3 -3
  170. package/doc/hierarchy.html +1 -1
  171. package/doc/index.html +6 -6
  172. package/doc/interfaces/controls.ButtonGroupProps.html +10 -10
  173. package/doc/interfaces/controls.ButtonProps.html +22 -22
  174. package/doc/interfaces/controls.CanChannelSelectControlProps.html +20 -20
  175. package/doc/interfaces/controls.CanIdentifierControlProps.html +45 -37
  176. package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +31 -33
  177. package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +39 -33
  178. package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +31 -25
  179. package/doc/interfaces/controls.CheckboxControlProps.html +17 -17
  180. package/doc/interfaces/controls.ContextMenuProps.html +9 -9
  181. package/doc/interfaces/controls.DropdownButtonChildrenProps.html +4 -4
  182. package/doc/interfaces/controls.DropdownButtonProps.html +20 -20
  183. package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +9 -9
  184. package/doc/interfaces/controls.DropdownPanelProps.html +20 -20
  185. package/doc/interfaces/controls.FormControlRowProps.html +8 -8
  186. package/doc/interfaces/controls.ILocalizedStrings.html +2 -3
  187. package/doc/interfaces/controls.IMessageDatabase.html +2 -4
  188. package/doc/interfaces/controls.InlineEditorProps.html +13 -13
  189. package/doc/interfaces/controls.LabelProps.html +6 -6
  190. package/doc/interfaces/controls.LinChannelSelectControlProps.html +20 -20
  191. package/doc/interfaces/controls.LinIdentifierControlProps.html +42 -35
  192. package/doc/interfaces/controls.LinIdentifierFrameControlProps.html +31 -33
  193. package/doc/interfaces/controls.LinIdentifierGeneratorControlProps.html +37 -31
  194. package/doc/interfaces/controls.LinIdentifierGeneratorSettingsControlProps.html +31 -25
  195. package/doc/interfaces/controls.NumberRangeControlProps.html +38 -38
  196. package/doc/interfaces/controls.RadioControlProps.html +14 -14
  197. package/doc/interfaces/controls.RadioGroupControlProps.html +9 -9
  198. package/doc/interfaces/controls.SectionControlProps.html +17 -17
  199. package/doc/interfaces/controls.SelectControlProps.html +31 -31
  200. package/doc/interfaces/controls.SelectMessageDialogProps.html +2 -8
  201. package/doc/interfaces/controls.SelectSignalDialogProps.html +2 -12
  202. package/doc/interfaces/controls.TableColumn.html +12 -12
  203. package/doc/interfaces/controls.TableControlProps.html +30 -30
  204. package/doc/interfaces/controls.TextControlProps.html +41 -41
  205. package/doc/interfaces/controls.ToggleButtonGroupProps.html +17 -17
  206. package/doc/interfaces/controls.ToggleButtonProps.html +14 -14
  207. package/doc/interfaces/controls.ToolbarControlProps.html +18 -18
  208. package/doc/interfaces/controls.ValidateableTextControlProps.html +54 -54
  209. package/doc/interfaces/controls.toolbarItem.html +12 -12
  210. package/doc/interfaces/hooks.ISignalData.html +2 -0
  211. package/doc/interfaces/ipc.ILogger.html +2 -8
  212. package/doc/interfaces/models.AboutInformation.html +8 -8
  213. package/doc/interfaces/models.ActivateLicenseRequest.html +8 -8
  214. package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +2 -4
  215. package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +2 -4
  216. package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +8 -10
  217. package/doc/interfaces/models.AddOrUpdateSourceRequest.html +4 -6
  218. package/doc/interfaces/models.AddOrUpdateTargetRequest.html +4 -6
  219. package/doc/interfaces/models.ApiPreferences.html +10 -10
  220. package/doc/interfaces/models.AppEventArgs.html +6 -6
  221. package/doc/interfaces/models.BaseNodeProperties.html +2 -8
  222. package/doc/interfaces/models.BusStatus.html +2 -17
  223. package/doc/interfaces/models.CanBusParamLimits.html +2 -7
  224. package/doc/interfaces/models.CanBusParams.html +2 -8
  225. package/doc/interfaces/models.CanBusSpeedInfo.html +14 -14
  226. package/doc/interfaces/models.CanChannelCapacity.html +4 -7
  227. package/doc/interfaces/models.CanChannelConfiguration.html +16 -16
  228. package/doc/interfaces/models.CanFDBusSpeedCombination.html +2 -4
  229. package/doc/interfaces/models.CanFDBusSpeedInfo.html +10 -10
  230. package/doc/interfaces/models.CanFrameFlags.html +2 -3
  231. package/doc/interfaces/models.CanMessageFilterSettings.html +2 -5
  232. package/doc/interfaces/models.Channel.html +2 -7
  233. package/doc/interfaces/models.ChannelSettings.html +20 -20
  234. package/doc/interfaces/models.ClearLinMessageRequest.html +6 -7
  235. package/doc/interfaces/models.ConnectNodesRequest.html +2 -5
  236. package/doc/interfaces/models.DataProcessingStatus.html +2 -6
  237. package/doc/interfaces/models.DataProcessorNodeProperties.html +2 -8
  238. package/doc/interfaces/models.DatabaseFiles.html +6 -6
  239. package/doc/interfaces/models.DatabasesSettings.html +2 -3
  240. package/doc/interfaces/models.Device.html +2 -9
  241. package/doc/interfaces/models.DeviceEventArgs.html +2 -4
  242. package/doc/interfaces/models.DisconnectNodesRequest.html +2 -5
  243. package/doc/interfaces/models.Empty.html +2 -2
  244. package/doc/interfaces/models.ErrorStatus.html +4 -4
  245. package/doc/interfaces/models.FixedPosFrameIdentifier.html +14 -0
  246. package/doc/interfaces/models.Frame.html +30 -30
  247. package/doc/interfaces/models.FrameDefinition.html +14 -14
  248. package/doc/interfaces/models.FramePropertyValue.html +2 -4
  249. package/doc/interfaces/models.FrameReceivedTrigger.html +6 -6
  250. package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +2 -7
  251. package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +6 -6
  252. package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +2 -6
  253. package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +4 -4
  254. package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +4 -5
  255. package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +4 -4
  256. package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +2 -5
  257. package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +4 -4
  258. package/doc/interfaces/models.GetDataFramesBeforeTimestampRequest.html +6 -0
  259. package/doc/interfaces/models.GetDataProcessorResponse.html +2 -3
  260. package/doc/interfaces/models.GetDevicesRequest.html +2 -4
  261. package/doc/interfaces/models.GetDevicesResponse.html +2 -3
  262. package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +4 -5
  263. package/doc/interfaces/models.GetLicensesResponse.html +4 -4
  264. package/doc/interfaces/models.GetLogFileFormatsRequest.html +8 -9
  265. package/doc/interfaces/models.GetLogFileFormatsResponse.html +10 -10
  266. package/doc/interfaces/models.GetLogLevelResponse.html +4 -4
  267. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +4 -5
  268. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +4 -4
  269. package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +6 -6
  270. package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +16 -14
  271. package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +6 -7
  272. package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +4 -4
  273. package/doc/interfaces/models.GetSourceResponse.html +2 -3
  274. package/doc/interfaces/models.GetTargetResponse.html +2 -3
  275. package/doc/interfaces/models.ILogFileFormat.html +2 -6
  276. package/doc/interfaces/models.IProject.html +2 -6
  277. package/doc/interfaces/models.IUserSettings.html +2 -17
  278. package/doc/interfaces/models.IWorkspaceComponentPaneData.html +2 -4
  279. package/doc/interfaces/models.IWorkspaceContainerPaneData.html +2 -5
  280. package/doc/interfaces/models.IWorkspaceData.html +2 -5
  281. package/doc/interfaces/models.IWorkspacePaneData.html +2 -5
  282. package/doc/interfaces/models.IdentifierRequest.html +2 -4
  283. package/doc/interfaces/models.IdentifiersRequest.html +2 -4
  284. package/doc/interfaces/models.InstallServiceExtensionRequest.html +8 -8
  285. package/doc/interfaces/models.InterpreterSettings.html +4 -4
  286. package/doc/interfaces/models.J1939InterpreterSettings.html +2 -2
  287. package/doc/interfaces/models.LicenseInformation.html +18 -18
  288. package/doc/interfaces/models.Licenses.html +4 -4
  289. package/doc/interfaces/models.LinChannelConfiguration.html +14 -14
  290. package/doc/interfaces/models.LinFrameFlags.html +2 -3
  291. package/doc/interfaces/models.LogMessage.html +12 -12
  292. package/doc/interfaces/models.LogMessages.html +4 -4
  293. package/doc/interfaces/models.LogReplaySettings.html +26 -26
  294. package/doc/interfaces/models.LogReplayStatus.html +2 -3
  295. package/doc/interfaces/models.LoggerStatus.html +2 -3
  296. package/doc/interfaces/models.MeasurementEventArgs.html +2 -6
  297. package/doc/interfaces/models.MeasurementSetup.html +2 -6
  298. package/doc/interfaces/models.MessageLoggerSettings.html +44 -44
  299. package/doc/interfaces/models.NodeStatus.html +18 -18
  300. package/doc/interfaces/models.NodeStatuses.html +2 -3
  301. package/doc/interfaces/models.OnlineStatus.html +2 -3
  302. package/doc/interfaces/models.PeriodicTransmissionSettings.html +36 -36
  303. package/doc/interfaces/models.RequestLinMessageRequest.html +6 -7
  304. package/doc/interfaces/models.ScheduleTable.html +8 -8
  305. package/doc/interfaces/models.ScheduleTableEntry.html +6 -6
  306. package/doc/interfaces/models.SendLinWakeupFrameRequest.html +8 -9
  307. package/doc/interfaces/models.SendMessageRequest.html +2 -5
  308. package/doc/interfaces/models.ServiceExtensionSettings.html +2 -4
  309. package/doc/interfaces/models.SetLogLevelRequest.html +6 -6
  310. package/doc/interfaces/models.SetMeasurementSetupRequest.html +2 -4
  311. package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +8 -9
  312. package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +6 -6
  313. package/doc/interfaces/models.SignalDefinition.html +2 -18
  314. package/doc/interfaces/models.SignalFilterSettings.html +4 -4
  315. package/doc/interfaces/models.SignalLoggerSettings.html +56 -56
  316. package/doc/interfaces/models.SignalValue.html +2 -7
  317. package/doc/interfaces/models.SignalValueTrigger.html +16 -16
  318. package/doc/interfaces/models.SourceNodeProperties.html +2 -7
  319. package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +4 -5
  320. package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +2 -3
  321. package/doc/interfaces/models.SubscribeForDataRequest.html +4 -0
  322. package/doc/interfaces/models.TargetNodeProperties.html +2 -6
  323. package/doc/interfaces/models.TriggerSettings.html +8 -8
  324. package/doc/interfaces/models.UninstallServiceExtensionRequest.html +6 -6
  325. package/doc/interfaces/models.UpdateLinMessageRequest.html +6 -7
  326. package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +6 -7
  327. package/doc/interfaces/models.WriteFrame.html +10 -10
  328. package/doc/modules/controls.html +3 -3
  329. package/doc/modules/hooks.html +3 -3
  330. package/doc/modules/icons.html +2 -2
  331. package/doc/modules/ipc.html +2 -2
  332. package/doc/modules/models.html +2 -2
  333. package/doc/modules.html +1 -1
  334. package/doc/types/controls.ContextMenuOption.html +10 -6
  335. package/doc/types/controls.SelectOption.html +6 -4
  336. package/doc/types/controls.StringsMap.html +2 -2
  337. package/doc/types/controls.canIdentifierGeneratorType.html +2 -2
  338. package/doc/types/controls.canIdentifierType.html +2 -2
  339. package/doc/types/controls.linIdentifierGeneratorType.html +2 -2
  340. package/doc/variables/controls.FillBox.html +3 -0
  341. package/doc/variables/controls.OneLineButton.html +2 -0
  342. package/doc/variables/controls.SizedBox.html +3 -0
  343. package/doc/variables/controls.TabsPanel.html +2 -0
  344. package/doc/variables/models.defaultUserSettings.html +2 -2
  345. package/doc_md/README.md +189 -0
  346. package/doc_md/assets/favicon.png +0 -0
  347. package/doc_md/controls/README.md +156 -0
  348. package/doc_md/controls/functions/CanChannelSelectControl.md +25 -0
  349. package/doc_md/controls/functions/CanIdentifierControl.md +25 -0
  350. package/doc_md/controls/functions/CanIdentifierFrameControl.md +25 -0
  351. package/doc_md/controls/functions/CanIdentifierGeneratorControl.md +25 -0
  352. package/doc_md/controls/functions/CanIdentifierGeneratorSettingsControl.md +26 -0
  353. package/doc_md/controls/functions/CanKingDataProvider.md +47 -0
  354. package/doc_md/controls/functions/CheckboxControl.md +25 -0
  355. package/doc_md/controls/functions/ColumnItemControl.md +21 -0
  356. package/doc_md/controls/functions/ContextMenu.md +25 -0
  357. package/doc_md/controls/functions/DropdownButton.md +25 -0
  358. package/doc_md/controls/functions/DropdownButtonTextItems.md +25 -0
  359. package/doc_md/controls/functions/DropdownPanel.md +25 -0
  360. package/doc_md/controls/functions/FormControlRow.md +25 -0
  361. package/doc_md/controls/functions/InlineEditor.md +25 -0
  362. package/doc_md/controls/functions/LinChannelSelectControl.md +25 -0
  363. package/doc_md/controls/functions/LinIdentifierControl.md +25 -0
  364. package/doc_md/controls/functions/LinIdentifierFrameControl.md +25 -0
  365. package/doc_md/controls/functions/LinIdentifierGeneratorControl.md +25 -0
  366. package/doc_md/controls/functions/LinIdentifierGeneratorSettingsControl.md +26 -0
  367. package/doc_md/controls/functions/NumberRangeControl.md +25 -0
  368. package/doc_md/controls/functions/RadioControl.md +25 -0
  369. package/doc_md/controls/functions/RadioGroupControl.md +25 -0
  370. package/doc_md/controls/functions/SectionControl.md +25 -0
  371. package/doc_md/controls/functions/SelectControl.md +25 -0
  372. package/doc_md/controls/functions/SelectMessageDialog.md +21 -0
  373. package/doc_md/controls/functions/SelectSignalDialog.md +21 -0
  374. package/doc_md/controls/functions/TableControl.md +31 -0
  375. package/doc_md/controls/functions/TextControl.md +25 -0
  376. package/doc_md/controls/functions/ToolbarControl.md +25 -0
  377. package/doc_md/controls/functions/ValidateableTextControl.md +25 -0
  378. package/doc_md/controls/functions/useColumnItem.md +17 -0
  379. package/doc_md/controls/functions/useColumnItems.md +25 -0
  380. package/doc_md/controls/functions/useMessageDatabases.md +21 -0
  381. package/doc_md/controls/interfaces/ButtonGroupProps.md +41 -0
  382. package/doc_md/controls/interfaces/ButtonProps.md +93 -0
  383. package/doc_md/controls/interfaces/CanChannelSelectControlProps.md +103 -0
  384. package/doc_md/controls/interfaces/CanIdentifierControlProps.md +214 -0
  385. package/doc_md/controls/interfaces/CanIdentifierFrameControlProps.md +143 -0
  386. package/doc_md/controls/interfaces/CanIdentifierGeneratorControlProps.md +210 -0
  387. package/doc_md/controls/interfaces/CanIdentifierGeneratorSettingsControlProps.md +153 -0
  388. package/doc_md/controls/interfaces/CheckboxControlProps.md +77 -0
  389. package/doc_md/controls/interfaces/ContextMenuProps.md +45 -0
  390. package/doc_md/controls/interfaces/DropdownButtonChildrenProps.md +25 -0
  391. package/doc_md/controls/interfaces/DropdownButtonProps.md +81 -0
  392. package/doc_md/controls/interfaces/DropdownButtonTextItemsProps.md +70 -0
  393. package/doc_md/controls/interfaces/DropdownPanelProps.md +81 -0
  394. package/doc_md/controls/interfaces/FormControlRowProps.md +33 -0
  395. package/doc_md/controls/interfaces/ILocalizedStrings.md +9 -0
  396. package/doc_md/controls/interfaces/IMessageDatabase.md +9 -0
  397. package/doc_md/controls/interfaces/InlineEditorProps.md +61 -0
  398. package/doc_md/controls/interfaces/LabelProps.md +25 -0
  399. package/doc_md/controls/interfaces/LinChannelSelectControlProps.md +97 -0
  400. package/doc_md/controls/interfaces/LinIdentifierControlProps.md +194 -0
  401. package/doc_md/controls/interfaces/LinIdentifierFrameControlProps.md +143 -0
  402. package/doc_md/controls/interfaces/LinIdentifierGeneratorControlProps.md +198 -0
  403. package/doc_md/controls/interfaces/LinIdentifierGeneratorSettingsControlProps.md +153 -0
  404. package/doc_md/controls/interfaces/NumberRangeControlProps.md +253 -0
  405. package/doc_md/controls/interfaces/RadioControlProps.md +57 -0
  406. package/doc_md/controls/interfaces/RadioGroupControlProps.md +45 -0
  407. package/doc_md/controls/interfaces/SectionControlProps.md +77 -0
  408. package/doc_md/controls/interfaces/SelectControlProps.md +134 -0
  409. package/doc_md/controls/interfaces/SelectMessageDialogProps.md +9 -0
  410. package/doc_md/controls/interfaces/SelectSignalDialogProps.md +9 -0
  411. package/doc_md/controls/interfaces/TableColumn.md +65 -0
  412. package/doc_md/controls/interfaces/TableControlProps.md +157 -0
  413. package/doc_md/controls/interfaces/TextControlProps.md +177 -0
  414. package/doc_md/controls/interfaces/ToggleButtonGroupProps.md +77 -0
  415. package/doc_md/controls/interfaces/ToggleButtonProps.md +57 -0
  416. package/doc_md/controls/interfaces/ToolbarControlProps.md +73 -0
  417. package/doc_md/controls/interfaces/ValidateableTextControlProps.md +269 -0
  418. package/doc_md/controls/interfaces/toolbarItem.md +49 -0
  419. package/doc_md/controls/type-aliases/ContextMenuOption.md +43 -0
  420. package/doc_md/controls/type-aliases/SelectOption.md +27 -0
  421. package/doc_md/controls/type-aliases/StringsMap.md +15 -0
  422. package/doc_md/controls/type-aliases/canIdentifierGeneratorType.md +11 -0
  423. package/doc_md/controls/type-aliases/canIdentifierType.md +11 -0
  424. package/doc_md/controls/type-aliases/linIdentifierGeneratorType.md +11 -0
  425. package/doc_md/controls/variables/FillBox.md +12 -0
  426. package/doc_md/controls/variables/OneLineButton.md +11 -0
  427. package/doc_md/controls/variables/SizedBox.md +12 -0
  428. package/doc_md/controls/variables/TabsPanel.md +11 -0
  429. package/doc_md/hooks/README.md +53 -0
  430. package/doc_md/hooks/functions/useDevices.md +17 -0
  431. package/doc_md/hooks/functions/useFixedPositionModeMeasurementData.md +25 -0
  432. package/doc_md/hooks/functions/useIsOnline.md +17 -0
  433. package/doc_md/hooks/functions/useLanguage.md +17 -0
  434. package/doc_md/hooks/functions/useLocalizedStrings.md +17 -0
  435. package/doc_md/hooks/functions/useLogMessages.md +17 -0
  436. package/doc_md/hooks/functions/useMaxDataBytes.md +15 -0
  437. package/doc_md/hooks/functions/useMeasurementSetup.md +17 -0
  438. package/doc_md/hooks/functions/useMeasurementStatus.md +17 -0
  439. package/doc_md/hooks/functions/useMessageData.md +25 -0
  440. package/doc_md/hooks/functions/useMessageLogFileFormats.md +23 -0
  441. package/doc_md/hooks/functions/useNewMeasurementData.md +35 -0
  442. package/doc_md/hooks/functions/useNodeStatus.md +23 -0
  443. package/doc_md/hooks/functions/useNumericRadix.md +17 -0
  444. package/doc_md/hooks/functions/useOnlineStatus.md +17 -0
  445. package/doc_md/hooks/functions/useOverallStatusLevel.md +17 -0
  446. package/doc_md/hooks/functions/useProjectData.md +49 -0
  447. package/doc_md/hooks/functions/useRecentProjectFiles.md +15 -0
  448. package/doc_md/hooks/functions/useRunningPeriodicTransmissions.md +17 -0
  449. package/doc_md/hooks/functions/useScrollModeMeasurementData.md +25 -0
  450. package/doc_md/hooks/functions/useSessionData.md +49 -0
  451. package/doc_md/hooks/functions/useSignalData.md +25 -0
  452. package/doc_md/hooks/functions/useSignalLogFileFormats.md +15 -0
  453. package/doc_md/hooks/functions/useUserSettings.md +17 -0
  454. package/doc_md/hooks/functions/useWorkspacePaneWithId.md +21 -0
  455. package/doc_md/hooks/interfaces/ISignalData.md +9 -0
  456. package/doc_md/icons/README.md +9 -0
  457. package/doc_md/ipc/README.md +47 -0
  458. package/doc_md/ipc/functions/addDataProcessor.md +35 -0
  459. package/doc_md/ipc/functions/addSource.md +23 -0
  460. package/doc_md/ipc/functions/addTarget.md +23 -0
  461. package/doc_md/ipc/functions/clearLinMessage.md +29 -0
  462. package/doc_md/ipc/functions/connectNodes.md +29 -0
  463. package/doc_md/ipc/functions/deleteDataProcessor.md +23 -0
  464. package/doc_md/ipc/functions/deleteSource.md +23 -0
  465. package/doc_md/ipc/functions/deleteTarget.md +23 -0
  466. package/doc_md/ipc/functions/disableNode.md +23 -0
  467. package/doc_md/ipc/functions/disconnectNodes.md +29 -0
  468. package/doc_md/ipc/functions/enableNode.md +23 -0
  469. package/doc_md/ipc/functions/getFrameDefinitions.md +26 -0
  470. package/doc_md/ipc/functions/getLogger.md +25 -0
  471. package/doc_md/ipc/functions/getMessageLogFileFormats.md +17 -0
  472. package/doc_md/ipc/functions/getSignalLogFileFormats.md +17 -0
  473. package/doc_md/ipc/functions/requestLinMessage.md +30 -0
  474. package/doc_md/ipc/functions/sendCanMessage.md +41 -0
  475. package/doc_md/ipc/functions/sendMessage.md +29 -0
  476. package/doc_md/ipc/functions/showMessageBox.md +29 -0
  477. package/doc_md/ipc/functions/showQuestionBox.md +51 -0
  478. package/doc_md/ipc/functions/startLogReplay.md +23 -0
  479. package/doc_md/ipc/functions/startMeasurement.md +15 -0
  480. package/doc_md/ipc/functions/startPeriodicTransmission.md +25 -0
  481. package/doc_md/ipc/functions/stopLogReplay.md +23 -0
  482. package/doc_md/ipc/functions/stopMeasurement.md +15 -0
  483. package/doc_md/ipc/functions/stopPeriodicTransmission.md +23 -0
  484. package/doc_md/ipc/functions/updateDataProcessor.md +23 -0
  485. package/doc_md/ipc/functions/updateLinMessage.md +29 -0
  486. package/doc_md/ipc/functions/updatePeriodicTransmission.md +29 -0
  487. package/doc_md/ipc/functions/updateSource.md +23 -0
  488. package/doc_md/ipc/functions/updateTarget.md +23 -0
  489. package/doc_md/ipc/interfaces/ILogger.md +9 -0
  490. package/doc_md/models/README.md +157 -0
  491. package/doc_md/models/enumerations/AccessMode.md +49 -0
  492. package/doc_md/models/enumerations/AppEvent.md +29 -0
  493. package/doc_md/models/enumerations/CanChannelCap.md +181 -0
  494. package/doc_md/models/enumerations/CanFrameFlag.md +159 -0
  495. package/doc_md/models/enumerations/CanMessageFilterType.md +33 -0
  496. package/doc_md/models/enumerations/CanMode.md +39 -0
  497. package/doc_md/models/enumerations/DeviceEvent.md +29 -0
  498. package/doc_md/models/enumerations/FileConflictAction.md +39 -0
  499. package/doc_md/models/enumerations/FileType.md +39 -0
  500. package/doc_md/models/enumerations/LinFrameFlag.md +69 -0
  501. package/doc_md/models/enumerations/LogFileFormat.md +191 -0
  502. package/doc_md/models/enumerations/LogLevel.md +76 -0
  503. package/doc_md/models/enumerations/LogReplayState.md +33 -0
  504. package/doc_md/models/enumerations/LoggerState.md +39 -0
  505. package/doc_md/models/enumerations/MeasurementEvent.md +53 -0
  506. package/doc_md/models/enumerations/Protocols.md +39 -0
  507. package/doc_md/models/enumerations/ServiceExtensionType.md +37 -0
  508. package/doc_md/models/enumerations/SignalEncoding.md +27 -0
  509. package/doc_md/models/enumerations/SignalType.md +53 -0
  510. package/doc_md/models/enumerations/SignalValueTriggerOperator.md +75 -0
  511. package/doc_md/models/enumerations/StatusLevel.md +39 -0
  512. package/doc_md/models/enumerations/TriggerOperator.md +33 -0
  513. package/doc_md/models/interfaces/AboutInformation.md +33 -0
  514. package/doc_md/models/interfaces/ActivateLicenseRequest.md +33 -0
  515. package/doc_md/models/interfaces/AddAllConnectedCanChannelsRequest.md +9 -0
  516. package/doc_md/models/interfaces/AddAllConnectedLinChannelsRequest.md +9 -0
  517. package/doc_md/models/interfaces/AddOrUpdateDataProcessorRequest.md +35 -0
  518. package/doc_md/models/interfaces/AddOrUpdateSourceRequest.md +19 -0
  519. package/doc_md/models/interfaces/AddOrUpdateTargetRequest.md +19 -0
  520. package/doc_md/models/interfaces/ApiPreferences.md +41 -0
  521. package/doc_md/models/interfaces/AppEventArgs.md +25 -0
  522. package/doc_md/models/interfaces/BaseNodeProperties.md +9 -0
  523. package/doc_md/models/interfaces/BusStatus.md +9 -0
  524. package/doc_md/models/interfaces/CanBusParamLimits.md +9 -0
  525. package/doc_md/models/interfaces/CanBusParams.md +30 -0
  526. package/doc_md/models/interfaces/CanBusSpeedInfo.md +57 -0
  527. package/doc_md/models/interfaces/CanChannelCapacity.md +17 -0
  528. package/doc_md/models/interfaces/CanChannelConfiguration.md +65 -0
  529. package/doc_md/models/interfaces/CanFDBusSpeedCombination.md +9 -0
  530. package/doc_md/models/interfaces/CanFDBusSpeedInfo.md +41 -0
  531. package/doc_md/models/interfaces/CanFrameFlags.md +10 -0
  532. package/doc_md/models/interfaces/CanMessageFilterSettings.md +9 -0
  533. package/doc_md/models/interfaces/Channel.md +9 -0
  534. package/doc_md/models/interfaces/ChannelSettings.md +81 -0
  535. package/doc_md/models/interfaces/ClearLinMessageRequest.md +25 -0
  536. package/doc_md/models/interfaces/ConnectNodesRequest.md +9 -0
  537. package/doc_md/models/interfaces/DataProcessingStatus.md +9 -0
  538. package/doc_md/models/interfaces/DataProcessorNodeProperties.md +9 -0
  539. package/doc_md/models/interfaces/DatabaseFiles.md +25 -0
  540. package/doc_md/models/interfaces/DatabasesSettings.md +9 -0
  541. package/doc_md/models/interfaces/Device.md +9 -0
  542. package/doc_md/models/interfaces/DeviceEventArgs.md +9 -0
  543. package/doc_md/models/interfaces/DisconnectNodesRequest.md +9 -0
  544. package/doc_md/models/interfaces/Empty.md +17 -0
  545. package/doc_md/models/interfaces/ErrorStatus.md +17 -0
  546. package/doc_md/models/interfaces/FixedPosFrameIdentifier.md +57 -0
  547. package/doc_md/models/interfaces/Frame.md +125 -0
  548. package/doc_md/models/interfaces/FrameDefinition.md +57 -0
  549. package/doc_md/models/interfaces/FramePropertyValue.md +9 -0
  550. package/doc_md/models/interfaces/FrameReceivedTrigger.md +25 -0
  551. package/doc_md/models/interfaces/GetCanChannelBusSpeedsRequest.md +9 -0
  552. package/doc_md/models/interfaces/GetCanChannelBusSpeedsResponse.md +25 -0
  553. package/doc_md/models/interfaces/GetCanFdBusSpeedsRequest.md +9 -0
  554. package/doc_md/models/interfaces/GetCanFdBusSpeedsResponse.md +17 -0
  555. package/doc_md/models/interfaces/GetChannelsFromLogFileRequest.md +17 -0
  556. package/doc_md/models/interfaces/GetChannelsFromLogFileResponse.md +17 -0
  557. package/doc_md/models/interfaces/GetClassicCanBusSpeedsRequest.md +9 -0
  558. package/doc_md/models/interfaces/GetClassicCanBusSpeedsResponse.md +17 -0
  559. package/doc_md/models/interfaces/GetDataFramesBeforeTimestampRequest.md +25 -0
  560. package/doc_md/models/interfaces/GetDataProcessorResponse.md +9 -0
  561. package/doc_md/models/interfaces/GetDevicesRequest.md +9 -0
  562. package/doc_md/models/interfaces/GetDevicesResponse.md +9 -0
  563. package/doc_md/models/interfaces/GetFrameDefinitionsFromDatabaseFilesRequest.md +17 -0
  564. package/doc_md/models/interfaces/GetLicensesResponse.md +17 -0
  565. package/doc_md/models/interfaces/GetLogFileFormatsRequest.md +33 -0
  566. package/doc_md/models/interfaces/GetLogFileFormatsResponse.md +41 -0
  567. package/doc_md/models/interfaces/GetLogLevelResponse.md +17 -0
  568. package/doc_md/models/interfaces/GetScheduleTablesFromDatabaseFilesRequest.md +17 -0
  569. package/doc_md/models/interfaces/GetScheduleTablesFromDatabaseFilesResponse.md +17 -0
  570. package/doc_md/models/interfaces/GetServiceExtensionInfoRequest.md +27 -0
  571. package/doc_md/models/interfaces/GetServiceExtensionInfoResponse.md +65 -0
  572. package/doc_md/models/interfaces/GetSignalDataFromMessageDataRequest.md +25 -0
  573. package/doc_md/models/interfaces/GetSignalDataFromMessageDataResponse.md +17 -0
  574. package/doc_md/models/interfaces/GetSourceResponse.md +9 -0
  575. package/doc_md/models/interfaces/GetTargetResponse.md +9 -0
  576. package/doc_md/models/interfaces/ILogFileFormat.md +9 -0
  577. package/doc_md/models/interfaces/IProject.md +9 -0
  578. package/doc_md/models/interfaces/IUserSettings.md +9 -0
  579. package/doc_md/models/interfaces/IWorkspaceComponentPaneData.md +9 -0
  580. package/doc_md/models/interfaces/IWorkspaceContainerPaneData.md +9 -0
  581. package/doc_md/models/interfaces/IWorkspaceData.md +9 -0
  582. package/doc_md/models/interfaces/IWorkspacePaneData.md +9 -0
  583. package/doc_md/models/interfaces/IdentifierRequest.md +10 -0
  584. package/doc_md/models/interfaces/IdentifiersRequest.md +10 -0
  585. package/doc_md/models/interfaces/InstallServiceExtensionRequest.md +33 -0
  586. package/doc_md/models/interfaces/InterpreterSettings.md +17 -0
  587. package/doc_md/models/interfaces/J1939InterpreterSettings.md +9 -0
  588. package/doc_md/models/interfaces/LicenseInformation.md +73 -0
  589. package/doc_md/models/interfaces/Licenses.md +17 -0
  590. package/doc_md/models/interfaces/LinChannelConfiguration.md +57 -0
  591. package/doc_md/models/interfaces/LinFrameFlags.md +10 -0
  592. package/doc_md/models/interfaces/LogMessage.md +49 -0
  593. package/doc_md/models/interfaces/LogMessages.md +17 -0
  594. package/doc_md/models/interfaces/LogReplaySettings.md +109 -0
  595. package/doc_md/models/interfaces/LogReplayStatus.md +9 -0
  596. package/doc_md/models/interfaces/LoggerStatus.md +9 -0
  597. package/doc_md/models/interfaces/MeasurementEventArgs.md +9 -0
  598. package/doc_md/models/interfaces/MeasurementSetup.md +9 -0
  599. package/doc_md/models/interfaces/MessageLoggerSettings.md +177 -0
  600. package/doc_md/models/interfaces/NodeStatus.md +73 -0
  601. package/doc_md/models/interfaces/NodeStatuses.md +9 -0
  602. package/doc_md/models/interfaces/OnlineStatus.md +9 -0
  603. package/doc_md/models/interfaces/PeriodicTransmissionSettings.md +145 -0
  604. package/doc_md/models/interfaces/RequestLinMessageRequest.md +25 -0
  605. package/doc_md/models/interfaces/ScheduleTable.md +33 -0
  606. package/doc_md/models/interfaces/ScheduleTableEntry.md +25 -0
  607. package/doc_md/models/interfaces/SendLinWakeupFrameRequest.md +33 -0
  608. package/doc_md/models/interfaces/SendMessageRequest.md +9 -0
  609. package/doc_md/models/interfaces/ServiceExtensionSettings.md +9 -0
  610. package/doc_md/models/interfaces/SetLogLevelRequest.md +25 -0
  611. package/doc_md/models/interfaces/SetMeasurementSetupRequest.md +9 -0
  612. package/doc_md/models/interfaces/SetSignalDataToMessageDataRequest.md +33 -0
  613. package/doc_md/models/interfaces/SetSignalDataToMessageDataResponse.md +26 -0
  614. package/doc_md/models/interfaces/SignalDefinition.md +9 -0
  615. package/doc_md/models/interfaces/SignalFilterSettings.md +17 -0
  616. package/doc_md/models/interfaces/SignalLoggerSettings.md +225 -0
  617. package/doc_md/models/interfaces/SignalValue.md +9 -0
  618. package/doc_md/models/interfaces/SignalValueTrigger.md +65 -0
  619. package/doc_md/models/interfaces/SourceNodeProperties.md +9 -0
  620. package/doc_md/models/interfaces/StartPeriodicTransmissionRequest.md +17 -0
  621. package/doc_md/models/interfaces/StartPeriodicTransmissionResponse.md +9 -0
  622. package/doc_md/models/interfaces/SubscribeForDataRequest.md +17 -0
  623. package/doc_md/models/interfaces/TargetNodeProperties.md +9 -0
  624. package/doc_md/models/interfaces/TriggerSettings.md +33 -0
  625. package/doc_md/models/interfaces/UninstallServiceExtensionRequest.md +25 -0
  626. package/doc_md/models/interfaces/UpdateLinMessageRequest.md +26 -0
  627. package/doc_md/models/interfaces/UpdatePeriodicTransmissionRequest.md +25 -0
  628. package/doc_md/models/interfaces/WriteFrame.md +41 -0
  629. package/doc_md/models/variables/defaultUserSettings.md +11 -0
  630. package/doc_md/modules.md +13 -0
  631. package/package.json +5 -4
  632. package/dist/controls/SelectSignalControl.d.ts +0 -11
  633. package/doc/classes/controls.LocalizedStrings.html +0 -4
  634. package/doc/classes/models.DataBuffer.html +0 -32
  635. package/doc/classes/models.DataBufferView.html +0 -20
  636. package/doc/classes/models.Point.html +0 -14
  637. package/doc/enums/models.DecimalChar.html +0 -5
  638. package/doc/enums/models.Separator.html +0 -5
  639. package/doc/enums/models.TimeReference.html +0 -5
  640. package/doc/functions/controls.FillBox.html +0 -33
  641. package/doc/functions/controls.OneLineButton.html +0 -32
  642. package/doc/functions/controls.SelectSignalControl.html +0 -1
  643. package/doc/functions/controls.SizedBox.html +0 -33
  644. package/doc/functions/controls.TabsPanel.html +0 -32
  645. package/doc/functions/icons.AddIcon.html +0 -4
  646. package/doc/functions/icons.ArrowDownIcon.html +0 -4
  647. package/doc/functions/icons.ArrowLeftIcon.html +0 -4
  648. package/doc/functions/icons.ArrowRightIcon.html +0 -4
  649. package/doc/functions/icons.ArrowUpIcon.html +0 -4
  650. package/doc/functions/icons.BusIsOffIcon.html +0 -4
  651. package/doc/functions/icons.BusIsOnIcon.html +0 -4
  652. package/doc/functions/icons.CloseIcon.html +0 -4
  653. package/doc/functions/icons.ColumnSettingsIcon.html +0 -4
  654. package/doc/functions/icons.CopyIcon.html +0 -4
  655. package/doc/functions/icons.DarkModeIcon.html +0 -4
  656. package/doc/functions/icons.DeleteIcon.html +0 -4
  657. package/doc/functions/icons.DisableIcon.html +0 -4
  658. package/doc/functions/icons.EditIcon.html +0 -4
  659. package/doc/functions/icons.EnableIcon.html +0 -4
  660. package/doc/functions/icons.FilterIcon.html +0 -4
  661. package/doc/functions/icons.FixedPositionIcon.html +0 -4
  662. package/doc/functions/icons.LeaveFullScreenIcon.html +0 -4
  663. package/doc/functions/icons.LightModeIcon.html +0 -4
  664. package/doc/functions/icons.LineArrowDownIcon.html +0 -4
  665. package/doc/functions/icons.LineArrowUpIcon.html +0 -4
  666. package/doc/functions/icons.MaximizeWindowIcon.html +0 -4
  667. package/doc/functions/icons.MeasurementSetupIcon.html +0 -4
  668. package/doc/functions/icons.MoreHorizIcon.html +0 -4
  669. package/doc/functions/icons.MoreVertIcon.html +0 -4
  670. package/doc/functions/icons.NewIcon.html +0 -4
  671. package/doc/functions/icons.OpenExternallyIcon.html +0 -4
  672. package/doc/functions/icons.OpenIcon.html +0 -4
  673. package/doc/functions/icons.PauseIcon.html +0 -4
  674. package/doc/functions/icons.PlayIcon.html +0 -4
  675. package/doc/functions/icons.PlaySolidIcon.html +0 -4
  676. package/doc/functions/icons.SaveIcon.html +0 -4
  677. package/doc/functions/icons.SelectAllIcon.html +0 -4
  678. package/doc/functions/icons.ServiceIconActive.html +0 -4
  679. package/doc/functions/icons.ServiceIconInactive.html +0 -4
  680. package/doc/functions/icons.SettingsIcon.html +0 -4
  681. package/doc/functions/icons.StopIcon.html +0 -4
  682. package/doc/functions/icons.StopSolidIcon.html +0 -4
  683. package/doc/functions/icons.ToolsPanelHiddenIcon.html +0 -4
  684. package/doc/functions/icons.ToolsPanelVisibleIcon.html +0 -4
  685. package/doc/functions/icons.UnmaximizeWindowIcon.html +0 -4
  686. package/doc/functions/icons.WorkspacesIcon.html +0 -4
  687. package/doc/functions/models.accessModeFromJSON.html +0 -1
  688. package/doc/functions/models.accessModeToJSON.html +0 -1
  689. package/doc/functions/models.appEventFromJSON.html +0 -1
  690. package/doc/functions/models.appEventToJSON.html +0 -1
  691. package/doc/functions/models.canChannelCapFromJSON.html +0 -1
  692. package/doc/functions/models.canChannelCapToJSON.html +0 -1
  693. package/doc/functions/models.canFrameFlagFromJSON.html +0 -1
  694. package/doc/functions/models.canFrameFlagToJSON.html +0 -1
  695. package/doc/functions/models.canMessageFilterTypeFromJSON.html +0 -1
  696. package/doc/functions/models.canMessageFilterTypeToJSON.html +0 -1
  697. package/doc/functions/models.canModeFromJSON.html +0 -1
  698. package/doc/functions/models.canModeToJSON.html +0 -1
  699. package/doc/functions/models.createElectronApiFake.html +0 -4
  700. package/doc/functions/models.decimalCharFromJSON.html +0 -1
  701. package/doc/functions/models.decimalCharToJSON.html +0 -1
  702. package/doc/functions/models.decimalToFixed.html +0 -1
  703. package/doc/functions/models.decimalToHex.html +0 -1
  704. package/doc/functions/models.deviceEventFromJSON.html +0 -1
  705. package/doc/functions/models.deviceEventToJSON.html +0 -1
  706. package/doc/functions/models.fileConflictActionFromJSON.html +0 -1
  707. package/doc/functions/models.fileConflictActionToJSON.html +0 -1
  708. package/doc/functions/models.fileTypeFromJSON.html +0 -1
  709. package/doc/functions/models.fileTypeToJSON.html +0 -1
  710. package/doc/functions/models.linFrameFlagFromJSON.html +0 -1
  711. package/doc/functions/models.linFrameFlagToJSON.html +0 -1
  712. package/doc/functions/models.logFileFormatFromJSON.html +0 -1
  713. package/doc/functions/models.logFileFormatToJSON.html +0 -1
  714. package/doc/functions/models.logLevelFromJSON.html +0 -1
  715. package/doc/functions/models.logLevelToJSON.html +0 -1
  716. package/doc/functions/models.logReplayStateFromJSON.html +0 -1
  717. package/doc/functions/models.logReplayStateToJSON.html +0 -1
  718. package/doc/functions/models.loggerStateFromJSON.html +0 -1
  719. package/doc/functions/models.loggerStateToJSON.html +0 -1
  720. package/doc/functions/models.longToNumber.html +0 -1
  721. package/doc/functions/models.measurementEventFromJSON.html +0 -1
  722. package/doc/functions/models.measurementEventToJSON.html +0 -1
  723. package/doc/functions/models.protocolsFromJSON.html +0 -1
  724. package/doc/functions/models.protocolsToJSON.html +0 -1
  725. package/doc/functions/models.separatorFromJSON.html +0 -1
  726. package/doc/functions/models.separatorToJSON.html +0 -1
  727. package/doc/functions/models.signalEncodingFromJSON.html +0 -1
  728. package/doc/functions/models.signalEncodingToJSON.html +0 -1
  729. package/doc/functions/models.signalTypeFromJSON.html +0 -1
  730. package/doc/functions/models.signalTypeToJSON.html +0 -1
  731. package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +0 -1
  732. package/doc/functions/models.signalValueTriggerOperatorToJSON.html +0 -1
  733. package/doc/functions/models.statusLevelFromJSON.html +0 -1
  734. package/doc/functions/models.statusLevelToJSON.html +0 -1
  735. package/doc/functions/models.timeReferenceFromJSON.html +0 -1
  736. package/doc/functions/models.timeReferenceToJSON.html +0 -1
  737. package/doc/functions/models.triggerOperatorFromJSON.html +0 -1
  738. package/doc/functions/models.triggerOperatorToJSON.html +0 -1
  739. package/doc/interfaces/controls.ColumnItem.html +0 -3
  740. package/doc/interfaces/controls.ColumnItemControlProps.html +0 -4
  741. package/doc/interfaces/models.Devices.html +0 -2
  742. package/doc/interfaces/models.FrameDefinitions.html +0 -2
  743. package/doc/interfaces/models.Frame_PropertiesEntry.html +0 -3
  744. package/doc/interfaces/models.Frames.html +0 -2
  745. package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +0 -3
  746. package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +0 -3
  747. package/doc/interfaces/models.SignalDefinitions.html +0 -2
  748. package/doc/types/models.IReadOnlyDataBuffer.html +0 -1
  749. package/doc/types/models.themes.html +0 -1
  750. package/doc/variables/models.AboutInformation-1.html +0 -1
  751. package/doc/variables/models.ActivateLicenseRequest-1.html +0 -1
  752. package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +0 -1
  753. package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +0 -1
  754. package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +0 -1
  755. package/doc/variables/models.AddOrUpdateSourceRequest-1.html +0 -1
  756. package/doc/variables/models.AddOrUpdateTargetRequest-1.html +0 -1
  757. package/doc/variables/models.ApiPreferences-1.html +0 -1
  758. package/doc/variables/models.AppEventArgs-1.html +0 -1
  759. package/doc/variables/models.BaseNodeProperties-1.html +0 -1
  760. package/doc/variables/models.BusStatus-1.html +0 -1
  761. package/doc/variables/models.CanBusParamLimits-1.html +0 -1
  762. package/doc/variables/models.CanBusParams-1.html +0 -1
  763. package/doc/variables/models.CanBusSpeedInfo-1.html +0 -1
  764. package/doc/variables/models.CanChannelCapacity-1.html +0 -1
  765. package/doc/variables/models.CanChannelConfiguration-1.html +0 -1
  766. package/doc/variables/models.CanFDBusSpeedCombination-1.html +0 -1
  767. package/doc/variables/models.CanFDBusSpeedInfo-1.html +0 -1
  768. package/doc/variables/models.CanFrameFlags-1.html +0 -1
  769. package/doc/variables/models.CanMessageFilterSettings-1.html +0 -1
  770. package/doc/variables/models.Channel-1.html +0 -1
  771. package/doc/variables/models.ChannelSettings-1.html +0 -1
  772. package/doc/variables/models.ClearLinMessageRequest-1.html +0 -1
  773. package/doc/variables/models.ConnectNodesRequest-1.html +0 -1
  774. package/doc/variables/models.DataProcessingStatus-1.html +0 -1
  775. package/doc/variables/models.DataProcessorNodeProperties-1.html +0 -1
  776. package/doc/variables/models.DatabaseFiles-1.html +0 -1
  777. package/doc/variables/models.DatabasesSettings-1.html +0 -1
  778. package/doc/variables/models.Device-1.html +0 -1
  779. package/doc/variables/models.DeviceEventArgs-1.html +0 -1
  780. package/doc/variables/models.Devices-1.html +0 -1
  781. package/doc/variables/models.DisconnectNodesRequest-1.html +0 -1
  782. package/doc/variables/models.Empty-1.html +0 -1
  783. package/doc/variables/models.ErrorStatus-1.html +0 -1
  784. package/doc/variables/models.Frame-1.html +0 -1
  785. package/doc/variables/models.FrameDefinition-1.html +0 -1
  786. package/doc/variables/models.FrameDefinitions-1.html +0 -1
  787. package/doc/variables/models.FramePropertyValue-1.html +0 -1
  788. package/doc/variables/models.FrameReceivedTrigger-1.html +0 -1
  789. package/doc/variables/models.Frame_PropertiesEntry-1.html +0 -1
  790. package/doc/variables/models.Frames-1.html +0 -1
  791. package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +0 -1
  792. package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +0 -1
  793. package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +0 -1
  794. package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +0 -1
  795. package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +0 -1
  796. package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +0 -1
  797. package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +0 -1
  798. package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +0 -1
  799. package/doc/variables/models.GetDataProcessorResponse-1.html +0 -1
  800. package/doc/variables/models.GetDevicesRequest-1.html +0 -1
  801. package/doc/variables/models.GetDevicesResponse-1.html +0 -1
  802. package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +0 -1
  803. package/doc/variables/models.GetLicensesResponse-1.html +0 -1
  804. package/doc/variables/models.GetLogFileFormatsRequest-1.html +0 -1
  805. package/doc/variables/models.GetLogFileFormatsResponse-1.html +0 -1
  806. package/doc/variables/models.GetLogLevelResponse-1.html +0 -1
  807. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +0 -1
  808. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +0 -1
  809. package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +0 -1
  810. package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +0 -1
  811. package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +0 -1
  812. package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +0 -1
  813. package/doc/variables/models.GetSourceResponse-1.html +0 -1
  814. package/doc/variables/models.GetTargetResponse-1.html +0 -1
  815. package/doc/variables/models.IdentifierRequest-1.html +0 -1
  816. package/doc/variables/models.IdentifiersRequest-1.html +0 -1
  817. package/doc/variables/models.InstallServiceExtensionRequest-1.html +0 -1
  818. package/doc/variables/models.InterpreterSettings-1.html +0 -1
  819. package/doc/variables/models.J1939InterpreterSettings-1.html +0 -1
  820. package/doc/variables/models.LicenseInformation-1.html +0 -1
  821. package/doc/variables/models.Licenses-1.html +0 -1
  822. package/doc/variables/models.LinChannelConfiguration-1.html +0 -1
  823. package/doc/variables/models.LinFrameFlags-1.html +0 -1
  824. package/doc/variables/models.LogMessage-1.html +0 -1
  825. package/doc/variables/models.LogMessages-1.html +0 -1
  826. package/doc/variables/models.LogReplaySettings-1.html +0 -1
  827. package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +0 -1
  828. package/doc/variables/models.LogReplayStatus-1.html +0 -1
  829. package/doc/variables/models.LoggerStatus-1.html +0 -1
  830. package/doc/variables/models.MeasurementEventArgs-1.html +0 -1
  831. package/doc/variables/models.MeasurementSetup-1.html +0 -1
  832. package/doc/variables/models.MessageLoggerSettings-1.html +0 -1
  833. package/doc/variables/models.NodeStatus-1.html +0 -1
  834. package/doc/variables/models.NodeStatuses-1.html +0 -1
  835. package/doc/variables/models.OnlineStatus-1.html +0 -1
  836. package/doc/variables/models.PeriodicTransmissionSettings-1.html +0 -1
  837. package/doc/variables/models.RequestLinMessageRequest-1.html +0 -1
  838. package/doc/variables/models.ScheduleTable-1.html +0 -1
  839. package/doc/variables/models.ScheduleTableEntry-1.html +0 -1
  840. package/doc/variables/models.SendLinWakeupFrameRequest-1.html +0 -1
  841. package/doc/variables/models.SendMessageRequest-1.html +0 -1
  842. package/doc/variables/models.ServiceExtensionSettings-1.html +0 -1
  843. package/doc/variables/models.SetLogLevelRequest-1.html +0 -1
  844. package/doc/variables/models.SetMeasurementSetupRequest-1.html +0 -1
  845. package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +0 -1
  846. package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +0 -1
  847. package/doc/variables/models.SignalDefinition-1.html +0 -1
  848. package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +0 -1
  849. package/doc/variables/models.SignalDefinitions-1.html +0 -1
  850. package/doc/variables/models.SignalFilterSettings-1.html +0 -1
  851. package/doc/variables/models.SignalLoggerSettings-1.html +0 -1
  852. package/doc/variables/models.SignalValue-1.html +0 -1
  853. package/doc/variables/models.SignalValueTrigger-1.html +0 -1
  854. package/doc/variables/models.SourceNodeProperties-1.html +0 -1
  855. package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +0 -1
  856. package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +0 -1
  857. package/doc/variables/models.TargetNodeProperties-1.html +0 -1
  858. package/doc/variables/models.TriggerSettings-1.html +0 -1
  859. package/doc/variables/models.UninstallServiceExtensionRequest-1.html +0 -1
  860. package/doc/variables/models.UpdateLinMessageRequest-1.html +0 -1
  861. package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +0 -1
  862. package/doc/variables/models.WriteFrame-1.html +0 -1
@@ -1,16 +1,16 @@
1
- import { aS as u, aT as o, A as s, S, T as x, aa as Be, a9 as we, as as E, W as m, aH as O, aG as T, aF as P, ao as v, an as G, aI as h } from "./measurement_settings.mjs";
1
+ import { aT as u, aU as o, A as s, S, U as x, ab as Ze, aa as Ke, at as E, W as m, aI as O, aH as T, aG as P, ap as V, ao as G, aJ as h, F as v } from "./measurement_settings.mjs";
2
2
  import d from "long";
3
- function F() {
3
+ function U() {
4
4
  return {};
5
5
  }
6
- const qe = {
6
+ const Qe = {
7
7
  encode(e, n = new u()) {
8
8
  return n;
9
9
  },
10
10
  decode(e, n) {
11
11
  const r = e instanceof o ? e : new o(e);
12
12
  let a = n === void 0 ? r.len : r.pos + n;
13
- const t = F();
13
+ const t = U();
14
14
  for (; r.pos < a; ) {
15
15
  const i = r.uint32();
16
16
  if ((i & 7) === 4 || i === 0)
@@ -26,14 +26,14 @@ const qe = {
26
26
  return {};
27
27
  },
28
28
  create(e) {
29
- return qe.fromPartial(e ?? {});
29
+ return Qe.fromPartial(e ?? {});
30
30
  },
31
31
  fromPartial(e) {
32
- return F();
32
+ return U();
33
33
  }
34
34
  };
35
- var Ze = /* @__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))(Ze || {});
36
- function bn(e) {
35
+ var Ye = /* @__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))(Ye || {});
36
+ function sr(e) {
37
37
  switch (e) {
38
38
  case 0:
39
39
  case "PROJECT_FILE":
@@ -53,7 +53,7 @@ function bn(e) {
53
53
  return -1;
54
54
  }
55
55
  }
56
- function jn(e) {
56
+ function or(e) {
57
57
  switch (e) {
58
58
  case 0:
59
59
  return "PROJECT_FILE";
@@ -68,8 +68,8 @@ function jn(e) {
68
68
  return "UNRECOGNIZED";
69
69
  }
70
70
  }
71
- var Ke = /* @__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))(Ke || {});
72
- function D(e) {
71
+ var He = /* @__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))(He || {});
72
+ function y(e) {
73
73
  switch (e) {
74
74
  case 0:
75
75
  case "LOG_LEVEL_TRACE":
@@ -98,7 +98,7 @@ function D(e) {
98
98
  return -1;
99
99
  }
100
100
  }
101
- function y(e) {
101
+ function F(e) {
102
102
  switch (e) {
103
103
  case 0:
104
104
  return "LOG_LEVEL_TRACE";
@@ -119,8 +119,8 @@ function y(e) {
119
119
  return "UNRECOGNIZED";
120
120
  }
121
121
  }
122
- var Qe = /* @__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))(Qe || {});
123
- function He(e) {
122
+ var We = /* @__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))(We || {});
123
+ function Xe(e) {
124
124
  switch (e) {
125
125
  case 0:
126
126
  case "APP_EVENT_UNSPECIFIED":
@@ -134,7 +134,7 @@ function He(e) {
134
134
  return -1;
135
135
  }
136
136
  }
137
- function We(e) {
137
+ function $e(e) {
138
138
  switch (e) {
139
139
  case 0:
140
140
  return "APP_EVENT_UNSPECIFIED";
@@ -145,17 +145,48 @@ function We(e) {
145
145
  return "UNRECOGNIZED";
146
146
  }
147
147
  }
148
- function U() {
148
+ var ze = /* @__PURE__ */ ((e) => (e[e.SERVICE_EXTENSION_TYPE_UNSPECIFIED = 0] = "SERVICE_EXTENSION_TYPE_UNSPECIFIED", e[e.SERVICE_EXTENSION_TYPE_DATA_PROCESSOR = 1] = "SERVICE_EXTENSION_TYPE_DATA_PROCESSOR", e[e.SERVICE_EXTENSION_TYPE_DATA_TARGET = 2] = "SERVICE_EXTENSION_TYPE_DATA_TARGET", e[e.UNRECOGNIZED = -1] = "UNRECOGNIZED", e))(ze || {});
149
+ function be(e) {
150
+ switch (e) {
151
+ case 0:
152
+ case "SERVICE_EXTENSION_TYPE_UNSPECIFIED":
153
+ return 0;
154
+ case 1:
155
+ case "SERVICE_EXTENSION_TYPE_DATA_PROCESSOR":
156
+ return 1;
157
+ case 2:
158
+ case "SERVICE_EXTENSION_TYPE_DATA_TARGET":
159
+ return 2;
160
+ case -1:
161
+ case "UNRECOGNIZED":
162
+ default:
163
+ return -1;
164
+ }
165
+ }
166
+ function je(e) {
167
+ switch (e) {
168
+ case 0:
169
+ return "SERVICE_EXTENSION_TYPE_UNSPECIFIED";
170
+ case 1:
171
+ return "SERVICE_EXTENSION_TYPE_DATA_PROCESSOR";
172
+ case 2:
173
+ return "SERVICE_EXTENSION_TYPE_DATA_TARGET";
174
+ case -1:
175
+ default:
176
+ return "UNRECOGNIZED";
177
+ }
178
+ }
179
+ function B() {
149
180
  return { preferences: void 0, logLevel: 0 };
150
181
  }
151
- const Ye = {
182
+ const en = {
152
183
  encode(e, n = new u()) {
153
184
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.logLevel !== 0 && n.uint32(16).int32(e.logLevel), n;
154
185
  },
155
186
  decode(e, n) {
156
187
  const r = e instanceof o ? e : new o(e);
157
188
  let a = n === void 0 ? r.len : r.pos + n;
158
- const t = U();
189
+ const t = B();
159
190
  for (; r.pos < a; ) {
160
191
  const i = r.uint32();
161
192
  switch (i >>> 3) {
@@ -181,32 +212,32 @@ const Ye = {
181
212
  fromJSON(e) {
182
213
  return {
183
214
  preferences: c(e.preferences) ? s.fromJSON(e.preferences) : void 0,
184
- logLevel: c(e.logLevel) ? D(e.logLevel) : 0
215
+ logLevel: c(e.logLevel) ? y(e.logLevel) : 0
185
216
  };
186
217
  },
187
218
  toJSON(e) {
188
219
  const n = {};
189
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.logLevel !== 0 && (n.logLevel = y(e.logLevel)), n;
220
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.logLevel !== 0 && (n.logLevel = F(e.logLevel)), n;
190
221
  },
191
222
  create(e) {
192
- return Ye.fromPartial(e ?? {});
223
+ return en.fromPartial(e ?? {});
193
224
  },
194
225
  fromPartial(e) {
195
- const n = U();
226
+ const n = B();
196
227
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.logLevel = e.logLevel ?? 0, n;
197
228
  }
198
229
  };
199
- function B() {
230
+ function w() {
200
231
  return { logLevel: 0 };
201
232
  }
202
- const $e = {
233
+ const nn = {
203
234
  encode(e, n = new u()) {
204
235
  return e.logLevel !== 0 && n.uint32(8).int32(e.logLevel), n;
205
236
  },
206
237
  decode(e, n) {
207
238
  const r = e instanceof o ? e : new o(e);
208
239
  let a = n === void 0 ? r.len : r.pos + n;
209
- const t = B();
240
+ const t = w();
210
241
  for (; r.pos < a; ) {
211
242
  const i = r.uint32();
212
243
  switch (i >>> 3) {
@@ -224,31 +255,31 @@ const $e = {
224
255
  return t;
225
256
  },
226
257
  fromJSON(e) {
227
- return { logLevel: c(e.logLevel) ? D(e.logLevel) : 0 };
258
+ return { logLevel: c(e.logLevel) ? y(e.logLevel) : 0 };
228
259
  },
229
260
  toJSON(e) {
230
261
  const n = {};
231
- return e.logLevel !== 0 && (n.logLevel = y(e.logLevel)), n;
262
+ return e.logLevel !== 0 && (n.logLevel = F(e.logLevel)), n;
232
263
  },
233
264
  create(e) {
234
- return $e.fromPartial(e ?? {});
265
+ return nn.fromPartial(e ?? {});
235
266
  },
236
267
  fromPartial(e) {
237
- const n = B();
268
+ const n = w();
238
269
  return n.logLevel = e.logLevel ?? 0, n;
239
270
  }
240
271
  };
241
- function w() {
272
+ function q() {
242
273
  return { time: d.ZERO, logLevel: 0, eventId: 0, categoryName: "", message: "" };
243
274
  }
244
- const g = {
275
+ const I = {
245
276
  encode(e, n = new u()) {
246
277
  return e.time.equals(d.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;
247
278
  },
248
279
  decode(e, n) {
249
280
  const r = e instanceof o ? e : new o(e);
250
281
  let a = n === void 0 ? r.len : r.pos + n;
251
- const t = w();
282
+ const t = q();
252
283
  for (; r.pos < a; ) {
253
284
  const i = r.uint32();
254
285
  switch (i >>> 3) {
@@ -292,7 +323,7 @@ const g = {
292
323
  fromJSON(e) {
293
324
  return {
294
325
  time: c(e.time) ? d.fromValue(e.time) : d.ZERO,
295
- logLevel: c(e.logLevel) ? D(e.logLevel) : 0,
326
+ logLevel: c(e.logLevel) ? y(e.logLevel) : 0,
296
327
  eventId: c(e.eventId) ? globalThis.Number(e.eventId) : 0,
297
328
  categoryName: c(e.categoryName) ? globalThis.String(e.categoryName) : "",
298
329
  message: c(e.message) ? globalThis.String(e.message) : ""
@@ -300,36 +331,36 @@ const g = {
300
331
  },
301
332
  toJSON(e) {
302
333
  const n = {};
303
- return e.time.equals(d.ZERO) || (n.time = (e.time || d.ZERO).toString()), e.logLevel !== 0 && (n.logLevel = y(e.logLevel)), e.eventId !== 0 && (n.eventId = Math.round(e.eventId)), e.categoryName !== "" && (n.categoryName = e.categoryName), e.message !== "" && (n.message = e.message), n;
334
+ return e.time.equals(d.ZERO) || (n.time = (e.time || d.ZERO).toString()), e.logLevel !== 0 && (n.logLevel = F(e.logLevel)), e.eventId !== 0 && (n.eventId = Math.round(e.eventId)), e.categoryName !== "" && (n.categoryName = e.categoryName), e.message !== "" && (n.message = e.message), n;
304
335
  },
305
336
  create(e) {
306
- return g.fromPartial(e ?? {});
337
+ return I.fromPartial(e ?? {});
307
338
  },
308
339
  fromPartial(e) {
309
- const n = w();
340
+ const n = q();
310
341
  return n.time = e.time !== void 0 && e.time !== null ? d.fromValue(e.time) : d.ZERO, n.logLevel = e.logLevel ?? 0, n.eventId = e.eventId ?? 0, n.categoryName = e.categoryName ?? "", n.message = e.message ?? "", n;
311
342
  }
312
343
  };
313
- function q() {
344
+ function Z() {
314
345
  return { items: [] };
315
346
  }
316
- const ze = {
347
+ const rn = {
317
348
  encode(e, n = new u()) {
318
349
  for (const r of e.items)
319
- g.encode(r, n.uint32(10).fork()).join();
350
+ I.encode(r, n.uint32(10).fork()).join();
320
351
  return n;
321
352
  },
322
353
  decode(e, n) {
323
354
  const r = e instanceof o ? e : new o(e);
324
355
  let a = n === void 0 ? r.len : r.pos + n;
325
- const t = q();
356
+ const t = Z();
326
357
  for (; r.pos < a; ) {
327
358
  const i = r.uint32();
328
359
  switch (i >>> 3) {
329
360
  case 1: {
330
361
  if (i !== 10)
331
362
  break;
332
- t.items.push(g.decode(r, r.uint32()));
363
+ t.items.push(I.decode(r, r.uint32()));
333
364
  continue;
334
365
  }
335
366
  }
@@ -341,24 +372,24 @@ const ze = {
341
372
  },
342
373
  fromJSON(e) {
343
374
  return {
344
- items: globalThis.Array.isArray(e == null ? void 0 : e.items) ? e.items.map((n) => g.fromJSON(n)) : []
375
+ items: globalThis.Array.isArray(e == null ? void 0 : e.items) ? e.items.map((n) => I.fromJSON(n)) : []
345
376
  };
346
377
  },
347
378
  toJSON(e) {
348
379
  var r;
349
380
  const n = {};
350
- return (r = e.items) != null && r.length && (n.items = e.items.map((a) => g.toJSON(a))), n;
381
+ return (r = e.items) != null && r.length && (n.items = e.items.map((a) => I.toJSON(a))), n;
351
382
  },
352
383
  create(e) {
353
- return ze.fromPartial(e ?? {});
384
+ return rn.fromPartial(e ?? {});
354
385
  },
355
386
  fromPartial(e) {
356
387
  var r;
357
- const n = q();
358
- return n.items = ((r = e.items) == null ? void 0 : r.map((a) => g.fromPartial(a))) || [], n;
388
+ const n = Z();
389
+ return n.items = ((r = e.items) == null ? void 0 : r.map((a) => I.fromPartial(a))) || [], n;
359
390
  }
360
391
  };
361
- function Z() {
392
+ function K() {
362
393
  return {
363
394
  licenseKey: "",
364
395
  productId: "",
@@ -377,7 +408,7 @@ const N = {
377
408
  decode(e, n) {
378
409
  const r = e instanceof o ? e : new o(e);
379
410
  let a = n === void 0 ? r.len : r.pos + n;
380
- const t = Z();
411
+ const t = K();
381
412
  for (; r.pos < a; ) {
382
413
  const i = r.uint32();
383
414
  switch (i >>> 3) {
@@ -456,11 +487,11 @@ const N = {
456
487
  return N.fromPartial(e ?? {});
457
488
  },
458
489
  fromPartial(e) {
459
- const n = Z();
490
+ const n = K();
460
491
  return n.licenseKey = e.licenseKey ?? "", n.productId = e.productId ?? "", n.productName = e.productName ?? "", n.productVersion = e.productVersion ?? "", n.instanceId = e.instanceId ?? "", n.instanceName = e.instanceName ?? "", n.expirationDate = e.expirationDate !== void 0 && e.expirationDate !== null ? d.fromValue(e.expirationDate) : d.ZERO, n.isValid = e.isValid ?? !1, n;
461
492
  }
462
493
  };
463
- function K() {
494
+ function Q() {
464
495
  return { items: [] };
465
496
  }
466
497
  const k = {
@@ -472,7 +503,7 @@ const k = {
472
503
  decode(e, n) {
473
504
  const r = e instanceof o ? e : new o(e);
474
505
  let a = n === void 0 ? r.len : r.pos + n;
475
- const t = K();
506
+ const t = Q();
476
507
  for (; r.pos < a; ) {
477
508
  const i = r.uint32();
478
509
  switch (i >>> 3) {
@@ -504,21 +535,21 @@ const k = {
504
535
  },
505
536
  fromPartial(e) {
506
537
  var r;
507
- const n = K();
538
+ const n = Q();
508
539
  return n.items = ((r = e.items) == null ? void 0 : r.map((a) => N.fromPartial(a))) || [], n;
509
540
  }
510
541
  };
511
- function Q() {
542
+ function Y() {
512
543
  return { eventType: 0, licenses: void 0 };
513
544
  }
514
- const Xe = {
545
+ const tn = {
515
546
  encode(e, n = new u()) {
516
547
  return e.eventType !== 0 && n.uint32(8).int32(e.eventType), e.licenses !== void 0 && k.encode(e.licenses, n.uint32(18).fork()).join(), n;
517
548
  },
518
549
  decode(e, n) {
519
550
  const r = e instanceof o ? e : new o(e);
520
551
  let a = n === void 0 ? r.len : r.pos + n;
521
- const t = Q();
552
+ const t = Y();
522
553
  for (; r.pos < a; ) {
523
554
  const i = r.uint32();
524
555
  switch (i >>> 3) {
@@ -543,26 +574,26 @@ const Xe = {
543
574
  },
544
575
  fromJSON(e) {
545
576
  return {
546
- eventType: c(e.eventType) ? He(e.eventType) : 0,
577
+ eventType: c(e.eventType) ? Xe(e.eventType) : 0,
547
578
  licenses: c(e.licenses) ? k.fromJSON(e.licenses) : void 0
548
579
  };
549
580
  },
550
581
  toJSON(e) {
551
582
  const n = {};
552
- return e.eventType !== 0 && (n.eventType = We(e.eventType)), e.licenses !== void 0 && (n.licenses = k.toJSON(e.licenses)), n;
583
+ return e.eventType !== 0 && (n.eventType = $e(e.eventType)), e.licenses !== void 0 && (n.licenses = k.toJSON(e.licenses)), n;
553
584
  },
554
585
  create(e) {
555
- return Xe.fromPartial(e ?? {});
586
+ return tn.fromPartial(e ?? {});
556
587
  },
557
588
  fromPartial(e) {
558
- const n = Q();
589
+ const n = Y();
559
590
  return n.eventType = e.eventType ?? 0, n.licenses = e.licenses !== void 0 && e.licenses !== null ? k.fromPartial(e.licenses) : void 0, n;
560
591
  }
561
592
  };
562
593
  function H() {
563
594
  return { preferences: void 0, filePath: "", replaceExisting: void 0 };
564
595
  }
565
- const be = {
596
+ const an = {
566
597
  encode(e, n = new u()) {
567
598
  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;
568
599
  },
@@ -610,7 +641,7 @@ const be = {
610
641
  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;
611
642
  },
612
643
  create(e) {
613
- return be.fromPartial(e ?? {});
644
+ return an.fromPartial(e ?? {});
614
645
  },
615
646
  fromPartial(e) {
616
647
  const n = H();
@@ -620,7 +651,7 @@ const be = {
620
651
  function W() {
621
652
  return { preferences: void 0, name: "" };
622
653
  }
623
- const je = {
654
+ const sn = {
624
655
  encode(e, n = new u()) {
625
656
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.name !== "" && n.uint32(18).string(e.name), n;
626
657
  },
@@ -661,24 +692,24 @@ const je = {
661
692
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.name !== "" && (n.name = e.name), n;
662
693
  },
663
694
  create(e) {
664
- return je.fromPartial(e ?? {});
695
+ return sn.fromPartial(e ?? {});
665
696
  },
666
697
  fromPartial(e) {
667
698
  const n = W();
668
699
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.name = e.name ?? "", n;
669
700
  }
670
701
  };
671
- function Y() {
702
+ function X() {
672
703
  return { preferences: void 0, filePathOrName: "" };
673
704
  }
674
- const en = {
705
+ const on = {
675
706
  encode(e, n = new u()) {
676
707
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.filePathOrName !== "" && n.uint32(18).string(e.filePathOrName), n;
677
708
  },
678
709
  decode(e, n) {
679
710
  const r = e instanceof o ? e : new o(e);
680
711
  let a = n === void 0 ? r.len : r.pos + n;
681
- const t = Y();
712
+ const t = X();
682
713
  for (; r.pos < a; ) {
683
714
  const i = r.uint32();
684
715
  switch (i >>> 3) {
@@ -712,19 +743,19 @@ const en = {
712
743
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.filePathOrName !== "" && (n.filePathOrName = e.filePathOrName), n;
713
744
  },
714
745
  create(e) {
715
- return en.fromPartial(e ?? {});
746
+ return on.fromPartial(e ?? {});
716
747
  },
717
748
  fromPartial(e) {
718
- const n = Y();
749
+ const n = X();
719
750
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.filePathOrName = e.filePathOrName ?? "", n;
720
751
  }
721
752
  };
722
753
  function $() {
723
- return { name: "", displayName: "", description: "", version: "", author: "", defaultConfig: "" };
754
+ return { name: "", displayName: "", description: "", version: "", author: "", defaultConfig: "", extensionType: 0 };
724
755
  }
725
- const nn = {
756
+ const fn = {
726
757
  encode(e, n = new u()) {
727
- 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;
758
+ 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), e.extensionType !== 0 && n.uint32(56).int32(e.extensionType), n;
728
759
  },
729
760
  decode(e, n) {
730
761
  const r = e instanceof o ? e : new o(e);
@@ -769,6 +800,12 @@ const nn = {
769
800
  t.defaultConfig = r.string();
770
801
  continue;
771
802
  }
803
+ case 7: {
804
+ if (i !== 56)
805
+ break;
806
+ t.extensionType = r.int32();
807
+ continue;
808
+ }
772
809
  }
773
810
  if ((i & 7) === 4 || i === 0)
774
811
  break;
@@ -783,25 +820,26 @@ const nn = {
783
820
  description: c(e.description) ? globalThis.String(e.description) : "",
784
821
  version: c(e.version) ? globalThis.String(e.version) : "",
785
822
  author: c(e.author) ? globalThis.String(e.author) : "",
786
- defaultConfig: c(e.defaultConfig) ? globalThis.String(e.defaultConfig) : ""
823
+ defaultConfig: c(e.defaultConfig) ? globalThis.String(e.defaultConfig) : "",
824
+ extensionType: c(e.extensionType) ? be(e.extensionType) : 0
787
825
  };
788
826
  },
789
827
  toJSON(e) {
790
828
  const n = {};
791
- 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;
829
+ 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), e.extensionType !== 0 && (n.extensionType = je(e.extensionType)), n;
792
830
  },
793
831
  create(e) {
794
- return nn.fromPartial(e ?? {});
832
+ return fn.fromPartial(e ?? {});
795
833
  },
796
834
  fromPartial(e) {
797
835
  const n = $();
798
- return n.name = e.name ?? "", n.displayName = e.displayName ?? "", n.description = e.description ?? "", n.version = e.version ?? "", n.author = e.author ?? "", n.defaultConfig = e.defaultConfig ?? "", n;
836
+ return n.name = e.name ?? "", n.displayName = e.displayName ?? "", n.description = e.description ?? "", n.version = e.version ?? "", n.author = e.author ?? "", n.defaultConfig = e.defaultConfig ?? "", n.extensionType = e.extensionType ?? 0, n;
799
837
  }
800
838
  };
801
839
  function z() {
802
840
  return { licenses: [] };
803
841
  }
804
- const rn = {
842
+ const un = {
805
843
  encode(e, n = new u()) {
806
844
  for (const r of e.licenses)
807
845
  N.encode(r, n.uint32(10).fork()).join();
@@ -838,7 +876,7 @@ const rn = {
838
876
  return (r = e.licenses) != null && r.length && (n.licenses = e.licenses.map((a) => N.toJSON(a))), n;
839
877
  },
840
878
  create(e) {
841
- return rn.fromPartial(e ?? {});
879
+ return un.fromPartial(e ?? {});
842
880
  },
843
881
  fromPartial(e) {
844
882
  var r;
@@ -846,17 +884,17 @@ const rn = {
846
884
  return n.licenses = ((r = e.licenses) == null ? void 0 : r.map((a) => N.fromPartial(a))) || [], n;
847
885
  }
848
886
  };
849
- function X() {
887
+ function b() {
850
888
  return { preferences: void 0, licenseKey: "", productId: "" };
851
889
  }
852
- const tn = {
890
+ const dn = {
853
891
  encode(e, n = new u()) {
854
892
  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;
855
893
  },
856
894
  decode(e, n) {
857
895
  const r = e instanceof o ? e : new o(e);
858
896
  let a = n === void 0 ? r.len : r.pos + n;
859
- const t = X();
897
+ const t = b();
860
898
  for (; r.pos < a; ) {
861
899
  const i = r.uint32();
862
900
  switch (i >>> 3) {
@@ -897,24 +935,24 @@ const tn = {
897
935
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.licenseKey !== "" && (n.licenseKey = e.licenseKey), e.productId !== "" && (n.productId = e.productId), n;
898
936
  },
899
937
  create(e) {
900
- return tn.fromPartial(e ?? {});
938
+ return dn.fromPartial(e ?? {});
901
939
  },
902
940
  fromPartial(e) {
903
- const n = X();
941
+ const n = b();
904
942
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.licenseKey = e.licenseKey ?? "", n.productId = e.productId ?? "", n;
905
943
  }
906
944
  };
907
- function b() {
945
+ function j() {
908
946
  return { apiVersion: "", serviceVersion: "", canlibVersion: "" };
909
947
  }
910
- const an = {
948
+ const cn = {
911
949
  encode(e, n = new u()) {
912
950
  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;
913
951
  },
914
952
  decode(e, n) {
915
953
  const r = e instanceof o ? e : new o(e);
916
954
  let a = n === void 0 ? r.len : r.pos + n;
917
- const t = b();
955
+ const t = j();
918
956
  for (; r.pos < a; ) {
919
957
  const i = r.uint32();
920
958
  switch (i >>> 3) {
@@ -955,18 +993,18 @@ const an = {
955
993
  return e.apiVersion !== "" && (n.apiVersion = e.apiVersion), e.serviceVersion !== "" && (n.serviceVersion = e.serviceVersion), e.canlibVersion !== "" && (n.canlibVersion = e.canlibVersion), n;
956
994
  },
957
995
  create(e) {
958
- return an.fromPartial(e ?? {});
996
+ return cn.fromPartial(e ?? {});
959
997
  },
960
998
  fromPartial(e) {
961
- const n = b();
999
+ const n = j();
962
1000
  return n.apiVersion = e.apiVersion ?? "", n.serviceVersion = e.serviceVersion ?? "", n.canlibVersion = e.canlibVersion ?? "", n;
963
1001
  }
964
1002
  };
965
1003
  function c(e) {
966
1004
  return e != null;
967
1005
  }
968
- var sn = /* @__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))(sn || {});
969
- function on(e) {
1006
+ var ln = /* @__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))(ln || {});
1007
+ function pn(e) {
970
1008
  switch (e) {
971
1009
  case 0:
972
1010
  case "MEASUREMENT_EVENT_UNSPECIFIED":
@@ -989,7 +1027,7 @@ function on(e) {
989
1027
  return -1;
990
1028
  }
991
1029
  }
992
- function fn(e) {
1030
+ function Sn(e) {
993
1031
  switch (e) {
994
1032
  case 0:
995
1033
  return "MEASUREMENT_EVENT_UNSPECIFIED";
@@ -1006,17 +1044,17 @@ function fn(e) {
1006
1044
  return "UNRECOGNIZED";
1007
1045
  }
1008
1046
  }
1009
- function j() {
1047
+ function ee() {
1010
1048
  return { preferences: void 0, setup: void 0 };
1011
1049
  }
1012
- const un = {
1050
+ const Nn = {
1013
1051
  encode(e, n = new u()) {
1014
1052
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.setup !== void 0 && h.encode(e.setup, n.uint32(18).fork()).join(), n;
1015
1053
  },
1016
1054
  decode(e, n) {
1017
1055
  const r = e instanceof o ? e : new o(e);
1018
1056
  let a = n === void 0 ? r.len : r.pos + n;
1019
- const t = j();
1057
+ const t = ee();
1020
1058
  for (; r.pos < a; ) {
1021
1059
  const i = r.uint32();
1022
1060
  switch (i >>> 3) {
@@ -1050,24 +1088,24 @@ const un = {
1050
1088
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.setup !== void 0 && (n.setup = h.toJSON(e.setup)), n;
1051
1089
  },
1052
1090
  create(e) {
1053
- return un.fromPartial(e ?? {});
1091
+ return Nn.fromPartial(e ?? {});
1054
1092
  },
1055
1093
  fromPartial(e) {
1056
- const n = j();
1094
+ const n = ee();
1057
1095
  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 ? h.fromPartial(e.setup) : void 0, n;
1058
1096
  }
1059
1097
  };
1060
- function ee() {
1098
+ function ne() {
1061
1099
  return { preferences: void 0, configuration: void 0 };
1062
1100
  }
1063
- const dn = {
1101
+ const En = {
1064
1102
  encode(e, n = new u()) {
1065
1103
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.configuration !== void 0 && G.encode(e.configuration, n.uint32(18).fork()).join(), n;
1066
1104
  },
1067
1105
  decode(e, n) {
1068
1106
  const r = e instanceof o ? e : new o(e);
1069
1107
  let a = n === void 0 ? r.len : r.pos + n;
1070
- const t = ee();
1108
+ const t = ne();
1071
1109
  for (; r.pos < a; ) {
1072
1110
  const i = r.uint32();
1073
1111
  switch (i >>> 3) {
@@ -1101,24 +1139,24 @@ const dn = {
1101
1139
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.configuration !== void 0 && (n.configuration = G.toJSON(e.configuration)), n;
1102
1140
  },
1103
1141
  create(e) {
1104
- return dn.fromPartial(e ?? {});
1142
+ return En.fromPartial(e ?? {});
1105
1143
  },
1106
1144
  fromPartial(e) {
1107
- const n = ee();
1145
+ const n = ne();
1108
1146
  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 ? G.fromPartial(e.configuration) : void 0, n;
1109
1147
  }
1110
1148
  };
1111
- function ne() {
1149
+ function re() {
1112
1150
  return { preferences: void 0, configuration: void 0 };
1113
1151
  }
1114
- const cn = {
1152
+ const mn = {
1115
1153
  encode(e, n = new u()) {
1116
- return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.configuration !== void 0 && v.encode(e.configuration, n.uint32(18).fork()).join(), n;
1154
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.configuration !== void 0 && V.encode(e.configuration, n.uint32(18).fork()).join(), n;
1117
1155
  },
1118
1156
  decode(e, n) {
1119
1157
  const r = e instanceof o ? e : new o(e);
1120
1158
  let a = n === void 0 ? r.len : r.pos + n;
1121
- const t = ne();
1159
+ const t = re();
1122
1160
  for (; r.pos < a; ) {
1123
1161
  const i = r.uint32();
1124
1162
  switch (i >>> 3) {
@@ -1131,7 +1169,7 @@ const cn = {
1131
1169
  case 2: {
1132
1170
  if (i !== 18)
1133
1171
  break;
1134
- t.configuration = v.decode(r, r.uint32());
1172
+ t.configuration = V.decode(r, r.uint32());
1135
1173
  continue;
1136
1174
  }
1137
1175
  }
@@ -1144,32 +1182,32 @@ const cn = {
1144
1182
  fromJSON(e) {
1145
1183
  return {
1146
1184
  preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
1147
- configuration: f(e.configuration) ? v.fromJSON(e.configuration) : void 0
1185
+ configuration: f(e.configuration) ? V.fromJSON(e.configuration) : void 0
1148
1186
  };
1149
1187
  },
1150
1188
  toJSON(e) {
1151
1189
  const n = {};
1152
- return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.configuration !== void 0 && (n.configuration = v.toJSON(e.configuration)), n;
1190
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.configuration !== void 0 && (n.configuration = V.toJSON(e.configuration)), n;
1153
1191
  },
1154
1192
  create(e) {
1155
- return cn.fromPartial(e ?? {});
1193
+ return mn.fromPartial(e ?? {});
1156
1194
  },
1157
1195
  fromPartial(e) {
1158
- const n = ne();
1159
- 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 ? v.fromPartial(e.configuration) : void 0, n;
1196
+ const n = re();
1197
+ 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 ? V.fromPartial(e.configuration) : void 0, n;
1160
1198
  }
1161
1199
  };
1162
- function re() {
1200
+ function ie() {
1163
1201
  return { preferences: void 0, source: void 0, replaceAllProperties: !1 };
1164
1202
  }
1165
- const ln = {
1203
+ const On = {
1166
1204
  encode(e, n = new u()) {
1167
1205
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.source !== void 0 && P.encode(e.source, n.uint32(18).fork()).join(), e.replaceAllProperties !== !1 && n.uint32(24).bool(e.replaceAllProperties), n;
1168
1206
  },
1169
1207
  decode(e, n) {
1170
1208
  const r = e instanceof o ? e : new o(e);
1171
1209
  let a = n === void 0 ? r.len : r.pos + n;
1172
- const t = re();
1210
+ const t = ie();
1173
1211
  for (; r.pos < a; ) {
1174
1212
  const i = r.uint32();
1175
1213
  switch (i >>> 3) {
@@ -1210,24 +1248,24 @@ const ln = {
1210
1248
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.source !== void 0 && (n.source = P.toJSON(e.source)), e.replaceAllProperties !== !1 && (n.replaceAllProperties = e.replaceAllProperties), n;
1211
1249
  },
1212
1250
  create(e) {
1213
- return ln.fromPartial(e ?? {});
1251
+ return On.fromPartial(e ?? {});
1214
1252
  },
1215
1253
  fromPartial(e) {
1216
- const n = re();
1254
+ const n = ie();
1217
1255
  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 ? P.fromPartial(e.source) : void 0, n.replaceAllProperties = e.replaceAllProperties ?? !1, n;
1218
1256
  }
1219
1257
  };
1220
- function ie() {
1258
+ function te() {
1221
1259
  return { source: void 0 };
1222
1260
  }
1223
- const pn = {
1261
+ const Tn = {
1224
1262
  encode(e, n = new u()) {
1225
1263
  return e.source !== void 0 && P.encode(e.source, n.uint32(10).fork()).join(), n;
1226
1264
  },
1227
1265
  decode(e, n) {
1228
1266
  const r = e instanceof o ? e : new o(e);
1229
1267
  let a = n === void 0 ? r.len : r.pos + n;
1230
- const t = ie();
1268
+ const t = te();
1231
1269
  for (; r.pos < a; ) {
1232
1270
  const i = r.uint32();
1233
1271
  switch (i >>> 3) {
@@ -1252,14 +1290,14 @@ const pn = {
1252
1290
  return e.source !== void 0 && (n.source = P.toJSON(e.source)), n;
1253
1291
  },
1254
1292
  create(e) {
1255
- return pn.fromPartial(e ?? {});
1293
+ return Tn.fromPartial(e ?? {});
1256
1294
  },
1257
1295
  fromPartial(e) {
1258
- const n = ie();
1296
+ const n = te();
1259
1297
  return n.source = e.source !== void 0 && e.source !== null ? P.fromPartial(e.source) : void 0, n;
1260
1298
  }
1261
1299
  };
1262
- function te() {
1300
+ function ae() {
1263
1301
  return {
1264
1302
  preferences: void 0,
1265
1303
  dataProcessor: void 0,
@@ -1268,14 +1306,14 @@ function te() {
1268
1306
  replaceAllProperties: !1
1269
1307
  };
1270
1308
  }
1271
- const Sn = {
1309
+ const Pn = {
1272
1310
  encode(e, n = new u()) {
1273
1311
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.dataProcessor !== void 0 && T.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;
1274
1312
  },
1275
1313
  decode(e, n) {
1276
1314
  const r = e instanceof o ? e : new o(e);
1277
1315
  let a = n === void 0 ? r.len : r.pos + n;
1278
- const t = te();
1316
+ const t = ae();
1279
1317
  for (; r.pos < a; ) {
1280
1318
  const i = r.uint32();
1281
1319
  switch (i >>> 3) {
@@ -1330,24 +1368,24 @@ const Sn = {
1330
1368
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.dataProcessor !== void 0 && (n.dataProcessor = T.toJSON(e.dataProcessor)), e.previousNode !== "" && (n.previousNode = e.previousNode), e.nextNode !== "" && (n.nextNode = e.nextNode), e.replaceAllProperties !== !1 && (n.replaceAllProperties = e.replaceAllProperties), n;
1331
1369
  },
1332
1370
  create(e) {
1333
- return Sn.fromPartial(e ?? {});
1371
+ return Pn.fromPartial(e ?? {});
1334
1372
  },
1335
1373
  fromPartial(e) {
1336
- const n = te();
1374
+ const n = ae();
1337
1375
  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 ? T.fromPartial(e.dataProcessor) : void 0, n.previousNode = e.previousNode ?? "", n.nextNode = e.nextNode ?? "", n.replaceAllProperties = e.replaceAllProperties ?? !1, n;
1338
1376
  }
1339
1377
  };
1340
- function ae() {
1378
+ function se() {
1341
1379
  return { dataProcessor: void 0 };
1342
1380
  }
1343
- const Nn = {
1381
+ const hn = {
1344
1382
  encode(e, n = new u()) {
1345
1383
  return e.dataProcessor !== void 0 && T.encode(e.dataProcessor, n.uint32(10).fork()).join(), n;
1346
1384
  },
1347
1385
  decode(e, n) {
1348
1386
  const r = e instanceof o ? e : new o(e);
1349
1387
  let a = n === void 0 ? r.len : r.pos + n;
1350
- const t = ae();
1388
+ const t = se();
1351
1389
  for (; r.pos < a; ) {
1352
1390
  const i = r.uint32();
1353
1391
  switch (i >>> 3) {
@@ -1374,24 +1412,24 @@ const Nn = {
1374
1412
  return e.dataProcessor !== void 0 && (n.dataProcessor = T.toJSON(e.dataProcessor)), n;
1375
1413
  },
1376
1414
  create(e) {
1377
- return Nn.fromPartial(e ?? {});
1415
+ return hn.fromPartial(e ?? {});
1378
1416
  },
1379
1417
  fromPartial(e) {
1380
- const n = ae();
1418
+ const n = se();
1381
1419
  return n.dataProcessor = e.dataProcessor !== void 0 && e.dataProcessor !== null ? T.fromPartial(e.dataProcessor) : void 0, n;
1382
1420
  }
1383
1421
  };
1384
- function se() {
1422
+ function oe() {
1385
1423
  return { preferences: void 0, target: void 0, replaceAllProperties: !1 };
1386
1424
  }
1387
- const En = {
1425
+ const In = {
1388
1426
  encode(e, n = new u()) {
1389
1427
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.target !== void 0 && O.encode(e.target, n.uint32(18).fork()).join(), e.replaceAllProperties !== !1 && n.uint32(24).bool(e.replaceAllProperties), n;
1390
1428
  },
1391
1429
  decode(e, n) {
1392
1430
  const r = e instanceof o ? e : new o(e);
1393
1431
  let a = n === void 0 ? r.len : r.pos + n;
1394
- const t = se();
1432
+ const t = oe();
1395
1433
  for (; r.pos < a; ) {
1396
1434
  const i = r.uint32();
1397
1435
  switch (i >>> 3) {
@@ -1432,24 +1470,24 @@ const En = {
1432
1470
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.target !== void 0 && (n.target = O.toJSON(e.target)), e.replaceAllProperties !== !1 && (n.replaceAllProperties = e.replaceAllProperties), n;
1433
1471
  },
1434
1472
  create(e) {
1435
- return En.fromPartial(e ?? {});
1473
+ return In.fromPartial(e ?? {});
1436
1474
  },
1437
1475
  fromPartial(e) {
1438
- const n = se();
1476
+ const n = oe();
1439
1477
  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 ? O.fromPartial(e.target) : void 0, n.replaceAllProperties = e.replaceAllProperties ?? !1, n;
1440
1478
  }
1441
1479
  };
1442
- function oe() {
1480
+ function fe() {
1443
1481
  return { target: void 0 };
1444
1482
  }
1445
- const mn = {
1483
+ const kn = {
1446
1484
  encode(e, n = new u()) {
1447
1485
  return e.target !== void 0 && O.encode(e.target, n.uint32(10).fork()).join(), n;
1448
1486
  },
1449
1487
  decode(e, n) {
1450
1488
  const r = e instanceof o ? e : new o(e);
1451
1489
  let a = n === void 0 ? r.len : r.pos + n;
1452
- const t = oe();
1490
+ const t = fe();
1453
1491
  for (; r.pos < a; ) {
1454
1492
  const i = r.uint32();
1455
1493
  switch (i >>> 3) {
@@ -1474,24 +1512,24 @@ const mn = {
1474
1512
  return e.target !== void 0 && (n.target = O.toJSON(e.target)), n;
1475
1513
  },
1476
1514
  create(e) {
1477
- return mn.fromPartial(e ?? {});
1515
+ return kn.fromPartial(e ?? {});
1478
1516
  },
1479
1517
  fromPartial(e) {
1480
- const n = oe();
1518
+ const n = fe();
1481
1519
  return n.target = e.target !== void 0 && e.target !== null ? O.fromPartial(e.target) : void 0, n;
1482
1520
  }
1483
1521
  };
1484
- function fe() {
1522
+ function ue() {
1485
1523
  return { preferences: void 0, startNode: "", endNode: "" };
1486
1524
  }
1487
- const On = {
1525
+ const _n = {
1488
1526
  encode(e, n = new u()) {
1489
1527
  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;
1490
1528
  },
1491
1529
  decode(e, n) {
1492
1530
  const r = e instanceof o ? e : new o(e);
1493
1531
  let a = n === void 0 ? r.len : r.pos + n;
1494
- const t = fe();
1532
+ const t = ue();
1495
1533
  for (; r.pos < a; ) {
1496
1534
  const i = r.uint32();
1497
1535
  switch (i >>> 3) {
@@ -1532,24 +1570,24 @@ const On = {
1532
1570
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.startNode !== "" && (n.startNode = e.startNode), e.endNode !== "" && (n.endNode = e.endNode), n;
1533
1571
  },
1534
1572
  create(e) {
1535
- return On.fromPartial(e ?? {});
1573
+ return _n.fromPartial(e ?? {});
1536
1574
  },
1537
1575
  fromPartial(e) {
1538
- const n = fe();
1576
+ const n = ue();
1539
1577
  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;
1540
1578
  }
1541
1579
  };
1542
- function ue() {
1580
+ function de() {
1543
1581
  return { preferences: void 0, startNode: "", endNode: "" };
1544
1582
  }
1545
- const Tn = {
1583
+ const gn = {
1546
1584
  encode(e, n = new u()) {
1547
1585
  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;
1548
1586
  },
1549
1587
  decode(e, n) {
1550
1588
  const r = e instanceof o ? e : new o(e);
1551
1589
  let a = n === void 0 ? r.len : r.pos + n;
1552
- const t = ue();
1590
+ const t = de();
1553
1591
  for (; r.pos < a; ) {
1554
1592
  const i = r.uint32();
1555
1593
  switch (i >>> 3) {
@@ -1590,24 +1628,24 @@ const Tn = {
1590
1628
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.startNode !== "" && (n.startNode = e.startNode), e.endNode !== "" && (n.endNode = e.endNode), n;
1591
1629
  },
1592
1630
  create(e) {
1593
- return Tn.fromPartial(e ?? {});
1631
+ return gn.fromPartial(e ?? {});
1594
1632
  },
1595
1633
  fromPartial(e) {
1596
- const n = ue();
1634
+ const n = de();
1597
1635
  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;
1598
1636
  }
1599
1637
  };
1600
- function de() {
1638
+ function ce() {
1601
1639
  return { preferences: void 0, identifier: "" };
1602
1640
  }
1603
- const Pn = {
1641
+ const Rn = {
1604
1642
  encode(e, n = new u()) {
1605
1643
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.identifier !== "" && n.uint32(18).string(e.identifier), n;
1606
1644
  },
1607
1645
  decode(e, n) {
1608
1646
  const r = e instanceof o ? e : new o(e);
1609
1647
  let a = n === void 0 ? r.len : r.pos + n;
1610
- const t = de();
1648
+ const t = ce();
1611
1649
  for (; r.pos < a; ) {
1612
1650
  const i = r.uint32();
1613
1651
  switch (i >>> 3) {
@@ -1641,17 +1679,17 @@ const Pn = {
1641
1679
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.identifier !== "" && (n.identifier = e.identifier), n;
1642
1680
  },
1643
1681
  create(e) {
1644
- return Pn.fromPartial(e ?? {});
1682
+ return Rn.fromPartial(e ?? {});
1645
1683
  },
1646
1684
  fromPartial(e) {
1647
- const n = de();
1685
+ const n = ce();
1648
1686
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.identifier = e.identifier ?? "", n;
1649
1687
  }
1650
1688
  };
1651
- function ce() {
1689
+ function le() {
1652
1690
  return { preferences: void 0, identifiers: [] };
1653
1691
  }
1654
- const hn = {
1692
+ const An = {
1655
1693
  encode(e, n = new u()) {
1656
1694
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join();
1657
1695
  for (const r of e.identifiers)
@@ -1661,7 +1699,7 @@ const hn = {
1661
1699
  decode(e, n) {
1662
1700
  const r = e instanceof o ? e : new o(e);
1663
1701
  let a = n === void 0 ? r.len : r.pos + n;
1664
- const t = ce();
1702
+ const t = le();
1665
1703
  for (; r.pos < a; ) {
1666
1704
  const i = r.uint32();
1667
1705
  switch (i >>> 3) {
@@ -1696,25 +1734,25 @@ const hn = {
1696
1734
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), (r = e.identifiers) != null && r.length && (n.identifiers = e.identifiers), n;
1697
1735
  },
1698
1736
  create(e) {
1699
- return hn.fromPartial(e ?? {});
1737
+ return An.fromPartial(e ?? {});
1700
1738
  },
1701
1739
  fromPartial(e) {
1702
1740
  var r;
1703
- const n = ce();
1741
+ const n = le();
1704
1742
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.identifiers = ((r = e.identifiers) == null ? void 0 : r.map((a) => a)) || [], n;
1705
1743
  }
1706
1744
  };
1707
- function le() {
1745
+ function pe() {
1708
1746
  return { preferences: void 0, channelIdentifier: "", frame: void 0 };
1709
1747
  }
1710
- const gn = {
1748
+ const Jn = {
1711
1749
  encode(e, n = new u()) {
1712
1750
  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 && m.encode(e.frame, n.uint32(26).fork()).join(), n;
1713
1751
  },
1714
1752
  decode(e, n) {
1715
1753
  const r = e instanceof o ? e : new o(e);
1716
1754
  let a = n === void 0 ? r.len : r.pos + n;
1717
- const t = le();
1755
+ const t = pe();
1718
1756
  for (; r.pos < a; ) {
1719
1757
  const i = r.uint32();
1720
1758
  switch (i >>> 3) {
@@ -1755,24 +1793,24 @@ const gn = {
1755
1793
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelIdentifier !== "" && (n.channelIdentifier = e.channelIdentifier), e.frame !== void 0 && (n.frame = m.toJSON(e.frame)), n;
1756
1794
  },
1757
1795
  create(e) {
1758
- return gn.fromPartial(e ?? {});
1796
+ return Jn.fromPartial(e ?? {});
1759
1797
  },
1760
1798
  fromPartial(e) {
1761
- const n = le();
1799
+ const n = pe();
1762
1800
  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 ? m.fromPartial(e.frame) : void 0, n;
1763
1801
  }
1764
1802
  };
1765
- function pe() {
1803
+ function Se() {
1766
1804
  return { preferences: void 0, channelIdentifier: "", count: 0, interval: 0 };
1767
1805
  }
1768
- const kn = {
1806
+ const Cn = {
1769
1807
  encode(e, n = new u()) {
1770
1808
  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;
1771
1809
  },
1772
1810
  decode(e, n) {
1773
1811
  const r = e instanceof o ? e : new o(e);
1774
1812
  let a = n === void 0 ? r.len : r.pos + n;
1775
- const t = pe();
1813
+ const t = Se();
1776
1814
  for (; r.pos < a; ) {
1777
1815
  const i = r.uint32();
1778
1816
  switch (i >>> 3) {
@@ -1820,24 +1858,24 @@ const kn = {
1820
1858
  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;
1821
1859
  },
1822
1860
  create(e) {
1823
- return kn.fromPartial(e ?? {});
1861
+ return Cn.fromPartial(e ?? {});
1824
1862
  },
1825
1863
  fromPartial(e) {
1826
- const n = pe();
1864
+ const n = Se();
1827
1865
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.channelIdentifier = e.channelIdentifier ?? "", n.count = e.count ?? 0, n.interval = e.interval ?? 0, n;
1828
1866
  }
1829
1867
  };
1830
- function Se() {
1868
+ function Ne() {
1831
1869
  return { preferences: void 0, channelIdentifier: "", frameId: 0 };
1832
1870
  }
1833
- const In = {
1871
+ const Ln = {
1834
1872
  encode(e, n = new u()) {
1835
1873
  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;
1836
1874
  },
1837
1875
  decode(e, n) {
1838
1876
  const r = e instanceof o ? e : new o(e);
1839
1877
  let a = n === void 0 ? r.len : r.pos + n;
1840
- const t = Se();
1878
+ const t = Ne();
1841
1879
  for (; r.pos < a; ) {
1842
1880
  const i = r.uint32();
1843
1881
  switch (i >>> 3) {
@@ -1878,24 +1916,24 @@ const In = {
1878
1916
  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;
1879
1917
  },
1880
1918
  create(e) {
1881
- return In.fromPartial(e ?? {});
1919
+ return Ln.fromPartial(e ?? {});
1882
1920
  },
1883
1921
  fromPartial(e) {
1884
- const n = Se();
1922
+ const n = Ne();
1885
1923
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.channelIdentifier = e.channelIdentifier ?? "", n.frameId = e.frameId ?? 0, n;
1886
1924
  }
1887
1925
  };
1888
- function Ne() {
1926
+ function Ee() {
1889
1927
  return { preferences: void 0, channelIdentifier: "", frame: void 0 };
1890
1928
  }
1891
- const Rn = {
1929
+ const xn = {
1892
1930
  encode(e, n = new u()) {
1893
1931
  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 && m.encode(e.frame, n.uint32(26).fork()).join(), n;
1894
1932
  },
1895
1933
  decode(e, n) {
1896
1934
  const r = e instanceof o ? e : new o(e);
1897
1935
  let a = n === void 0 ? r.len : r.pos + n;
1898
- const t = Ne();
1936
+ const t = Ee();
1899
1937
  for (; r.pos < a; ) {
1900
1938
  const i = r.uint32();
1901
1939
  switch (i >>> 3) {
@@ -1936,24 +1974,24 @@ const Rn = {
1936
1974
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.channelIdentifier !== "" && (n.channelIdentifier = e.channelIdentifier), e.frame !== void 0 && (n.frame = m.toJSON(e.frame)), n;
1937
1975
  },
1938
1976
  create(e) {
1939
- return Rn.fromPartial(e ?? {});
1977
+ return xn.fromPartial(e ?? {});
1940
1978
  },
1941
1979
  fromPartial(e) {
1942
- const n = Ne();
1980
+ const n = Ee();
1943
1981
  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 ? m.fromPartial(e.frame) : void 0, n;
1944
1982
  }
1945
1983
  };
1946
- function Ee() {
1984
+ function me() {
1947
1985
  return { preferences: void 0, channelIdentifier: "", frameId: 0 };
1948
1986
  }
1949
- const _n = {
1987
+ const Vn = {
1950
1988
  encode(e, n = new u()) {
1951
1989
  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;
1952
1990
  },
1953
1991
  decode(e, n) {
1954
1992
  const r = e instanceof o ? e : new o(e);
1955
1993
  let a = n === void 0 ? r.len : r.pos + n;
1956
- const t = Ee();
1994
+ const t = me();
1957
1995
  for (; r.pos < a; ) {
1958
1996
  const i = r.uint32();
1959
1997
  switch (i >>> 3) {
@@ -1994,24 +2032,24 @@ const _n = {
1994
2032
  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;
1995
2033
  },
1996
2034
  create(e) {
1997
- return _n.fromPartial(e ?? {});
2035
+ return Vn.fromPartial(e ?? {});
1998
2036
  },
1999
2037
  fromPartial(e) {
2000
- const n = Ee();
2038
+ const n = me();
2001
2039
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.channelIdentifier = e.channelIdentifier ?? "", n.frameId = e.frameId ?? 0, n;
2002
2040
  }
2003
2041
  };
2004
- function me() {
2042
+ function Oe() {
2005
2043
  return { preferences: void 0, settings: void 0 };
2006
2044
  }
2007
- const An = {
2045
+ const Gn = {
2008
2046
  encode(e, n = new u()) {
2009
2047
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.settings !== void 0 && E.encode(e.settings, n.uint32(18).fork()).join(), n;
2010
2048
  },
2011
2049
  decode(e, n) {
2012
2050
  const r = e instanceof o ? e : new o(e);
2013
2051
  let a = n === void 0 ? r.len : r.pos + n;
2014
- const t = me();
2052
+ const t = Oe();
2015
2053
  for (; r.pos < a; ) {
2016
2054
  const i = r.uint32();
2017
2055
  switch (i >>> 3) {
@@ -2045,24 +2083,24 @@ const An = {
2045
2083
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.settings !== void 0 && (n.settings = E.toJSON(e.settings)), n;
2046
2084
  },
2047
2085
  create(e) {
2048
- return An.fromPartial(e ?? {});
2086
+ return Gn.fromPartial(e ?? {});
2049
2087
  },
2050
2088
  fromPartial(e) {
2051
- const n = me();
2089
+ const n = Oe();
2052
2090
  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 ? E.fromPartial(e.settings) : void 0, n;
2053
2091
  }
2054
2092
  };
2055
- function Oe() {
2093
+ function Te() {
2056
2094
  return { preferences: void 0, settings: void 0, identifier: "" };
2057
2095
  }
2058
- const Ln = {
2096
+ const vn = {
2059
2097
  encode(e, n = new u()) {
2060
2098
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.settings !== void 0 && E.encode(e.settings, n.uint32(18).fork()).join(), e.identifier !== "" && n.uint32(26).string(e.identifier), n;
2061
2099
  },
2062
2100
  decode(e, n) {
2063
2101
  const r = e instanceof o ? e : new o(e);
2064
2102
  let a = n === void 0 ? r.len : r.pos + n;
2065
- const t = Oe();
2103
+ const t = Te();
2066
2104
  for (; r.pos < a; ) {
2067
2105
  const i = r.uint32();
2068
2106
  switch (i >>> 3) {
@@ -2103,24 +2141,24 @@ const Ln = {
2103
2141
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.settings !== void 0 && (n.settings = E.toJSON(e.settings)), e.identifier !== "" && (n.identifier = e.identifier), n;
2104
2142
  },
2105
2143
  create(e) {
2106
- return Ln.fromPartial(e ?? {});
2144
+ return vn.fromPartial(e ?? {});
2107
2145
  },
2108
2146
  fromPartial(e) {
2109
- const n = Oe();
2147
+ const n = Te();
2110
2148
  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 ? E.fromPartial(e.settings) : void 0, n.identifier = e.identifier ?? "", n;
2111
2149
  }
2112
2150
  };
2113
- function Te() {
2151
+ function Pe() {
2114
2152
  return { periodicTransmissionIdentifier: "" };
2115
2153
  }
2116
- const Jn = {
2154
+ const Dn = {
2117
2155
  encode(e, n = new u()) {
2118
2156
  return e.periodicTransmissionIdentifier !== "" && n.uint32(10).string(e.periodicTransmissionIdentifier), n;
2119
2157
  },
2120
2158
  decode(e, n) {
2121
2159
  const r = e instanceof o ? e : new o(e);
2122
2160
  let a = n === void 0 ? r.len : r.pos + n;
2123
- const t = Te();
2161
+ const t = Pe();
2124
2162
  for (; r.pos < a; ) {
2125
2163
  const i = r.uint32();
2126
2164
  switch (i >>> 3) {
@@ -2147,24 +2185,24 @@ const Jn = {
2147
2185
  return e.periodicTransmissionIdentifier !== "" && (n.periodicTransmissionIdentifier = e.periodicTransmissionIdentifier), n;
2148
2186
  },
2149
2187
  create(e) {
2150
- return Jn.fromPartial(e ?? {});
2188
+ return Dn.fromPartial(e ?? {});
2151
2189
  },
2152
2190
  fromPartial(e) {
2153
- const n = Te();
2191
+ const n = Pe();
2154
2192
  return n.periodicTransmissionIdentifier = e.periodicTransmissionIdentifier ?? "", n;
2155
2193
  }
2156
2194
  };
2157
- function Pe() {
2195
+ function he() {
2158
2196
  return { isOnline: !1 };
2159
2197
  }
2160
- const I = {
2198
+ const _ = {
2161
2199
  encode(e, n = new u()) {
2162
2200
  return e.isOnline !== !1 && n.uint32(8).bool(e.isOnline), n;
2163
2201
  },
2164
2202
  decode(e, n) {
2165
2203
  const r = e instanceof o ? e : new o(e);
2166
2204
  let a = n === void 0 ? r.len : r.pos + n;
2167
- const t = Pe();
2205
+ const t = he();
2168
2206
  for (; r.pos < a; ) {
2169
2207
  const i = r.uint32();
2170
2208
  switch (i >>> 3) {
@@ -2189,24 +2227,24 @@ const I = {
2189
2227
  return e.isOnline !== !1 && (n.isOnline = e.isOnline), n;
2190
2228
  },
2191
2229
  create(e) {
2192
- return I.fromPartial(e ?? {});
2230
+ return _.fromPartial(e ?? {});
2193
2231
  },
2194
2232
  fromPartial(e) {
2195
- const n = Pe();
2233
+ const n = he();
2196
2234
  return n.isOnline = e.isOnline ?? !1, n;
2197
2235
  }
2198
2236
  };
2199
- function he() {
2237
+ function Ie() {
2200
2238
  return { eventType: 0, identifier: void 0, measurementSetup: void 0, onlineStatus: void 0 };
2201
2239
  }
2202
- const Cn = {
2240
+ const Mn = {
2203
2241
  encode(e, n = new u()) {
2204
- return e.eventType !== 0 && n.uint32(8).int32(e.eventType), e.identifier !== void 0 && n.uint32(18).string(e.identifier), e.measurementSetup !== void 0 && h.encode(e.measurementSetup, n.uint32(26).fork()).join(), e.onlineStatus !== void 0 && I.encode(e.onlineStatus, n.uint32(34).fork()).join(), n;
2242
+ return e.eventType !== 0 && n.uint32(8).int32(e.eventType), e.identifier !== void 0 && n.uint32(18).string(e.identifier), e.measurementSetup !== void 0 && h.encode(e.measurementSetup, n.uint32(26).fork()).join(), e.onlineStatus !== void 0 && _.encode(e.onlineStatus, n.uint32(34).fork()).join(), n;
2205
2243
  },
2206
2244
  decode(e, n) {
2207
2245
  const r = e instanceof o ? e : new o(e);
2208
2246
  let a = n === void 0 ? r.len : r.pos + n;
2209
- const t = he();
2247
+ const t = Ie();
2210
2248
  for (; r.pos < a; ) {
2211
2249
  const i = r.uint32();
2212
2250
  switch (i >>> 3) {
@@ -2231,7 +2269,7 @@ const Cn = {
2231
2269
  case 4: {
2232
2270
  if (i !== 34)
2233
2271
  break;
2234
- t.onlineStatus = I.decode(r, r.uint32());
2272
+ t.onlineStatus = _.decode(r, r.uint32());
2235
2273
  continue;
2236
2274
  }
2237
2275
  }
@@ -2243,35 +2281,35 @@ const Cn = {
2243
2281
  },
2244
2282
  fromJSON(e) {
2245
2283
  return {
2246
- eventType: f(e.eventType) ? on(e.eventType) : 0,
2284
+ eventType: f(e.eventType) ? pn(e.eventType) : 0,
2247
2285
  identifier: f(e.identifier) ? globalThis.String(e.identifier) : void 0,
2248
2286
  measurementSetup: f(e.measurementSetup) ? h.fromJSON(e.measurementSetup) : void 0,
2249
- onlineStatus: f(e.onlineStatus) ? I.fromJSON(e.onlineStatus) : void 0
2287
+ onlineStatus: f(e.onlineStatus) ? _.fromJSON(e.onlineStatus) : void 0
2250
2288
  };
2251
2289
  },
2252
2290
  toJSON(e) {
2253
2291
  const n = {};
2254
- return e.eventType !== 0 && (n.eventType = fn(e.eventType)), e.identifier !== void 0 && (n.identifier = e.identifier), e.measurementSetup !== void 0 && (n.measurementSetup = h.toJSON(e.measurementSetup)), e.onlineStatus !== void 0 && (n.onlineStatus = I.toJSON(e.onlineStatus)), n;
2292
+ return e.eventType !== 0 && (n.eventType = Sn(e.eventType)), e.identifier !== void 0 && (n.identifier = e.identifier), e.measurementSetup !== void 0 && (n.measurementSetup = h.toJSON(e.measurementSetup)), e.onlineStatus !== void 0 && (n.onlineStatus = _.toJSON(e.onlineStatus)), n;
2255
2293
  },
2256
2294
  create(e) {
2257
- return Cn.fromPartial(e ?? {});
2295
+ return Mn.fromPartial(e ?? {});
2258
2296
  },
2259
2297
  fromPartial(e) {
2260
- const n = he();
2261
- return n.eventType = e.eventType ?? 0, n.identifier = e.identifier ?? void 0, n.measurementSetup = e.measurementSetup !== void 0 && e.measurementSetup !== null ? h.fromPartial(e.measurementSetup) : void 0, n.onlineStatus = e.onlineStatus !== void 0 && e.onlineStatus !== null ? I.fromPartial(e.onlineStatus) : void 0, n;
2298
+ const n = Ie();
2299
+ return n.eventType = e.eventType ?? 0, n.identifier = e.identifier ?? void 0, n.measurementSetup = e.measurementSetup !== void 0 && e.measurementSetup !== null ? h.fromPartial(e.measurementSetup) : void 0, n.onlineStatus = e.onlineStatus !== void 0 && e.onlineStatus !== null ? _.fromPartial(e.onlineStatus) : void 0, n;
2262
2300
  }
2263
2301
  };
2264
- function ge() {
2302
+ function ke() {
2265
2303
  return { preferences: void 0, messageLog: !1, signalLog: !1, readSupport: !1 };
2266
2304
  }
2267
- const xn = {
2305
+ const yn = {
2268
2306
  encode(e, n = new u()) {
2269
2307
  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), e.readSupport !== !1 && n.uint32(32).bool(e.readSupport), n;
2270
2308
  },
2271
2309
  decode(e, n) {
2272
2310
  const r = e instanceof o ? e : new o(e);
2273
2311
  let a = n === void 0 ? r.len : r.pos + n;
2274
- const t = ge();
2312
+ const t = ke();
2275
2313
  for (; r.pos < a; ) {
2276
2314
  const i = r.uint32();
2277
2315
  switch (i >>> 3) {
@@ -2319,17 +2357,17 @@ const xn = {
2319
2357
  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), e.readSupport !== !1 && (n.readSupport = e.readSupport), n;
2320
2358
  },
2321
2359
  create(e) {
2322
- return xn.fromPartial(e ?? {});
2360
+ return yn.fromPartial(e ?? {});
2323
2361
  },
2324
2362
  fromPartial(e) {
2325
- const n = ge();
2363
+ const n = ke();
2326
2364
  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.readSupport = e.readSupport ?? !1, n;
2327
2365
  }
2328
2366
  };
2329
- function ke() {
2367
+ function _e() {
2330
2368
  return { formats: [], names: [], extensions: [], descriptions: [] };
2331
2369
  }
2332
- const vn = {
2370
+ const Fn = {
2333
2371
  encode(e, n = new u()) {
2334
2372
  n.uint32(10).fork();
2335
2373
  for (const r of e.formats)
@@ -2346,7 +2384,7 @@ const vn = {
2346
2384
  decode(e, n) {
2347
2385
  const r = e instanceof o ? e : new o(e);
2348
2386
  let a = n === void 0 ? r.len : r.pos + n;
2349
- const t = ke();
2387
+ const t = _e();
2350
2388
  for (; r.pos < a; ) {
2351
2389
  const i = r.uint32();
2352
2390
  switch (i >>> 3) {
@@ -2390,7 +2428,7 @@ const vn = {
2390
2428
  },
2391
2429
  fromJSON(e) {
2392
2430
  return {
2393
- formats: globalThis.Array.isArray(e == null ? void 0 : e.formats) ? e.formats.map((n) => we(n)) : [],
2431
+ formats: globalThis.Array.isArray(e == null ? void 0 : e.formats) ? e.formats.map((n) => Ke(n)) : [],
2394
2432
  names: globalThis.Array.isArray(e == null ? void 0 : e.names) ? e.names.map((n) => globalThis.String(n)) : [],
2395
2433
  extensions: globalThis.Array.isArray(e == null ? void 0 : e.extensions) ? e.extensions.map((n) => globalThis.String(n)) : [],
2396
2434
  descriptions: globalThis.Array.isArray(e == null ? void 0 : e.descriptions) ? e.descriptions.map((n) => globalThis.String(n)) : []
@@ -2399,28 +2437,28 @@ const vn = {
2399
2437
  toJSON(e) {
2400
2438
  var r, a, t, i;
2401
2439
  const n = {};
2402
- return (r = e.formats) != null && r.length && (n.formats = e.formats.map((p) => Be(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;
2440
+ return (r = e.formats) != null && r.length && (n.formats = e.formats.map((p) => Ze(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;
2403
2441
  },
2404
2442
  create(e) {
2405
- return vn.fromPartial(e ?? {});
2443
+ return Fn.fromPartial(e ?? {});
2406
2444
  },
2407
2445
  fromPartial(e) {
2408
2446
  var r, a, t, i;
2409
- const n = ke();
2447
+ const n = _e();
2410
2448
  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;
2411
2449
  }
2412
2450
  };
2413
- function Ie() {
2451
+ function ge() {
2414
2452
  return { preferences: void 0, logFile: "" };
2415
2453
  }
2416
- const Gn = {
2454
+ const Un = {
2417
2455
  encode(e, n = new u()) {
2418
2456
  return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.logFile !== "" && n.uint32(18).string(e.logFile), n;
2419
2457
  },
2420
2458
  decode(e, n) {
2421
2459
  const r = e instanceof o ? e : new o(e);
2422
2460
  let a = n === void 0 ? r.len : r.pos + n;
2423
- const t = Ie();
2461
+ const t = ge();
2424
2462
  for (; r.pos < a; ) {
2425
2463
  const i = r.uint32();
2426
2464
  switch (i >>> 3) {
@@ -2454,17 +2492,17 @@ const Gn = {
2454
2492
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.logFile !== "" && (n.logFile = e.logFile), n;
2455
2493
  },
2456
2494
  create(e) {
2457
- return Gn.fromPartial(e ?? {});
2495
+ return Un.fromPartial(e ?? {});
2458
2496
  },
2459
2497
  fromPartial(e) {
2460
- const n = Ie();
2498
+ const n = ge();
2461
2499
  return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.logFile = e.logFile ?? "", n;
2462
2500
  }
2463
2501
  };
2464
2502
  function Re() {
2465
2503
  return { channels: [] };
2466
2504
  }
2467
- const Vn = {
2505
+ const Bn = {
2468
2506
  encode(e, n = new u()) {
2469
2507
  n.uint32(10).fork();
2470
2508
  for (const r of e.channels)
@@ -2509,7 +2547,7 @@ const Vn = {
2509
2547
  return (r = e.channels) != null && r.length && (n.channels = e.channels.map((a) => Math.round(a))), n;
2510
2548
  },
2511
2549
  create(e) {
2512
- return Vn.fromPartial(e ?? {});
2550
+ return Bn.fromPartial(e ?? {});
2513
2551
  },
2514
2552
  fromPartial(e) {
2515
2553
  var r;
@@ -2517,10 +2555,10 @@ const Vn = {
2517
2555
  return n.channels = ((r = e.channels) == null ? void 0 : r.map((a) => a)) || [], n;
2518
2556
  }
2519
2557
  };
2520
- function _e() {
2558
+ function Ae() {
2521
2559
  return { preferences: void 0, files: [] };
2522
2560
  }
2523
- const Mn = {
2561
+ const wn = {
2524
2562
  encode(e, n = new u()) {
2525
2563
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join();
2526
2564
  for (const r of e.files)
@@ -2530,7 +2568,7 @@ const Mn = {
2530
2568
  decode(e, n) {
2531
2569
  const r = e instanceof o ? e : new o(e);
2532
2570
  let a = n === void 0 ? r.len : r.pos + n;
2533
- const t = _e();
2571
+ const t = Ae();
2534
2572
  for (; r.pos < a; ) {
2535
2573
  const i = r.uint32();
2536
2574
  switch (i >>> 3) {
@@ -2565,18 +2603,18 @@ const Mn = {
2565
2603
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), (r = e.files) != null && r.length && (n.files = e.files), n;
2566
2604
  },
2567
2605
  create(e) {
2568
- return Mn.fromPartial(e ?? {});
2606
+ return wn.fromPartial(e ?? {});
2569
2607
  },
2570
2608
  fromPartial(e) {
2571
2609
  var r;
2572
- const n = _e();
2610
+ const n = Ae();
2573
2611
  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;
2574
2612
  }
2575
2613
  };
2576
- function Ae() {
2614
+ function Je() {
2577
2615
  return { preferences: void 0, files: [] };
2578
2616
  }
2579
- const Dn = {
2617
+ const qn = {
2580
2618
  encode(e, n = new u()) {
2581
2619
  e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join();
2582
2620
  for (const r of e.files)
@@ -2586,7 +2624,7 @@ const Dn = {
2586
2624
  decode(e, n) {
2587
2625
  const r = e instanceof o ? e : new o(e);
2588
2626
  let a = n === void 0 ? r.len : r.pos + n;
2589
- const t = Ae();
2627
+ const t = Je();
2590
2628
  for (; r.pos < a; ) {
2591
2629
  const i = r.uint32();
2592
2630
  switch (i >>> 3) {
@@ -2621,18 +2659,18 @@ const Dn = {
2621
2659
  return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), (r = e.files) != null && r.length && (n.files = e.files), n;
2622
2660
  },
2623
2661
  create(e) {
2624
- return Dn.fromPartial(e ?? {});
2662
+ return qn.fromPartial(e ?? {});
2625
2663
  },
2626
2664
  fromPartial(e) {
2627
2665
  var r;
2628
- const n = Ae();
2666
+ const n = Je();
2629
2667
  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;
2630
2668
  }
2631
2669
  };
2632
- function Le() {
2670
+ function Ce() {
2633
2671
  return { tables: [] };
2634
2672
  }
2635
- const yn = {
2673
+ const Zn = {
2636
2674
  encode(e, n = new u()) {
2637
2675
  for (const r of e.tables)
2638
2676
  x.encode(r, n.uint32(10).fork()).join();
@@ -2641,7 +2679,7 @@ const yn = {
2641
2679
  decode(e, n) {
2642
2680
  const r = e instanceof o ? e : new o(e);
2643
2681
  let a = n === void 0 ? r.len : r.pos + n;
2644
- const t = Le();
2682
+ const t = Ce();
2645
2683
  for (; r.pos < a; ) {
2646
2684
  const i = r.uint32();
2647
2685
  switch (i >>> 3) {
@@ -2669,18 +2707,18 @@ const yn = {
2669
2707
  return (r = e.tables) != null && r.length && (n.tables = e.tables.map((a) => x.toJSON(a))), n;
2670
2708
  },
2671
2709
  create(e) {
2672
- return yn.fromPartial(e ?? {});
2710
+ return Zn.fromPartial(e ?? {});
2673
2711
  },
2674
2712
  fromPartial(e) {
2675
2713
  var r;
2676
- const n = Le();
2714
+ const n = Ce();
2677
2715
  return n.tables = ((r = e.tables) == null ? void 0 : r.map((a) => x.fromPartial(a))) || [], n;
2678
2716
  }
2679
2717
  };
2680
- function Je() {
2718
+ function Le() {
2681
2719
  return { preferences: void 0, messageQualifiedName: "", data: [] };
2682
2720
  }
2683
- const Fn = {
2721
+ const Kn = {
2684
2722
  encode(e, n = new u()) {
2685
2723
  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();
2686
2724
  for (const r of e.data)
@@ -2690,7 +2728,7 @@ const Fn = {
2690
2728
  decode(e, n) {
2691
2729
  const r = e instanceof o ? e : new o(e);
2692
2730
  let a = n === void 0 ? r.len : r.pos + n;
2693
- const t = Je();
2731
+ const t = Le();
2694
2732
  for (; r.pos < a; ) {
2695
2733
  const i = r.uint32();
2696
2734
  switch (i >>> 3) {
@@ -2739,18 +2777,18 @@ const Fn = {
2739
2777
  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;
2740
2778
  },
2741
2779
  create(e) {
2742
- return Fn.fromPartial(e ?? {});
2780
+ return Kn.fromPartial(e ?? {});
2743
2781
  },
2744
2782
  fromPartial(e) {
2745
2783
  var r;
2746
- const n = Je();
2784
+ const n = Le();
2747
2785
  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;
2748
2786
  }
2749
2787
  };
2750
- function Ce() {
2788
+ function xe() {
2751
2789
  return { signalValues: [] };
2752
2790
  }
2753
- const Un = {
2791
+ const Qn = {
2754
2792
  encode(e, n = new u()) {
2755
2793
  for (const r of e.signalValues)
2756
2794
  S.encode(r, n.uint32(10).fork()).join();
@@ -2759,7 +2797,7 @@ const Un = {
2759
2797
  decode(e, n) {
2760
2798
  const r = e instanceof o ? e : new o(e);
2761
2799
  let a = n === void 0 ? r.len : r.pos + n;
2762
- const t = Ce();
2800
+ const t = xe();
2763
2801
  for (; r.pos < a; ) {
2764
2802
  const i = r.uint32();
2765
2803
  switch (i >>> 3) {
@@ -2787,18 +2825,18 @@ const Un = {
2787
2825
  return (r = e.signalValues) != null && r.length && (n.signalValues = e.signalValues.map((a) => S.toJSON(a))), n;
2788
2826
  },
2789
2827
  create(e) {
2790
- return Un.fromPartial(e ?? {});
2828
+ return Qn.fromPartial(e ?? {});
2791
2829
  },
2792
2830
  fromPartial(e) {
2793
2831
  var r;
2794
- const n = Ce();
2832
+ const n = xe();
2795
2833
  return n.signalValues = ((r = e.signalValues) == null ? void 0 : r.map((a) => S.fromPartial(a))) || [], n;
2796
2834
  }
2797
2835
  };
2798
- function xe() {
2836
+ function Ve() {
2799
2837
  return { preferences: void 0, messageQualifiedName: "", data: [], signalValues: [] };
2800
2838
  }
2801
- const Bn = {
2839
+ const Yn = {
2802
2840
  encode(e, n = new u()) {
2803
2841
  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();
2804
2842
  for (const r of e.data)
@@ -2811,7 +2849,7 @@ const Bn = {
2811
2849
  decode(e, n) {
2812
2850
  const r = e instanceof o ? e : new o(e);
2813
2851
  let a = n === void 0 ? r.len : r.pos + n;
2814
- const t = xe();
2852
+ const t = Ve();
2815
2853
  for (; r.pos < a; ) {
2816
2854
  const i = r.uint32();
2817
2855
  switch (i >>> 3) {
@@ -2867,18 +2905,18 @@ const Bn = {
2867
2905
  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) => S.toJSON(t))), n;
2868
2906
  },
2869
2907
  create(e) {
2870
- return Bn.fromPartial(e ?? {});
2908
+ return Yn.fromPartial(e ?? {});
2871
2909
  },
2872
2910
  fromPartial(e) {
2873
2911
  var r, a;
2874
- const n = xe();
2912
+ const n = Ve();
2875
2913
  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) => S.fromPartial(t))) || [], n;
2876
2914
  }
2877
2915
  };
2878
- function ve() {
2916
+ function Ge() {
2879
2917
  return { signalValues: [], data: [] };
2880
2918
  }
2881
- const wn = {
2919
+ const Hn = {
2882
2920
  encode(e, n = new u()) {
2883
2921
  for (const r of e.signalValues)
2884
2922
  S.encode(r, n.uint32(10).fork()).join();
@@ -2890,7 +2928,7 @@ const wn = {
2890
2928
  decode(e, n) {
2891
2929
  const r = e instanceof o ? e : new o(e);
2892
2930
  let a = n === void 0 ? r.len : r.pos + n;
2893
- const t = ve();
2931
+ const t = Ge();
2894
2932
  for (; r.pos < a; ) {
2895
2933
  const i = r.uint32();
2896
2934
  switch (i >>> 3) {
@@ -2932,19 +2970,133 @@ const wn = {
2932
2970
  return (r = e.signalValues) != null && r.length && (n.signalValues = e.signalValues.map((t) => S.toJSON(t))), (a = e.data) != null && a.length && (n.data = e.data.map((t) => Math.round(t))), n;
2933
2971
  },
2934
2972
  create(e) {
2935
- return wn.fromPartial(e ?? {});
2973
+ return Hn.fromPartial(e ?? {});
2936
2974
  },
2937
2975
  fromPartial(e) {
2938
2976
  var r, a;
2939
- const n = ve();
2977
+ const n = Ge();
2940
2978
  return n.signalValues = ((r = e.signalValues) == null ? void 0 : r.map((t) => S.fromPartial(t))) || [], n.data = ((a = e.data) == null ? void 0 : a.map((t) => t)) || [], n;
2941
2979
  }
2942
2980
  };
2981
+ function ve() {
2982
+ return { preferences: void 0, timestamp: 0, maxCount: void 0 };
2983
+ }
2984
+ const Wn = {
2985
+ encode(e, n = new u()) {
2986
+ return e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join(), e.timestamp !== 0 && n.uint32(17).double(e.timestamp), e.maxCount !== void 0 && n.uint32(24).uint32(e.maxCount), n;
2987
+ },
2988
+ decode(e, n) {
2989
+ const r = e instanceof o ? e : new o(e);
2990
+ let a = n === void 0 ? r.len : r.pos + n;
2991
+ const t = ve();
2992
+ for (; r.pos < a; ) {
2993
+ const i = r.uint32();
2994
+ switch (i >>> 3) {
2995
+ case 1: {
2996
+ if (i !== 10)
2997
+ break;
2998
+ t.preferences = s.decode(r, r.uint32());
2999
+ continue;
3000
+ }
3001
+ case 2: {
3002
+ if (i !== 17)
3003
+ break;
3004
+ t.timestamp = r.double();
3005
+ continue;
3006
+ }
3007
+ case 3: {
3008
+ if (i !== 24)
3009
+ break;
3010
+ t.maxCount = r.uint32();
3011
+ continue;
3012
+ }
3013
+ }
3014
+ if ((i & 7) === 4 || i === 0)
3015
+ break;
3016
+ r.skip(i & 7);
3017
+ }
3018
+ return t;
3019
+ },
3020
+ fromJSON(e) {
3021
+ return {
3022
+ preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
3023
+ timestamp: f(e.timestamp) ? globalThis.Number(e.timestamp) : 0,
3024
+ maxCount: f(e.maxCount) ? globalThis.Number(e.maxCount) : void 0
3025
+ };
3026
+ },
3027
+ toJSON(e) {
3028
+ const n = {};
3029
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), e.timestamp !== 0 && (n.timestamp = e.timestamp), e.maxCount !== void 0 && (n.maxCount = Math.round(e.maxCount)), n;
3030
+ },
3031
+ create(e) {
3032
+ return Wn.fromPartial(e ?? {});
3033
+ },
3034
+ fromPartial(e) {
3035
+ const n = ve();
3036
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.timestamp = e.timestamp ?? 0, n.maxCount = e.maxCount ?? void 0, n;
3037
+ }
3038
+ };
3039
+ function De() {
3040
+ return { preferences: void 0, frameIds: [] };
3041
+ }
3042
+ const Xn = {
3043
+ encode(e, n = new u()) {
3044
+ e.preferences !== void 0 && s.encode(e.preferences, n.uint32(10).fork()).join();
3045
+ for (const r of e.frameIds)
3046
+ v.encode(r, n.uint32(18).fork()).join();
3047
+ return n;
3048
+ },
3049
+ decode(e, n) {
3050
+ const r = e instanceof o ? e : new o(e);
3051
+ let a = n === void 0 ? r.len : r.pos + n;
3052
+ const t = De();
3053
+ for (; r.pos < a; ) {
3054
+ const i = r.uint32();
3055
+ switch (i >>> 3) {
3056
+ case 1: {
3057
+ if (i !== 10)
3058
+ break;
3059
+ t.preferences = s.decode(r, r.uint32());
3060
+ continue;
3061
+ }
3062
+ case 2: {
3063
+ if (i !== 18)
3064
+ break;
3065
+ t.frameIds.push(v.decode(r, r.uint32()));
3066
+ continue;
3067
+ }
3068
+ }
3069
+ if ((i & 7) === 4 || i === 0)
3070
+ break;
3071
+ r.skip(i & 7);
3072
+ }
3073
+ return t;
3074
+ },
3075
+ fromJSON(e) {
3076
+ return {
3077
+ preferences: f(e.preferences) ? s.fromJSON(e.preferences) : void 0,
3078
+ frameIds: globalThis.Array.isArray(e == null ? void 0 : e.frameIds) ? e.frameIds.map((n) => v.fromJSON(n)) : []
3079
+ };
3080
+ },
3081
+ toJSON(e) {
3082
+ var r;
3083
+ const n = {};
3084
+ return e.preferences !== void 0 && (n.preferences = s.toJSON(e.preferences)), (r = e.frameIds) != null && r.length && (n.frameIds = e.frameIds.map((a) => v.toJSON(a))), n;
3085
+ },
3086
+ create(e) {
3087
+ return Xn.fromPartial(e ?? {});
3088
+ },
3089
+ fromPartial(e) {
3090
+ var r;
3091
+ const n = De();
3092
+ return n.preferences = e.preferences !== void 0 && e.preferences !== null ? s.fromPartial(e.preferences) : void 0, n.frameIds = ((r = e.frameIds) == null ? void 0 : r.map((a) => v.fromPartial(a))) || [], n;
3093
+ }
3094
+ };
2943
3095
  function f(e) {
2944
3096
  return e != null;
2945
3097
  }
2946
- var qn = /* @__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))(qn || {});
2947
- function V(e) {
3098
+ var $n = /* @__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))($n || {});
3099
+ function D(e) {
2948
3100
  switch (e) {
2949
3101
  case 0:
2950
3102
  case "STATUS_LEVEL_NONE":
@@ -2979,8 +3131,8 @@ function M(e) {
2979
3131
  return "UNRECOGNIZED";
2980
3132
  }
2981
3133
  }
2982
- var Zn = /* @__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))(Zn || {});
2983
- function Kn(e) {
3134
+ var zn = /* @__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))(zn || {});
3135
+ function bn(e) {
2984
3136
  switch (e) {
2985
3137
  case 0:
2986
3138
  case "LOG_REPLAY_STATE_UNSPECIFIED":
@@ -2997,7 +3149,7 @@ function Kn(e) {
2997
3149
  return -1;
2998
3150
  }
2999
3151
  }
3000
- function Qn(e) {
3152
+ function jn(e) {
3001
3153
  switch (e) {
3002
3154
  case 0:
3003
3155
  return "LOG_REPLAY_STATE_UNSPECIFIED";
@@ -3010,8 +3162,8 @@ function Qn(e) {
3010
3162
  return "UNRECOGNIZED";
3011
3163
  }
3012
3164
  }
3013
- var Hn = /* @__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))(Hn || {});
3014
- function Wn(e) {
3165
+ var er = /* @__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))(er || {});
3166
+ function nr(e) {
3015
3167
  switch (e) {
3016
3168
  case 0:
3017
3169
  case "MESSAGE_LOGGER_STATE_UNSPECIFIED":
@@ -3031,7 +3183,7 @@ function Wn(e) {
3031
3183
  return -1;
3032
3184
  }
3033
3185
  }
3034
- function Yn(e) {
3186
+ function rr(e) {
3035
3187
  switch (e) {
3036
3188
  case 0:
3037
3189
  return "MESSAGE_LOGGER_STATE_UNSPECIFIED";
@@ -3046,7 +3198,7 @@ function Yn(e) {
3046
3198
  return "UNRECOGNIZED";
3047
3199
  }
3048
3200
  }
3049
- function Ge() {
3201
+ function Me() {
3050
3202
  return {
3051
3203
  rxMessageCounter: 0,
3052
3204
  rxMessagesPerSecond: 0,
@@ -3065,14 +3217,14 @@ function Ge() {
3065
3217
  busLoad: 0
3066
3218
  };
3067
3219
  }
3068
- const R = {
3220
+ const g = {
3069
3221
  encode(e, n = new u()) {
3070
3222
  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;
3071
3223
  },
3072
3224
  decode(e, n) {
3073
3225
  const r = e instanceof o ? e : new o(e);
3074
3226
  let a = n === void 0 ? r.len : r.pos + n;
3075
- const t = Ge();
3227
+ const t = Me();
3076
3228
  for (; r.pos < a; ) {
3077
3229
  const i = r.uint32();
3078
3230
  switch (i >>> 3) {
@@ -3186,9 +3338,9 @@ const R = {
3186
3338
  rxErrorCounter: l(e.rxErrorCounter) ? globalThis.Number(e.rxErrorCounter) : 0,
3187
3339
  txErrorCounter: l(e.txErrorCounter) ? globalThis.Number(e.txErrorCounter) : 0,
3188
3340
  overrunErrorCounter: l(e.overrunErrorCounter) ? globalThis.Number(e.overrunErrorCounter) : 0,
3189
- busOnStatus: l(e.busOnStatus) ? V(e.busOnStatus) : 0,
3190
- errorStatus: l(e.errorStatus) ? V(e.errorStatus) : 0,
3191
- overrunStatus: l(e.overrunStatus) ? V(e.overrunStatus) : 0,
3341
+ busOnStatus: l(e.busOnStatus) ? D(e.busOnStatus) : 0,
3342
+ errorStatus: l(e.errorStatus) ? D(e.errorStatus) : 0,
3343
+ overrunStatus: l(e.overrunStatus) ? D(e.overrunStatus) : 0,
3192
3344
  busLoad: l(e.busLoad) ? globalThis.Number(e.busLoad) : 0
3193
3345
  };
3194
3346
  },
@@ -3197,24 +3349,24 @@ const R = {
3197
3349
  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 = M(e.busOnStatus)), e.errorStatus !== 0 && (n.errorStatus = M(e.errorStatus)), e.overrunStatus !== 0 && (n.overrunStatus = M(e.overrunStatus)), e.busLoad !== 0 && (n.busLoad = Math.round(e.busLoad)), n;
3198
3350
  },
3199
3351
  create(e) {
3200
- return R.fromPartial(e ?? {});
3352
+ return g.fromPartial(e ?? {});
3201
3353
  },
3202
3354
  fromPartial(e) {
3203
- const n = Ge();
3355
+ const n = Me();
3204
3356
  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;
3205
3357
  }
3206
3358
  };
3207
- function Ve() {
3359
+ function ye() {
3208
3360
  return { errorCounter: 0, lastExecutionTime: d.ZERO, minExecutionTime: d.ZERO, maxExecutionTime: d.ZERO };
3209
3361
  }
3210
- const _ = {
3362
+ const R = {
3211
3363
  encode(e, n = new u()) {
3212
3364
  return e.errorCounter !== 0 && n.uint32(8).int32(e.errorCounter), e.lastExecutionTime.equals(d.ZERO) || n.uint32(16).int64(e.lastExecutionTime.toString()), e.minExecutionTime.equals(d.ZERO) || n.uint32(24).int64(e.minExecutionTime.toString()), e.maxExecutionTime.equals(d.ZERO) || n.uint32(32).int64(e.maxExecutionTime.toString()), n;
3213
3365
  },
3214
3366
  decode(e, n) {
3215
3367
  const r = e instanceof o ? e : new o(e);
3216
3368
  let a = n === void 0 ? r.len : r.pos + n;
3217
- const t = Ve();
3369
+ const t = ye();
3218
3370
  for (; r.pos < a; ) {
3219
3371
  const i = r.uint32();
3220
3372
  switch (i >>> 3) {
@@ -3262,14 +3414,14 @@ const _ = {
3262
3414
  return e.errorCounter !== 0 && (n.errorCounter = Math.round(e.errorCounter)), e.lastExecutionTime.equals(d.ZERO) || (n.lastExecutionTime = (e.lastExecutionTime || d.ZERO).toString()), e.minExecutionTime.equals(d.ZERO) || (n.minExecutionTime = (e.minExecutionTime || d.ZERO).toString()), e.maxExecutionTime.equals(d.ZERO) || (n.maxExecutionTime = (e.maxExecutionTime || d.ZERO).toString()), n;
3263
3415
  },
3264
3416
  create(e) {
3265
- return _.fromPartial(e ?? {});
3417
+ return R.fromPartial(e ?? {});
3266
3418
  },
3267
3419
  fromPartial(e) {
3268
- const n = Ve();
3420
+ const n = ye();
3269
3421
  return n.errorCounter = e.errorCounter ?? 0, n.lastExecutionTime = e.lastExecutionTime !== void 0 && e.lastExecutionTime !== null ? d.fromValue(e.lastExecutionTime) : d.ZERO, n.minExecutionTime = e.minExecutionTime !== void 0 && e.minExecutionTime !== null ? d.fromValue(e.minExecutionTime) : d.ZERO, n.maxExecutionTime = e.maxExecutionTime !== void 0 && e.maxExecutionTime !== null ? d.fromValue(e.maxExecutionTime) : d.ZERO, n;
3270
3422
  }
3271
3423
  };
3272
- function Me() {
3424
+ function Fe() {
3273
3425
  return { state: 0 };
3274
3426
  }
3275
3427
  const A = {
@@ -3279,7 +3431,7 @@ const A = {
3279
3431
  decode(e, n) {
3280
3432
  const r = e instanceof o ? e : new o(e);
3281
3433
  let a = n === void 0 ? r.len : r.pos + n;
3282
- const t = Me();
3434
+ const t = Fe();
3283
3435
  for (; r.pos < a; ) {
3284
3436
  const i = r.uint32();
3285
3437
  switch (i >>> 3) {
@@ -3297,31 +3449,31 @@ const A = {
3297
3449
  return t;
3298
3450
  },
3299
3451
  fromJSON(e) {
3300
- return { state: l(e.state) ? Kn(e.state) : 0 };
3452
+ return { state: l(e.state) ? bn(e.state) : 0 };
3301
3453
  },
3302
3454
  toJSON(e) {
3303
3455
  const n = {};
3304
- return e.state !== 0 && (n.state = Qn(e.state)), n;
3456
+ return e.state !== 0 && (n.state = jn(e.state)), n;
3305
3457
  },
3306
3458
  create(e) {
3307
3459
  return A.fromPartial(e ?? {});
3308
3460
  },
3309
3461
  fromPartial(e) {
3310
- const n = Me();
3462
+ const n = Fe();
3311
3463
  return n.state = e.state ?? 0, n;
3312
3464
  }
3313
3465
  };
3314
- function De() {
3466
+ function Ue() {
3315
3467
  return { state: 0 };
3316
3468
  }
3317
- const L = {
3469
+ const J = {
3318
3470
  encode(e, n = new u()) {
3319
3471
  return e.state !== 0 && n.uint32(8).int32(e.state), n;
3320
3472
  },
3321
3473
  decode(e, n) {
3322
3474
  const r = e instanceof o ? e : new o(e);
3323
3475
  let a = n === void 0 ? r.len : r.pos + n;
3324
- const t = De();
3476
+ const t = Ue();
3325
3477
  for (; r.pos < a; ) {
3326
3478
  const i = r.uint32();
3327
3479
  switch (i >>> 3) {
@@ -3339,31 +3491,31 @@ const L = {
3339
3491
  return t;
3340
3492
  },
3341
3493
  fromJSON(e) {
3342
- return { state: l(e.state) ? Wn(e.state) : 0 };
3494
+ return { state: l(e.state) ? nr(e.state) : 0 };
3343
3495
  },
3344
3496
  toJSON(e) {
3345
3497
  const n = {};
3346
- return e.state !== 0 && (n.state = Yn(e.state)), n;
3498
+ return e.state !== 0 && (n.state = rr(e.state)), n;
3347
3499
  },
3348
3500
  create(e) {
3349
- return L.fromPartial(e ?? {});
3501
+ return J.fromPartial(e ?? {});
3350
3502
  },
3351
3503
  fromPartial(e) {
3352
- const n = De();
3504
+ const n = Ue();
3353
3505
  return n.state = e.state ?? 0, n;
3354
3506
  }
3355
3507
  };
3356
- function ye() {
3508
+ function Be() {
3357
3509
  return { errors: "" };
3358
3510
  }
3359
- const J = {
3511
+ const C = {
3360
3512
  encode(e, n = new u()) {
3361
3513
  return e.errors !== "" && n.uint32(10).string(e.errors), n;
3362
3514
  },
3363
3515
  decode(e, n) {
3364
3516
  const r = e instanceof o ? e : new o(e);
3365
3517
  let a = n === void 0 ? r.len : r.pos + n;
3366
- const t = ye();
3518
+ const t = Be();
3367
3519
  for (; r.pos < a; ) {
3368
3520
  const i = r.uint32();
3369
3521
  switch (i >>> 3) {
@@ -3388,14 +3540,14 @@ const J = {
3388
3540
  return e.errors !== "" && (n.errors = e.errors), n;
3389
3541
  },
3390
3542
  create(e) {
3391
- return J.fromPartial(e ?? {});
3543
+ return C.fromPartial(e ?? {});
3392
3544
  },
3393
3545
  fromPartial(e) {
3394
- const n = ye();
3546
+ const n = Be();
3395
3547
  return n.errors = e.errors ?? "", n;
3396
3548
  }
3397
3549
  };
3398
- function Fe() {
3550
+ function we() {
3399
3551
  return {
3400
3552
  nodeId: "",
3401
3553
  nodeName: "",
@@ -3407,14 +3559,14 @@ function Fe() {
3407
3559
  errorStatus: void 0
3408
3560
  };
3409
3561
  }
3410
- const C = {
3562
+ const L = {
3411
3563
  encode(e, n = new u()) {
3412
- 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 && R.encode(e.busStatus, n.uint32(34).fork()).join(), e.dataProcessingStatus !== void 0 && _.encode(e.dataProcessingStatus, n.uint32(42).fork()).join(), e.logReplayStatus !== void 0 && A.encode(e.logReplayStatus, n.uint32(50).fork()).join(), e.loggerStatus !== void 0 && L.encode(e.loggerStatus, n.uint32(58).fork()).join(), e.errorStatus !== void 0 && J.encode(e.errorStatus, n.uint32(66).fork()).join(), n;
3564
+ 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 && R.encode(e.dataProcessingStatus, n.uint32(42).fork()).join(), e.logReplayStatus !== void 0 && A.encode(e.logReplayStatus, n.uint32(50).fork()).join(), e.loggerStatus !== void 0 && J.encode(e.loggerStatus, n.uint32(58).fork()).join(), e.errorStatus !== void 0 && C.encode(e.errorStatus, n.uint32(66).fork()).join(), n;
3413
3565
  },
3414
3566
  decode(e, n) {
3415
3567
  const r = e instanceof o ? e : new o(e);
3416
3568
  let a = n === void 0 ? r.len : r.pos + n;
3417
- const t = Fe();
3569
+ const t = we();
3418
3570
  for (; r.pos < a; ) {
3419
3571
  const i = r.uint32();
3420
3572
  switch (i >>> 3) {
@@ -3439,13 +3591,13 @@ const C = {
3439
3591
  case 4: {
3440
3592
  if (i !== 34)
3441
3593
  break;
3442
- t.busStatus = R.decode(r, r.uint32());
3594
+ t.busStatus = g.decode(r, r.uint32());
3443
3595
  continue;
3444
3596
  }
3445
3597
  case 5: {
3446
3598
  if (i !== 42)
3447
3599
  break;
3448
- t.dataProcessingStatus = _.decode(r, r.uint32());
3600
+ t.dataProcessingStatus = R.decode(r, r.uint32());
3449
3601
  continue;
3450
3602
  }
3451
3603
  case 6: {
@@ -3457,13 +3609,13 @@ const C = {
3457
3609
  case 7: {
3458
3610
  if (i !== 58)
3459
3611
  break;
3460
- t.loggerStatus = L.decode(r, r.uint32());
3612
+ t.loggerStatus = J.decode(r, r.uint32());
3461
3613
  continue;
3462
3614
  }
3463
3615
  case 8: {
3464
3616
  if (i !== 66)
3465
3617
  break;
3466
- t.errorStatus = J.decode(r, r.uint32());
3618
+ t.errorStatus = C.decode(r, r.uint32());
3467
3619
  continue;
3468
3620
  }
3469
3621
  }
@@ -3478,45 +3630,45 @@ const C = {
3478
3630
  nodeId: l(e.nodeId) ? globalThis.String(e.nodeId) : "",
3479
3631
  nodeName: l(e.nodeName) ? globalThis.String(e.nodeName) : "",
3480
3632
  streamId: l(e.streamId) ? globalThis.String(e.streamId) : "",
3481
- busStatus: l(e.busStatus) ? R.fromJSON(e.busStatus) : void 0,
3482
- dataProcessingStatus: l(e.dataProcessingStatus) ? _.fromJSON(e.dataProcessingStatus) : void 0,
3633
+ busStatus: l(e.busStatus) ? g.fromJSON(e.busStatus) : void 0,
3634
+ dataProcessingStatus: l(e.dataProcessingStatus) ? R.fromJSON(e.dataProcessingStatus) : void 0,
3483
3635
  logReplayStatus: l(e.logReplayStatus) ? A.fromJSON(e.logReplayStatus) : void 0,
3484
- loggerStatus: l(e.loggerStatus) ? L.fromJSON(e.loggerStatus) : void 0,
3485
- errorStatus: l(e.errorStatus) ? J.fromJSON(e.errorStatus) : void 0
3636
+ loggerStatus: l(e.loggerStatus) ? J.fromJSON(e.loggerStatus) : void 0,
3637
+ errorStatus: l(e.errorStatus) ? C.fromJSON(e.errorStatus) : void 0
3486
3638
  };
3487
3639
  },
3488
3640
  toJSON(e) {
3489
3641
  const n = {};
3490
- 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 = R.toJSON(e.busStatus)), e.dataProcessingStatus !== void 0 && (n.dataProcessingStatus = _.toJSON(e.dataProcessingStatus)), e.logReplayStatus !== void 0 && (n.logReplayStatus = A.toJSON(e.logReplayStatus)), e.loggerStatus !== void 0 && (n.loggerStatus = L.toJSON(e.loggerStatus)), e.errorStatus !== void 0 && (n.errorStatus = J.toJSON(e.errorStatus)), n;
3642
+ 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 = R.toJSON(e.dataProcessingStatus)), e.logReplayStatus !== void 0 && (n.logReplayStatus = A.toJSON(e.logReplayStatus)), e.loggerStatus !== void 0 && (n.loggerStatus = J.toJSON(e.loggerStatus)), e.errorStatus !== void 0 && (n.errorStatus = C.toJSON(e.errorStatus)), n;
3491
3643
  },
3492
3644
  create(e) {
3493
- return C.fromPartial(e ?? {});
3645
+ return L.fromPartial(e ?? {});
3494
3646
  },
3495
3647
  fromPartial(e) {
3496
- const n = Fe();
3497
- return n.nodeId = e.nodeId ?? "", n.nodeName = e.nodeName ?? "", n.streamId = e.streamId ?? "", n.busStatus = e.busStatus !== void 0 && e.busStatus !== null ? R.fromPartial(e.busStatus) : void 0, n.dataProcessingStatus = e.dataProcessingStatus !== void 0 && e.dataProcessingStatus !== null ? _.fromPartial(e.dataProcessingStatus) : void 0, n.logReplayStatus = e.logReplayStatus !== void 0 && e.logReplayStatus !== null ? A.fromPartial(e.logReplayStatus) : void 0, n.loggerStatus = e.loggerStatus !== void 0 && e.loggerStatus !== null ? L.fromPartial(e.loggerStatus) : void 0, n.errorStatus = e.errorStatus !== void 0 && e.errorStatus !== null ? J.fromPartial(e.errorStatus) : void 0, n;
3648
+ const n = we();
3649
+ 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 ? R.fromPartial(e.dataProcessingStatus) : void 0, n.logReplayStatus = e.logReplayStatus !== void 0 && e.logReplayStatus !== null ? A.fromPartial(e.logReplayStatus) : void 0, n.loggerStatus = e.loggerStatus !== void 0 && e.loggerStatus !== null ? J.fromPartial(e.loggerStatus) : void 0, n.errorStatus = e.errorStatus !== void 0 && e.errorStatus !== null ? C.fromPartial(e.errorStatus) : void 0, n;
3498
3650
  }
3499
3651
  };
3500
- function Ue() {
3652
+ function qe() {
3501
3653
  return { items: [] };
3502
3654
  }
3503
- const $n = {
3655
+ const ir = {
3504
3656
  encode(e, n = new u()) {
3505
3657
  for (const r of e.items)
3506
- C.encode(r, n.uint32(10).fork()).join();
3658
+ L.encode(r, n.uint32(10).fork()).join();
3507
3659
  return n;
3508
3660
  },
3509
3661
  decode(e, n) {
3510
3662
  const r = e instanceof o ? e : new o(e);
3511
3663
  let a = n === void 0 ? r.len : r.pos + n;
3512
- const t = Ue();
3664
+ const t = qe();
3513
3665
  for (; r.pos < a; ) {
3514
3666
  const i = r.uint32();
3515
3667
  switch (i >>> 3) {
3516
3668
  case 1: {
3517
3669
  if (i !== 10)
3518
3670
  break;
3519
- t.items.push(C.decode(r, r.uint32()));
3671
+ t.items.push(L.decode(r, r.uint32()));
3520
3672
  continue;
3521
3673
  }
3522
3674
  }
@@ -3528,102 +3680,107 @@ const $n = {
3528
3680
  },
3529
3681
  fromJSON(e) {
3530
3682
  return {
3531
- items: globalThis.Array.isArray(e == null ? void 0 : e.items) ? e.items.map((n) => C.fromJSON(n)) : []
3683
+ items: globalThis.Array.isArray(e == null ? void 0 : e.items) ? e.items.map((n) => L.fromJSON(n)) : []
3532
3684
  };
3533
3685
  },
3534
3686
  toJSON(e) {
3535
3687
  var r;
3536
3688
  const n = {};
3537
- return (r = e.items) != null && r.length && (n.items = e.items.map((a) => C.toJSON(a))), n;
3689
+ return (r = e.items) != null && r.length && (n.items = e.items.map((a) => L.toJSON(a))), n;
3538
3690
  },
3539
3691
  create(e) {
3540
- return $n.fromPartial(e ?? {});
3692
+ return ir.fromPartial(e ?? {});
3541
3693
  },
3542
3694
  fromPartial(e) {
3543
3695
  var r;
3544
- const n = Ue();
3545
- return n.items = ((r = e.items) == null ? void 0 : r.map((a) => C.fromPartial(a))) || [], n;
3696
+ const n = qe();
3697
+ return n.items = ((r = e.items) == null ? void 0 : r.map((a) => L.fromPartial(a))) || [], n;
3546
3698
  }
3547
3699
  };
3548
3700
  function l(e) {
3549
3701
  return e != null;
3550
3702
  }
3551
3703
  export {
3552
- Gn as $,
3553
- Qe as A,
3554
- En as B,
3555
- mn as C,
3556
- On as D,
3557
- qe as E,
3558
- Ze as F,
3559
- $e as G,
3560
- Tn as H,
3561
- be as I,
3562
- Pn as J,
3563
- hn as K,
3564
- Ke as L,
3565
- sn as M,
3704
+ Mn as $,
3705
+ We as A,
3706
+ Tn as B,
3707
+ Pn as C,
3708
+ hn as D,
3709
+ Qe as E,
3710
+ Ye as F,
3711
+ nn as G,
3712
+ In as H,
3713
+ an as I,
3714
+ kn as J,
3715
+ _n as K,
3716
+ He as L,
3717
+ ln as M,
3566
3718
  gn as N,
3567
- kn as O,
3568
- Rn as P,
3569
- _n as Q,
3570
- In as R,
3571
- qn as S,
3572
- An as T,
3573
- je as U,
3574
- Ln as V,
3575
- Jn as W,
3576
- I as X,
3577
- Cn as Y,
3578
- xn as Z,
3579
- vn as _,
3580
- jn as a,
3581
- Vn as a0,
3582
- Mn as a1,
3583
- Dn as a2,
3584
- yn as a3,
3585
- Fn as a4,
3586
- Un as a5,
3587
- Bn as a6,
3588
- wn as a7,
3589
- V as a8,
3590
- M as a9,
3591
- Zn as aa,
3592
- Kn as ab,
3593
- Qn as ac,
3594
- Hn as ad,
3595
- Wn as ae,
3596
- Yn as af,
3597
- R as ag,
3598
- _ as ah,
3599
- A as ai,
3600
- L as aj,
3601
- J as ak,
3602
- C as al,
3603
- $n as am,
3604
- y as b,
3605
- He as c,
3606
- We as d,
3607
- Ye as e,
3608
- bn as f,
3609
- g,
3610
- ze as h,
3611
- N as i,
3612
- k as j,
3613
- Xe as k,
3614
- D as l,
3615
- en as m,
3616
- nn as n,
3617
- rn as o,
3618
- tn as p,
3619
- an as q,
3620
- on as r,
3621
- fn as s,
3622
- un as t,
3623
- dn as u,
3624
- cn as v,
3625
- ln as w,
3626
- pn as x,
3627
- Sn as y,
3628
- Nn as z
3719
+ Rn as O,
3720
+ An as P,
3721
+ Jn as Q,
3722
+ Cn as R,
3723
+ $n as S,
3724
+ Ln as T,
3725
+ sn as U,
3726
+ xn as V,
3727
+ Vn as W,
3728
+ Gn as X,
3729
+ vn as Y,
3730
+ Dn as Z,
3731
+ _,
3732
+ or as a,
3733
+ yn as a0,
3734
+ Fn as a1,
3735
+ Un as a2,
3736
+ Bn as a3,
3737
+ wn as a4,
3738
+ qn as a5,
3739
+ Zn as a6,
3740
+ Kn as a7,
3741
+ Qn as a8,
3742
+ Yn as a9,
3743
+ Hn as aa,
3744
+ Wn as ab,
3745
+ Xn as ac,
3746
+ D as ad,
3747
+ M as ae,
3748
+ zn as af,
3749
+ bn as ag,
3750
+ jn as ah,
3751
+ er as ai,
3752
+ nr as aj,
3753
+ rr as ak,
3754
+ g as al,
3755
+ R as am,
3756
+ A as an,
3757
+ J as ao,
3758
+ C as ap,
3759
+ L as aq,
3760
+ ir as ar,
3761
+ F as b,
3762
+ Xe as c,
3763
+ $e as d,
3764
+ ze as e,
3765
+ sr as f,
3766
+ je as g,
3767
+ en as h,
3768
+ I as i,
3769
+ rn as j,
3770
+ N as k,
3771
+ y as l,
3772
+ k as m,
3773
+ tn as n,
3774
+ on as o,
3775
+ fn as p,
3776
+ un as q,
3777
+ dn as r,
3778
+ be as s,
3779
+ cn as t,
3780
+ pn as u,
3781
+ Sn as v,
3782
+ Nn as w,
3783
+ En as x,
3784
+ mn as y,
3785
+ On as z
3629
3786
  };