@camstack/ui-library 0.1.39 → 0.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/dist/composites/addon-global-settings-form.d.ts +60 -0
  2. package/dist/composites/addon-page-props.d.ts +12 -0
  3. package/dist/composites/agent-step-editor.d.ts +15 -0
  4. package/dist/composites/app-shell/app-shell.d.ts +19 -0
  5. package/dist/composites/app-shell/index.d.ts +3 -0
  6. package/dist/composites/app-shell/sidebar-item.d.ts +10 -0
  7. package/dist/composites/app-shell/sidebar.d.ts +14 -0
  8. package/dist/composites/audio-classification-list.d.ts +20 -0
  9. package/dist/composites/audio-level-waveform.d.ts +35 -0
  10. package/dist/composites/audio-waveform.d.ts +20 -0
  11. package/dist/composites/battery-badge.d.ts +12 -0
  12. package/dist/composites/breadcrumb.d.ts +25 -0
  13. package/dist/composites/camera-stream-player.d.ts +87 -0
  14. package/dist/composites/code-block.d.ts +6 -0
  15. package/dist/composites/config-form-builder.d.ts +18 -0
  16. package/dist/composites/config-form-field.d.ts +70 -0
  17. package/dist/composites/confirm-action-button.d.ts +41 -0
  18. package/dist/composites/confirm-dialog.d.ts +13 -0
  19. package/dist/composites/data-table/data-table-header.d.ts +10 -0
  20. package/dist/composites/data-table/data-table-pagination.d.ts +9 -0
  21. package/dist/composites/data-table/data-table-row.d.ts +10 -0
  22. package/dist/composites/data-table/data-table.d.ts +2 -0
  23. package/dist/composites/data-table/index.d.ts +2 -0
  24. package/dist/composites/data-table/types.d.ts +34 -0
  25. package/dist/composites/data-table.d.ts +37 -0
  26. package/dist/composites/detection-canvas.d.ts +29 -0
  27. package/dist/composites/detection-colors.d.ts +15 -0
  28. package/dist/composites/detection-overlay.d.ts +9 -0
  29. package/dist/composites/detection-result-tree.d.ts +11 -0
  30. package/dist/composites/dev-shell.d.ts +20 -0
  31. package/dist/composites/device-activity-panel.d.ts +29 -0
  32. package/dist/composites/device-card.d.ts +38 -0
  33. package/dist/composites/device-grid.d.ts +12 -0
  34. package/dist/composites/device-item/actions.d.ts +9 -0
  35. package/dist/composites/device-item/children-accordion.d.ts +11 -0
  36. package/dist/composites/device-item/features.d.ts +17 -0
  37. package/dist/composites/device-item/header.d.ts +14 -0
  38. package/dist/composites/device-item/helpers.d.ts +147 -0
  39. package/dist/composites/device-item/index.d.ts +5 -0
  40. package/dist/composites/device-item/preview.d.ts +23 -0
  41. package/dist/composites/device-item/status-dot.d.ts +5 -0
  42. package/dist/composites/device-list/empty-state.d.ts +6 -0
  43. package/dist/composites/device-list/filter-chips.d.ts +19 -0
  44. package/dist/composites/device-list/group.d.ts +6 -0
  45. package/dist/composites/device-list/index.d.ts +31 -0
  46. package/dist/composites/device-list/pagination.d.ts +18 -0
  47. package/dist/composites/device-list/url-state.d.ts +24 -0
  48. package/dist/composites/discovery-panel.d.ts +26 -0
  49. package/dist/composites/doorbell-recent-panel.d.ts +10 -0
  50. package/dist/composites/empty-state.d.ts +10 -0
  51. package/dist/composites/event-stream.d.ts +48 -0
  52. package/dist/composites/filter-bar.d.ts +28 -0
  53. package/dist/composites/form-field.d.ts +11 -0
  54. package/dist/composites/image-selector.d.ts +25 -0
  55. package/dist/composites/index.d.ts +99 -0
  56. package/dist/composites/inference-config-selector.d.ts +44 -0
  57. package/dist/composites/kebab-menu.d.ts +39 -0
  58. package/dist/composites/key-value-list.d.ts +9 -0
  59. package/dist/composites/log-stream.d.ts +61 -0
  60. package/dist/composites/login-form.d.ts +8 -0
  61. package/dist/composites/mount-addon-page.d.ts +16 -0
  62. package/dist/composites/node-picker.d.ts +15 -0
  63. package/dist/composites/page-header.d.ts +8 -0
  64. package/dist/composites/phase-icon.d.ts +5 -0
  65. package/dist/composites/pipeline-builder.d.ts +43 -0
  66. package/dist/composites/pipeline-runtime-selector.d.ts +16 -0
  67. package/dist/composites/pipeline-step.d.ts +65 -0
  68. package/dist/composites/pipeline-tree-matrix.d.ts +31 -0
  69. package/dist/composites/provider-badge.d.ts +7 -0
  70. package/dist/composites/ptz-overlay.d.ts +20 -0
  71. package/dist/composites/response-log.d.ts +9 -0
  72. package/dist/composites/slide-over-panel.d.ts +11 -0
  73. package/dist/composites/snapshot-button.d.ts +25 -0
  74. package/dist/composites/stat-card.d.ts +10 -0
  75. package/dist/composites/state-values-stream.d.ts +30 -0
  76. package/dist/composites/status-badge.d.ts +10 -0
  77. package/dist/composites/step-timings.d.ts +9 -0
  78. package/dist/composites/step-tree-master.d.ts +28 -0
  79. package/dist/composites/stream-panel.d.ts +143 -0
  80. package/dist/composites/version-badge.d.ts +24 -0
  81. package/dist/composites/widget-slot.d.ts +20 -0
  82. package/dist/contexts/custom-field-renderers.d.ts +26 -0
  83. package/dist/contexts/device-context.d.ts +20 -0
  84. package/dist/contexts/player-overlays.d.ts +56 -0
  85. package/dist/contexts/system-context.d.ts +19 -0
  86. package/dist/contexts/widget-registry.d.ts +68 -0
  87. package/dist/contexts/zone-editing.d.ts +59 -0
  88. package/dist/generated/system-hooks.d.ts +933 -0
  89. package/dist/hooks/index.d.ts +27 -0
  90. package/dist/hooks/use-cluster-nodes.d.ts +17 -0
  91. package/dist/hooks/use-debounced-string.d.ts +1 -0
  92. package/dist/hooks/use-device-battery.d.ts +14 -0
  93. package/dist/hooks/use-device-capability.d.ts +17 -0
  94. package/dist/hooks/use-device-detections.d.ts +50 -0
  95. package/dist/hooks/use-device-features.d.ts +25 -0
  96. package/dist/hooks/use-device-proxy.d.ts +106 -0
  97. package/dist/hooks/use-device-snapshot.d.ts +10 -0
  98. package/dist/hooks/use-device-webrtc.d.ts +108 -0
  99. package/dist/hooks/use-devices.d.ts +13 -0
  100. package/dist/hooks/use-doorbell-events.d.ts +20 -0
  101. package/dist/hooks/use-event-invalidation.d.ts +1 -0
  102. package/dist/hooks/use-event-stream.d.ts +5 -0
  103. package/dist/hooks/use-is-mobile.d.ts +8 -0
  104. package/dist/hooks/use-live-buffer.d.ts +8 -0
  105. package/dist/hooks/use-live-event.d.ts +3 -0
  106. package/dist/hooks/use-ptz.d.ts +54 -0
  107. package/dist/hooks/use-system-query.d.ts +12 -0
  108. package/dist/icons/index.d.ts +2 -0
  109. package/dist/icons/provider-icons.d.ts +3 -0
  110. package/dist/icons/status-icons.d.ts +3 -0
  111. package/dist/index.cjs +23484 -14252
  112. package/dist/index.cjs.map +1 -1
  113. package/dist/index.d.ts +14 -3787
  114. package/dist/index.js +22810 -13741
  115. package/dist/index.js.map +1 -1
  116. package/dist/lib/cn.d.ts +2 -0
  117. package/dist/lib/index.d.ts +8 -0
  118. package/dist/lib/mf-runtime-init.d.ts +1 -0
  119. package/dist/lib/phase-config.d.ts +16 -0
  120. package/dist/lib/pipeline-mirror.d.ts +23 -0
  121. package/dist/lib/responsive.d.ts +81 -0
  122. package/dist/lib/shared-context.d.ts +5 -0
  123. package/dist/lib/validate-template.d.ts +2 -0
  124. package/dist/primitives/badge.d.ts +11 -0
  125. package/dist/primitives/bottom-sheet.d.ts +9 -0
  126. package/dist/primitives/button.d.ts +10 -0
  127. package/dist/primitives/card.d.ts +9 -0
  128. package/dist/primitives/checkbox.d.ts +4 -0
  129. package/dist/primitives/collapsible-card.d.ts +15 -0
  130. package/dist/primitives/dialog.d.ts +20 -0
  131. package/dist/primitives/dropdown.d.ts +19 -0
  132. package/dist/primitives/floating-panel.d.ts +22 -0
  133. package/dist/primitives/icon-button.d.ts +13 -0
  134. package/dist/primitives/index.d.ts +21 -0
  135. package/dist/primitives/input.d.ts +11 -0
  136. package/dist/primitives/label.d.ts +4 -0
  137. package/dist/primitives/mobile-drawer.d.ts +10 -0
  138. package/dist/primitives/popover.d.ts +10 -0
  139. package/dist/primitives/scroll-area.d.ts +4 -0
  140. package/dist/primitives/select.d.ts +9 -0
  141. package/dist/primitives/separator.d.ts +9 -0
  142. package/dist/primitives/skeleton.d.ts +4 -0
  143. package/dist/primitives/switch.d.ts +7 -0
  144. package/dist/primitives/tabs.d.ts +17 -0
  145. package/dist/primitives/tooltip.d.ts +6 -0
  146. package/dist/theme/create-theme.d.ts +2 -0
  147. package/dist/theme/defaults.d.ts +4 -0
  148. package/dist/theme/index.cjs +228 -248
  149. package/dist/theme/index.cjs.map +1 -1
  150. package/dist/theme/index.d.ts +6 -128
  151. package/dist/theme/index.js +212 -214
  152. package/dist/theme/index.js.map +1 -1
  153. package/dist/theme/theme-provider.d.ts +10 -0
  154. package/dist/theme/theme-to-css.d.ts +2 -0
  155. package/dist/theme/{index.d.cts → types.d.ts} +5 -27
  156. package/dist/theme/use-theme-mode.d.ts +2 -0
  157. package/dist/trpc-react.d.ts +7 -0
  158. package/package.json +5 -3
  159. package/dist/index.d.cts +0 -3787
@@ -0,0 +1,933 @@
1
+ import { trpc } from '../trpc-react.js';
2
+ /** Generated alias around `trpc.accessories.getStatus.useQuery`. */
3
+ export declare const useAccessoriesGetStatus: typeof trpc.accessories.getStatus.useQuery;
4
+ /** Generated alias around `trpc.addonPages.listPages.useQuery`. */
5
+ export declare const useAddonPagesListPages: typeof trpc.addonPages.listPages.useQuery;
6
+ /** Generated alias around `trpc.addons.list.useQuery`. */
7
+ export declare const useAddonsList: typeof trpc.addons.list.useQuery;
8
+ /** Generated alias around `trpc.addons.getLogs.useQuery`. */
9
+ export declare const useAddonsGetLogs: typeof trpc.addons.getLogs.useQuery;
10
+ /** Generated alias around `trpc.addons.listPackages.useQuery`. */
11
+ export declare const useAddonsListPackages: typeof trpc.addons.listPackages.useQuery;
12
+ /** Generated alias around `trpc.addons.installPackage.useMutation`. */
13
+ export declare const useAddonsInstallPackage: typeof trpc.addons.installPackage.useMutation;
14
+ /** Generated alias around `trpc.addons.installFromWorkspace.useMutation`. */
15
+ export declare const useAddonsInstallFromWorkspace: typeof trpc.addons.installFromWorkspace.useMutation;
16
+ /** Generated alias around `trpc.addons.isWorkspaceAvailable.useQuery`. */
17
+ export declare const useAddonsIsWorkspaceAvailable: typeof trpc.addons.isWorkspaceAvailable.useQuery;
18
+ /** Generated alias around `trpc.addons.listWorkspacePackages.useQuery`. */
19
+ export declare const useAddonsListWorkspacePackages: typeof trpc.addons.listWorkspacePackages.useQuery;
20
+ /** Generated alias around `trpc.addons.uninstallPackage.useMutation`. */
21
+ export declare const useAddonsUninstallPackage: typeof trpc.addons.uninstallPackage.useMutation;
22
+ /** Generated alias around `trpc.addons.reloadPackages.useMutation`. */
23
+ export declare const useAddonsReloadPackages: typeof trpc.addons.reloadPackages.useMutation;
24
+ /** Generated alias around `trpc.addons.searchAvailable.useQuery`. */
25
+ export declare const useAddonsSearchAvailable: typeof trpc.addons.searchAvailable.useQuery;
26
+ /** Generated alias around `trpc.addons.listUpdates.useQuery`. */
27
+ export declare const useAddonsListUpdates: typeof trpc.addons.listUpdates.useQuery;
28
+ /** Generated alias around `trpc.addons.updatePackage.useMutation`. */
29
+ export declare const useAddonsUpdatePackage: typeof trpc.addons.updatePackage.useMutation;
30
+ /** Generated alias around `trpc.addons.rollbackPackage.useMutation`. */
31
+ export declare const useAddonsRollbackPackage: typeof trpc.addons.rollbackPackage.useMutation;
32
+ /** Generated alias around `trpc.addons.forceRefresh.useMutation`. */
33
+ export declare const useAddonsForceRefresh: typeof trpc.addons.forceRefresh.useMutation;
34
+ /** Generated alias around `trpc.addons.restartServer.useMutation`. */
35
+ export declare const useAddonsRestartServer: typeof trpc.addons.restartServer.useMutation;
36
+ /** Generated alias around `trpc.addons.getVersions.useQuery`. */
37
+ export declare const useAddonsGetVersions: typeof trpc.addons.getVersions.useQuery;
38
+ /** Generated alias around `trpc.addons.restartAddon.useMutation`. */
39
+ export declare const useAddonsRestartAddon: typeof trpc.addons.restartAddon.useMutation;
40
+ /** Generated alias around `trpc.addons.retryLoad.useMutation`. */
41
+ export declare const useAddonsRetryLoad: typeof trpc.addons.retryLoad.useMutation;
42
+ /** Generated alias around `trpc.addons.getAutoUpdateSettings.useQuery`. */
43
+ export declare const useAddonsGetAutoUpdateSettings: typeof trpc.addons.getAutoUpdateSettings.useQuery;
44
+ /** Generated alias around `trpc.addons.setAutoUpdateSettings.useMutation`. */
45
+ export declare const useAddonsSetAutoUpdateSettings: typeof trpc.addons.setAutoUpdateSettings.useMutation;
46
+ /** Generated alias around `trpc.addons.getAddonAutoUpdate.useQuery`. */
47
+ export declare const useAddonsGetAddonAutoUpdate: typeof trpc.addons.getAddonAutoUpdate.useQuery;
48
+ /** Generated alias around `trpc.addons.setAddonAutoUpdate.useMutation`. */
49
+ export declare const useAddonsSetAddonAutoUpdate: typeof trpc.addons.setAddonAutoUpdate.useMutation;
50
+ /** Generated alias around `trpc.addons.applyAutoUpdateToAll.useMutation`. */
51
+ export declare const useAddonsApplyAutoUpdateToAll: typeof trpc.addons.applyAutoUpdateToAll.useMutation;
52
+ /** Generated alias around `trpc.addons.custom.useMutation`. */
53
+ export declare const useAddonsCustom: typeof trpc.addons.custom.useMutation;
54
+ /** Generated alias around `trpc.addons.onAddonLogs.useSubscription`. */
55
+ export declare const useAddonsOnAddonLogs: typeof trpc.addons.onAddonLogs.useSubscription;
56
+ /** Generated alias around `trpc.addonSettings.getGlobalSettings.useQuery`. */
57
+ export declare const useAddonSettingsGetGlobalSettings: typeof trpc.addonSettings.getGlobalSettings.useQuery;
58
+ /** Generated alias around `trpc.addonSettings.updateGlobalSettings.useMutation`. */
59
+ export declare const useAddonSettingsUpdateGlobalSettings: typeof trpc.addonSettings.updateGlobalSettings.useMutation;
60
+ /** Generated alias around `trpc.addonSettings.getDeviceSettings.useQuery`. */
61
+ export declare const useAddonSettingsGetDeviceSettings: typeof trpc.addonSettings.getDeviceSettings.useQuery;
62
+ /** Generated alias around `trpc.addonSettings.updateDeviceSettings.useMutation`. */
63
+ export declare const useAddonSettingsUpdateDeviceSettings: typeof trpc.addonSettings.updateDeviceSettings.useMutation;
64
+ /** Generated alias around `trpc.addonWidgets.listWidgets.useQuery`. */
65
+ export declare const useAddonWidgetsListWidgets: typeof trpc.addonWidgets.listWidgets.useQuery;
66
+ /** Generated alias around `trpc.alerts.emit.useMutation`. */
67
+ export declare const useAlertsEmit: typeof trpc.alerts.emit.useMutation;
68
+ /** Generated alias around `trpc.alerts.update.useMutation`. */
69
+ export declare const useAlertsUpdate: typeof trpc.alerts.update.useMutation;
70
+ /** Generated alias around `trpc.alerts.list.useQuery`. */
71
+ export declare const useAlertsList: typeof trpc.alerts.list.useQuery;
72
+ /** Generated alias around `trpc.alerts.getUnreadCount.useQuery`. */
73
+ export declare const useAlertsGetUnreadCount: typeof trpc.alerts.getUnreadCount.useQuery;
74
+ /** Generated alias around `trpc.alerts.markRead.useMutation`. */
75
+ export declare const useAlertsMarkRead: typeof trpc.alerts.markRead.useMutation;
76
+ /** Generated alias around `trpc.alerts.markAllRead.useMutation`. */
77
+ export declare const useAlertsMarkAllRead: typeof trpc.alerts.markAllRead.useMutation;
78
+ /** Generated alias around `trpc.alerts.dismiss.useMutation`. */
79
+ export declare const useAlertsDismiss: typeof trpc.alerts.dismiss.useMutation;
80
+ /** Generated alias around `trpc.audioAnalysis.resolveDeviceSettings.useQuery`. */
81
+ export declare const useAudioAnalysisResolveDeviceSettings: typeof trpc.audioAnalysis.resolveDeviceSettings.useQuery;
82
+ /** Generated alias around `trpc.audioAnalysis.getDeviceSettingsContribution.useQuery`. */
83
+ export declare const useAudioAnalysisGetDeviceSettingsContribution: typeof trpc.audioAnalysis.getDeviceSettingsContribution.useQuery;
84
+ /** Generated alias around `trpc.audioAnalysis.getDeviceLiveContribution.useQuery`. */
85
+ export declare const useAudioAnalysisGetDeviceLiveContribution: typeof trpc.audioAnalysis.getDeviceLiveContribution.useQuery;
86
+ /** Generated alias around `trpc.audioAnalysis.applyDeviceSettingsPatch.useMutation`. */
87
+ export declare const useAudioAnalysisApplyDeviceSettingsPatch: typeof trpc.audioAnalysis.applyDeviceSettingsPatch.useMutation;
88
+ /** Generated alias around `trpc.audioAnalyzer.analyseChunk.useMutation`. */
89
+ export declare const useAudioAnalyzerAnalyseChunk: typeof trpc.audioAnalyzer.analyseChunk.useMutation;
90
+ /** Generated alias around `trpc.audioAnalyzer.classify.useQuery`. */
91
+ export declare const useAudioAnalyzerClassify: typeof trpc.audioAnalyzer.classify.useQuery;
92
+ /** Generated alias around `trpc.audioAnalyzer.isReady.useQuery`. */
93
+ export declare const useAudioAnalyzerIsReady: typeof trpc.audioAnalyzer.isReady.useQuery;
94
+ /** Generated alias around `trpc.audioAnalyzer.dispose.useMutation`. */
95
+ export declare const useAudioAnalyzerDispose: typeof trpc.audioAnalyzer.dispose.useMutation;
96
+ /** Generated alias around `trpc.audioAnalyzer.reprobeAudioEngine.useMutation`. */
97
+ export declare const useAudioAnalyzerReprobeAudioEngine: typeof trpc.audioAnalyzer.reprobeAudioEngine.useMutation;
98
+ /** Generated alias around `trpc.audioCodec.listSupportedCodecs.useQuery`. */
99
+ export declare const useAudioCodecListSupportedCodecs: typeof trpc.audioCodec.listSupportedCodecs.useQuery;
100
+ /** Generated alias around `trpc.audioCodec.canHandle.useQuery`. */
101
+ export declare const useAudioCodecCanHandle: typeof trpc.audioCodec.canHandle.useQuery;
102
+ /** Generated alias around `trpc.audioCodec.createDecodeSession.useMutation`. */
103
+ export declare const useAudioCodecCreateDecodeSession: typeof trpc.audioCodec.createDecodeSession.useMutation;
104
+ /** Generated alias around `trpc.audioCodec.createEncodeSession.useMutation`. */
105
+ export declare const useAudioCodecCreateEncodeSession: typeof trpc.audioCodec.createEncodeSession.useMutation;
106
+ /** Generated alias around `trpc.audioCodec.closeSession.useMutation`. */
107
+ export declare const useAudioCodecCloseSession: typeof trpc.audioCodec.closeSession.useMutation;
108
+ /** Generated alias around `trpc.audioCodec.pushEncodedFrame.useMutation`. */
109
+ export declare const useAudioCodecPushEncodedFrame: typeof trpc.audioCodec.pushEncodedFrame.useMutation;
110
+ /** Generated alias around `trpc.audioCodec.pullPcm.useQuery`. */
111
+ export declare const useAudioCodecPullPcm: typeof trpc.audioCodec.pullPcm.useQuery;
112
+ /** Generated alias around `trpc.audioCodec.pushPcm.useMutation`. */
113
+ export declare const useAudioCodecPushPcm: typeof trpc.audioCodec.pushPcm.useMutation;
114
+ /** Generated alias around `trpc.audioCodec.pullEncoded.useQuery`. */
115
+ export declare const useAudioCodecPullEncoded: typeof trpc.audioCodec.pullEncoded.useQuery;
116
+ /** Generated alias around `trpc.audioCodec.flushEncode.useMutation`. */
117
+ export declare const useAudioCodecFlushEncode: typeof trpc.audioCodec.flushEncode.useMutation;
118
+ /** Generated alias around `trpc.audioCodec.listActiveSessions.useQuery`. */
119
+ export declare const useAudioCodecListActiveSessions: typeof trpc.audioCodec.listActiveSessions.useQuery;
120
+ /** Generated alias around `trpc.audioMetrics.getCurrentSnapshot.useQuery`. */
121
+ export declare const useAudioMetricsGetCurrentSnapshot: typeof trpc.audioMetrics.getCurrentSnapshot.useQuery;
122
+ /** Generated alias around `trpc.audioMetrics.getHistory.useQuery`. */
123
+ export declare const useAudioMetricsGetHistory: typeof trpc.audioMetrics.getHistory.useQuery;
124
+ /** Generated alias around `trpc.authentication.listProviders.useQuery`. */
125
+ export declare const useAuthenticationListProviders: typeof trpc.authentication.listProviders.useQuery;
126
+ /** Generated alias around `trpc.authentication.setProviderEnabled.useMutation`. */
127
+ export declare const useAuthenticationSetProviderEnabled: typeof trpc.authentication.setProviderEnabled.useMutation;
128
+ /** Generated alias around `trpc.backup.listDestinations.useQuery`. */
129
+ export declare const useBackupListDestinations: typeof trpc.backup.listDestinations.useQuery;
130
+ /** Generated alias around `trpc.backup.trigger.useMutation`. */
131
+ export declare const useBackupTrigger: typeof trpc.backup.trigger.useMutation;
132
+ /** Generated alias around `trpc.backup.list.useQuery`. */
133
+ export declare const useBackupList: typeof trpc.backup.list.useQuery;
134
+ /** Generated alias around `trpc.backup.listLocations.useQuery`. */
135
+ export declare const useBackupListLocations: typeof trpc.backup.listLocations.useQuery;
136
+ /** Generated alias around `trpc.backup.getEntries.useQuery`. */
137
+ export declare const useBackupGetEntries: typeof trpc.backup.getEntries.useQuery;
138
+ /** Generated alias around `trpc.backup.restore.useMutation`. */
139
+ export declare const useBackupRestore: typeof trpc.backup.restore.useMutation;
140
+ /** Generated alias around `trpc.backup.delete.useMutation`. */
141
+ export declare const useBackupDelete: typeof trpc.backup.delete.useMutation;
142
+ /** Generated alias around `trpc.backup.listArchives.useQuery`. */
143
+ export declare const useBackupListArchives: typeof trpc.backup.listArchives.useQuery;
144
+ /** Generated alias around `trpc.backup.upsertDestinationPolicy.useMutation`. */
145
+ export declare const useBackupUpsertDestinationPolicy: typeof trpc.backup.upsertDestinationPolicy.useMutation;
146
+ /** Generated alias around `trpc.backup.previewSchedule.useQuery`. */
147
+ export declare const useBackupPreviewSchedule: typeof trpc.backup.previewSchedule.useQuery;
148
+ /** Generated alias around `trpc.battery.getStatus.useQuery`. */
149
+ export declare const useBatteryGetStatus: typeof trpc.battery.getStatus.useQuery;
150
+ /** Generated alias around `trpc.brightness.setBrightness.useMutation`. */
151
+ export declare const useBrightnessSetBrightness: typeof trpc.brightness.setBrightness.useMutation;
152
+ /** Generated alias around `trpc.brightness.getStatus.useQuery`. */
153
+ export declare const useBrightnessGetStatus: typeof trpc.brightness.getStatus.useQuery;
154
+ /** Generated alias around `trpc.cameraStreams.getCameraStreams.useQuery`. */
155
+ export declare const useCameraStreamsGetCameraStreams: typeof trpc.cameraStreams.getCameraStreams.useQuery;
156
+ /** Generated alias around `trpc.cameraStreams.getBrokerStreams.useQuery`. */
157
+ export declare const useCameraStreamsGetBrokerStreams: typeof trpc.cameraStreams.getBrokerStreams.useQuery;
158
+ /** Generated alias around `trpc.cameraStreams.getRtspEntries.useQuery`. */
159
+ export declare const useCameraStreamsGetRtspEntries: typeof trpc.cameraStreams.getRtspEntries.useQuery;
160
+ /** Generated alias around `trpc.decoder.supportsCodec.useQuery`. */
161
+ export declare const useDecoderSupportsCodec: typeof trpc.decoder.supportsCodec.useQuery;
162
+ /** Generated alias around `trpc.decoder.getInfo.useQuery`. */
163
+ export declare const useDecoderGetInfo: typeof trpc.decoder.getInfo.useQuery;
164
+ /** Generated alias around `trpc.decoder.createSession.useQuery`. */
165
+ export declare const useDecoderCreateSession: typeof trpc.decoder.createSession.useQuery;
166
+ /** Generated alias around `trpc.decoder.destroySession.useQuery`. */
167
+ export declare const useDecoderDestroySession: typeof trpc.decoder.destroySession.useQuery;
168
+ /** Generated alias around `trpc.decoder.pushPacket.useQuery`. */
169
+ export declare const useDecoderPushPacket: typeof trpc.decoder.pushPacket.useQuery;
170
+ /** Generated alias around `trpc.decoder.openStream.useQuery`. */
171
+ export declare const useDecoderOpenStream: typeof trpc.decoder.openStream.useQuery;
172
+ /** Generated alias around `trpc.decoder.pullFrames.useQuery`. */
173
+ export declare const useDecoderPullFrames: typeof trpc.decoder.pullFrames.useQuery;
174
+ /** Generated alias around `trpc.decoder.updateConfig.useQuery`. */
175
+ export declare const useDecoderUpdateConfig: typeof trpc.decoder.updateConfig.useQuery;
176
+ /** Generated alias around `trpc.decoder.getStats.useQuery`. */
177
+ export declare const useDecoderGetStats: typeof trpc.decoder.getStats.useQuery;
178
+ /** Generated alias around `trpc.decoder.listActiveSessions.useQuery`. */
179
+ export declare const useDecoderListActiveSessions: typeof trpc.decoder.listActiveSessions.useQuery;
180
+ /** Generated alias around `trpc.decoder.reprobeHwaccel.useMutation`. */
181
+ export declare const useDecoderReprobeHwaccel: typeof trpc.decoder.reprobeHwaccel.useMutation;
182
+ /** Generated alias around `trpc.detectionPipeline.getDeviceSettingsContribution.useQuery`. */
183
+ export declare const useDetectionPipelineGetDeviceSettingsContribution: typeof trpc.detectionPipeline.getDeviceSettingsContribution.useQuery;
184
+ /** Generated alias around `trpc.detectionPipeline.getDeviceLiveContribution.useQuery`. */
185
+ export declare const useDetectionPipelineGetDeviceLiveContribution: typeof trpc.detectionPipeline.getDeviceLiveContribution.useQuery;
186
+ /** Generated alias around `trpc.detectionPipeline.applyDeviceSettingsPatch.useMutation`. */
187
+ export declare const useDetectionPipelineApplyDeviceSettingsPatch: typeof trpc.detectionPipeline.applyDeviceSettingsPatch.useMutation;
188
+ /** Generated alias around `trpc.deviceDiscovery.listDiscovered.useQuery`. */
189
+ export declare const useDeviceDiscoveryListDiscovered: typeof trpc.deviceDiscovery.listDiscovered.useQuery;
190
+ /** Generated alias around `trpc.deviceDiscovery.refreshDiscovery.useMutation`. */
191
+ export declare const useDeviceDiscoveryRefreshDiscovery: typeof trpc.deviceDiscovery.refreshDiscovery.useMutation;
192
+ /** Generated alias around `trpc.deviceDiscovery.adoptDevice.useMutation`. */
193
+ export declare const useDeviceDiscoveryAdoptDevice: typeof trpc.deviceDiscovery.adoptDevice.useMutation;
194
+ /** Generated alias around `trpc.deviceDiscovery.releaseDevice.useMutation`. */
195
+ export declare const useDeviceDiscoveryReleaseDevice: typeof trpc.deviceDiscovery.releaseDevice.useMutation;
196
+ /** Generated alias around `trpc.deviceDiscovery.getStatus.useQuery`. */
197
+ export declare const useDeviceDiscoveryGetStatus: typeof trpc.deviceDiscovery.getStatus.useQuery;
198
+ /** Generated alias around `trpc.deviceManager.allocateDeviceId.useMutation`. */
199
+ export declare const useDeviceManagerAllocateDeviceId: typeof trpc.deviceManager.allocateDeviceId.useMutation;
200
+ /** Generated alias around `trpc.deviceManager.registerDevice.useMutation`. */
201
+ export declare const useDeviceManagerRegisterDevice: typeof trpc.deviceManager.registerDevice.useMutation;
202
+ /** Generated alias around `trpc.deviceManager.removeDevice.useMutation`. */
203
+ export declare const useDeviceManagerRemoveDevice: typeof trpc.deviceManager.removeDevice.useMutation;
204
+ /** Generated alias around `trpc.deviceManager.persistConfig.useMutation`. */
205
+ export declare const useDeviceManagerPersistConfig: typeof trpc.deviceManager.persistConfig.useMutation;
206
+ /** Generated alias around `trpc.deviceManager.loadConfig.useQuery`. */
207
+ export declare const useDeviceManagerLoadConfig: typeof trpc.deviceManager.loadConfig.useQuery;
208
+ /** Generated alias around `trpc.deviceManager.loadRuntimeState.useQuery`. */
209
+ export declare const useDeviceManagerLoadRuntimeState: typeof trpc.deviceManager.loadRuntimeState.useQuery;
210
+ /** Generated alias around `trpc.deviceManager.loadMeta.useQuery`. */
211
+ export declare const useDeviceManagerLoadMeta: typeof trpc.deviceManager.loadMeta.useQuery;
212
+ /** Generated alias around `trpc.deviceManager.setName.useMutation`. */
213
+ export declare const useDeviceManagerSetName: typeof trpc.deviceManager.setName.useMutation;
214
+ /** Generated alias around `trpc.deviceManager.setLocation.useMutation`. */
215
+ export declare const useDeviceManagerSetLocation: typeof trpc.deviceManager.setLocation.useMutation;
216
+ /** Generated alias around `trpc.deviceManager.setMetadata.useMutation`. */
217
+ export declare const useDeviceManagerSetMetadata: typeof trpc.deviceManager.setMetadata.useMutation;
218
+ /** Generated alias around `trpc.deviceManager.listLocations.useQuery`. */
219
+ export declare const useDeviceManagerListLocations: typeof trpc.deviceManager.listLocations.useQuery;
220
+ /** Generated alias around `trpc.deviceManager.addLocation.useMutation`. */
221
+ export declare const useDeviceManagerAddLocation: typeof trpc.deviceManager.addLocation.useMutation;
222
+ /** Generated alias around `trpc.deviceManager.removeLocation.useMutation`. */
223
+ export declare const useDeviceManagerRemoveLocation: typeof trpc.deviceManager.removeLocation.useMutation;
224
+ /** Generated alias around `trpc.deviceManager.setDisabled.useMutation`. */
225
+ export declare const useDeviceManagerSetDisabled: typeof trpc.deviceManager.setDisabled.useMutation;
226
+ /** Generated alias around `trpc.deviceManager.listPersistedByAddon.useQuery`. */
227
+ export declare const useDeviceManagerListPersistedByAddon: typeof trpc.deviceManager.listPersistedByAddon.useQuery;
228
+ /** Generated alias around `trpc.deviceManager.listAll.useQuery`. */
229
+ export declare const useDeviceManagerListAll: typeof trpc.deviceManager.listAll.useQuery;
230
+ /** Generated alias around `trpc.deviceManager.getDevice.useQuery`. */
231
+ export declare const useDeviceManagerGetDevice: typeof trpc.deviceManager.getDevice.useQuery;
232
+ /** Generated alias around `trpc.deviceManager.getChildren.useQuery`. */
233
+ export declare const useDeviceManagerGetChildren: typeof trpc.deviceManager.getChildren.useQuery;
234
+ /** Generated alias around `trpc.deviceManager.getStreamSources.useQuery`. */
235
+ export declare const useDeviceManagerGetStreamSources: typeof trpc.deviceManager.getStreamSources.useQuery;
236
+ /** Generated alias around `trpc.deviceManager.getConfigSchema.useQuery`. */
237
+ export declare const useDeviceManagerGetConfigSchema: typeof trpc.deviceManager.getConfigSchema.useQuery;
238
+ /** Generated alias around `trpc.deviceManager.getSettingsSchema.useQuery`. */
239
+ export declare const useDeviceManagerGetSettingsSchema: typeof trpc.deviceManager.getSettingsSchema.useQuery;
240
+ /** Generated alias around `trpc.deviceManager.updateConfig.useMutation`. */
241
+ export declare const useDeviceManagerUpdateConfig: typeof trpc.deviceManager.updateConfig.useMutation;
242
+ /** Generated alias around `trpc.deviceManager.enable.useMutation`. */
243
+ export declare const useDeviceManagerEnable: typeof trpc.deviceManager.enable.useMutation;
244
+ /** Generated alias around `trpc.deviceManager.disable.useMutation`. */
245
+ export declare const useDeviceManagerDisable: typeof trpc.deviceManager.disable.useMutation;
246
+ /** Generated alias around `trpc.deviceManager.remove.useMutation`. */
247
+ export declare const useDeviceManagerRemove: typeof trpc.deviceManager.remove.useMutation;
248
+ /** Generated alias around `trpc.deviceManager.getStreamProfileMap.useQuery`. */
249
+ export declare const useDeviceManagerGetStreamProfileMap: typeof trpc.deviceManager.getStreamProfileMap.useQuery;
250
+ /** Generated alias around `trpc.deviceManager.setStreamProfileMap.useMutation`. */
251
+ export declare const useDeviceManagerSetStreamProfileMap: typeof trpc.deviceManager.setStreamProfileMap.useMutation;
252
+ /** Generated alias around `trpc.deviceManager.probeStreams.useMutation`. */
253
+ export declare const useDeviceManagerProbeStreams: typeof trpc.deviceManager.probeStreams.useMutation;
254
+ /** Generated alias around `trpc.deviceManager.getBindings.useQuery`. */
255
+ export declare const useDeviceManagerGetBindings: typeof trpc.deviceManager.getBindings.useQuery;
256
+ /** Generated alias around `trpc.deviceManager.getAllBindings.useQuery`. */
257
+ export declare const useDeviceManagerGetAllBindings: typeof trpc.deviceManager.getAllBindings.useQuery;
258
+ /** Generated alias around `trpc.deviceManager.setWrapperActive.useMutation`. */
259
+ export declare const useDeviceManagerSetWrapperActive: typeof trpc.deviceManager.setWrapperActive.useMutation;
260
+ /** Generated alias around `trpc.deviceManager.listWrappersForCap.useQuery`. */
261
+ export declare const useDeviceManagerListWrappersForCap: typeof trpc.deviceManager.listWrappersForCap.useQuery;
262
+ /** Generated alias around `trpc.deviceManager.listBindableCapsForDeviceType.useQuery`. */
263
+ export declare const useDeviceManagerListBindableCapsForDeviceType: typeof trpc.deviceManager.listBindableCapsForDeviceType.useQuery;
264
+ /** Generated alias around `trpc.deviceManager.getDeviceSettingsAggregate.useQuery`. */
265
+ export declare const useDeviceManagerGetDeviceSettingsAggregate: typeof trpc.deviceManager.getDeviceSettingsAggregate.useQuery;
266
+ /** Generated alias around `trpc.deviceManager.getDeviceLiveInfoAggregate.useQuery`. */
267
+ export declare const useDeviceManagerGetDeviceLiveInfoAggregate: typeof trpc.deviceManager.getDeviceLiveInfoAggregate.useQuery;
268
+ /** Generated alias around `trpc.deviceManager.getDeviceAggregate.useQuery`. */
269
+ export declare const useDeviceManagerGetDeviceAggregate: typeof trpc.deviceManager.getDeviceAggregate.useQuery;
270
+ /** Generated alias around `trpc.deviceManager.updateDeviceField.useMutation`. */
271
+ export declare const useDeviceManagerUpdateDeviceField: typeof trpc.deviceManager.updateDeviceField.useMutation;
272
+ /** Generated alias around `trpc.deviceManager.updateDeviceFieldsBatch.useMutation`. */
273
+ export declare const useDeviceManagerUpdateDeviceFieldsBatch: typeof trpc.deviceManager.updateDeviceFieldsBatch.useMutation;
274
+ /** Generated alias around `trpc.deviceManager.discoverDevices.useMutation`. */
275
+ export declare const useDeviceManagerDiscoverDevices: typeof trpc.deviceManager.discoverDevices.useMutation;
276
+ /** Generated alias around `trpc.deviceManager.adoptDevice.useMutation`. */
277
+ export declare const useDeviceManagerAdoptDevice: typeof trpc.deviceManager.adoptDevice.useMutation;
278
+ /** Generated alias around `trpc.deviceManager.getCreationSchema.useQuery`. */
279
+ export declare const useDeviceManagerGetCreationSchema: typeof trpc.deviceManager.getCreationSchema.useQuery;
280
+ /** Generated alias around `trpc.deviceManager.createDevice.useMutation`. */
281
+ export declare const useDeviceManagerCreateDevice: typeof trpc.deviceManager.createDevice.useMutation;
282
+ /** Generated alias around `trpc.deviceManager.testCreationField.useMutation`. */
283
+ export declare const useDeviceManagerTestCreationField: typeof trpc.deviceManager.testCreationField.useMutation;
284
+ /** Generated alias around `trpc.deviceManager.testField.useMutation`. */
285
+ export declare const useDeviceManagerTestField: typeof trpc.deviceManager.testField.useMutation;
286
+ /** Generated alias around `trpc.deviceManager.getDeviceStatusAggregate.useQuery`. */
287
+ export declare const useDeviceManagerGetDeviceStatusAggregate: typeof trpc.deviceManager.getDeviceStatusAggregate.useQuery;
288
+ /** Generated alias around `trpc.deviceOps.getStreamSources.useQuery`. */
289
+ export declare const useDeviceOpsGetStreamSources: typeof trpc.deviceOps.getStreamSources.useQuery;
290
+ /** Generated alias around `trpc.deviceOps.getConfigEntries.useQuery`. */
291
+ export declare const useDeviceOpsGetConfigEntries: typeof trpc.deviceOps.getConfigEntries.useQuery;
292
+ /** Generated alias around `trpc.deviceOps.setConfig.useMutation`. */
293
+ export declare const useDeviceOpsSetConfig: typeof trpc.deviceOps.setConfig.useMutation;
294
+ /** Generated alias around `trpc.deviceOps.removeDevice.useMutation`. */
295
+ export declare const useDeviceOpsRemoveDevice: typeof trpc.deviceOps.removeDevice.useMutation;
296
+ /** Generated alias around `trpc.deviceOps.getSettingsSchema.useQuery`. */
297
+ export declare const useDeviceOpsGetSettingsSchema: typeof trpc.deviceOps.getSettingsSchema.useQuery;
298
+ /** Generated alias around `trpc.deviceProvider.start.useMutation`. */
299
+ export declare const useDeviceProviderStart: typeof trpc.deviceProvider.start.useMutation;
300
+ /** Generated alias around `trpc.deviceProvider.stop.useMutation`. */
301
+ export declare const useDeviceProviderStop: typeof trpc.deviceProvider.stop.useMutation;
302
+ /** Generated alias around `trpc.deviceProvider.getStatus.useQuery`. */
303
+ export declare const useDeviceProviderGetStatus: typeof trpc.deviceProvider.getStatus.useQuery;
304
+ /** Generated alias around `trpc.deviceProvider.getDevices.useQuery`. */
305
+ export declare const useDeviceProviderGetDevices: typeof trpc.deviceProvider.getDevices.useQuery;
306
+ /** Generated alias around `trpc.deviceProvider.supportsDiscovery.useQuery`. */
307
+ export declare const useDeviceProviderSupportsDiscovery: typeof trpc.deviceProvider.supportsDiscovery.useQuery;
308
+ /** Generated alias around `trpc.deviceProvider.discoverDevices.useMutation`. */
309
+ export declare const useDeviceProviderDiscoverDevices: typeof trpc.deviceProvider.discoverDevices.useMutation;
310
+ /** Generated alias around `trpc.deviceProvider.adoptDiscoveredDevice.useMutation`. */
311
+ export declare const useDeviceProviderAdoptDiscoveredDevice: typeof trpc.deviceProvider.adoptDiscoveredDevice.useMutation;
312
+ /** Generated alias around `trpc.deviceProvider.supportsManualCreation.useQuery`. */
313
+ export declare const useDeviceProviderSupportsManualCreation: typeof trpc.deviceProvider.supportsManualCreation.useQuery;
314
+ /** Generated alias around `trpc.deviceProvider.getChildCreationSchema.useQuery`. */
315
+ export declare const useDeviceProviderGetChildCreationSchema: typeof trpc.deviceProvider.getChildCreationSchema.useQuery;
316
+ /** Generated alias around `trpc.deviceProvider.createDevice.useMutation`. */
317
+ export declare const useDeviceProviderCreateDevice: typeof trpc.deviceProvider.createDevice.useMutation;
318
+ /** Generated alias around `trpc.deviceProvider.testCreationField.useMutation`. */
319
+ export declare const useDeviceProviderTestCreationField: typeof trpc.deviceProvider.testCreationField.useMutation;
320
+ /** Generated alias around `trpc.deviceState.getSnapshot.useQuery`. */
321
+ export declare const useDeviceStateGetSnapshot: typeof trpc.deviceState.getSnapshot.useQuery;
322
+ /** Generated alias around `trpc.deviceState.getCapSlice.useQuery`. */
323
+ export declare const useDeviceStateGetCapSlice: typeof trpc.deviceState.getCapSlice.useQuery;
324
+ /** Generated alias around `trpc.deviceState.getAllSnapshots.useQuery`. */
325
+ export declare const useDeviceStateGetAllSnapshots: typeof trpc.deviceState.getAllSnapshots.useQuery;
326
+ /** Generated alias around `trpc.deviceState.setCapSlice.useMutation`. */
327
+ export declare const useDeviceStateSetCapSlice: typeof trpc.deviceState.setCapSlice.useMutation;
328
+ /** Generated alias around `trpc.doorbell.getStatus.useQuery`. */
329
+ export declare const useDoorbellGetStatus: typeof trpc.doorbell.getStatus.useQuery;
330
+ /** Generated alias around `trpc.events.getEvents.useQuery`. */
331
+ export declare const useEventsGetEvents: typeof trpc.events.getEvents.useQuery;
332
+ /** Generated alias around `trpc.events.getEventThumbnail.useQuery`. */
333
+ export declare const useEventsGetEventThumbnail: typeof trpc.events.getEventThumbnail.useQuery;
334
+ /** Generated alias around `trpc.events.getEventClipUrl.useQuery`. */
335
+ export declare const useEventsGetEventClipUrl: typeof trpc.events.getEventClipUrl.useQuery;
336
+ /** Generated alias around `trpc.integrations.list.useQuery`. */
337
+ export declare const useIntegrationsList: typeof trpc.integrations.list.useQuery;
338
+ /** Generated alias around `trpc.integrations.get.useQuery`. */
339
+ export declare const useIntegrationsGet: typeof trpc.integrations.get.useQuery;
340
+ /** Generated alias around `trpc.integrations.getByAddonId.useQuery`. */
341
+ export declare const useIntegrationsGetByAddonId: typeof trpc.integrations.getByAddonId.useQuery;
342
+ /** Generated alias around `trpc.integrations.create.useMutation`. */
343
+ export declare const useIntegrationsCreate: typeof trpc.integrations.create.useMutation;
344
+ /** Generated alias around `trpc.integrations.update.useMutation`. */
345
+ export declare const useIntegrationsUpdate: typeof trpc.integrations.update.useMutation;
346
+ /** Generated alias around `trpc.integrations.delete.useMutation`. */
347
+ export declare const useIntegrationsDelete: typeof trpc.integrations.delete.useMutation;
348
+ /** Generated alias around `trpc.integrations.getSettings.useQuery`. */
349
+ export declare const useIntegrationsGetSettings: typeof trpc.integrations.getSettings.useQuery;
350
+ /** Generated alias around `trpc.integrations.setSettings.useMutation`. */
351
+ export declare const useIntegrationsSetSettings: typeof trpc.integrations.setSettings.useMutation;
352
+ /** Generated alias around `trpc.integrations.getAvailableTypes.useQuery`. */
353
+ export declare const useIntegrationsGetAvailableTypes: typeof trpc.integrations.getAvailableTypes.useQuery;
354
+ /** Generated alias around `trpc.integrations.testConnection.useMutation`. */
355
+ export declare const useIntegrationsTestConnection: typeof trpc.integrations.testConnection.useMutation;
356
+ /** Generated alias around `trpc.intercom.startSession.useMutation`. */
357
+ export declare const useIntercomStartSession: typeof trpc.intercom.startSession.useMutation;
358
+ /** Generated alias around `trpc.intercom.handleAnswer.useMutation`. */
359
+ export declare const useIntercomHandleAnswer: typeof trpc.intercom.handleAnswer.useMutation;
360
+ /** Generated alias around `trpc.intercom.stopSession.useMutation`. */
361
+ export declare const useIntercomStopSession: typeof trpc.intercom.stopSession.useMutation;
362
+ /** Generated alias around `trpc.intercom.getStatus.useQuery`. */
363
+ export declare const useIntercomGetStatus: typeof trpc.intercom.getStatus.useQuery;
364
+ /** Generated alias around `trpc.localNetwork.list.useQuery`. */
365
+ export declare const useLocalNetworkList: typeof trpc.localNetwork.list.useQuery;
366
+ /** Generated alias around `trpc.localNetwork.getPreferred.useQuery`. */
367
+ export declare const useLocalNetworkGetPreferred: typeof trpc.localNetwork.getPreferred.useQuery;
368
+ /** Generated alias around `trpc.localNetwork.getConnectionEndpoints.useQuery`. */
369
+ export declare const useLocalNetworkGetConnectionEndpoints: typeof trpc.localNetwork.getConnectionEndpoints.useQuery;
370
+ /** Generated alias around `trpc.localNetwork.getAllowedAddresses.useQuery`. */
371
+ export declare const useLocalNetworkGetAllowedAddresses: typeof trpc.localNetwork.getAllowedAddresses.useQuery;
372
+ /** Generated alias around `trpc.localNetwork.setAllowedAddresses.useMutation`. */
373
+ export declare const useLocalNetworkSetAllowedAddresses: typeof trpc.localNetwork.setAllowedAddresses.useMutation;
374
+ /** Generated alias around `trpc.localNetwork.resetAllowlistToBestMatch.useMutation`. */
375
+ export declare const useLocalNetworkResetAllowlistToBestMatch: typeof trpc.localNetwork.resetAllowlistToBestMatch.useMutation;
376
+ /** Generated alias around `trpc.meshOrchestrator.listProviders.useQuery`. */
377
+ export declare const useMeshOrchestratorListProviders: typeof trpc.meshOrchestrator.listProviders.useQuery;
378
+ /** Generated alias around `trpc.meshOrchestrator.joinProvider.useMutation`. */
379
+ export declare const useMeshOrchestratorJoinProvider: typeof trpc.meshOrchestrator.joinProvider.useMutation;
380
+ /** Generated alias around `trpc.meshOrchestrator.leaveProvider.useMutation`. */
381
+ export declare const useMeshOrchestratorLeaveProvider: typeof trpc.meshOrchestrator.leaveProvider.useMutation;
382
+ /** Generated alias around `trpc.metricsProvider.collectSnapshot.useQuery`. */
383
+ export declare const useMetricsProviderCollectSnapshot: typeof trpc.metricsProvider.collectSnapshot.useQuery;
384
+ /** Generated alias around `trpc.metricsProvider.getCached.useQuery`. */
385
+ export declare const useMetricsProviderGetCached: typeof trpc.metricsProvider.getCached.useQuery;
386
+ /** Generated alias around `trpc.metricsProvider.getCurrent.useQuery`. */
387
+ export declare const useMetricsProviderGetCurrent: typeof trpc.metricsProvider.getCurrent.useQuery;
388
+ /** Generated alias around `trpc.metricsProvider.getDiskSpace.useQuery`. */
389
+ export declare const useMetricsProviderGetDiskSpace: typeof trpc.metricsProvider.getDiskSpace.useQuery;
390
+ /** Generated alias around `trpc.metricsProvider.getGpuInfo.useQuery`. */
391
+ export declare const useMetricsProviderGetGpuInfo: typeof trpc.metricsProvider.getGpuInfo.useQuery;
392
+ /** Generated alias around `trpc.metricsProvider.getCpuTemperature.useQuery`. */
393
+ export declare const useMetricsProviderGetCpuTemperature: typeof trpc.metricsProvider.getCpuTemperature.useQuery;
394
+ /** Generated alias around `trpc.metricsProvider.getProcessStats.useQuery`. */
395
+ export declare const useMetricsProviderGetProcessStats: typeof trpc.metricsProvider.getProcessStats.useQuery;
396
+ /** Generated alias around `trpc.metricsProvider.listAddonInstances.useQuery`. */
397
+ export declare const useMetricsProviderListAddonInstances: typeof trpc.metricsProvider.listAddonInstances.useQuery;
398
+ /** Generated alias around `trpc.metricsProvider.getAddonStats.useQuery`. */
399
+ export declare const useMetricsProviderGetAddonStats: typeof trpc.metricsProvider.getAddonStats.useQuery;
400
+ /** Generated alias around `trpc.metricsProvider.listNodeProcesses.useQuery`. */
401
+ export declare const useMetricsProviderListNodeProcesses: typeof trpc.metricsProvider.listNodeProcesses.useQuery;
402
+ /** Generated alias around `trpc.metricsProvider.killProcess.useMutation`. */
403
+ export declare const useMetricsProviderKillProcess: typeof trpc.metricsProvider.killProcess.useMutation;
404
+ /** Generated alias around `trpc.motion.isDetected.useQuery`. */
405
+ export declare const useMotionIsDetected: typeof trpc.motion.isDetected.useQuery;
406
+ /** Generated alias around `trpc.motion.getStatus.useQuery`. */
407
+ export declare const useMotionGetStatus: typeof trpc.motion.getStatus.useQuery;
408
+ /** Generated alias around `trpc.motionDetection.analyze.useMutation`. */
409
+ export declare const useMotionDetectionAnalyze: typeof trpc.motionDetection.analyze.useMutation;
410
+ /** Generated alias around `trpc.motionDetection.removeCamera.useMutation`. */
411
+ export declare const useMotionDetectionRemoveCamera: typeof trpc.motionDetection.removeCamera.useMutation;
412
+ /** Generated alias around `trpc.motionDetection.reset.useMutation`. */
413
+ export declare const useMotionDetectionReset: typeof trpc.motionDetection.reset.useMutation;
414
+ /** Generated alias around `trpc.motionDetection.getDeviceSettingsContribution.useQuery`. */
415
+ export declare const useMotionDetectionGetDeviceSettingsContribution: typeof trpc.motionDetection.getDeviceSettingsContribution.useQuery;
416
+ /** Generated alias around `trpc.motionDetection.getDeviceLiveContribution.useQuery`. */
417
+ export declare const useMotionDetectionGetDeviceLiveContribution: typeof trpc.motionDetection.getDeviceLiveContribution.useQuery;
418
+ /** Generated alias around `trpc.motionDetection.applyDeviceSettingsPatch.useMutation`. */
419
+ export declare const useMotionDetectionApplyDeviceSettingsPatch: typeof trpc.motionDetection.applyDeviceSettingsPatch.useMutation;
420
+ /** Generated alias around `trpc.motionTrigger.setMotionTrigger.useMutation`. */
421
+ export declare const useMotionTriggerSetMotionTrigger: typeof trpc.motionTrigger.setMotionTrigger.useMutation;
422
+ /** Generated alias around `trpc.motionTrigger.getStatus.useQuery`. */
423
+ export declare const useMotionTriggerGetStatus: typeof trpc.motionTrigger.getStatus.useQuery;
424
+ /** Generated alias around `trpc.nativeObjectDetection.getStatus.useQuery`. */
425
+ export declare const useNativeObjectDetectionGetStatus: typeof trpc.nativeObjectDetection.getStatus.useQuery;
426
+ /** Generated alias around `trpc.networkQuality.getDeviceStats.useQuery`. */
427
+ export declare const useNetworkQualityGetDeviceStats: typeof trpc.networkQuality.getDeviceStats.useQuery;
428
+ /** Generated alias around `trpc.networkQuality.getAllStats.useQuery`. */
429
+ export declare const useNetworkQualityGetAllStats: typeof trpc.networkQuality.getAllStats.useQuery;
430
+ /** Generated alias around `trpc.networkQuality.reportClientStats.useMutation`. */
431
+ export declare const useNetworkQualityReportClientStats: typeof trpc.networkQuality.reportClientStats.useMutation;
432
+ /** Generated alias around `trpc.nodes.topology.useQuery`. */
433
+ export declare const useNodesTopology: typeof trpc.nodes.topology.useQuery;
434
+ /** Generated alias around `trpc.nodes.deployAddon.useMutation`. */
435
+ export declare const useNodesDeployAddon: typeof trpc.nodes.deployAddon.useMutation;
436
+ /** Generated alias around `trpc.nodes.undeployAddon.useMutation`. */
437
+ export declare const useNodesUndeployAddon: typeof trpc.nodes.undeployAddon.useMutation;
438
+ /** Generated alias around `trpc.nodes.restartAddon.useMutation`. */
439
+ export declare const useNodesRestartAddon: typeof trpc.nodes.restartAddon.useMutation;
440
+ /** Generated alias around `trpc.nodes.restartProcess.useMutation`. */
441
+ export declare const useNodesRestartProcess: typeof trpc.nodes.restartProcess.useMutation;
442
+ /** Generated alias around `trpc.nodes.restartNode.useMutation`. */
443
+ export declare const useNodesRestartNode: typeof trpc.nodes.restartNode.useMutation;
444
+ /** Generated alias around `trpc.nodes.shutdownNode.useMutation`. */
445
+ export declare const useNodesShutdownNode: typeof trpc.nodes.shutdownNode.useMutation;
446
+ /** Generated alias around `trpc.nodes.renameNode.useMutation`. */
447
+ export declare const useNodesRenameNode: typeof trpc.nodes.renameNode.useMutation;
448
+ /** Generated alias around `trpc.nodes.clusterAddonStatus.useQuery`. */
449
+ export declare const useNodesClusterAddonStatus: typeof trpc.nodes.clusterAddonStatus.useQuery;
450
+ /** Generated alias around `trpc.nodes.setProcessLogLevel.useMutation`. */
451
+ export declare const useNodesSetProcessLogLevel: typeof trpc.nodes.setProcessLogLevel.useMutation;
452
+ /** Generated alias around `trpc.nodes.executeQuery.useMutation`. */
453
+ export declare const useNodesExecuteQuery: typeof trpc.nodes.executeQuery.useMutation;
454
+ /** Generated alias around `trpc.notificationOutput.send.useMutation`. */
455
+ export declare const useNotificationOutputSend: typeof trpc.notificationOutput.send.useMutation;
456
+ /** Generated alias around `trpc.notificationOutput.sendTest.useMutation`. */
457
+ export declare const useNotificationOutputSendTest: typeof trpc.notificationOutput.sendTest.useMutation;
458
+ /** Generated alias around `trpc.osd.setOverlay.useMutation`. */
459
+ export declare const useOsdSetOverlay: typeof trpc.osd.setOverlay.useMutation;
460
+ /** Generated alias around `trpc.osd.getStatus.useQuery`. */
461
+ export declare const useOsdGetStatus: typeof trpc.osd.getStatus.useQuery;
462
+ /** Generated alias around `trpc.pipelineAnalytics.getActiveTracks.useQuery`. */
463
+ export declare const usePipelineAnalyticsGetActiveTracks: typeof trpc.pipelineAnalytics.getActiveTracks.useQuery;
464
+ /** Generated alias around `trpc.pipelineAnalytics.getTrack.useQuery`. */
465
+ export declare const usePipelineAnalyticsGetTrack: typeof trpc.pipelineAnalytics.getTrack.useQuery;
466
+ /** Generated alias around `trpc.pipelineAnalytics.listTracks.useQuery`. */
467
+ export declare const usePipelineAnalyticsListTracks: typeof trpc.pipelineAnalytics.listTracks.useQuery;
468
+ /** Generated alias around `trpc.pipelineAnalytics.clearTracks.useMutation`. */
469
+ export declare const usePipelineAnalyticsClearTracks: typeof trpc.pipelineAnalytics.clearTracks.useMutation;
470
+ /** Generated alias around `trpc.pipelineAnalytics.getMotionEvents.useQuery`. */
471
+ export declare const usePipelineAnalyticsGetMotionEvents: typeof trpc.pipelineAnalytics.getMotionEvents.useQuery;
472
+ /** Generated alias around `trpc.pipelineAnalytics.getObjectEvents.useQuery`. */
473
+ export declare const usePipelineAnalyticsGetObjectEvents: typeof trpc.pipelineAnalytics.getObjectEvents.useQuery;
474
+ /** Generated alias around `trpc.pipelineAnalytics.getAudioEvents.useQuery`. */
475
+ export declare const usePipelineAnalyticsGetAudioEvents: typeof trpc.pipelineAnalytics.getAudioEvents.useQuery;
476
+ /** Generated alias around `trpc.pipelineAnalytics.getEventMedia.useQuery`. */
477
+ export declare const usePipelineAnalyticsGetEventMedia: typeof trpc.pipelineAnalytics.getEventMedia.useQuery;
478
+ /** Generated alias around `trpc.pipelineAnalytics.getTrackMedia.useQuery`. */
479
+ export declare const usePipelineAnalyticsGetTrackMedia: typeof trpc.pipelineAnalytics.getTrackMedia.useQuery;
480
+ /** Generated alias around `trpc.pipelineAnalytics.getDeviceSettingsContribution.useQuery`. */
481
+ export declare const usePipelineAnalyticsGetDeviceSettingsContribution: typeof trpc.pipelineAnalytics.getDeviceSettingsContribution.useQuery;
482
+ /** Generated alias around `trpc.pipelineAnalytics.getDeviceLiveContribution.useQuery`. */
483
+ export declare const usePipelineAnalyticsGetDeviceLiveContribution: typeof trpc.pipelineAnalytics.getDeviceLiveContribution.useQuery;
484
+ /** Generated alias around `trpc.pipelineAnalytics.applyDeviceSettingsPatch.useMutation`. */
485
+ export declare const usePipelineAnalyticsApplyDeviceSettingsPatch: typeof trpc.pipelineAnalytics.applyDeviceSettingsPatch.useMutation;
486
+ /** Generated alias around `trpc.pipelineExecutor.getAvailableEngines.useQuery`. */
487
+ export declare const usePipelineExecutorGetAvailableEngines: typeof trpc.pipelineExecutor.getAvailableEngines.useQuery;
488
+ /** Generated alias around `trpc.pipelineExecutor.getSelectedEngine.useQuery`. */
489
+ export declare const usePipelineExecutorGetSelectedEngine: typeof trpc.pipelineExecutor.getSelectedEngine.useQuery;
490
+ /** Generated alias around `trpc.pipelineExecutor.getDefaultSteps.useQuery`. */
491
+ export declare const usePipelineExecutorGetDefaultSteps: typeof trpc.pipelineExecutor.getDefaultSteps.useQuery;
492
+ /** Generated alias around `trpc.pipelineExecutor.reprobeEngine.useMutation`. */
493
+ export declare const usePipelineExecutorReprobeEngine: typeof trpc.pipelineExecutor.reprobeEngine.useMutation;
494
+ /** Generated alias around `trpc.pipelineExecutor.getVideoPipelineSteps.useQuery`. */
495
+ export declare const usePipelineExecutorGetVideoPipelineSteps: typeof trpc.pipelineExecutor.getVideoPipelineSteps.useQuery;
496
+ /** Generated alias around `trpc.pipelineExecutor.setVideoPipelineSteps.useMutation`. */
497
+ export declare const usePipelineExecutorSetVideoPipelineSteps: typeof trpc.pipelineExecutor.setVideoPipelineSteps.useMutation;
498
+ /** Generated alias around `trpc.pipelineExecutor.getSchema.useQuery`. */
499
+ export declare const usePipelineExecutorGetSchema: typeof trpc.pipelineExecutor.getSchema.useQuery;
500
+ /** Generated alias around `trpc.pipelineExecutor.getGlobalSteps.useQuery`. */
501
+ export declare const usePipelineExecutorGetGlobalSteps: typeof trpc.pipelineExecutor.getGlobalSteps.useQuery;
502
+ /** Generated alias around `trpc.pipelineExecutor.getGlobalPipelineConfig.useQuery`. */
503
+ export declare const usePipelineExecutorGetGlobalPipelineConfig: typeof trpc.pipelineExecutor.getGlobalPipelineConfig.useQuery;
504
+ /** Generated alias around `trpc.pipelineExecutor.getOrchestratorConfigSchema.useQuery`. */
505
+ export declare const usePipelineExecutorGetOrchestratorConfigSchema: typeof trpc.pipelineExecutor.getOrchestratorConfigSchema.useQuery;
506
+ /** Generated alias around `trpc.pipelineExecutor.listTemplates.useQuery`. */
507
+ export declare const usePipelineExecutorListTemplates: typeof trpc.pipelineExecutor.listTemplates.useQuery;
508
+ /** Generated alias around `trpc.pipelineExecutor.saveTemplate.useMutation`. */
509
+ export declare const usePipelineExecutorSaveTemplate: typeof trpc.pipelineExecutor.saveTemplate.useMutation;
510
+ /** Generated alias around `trpc.pipelineExecutor.updateTemplate.useMutation`. */
511
+ export declare const usePipelineExecutorUpdateTemplate: typeof trpc.pipelineExecutor.updateTemplate.useMutation;
512
+ /** Generated alias around `trpc.pipelineExecutor.deleteTemplate.useMutation`. */
513
+ export declare const usePipelineExecutorDeleteTemplate: typeof trpc.pipelineExecutor.deleteTemplate.useMutation;
514
+ /** Generated alias around `trpc.pipelineExecutor.getCapabilities.useQuery`. */
515
+ export declare const usePipelineExecutorGetCapabilities: typeof trpc.pipelineExecutor.getCapabilities.useQuery;
516
+ /** Generated alias around `trpc.pipelineExecutor.getAddonModels.useQuery`. */
517
+ export declare const usePipelineExecutorGetAddonModels: typeof trpc.pipelineExecutor.getAddonModels.useQuery;
518
+ /** Generated alias around `trpc.pipelineExecutor.downloadModel.useMutation`. */
519
+ export declare const usePipelineExecutorDownloadModel: typeof trpc.pipelineExecutor.downloadModel.useMutation;
520
+ /** Generated alias around `trpc.pipelineExecutor.deleteModel.useMutation`. */
521
+ export declare const usePipelineExecutorDeleteModel: typeof trpc.pipelineExecutor.deleteModel.useMutation;
522
+ /** Generated alias around `trpc.pipelineExecutor.detect.useQuery`. */
523
+ export declare const usePipelineExecutorDetect: typeof trpc.pipelineExecutor.detect.useQuery;
524
+ /** Generated alias around `trpc.pipelineExecutor.runPipeline.useMutation`. */
525
+ export declare const usePipelineExecutorRunPipeline: typeof trpc.pipelineExecutor.runPipeline.useMutation;
526
+ /** Generated alias around `trpc.pipelineExecutor.runPipelineBatch.useMutation`. */
527
+ export declare const usePipelineExecutorRunPipelineBatch: typeof trpc.pipelineExecutor.runPipelineBatch.useMutation;
528
+ /** Generated alias around `trpc.pipelineExecutor.cacheFrameInPool.useMutation`. */
529
+ export declare const usePipelineExecutorCacheFrameInPool: typeof trpc.pipelineExecutor.cacheFrameInPool.useMutation;
530
+ /** Generated alias around `trpc.pipelineExecutor.inferCached.useMutation`. */
531
+ export declare const usePipelineExecutorInferCached: typeof trpc.pipelineExecutor.inferCached.useMutation;
532
+ /** Generated alias around `trpc.pipelineExecutor.uncacheFrame.useMutation`. */
533
+ export declare const usePipelineExecutorUncacheFrame: typeof trpc.pipelineExecutor.uncacheFrame.useMutation;
534
+ /** Generated alias around `trpc.pipelineExecutor.getEffectiveTuning.useQuery`. */
535
+ export declare const usePipelineExecutorGetEffectiveTuning: typeof trpc.pipelineExecutor.getEffectiveTuning.useQuery;
536
+ /** Generated alias around `trpc.pipelineExecutor.listLoadedEngines.useQuery`. */
537
+ export declare const usePipelineExecutorListLoadedEngines: typeof trpc.pipelineExecutor.listLoadedEngines.useQuery;
538
+ /** Generated alias around `trpc.pipelineExecutor.spinEngine.useMutation`. */
539
+ export declare const usePipelineExecutorSpinEngine: typeof trpc.pipelineExecutor.spinEngine.useMutation;
540
+ /** Generated alias around `trpc.pipelineExecutor.killEngine.useMutation`. */
541
+ export declare const usePipelineExecutorKillEngine: typeof trpc.pipelineExecutor.killEngine.useMutation;
542
+ /** Generated alias around `trpc.pipelineExecutor.listReferenceImages.useQuery`. */
543
+ export declare const usePipelineExecutorListReferenceImages: typeof trpc.pipelineExecutor.listReferenceImages.useQuery;
544
+ /** Generated alias around `trpc.pipelineExecutor.getReferenceImage.useQuery`. */
545
+ export declare const usePipelineExecutorGetReferenceImage: typeof trpc.pipelineExecutor.getReferenceImage.useQuery;
546
+ /** Generated alias around `trpc.pipelineExecutor.getReferenceAudioFiles.useQuery`. */
547
+ export declare const usePipelineExecutorGetReferenceAudioFiles: typeof trpc.pipelineExecutor.getReferenceAudioFiles.useQuery;
548
+ /** Generated alias around `trpc.pipelineExecutor.getReferenceAudio.useQuery`. */
549
+ export declare const usePipelineExecutorGetReferenceAudio: typeof trpc.pipelineExecutor.getReferenceAudio.useQuery;
550
+ /** Generated alias around `trpc.pipelineExecutor.getAudioCapabilities.useQuery`. */
551
+ export declare const usePipelineExecutorGetAudioCapabilities: typeof trpc.pipelineExecutor.getAudioCapabilities.useQuery;
552
+ /** Generated alias around `trpc.pipelineExecutor.runAudioTest.useMutation`. */
553
+ export declare const usePipelineExecutorRunAudioTest: typeof trpc.pipelineExecutor.runAudioTest.useMutation;
554
+ /** Generated alias around `trpc.pipelineExecutor.getDetectionConfigSchema.useQuery`. */
555
+ export declare const usePipelineExecutorGetDetectionConfigSchema: typeof trpc.pipelineExecutor.getDetectionConfigSchema.useQuery;
556
+ /** Generated alias around `trpc.pipelineOrchestrator.assignPipeline.useMutation`. */
557
+ export declare const usePipelineOrchestratorAssignPipeline: typeof trpc.pipelineOrchestrator.assignPipeline.useMutation;
558
+ /** Generated alias around `trpc.pipelineOrchestrator.unassignPipeline.useMutation`. */
559
+ export declare const usePipelineOrchestratorUnassignPipeline: typeof trpc.pipelineOrchestrator.unassignPipeline.useMutation;
560
+ /** Generated alias around `trpc.pipelineOrchestrator.rebalance.useMutation`. */
561
+ export declare const usePipelineOrchestratorRebalance: typeof trpc.pipelineOrchestrator.rebalance.useMutation;
562
+ /** Generated alias around `trpc.pipelineOrchestrator.getPipelineAssignments.useQuery`. */
563
+ export declare const usePipelineOrchestratorGetPipelineAssignments: typeof trpc.pipelineOrchestrator.getPipelineAssignments.useQuery;
564
+ /** Generated alias around `trpc.pipelineOrchestrator.getPipelineAssignment.useQuery`. */
565
+ export declare const usePipelineOrchestratorGetPipelineAssignment: typeof trpc.pipelineOrchestrator.getPipelineAssignment.useQuery;
566
+ /** Generated alias around `trpc.pipelineOrchestrator.getAgentLoad.useQuery`. */
567
+ export declare const usePipelineOrchestratorGetAgentLoad: typeof trpc.pipelineOrchestrator.getAgentLoad.useQuery;
568
+ /** Generated alias around `trpc.pipelineOrchestrator.getGlobalMetrics.useQuery`. */
569
+ export declare const usePipelineOrchestratorGetGlobalMetrics: typeof trpc.pipelineOrchestrator.getGlobalMetrics.useQuery;
570
+ /** Generated alias around `trpc.pipelineOrchestrator.getCameraMetrics.useQuery`. */
571
+ export declare const usePipelineOrchestratorGetCameraMetrics: typeof trpc.pipelineOrchestrator.getCameraMetrics.useQuery;
572
+ /** Generated alias around `trpc.pipelineOrchestrator.getCapabilityBindings.useQuery`. */
573
+ export declare const usePipelineOrchestratorGetCapabilityBindings: typeof trpc.pipelineOrchestrator.getCapabilityBindings.useQuery;
574
+ /** Generated alias around `trpc.pipelineOrchestrator.setCapabilityBinding.useMutation`. */
575
+ export declare const usePipelineOrchestratorSetCapabilityBinding: typeof trpc.pipelineOrchestrator.setCapabilityBinding.useMutation;
576
+ /** Generated alias around `trpc.pipelineOrchestrator.assignDecoder.useMutation`. */
577
+ export declare const usePipelineOrchestratorAssignDecoder: typeof trpc.pipelineOrchestrator.assignDecoder.useMutation;
578
+ /** Generated alias around `trpc.pipelineOrchestrator.unassignDecoder.useMutation`. */
579
+ export declare const usePipelineOrchestratorUnassignDecoder: typeof trpc.pipelineOrchestrator.unassignDecoder.useMutation;
580
+ /** Generated alias around `trpc.pipelineOrchestrator.getDecoderAssignments.useQuery`. */
581
+ export declare const usePipelineOrchestratorGetDecoderAssignments: typeof trpc.pipelineOrchestrator.getDecoderAssignments.useQuery;
582
+ /** Generated alias around `trpc.pipelineOrchestrator.assignAudio.useMutation`. */
583
+ export declare const usePipelineOrchestratorAssignAudio: typeof trpc.pipelineOrchestrator.assignAudio.useMutation;
584
+ /** Generated alias around `trpc.pipelineOrchestrator.unassignAudio.useMutation`. */
585
+ export declare const usePipelineOrchestratorUnassignAudio: typeof trpc.pipelineOrchestrator.unassignAudio.useMutation;
586
+ /** Generated alias around `trpc.pipelineOrchestrator.getAudioAssignment.useQuery`. */
587
+ export declare const usePipelineOrchestratorGetAudioAssignment: typeof trpc.pipelineOrchestrator.getAudioAssignment.useQuery;
588
+ /** Generated alias around `trpc.pipelineOrchestrator.getAudioNodeLoad.useQuery`. */
589
+ export declare const usePipelineOrchestratorGetAudioNodeLoad: typeof trpc.pipelineOrchestrator.getAudioNodeLoad.useQuery;
590
+ /** Generated alias around `trpc.pipelineOrchestrator.getAudioAssignments.useQuery`. */
591
+ export declare const usePipelineOrchestratorGetAudioAssignments: typeof trpc.pipelineOrchestrator.getAudioAssignments.useQuery;
592
+ /** Generated alias around `trpc.pipelineOrchestrator.getDecoderAssignment.useQuery`. */
593
+ export declare const usePipelineOrchestratorGetDecoderAssignment: typeof trpc.pipelineOrchestrator.getDecoderAssignment.useQuery;
594
+ /** Generated alias around `trpc.pipelineOrchestrator.getAgentSettings.useQuery`. */
595
+ export declare const usePipelineOrchestratorGetAgentSettings: typeof trpc.pipelineOrchestrator.getAgentSettings.useQuery;
596
+ /** Generated alias around `trpc.pipelineOrchestrator.listAgentSettings.useQuery`. */
597
+ export declare const usePipelineOrchestratorListAgentSettings: typeof trpc.pipelineOrchestrator.listAgentSettings.useQuery;
598
+ /** Generated alias around `trpc.pipelineOrchestrator.setAgentAddonDefaults.useMutation`. */
599
+ export declare const usePipelineOrchestratorSetAgentAddonDefaults: typeof trpc.pipelineOrchestrator.setAgentAddonDefaults.useMutation;
600
+ /** Generated alias around `trpc.pipelineOrchestrator.removeAgentSettings.useMutation`. */
601
+ export declare const usePipelineOrchestratorRemoveAgentSettings: typeof trpc.pipelineOrchestrator.removeAgentSettings.useMutation;
602
+ /** Generated alias around `trpc.pipelineOrchestrator.getCameraSettings.useQuery`. */
603
+ export declare const usePipelineOrchestratorGetCameraSettings: typeof trpc.pipelineOrchestrator.getCameraSettings.useQuery;
604
+ /** Generated alias around `trpc.pipelineOrchestrator.setCameraStepToggle.useMutation`. */
605
+ export declare const usePipelineOrchestratorSetCameraStepToggle: typeof trpc.pipelineOrchestrator.setCameraStepToggle.useMutation;
606
+ /** Generated alias around `trpc.pipelineOrchestrator.getCameraStepOverrides.useQuery`. */
607
+ export declare const usePipelineOrchestratorGetCameraStepOverrides: typeof trpc.pipelineOrchestrator.getCameraStepOverrides.useQuery;
608
+ /** Generated alias around `trpc.pipelineOrchestrator.setCameraStepOverride.useMutation`. */
609
+ export declare const usePipelineOrchestratorSetCameraStepOverride: typeof trpc.pipelineOrchestrator.setCameraStepOverride.useMutation;
610
+ /** Generated alias around `trpc.pipelineOrchestrator.setCameraPipelineForAgent.useMutation`. */
611
+ export declare const usePipelineOrchestratorSetCameraPipelineForAgent: typeof trpc.pipelineOrchestrator.setCameraPipelineForAgent.useMutation;
612
+ /** Generated alias around `trpc.pipelineOrchestrator.resolvePipeline.useQuery`. */
613
+ export declare const usePipelineOrchestratorResolvePipeline: typeof trpc.pipelineOrchestrator.resolvePipeline.useQuery;
614
+ /** Generated alias around `trpc.pipelineOrchestrator.listTemplates.useQuery`. */
615
+ export declare const usePipelineOrchestratorListTemplates: typeof trpc.pipelineOrchestrator.listTemplates.useQuery;
616
+ /** Generated alias around `trpc.pipelineOrchestrator.saveTemplate.useMutation`. */
617
+ export declare const usePipelineOrchestratorSaveTemplate: typeof trpc.pipelineOrchestrator.saveTemplate.useMutation;
618
+ /** Generated alias around `trpc.pipelineOrchestrator.updateTemplate.useMutation`. */
619
+ export declare const usePipelineOrchestratorUpdateTemplate: typeof trpc.pipelineOrchestrator.updateTemplate.useMutation;
620
+ /** Generated alias around `trpc.pipelineOrchestrator.deleteTemplate.useMutation`. */
621
+ export declare const usePipelineOrchestratorDeleteTemplate: typeof trpc.pipelineOrchestrator.deleteTemplate.useMutation;
622
+ /** Generated alias around `trpc.pipelineOrchestrator.getDeviceSettingsContribution.useQuery`. */
623
+ export declare const usePipelineOrchestratorGetDeviceSettingsContribution: typeof trpc.pipelineOrchestrator.getDeviceSettingsContribution.useQuery;
624
+ /** Generated alias around `trpc.pipelineOrchestrator.getDeviceLiveContribution.useQuery`. */
625
+ export declare const usePipelineOrchestratorGetDeviceLiveContribution: typeof trpc.pipelineOrchestrator.getDeviceLiveContribution.useQuery;
626
+ /** Generated alias around `trpc.pipelineOrchestrator.applyDeviceSettingsPatch.useMutation`. */
627
+ export declare const usePipelineOrchestratorApplyDeviceSettingsPatch: typeof trpc.pipelineOrchestrator.applyDeviceSettingsPatch.useMutation;
628
+ /** Generated alias around `trpc.pipelineRunner.attachCamera.useMutation`. */
629
+ export declare const usePipelineRunnerAttachCamera: typeof trpc.pipelineRunner.attachCamera.useMutation;
630
+ /** Generated alias around `trpc.pipelineRunner.detachCamera.useMutation`. */
631
+ export declare const usePipelineRunnerDetachCamera: typeof trpc.pipelineRunner.detachCamera.useMutation;
632
+ /** Generated alias around `trpc.pipelineRunner.reportMotion.useMutation`. */
633
+ export declare const usePipelineRunnerReportMotion: typeof trpc.pipelineRunner.reportMotion.useMutation;
634
+ /** Generated alias around `trpc.pipelineRunner.getLocalLoad.useQuery`. */
635
+ export declare const usePipelineRunnerGetLocalLoad: typeof trpc.pipelineRunner.getLocalLoad.useQuery;
636
+ /** Generated alias around `trpc.pipelineRunner.getLocalMetrics.useQuery`. */
637
+ export declare const usePipelineRunnerGetLocalMetrics: typeof trpc.pipelineRunner.getLocalMetrics.useQuery;
638
+ /** Generated alias around `trpc.pipelineRunner.getCameraMetrics.useQuery`. */
639
+ export declare const usePipelineRunnerGetCameraMetrics: typeof trpc.pipelineRunner.getCameraMetrics.useQuery;
640
+ /** Generated alias around `trpc.pipelineRunner.getAllCameraMetrics.useQuery`. */
641
+ export declare const usePipelineRunnerGetAllCameraMetrics: typeof trpc.pipelineRunner.getAllCameraMetrics.useQuery;
642
+ /** Generated alias around `trpc.pipelineRunner.getLocalCameras.useQuery`. */
643
+ export declare const usePipelineRunnerGetLocalCameras: typeof trpc.pipelineRunner.getLocalCameras.useQuery;
644
+ /** Generated alias around `trpc.platformProbe.getCapabilities.useQuery`. */
645
+ export declare const usePlatformProbeGetCapabilities: typeof trpc.platformProbe.getCapabilities.useQuery;
646
+ /** Generated alias around `trpc.platformProbe.getHardware.useQuery`. */
647
+ export declare const usePlatformProbeGetHardware: typeof trpc.platformProbe.getHardware.useQuery;
648
+ /** Generated alias around `trpc.platformProbe.resolveInferenceConfig.useQuery`. */
649
+ export declare const usePlatformProbeResolveInferenceConfig: typeof trpc.platformProbe.resolveInferenceConfig.useQuery;
650
+ /** Generated alias around `trpc.platformProbe.resolveHwAccel.useQuery`. */
651
+ export declare const usePlatformProbeResolveHwAccel: typeof trpc.platformProbe.resolveHwAccel.useQuery;
652
+ /** Generated alias around `trpc.ptz.move.useMutation`. */
653
+ export declare const usePtzMove: typeof trpc.ptz.move.useMutation;
654
+ /** Generated alias around `trpc.ptz.continuousMove.useMutation`. */
655
+ export declare const usePtzContinuousMove: typeof trpc.ptz.continuousMove.useMutation;
656
+ /** Generated alias around `trpc.ptz.stop.useMutation`. */
657
+ export declare const usePtzStop: typeof trpc.ptz.stop.useMutation;
658
+ /** Generated alias around `trpc.ptz.getPresets.useQuery`. */
659
+ export declare const usePtzGetPresets: typeof trpc.ptz.getPresets.useQuery;
660
+ /** Generated alias around `trpc.ptz.goToPreset.useMutation`. */
661
+ export declare const usePtzGoToPreset: typeof trpc.ptz.goToPreset.useMutation;
662
+ /** Generated alias around `trpc.ptz.goHome.useMutation`. */
663
+ export declare const usePtzGoHome: typeof trpc.ptz.goHome.useMutation;
664
+ /** Generated alias around `trpc.ptz.getPosition.useQuery`. */
665
+ export declare const usePtzGetPosition: typeof trpc.ptz.getPosition.useQuery;
666
+ /** Generated alias around `trpc.ptz.getStatus.useQuery`. */
667
+ export declare const usePtzGetStatus: typeof trpc.ptz.getStatus.useQuery;
668
+ /** Generated alias around `trpc.ptzAutotrack.getStatus.useQuery`. */
669
+ export declare const usePtzAutotrackGetStatus: typeof trpc.ptzAutotrack.getStatus.useQuery;
670
+ /** Generated alias around `trpc.ptzAutotrack.setEnabled.useMutation`. */
671
+ export declare const usePtzAutotrackSetEnabled: typeof trpc.ptzAutotrack.setEnabled.useMutation;
672
+ /** Generated alias around `trpc.ptzAutotrack.getSettings.useQuery`. */
673
+ export declare const usePtzAutotrackGetSettings: typeof trpc.ptzAutotrack.getSettings.useQuery;
674
+ /** Generated alias around `trpc.ptzAutotrack.setSettings.useMutation`. */
675
+ export declare const usePtzAutotrackSetSettings: typeof trpc.ptzAutotrack.setSettings.useMutation;
676
+ /** Generated alias around `trpc.reboot.reboot.useMutation`. */
677
+ export declare const useRebootReboot: typeof trpc.reboot.reboot.useMutation;
678
+ /** Generated alias around `trpc.recording.getSegments.useQuery`. */
679
+ export declare const useRecordingGetSegments: typeof trpc.recording.getSegments.useQuery;
680
+ /** Generated alias around `trpc.recording.getPlaybackUrl.useQuery`. */
681
+ export declare const useRecordingGetPlaybackUrl: typeof trpc.recording.getPlaybackUrl.useQuery;
682
+ /** Generated alias around `trpc.recording.getThumbnailAt.useQuery`. */
683
+ export declare const useRecordingGetThumbnailAt: typeof trpc.recording.getThumbnailAt.useQuery;
684
+ /** Generated alias around `trpc.recordingEngine.getStatus.useQuery`. */
685
+ export declare const useRecordingEngineGetStatus: typeof trpc.recordingEngine.getStatus.useQuery;
686
+ /** Generated alias around `trpc.recordingEngine.enable.useMutation`. */
687
+ export declare const useRecordingEngineEnable: typeof trpc.recordingEngine.enable.useMutation;
688
+ /** Generated alias around `trpc.recordingEngine.disable.useMutation`. */
689
+ export declare const useRecordingEngineDisable: typeof trpc.recordingEngine.disable.useMutation;
690
+ /** Generated alias around `trpc.recordingEngine.getConfig.useQuery`. */
691
+ export declare const useRecordingEngineGetConfig: typeof trpc.recordingEngine.getConfig.useQuery;
692
+ /** Generated alias around `trpc.recordingEngine.updateConfig.useMutation`. */
693
+ export declare const useRecordingEngineUpdateConfig: typeof trpc.recordingEngine.updateConfig.useMutation;
694
+ /** Generated alias around `trpc.recordingEngine.getPlaylist.useQuery`. */
695
+ export declare const useRecordingEngineGetPlaylist: typeof trpc.recordingEngine.getPlaylist.useQuery;
696
+ /** Generated alias around `trpc.recordingEngine.getThumbnail.useQuery`. */
697
+ export declare const useRecordingEngineGetThumbnail: typeof trpc.recordingEngine.getThumbnail.useQuery;
698
+ /** Generated alias around `trpc.recordingEngine.getSegments.useQuery`. */
699
+ export declare const useRecordingEngineGetSegments: typeof trpc.recordingEngine.getSegments.useQuery;
700
+ /** Generated alias around `trpc.recordingEngine.getAvailability.useQuery`. */
701
+ export declare const useRecordingEngineGetAvailability: typeof trpc.recordingEngine.getAvailability.useQuery;
702
+ /** Generated alias around `trpc.recordingEngine.estimateStorage.useQuery`. */
703
+ export declare const useRecordingEngineEstimateStorage: typeof trpc.recordingEngine.estimateStorage.useQuery;
704
+ /** Generated alias around `trpc.recordingEngine.estimateGlobalStorage.useQuery`. */
705
+ export declare const useRecordingEngineEstimateGlobalStorage: typeof trpc.recordingEngine.estimateGlobalStorage.useQuery;
706
+ /** Generated alias around `trpc.recordingEngine.getStorageUsage.useQuery`. */
707
+ export declare const useRecordingEngineGetStorageUsage: typeof trpc.recordingEngine.getStorageUsage.useQuery;
708
+ /** Generated alias around `trpc.recordingEngine.setPolicy.useMutation`. */
709
+ export declare const useRecordingEngineSetPolicy: typeof trpc.recordingEngine.setPolicy.useMutation;
710
+ /** Generated alias around `trpc.recordingEngine.getPolicy.useQuery`. */
711
+ export declare const useRecordingEngineGetPolicy: typeof trpc.recordingEngine.getPolicy.useQuery;
712
+ /** Generated alias around `trpc.recordingEngine.getPolicyStatus.useQuery`. */
713
+ export declare const useRecordingEngineGetPolicyStatus: typeof trpc.recordingEngine.getPolicyStatus.useQuery;
714
+ /** Generated alias around `trpc.recordingEngine.getRetentionConfig.useQuery`. */
715
+ export declare const useRecordingEngineGetRetentionConfig: typeof trpc.recordingEngine.getRetentionConfig.useQuery;
716
+ /** Generated alias around `trpc.recordingEngine.updateRetentionConfig.useMutation`. */
717
+ export declare const useRecordingEngineUpdateRetentionConfig: typeof trpc.recordingEngine.updateRetentionConfig.useMutation;
718
+ /** Generated alias around `trpc.recordingEngine.getMotionStats.useQuery`. */
719
+ export declare const useRecordingEngineGetMotionStats: typeof trpc.recordingEngine.getMotionStats.useQuery;
720
+ /** Generated alias around `trpc.remoteAccess.listProviders.useQuery`. */
721
+ export declare const useRemoteAccessListProviders: typeof trpc.remoteAccess.listProviders.useQuery;
722
+ /** Generated alias around `trpc.remoteAccess.startProvider.useMutation`. */
723
+ export declare const useRemoteAccessStartProvider: typeof trpc.remoteAccess.startProvider.useMutation;
724
+ /** Generated alias around `trpc.remoteAccess.stopProvider.useMutation`. */
725
+ export declare const useRemoteAccessStopProvider: typeof trpc.remoteAccess.stopProvider.useMutation;
726
+ /** Generated alias around `trpc.settingsStore.get.useQuery`. */
727
+ export declare const useSettingsStoreGet: typeof trpc.settingsStore.get.useQuery;
728
+ /** Generated alias around `trpc.settingsStore.set.useMutation`. */
729
+ export declare const useSettingsStoreSet: typeof trpc.settingsStore.set.useMutation;
730
+ /** Generated alias around `trpc.settingsStore.query.useQuery`. */
731
+ export declare const useSettingsStoreQuery: typeof trpc.settingsStore.query.useQuery;
732
+ /** Generated alias around `trpc.settingsStore.insert.useMutation`. */
733
+ export declare const useSettingsStoreInsert: typeof trpc.settingsStore.insert.useMutation;
734
+ /** Generated alias around `trpc.settingsStore.update.useMutation`. */
735
+ export declare const useSettingsStoreUpdate: typeof trpc.settingsStore.update.useMutation;
736
+ /** Generated alias around `trpc.settingsStore.delete.useMutation`. */
737
+ export declare const useSettingsStoreDelete: typeof trpc.settingsStore.delete.useMutation;
738
+ /** Generated alias around `trpc.settingsStore.count.useQuery`. */
739
+ export declare const useSettingsStoreCount: typeof trpc.settingsStore.count.useQuery;
740
+ /** Generated alias around `trpc.settingsStore.isEmpty.useQuery`. */
741
+ export declare const useSettingsStoreIsEmpty: typeof trpc.settingsStore.isEmpty.useQuery;
742
+ /** Generated alias around `trpc.settingsStore.declareCollection.useMutation`. */
743
+ export declare const useSettingsStoreDeclareCollection: typeof trpc.settingsStore.declareCollection.useMutation;
744
+ /** Generated alias around `trpc.snapshot.getSnapshot.useQuery`. */
745
+ export declare const useSnapshotGetSnapshot: typeof trpc.snapshot.getSnapshot.useQuery;
746
+ /** Generated alias around `trpc.snapshot.invalidateCache.useMutation`. */
747
+ export declare const useSnapshotInvalidateCache: typeof trpc.snapshot.invalidateCache.useMutation;
748
+ /** Generated alias around `trpc.snapshot.getStatus.useQuery`. */
749
+ export declare const useSnapshotGetStatus: typeof trpc.snapshot.getStatus.useQuery;
750
+ /** Generated alias around `trpc.snapshot.getDeviceSettingsContribution.useQuery`. */
751
+ export declare const useSnapshotGetDeviceSettingsContribution: typeof trpc.snapshot.getDeviceSettingsContribution.useQuery;
752
+ /** Generated alias around `trpc.snapshot.getDeviceLiveContribution.useQuery`. */
753
+ export declare const useSnapshotGetDeviceLiveContribution: typeof trpc.snapshot.getDeviceLiveContribution.useQuery;
754
+ /** Generated alias around `trpc.snapshot.applyDeviceSettingsPatch.useMutation`. */
755
+ export declare const useSnapshotApplyDeviceSettingsPatch: typeof trpc.snapshot.applyDeviceSettingsPatch.useMutation;
756
+ /** Generated alias around `trpc.snapshotProvider.supportsDevice.useQuery`. */
757
+ export declare const useSnapshotProviderSupportsDevice: typeof trpc.snapshotProvider.supportsDevice.useQuery;
758
+ /** Generated alias around `trpc.snapshotProvider.getSnapshot.useQuery`. */
759
+ export declare const useSnapshotProviderGetSnapshot: typeof trpc.snapshotProvider.getSnapshot.useQuery;
760
+ /** Generated alias around `trpc.storage.resolve.useQuery`. */
761
+ export declare const useStorageResolve: typeof trpc.storage.resolve.useQuery;
762
+ /** Generated alias around `trpc.storage.write.useMutation`. */
763
+ export declare const useStorageWrite: typeof trpc.storage.write.useMutation;
764
+ /** Generated alias around `trpc.storage.read.useQuery`. */
765
+ export declare const useStorageRead: typeof trpc.storage.read.useQuery;
766
+ /** Generated alias around `trpc.storage.exists.useQuery`. */
767
+ export declare const useStorageExists: typeof trpc.storage.exists.useQuery;
768
+ /** Generated alias around `trpc.storage.list.useQuery`. */
769
+ export declare const useStorageList: typeof trpc.storage.list.useQuery;
770
+ /** Generated alias around `trpc.storage.delete.useMutation`. */
771
+ export declare const useStorageDelete: typeof trpc.storage.delete.useMutation;
772
+ /** Generated alias around `trpc.storage.getAvailableSpace.useQuery`. */
773
+ export declare const useStorageGetAvailableSpace: typeof trpc.storage.getAvailableSpace.useQuery;
774
+ /** Generated alias around `trpc.storage.beginUpload.useMutation`. */
775
+ export declare const useStorageBeginUpload: typeof trpc.storage.beginUpload.useMutation;
776
+ /** Generated alias around `trpc.storage.writeChunk.useMutation`. */
777
+ export declare const useStorageWriteChunk: typeof trpc.storage.writeChunk.useMutation;
778
+ /** Generated alias around `trpc.storage.finalizeUpload.useMutation`. */
779
+ export declare const useStorageFinalizeUpload: typeof trpc.storage.finalizeUpload.useMutation;
780
+ /** Generated alias around `trpc.storage.abortUpload.useMutation`. */
781
+ export declare const useStorageAbortUpload: typeof trpc.storage.abortUpload.useMutation;
782
+ /** Generated alias around `trpc.storage.beginDownload.useMutation`. */
783
+ export declare const useStorageBeginDownload: typeof trpc.storage.beginDownload.useMutation;
784
+ /** Generated alias around `trpc.storage.readChunk.useQuery`. */
785
+ export declare const useStorageReadChunk: typeof trpc.storage.readChunk.useQuery;
786
+ /** Generated alias around `trpc.storage.endDownload.useMutation`. */
787
+ export declare const useStorageEndDownload: typeof trpc.storage.endDownload.useMutation;
788
+ /** Generated alias around `trpc.storage.listLocations.useQuery`. */
789
+ export declare const useStorageListLocations: typeof trpc.storage.listLocations.useQuery;
790
+ /** Generated alias around `trpc.storage.getDefaultLocation.useQuery`. */
791
+ export declare const useStorageGetDefaultLocation: typeof trpc.storage.getDefaultLocation.useQuery;
792
+ /** Generated alias around `trpc.storage.upsertLocation.useMutation`. */
793
+ export declare const useStorageUpsertLocation: typeof trpc.storage.upsertLocation.useMutation;
794
+ /** Generated alias around `trpc.storage.deleteLocation.useMutation`. */
795
+ export declare const useStorageDeleteLocation: typeof trpc.storage.deleteLocation.useMutation;
796
+ /** Generated alias around `trpc.storage.testLocation.useQuery`. */
797
+ export declare const useStorageTestLocation: typeof trpc.storage.testLocation.useQuery;
798
+ /** Generated alias around `trpc.storage.listProviders.useQuery`. */
799
+ export declare const useStorageListProviders: typeof trpc.storage.listProviders.useQuery;
800
+ /** Generated alias around `trpc.storage.testConfig.useQuery`. */
801
+ export declare const useStorageTestConfig: typeof trpc.storage.testConfig.useQuery;
802
+ /** Generated alias around `trpc.streamBroker.publishCameraStream.useMutation`. */
803
+ export declare const useStreamBrokerPublishCameraStream: typeof trpc.streamBroker.publishCameraStream.useMutation;
804
+ /** Generated alias around `trpc.streamBroker.retractCameraStream.useMutation`. */
805
+ export declare const useStreamBrokerRetractCameraStream: typeof trpc.streamBroker.retractCameraStream.useMutation;
806
+ /** Generated alias around `trpc.streamBroker.assignProfile.useMutation`. */
807
+ export declare const useStreamBrokerAssignProfile: typeof trpc.streamBroker.assignProfile.useMutation;
808
+ /** Generated alias around `trpc.streamBroker.unassignProfile.useMutation`. */
809
+ export declare const useStreamBrokerUnassignProfile: typeof trpc.streamBroker.unassignProfile.useMutation;
810
+ /** Generated alias around `trpc.streamBroker.listAllCameraStreams.useQuery`. */
811
+ export declare const useStreamBrokerListAllCameraStreams: typeof trpc.streamBroker.listAllCameraStreams.useQuery;
812
+ /** Generated alias around `trpc.streamBroker.listAllProfileSlots.useQuery`. */
813
+ export declare const useStreamBrokerListAllProfileSlots: typeof trpc.streamBroker.listAllProfileSlots.useQuery;
814
+ /** Generated alias around `trpc.streamBroker.getBrokerStats.useQuery`. */
815
+ export declare const useStreamBrokerGetBrokerStats: typeof trpc.streamBroker.getBrokerStats.useQuery;
816
+ /** Generated alias around `trpc.streamBroker.listClients.useQuery`. */
817
+ export declare const useStreamBrokerListClients: typeof trpc.streamBroker.listClients.useQuery;
818
+ /** Generated alias around `trpc.streamBroker.killClient.useMutation`. */
819
+ export declare const useStreamBrokerKillClient: typeof trpc.streamBroker.killClient.useMutation;
820
+ /** Generated alias around `trpc.streamBroker.restartProfile.useMutation`. */
821
+ export declare const useStreamBrokerRestartProfile: typeof trpc.streamBroker.restartProfile.useMutation;
822
+ /** Generated alias around `trpc.streamBroker.getStreamUrl.useQuery`. */
823
+ export declare const useStreamBrokerGetStreamUrl: typeof trpc.streamBroker.getStreamUrl.useQuery;
824
+ /** Generated alias around `trpc.streamBroker.getBroker.useQuery`. */
825
+ export declare const useStreamBrokerGetBroker: typeof trpc.streamBroker.getBroker.useQuery;
826
+ /** Generated alias around `trpc.streamBroker.setPreBufferDuration.useMutation`. */
827
+ export declare const useStreamBrokerSetPreBufferDuration: typeof trpc.streamBroker.setPreBufferDuration.useMutation;
828
+ /** Generated alias around `trpc.streamBroker.getPreBufferInfo.useQuery`. */
829
+ export declare const useStreamBrokerGetPreBufferInfo: typeof trpc.streamBroker.getPreBufferInfo.useQuery;
830
+ /** Generated alias around `trpc.streamBroker.getRtspPort.useQuery`. */
831
+ export declare const useStreamBrokerGetRtspPort: typeof trpc.streamBroker.getRtspPort.useQuery;
832
+ /** Generated alias around `trpc.streamBroker.getAllRtspEntries.useQuery`. */
833
+ export declare const useStreamBrokerGetAllRtspEntries: typeof trpc.streamBroker.getAllRtspEntries.useQuery;
834
+ /** Generated alias around `trpc.streamBroker.getRtspEntry.useQuery`. */
835
+ export declare const useStreamBrokerGetRtspEntry: typeof trpc.streamBroker.getRtspEntry.useQuery;
836
+ /** Generated alias around `trpc.streamBroker.regenerateRtspToken.useMutation`. */
837
+ export declare const useStreamBrokerRegenerateRtspToken: typeof trpc.streamBroker.regenerateRtspToken.useMutation;
838
+ /** Generated alias around `trpc.streamBroker.setRtspEnabled.useMutation`. */
839
+ export declare const useStreamBrokerSetRtspEnabled: typeof trpc.streamBroker.setRtspEnabled.useMutation;
840
+ /** Generated alias around `trpc.streamBroker.isRtspEnabled.useQuery`. */
841
+ export declare const useStreamBrokerIsRtspEnabled: typeof trpc.streamBroker.isRtspEnabled.useQuery;
842
+ /** Generated alias around `trpc.streamBroker.getDeviceSettingsContribution.useQuery`. */
843
+ export declare const useStreamBrokerGetDeviceSettingsContribution: typeof trpc.streamBroker.getDeviceSettingsContribution.useQuery;
844
+ /** Generated alias around `trpc.streamBroker.getDeviceLiveContribution.useQuery`. */
845
+ export declare const useStreamBrokerGetDeviceLiveContribution: typeof trpc.streamBroker.getDeviceLiveContribution.useQuery;
846
+ /** Generated alias around `trpc.streamBroker.applyDeviceSettingsPatch.useMutation`. */
847
+ export declare const useStreamBrokerApplyDeviceSettingsPatch: typeof trpc.streamBroker.applyDeviceSettingsPatch.useMutation;
848
+ /** Generated alias around `trpc.switch.setState.useMutation`. */
849
+ export declare const useSwitchSetState: typeof trpc.switch.setState.useMutation;
850
+ /** Generated alias around `trpc.switch.getStatus.useQuery`. */
851
+ export declare const useSwitchGetStatus: typeof trpc.switch.getStatus.useQuery;
852
+ /** Generated alias around `trpc.system.info.useQuery`. */
853
+ export declare const useSystemInfo: typeof trpc.system.info.useQuery;
854
+ /** Generated alias around `trpc.system.health.useQuery`. */
855
+ export declare const useSystemHealth: typeof trpc.system.health.useQuery;
856
+ /** Generated alias around `trpc.system.featureFlags.useQuery`. */
857
+ export declare const useSystemFeatureFlags: typeof trpc.system.featureFlags.useQuery;
858
+ /** Generated alias around `trpc.system.networkAddresses.useQuery`. */
859
+ export declare const useSystemNetworkAddresses: typeof trpc.system.networkAddresses.useQuery;
860
+ /** Generated alias around `trpc.system.getRetentionConfig.useQuery`. */
861
+ export declare const useSystemGetRetentionConfig: typeof trpc.system.getRetentionConfig.useQuery;
862
+ /** Generated alias around `trpc.system.setRetentionConfig.useMutation`. */
863
+ export declare const useSystemSetRetentionConfig: typeof trpc.system.setRetentionConfig.useMutation;
864
+ /** Generated alias around `trpc.system.forceRetentionCleanup.useMutation`. */
865
+ export declare const useSystemForceRetentionCleanup: typeof trpc.system.forceRetentionCleanup.useMutation;
866
+ /** Generated alias around `trpc.toast.onToast.useSubscription`. */
867
+ export declare const useToastOnToast: typeof trpc.toast.onToast.useSubscription;
868
+ /** Generated alias around `trpc.turnOrchestrator.listProviders.useQuery`. */
869
+ export declare const useTurnOrchestratorListProviders: typeof trpc.turnOrchestrator.listProviders.useQuery;
870
+ /** Generated alias around `trpc.turnOrchestrator.getAllServers.useQuery`. */
871
+ export declare const useTurnOrchestratorGetAllServers: typeof trpc.turnOrchestrator.getAllServers.useQuery;
872
+ /** Generated alias around `trpc.turnOrchestrator.setProviderEnabled.useMutation`. */
873
+ export declare const useTurnOrchestratorSetProviderEnabled: typeof trpc.turnOrchestrator.setProviderEnabled.useMutation;
874
+ /** Generated alias around `trpc.turnProvider.getTurnServers.useQuery`. */
875
+ export declare const useTurnProviderGetTurnServers: typeof trpc.turnProvider.getTurnServers.useQuery;
876
+ /** Generated alias around `trpc.userManagement.listUsers.useQuery`. */
877
+ export declare const useUserManagementListUsers: typeof trpc.userManagement.listUsers.useQuery;
878
+ /** Generated alias around `trpc.userManagement.createUser.useMutation`. */
879
+ export declare const useUserManagementCreateUser: typeof trpc.userManagement.createUser.useMutation;
880
+ /** Generated alias around `trpc.userManagement.updateUser.useMutation`. */
881
+ export declare const useUserManagementUpdateUser: typeof trpc.userManagement.updateUser.useMutation;
882
+ /** Generated alias around `trpc.userManagement.deleteUser.useMutation`. */
883
+ export declare const useUserManagementDeleteUser: typeof trpc.userManagement.deleteUser.useMutation;
884
+ /** Generated alias around `trpc.userManagement.resetPassword.useMutation`. */
885
+ export declare const useUserManagementResetPassword: typeof trpc.userManagement.resetPassword.useMutation;
886
+ /** Generated alias around `trpc.userManagement.validateCredentials.useMutation`. */
887
+ export declare const useUserManagementValidateCredentials: typeof trpc.userManagement.validateCredentials.useMutation;
888
+ /** Generated alias around `trpc.userManagement.listApiKeys.useQuery`. */
889
+ export declare const useUserManagementListApiKeys: typeof trpc.userManagement.listApiKeys.useQuery;
890
+ /** Generated alias around `trpc.userManagement.createApiKey.useMutation`. */
891
+ export declare const useUserManagementCreateApiKey: typeof trpc.userManagement.createApiKey.useMutation;
892
+ /** Generated alias around `trpc.userManagement.revokeApiKey.useMutation`. */
893
+ export declare const useUserManagementRevokeApiKey: typeof trpc.userManagement.revokeApiKey.useMutation;
894
+ /** Generated alias around `trpc.userManagement.validateApiKey.useMutation`. */
895
+ export declare const useUserManagementValidateApiKey: typeof trpc.userManagement.validateApiKey.useMutation;
896
+ /** Generated alias around `trpc.userManagement.createScopedToken.useMutation`. */
897
+ export declare const useUserManagementCreateScopedToken: typeof trpc.userManagement.createScopedToken.useMutation;
898
+ /** Generated alias around `trpc.userManagement.revokeScopedToken.useMutation`. */
899
+ export declare const useUserManagementRevokeScopedToken: typeof trpc.userManagement.revokeScopedToken.useMutation;
900
+ /** Generated alias around `trpc.userManagement.validateScopedToken.useQuery`. */
901
+ export declare const useUserManagementValidateScopedToken: typeof trpc.userManagement.validateScopedToken.useQuery;
902
+ /** Generated alias around `trpc.userManagement.listScopedTokens.useQuery`. */
903
+ export declare const useUserManagementListScopedTokens: typeof trpc.userManagement.listScopedTokens.useQuery;
904
+ /** Generated alias around `trpc.webrtcSession.listStreams.useQuery`. */
905
+ export declare const useWebrtcSessionListStreams: typeof trpc.webrtcSession.listStreams.useQuery;
906
+ /** Generated alias around `trpc.webrtcSession.createSession.useMutation`. */
907
+ export declare const useWebrtcSessionCreateSession: typeof trpc.webrtcSession.createSession.useMutation;
908
+ /** Generated alias around `trpc.webrtcSession.handleAnswer.useMutation`. */
909
+ export declare const useWebrtcSessionHandleAnswer: typeof trpc.webrtcSession.handleAnswer.useMutation;
910
+ /** Generated alias around `trpc.webrtcSession.closeSession.useMutation`. */
911
+ export declare const useWebrtcSessionCloseSession: typeof trpc.webrtcSession.closeSession.useMutation;
912
+ /** Generated alias around `trpc.webrtcSession.hasAdaptiveBitrate.useQuery`. */
913
+ export declare const useWebrtcSessionHasAdaptiveBitrate: typeof trpc.webrtcSession.hasAdaptiveBitrate.useQuery;
914
+ /** Generated alias around `trpc.zoneAnalytics.getCurrentSnapshot.useQuery`. */
915
+ export declare const useZoneAnalyticsGetCurrentSnapshot: typeof trpc.zoneAnalytics.getCurrentSnapshot.useQuery;
916
+ /** Generated alias around `trpc.zoneAnalytics.getZoneHistory.useQuery`. */
917
+ export declare const useZoneAnalyticsGetZoneHistory: typeof trpc.zoneAnalytics.getZoneHistory.useQuery;
918
+ /** Generated alias around `trpc.zoneAnalytics.getCameraHistory.useQuery`. */
919
+ export declare const useZoneAnalyticsGetCameraHistory: typeof trpc.zoneAnalytics.getCameraHistory.useQuery;
920
+ /** Generated alias around `trpc.zoneAnalytics.getUnzonedHistory.useQuery`. */
921
+ export declare const useZoneAnalyticsGetUnzonedHistory: typeof trpc.zoneAnalytics.getUnzonedHistory.useQuery;
922
+ /** Generated alias around `trpc.zoneRules.listRules.useQuery`. */
923
+ export declare const useZoneRulesListRules: typeof trpc.zoneRules.listRules.useQuery;
924
+ /** Generated alias around `trpc.zoneRules.setRules.useMutation`. */
925
+ export declare const useZoneRulesSetRules: typeof trpc.zoneRules.setRules.useMutation;
926
+ /** Generated alias around `trpc.zones.listZones.useQuery`. */
927
+ export declare const useZonesListZones: typeof trpc.zones.listZones.useQuery;
928
+ /** Generated alias around `trpc.zones.addZone.useMutation`. */
929
+ export declare const useZonesAddZone: typeof trpc.zones.addZone.useMutation;
930
+ /** Generated alias around `trpc.zones.removeZone.useMutation`. */
931
+ export declare const useZonesRemoveZone: typeof trpc.zones.removeZone.useMutation;
932
+ /** Generated alias around `trpc.zones.updateZone.useMutation`. */
933
+ export declare const useZonesUpdateZone: typeof trpc.zones.updateZone.useMutation;