@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.
- package/dist/ElectronAPIFake.js +1 -1
- package/dist/ElectronAPIFake.mjs +11 -10
- package/dist/controls/CanChannelSelectControl.d.ts +4 -4
- package/dist/controls/CanIdentifierControl.d.ts +78 -54
- package/dist/controls/CanKingDataProvider.d.ts +31 -2
- package/dist/controls/CheckboxControl.d.ts +2 -2
- package/dist/controls/ColumnItemControl.d.ts +1 -1
- package/dist/controls/ContextMenu.d.ts +2 -2
- package/dist/controls/DropdownButton.d.ts +3 -3
- package/dist/controls/DropdownPanel.d.ts +1 -1
- package/dist/controls/FormControlRow.d.ts +1 -1
- package/dist/controls/InlineEditor.d.ts +2 -2
- package/dist/controls/LinChannelSelectControl.d.ts +3 -3
- package/dist/controls/LinIdentifierControl.d.ts +76 -53
- package/dist/controls/LocalizedStrings.d.ts +1 -0
- package/dist/controls/NumberRangeControl.d.ts +11 -11
- package/dist/controls/RadioControl.d.ts +1 -1
- package/dist/controls/RadioGroupControl.d.ts +2 -2
- package/dist/controls/SectionControl.d.ts +2 -2
- package/dist/controls/SelectControl.d.ts +2 -2
- package/dist/controls/SelectSignalDialog.d.ts +2 -1
- package/dist/controls/SelectSignalsControl.d.ts +11 -0
- package/dist/controls/TableControl.d.ts +1 -1
- package/dist/controls/TextControl.d.ts +16 -6
- package/dist/controls/ToolbarControl.d.ts +2 -2
- package/dist/controls/ValidateableTextControl.d.ts +6 -6
- package/dist/controls/index.d.ts +2 -2
- package/dist/controls.js +1 -1
- package/dist/controls.mjs +2012 -1855
- package/dist/grpc.js +1 -1
- package/dist/grpc.mjs +125 -111
- package/dist/hooks/index.d.ts +37 -1
- package/dist/hooks.js +1 -1
- package/dist/hooks.mjs +26 -20
- package/dist/icons/index.d.ts +3 -0
- package/dist/icons.js +1 -1
- package/dist/icons.mjs +29 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +498 -313
- package/dist/measurement_settings.js +1 -1
- package/dist/measurement_settings.mjs +799 -699
- package/dist/models/DataBuffer.d.ts +18 -15
- package/dist/models/ElectronAPIFake.d.ts +2 -1
- package/dist/models.js +1 -1
- package/dist/models.mjs +206 -200
- package/dist/protos/app_params.d.ts +13 -0
- package/dist/protos/frame_params.d.ts +17 -1
- package/dist/protos/measurement_params.d.ts +17 -1
- package/dist/protos/measurement_service.d.ts +36 -8
- package/dist/protos/measurement_settings.d.ts +1 -0
- package/dist/protos/signal_params.d.ts +3 -3
- package/dist/status_params.js +1 -1
- package/dist/status_params.mjs +567 -410
- package/doc/assets/hierarchy.js +1 -1
- package/doc/assets/main.js +5 -5
- package/doc/assets/navigation.js +1 -1
- package/doc/assets/search.js +1 -1
- package/doc/assets/style.css +254 -231
- package/doc/enums/models.AccessMode.html +9 -9
- package/doc/enums/models.AppEvent.html +6 -6
- package/doc/enums/models.CanChannelCap.html +44 -44
- package/doc/enums/models.CanFrameFlag.html +27 -27
- package/doc/enums/models.CanMessageFilterType.html +6 -6
- package/doc/enums/models.CanMode.html +7 -7
- package/doc/enums/models.DeviceEvent.html +6 -6
- package/doc/enums/models.FileConflictAction.html +7 -7
- package/doc/enums/models.FileType.html +7 -7
- package/doc/enums/models.LinFrameFlag.html +12 -12
- package/doc/enums/models.LogFileFormat.html +46 -46
- package/doc/enums/models.LogLevel.html +17 -17
- package/doc/enums/models.LogReplayState.html +6 -6
- package/doc/enums/models.LoggerState.html +7 -7
- package/doc/enums/models.MeasurementEvent.html +12 -12
- package/doc/enums/models.Protocols.html +9 -9
- package/doc/enums/models.ServiceExtensionType.html +8 -0
- package/doc/enums/models.SignalEncoding.html +5 -5
- package/doc/enums/models.SignalType.html +12 -12
- package/doc/enums/models.SignalValueTriggerOperator.html +13 -13
- package/doc/enums/models.StatusLevel.html +7 -7
- package/doc/enums/models.TriggerOperator.html +6 -6
- package/doc/functions/controls.CanChannelSelectControl.html +2 -2
- package/doc/functions/controls.CanIdentifierControl.html +2 -2
- package/doc/functions/controls.CanIdentifierFrameControl.html +2 -2
- package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -2
- package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -2
- package/doc/functions/controls.CanKingDataProvider.html +5 -5
- package/doc/functions/controls.CheckboxControl.html +2 -2
- package/doc/functions/controls.ColumnItemControl.html +2 -2
- package/doc/functions/controls.ContextMenu.html +2 -2
- package/doc/functions/controls.DropdownButton.html +2 -2
- package/doc/functions/controls.DropdownButtonTextItems.html +2 -2
- package/doc/functions/controls.DropdownPanel.html +2 -2
- package/doc/functions/controls.FormControlRow.html +2 -2
- package/doc/functions/controls.InlineEditor.html +2 -2
- package/doc/functions/controls.LinChannelSelectControl.html +2 -2
- package/doc/functions/controls.LinIdentifierControl.html +2 -2
- package/doc/functions/controls.LinIdentifierFrameControl.html +2 -2
- package/doc/functions/controls.LinIdentifierGeneratorControl.html +2 -2
- package/doc/functions/controls.LinIdentifierGeneratorSettingsControl.html +2 -2
- package/doc/functions/controls.NumberRangeControl.html +2 -2
- package/doc/functions/controls.RadioControl.html +2 -2
- package/doc/functions/controls.RadioGroupControl.html +2 -2
- package/doc/functions/controls.SectionControl.html +2 -2
- package/doc/functions/controls.SelectControl.html +2 -2
- package/doc/functions/controls.SelectMessageDialog.html +2 -2
- package/doc/functions/controls.SelectSignalDialog.html +2 -2
- package/doc/functions/controls.TableControl.html +3 -3
- package/doc/functions/controls.TextControl.html +2 -2
- package/doc/functions/controls.ToolbarControl.html +2 -2
- package/doc/functions/controls.ValidateableTextControl.html +2 -2
- package/doc/functions/controls.useColumnItem.html +3 -3
- package/doc/functions/controls.useColumnItems.html +3 -3
- package/doc/functions/controls.useMessageDatabases.html +2 -2
- package/doc/functions/hooks.useDevices.html +3 -3
- package/doc/functions/hooks.useFixedPositionModeMeasurementData.html +4 -0
- package/doc/functions/hooks.useIsOnline.html +3 -3
- package/doc/functions/hooks.useLanguage.html +3 -3
- package/doc/functions/hooks.useLocalizedStrings.html +3 -3
- package/doc/functions/hooks.useLogMessages.html +3 -3
- package/doc/functions/hooks.useMaxDataBytes.html +2 -2
- package/doc/functions/hooks.useMeasurementSetup.html +3 -3
- package/doc/functions/hooks.useMeasurementStatus.html +3 -3
- package/doc/functions/hooks.useMessageData.html +4 -0
- package/doc/functions/hooks.useMessageLogFileFormats.html +3 -3
- package/doc/functions/hooks.useNewMeasurementData.html +4 -3
- package/doc/functions/hooks.useNodeStatus.html +3 -3
- package/doc/functions/hooks.useNumericRadix.html +3 -3
- package/doc/functions/hooks.useOnlineStatus.html +3 -3
- package/doc/functions/hooks.useOverallStatusLevel.html +3 -3
- package/doc/functions/hooks.useProjectData.html +5 -5
- package/doc/functions/hooks.useRecentProjectFiles.html +2 -2
- package/doc/functions/hooks.useRunningPeriodicTransmissions.html +3 -3
- package/doc/functions/hooks.useScrollModeMeasurementData.html +4 -0
- package/doc/functions/hooks.useSessionData.html +5 -5
- package/doc/functions/hooks.useSignalData.html +4 -0
- package/doc/functions/hooks.useSignalLogFileFormats.html +2 -2
- package/doc/functions/hooks.useUserSettings.html +3 -3
- package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -2
- package/doc/functions/ipc.addDataProcessor.html +3 -3
- package/doc/functions/ipc.addSource.html +3 -3
- package/doc/functions/ipc.addTarget.html +3 -3
- package/doc/functions/ipc.clearLinMessage.html +3 -3
- package/doc/functions/ipc.connectNodes.html +3 -3
- package/doc/functions/ipc.deleteDataProcessor.html +3 -3
- package/doc/functions/ipc.deleteSource.html +3 -3
- package/doc/functions/ipc.deleteTarget.html +3 -3
- package/doc/functions/ipc.disableNode.html +3 -3
- package/doc/functions/ipc.disconnectNodes.html +3 -3
- package/doc/functions/ipc.enableNode.html +3 -3
- package/doc/functions/ipc.getFrameDefinitions.html +3 -3
- package/doc/functions/ipc.getLogger.html +3 -3
- package/doc/functions/ipc.getMessageLogFileFormats.html +3 -3
- package/doc/functions/ipc.getSignalLogFileFormats.html +3 -3
- package/doc/functions/ipc.requestLinMessage.html +3 -3
- package/doc/functions/ipc.sendCanMessage.html +3 -3
- package/doc/functions/ipc.sendMessage.html +3 -3
- package/doc/functions/ipc.showMessageBox.html +3 -3
- package/doc/functions/ipc.showQuestionBox.html +3 -3
- package/doc/functions/ipc.startLogReplay.html +3 -3
- package/doc/functions/ipc.startMeasurement.html +2 -2
- package/doc/functions/ipc.startPeriodicTransmission.html +3 -3
- package/doc/functions/ipc.stopLogReplay.html +3 -3
- package/doc/functions/ipc.stopMeasurement.html +2 -2
- package/doc/functions/ipc.stopPeriodicTransmission.html +3 -3
- package/doc/functions/ipc.updateDataProcessor.html +3 -3
- package/doc/functions/ipc.updateLinMessage.html +3 -3
- package/doc/functions/ipc.updatePeriodicTransmission.html +3 -3
- package/doc/functions/ipc.updateSource.html +3 -3
- package/doc/functions/ipc.updateTarget.html +3 -3
- package/doc/hierarchy.html +1 -1
- package/doc/index.html +6 -6
- package/doc/interfaces/controls.ButtonGroupProps.html +10 -10
- package/doc/interfaces/controls.ButtonProps.html +22 -22
- package/doc/interfaces/controls.CanChannelSelectControlProps.html +20 -20
- package/doc/interfaces/controls.CanIdentifierControlProps.html +45 -37
- package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +31 -33
- package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +39 -33
- package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +31 -25
- package/doc/interfaces/controls.CheckboxControlProps.html +17 -17
- package/doc/interfaces/controls.ContextMenuProps.html +9 -9
- package/doc/interfaces/controls.DropdownButtonChildrenProps.html +4 -4
- package/doc/interfaces/controls.DropdownButtonProps.html +20 -20
- package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +9 -9
- package/doc/interfaces/controls.DropdownPanelProps.html +20 -20
- package/doc/interfaces/controls.FormControlRowProps.html +8 -8
- package/doc/interfaces/controls.ILocalizedStrings.html +2 -3
- package/doc/interfaces/controls.IMessageDatabase.html +2 -4
- package/doc/interfaces/controls.InlineEditorProps.html +13 -13
- package/doc/interfaces/controls.LabelProps.html +6 -6
- package/doc/interfaces/controls.LinChannelSelectControlProps.html +20 -20
- package/doc/interfaces/controls.LinIdentifierControlProps.html +42 -35
- package/doc/interfaces/controls.LinIdentifierFrameControlProps.html +31 -33
- package/doc/interfaces/controls.LinIdentifierGeneratorControlProps.html +37 -31
- package/doc/interfaces/controls.LinIdentifierGeneratorSettingsControlProps.html +31 -25
- package/doc/interfaces/controls.NumberRangeControlProps.html +38 -38
- package/doc/interfaces/controls.RadioControlProps.html +14 -14
- package/doc/interfaces/controls.RadioGroupControlProps.html +9 -9
- package/doc/interfaces/controls.SectionControlProps.html +17 -17
- package/doc/interfaces/controls.SelectControlProps.html +31 -31
- package/doc/interfaces/controls.SelectMessageDialogProps.html +2 -8
- package/doc/interfaces/controls.SelectSignalDialogProps.html +2 -12
- package/doc/interfaces/controls.TableColumn.html +12 -12
- package/doc/interfaces/controls.TableControlProps.html +30 -30
- package/doc/interfaces/controls.TextControlProps.html +41 -41
- package/doc/interfaces/controls.ToggleButtonGroupProps.html +17 -17
- package/doc/interfaces/controls.ToggleButtonProps.html +14 -14
- package/doc/interfaces/controls.ToolbarControlProps.html +18 -18
- package/doc/interfaces/controls.ValidateableTextControlProps.html +54 -54
- package/doc/interfaces/controls.toolbarItem.html +12 -12
- package/doc/interfaces/hooks.ISignalData.html +2 -0
- package/doc/interfaces/ipc.ILogger.html +2 -8
- package/doc/interfaces/models.AboutInformation.html +8 -8
- package/doc/interfaces/models.ActivateLicenseRequest.html +8 -8
- package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +2 -4
- package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +2 -4
- package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +8 -10
- package/doc/interfaces/models.AddOrUpdateSourceRequest.html +4 -6
- package/doc/interfaces/models.AddOrUpdateTargetRequest.html +4 -6
- package/doc/interfaces/models.ApiPreferences.html +10 -10
- package/doc/interfaces/models.AppEventArgs.html +6 -6
- package/doc/interfaces/models.BaseNodeProperties.html +2 -8
- package/doc/interfaces/models.BusStatus.html +2 -17
- package/doc/interfaces/models.CanBusParamLimits.html +2 -7
- package/doc/interfaces/models.CanBusParams.html +2 -8
- package/doc/interfaces/models.CanBusSpeedInfo.html +14 -14
- package/doc/interfaces/models.CanChannelCapacity.html +4 -7
- package/doc/interfaces/models.CanChannelConfiguration.html +16 -16
- package/doc/interfaces/models.CanFDBusSpeedCombination.html +2 -4
- package/doc/interfaces/models.CanFDBusSpeedInfo.html +10 -10
- package/doc/interfaces/models.CanFrameFlags.html +2 -3
- package/doc/interfaces/models.CanMessageFilterSettings.html +2 -5
- package/doc/interfaces/models.Channel.html +2 -7
- package/doc/interfaces/models.ChannelSettings.html +20 -20
- package/doc/interfaces/models.ClearLinMessageRequest.html +6 -7
- package/doc/interfaces/models.ConnectNodesRequest.html +2 -5
- package/doc/interfaces/models.DataProcessingStatus.html +2 -6
- package/doc/interfaces/models.DataProcessorNodeProperties.html +2 -8
- package/doc/interfaces/models.DatabaseFiles.html +6 -6
- package/doc/interfaces/models.DatabasesSettings.html +2 -3
- package/doc/interfaces/models.Device.html +2 -9
- package/doc/interfaces/models.DeviceEventArgs.html +2 -4
- package/doc/interfaces/models.DisconnectNodesRequest.html +2 -5
- package/doc/interfaces/models.Empty.html +2 -2
- package/doc/interfaces/models.ErrorStatus.html +4 -4
- package/doc/interfaces/models.FixedPosFrameIdentifier.html +14 -0
- package/doc/interfaces/models.Frame.html +30 -30
- package/doc/interfaces/models.FrameDefinition.html +14 -14
- package/doc/interfaces/models.FramePropertyValue.html +2 -4
- package/doc/interfaces/models.FrameReceivedTrigger.html +6 -6
- package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +2 -7
- package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +6 -6
- package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +2 -6
- package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +4 -4
- package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +4 -5
- package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +4 -4
- package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +2 -5
- package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +4 -4
- package/doc/interfaces/models.GetDataFramesBeforeTimestampRequest.html +6 -0
- package/doc/interfaces/models.GetDataProcessorResponse.html +2 -3
- package/doc/interfaces/models.GetDevicesRequest.html +2 -4
- package/doc/interfaces/models.GetDevicesResponse.html +2 -3
- package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +4 -5
- package/doc/interfaces/models.GetLicensesResponse.html +4 -4
- package/doc/interfaces/models.GetLogFileFormatsRequest.html +8 -9
- package/doc/interfaces/models.GetLogFileFormatsResponse.html +10 -10
- package/doc/interfaces/models.GetLogLevelResponse.html +4 -4
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +4 -5
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +4 -4
- package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +6 -6
- package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +16 -14
- package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +6 -7
- package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +4 -4
- package/doc/interfaces/models.GetSourceResponse.html +2 -3
- package/doc/interfaces/models.GetTargetResponse.html +2 -3
- package/doc/interfaces/models.ILogFileFormat.html +2 -6
- package/doc/interfaces/models.IProject.html +2 -6
- package/doc/interfaces/models.IUserSettings.html +2 -17
- package/doc/interfaces/models.IWorkspaceComponentPaneData.html +2 -4
- package/doc/interfaces/models.IWorkspaceContainerPaneData.html +2 -5
- package/doc/interfaces/models.IWorkspaceData.html +2 -5
- package/doc/interfaces/models.IWorkspacePaneData.html +2 -5
- package/doc/interfaces/models.IdentifierRequest.html +2 -4
- package/doc/interfaces/models.IdentifiersRequest.html +2 -4
- package/doc/interfaces/models.InstallServiceExtensionRequest.html +8 -8
- package/doc/interfaces/models.InterpreterSettings.html +4 -4
- package/doc/interfaces/models.J1939InterpreterSettings.html +2 -2
- package/doc/interfaces/models.LicenseInformation.html +18 -18
- package/doc/interfaces/models.Licenses.html +4 -4
- package/doc/interfaces/models.LinChannelConfiguration.html +14 -14
- package/doc/interfaces/models.LinFrameFlags.html +2 -3
- package/doc/interfaces/models.LogMessage.html +12 -12
- package/doc/interfaces/models.LogMessages.html +4 -4
- package/doc/interfaces/models.LogReplaySettings.html +26 -26
- package/doc/interfaces/models.LogReplayStatus.html +2 -3
- package/doc/interfaces/models.LoggerStatus.html +2 -3
- package/doc/interfaces/models.MeasurementEventArgs.html +2 -6
- package/doc/interfaces/models.MeasurementSetup.html +2 -6
- package/doc/interfaces/models.MessageLoggerSettings.html +44 -44
- package/doc/interfaces/models.NodeStatus.html +18 -18
- package/doc/interfaces/models.NodeStatuses.html +2 -3
- package/doc/interfaces/models.OnlineStatus.html +2 -3
- package/doc/interfaces/models.PeriodicTransmissionSettings.html +36 -36
- package/doc/interfaces/models.RequestLinMessageRequest.html +6 -7
- package/doc/interfaces/models.ScheduleTable.html +8 -8
- package/doc/interfaces/models.ScheduleTableEntry.html +6 -6
- package/doc/interfaces/models.SendLinWakeupFrameRequest.html +8 -9
- package/doc/interfaces/models.SendMessageRequest.html +2 -5
- package/doc/interfaces/models.ServiceExtensionSettings.html +2 -4
- package/doc/interfaces/models.SetLogLevelRequest.html +6 -6
- package/doc/interfaces/models.SetMeasurementSetupRequest.html +2 -4
- package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +8 -9
- package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +6 -6
- package/doc/interfaces/models.SignalDefinition.html +2 -18
- package/doc/interfaces/models.SignalFilterSettings.html +4 -4
- package/doc/interfaces/models.SignalLoggerSettings.html +56 -56
- package/doc/interfaces/models.SignalValue.html +2 -7
- package/doc/interfaces/models.SignalValueTrigger.html +16 -16
- package/doc/interfaces/models.SourceNodeProperties.html +2 -7
- package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +4 -5
- package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +2 -3
- package/doc/interfaces/models.SubscribeForDataRequest.html +4 -0
- package/doc/interfaces/models.TargetNodeProperties.html +2 -6
- package/doc/interfaces/models.TriggerSettings.html +8 -8
- package/doc/interfaces/models.UninstallServiceExtensionRequest.html +6 -6
- package/doc/interfaces/models.UpdateLinMessageRequest.html +6 -7
- package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +6 -7
- package/doc/interfaces/models.WriteFrame.html +10 -10
- package/doc/modules/controls.html +3 -3
- package/doc/modules/hooks.html +3 -3
- package/doc/modules/icons.html +2 -2
- package/doc/modules/ipc.html +2 -2
- package/doc/modules/models.html +2 -2
- package/doc/modules.html +1 -1
- package/doc/types/controls.ContextMenuOption.html +10 -6
- package/doc/types/controls.SelectOption.html +6 -4
- package/doc/types/controls.StringsMap.html +2 -2
- package/doc/types/controls.canIdentifierGeneratorType.html +2 -2
- package/doc/types/controls.canIdentifierType.html +2 -2
- package/doc/types/controls.linIdentifierGeneratorType.html +2 -2
- package/doc/variables/controls.FillBox.html +3 -0
- package/doc/variables/controls.OneLineButton.html +2 -0
- package/doc/variables/controls.SizedBox.html +3 -0
- package/doc/variables/controls.TabsPanel.html +2 -0
- package/doc/variables/models.defaultUserSettings.html +2 -2
- package/doc_md/README.md +189 -0
- package/doc_md/assets/favicon.png +0 -0
- package/doc_md/controls/README.md +156 -0
- package/doc_md/controls/functions/CanChannelSelectControl.md +25 -0
- package/doc_md/controls/functions/CanIdentifierControl.md +25 -0
- package/doc_md/controls/functions/CanIdentifierFrameControl.md +25 -0
- package/doc_md/controls/functions/CanIdentifierGeneratorControl.md +25 -0
- package/doc_md/controls/functions/CanIdentifierGeneratorSettingsControl.md +26 -0
- package/doc_md/controls/functions/CanKingDataProvider.md +47 -0
- package/doc_md/controls/functions/CheckboxControl.md +25 -0
- package/doc_md/controls/functions/ColumnItemControl.md +21 -0
- package/doc_md/controls/functions/ContextMenu.md +25 -0
- package/doc_md/controls/functions/DropdownButton.md +25 -0
- package/doc_md/controls/functions/DropdownButtonTextItems.md +25 -0
- package/doc_md/controls/functions/DropdownPanel.md +25 -0
- package/doc_md/controls/functions/FormControlRow.md +25 -0
- package/doc_md/controls/functions/InlineEditor.md +25 -0
- package/doc_md/controls/functions/LinChannelSelectControl.md +25 -0
- package/doc_md/controls/functions/LinIdentifierControl.md +25 -0
- package/doc_md/controls/functions/LinIdentifierFrameControl.md +25 -0
- package/doc_md/controls/functions/LinIdentifierGeneratorControl.md +25 -0
- package/doc_md/controls/functions/LinIdentifierGeneratorSettingsControl.md +26 -0
- package/doc_md/controls/functions/NumberRangeControl.md +25 -0
- package/doc_md/controls/functions/RadioControl.md +25 -0
- package/doc_md/controls/functions/RadioGroupControl.md +25 -0
- package/doc_md/controls/functions/SectionControl.md +25 -0
- package/doc_md/controls/functions/SelectControl.md +25 -0
- package/doc_md/controls/functions/SelectMessageDialog.md +21 -0
- package/doc_md/controls/functions/SelectSignalDialog.md +21 -0
- package/doc_md/controls/functions/TableControl.md +31 -0
- package/doc_md/controls/functions/TextControl.md +25 -0
- package/doc_md/controls/functions/ToolbarControl.md +25 -0
- package/doc_md/controls/functions/ValidateableTextControl.md +25 -0
- package/doc_md/controls/functions/useColumnItem.md +17 -0
- package/doc_md/controls/functions/useColumnItems.md +25 -0
- package/doc_md/controls/functions/useMessageDatabases.md +21 -0
- package/doc_md/controls/interfaces/ButtonGroupProps.md +41 -0
- package/doc_md/controls/interfaces/ButtonProps.md +93 -0
- package/doc_md/controls/interfaces/CanChannelSelectControlProps.md +103 -0
- package/doc_md/controls/interfaces/CanIdentifierControlProps.md +214 -0
- package/doc_md/controls/interfaces/CanIdentifierFrameControlProps.md +143 -0
- package/doc_md/controls/interfaces/CanIdentifierGeneratorControlProps.md +210 -0
- package/doc_md/controls/interfaces/CanIdentifierGeneratorSettingsControlProps.md +153 -0
- package/doc_md/controls/interfaces/CheckboxControlProps.md +77 -0
- package/doc_md/controls/interfaces/ContextMenuProps.md +45 -0
- package/doc_md/controls/interfaces/DropdownButtonChildrenProps.md +25 -0
- package/doc_md/controls/interfaces/DropdownButtonProps.md +81 -0
- package/doc_md/controls/interfaces/DropdownButtonTextItemsProps.md +70 -0
- package/doc_md/controls/interfaces/DropdownPanelProps.md +81 -0
- package/doc_md/controls/interfaces/FormControlRowProps.md +33 -0
- package/doc_md/controls/interfaces/ILocalizedStrings.md +9 -0
- package/doc_md/controls/interfaces/IMessageDatabase.md +9 -0
- package/doc_md/controls/interfaces/InlineEditorProps.md +61 -0
- package/doc_md/controls/interfaces/LabelProps.md +25 -0
- package/doc_md/controls/interfaces/LinChannelSelectControlProps.md +97 -0
- package/doc_md/controls/interfaces/LinIdentifierControlProps.md +194 -0
- package/doc_md/controls/interfaces/LinIdentifierFrameControlProps.md +143 -0
- package/doc_md/controls/interfaces/LinIdentifierGeneratorControlProps.md +198 -0
- package/doc_md/controls/interfaces/LinIdentifierGeneratorSettingsControlProps.md +153 -0
- package/doc_md/controls/interfaces/NumberRangeControlProps.md +253 -0
- package/doc_md/controls/interfaces/RadioControlProps.md +57 -0
- package/doc_md/controls/interfaces/RadioGroupControlProps.md +45 -0
- package/doc_md/controls/interfaces/SectionControlProps.md +77 -0
- package/doc_md/controls/interfaces/SelectControlProps.md +134 -0
- package/doc_md/controls/interfaces/SelectMessageDialogProps.md +9 -0
- package/doc_md/controls/interfaces/SelectSignalDialogProps.md +9 -0
- package/doc_md/controls/interfaces/TableColumn.md +65 -0
- package/doc_md/controls/interfaces/TableControlProps.md +157 -0
- package/doc_md/controls/interfaces/TextControlProps.md +177 -0
- package/doc_md/controls/interfaces/ToggleButtonGroupProps.md +77 -0
- package/doc_md/controls/interfaces/ToggleButtonProps.md +57 -0
- package/doc_md/controls/interfaces/ToolbarControlProps.md +73 -0
- package/doc_md/controls/interfaces/ValidateableTextControlProps.md +269 -0
- package/doc_md/controls/interfaces/toolbarItem.md +49 -0
- package/doc_md/controls/type-aliases/ContextMenuOption.md +43 -0
- package/doc_md/controls/type-aliases/SelectOption.md +27 -0
- package/doc_md/controls/type-aliases/StringsMap.md +15 -0
- package/doc_md/controls/type-aliases/canIdentifierGeneratorType.md +11 -0
- package/doc_md/controls/type-aliases/canIdentifierType.md +11 -0
- package/doc_md/controls/type-aliases/linIdentifierGeneratorType.md +11 -0
- package/doc_md/controls/variables/FillBox.md +12 -0
- package/doc_md/controls/variables/OneLineButton.md +11 -0
- package/doc_md/controls/variables/SizedBox.md +12 -0
- package/doc_md/controls/variables/TabsPanel.md +11 -0
- package/doc_md/hooks/README.md +53 -0
- package/doc_md/hooks/functions/useDevices.md +17 -0
- package/doc_md/hooks/functions/useFixedPositionModeMeasurementData.md +25 -0
- package/doc_md/hooks/functions/useIsOnline.md +17 -0
- package/doc_md/hooks/functions/useLanguage.md +17 -0
- package/doc_md/hooks/functions/useLocalizedStrings.md +17 -0
- package/doc_md/hooks/functions/useLogMessages.md +17 -0
- package/doc_md/hooks/functions/useMaxDataBytes.md +15 -0
- package/doc_md/hooks/functions/useMeasurementSetup.md +17 -0
- package/doc_md/hooks/functions/useMeasurementStatus.md +17 -0
- package/doc_md/hooks/functions/useMessageData.md +25 -0
- package/doc_md/hooks/functions/useMessageLogFileFormats.md +23 -0
- package/doc_md/hooks/functions/useNewMeasurementData.md +35 -0
- package/doc_md/hooks/functions/useNodeStatus.md +23 -0
- package/doc_md/hooks/functions/useNumericRadix.md +17 -0
- package/doc_md/hooks/functions/useOnlineStatus.md +17 -0
- package/doc_md/hooks/functions/useOverallStatusLevel.md +17 -0
- package/doc_md/hooks/functions/useProjectData.md +49 -0
- package/doc_md/hooks/functions/useRecentProjectFiles.md +15 -0
- package/doc_md/hooks/functions/useRunningPeriodicTransmissions.md +17 -0
- package/doc_md/hooks/functions/useScrollModeMeasurementData.md +25 -0
- package/doc_md/hooks/functions/useSessionData.md +49 -0
- package/doc_md/hooks/functions/useSignalData.md +25 -0
- package/doc_md/hooks/functions/useSignalLogFileFormats.md +15 -0
- package/doc_md/hooks/functions/useUserSettings.md +17 -0
- package/doc_md/hooks/functions/useWorkspacePaneWithId.md +21 -0
- package/doc_md/hooks/interfaces/ISignalData.md +9 -0
- package/doc_md/icons/README.md +9 -0
- package/doc_md/ipc/README.md +47 -0
- package/doc_md/ipc/functions/addDataProcessor.md +35 -0
- package/doc_md/ipc/functions/addSource.md +23 -0
- package/doc_md/ipc/functions/addTarget.md +23 -0
- package/doc_md/ipc/functions/clearLinMessage.md +29 -0
- package/doc_md/ipc/functions/connectNodes.md +29 -0
- package/doc_md/ipc/functions/deleteDataProcessor.md +23 -0
- package/doc_md/ipc/functions/deleteSource.md +23 -0
- package/doc_md/ipc/functions/deleteTarget.md +23 -0
- package/doc_md/ipc/functions/disableNode.md +23 -0
- package/doc_md/ipc/functions/disconnectNodes.md +29 -0
- package/doc_md/ipc/functions/enableNode.md +23 -0
- package/doc_md/ipc/functions/getFrameDefinitions.md +26 -0
- package/doc_md/ipc/functions/getLogger.md +25 -0
- package/doc_md/ipc/functions/getMessageLogFileFormats.md +17 -0
- package/doc_md/ipc/functions/getSignalLogFileFormats.md +17 -0
- package/doc_md/ipc/functions/requestLinMessage.md +30 -0
- package/doc_md/ipc/functions/sendCanMessage.md +41 -0
- package/doc_md/ipc/functions/sendMessage.md +29 -0
- package/doc_md/ipc/functions/showMessageBox.md +29 -0
- package/doc_md/ipc/functions/showQuestionBox.md +51 -0
- package/doc_md/ipc/functions/startLogReplay.md +23 -0
- package/doc_md/ipc/functions/startMeasurement.md +15 -0
- package/doc_md/ipc/functions/startPeriodicTransmission.md +25 -0
- package/doc_md/ipc/functions/stopLogReplay.md +23 -0
- package/doc_md/ipc/functions/stopMeasurement.md +15 -0
- package/doc_md/ipc/functions/stopPeriodicTransmission.md +23 -0
- package/doc_md/ipc/functions/updateDataProcessor.md +23 -0
- package/doc_md/ipc/functions/updateLinMessage.md +29 -0
- package/doc_md/ipc/functions/updatePeriodicTransmission.md +29 -0
- package/doc_md/ipc/functions/updateSource.md +23 -0
- package/doc_md/ipc/functions/updateTarget.md +23 -0
- package/doc_md/ipc/interfaces/ILogger.md +9 -0
- package/doc_md/models/README.md +157 -0
- package/doc_md/models/enumerations/AccessMode.md +49 -0
- package/doc_md/models/enumerations/AppEvent.md +29 -0
- package/doc_md/models/enumerations/CanChannelCap.md +181 -0
- package/doc_md/models/enumerations/CanFrameFlag.md +159 -0
- package/doc_md/models/enumerations/CanMessageFilterType.md +33 -0
- package/doc_md/models/enumerations/CanMode.md +39 -0
- package/doc_md/models/enumerations/DeviceEvent.md +29 -0
- package/doc_md/models/enumerations/FileConflictAction.md +39 -0
- package/doc_md/models/enumerations/FileType.md +39 -0
- package/doc_md/models/enumerations/LinFrameFlag.md +69 -0
- package/doc_md/models/enumerations/LogFileFormat.md +191 -0
- package/doc_md/models/enumerations/LogLevel.md +76 -0
- package/doc_md/models/enumerations/LogReplayState.md +33 -0
- package/doc_md/models/enumerations/LoggerState.md +39 -0
- package/doc_md/models/enumerations/MeasurementEvent.md +53 -0
- package/doc_md/models/enumerations/Protocols.md +39 -0
- package/doc_md/models/enumerations/ServiceExtensionType.md +37 -0
- package/doc_md/models/enumerations/SignalEncoding.md +27 -0
- package/doc_md/models/enumerations/SignalType.md +53 -0
- package/doc_md/models/enumerations/SignalValueTriggerOperator.md +75 -0
- package/doc_md/models/enumerations/StatusLevel.md +39 -0
- package/doc_md/models/enumerations/TriggerOperator.md +33 -0
- package/doc_md/models/interfaces/AboutInformation.md +33 -0
- package/doc_md/models/interfaces/ActivateLicenseRequest.md +33 -0
- package/doc_md/models/interfaces/AddAllConnectedCanChannelsRequest.md +9 -0
- package/doc_md/models/interfaces/AddAllConnectedLinChannelsRequest.md +9 -0
- package/doc_md/models/interfaces/AddOrUpdateDataProcessorRequest.md +35 -0
- package/doc_md/models/interfaces/AddOrUpdateSourceRequest.md +19 -0
- package/doc_md/models/interfaces/AddOrUpdateTargetRequest.md +19 -0
- package/doc_md/models/interfaces/ApiPreferences.md +41 -0
- package/doc_md/models/interfaces/AppEventArgs.md +25 -0
- package/doc_md/models/interfaces/BaseNodeProperties.md +9 -0
- package/doc_md/models/interfaces/BusStatus.md +9 -0
- package/doc_md/models/interfaces/CanBusParamLimits.md +9 -0
- package/doc_md/models/interfaces/CanBusParams.md +30 -0
- package/doc_md/models/interfaces/CanBusSpeedInfo.md +57 -0
- package/doc_md/models/interfaces/CanChannelCapacity.md +17 -0
- package/doc_md/models/interfaces/CanChannelConfiguration.md +65 -0
- package/doc_md/models/interfaces/CanFDBusSpeedCombination.md +9 -0
- package/doc_md/models/interfaces/CanFDBusSpeedInfo.md +41 -0
- package/doc_md/models/interfaces/CanFrameFlags.md +10 -0
- package/doc_md/models/interfaces/CanMessageFilterSettings.md +9 -0
- package/doc_md/models/interfaces/Channel.md +9 -0
- package/doc_md/models/interfaces/ChannelSettings.md +81 -0
- package/doc_md/models/interfaces/ClearLinMessageRequest.md +25 -0
- package/doc_md/models/interfaces/ConnectNodesRequest.md +9 -0
- package/doc_md/models/interfaces/DataProcessingStatus.md +9 -0
- package/doc_md/models/interfaces/DataProcessorNodeProperties.md +9 -0
- package/doc_md/models/interfaces/DatabaseFiles.md +25 -0
- package/doc_md/models/interfaces/DatabasesSettings.md +9 -0
- package/doc_md/models/interfaces/Device.md +9 -0
- package/doc_md/models/interfaces/DeviceEventArgs.md +9 -0
- package/doc_md/models/interfaces/DisconnectNodesRequest.md +9 -0
- package/doc_md/models/interfaces/Empty.md +17 -0
- package/doc_md/models/interfaces/ErrorStatus.md +17 -0
- package/doc_md/models/interfaces/FixedPosFrameIdentifier.md +57 -0
- package/doc_md/models/interfaces/Frame.md +125 -0
- package/doc_md/models/interfaces/FrameDefinition.md +57 -0
- package/doc_md/models/interfaces/FramePropertyValue.md +9 -0
- package/doc_md/models/interfaces/FrameReceivedTrigger.md +25 -0
- package/doc_md/models/interfaces/GetCanChannelBusSpeedsRequest.md +9 -0
- package/doc_md/models/interfaces/GetCanChannelBusSpeedsResponse.md +25 -0
- package/doc_md/models/interfaces/GetCanFdBusSpeedsRequest.md +9 -0
- package/doc_md/models/interfaces/GetCanFdBusSpeedsResponse.md +17 -0
- package/doc_md/models/interfaces/GetChannelsFromLogFileRequest.md +17 -0
- package/doc_md/models/interfaces/GetChannelsFromLogFileResponse.md +17 -0
- package/doc_md/models/interfaces/GetClassicCanBusSpeedsRequest.md +9 -0
- package/doc_md/models/interfaces/GetClassicCanBusSpeedsResponse.md +17 -0
- package/doc_md/models/interfaces/GetDataFramesBeforeTimestampRequest.md +25 -0
- package/doc_md/models/interfaces/GetDataProcessorResponse.md +9 -0
- package/doc_md/models/interfaces/GetDevicesRequest.md +9 -0
- package/doc_md/models/interfaces/GetDevicesResponse.md +9 -0
- package/doc_md/models/interfaces/GetFrameDefinitionsFromDatabaseFilesRequest.md +17 -0
- package/doc_md/models/interfaces/GetLicensesResponse.md +17 -0
- package/doc_md/models/interfaces/GetLogFileFormatsRequest.md +33 -0
- package/doc_md/models/interfaces/GetLogFileFormatsResponse.md +41 -0
- package/doc_md/models/interfaces/GetLogLevelResponse.md +17 -0
- package/doc_md/models/interfaces/GetScheduleTablesFromDatabaseFilesRequest.md +17 -0
- package/doc_md/models/interfaces/GetScheduleTablesFromDatabaseFilesResponse.md +17 -0
- package/doc_md/models/interfaces/GetServiceExtensionInfoRequest.md +27 -0
- package/doc_md/models/interfaces/GetServiceExtensionInfoResponse.md +65 -0
- package/doc_md/models/interfaces/GetSignalDataFromMessageDataRequest.md +25 -0
- package/doc_md/models/interfaces/GetSignalDataFromMessageDataResponse.md +17 -0
- package/doc_md/models/interfaces/GetSourceResponse.md +9 -0
- package/doc_md/models/interfaces/GetTargetResponse.md +9 -0
- package/doc_md/models/interfaces/ILogFileFormat.md +9 -0
- package/doc_md/models/interfaces/IProject.md +9 -0
- package/doc_md/models/interfaces/IUserSettings.md +9 -0
- package/doc_md/models/interfaces/IWorkspaceComponentPaneData.md +9 -0
- package/doc_md/models/interfaces/IWorkspaceContainerPaneData.md +9 -0
- package/doc_md/models/interfaces/IWorkspaceData.md +9 -0
- package/doc_md/models/interfaces/IWorkspacePaneData.md +9 -0
- package/doc_md/models/interfaces/IdentifierRequest.md +10 -0
- package/doc_md/models/interfaces/IdentifiersRequest.md +10 -0
- package/doc_md/models/interfaces/InstallServiceExtensionRequest.md +33 -0
- package/doc_md/models/interfaces/InterpreterSettings.md +17 -0
- package/doc_md/models/interfaces/J1939InterpreterSettings.md +9 -0
- package/doc_md/models/interfaces/LicenseInformation.md +73 -0
- package/doc_md/models/interfaces/Licenses.md +17 -0
- package/doc_md/models/interfaces/LinChannelConfiguration.md +57 -0
- package/doc_md/models/interfaces/LinFrameFlags.md +10 -0
- package/doc_md/models/interfaces/LogMessage.md +49 -0
- package/doc_md/models/interfaces/LogMessages.md +17 -0
- package/doc_md/models/interfaces/LogReplaySettings.md +109 -0
- package/doc_md/models/interfaces/LogReplayStatus.md +9 -0
- package/doc_md/models/interfaces/LoggerStatus.md +9 -0
- package/doc_md/models/interfaces/MeasurementEventArgs.md +9 -0
- package/doc_md/models/interfaces/MeasurementSetup.md +9 -0
- package/doc_md/models/interfaces/MessageLoggerSettings.md +177 -0
- package/doc_md/models/interfaces/NodeStatus.md +73 -0
- package/doc_md/models/interfaces/NodeStatuses.md +9 -0
- package/doc_md/models/interfaces/OnlineStatus.md +9 -0
- package/doc_md/models/interfaces/PeriodicTransmissionSettings.md +145 -0
- package/doc_md/models/interfaces/RequestLinMessageRequest.md +25 -0
- package/doc_md/models/interfaces/ScheduleTable.md +33 -0
- package/doc_md/models/interfaces/ScheduleTableEntry.md +25 -0
- package/doc_md/models/interfaces/SendLinWakeupFrameRequest.md +33 -0
- package/doc_md/models/interfaces/SendMessageRequest.md +9 -0
- package/doc_md/models/interfaces/ServiceExtensionSettings.md +9 -0
- package/doc_md/models/interfaces/SetLogLevelRequest.md +25 -0
- package/doc_md/models/interfaces/SetMeasurementSetupRequest.md +9 -0
- package/doc_md/models/interfaces/SetSignalDataToMessageDataRequest.md +33 -0
- package/doc_md/models/interfaces/SetSignalDataToMessageDataResponse.md +26 -0
- package/doc_md/models/interfaces/SignalDefinition.md +9 -0
- package/doc_md/models/interfaces/SignalFilterSettings.md +17 -0
- package/doc_md/models/interfaces/SignalLoggerSettings.md +225 -0
- package/doc_md/models/interfaces/SignalValue.md +9 -0
- package/doc_md/models/interfaces/SignalValueTrigger.md +65 -0
- package/doc_md/models/interfaces/SourceNodeProperties.md +9 -0
- package/doc_md/models/interfaces/StartPeriodicTransmissionRequest.md +17 -0
- package/doc_md/models/interfaces/StartPeriodicTransmissionResponse.md +9 -0
- package/doc_md/models/interfaces/SubscribeForDataRequest.md +17 -0
- package/doc_md/models/interfaces/TargetNodeProperties.md +9 -0
- package/doc_md/models/interfaces/TriggerSettings.md +33 -0
- package/doc_md/models/interfaces/UninstallServiceExtensionRequest.md +25 -0
- package/doc_md/models/interfaces/UpdateLinMessageRequest.md +26 -0
- package/doc_md/models/interfaces/UpdatePeriodicTransmissionRequest.md +25 -0
- package/doc_md/models/interfaces/WriteFrame.md +41 -0
- package/doc_md/models/variables/defaultUserSettings.md +11 -0
- package/doc_md/modules.md +13 -0
- package/package.json +5 -4
- package/dist/controls/SelectSignalControl.d.ts +0 -11
- package/doc/classes/controls.LocalizedStrings.html +0 -4
- package/doc/classes/models.DataBuffer.html +0 -32
- package/doc/classes/models.DataBufferView.html +0 -20
- package/doc/classes/models.Point.html +0 -14
- package/doc/enums/models.DecimalChar.html +0 -5
- package/doc/enums/models.Separator.html +0 -5
- package/doc/enums/models.TimeReference.html +0 -5
- package/doc/functions/controls.FillBox.html +0 -33
- package/doc/functions/controls.OneLineButton.html +0 -32
- package/doc/functions/controls.SelectSignalControl.html +0 -1
- package/doc/functions/controls.SizedBox.html +0 -33
- package/doc/functions/controls.TabsPanel.html +0 -32
- package/doc/functions/icons.AddIcon.html +0 -4
- package/doc/functions/icons.ArrowDownIcon.html +0 -4
- package/doc/functions/icons.ArrowLeftIcon.html +0 -4
- package/doc/functions/icons.ArrowRightIcon.html +0 -4
- package/doc/functions/icons.ArrowUpIcon.html +0 -4
- package/doc/functions/icons.BusIsOffIcon.html +0 -4
- package/doc/functions/icons.BusIsOnIcon.html +0 -4
- package/doc/functions/icons.CloseIcon.html +0 -4
- package/doc/functions/icons.ColumnSettingsIcon.html +0 -4
- package/doc/functions/icons.CopyIcon.html +0 -4
- package/doc/functions/icons.DarkModeIcon.html +0 -4
- package/doc/functions/icons.DeleteIcon.html +0 -4
- package/doc/functions/icons.DisableIcon.html +0 -4
- package/doc/functions/icons.EditIcon.html +0 -4
- package/doc/functions/icons.EnableIcon.html +0 -4
- package/doc/functions/icons.FilterIcon.html +0 -4
- package/doc/functions/icons.FixedPositionIcon.html +0 -4
- package/doc/functions/icons.LeaveFullScreenIcon.html +0 -4
- package/doc/functions/icons.LightModeIcon.html +0 -4
- package/doc/functions/icons.LineArrowDownIcon.html +0 -4
- package/doc/functions/icons.LineArrowUpIcon.html +0 -4
- package/doc/functions/icons.MaximizeWindowIcon.html +0 -4
- package/doc/functions/icons.MeasurementSetupIcon.html +0 -4
- package/doc/functions/icons.MoreHorizIcon.html +0 -4
- package/doc/functions/icons.MoreVertIcon.html +0 -4
- package/doc/functions/icons.NewIcon.html +0 -4
- package/doc/functions/icons.OpenExternallyIcon.html +0 -4
- package/doc/functions/icons.OpenIcon.html +0 -4
- package/doc/functions/icons.PauseIcon.html +0 -4
- package/doc/functions/icons.PlayIcon.html +0 -4
- package/doc/functions/icons.PlaySolidIcon.html +0 -4
- package/doc/functions/icons.SaveIcon.html +0 -4
- package/doc/functions/icons.SelectAllIcon.html +0 -4
- package/doc/functions/icons.ServiceIconActive.html +0 -4
- package/doc/functions/icons.ServiceIconInactive.html +0 -4
- package/doc/functions/icons.SettingsIcon.html +0 -4
- package/doc/functions/icons.StopIcon.html +0 -4
- package/doc/functions/icons.StopSolidIcon.html +0 -4
- package/doc/functions/icons.ToolsPanelHiddenIcon.html +0 -4
- package/doc/functions/icons.ToolsPanelVisibleIcon.html +0 -4
- package/doc/functions/icons.UnmaximizeWindowIcon.html +0 -4
- package/doc/functions/icons.WorkspacesIcon.html +0 -4
- package/doc/functions/models.accessModeFromJSON.html +0 -1
- package/doc/functions/models.accessModeToJSON.html +0 -1
- package/doc/functions/models.appEventFromJSON.html +0 -1
- package/doc/functions/models.appEventToJSON.html +0 -1
- package/doc/functions/models.canChannelCapFromJSON.html +0 -1
- package/doc/functions/models.canChannelCapToJSON.html +0 -1
- package/doc/functions/models.canFrameFlagFromJSON.html +0 -1
- package/doc/functions/models.canFrameFlagToJSON.html +0 -1
- package/doc/functions/models.canMessageFilterTypeFromJSON.html +0 -1
- package/doc/functions/models.canMessageFilterTypeToJSON.html +0 -1
- package/doc/functions/models.canModeFromJSON.html +0 -1
- package/doc/functions/models.canModeToJSON.html +0 -1
- package/doc/functions/models.createElectronApiFake.html +0 -4
- package/doc/functions/models.decimalCharFromJSON.html +0 -1
- package/doc/functions/models.decimalCharToJSON.html +0 -1
- package/doc/functions/models.decimalToFixed.html +0 -1
- package/doc/functions/models.decimalToHex.html +0 -1
- package/doc/functions/models.deviceEventFromJSON.html +0 -1
- package/doc/functions/models.deviceEventToJSON.html +0 -1
- package/doc/functions/models.fileConflictActionFromJSON.html +0 -1
- package/doc/functions/models.fileConflictActionToJSON.html +0 -1
- package/doc/functions/models.fileTypeFromJSON.html +0 -1
- package/doc/functions/models.fileTypeToJSON.html +0 -1
- package/doc/functions/models.linFrameFlagFromJSON.html +0 -1
- package/doc/functions/models.linFrameFlagToJSON.html +0 -1
- package/doc/functions/models.logFileFormatFromJSON.html +0 -1
- package/doc/functions/models.logFileFormatToJSON.html +0 -1
- package/doc/functions/models.logLevelFromJSON.html +0 -1
- package/doc/functions/models.logLevelToJSON.html +0 -1
- package/doc/functions/models.logReplayStateFromJSON.html +0 -1
- package/doc/functions/models.logReplayStateToJSON.html +0 -1
- package/doc/functions/models.loggerStateFromJSON.html +0 -1
- package/doc/functions/models.loggerStateToJSON.html +0 -1
- package/doc/functions/models.longToNumber.html +0 -1
- package/doc/functions/models.measurementEventFromJSON.html +0 -1
- package/doc/functions/models.measurementEventToJSON.html +0 -1
- package/doc/functions/models.protocolsFromJSON.html +0 -1
- package/doc/functions/models.protocolsToJSON.html +0 -1
- package/doc/functions/models.separatorFromJSON.html +0 -1
- package/doc/functions/models.separatorToJSON.html +0 -1
- package/doc/functions/models.signalEncodingFromJSON.html +0 -1
- package/doc/functions/models.signalEncodingToJSON.html +0 -1
- package/doc/functions/models.signalTypeFromJSON.html +0 -1
- package/doc/functions/models.signalTypeToJSON.html +0 -1
- package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +0 -1
- package/doc/functions/models.signalValueTriggerOperatorToJSON.html +0 -1
- package/doc/functions/models.statusLevelFromJSON.html +0 -1
- package/doc/functions/models.statusLevelToJSON.html +0 -1
- package/doc/functions/models.timeReferenceFromJSON.html +0 -1
- package/doc/functions/models.timeReferenceToJSON.html +0 -1
- package/doc/functions/models.triggerOperatorFromJSON.html +0 -1
- package/doc/functions/models.triggerOperatorToJSON.html +0 -1
- package/doc/interfaces/controls.ColumnItem.html +0 -3
- package/doc/interfaces/controls.ColumnItemControlProps.html +0 -4
- package/doc/interfaces/models.Devices.html +0 -2
- package/doc/interfaces/models.FrameDefinitions.html +0 -2
- package/doc/interfaces/models.Frame_PropertiesEntry.html +0 -3
- package/doc/interfaces/models.Frames.html +0 -2
- package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +0 -3
- package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +0 -3
- package/doc/interfaces/models.SignalDefinitions.html +0 -2
- package/doc/types/models.IReadOnlyDataBuffer.html +0 -1
- package/doc/types/models.themes.html +0 -1
- package/doc/variables/models.AboutInformation-1.html +0 -1
- package/doc/variables/models.ActivateLicenseRequest-1.html +0 -1
- package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +0 -1
- package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +0 -1
- package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +0 -1
- package/doc/variables/models.AddOrUpdateSourceRequest-1.html +0 -1
- package/doc/variables/models.AddOrUpdateTargetRequest-1.html +0 -1
- package/doc/variables/models.ApiPreferences-1.html +0 -1
- package/doc/variables/models.AppEventArgs-1.html +0 -1
- package/doc/variables/models.BaseNodeProperties-1.html +0 -1
- package/doc/variables/models.BusStatus-1.html +0 -1
- package/doc/variables/models.CanBusParamLimits-1.html +0 -1
- package/doc/variables/models.CanBusParams-1.html +0 -1
- package/doc/variables/models.CanBusSpeedInfo-1.html +0 -1
- package/doc/variables/models.CanChannelCapacity-1.html +0 -1
- package/doc/variables/models.CanChannelConfiguration-1.html +0 -1
- package/doc/variables/models.CanFDBusSpeedCombination-1.html +0 -1
- package/doc/variables/models.CanFDBusSpeedInfo-1.html +0 -1
- package/doc/variables/models.CanFrameFlags-1.html +0 -1
- package/doc/variables/models.CanMessageFilterSettings-1.html +0 -1
- package/doc/variables/models.Channel-1.html +0 -1
- package/doc/variables/models.ChannelSettings-1.html +0 -1
- package/doc/variables/models.ClearLinMessageRequest-1.html +0 -1
- package/doc/variables/models.ConnectNodesRequest-1.html +0 -1
- package/doc/variables/models.DataProcessingStatus-1.html +0 -1
- package/doc/variables/models.DataProcessorNodeProperties-1.html +0 -1
- package/doc/variables/models.DatabaseFiles-1.html +0 -1
- package/doc/variables/models.DatabasesSettings-1.html +0 -1
- package/doc/variables/models.Device-1.html +0 -1
- package/doc/variables/models.DeviceEventArgs-1.html +0 -1
- package/doc/variables/models.Devices-1.html +0 -1
- package/doc/variables/models.DisconnectNodesRequest-1.html +0 -1
- package/doc/variables/models.Empty-1.html +0 -1
- package/doc/variables/models.ErrorStatus-1.html +0 -1
- package/doc/variables/models.Frame-1.html +0 -1
- package/doc/variables/models.FrameDefinition-1.html +0 -1
- package/doc/variables/models.FrameDefinitions-1.html +0 -1
- package/doc/variables/models.FramePropertyValue-1.html +0 -1
- package/doc/variables/models.FrameReceivedTrigger-1.html +0 -1
- package/doc/variables/models.Frame_PropertiesEntry-1.html +0 -1
- package/doc/variables/models.Frames-1.html +0 -1
- package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +0 -1
- package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +0 -1
- package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +0 -1
- package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +0 -1
- package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +0 -1
- package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +0 -1
- package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +0 -1
- package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +0 -1
- package/doc/variables/models.GetDataProcessorResponse-1.html +0 -1
- package/doc/variables/models.GetDevicesRequest-1.html +0 -1
- package/doc/variables/models.GetDevicesResponse-1.html +0 -1
- package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +0 -1
- package/doc/variables/models.GetLicensesResponse-1.html +0 -1
- package/doc/variables/models.GetLogFileFormatsRequest-1.html +0 -1
- package/doc/variables/models.GetLogFileFormatsResponse-1.html +0 -1
- package/doc/variables/models.GetLogLevelResponse-1.html +0 -1
- package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +0 -1
- package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +0 -1
- package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +0 -1
- package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +0 -1
- package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +0 -1
- package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +0 -1
- package/doc/variables/models.GetSourceResponse-1.html +0 -1
- package/doc/variables/models.GetTargetResponse-1.html +0 -1
- package/doc/variables/models.IdentifierRequest-1.html +0 -1
- package/doc/variables/models.IdentifiersRequest-1.html +0 -1
- package/doc/variables/models.InstallServiceExtensionRequest-1.html +0 -1
- package/doc/variables/models.InterpreterSettings-1.html +0 -1
- package/doc/variables/models.J1939InterpreterSettings-1.html +0 -1
- package/doc/variables/models.LicenseInformation-1.html +0 -1
- package/doc/variables/models.Licenses-1.html +0 -1
- package/doc/variables/models.LinChannelConfiguration-1.html +0 -1
- package/doc/variables/models.LinFrameFlags-1.html +0 -1
- package/doc/variables/models.LogMessage-1.html +0 -1
- package/doc/variables/models.LogMessages-1.html +0 -1
- package/doc/variables/models.LogReplaySettings-1.html +0 -1
- package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +0 -1
- package/doc/variables/models.LogReplayStatus-1.html +0 -1
- package/doc/variables/models.LoggerStatus-1.html +0 -1
- package/doc/variables/models.MeasurementEventArgs-1.html +0 -1
- package/doc/variables/models.MeasurementSetup-1.html +0 -1
- package/doc/variables/models.MessageLoggerSettings-1.html +0 -1
- package/doc/variables/models.NodeStatus-1.html +0 -1
- package/doc/variables/models.NodeStatuses-1.html +0 -1
- package/doc/variables/models.OnlineStatus-1.html +0 -1
- package/doc/variables/models.PeriodicTransmissionSettings-1.html +0 -1
- package/doc/variables/models.RequestLinMessageRequest-1.html +0 -1
- package/doc/variables/models.ScheduleTable-1.html +0 -1
- package/doc/variables/models.ScheduleTableEntry-1.html +0 -1
- package/doc/variables/models.SendLinWakeupFrameRequest-1.html +0 -1
- package/doc/variables/models.SendMessageRequest-1.html +0 -1
- package/doc/variables/models.ServiceExtensionSettings-1.html +0 -1
- package/doc/variables/models.SetLogLevelRequest-1.html +0 -1
- package/doc/variables/models.SetMeasurementSetupRequest-1.html +0 -1
- package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +0 -1
- package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +0 -1
- package/doc/variables/models.SignalDefinition-1.html +0 -1
- package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +0 -1
- package/doc/variables/models.SignalDefinitions-1.html +0 -1
- package/doc/variables/models.SignalFilterSettings-1.html +0 -1
- package/doc/variables/models.SignalLoggerSettings-1.html +0 -1
- package/doc/variables/models.SignalValue-1.html +0 -1
- package/doc/variables/models.SignalValueTrigger-1.html +0 -1
- package/doc/variables/models.SourceNodeProperties-1.html +0 -1
- package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +0 -1
- package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +0 -1
- package/doc/variables/models.TargetNodeProperties-1.html +0 -1
- package/doc/variables/models.TriggerSettings-1.html +0 -1
- package/doc/variables/models.UninstallServiceExtensionRequest-1.html +0 -1
- package/doc/variables/models.UpdateLinMessageRequest-1.html +0 -1
- package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +0 -1
- package/doc/variables/models.WriteFrame-1.html +0 -1
package/dist/status_params.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
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
|
|
3
|
+
function U() {
|
|
4
4
|
return {};
|
|
5
5
|
}
|
|
6
|
-
const
|
|
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 =
|
|
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
|
|
29
|
+
return Qe.fromPartial(e ?? {});
|
|
30
30
|
},
|
|
31
31
|
fromPartial(e) {
|
|
32
|
-
return
|
|
32
|
+
return U();
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
-
var
|
|
36
|
-
function
|
|
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
|
|
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
|
|
72
|
-
function
|
|
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
|
|
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
|
|
123
|
-
function
|
|
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
|
|
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
|
-
|
|
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
|
|
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 =
|
|
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) ?
|
|
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 =
|
|
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
|
|
223
|
+
return en.fromPartial(e ?? {});
|
|
193
224
|
},
|
|
194
225
|
fromPartial(e) {
|
|
195
|
-
const n =
|
|
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
|
|
230
|
+
function w() {
|
|
200
231
|
return { logLevel: 0 };
|
|
201
232
|
}
|
|
202
|
-
const
|
|
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 =
|
|
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) ?
|
|
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 =
|
|
262
|
+
return e.logLevel !== 0 && (n.logLevel = F(e.logLevel)), n;
|
|
232
263
|
},
|
|
233
264
|
create(e) {
|
|
234
|
-
return
|
|
265
|
+
return nn.fromPartial(e ?? {});
|
|
235
266
|
},
|
|
236
267
|
fromPartial(e) {
|
|
237
|
-
const n =
|
|
268
|
+
const n = w();
|
|
238
269
|
return n.logLevel = e.logLevel ?? 0, n;
|
|
239
270
|
}
|
|
240
271
|
};
|
|
241
|
-
function
|
|
272
|
+
function q() {
|
|
242
273
|
return { time: d.ZERO, logLevel: 0, eventId: 0, categoryName: "", message: "" };
|
|
243
274
|
}
|
|
244
|
-
const
|
|
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 =
|
|
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) ?
|
|
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 =
|
|
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
|
|
337
|
+
return I.fromPartial(e ?? {});
|
|
307
338
|
},
|
|
308
339
|
fromPartial(e) {
|
|
309
|
-
const n =
|
|
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
|
|
344
|
+
function Z() {
|
|
314
345
|
return { items: [] };
|
|
315
346
|
}
|
|
316
|
-
const
|
|
347
|
+
const rn = {
|
|
317
348
|
encode(e, n = new u()) {
|
|
318
349
|
for (const r of e.items)
|
|
319
|
-
|
|
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 =
|
|
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(
|
|
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) =>
|
|
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) =>
|
|
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
|
|
384
|
+
return rn.fromPartial(e ?? {});
|
|
354
385
|
},
|
|
355
386
|
fromPartial(e) {
|
|
356
387
|
var r;
|
|
357
|
-
const n =
|
|
358
|
-
return n.items = ((r = e.items) == null ? void 0 : r.map((a) =>
|
|
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
|
|
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 =
|
|
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 =
|
|
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
|
|
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 =
|
|
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 =
|
|
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
|
|
542
|
+
function Y() {
|
|
512
543
|
return { eventType: 0, licenses: void 0 };
|
|
513
544
|
}
|
|
514
|
-
const
|
|
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 =
|
|
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) ?
|
|
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 =
|
|
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
|
|
586
|
+
return tn.fromPartial(e ?? {});
|
|
556
587
|
},
|
|
557
588
|
fromPartial(e) {
|
|
558
|
-
const n =
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
702
|
+
function X() {
|
|
672
703
|
return { preferences: void 0, filePathOrName: "" };
|
|
673
704
|
}
|
|
674
|
-
const
|
|
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 =
|
|
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
|
|
746
|
+
return on.fromPartial(e ?? {});
|
|
716
747
|
},
|
|
717
748
|
fromPartial(e) {
|
|
718
|
-
const n =
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
887
|
+
function b() {
|
|
850
888
|
return { preferences: void 0, licenseKey: "", productId: "" };
|
|
851
889
|
}
|
|
852
|
-
const
|
|
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 =
|
|
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
|
|
938
|
+
return dn.fromPartial(e ?? {});
|
|
901
939
|
},
|
|
902
940
|
fromPartial(e) {
|
|
903
|
-
const n =
|
|
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
|
|
945
|
+
function j() {
|
|
908
946
|
return { apiVersion: "", serviceVersion: "", canlibVersion: "" };
|
|
909
947
|
}
|
|
910
|
-
const
|
|
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 =
|
|
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
|
|
996
|
+
return cn.fromPartial(e ?? {});
|
|
959
997
|
},
|
|
960
998
|
fromPartial(e) {
|
|
961
|
-
const n =
|
|
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
|
|
969
|
-
function
|
|
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
|
|
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
|
|
1047
|
+
function ee() {
|
|
1010
1048
|
return { preferences: void 0, setup: void 0 };
|
|
1011
1049
|
}
|
|
1012
|
-
const
|
|
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 =
|
|
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
|
|
1091
|
+
return Nn.fromPartial(e ?? {});
|
|
1054
1092
|
},
|
|
1055
1093
|
fromPartial(e) {
|
|
1056
|
-
const n =
|
|
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
|
|
1098
|
+
function ne() {
|
|
1061
1099
|
return { preferences: void 0, configuration: void 0 };
|
|
1062
1100
|
}
|
|
1063
|
-
const
|
|
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 =
|
|
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
|
|
1142
|
+
return En.fromPartial(e ?? {});
|
|
1105
1143
|
},
|
|
1106
1144
|
fromPartial(e) {
|
|
1107
|
-
const n =
|
|
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
|
|
1149
|
+
function re() {
|
|
1112
1150
|
return { preferences: void 0, configuration: void 0 };
|
|
1113
1151
|
}
|
|
1114
|
-
const
|
|
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 &&
|
|
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 =
|
|
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 =
|
|
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) ?
|
|
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 =
|
|
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
|
|
1193
|
+
return mn.fromPartial(e ?? {});
|
|
1156
1194
|
},
|
|
1157
1195
|
fromPartial(e) {
|
|
1158
|
-
const n =
|
|
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 ?
|
|
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
|
|
1200
|
+
function ie() {
|
|
1163
1201
|
return { preferences: void 0, source: void 0, replaceAllProperties: !1 };
|
|
1164
1202
|
}
|
|
1165
|
-
const
|
|
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 =
|
|
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
|
|
1251
|
+
return On.fromPartial(e ?? {});
|
|
1214
1252
|
},
|
|
1215
1253
|
fromPartial(e) {
|
|
1216
|
-
const n =
|
|
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
|
|
1258
|
+
function te() {
|
|
1221
1259
|
return { source: void 0 };
|
|
1222
1260
|
}
|
|
1223
|
-
const
|
|
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 =
|
|
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
|
|
1293
|
+
return Tn.fromPartial(e ?? {});
|
|
1256
1294
|
},
|
|
1257
1295
|
fromPartial(e) {
|
|
1258
|
-
const n =
|
|
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
|
|
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
|
|
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 =
|
|
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
|
|
1371
|
+
return Pn.fromPartial(e ?? {});
|
|
1334
1372
|
},
|
|
1335
1373
|
fromPartial(e) {
|
|
1336
|
-
const n =
|
|
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
|
|
1378
|
+
function se() {
|
|
1341
1379
|
return { dataProcessor: void 0 };
|
|
1342
1380
|
}
|
|
1343
|
-
const
|
|
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 =
|
|
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
|
|
1415
|
+
return hn.fromPartial(e ?? {});
|
|
1378
1416
|
},
|
|
1379
1417
|
fromPartial(e) {
|
|
1380
|
-
const n =
|
|
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
|
|
1422
|
+
function oe() {
|
|
1385
1423
|
return { preferences: void 0, target: void 0, replaceAllProperties: !1 };
|
|
1386
1424
|
}
|
|
1387
|
-
const
|
|
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 =
|
|
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
|
|
1473
|
+
return In.fromPartial(e ?? {});
|
|
1436
1474
|
},
|
|
1437
1475
|
fromPartial(e) {
|
|
1438
|
-
const n =
|
|
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
|
|
1480
|
+
function fe() {
|
|
1443
1481
|
return { target: void 0 };
|
|
1444
1482
|
}
|
|
1445
|
-
const
|
|
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 =
|
|
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
|
|
1515
|
+
return kn.fromPartial(e ?? {});
|
|
1478
1516
|
},
|
|
1479
1517
|
fromPartial(e) {
|
|
1480
|
-
const n =
|
|
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
|
|
1522
|
+
function ue() {
|
|
1485
1523
|
return { preferences: void 0, startNode: "", endNode: "" };
|
|
1486
1524
|
}
|
|
1487
|
-
const
|
|
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 =
|
|
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
|
|
1573
|
+
return _n.fromPartial(e ?? {});
|
|
1536
1574
|
},
|
|
1537
1575
|
fromPartial(e) {
|
|
1538
|
-
const n =
|
|
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
|
|
1580
|
+
function de() {
|
|
1543
1581
|
return { preferences: void 0, startNode: "", endNode: "" };
|
|
1544
1582
|
}
|
|
1545
|
-
const
|
|
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 =
|
|
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
|
|
1631
|
+
return gn.fromPartial(e ?? {});
|
|
1594
1632
|
},
|
|
1595
1633
|
fromPartial(e) {
|
|
1596
|
-
const n =
|
|
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
|
|
1638
|
+
function ce() {
|
|
1601
1639
|
return { preferences: void 0, identifier: "" };
|
|
1602
1640
|
}
|
|
1603
|
-
const
|
|
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 =
|
|
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
|
|
1682
|
+
return Rn.fromPartial(e ?? {});
|
|
1645
1683
|
},
|
|
1646
1684
|
fromPartial(e) {
|
|
1647
|
-
const n =
|
|
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
|
|
1689
|
+
function le() {
|
|
1652
1690
|
return { preferences: void 0, identifiers: [] };
|
|
1653
1691
|
}
|
|
1654
|
-
const
|
|
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 =
|
|
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
|
|
1737
|
+
return An.fromPartial(e ?? {});
|
|
1700
1738
|
},
|
|
1701
1739
|
fromPartial(e) {
|
|
1702
1740
|
var r;
|
|
1703
|
-
const n =
|
|
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
|
|
1745
|
+
function pe() {
|
|
1708
1746
|
return { preferences: void 0, channelIdentifier: "", frame: void 0 };
|
|
1709
1747
|
}
|
|
1710
|
-
const
|
|
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 =
|
|
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
|
|
1796
|
+
return Jn.fromPartial(e ?? {});
|
|
1759
1797
|
},
|
|
1760
1798
|
fromPartial(e) {
|
|
1761
|
-
const n =
|
|
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
|
|
1803
|
+
function Se() {
|
|
1766
1804
|
return { preferences: void 0, channelIdentifier: "", count: 0, interval: 0 };
|
|
1767
1805
|
}
|
|
1768
|
-
const
|
|
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 =
|
|
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
|
|
1861
|
+
return Cn.fromPartial(e ?? {});
|
|
1824
1862
|
},
|
|
1825
1863
|
fromPartial(e) {
|
|
1826
|
-
const n =
|
|
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
|
|
1868
|
+
function Ne() {
|
|
1831
1869
|
return { preferences: void 0, channelIdentifier: "", frameId: 0 };
|
|
1832
1870
|
}
|
|
1833
|
-
const
|
|
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 =
|
|
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
|
|
1919
|
+
return Ln.fromPartial(e ?? {});
|
|
1882
1920
|
},
|
|
1883
1921
|
fromPartial(e) {
|
|
1884
|
-
const n =
|
|
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
|
|
1926
|
+
function Ee() {
|
|
1889
1927
|
return { preferences: void 0, channelIdentifier: "", frame: void 0 };
|
|
1890
1928
|
}
|
|
1891
|
-
const
|
|
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 =
|
|
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
|
|
1977
|
+
return xn.fromPartial(e ?? {});
|
|
1940
1978
|
},
|
|
1941
1979
|
fromPartial(e) {
|
|
1942
|
-
const n =
|
|
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
|
|
1984
|
+
function me() {
|
|
1947
1985
|
return { preferences: void 0, channelIdentifier: "", frameId: 0 };
|
|
1948
1986
|
}
|
|
1949
|
-
const
|
|
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 =
|
|
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
|
|
2035
|
+
return Vn.fromPartial(e ?? {});
|
|
1998
2036
|
},
|
|
1999
2037
|
fromPartial(e) {
|
|
2000
|
-
const n =
|
|
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
|
|
2042
|
+
function Oe() {
|
|
2005
2043
|
return { preferences: void 0, settings: void 0 };
|
|
2006
2044
|
}
|
|
2007
|
-
const
|
|
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 =
|
|
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
|
|
2086
|
+
return Gn.fromPartial(e ?? {});
|
|
2049
2087
|
},
|
|
2050
2088
|
fromPartial(e) {
|
|
2051
|
-
const n =
|
|
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
|
|
2093
|
+
function Te() {
|
|
2056
2094
|
return { preferences: void 0, settings: void 0, identifier: "" };
|
|
2057
2095
|
}
|
|
2058
|
-
const
|
|
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 =
|
|
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
|
|
2144
|
+
return vn.fromPartial(e ?? {});
|
|
2107
2145
|
},
|
|
2108
2146
|
fromPartial(e) {
|
|
2109
|
-
const n =
|
|
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
|
|
2151
|
+
function Pe() {
|
|
2114
2152
|
return { periodicTransmissionIdentifier: "" };
|
|
2115
2153
|
}
|
|
2116
|
-
const
|
|
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 =
|
|
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
|
|
2188
|
+
return Dn.fromPartial(e ?? {});
|
|
2151
2189
|
},
|
|
2152
2190
|
fromPartial(e) {
|
|
2153
|
-
const n =
|
|
2191
|
+
const n = Pe();
|
|
2154
2192
|
return n.periodicTransmissionIdentifier = e.periodicTransmissionIdentifier ?? "", n;
|
|
2155
2193
|
}
|
|
2156
2194
|
};
|
|
2157
|
-
function
|
|
2195
|
+
function he() {
|
|
2158
2196
|
return { isOnline: !1 };
|
|
2159
2197
|
}
|
|
2160
|
-
const
|
|
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 =
|
|
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
|
|
2230
|
+
return _.fromPartial(e ?? {});
|
|
2193
2231
|
},
|
|
2194
2232
|
fromPartial(e) {
|
|
2195
|
-
const n =
|
|
2233
|
+
const n = he();
|
|
2196
2234
|
return n.isOnline = e.isOnline ?? !1, n;
|
|
2197
2235
|
}
|
|
2198
2236
|
};
|
|
2199
|
-
function
|
|
2237
|
+
function Ie() {
|
|
2200
2238
|
return { eventType: 0, identifier: void 0, measurementSetup: void 0, onlineStatus: void 0 };
|
|
2201
2239
|
}
|
|
2202
|
-
const
|
|
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 &&
|
|
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 =
|
|
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 =
|
|
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) ?
|
|
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) ?
|
|
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 =
|
|
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
|
|
2295
|
+
return Mn.fromPartial(e ?? {});
|
|
2258
2296
|
},
|
|
2259
2297
|
fromPartial(e) {
|
|
2260
|
-
const n =
|
|
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 ?
|
|
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
|
|
2302
|
+
function ke() {
|
|
2265
2303
|
return { preferences: void 0, messageLog: !1, signalLog: !1, readSupport: !1 };
|
|
2266
2304
|
}
|
|
2267
|
-
const
|
|
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 =
|
|
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
|
|
2360
|
+
return yn.fromPartial(e ?? {});
|
|
2323
2361
|
},
|
|
2324
2362
|
fromPartial(e) {
|
|
2325
|
-
const n =
|
|
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
|
|
2367
|
+
function _e() {
|
|
2330
2368
|
return { formats: [], names: [], extensions: [], descriptions: [] };
|
|
2331
2369
|
}
|
|
2332
|
-
const
|
|
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 =
|
|
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) =>
|
|
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) =>
|
|
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
|
|
2443
|
+
return Fn.fromPartial(e ?? {});
|
|
2406
2444
|
},
|
|
2407
2445
|
fromPartial(e) {
|
|
2408
2446
|
var r, a, t, i;
|
|
2409
|
-
const n =
|
|
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
|
|
2451
|
+
function ge() {
|
|
2414
2452
|
return { preferences: void 0, logFile: "" };
|
|
2415
2453
|
}
|
|
2416
|
-
const
|
|
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 =
|
|
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
|
|
2495
|
+
return Un.fromPartial(e ?? {});
|
|
2458
2496
|
},
|
|
2459
2497
|
fromPartial(e) {
|
|
2460
|
-
const n =
|
|
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
|
|
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
|
|
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
|
|
2558
|
+
function Ae() {
|
|
2521
2559
|
return { preferences: void 0, files: [] };
|
|
2522
2560
|
}
|
|
2523
|
-
const
|
|
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 =
|
|
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
|
|
2606
|
+
return wn.fromPartial(e ?? {});
|
|
2569
2607
|
},
|
|
2570
2608
|
fromPartial(e) {
|
|
2571
2609
|
var r;
|
|
2572
|
-
const n =
|
|
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
|
|
2614
|
+
function Je() {
|
|
2577
2615
|
return { preferences: void 0, files: [] };
|
|
2578
2616
|
}
|
|
2579
|
-
const
|
|
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 =
|
|
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
|
|
2662
|
+
return qn.fromPartial(e ?? {});
|
|
2625
2663
|
},
|
|
2626
2664
|
fromPartial(e) {
|
|
2627
2665
|
var r;
|
|
2628
|
-
const n =
|
|
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
|
|
2670
|
+
function Ce() {
|
|
2633
2671
|
return { tables: [] };
|
|
2634
2672
|
}
|
|
2635
|
-
const
|
|
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 =
|
|
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
|
|
2710
|
+
return Zn.fromPartial(e ?? {});
|
|
2673
2711
|
},
|
|
2674
2712
|
fromPartial(e) {
|
|
2675
2713
|
var r;
|
|
2676
|
-
const n =
|
|
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
|
|
2718
|
+
function Le() {
|
|
2681
2719
|
return { preferences: void 0, messageQualifiedName: "", data: [] };
|
|
2682
2720
|
}
|
|
2683
|
-
const
|
|
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 =
|
|
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
|
|
2780
|
+
return Kn.fromPartial(e ?? {});
|
|
2743
2781
|
},
|
|
2744
2782
|
fromPartial(e) {
|
|
2745
2783
|
var r;
|
|
2746
|
-
const n =
|
|
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
|
|
2788
|
+
function xe() {
|
|
2751
2789
|
return { signalValues: [] };
|
|
2752
2790
|
}
|
|
2753
|
-
const
|
|
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 =
|
|
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
|
|
2828
|
+
return Qn.fromPartial(e ?? {});
|
|
2791
2829
|
},
|
|
2792
2830
|
fromPartial(e) {
|
|
2793
2831
|
var r;
|
|
2794
|
-
const n =
|
|
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
|
|
2836
|
+
function Ve() {
|
|
2799
2837
|
return { preferences: void 0, messageQualifiedName: "", data: [], signalValues: [] };
|
|
2800
2838
|
}
|
|
2801
|
-
const
|
|
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 =
|
|
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
|
|
2908
|
+
return Yn.fromPartial(e ?? {});
|
|
2871
2909
|
},
|
|
2872
2910
|
fromPartial(e) {
|
|
2873
2911
|
var r, a;
|
|
2874
|
-
const n =
|
|
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
|
|
2916
|
+
function Ge() {
|
|
2879
2917
|
return { signalValues: [], data: [] };
|
|
2880
2918
|
}
|
|
2881
|
-
const
|
|
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 =
|
|
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
|
|
2973
|
+
return Hn.fromPartial(e ?? {});
|
|
2936
2974
|
},
|
|
2937
2975
|
fromPartial(e) {
|
|
2938
2976
|
var r, a;
|
|
2939
|
-
const n =
|
|
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
|
|
2947
|
-
function
|
|
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
|
|
2983
|
-
function
|
|
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
|
|
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
|
|
3014
|
-
function
|
|
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
|
|
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
|
|
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
|
|
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 =
|
|
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) ?
|
|
3190
|
-
errorStatus: l(e.errorStatus) ?
|
|
3191
|
-
overrunStatus: l(e.overrunStatus) ?
|
|
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
|
|
3352
|
+
return g.fromPartial(e ?? {});
|
|
3201
3353
|
},
|
|
3202
3354
|
fromPartial(e) {
|
|
3203
|
-
const n =
|
|
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
|
|
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 =
|
|
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
|
|
3417
|
+
return R.fromPartial(e ?? {});
|
|
3266
3418
|
},
|
|
3267
3419
|
fromPartial(e) {
|
|
3268
|
-
const n =
|
|
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
|
|
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 =
|
|
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) ?
|
|
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 =
|
|
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 =
|
|
3462
|
+
const n = Fe();
|
|
3311
3463
|
return n.state = e.state ?? 0, n;
|
|
3312
3464
|
}
|
|
3313
3465
|
};
|
|
3314
|
-
function
|
|
3466
|
+
function Ue() {
|
|
3315
3467
|
return { state: 0 };
|
|
3316
3468
|
}
|
|
3317
|
-
const
|
|
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 =
|
|
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) ?
|
|
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 =
|
|
3498
|
+
return e.state !== 0 && (n.state = rr(e.state)), n;
|
|
3347
3499
|
},
|
|
3348
3500
|
create(e) {
|
|
3349
|
-
return
|
|
3501
|
+
return J.fromPartial(e ?? {});
|
|
3350
3502
|
},
|
|
3351
3503
|
fromPartial(e) {
|
|
3352
|
-
const n =
|
|
3504
|
+
const n = Ue();
|
|
3353
3505
|
return n.state = e.state ?? 0, n;
|
|
3354
3506
|
}
|
|
3355
3507
|
};
|
|
3356
|
-
function
|
|
3508
|
+
function Be() {
|
|
3357
3509
|
return { errors: "" };
|
|
3358
3510
|
}
|
|
3359
|
-
const
|
|
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 =
|
|
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
|
|
3543
|
+
return C.fromPartial(e ?? {});
|
|
3392
3544
|
},
|
|
3393
3545
|
fromPartial(e) {
|
|
3394
|
-
const n =
|
|
3546
|
+
const n = Be();
|
|
3395
3547
|
return n.errors = e.errors ?? "", n;
|
|
3396
3548
|
}
|
|
3397
3549
|
};
|
|
3398
|
-
function
|
|
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
|
|
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 &&
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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) ?
|
|
3482
|
-
dataProcessingStatus: l(e.dataProcessingStatus) ?
|
|
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) ?
|
|
3485
|
-
errorStatus: l(e.errorStatus) ?
|
|
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 =
|
|
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
|
|
3645
|
+
return L.fromPartial(e ?? {});
|
|
3494
3646
|
},
|
|
3495
3647
|
fromPartial(e) {
|
|
3496
|
-
const n =
|
|
3497
|
-
return n.nodeId = e.nodeId ?? "", n.nodeName = e.nodeName ?? "", n.streamId = e.streamId ?? "", n.busStatus = e.busStatus !== void 0 && e.busStatus !== null ?
|
|
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
|
|
3652
|
+
function qe() {
|
|
3501
3653
|
return { items: [] };
|
|
3502
3654
|
}
|
|
3503
|
-
const
|
|
3655
|
+
const ir = {
|
|
3504
3656
|
encode(e, n = new u()) {
|
|
3505
3657
|
for (const r of e.items)
|
|
3506
|
-
|
|
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 =
|
|
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(
|
|
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) =>
|
|
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) =>
|
|
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
|
|
3692
|
+
return ir.fromPartial(e ?? {});
|
|
3541
3693
|
},
|
|
3542
3694
|
fromPartial(e) {
|
|
3543
3695
|
var r;
|
|
3544
|
-
const n =
|
|
3545
|
-
return n.items = ((r = e.items) == null ? void 0 : r.map((a) =>
|
|
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
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
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
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
en as
|
|
3616
|
-
|
|
3617
|
-
rn as
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
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
|
};
|