@tx5dr/contracts 1.3.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +3 -0
  4. package/dist/index.js.map +1 -1
  5. package/dist/schema/__tests__/radio-power-support.test.d.ts +2 -0
  6. package/dist/schema/__tests__/radio-power-support.test.d.ts.map +1 -0
  7. package/dist/schema/__tests__/radio-power-support.test.js +19 -0
  8. package/dist/schema/__tests__/radio-power-support.test.js.map +1 -0
  9. package/dist/schema/__tests__/realtime-settings.schema.test.d.ts +2 -0
  10. package/dist/schema/__tests__/realtime-settings.schema.test.d.ts.map +1 -0
  11. package/dist/schema/__tests__/realtime-settings.schema.test.js +34 -0
  12. package/dist/schema/__tests__/realtime-settings.schema.test.js.map +1 -0
  13. package/dist/schema/cpu-profile.schema.d.ts +95 -0
  14. package/dist/schema/cpu-profile.schema.d.ts.map +1 -0
  15. package/dist/schema/cpu-profile.schema.js +35 -0
  16. package/dist/schema/cpu-profile.schema.js.map +1 -0
  17. package/dist/schema/desktop-https.schema.d.ts +9 -0
  18. package/dist/schema/desktop-https.schema.d.ts.map +1 -1
  19. package/dist/schema/desktop-https.schema.js +3 -0
  20. package/dist/schema/desktop-https.schema.js.map +1 -1
  21. package/dist/schema/openwebrx.schema.d.ts +1 -1
  22. package/dist/schema/openwebrx.schema.d.ts.map +1 -1
  23. package/dist/schema/openwebrx.schema.js +1 -1
  24. package/dist/schema/openwebrx.schema.js.map +1 -1
  25. package/dist/schema/operator.schema.d.ts +38 -71
  26. package/dist/schema/operator.schema.d.ts.map +1 -1
  27. package/dist/schema/operator.schema.js +0 -5
  28. package/dist/schema/operator.schema.js.map +1 -1
  29. package/dist/schema/plugin.schema.d.ts +670 -136
  30. package/dist/schema/plugin.schema.d.ts.map +1 -1
  31. package/dist/schema/plugin.schema.js +37 -2
  32. package/dist/schema/plugin.schema.js.map +1 -1
  33. package/dist/schema/process-monitor.schema.d.ts +100 -0
  34. package/dist/schema/process-monitor.schema.d.ts.map +1 -1
  35. package/dist/schema/process-monitor.schema.js +8 -0
  36. package/dist/schema/process-monitor.schema.js.map +1 -1
  37. package/dist/schema/radio-capability.schema.d.ts +42 -2
  38. package/dist/schema/radio-capability.schema.d.ts.map +1 -1
  39. package/dist/schema/radio-capability.schema.js +18 -1
  40. package/dist/schema/radio-capability.schema.js.map +1 -1
  41. package/dist/schema/radio-power-support.d.ts +8 -0
  42. package/dist/schema/radio-power-support.d.ts.map +1 -1
  43. package/dist/schema/radio-power-support.js +38 -26
  44. package/dist/schema/radio-power-support.js.map +1 -1
  45. package/dist/schema/radio-power.schema.d.ts +10 -6
  46. package/dist/schema/radio-power.schema.d.ts.map +1 -1
  47. package/dist/schema/radio-power.schema.js +8 -6
  48. package/dist/schema/radio-power.schema.js.map +1 -1
  49. package/dist/schema/realtime.schema.d.ts +507 -417
  50. package/dist/schema/realtime.schema.d.ts.map +1 -1
  51. package/dist/schema/realtime.schema.js +85 -51
  52. package/dist/schema/realtime.schema.js.map +1 -1
  53. package/dist/schema/server-message-keys.d.ts +2 -2
  54. package/dist/schema/server-message-keys.d.ts.map +1 -1
  55. package/dist/schema/server-message-keys.js +2 -2
  56. package/dist/schema/server-message-keys.js.map +1 -1
  57. package/dist/schema/slot-info.schema.d.ts +6 -0
  58. package/dist/schema/slot-info.schema.d.ts.map +1 -1
  59. package/dist/schema/slot-info.schema.js +3 -1
  60. package/dist/schema/slot-info.schema.js.map +1 -1
  61. package/dist/schema/voice-keyer.schema.d.ts +164 -0
  62. package/dist/schema/voice-keyer.schema.d.ts.map +1 -0
  63. package/dist/schema/voice-keyer.schema.js +43 -0
  64. package/dist/schema/voice-keyer.schema.js.map +1 -0
  65. package/dist/schema/websocket.schema.d.ts +1565 -823
  66. package/dist/schema/websocket.schema.d.ts.map +1 -1
  67. package/dist/schema/websocket.schema.js +19 -6
  68. package/dist/schema/websocket.schema.js.map +1 -1
  69. package/package.json +1 -1
  70. package/src/index.ts +4 -0
  71. package/src/schema/__tests__/radio-power-support.test.ts +26 -0
  72. package/src/schema/__tests__/realtime-settings.schema.test.ts +40 -0
  73. package/src/schema/cpu-profile.schema.ts +47 -0
  74. package/src/schema/desktop-https.schema.ts +3 -1
  75. package/src/schema/openwebrx.schema.ts +1 -1
  76. package/src/schema/operator.schema.ts +0 -5
  77. package/src/schema/plugin.schema.ts +43 -2
  78. package/src/schema/process-monitor.schema.ts +10 -0
  79. package/src/schema/radio-capability.schema.ts +25 -1
  80. package/src/schema/radio-power-support.ts +49 -26
  81. package/src/schema/radio-power.schema.ts +8 -6
  82. package/src/schema/realtime.schema.ts +96 -65
  83. package/src/schema/server-message-keys.ts +2 -2
  84. package/src/schema/slot-info.schema.ts +3 -1
  85. package/src/schema/voice-keyer.schema.ts +55 -0
  86. package/src/schema/websocket.schema.ts +31 -6
@@ -8,6 +8,7 @@ import { TunerStatusSchema } from './radio.schema.js';
8
8
  import { RadioProfileSchema, ProfileChangedEventSchema } from './radio-profile.schema.js';
9
9
  import { UserRole } from './auth.schema.js';
10
10
  import type { VoicePTTLock } from './voice.schema.js';
11
+ import type { VoiceKeyerStatus } from './voice-keyer.schema.js';
11
12
  import { CapabilityListSchema, CapabilityStateSchema } from './radio-capability.schema.js';
12
13
  import { AudioSidecarStatusPayloadSchema } from './audio-sidecar.schema.js';
13
14
  import { SpectrumCapabilitiesSchema, SpectrumFrameSchema, SpectrumSessionStateSchema } from './spectrum.schema.js';
@@ -68,6 +69,7 @@ export declare enum WSMessageType {
68
69
  FORCE_STOP_TRANSMISSION = "forceStopTransmission",
69
70
  REMOVE_OPERATOR_FROM_TRANSMISSION = "removeOperatorFromTransmission",
70
71
  METER_DATA = "meterData",
72
+ SQUELCH_STATUS_CHANGED = "squelchStatusChanged",
71
73
  TEXT_MESSAGE = "textMessage",
72
74
  /** @deprecated Use RADIO_CAPABILITY_CHANGED with id='tuner_switch' instead */
73
75
  TUNER_STATUS_CHANGED = "tunerStatusChanged",
@@ -99,6 +101,9 @@ export declare enum WSMessageType {
99
101
  VOICE_PTT_LOCK_CHANGED = "voicePttLockChanged",
100
102
  VOICE_SET_RADIO_MODE = "voiceSetRadioMode",
101
103
  VOICE_RADIO_MODE_CHANGED = "voiceRadioModeChanged",
104
+ VOICE_KEYER_PLAY = "voiceKeyerPlay",
105
+ VOICE_KEYER_STOP = "voiceKeyerStop",
106
+ VOICE_KEYER_STATUS_CHANGED = "voiceKeyerStatusChanged",
102
107
  PROCESS_SNAPSHOT = "processSnapshot",
103
108
  PROCESS_SNAPSHOT_HISTORY = "processSnapshotHistory",
104
109
  PLUGIN_LIST = "pluginList",
@@ -111,6 +116,7 @@ export declare enum WSMessageType {
111
116
  PLUGIN_USER_ACTION = "pluginUserAction",
112
117
  PLUGIN_PAGE_PUSH = "pluginPagePush",
113
118
  PLUGIN_PANEL_META = "pluginPanelMeta",
119
+ PLUGIN_PANEL_CONTRIBUTIONS_CHANGED = "pluginPanelContributionsChanged",
114
120
  OPENWEBRX_LISTEN_STATUS = "openwebrxListenStatus",
115
121
  OPENWEBRX_PROFILE_SELECT_REQUEST = "openwebrxProfileSelectRequest",
116
122
  OPENWEBRX_PROFILE_SELECT_RESPONSE = "openwebrxProfileSelectResponse",
@@ -159,7 +165,7 @@ export declare const SystemStatusSchema: z.ZodObject<{
159
165
  /** 当前电台调制模式(语音模式下使用,如 USB/LSB/FM/AM) */
160
166
  currentRadioMode: z.ZodOptional<z.ZodString>;
161
167
  /** 引擎状态机当前状态 */
162
- engineState: z.ZodOptional<z.ZodEnum<["idle", "waking", "starting", "running", "stopping"]>>;
168
+ engineState: z.ZodOptional<z.ZodEnum<["idle", "starting", "running", "stopping"]>>;
163
169
  /** 引擎状态机上下文的精简投影 */
164
170
  engineContext: z.ZodOptional<z.ZodNullable<z.ZodObject<{
165
171
  error: z.ZodOptional<z.ZodString>;
@@ -194,7 +200,7 @@ export declare const SystemStatusSchema: z.ZodObject<{
194
200
  connectionHealthy: boolean;
195
201
  } | undefined;
196
202
  currentRadioMode?: string | undefined;
197
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
203
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
198
204
  engineContext?: {
199
205
  error?: string | undefined;
200
206
  startedResources?: string[] | undefined;
@@ -220,7 +226,7 @@ export declare const SystemStatusSchema: z.ZodObject<{
220
226
  } | undefined;
221
227
  engineMode?: "voice" | "digital" | undefined;
222
228
  currentRadioMode?: string | undefined;
223
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
229
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
224
230
  engineContext?: {
225
231
  error?: string | undefined;
226
232
  startedResources?: string[] | undefined;
@@ -363,6 +369,25 @@ export declare const PTTStatusSchema: z.ZodObject<{
363
369
  operatorIds: string[];
364
370
  isTransmitting: boolean;
365
371
  }>;
372
+ export declare const SquelchStatusSchema: z.ZodObject<{
373
+ supported: z.ZodBoolean;
374
+ open: z.ZodNullable<z.ZodBoolean>;
375
+ muted: z.ZodBoolean;
376
+ source: z.ZodEnum<["hamlib-dcd", "unsupported"]>;
377
+ updatedAt: z.ZodNumber;
378
+ }, "strip", z.ZodTypeAny, {
379
+ supported: boolean;
380
+ source: "hamlib-dcd" | "unsupported";
381
+ updatedAt: number;
382
+ open: boolean | null;
383
+ muted: boolean;
384
+ }, {
385
+ supported: boolean;
386
+ source: "hamlib-dcd" | "unsupported";
387
+ updatedAt: number;
388
+ open: boolean | null;
389
+ muted: boolean;
390
+ }>;
366
391
  export declare const OperatorRuntimeSlotSchema: z.ZodEnum<["TX1", "TX2", "TX3", "TX4", "TX5", "TX6"]>;
367
392
  export type OperatorRuntimeSlot = z.infer<typeof OperatorRuntimeSlotSchema>;
368
393
  export declare const StrategyRuntimeContextSchema: z.ZodObject<{
@@ -431,13 +456,6 @@ export declare const StrategyRuntimeSnapshotSchema: z.ZodObject<{
431
456
  availableSlots: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
432
457
  }, "strip", z.ZodTypeAny, {
433
458
  currentState: string;
434
- context?: {
435
- targetCallsign?: string | undefined;
436
- targetGrid?: string | undefined;
437
- reportSent?: number | undefined;
438
- reportReceived?: number | undefined;
439
- actualFrequency?: number | undefined;
440
- } | undefined;
441
459
  slots?: {
442
460
  TX1?: string | undefined;
443
461
  TX2?: string | undefined;
@@ -446,9 +464,6 @@ export declare const StrategyRuntimeSnapshotSchema: z.ZodObject<{
446
464
  TX5?: string | undefined;
447
465
  TX6?: string | undefined;
448
466
  } | undefined;
449
- availableSlots?: string[] | undefined;
450
- }, {
451
- currentState: string;
452
467
  context?: {
453
468
  targetCallsign?: string | undefined;
454
469
  targetGrid?: string | undefined;
@@ -456,6 +471,9 @@ export declare const StrategyRuntimeSnapshotSchema: z.ZodObject<{
456
471
  reportReceived?: number | undefined;
457
472
  actualFrequency?: number | undefined;
458
473
  } | undefined;
474
+ availableSlots?: string[] | undefined;
475
+ }, {
476
+ currentState: string;
459
477
  slots?: {
460
478
  TX1?: string | undefined;
461
479
  TX2?: string | undefined;
@@ -464,6 +482,13 @@ export declare const StrategyRuntimeSnapshotSchema: z.ZodObject<{
464
482
  TX5?: string | undefined;
465
483
  TX6?: string | undefined;
466
484
  } | undefined;
485
+ context?: {
486
+ targetCallsign?: string | undefined;
487
+ targetGrid?: string | undefined;
488
+ reportSent?: number | undefined;
489
+ reportReceived?: number | undefined;
490
+ actualFrequency?: number | undefined;
491
+ } | undefined;
467
492
  availableSlots?: string[] | undefined;
468
493
  }>;
469
494
  export type StrategyRuntimeSnapshot = z.infer<typeof StrategyRuntimeSnapshotSchema>;
@@ -663,6 +688,7 @@ export type SubWindowInfo = z.infer<typeof SubWindowInfoSchema>;
663
688
  export type DecodeErrorInfo = z.infer<typeof DecodeErrorInfoSchema>;
664
689
  export type FrequencyState = z.infer<typeof FrequencyStateSchema>;
665
690
  export type PTTStatus = z.infer<typeof PTTStatusSchema>;
691
+ export type SquelchStatus = z.infer<typeof SquelchStatusSchema>;
666
692
  export type MeterData = z.infer<typeof MeterDataSchema>;
667
693
  export declare const WSBaseMessageSchema: z.ZodObject<{
668
694
  type: z.ZodNativeEnum<typeof WSMessageType>;
@@ -1018,18 +1044,21 @@ export declare const WSSlotPackUpdatedMessageSchema: z.ZodObject<{
1018
1044
  totalFramesBeforeDedup: z.ZodDefault<z.ZodNumber>;
1019
1045
  totalFramesAfterDedup: z.ZodDefault<z.ZodNumber>;
1020
1046
  lastUpdated: z.ZodDefault<z.ZodNumber>;
1047
+ updateSeq: z.ZodOptional<z.ZodNumber>;
1021
1048
  }, "strip", z.ZodTypeAny, {
1022
1049
  totalDecodes: number;
1023
1050
  successfulDecodes: number;
1024
1051
  totalFramesBeforeDedup: number;
1025
1052
  totalFramesAfterDedup: number;
1026
1053
  lastUpdated: number;
1054
+ updateSeq?: number | undefined;
1027
1055
  }, {
1028
1056
  totalDecodes?: number | undefined;
1029
1057
  successfulDecodes?: number | undefined;
1030
1058
  totalFramesBeforeDedup?: number | undefined;
1031
1059
  totalFramesAfterDedup?: number | undefined;
1032
1060
  lastUpdated?: number | undefined;
1061
+ updateSeq?: number | undefined;
1033
1062
  }>>;
1034
1063
  decodeHistory: z.ZodDefault<z.ZodArray<z.ZodObject<{
1035
1064
  windowIdx: z.ZodNumber;
@@ -1080,6 +1109,7 @@ export declare const WSSlotPackUpdatedMessageSchema: z.ZodObject<{
1080
1109
  totalFramesBeforeDedup: number;
1081
1110
  totalFramesAfterDedup: number;
1082
1111
  lastUpdated: number;
1112
+ updateSeq?: number | undefined;
1083
1113
  };
1084
1114
  decodeHistory: {
1085
1115
  windowIdx: number;
@@ -1120,6 +1150,7 @@ export declare const WSSlotPackUpdatedMessageSchema: z.ZodObject<{
1120
1150
  totalFramesBeforeDedup?: number | undefined;
1121
1151
  totalFramesAfterDedup?: number | undefined;
1122
1152
  lastUpdated?: number | undefined;
1153
+ updateSeq?: number | undefined;
1123
1154
  } | undefined;
1124
1155
  decodeHistory?: {
1125
1156
  windowIdx: number;
@@ -1164,6 +1195,7 @@ export declare const WSSlotPackUpdatedMessageSchema: z.ZodObject<{
1164
1195
  totalFramesBeforeDedup: number;
1165
1196
  totalFramesAfterDedup: number;
1166
1197
  lastUpdated: number;
1198
+ updateSeq?: number | undefined;
1167
1199
  };
1168
1200
  decodeHistory: {
1169
1201
  windowIdx: number;
@@ -1209,6 +1241,7 @@ export declare const WSSlotPackUpdatedMessageSchema: z.ZodObject<{
1209
1241
  totalFramesBeforeDedup?: number | undefined;
1210
1242
  totalFramesAfterDedup?: number | undefined;
1211
1243
  lastUpdated?: number | undefined;
1244
+ updateSeq?: number | undefined;
1212
1245
  } | undefined;
1213
1246
  decodeHistory?: {
1214
1247
  windowIdx: number;
@@ -2060,7 +2093,7 @@ export declare const WSSystemStatusMessageSchema: z.ZodObject<{
2060
2093
  /** 当前电台调制模式(语音模式下使用,如 USB/LSB/FM/AM) */
2061
2094
  currentRadioMode: z.ZodOptional<z.ZodString>;
2062
2095
  /** 引擎状态机当前状态 */
2063
- engineState: z.ZodOptional<z.ZodEnum<["idle", "waking", "starting", "running", "stopping"]>>;
2096
+ engineState: z.ZodOptional<z.ZodEnum<["idle", "starting", "running", "stopping"]>>;
2064
2097
  /** 引擎状态机上下文的精简投影 */
2065
2098
  engineContext: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2066
2099
  error: z.ZodOptional<z.ZodString>;
@@ -2095,7 +2128,7 @@ export declare const WSSystemStatusMessageSchema: z.ZodObject<{
2095
2128
  connectionHealthy: boolean;
2096
2129
  } | undefined;
2097
2130
  currentRadioMode?: string | undefined;
2098
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
2131
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
2099
2132
  engineContext?: {
2100
2133
  error?: string | undefined;
2101
2134
  startedResources?: string[] | undefined;
@@ -2121,7 +2154,7 @@ export declare const WSSystemStatusMessageSchema: z.ZodObject<{
2121
2154
  } | undefined;
2122
2155
  engineMode?: "voice" | "digital" | undefined;
2123
2156
  currentRadioMode?: string | undefined;
2124
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
2157
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
2125
2158
  engineContext?: {
2126
2159
  error?: string | undefined;
2127
2160
  startedResources?: string[] | undefined;
@@ -2151,7 +2184,7 @@ export declare const WSSystemStatusMessageSchema: z.ZodObject<{
2151
2184
  connectionHealthy: boolean;
2152
2185
  } | undefined;
2153
2186
  currentRadioMode?: string | undefined;
2154
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
2187
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
2155
2188
  engineContext?: {
2156
2189
  error?: string | undefined;
2157
2190
  startedResources?: string[] | undefined;
@@ -2182,7 +2215,7 @@ export declare const WSSystemStatusMessageSchema: z.ZodObject<{
2182
2215
  } | undefined;
2183
2216
  engineMode?: "voice" | "digital" | undefined;
2184
2217
  currentRadioMode?: string | undefined;
2185
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
2218
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
2186
2219
  engineContext?: {
2187
2220
  error?: string | undefined;
2188
2221
  startedResources?: string[] | undefined;
@@ -2580,13 +2613,6 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2580
2613
  availableSlots: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2581
2614
  }, "strip", z.ZodTypeAny, {
2582
2615
  currentState: string;
2583
- context?: {
2584
- targetCallsign?: string | undefined;
2585
- targetGrid?: string | undefined;
2586
- reportSent?: number | undefined;
2587
- reportReceived?: number | undefined;
2588
- actualFrequency?: number | undefined;
2589
- } | undefined;
2590
2616
  slots?: {
2591
2617
  TX1?: string | undefined;
2592
2618
  TX2?: string | undefined;
@@ -2595,9 +2621,6 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2595
2621
  TX5?: string | undefined;
2596
2622
  TX6?: string | undefined;
2597
2623
  } | undefined;
2598
- availableSlots?: string[] | undefined;
2599
- }, {
2600
- currentState: string;
2601
2624
  context?: {
2602
2625
  targetCallsign?: string | undefined;
2603
2626
  targetGrid?: string | undefined;
@@ -2605,6 +2628,9 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2605
2628
  reportReceived?: number | undefined;
2606
2629
  actualFrequency?: number | undefined;
2607
2630
  } | undefined;
2631
+ availableSlots?: string[] | undefined;
2632
+ }, {
2633
+ currentState: string;
2608
2634
  slots?: {
2609
2635
  TX1?: string | undefined;
2610
2636
  TX2?: string | undefined;
@@ -2613,21 +2639,15 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2613
2639
  TX5?: string | undefined;
2614
2640
  TX6?: string | undefined;
2615
2641
  } | undefined;
2642
+ context?: {
2643
+ targetCallsign?: string | undefined;
2644
+ targetGrid?: string | undefined;
2645
+ reportSent?: number | undefined;
2646
+ reportReceived?: number | undefined;
2647
+ actualFrequency?: number | undefined;
2648
+ } | undefined;
2616
2649
  availableSlots?: string[] | undefined;
2617
2650
  }>>;
2618
- cycleInfo: z.ZodOptional<z.ZodObject<{
2619
- currentCycle: z.ZodNumber;
2620
- isTransmitCycle: z.ZodBoolean;
2621
- cycleProgress: z.ZodNumber;
2622
- }, "strip", z.ZodTypeAny, {
2623
- currentCycle: number;
2624
- isTransmitCycle: boolean;
2625
- cycleProgress: number;
2626
- }, {
2627
- currentCycle: number;
2628
- isTransmitCycle: boolean;
2629
- cycleProgress: number;
2630
- }>>;
2631
2651
  slots: z.ZodOptional<z.ZodObject<{
2632
2652
  TX1: z.ZodOptional<z.ZodString>;
2633
2653
  TX2: z.ZodOptional<z.ZodString>;
@@ -2672,13 +2692,6 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2672
2692
  transmitCycles?: number[] | undefined;
2673
2693
  runtime?: {
2674
2694
  currentState: string;
2675
- context?: {
2676
- targetCallsign?: string | undefined;
2677
- targetGrid?: string | undefined;
2678
- reportSent?: number | undefined;
2679
- reportReceived?: number | undefined;
2680
- actualFrequency?: number | undefined;
2681
- } | undefined;
2682
2695
  slots?: {
2683
2696
  TX1?: string | undefined;
2684
2697
  TX2?: string | undefined;
@@ -2687,6 +2700,13 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2687
2700
  TX5?: string | undefined;
2688
2701
  TX6?: string | undefined;
2689
2702
  } | undefined;
2703
+ context?: {
2704
+ targetCallsign?: string | undefined;
2705
+ targetGrid?: string | undefined;
2706
+ reportSent?: number | undefined;
2707
+ reportReceived?: number | undefined;
2708
+ actualFrequency?: number | undefined;
2709
+ } | undefined;
2690
2710
  availableSlots?: string[] | undefined;
2691
2711
  } | undefined;
2692
2712
  slots?: {
@@ -2699,11 +2719,6 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2699
2719
  } | undefined;
2700
2720
  isInActivePTT?: boolean | undefined;
2701
2721
  currentSlot?: string | undefined;
2702
- cycleInfo?: {
2703
- currentCycle: number;
2704
- isTransmitCycle: boolean;
2705
- cycleProgress: number;
2706
- } | undefined;
2707
2722
  }, {
2708
2723
  id: string;
2709
2724
  strategy: {
@@ -2725,13 +2740,6 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2725
2740
  transmitCycles?: number[] | undefined;
2726
2741
  runtime?: {
2727
2742
  currentState: string;
2728
- context?: {
2729
- targetCallsign?: string | undefined;
2730
- targetGrid?: string | undefined;
2731
- reportSent?: number | undefined;
2732
- reportReceived?: number | undefined;
2733
- actualFrequency?: number | undefined;
2734
- } | undefined;
2735
2743
  slots?: {
2736
2744
  TX1?: string | undefined;
2737
2745
  TX2?: string | undefined;
@@ -2740,6 +2748,13 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2740
2748
  TX5?: string | undefined;
2741
2749
  TX6?: string | undefined;
2742
2750
  } | undefined;
2751
+ context?: {
2752
+ targetCallsign?: string | undefined;
2753
+ targetGrid?: string | undefined;
2754
+ reportSent?: number | undefined;
2755
+ reportReceived?: number | undefined;
2756
+ actualFrequency?: number | undefined;
2757
+ } | undefined;
2743
2758
  availableSlots?: string[] | undefined;
2744
2759
  } | undefined;
2745
2760
  slots?: {
@@ -2752,11 +2767,6 @@ export declare const OperatorStatusSchema: z.ZodObject<{
2752
2767
  } | undefined;
2753
2768
  isInActivePTT?: boolean | undefined;
2754
2769
  currentSlot?: string | undefined;
2755
- cycleInfo?: {
2756
- currentCycle: number;
2757
- isTransmitCycle: boolean;
2758
- cycleProgress: number;
2759
- } | undefined;
2760
2770
  }>;
2761
2771
  export type OperatorStatus = z.infer<typeof OperatorStatusSchema>;
2762
2772
  /**
@@ -2875,13 +2885,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
2875
2885
  availableSlots: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2876
2886
  }, "strip", z.ZodTypeAny, {
2877
2887
  currentState: string;
2878
- context?: {
2879
- targetCallsign?: string | undefined;
2880
- targetGrid?: string | undefined;
2881
- reportSent?: number | undefined;
2882
- reportReceived?: number | undefined;
2883
- actualFrequency?: number | undefined;
2884
- } | undefined;
2885
2888
  slots?: {
2886
2889
  TX1?: string | undefined;
2887
2890
  TX2?: string | undefined;
@@ -2890,9 +2893,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
2890
2893
  TX5?: string | undefined;
2891
2894
  TX6?: string | undefined;
2892
2895
  } | undefined;
2893
- availableSlots?: string[] | undefined;
2894
- }, {
2895
- currentState: string;
2896
2896
  context?: {
2897
2897
  targetCallsign?: string | undefined;
2898
2898
  targetGrid?: string | undefined;
@@ -2900,6 +2900,9 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
2900
2900
  reportReceived?: number | undefined;
2901
2901
  actualFrequency?: number | undefined;
2902
2902
  } | undefined;
2903
+ availableSlots?: string[] | undefined;
2904
+ }, {
2905
+ currentState: string;
2903
2906
  slots?: {
2904
2907
  TX1?: string | undefined;
2905
2908
  TX2?: string | undefined;
@@ -2908,21 +2911,15 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
2908
2911
  TX5?: string | undefined;
2909
2912
  TX6?: string | undefined;
2910
2913
  } | undefined;
2914
+ context?: {
2915
+ targetCallsign?: string | undefined;
2916
+ targetGrid?: string | undefined;
2917
+ reportSent?: number | undefined;
2918
+ reportReceived?: number | undefined;
2919
+ actualFrequency?: number | undefined;
2920
+ } | undefined;
2911
2921
  availableSlots?: string[] | undefined;
2912
2922
  }>>;
2913
- cycleInfo: z.ZodOptional<z.ZodObject<{
2914
- currentCycle: z.ZodNumber;
2915
- isTransmitCycle: z.ZodBoolean;
2916
- cycleProgress: z.ZodNumber;
2917
- }, "strip", z.ZodTypeAny, {
2918
- currentCycle: number;
2919
- isTransmitCycle: boolean;
2920
- cycleProgress: number;
2921
- }, {
2922
- currentCycle: number;
2923
- isTransmitCycle: boolean;
2924
- cycleProgress: number;
2925
- }>>;
2926
2923
  slots: z.ZodOptional<z.ZodObject<{
2927
2924
  TX1: z.ZodOptional<z.ZodString>;
2928
2925
  TX2: z.ZodOptional<z.ZodString>;
@@ -2967,13 +2964,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
2967
2964
  transmitCycles?: number[] | undefined;
2968
2965
  runtime?: {
2969
2966
  currentState: string;
2970
- context?: {
2971
- targetCallsign?: string | undefined;
2972
- targetGrid?: string | undefined;
2973
- reportSent?: number | undefined;
2974
- reportReceived?: number | undefined;
2975
- actualFrequency?: number | undefined;
2976
- } | undefined;
2977
2967
  slots?: {
2978
2968
  TX1?: string | undefined;
2979
2969
  TX2?: string | undefined;
@@ -2982,6 +2972,13 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
2982
2972
  TX5?: string | undefined;
2983
2973
  TX6?: string | undefined;
2984
2974
  } | undefined;
2975
+ context?: {
2976
+ targetCallsign?: string | undefined;
2977
+ targetGrid?: string | undefined;
2978
+ reportSent?: number | undefined;
2979
+ reportReceived?: number | undefined;
2980
+ actualFrequency?: number | undefined;
2981
+ } | undefined;
2985
2982
  availableSlots?: string[] | undefined;
2986
2983
  } | undefined;
2987
2984
  slots?: {
@@ -2994,11 +2991,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
2994
2991
  } | undefined;
2995
2992
  isInActivePTT?: boolean | undefined;
2996
2993
  currentSlot?: string | undefined;
2997
- cycleInfo?: {
2998
- currentCycle: number;
2999
- isTransmitCycle: boolean;
3000
- cycleProgress: number;
3001
- } | undefined;
3002
2994
  }, {
3003
2995
  id: string;
3004
2996
  strategy: {
@@ -3020,13 +3012,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3020
3012
  transmitCycles?: number[] | undefined;
3021
3013
  runtime?: {
3022
3014
  currentState: string;
3023
- context?: {
3024
- targetCallsign?: string | undefined;
3025
- targetGrid?: string | undefined;
3026
- reportSent?: number | undefined;
3027
- reportReceived?: number | undefined;
3028
- actualFrequency?: number | undefined;
3029
- } | undefined;
3030
3015
  slots?: {
3031
3016
  TX1?: string | undefined;
3032
3017
  TX2?: string | undefined;
@@ -3035,6 +3020,13 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3035
3020
  TX5?: string | undefined;
3036
3021
  TX6?: string | undefined;
3037
3022
  } | undefined;
3023
+ context?: {
3024
+ targetCallsign?: string | undefined;
3025
+ targetGrid?: string | undefined;
3026
+ reportSent?: number | undefined;
3027
+ reportReceived?: number | undefined;
3028
+ actualFrequency?: number | undefined;
3029
+ } | undefined;
3038
3030
  availableSlots?: string[] | undefined;
3039
3031
  } | undefined;
3040
3032
  slots?: {
@@ -3047,11 +3039,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3047
3039
  } | undefined;
3048
3040
  isInActivePTT?: boolean | undefined;
3049
3041
  currentSlot?: string | undefined;
3050
- cycleInfo?: {
3051
- currentCycle: number;
3052
- isTransmitCycle: boolean;
3053
- cycleProgress: number;
3054
- } | undefined;
3055
3042
  }>, "many">;
3056
3043
  }, "strip", z.ZodTypeAny, {
3057
3044
  operators: {
@@ -3075,13 +3062,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3075
3062
  transmitCycles?: number[] | undefined;
3076
3063
  runtime?: {
3077
3064
  currentState: string;
3078
- context?: {
3079
- targetCallsign?: string | undefined;
3080
- targetGrid?: string | undefined;
3081
- reportSent?: number | undefined;
3082
- reportReceived?: number | undefined;
3083
- actualFrequency?: number | undefined;
3084
- } | undefined;
3085
3065
  slots?: {
3086
3066
  TX1?: string | undefined;
3087
3067
  TX2?: string | undefined;
@@ -3090,6 +3070,13 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3090
3070
  TX5?: string | undefined;
3091
3071
  TX6?: string | undefined;
3092
3072
  } | undefined;
3073
+ context?: {
3074
+ targetCallsign?: string | undefined;
3075
+ targetGrid?: string | undefined;
3076
+ reportSent?: number | undefined;
3077
+ reportReceived?: number | undefined;
3078
+ actualFrequency?: number | undefined;
3079
+ } | undefined;
3093
3080
  availableSlots?: string[] | undefined;
3094
3081
  } | undefined;
3095
3082
  slots?: {
@@ -3102,11 +3089,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3102
3089
  } | undefined;
3103
3090
  isInActivePTT?: boolean | undefined;
3104
3091
  currentSlot?: string | undefined;
3105
- cycleInfo?: {
3106
- currentCycle: number;
3107
- isTransmitCycle: boolean;
3108
- cycleProgress: number;
3109
- } | undefined;
3110
3092
  }[];
3111
3093
  }, {
3112
3094
  operators: {
@@ -3130,13 +3112,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3130
3112
  transmitCycles?: number[] | undefined;
3131
3113
  runtime?: {
3132
3114
  currentState: string;
3133
- context?: {
3134
- targetCallsign?: string | undefined;
3135
- targetGrid?: string | undefined;
3136
- reportSent?: number | undefined;
3137
- reportReceived?: number | undefined;
3138
- actualFrequency?: number | undefined;
3139
- } | undefined;
3140
3115
  slots?: {
3141
3116
  TX1?: string | undefined;
3142
3117
  TX2?: string | undefined;
@@ -3145,6 +3120,13 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3145
3120
  TX5?: string | undefined;
3146
3121
  TX6?: string | undefined;
3147
3122
  } | undefined;
3123
+ context?: {
3124
+ targetCallsign?: string | undefined;
3125
+ targetGrid?: string | undefined;
3126
+ reportSent?: number | undefined;
3127
+ reportReceived?: number | undefined;
3128
+ actualFrequency?: number | undefined;
3129
+ } | undefined;
3148
3130
  availableSlots?: string[] | undefined;
3149
3131
  } | undefined;
3150
3132
  slots?: {
@@ -3157,11 +3139,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3157
3139
  } | undefined;
3158
3140
  isInActivePTT?: boolean | undefined;
3159
3141
  currentSlot?: string | undefined;
3160
- cycleInfo?: {
3161
- currentCycle: number;
3162
- isTransmitCycle: boolean;
3163
- cycleProgress: number;
3164
- } | undefined;
3165
3142
  }[];
3166
3143
  }>;
3167
3144
  }, "strip", z.ZodTypeAny, {
@@ -3189,13 +3166,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3189
3166
  transmitCycles?: number[] | undefined;
3190
3167
  runtime?: {
3191
3168
  currentState: string;
3192
- context?: {
3193
- targetCallsign?: string | undefined;
3194
- targetGrid?: string | undefined;
3195
- reportSent?: number | undefined;
3196
- reportReceived?: number | undefined;
3197
- actualFrequency?: number | undefined;
3198
- } | undefined;
3199
3169
  slots?: {
3200
3170
  TX1?: string | undefined;
3201
3171
  TX2?: string | undefined;
@@ -3204,6 +3174,13 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3204
3174
  TX5?: string | undefined;
3205
3175
  TX6?: string | undefined;
3206
3176
  } | undefined;
3177
+ context?: {
3178
+ targetCallsign?: string | undefined;
3179
+ targetGrid?: string | undefined;
3180
+ reportSent?: number | undefined;
3181
+ reportReceived?: number | undefined;
3182
+ actualFrequency?: number | undefined;
3183
+ } | undefined;
3207
3184
  availableSlots?: string[] | undefined;
3208
3185
  } | undefined;
3209
3186
  slots?: {
@@ -3216,11 +3193,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3216
3193
  } | undefined;
3217
3194
  isInActivePTT?: boolean | undefined;
3218
3195
  currentSlot?: string | undefined;
3219
- cycleInfo?: {
3220
- currentCycle: number;
3221
- isTransmitCycle: boolean;
3222
- cycleProgress: number;
3223
- } | undefined;
3224
3196
  }[];
3225
3197
  };
3226
3198
  id?: string | undefined;
@@ -3249,13 +3221,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3249
3221
  transmitCycles?: number[] | undefined;
3250
3222
  runtime?: {
3251
3223
  currentState: string;
3252
- context?: {
3253
- targetCallsign?: string | undefined;
3254
- targetGrid?: string | undefined;
3255
- reportSent?: number | undefined;
3256
- reportReceived?: number | undefined;
3257
- actualFrequency?: number | undefined;
3258
- } | undefined;
3259
3224
  slots?: {
3260
3225
  TX1?: string | undefined;
3261
3226
  TX2?: string | undefined;
@@ -3264,6 +3229,13 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3264
3229
  TX5?: string | undefined;
3265
3230
  TX6?: string | undefined;
3266
3231
  } | undefined;
3232
+ context?: {
3233
+ targetCallsign?: string | undefined;
3234
+ targetGrid?: string | undefined;
3235
+ reportSent?: number | undefined;
3236
+ reportReceived?: number | undefined;
3237
+ actualFrequency?: number | undefined;
3238
+ } | undefined;
3267
3239
  availableSlots?: string[] | undefined;
3268
3240
  } | undefined;
3269
3241
  slots?: {
@@ -3276,11 +3248,6 @@ export declare const WSOperatorsListMessageSchema: z.ZodObject<{
3276
3248
  } | undefined;
3277
3249
  isInActivePTT?: boolean | undefined;
3278
3250
  currentSlot?: string | undefined;
3279
- cycleInfo?: {
3280
- currentCycle: number;
3281
- isTransmitCycle: boolean;
3282
- cycleProgress: number;
3283
- } | undefined;
3284
3251
  }[];
3285
3252
  };
3286
3253
  id?: string | undefined;
@@ -3383,13 +3350,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3383
3350
  availableSlots: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3384
3351
  }, "strip", z.ZodTypeAny, {
3385
3352
  currentState: string;
3386
- context?: {
3387
- targetCallsign?: string | undefined;
3388
- targetGrid?: string | undefined;
3389
- reportSent?: number | undefined;
3390
- reportReceived?: number | undefined;
3391
- actualFrequency?: number | undefined;
3392
- } | undefined;
3393
3353
  slots?: {
3394
3354
  TX1?: string | undefined;
3395
3355
  TX2?: string | undefined;
@@ -3398,9 +3358,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3398
3358
  TX5?: string | undefined;
3399
3359
  TX6?: string | undefined;
3400
3360
  } | undefined;
3401
- availableSlots?: string[] | undefined;
3402
- }, {
3403
- currentState: string;
3404
3361
  context?: {
3405
3362
  targetCallsign?: string | undefined;
3406
3363
  targetGrid?: string | undefined;
@@ -3408,6 +3365,9 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3408
3365
  reportReceived?: number | undefined;
3409
3366
  actualFrequency?: number | undefined;
3410
3367
  } | undefined;
3368
+ availableSlots?: string[] | undefined;
3369
+ }, {
3370
+ currentState: string;
3411
3371
  slots?: {
3412
3372
  TX1?: string | undefined;
3413
3373
  TX2?: string | undefined;
@@ -3416,21 +3376,15 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3416
3376
  TX5?: string | undefined;
3417
3377
  TX6?: string | undefined;
3418
3378
  } | undefined;
3379
+ context?: {
3380
+ targetCallsign?: string | undefined;
3381
+ targetGrid?: string | undefined;
3382
+ reportSent?: number | undefined;
3383
+ reportReceived?: number | undefined;
3384
+ actualFrequency?: number | undefined;
3385
+ } | undefined;
3419
3386
  availableSlots?: string[] | undefined;
3420
3387
  }>>;
3421
- cycleInfo: z.ZodOptional<z.ZodObject<{
3422
- currentCycle: z.ZodNumber;
3423
- isTransmitCycle: z.ZodBoolean;
3424
- cycleProgress: z.ZodNumber;
3425
- }, "strip", z.ZodTypeAny, {
3426
- currentCycle: number;
3427
- isTransmitCycle: boolean;
3428
- cycleProgress: number;
3429
- }, {
3430
- currentCycle: number;
3431
- isTransmitCycle: boolean;
3432
- cycleProgress: number;
3433
- }>>;
3434
3388
  slots: z.ZodOptional<z.ZodObject<{
3435
3389
  TX1: z.ZodOptional<z.ZodString>;
3436
3390
  TX2: z.ZodOptional<z.ZodString>;
@@ -3475,13 +3429,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3475
3429
  transmitCycles?: number[] | undefined;
3476
3430
  runtime?: {
3477
3431
  currentState: string;
3478
- context?: {
3479
- targetCallsign?: string | undefined;
3480
- targetGrid?: string | undefined;
3481
- reportSent?: number | undefined;
3482
- reportReceived?: number | undefined;
3483
- actualFrequency?: number | undefined;
3484
- } | undefined;
3485
3432
  slots?: {
3486
3433
  TX1?: string | undefined;
3487
3434
  TX2?: string | undefined;
@@ -3490,6 +3437,13 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3490
3437
  TX5?: string | undefined;
3491
3438
  TX6?: string | undefined;
3492
3439
  } | undefined;
3440
+ context?: {
3441
+ targetCallsign?: string | undefined;
3442
+ targetGrid?: string | undefined;
3443
+ reportSent?: number | undefined;
3444
+ reportReceived?: number | undefined;
3445
+ actualFrequency?: number | undefined;
3446
+ } | undefined;
3493
3447
  availableSlots?: string[] | undefined;
3494
3448
  } | undefined;
3495
3449
  slots?: {
@@ -3502,11 +3456,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3502
3456
  } | undefined;
3503
3457
  isInActivePTT?: boolean | undefined;
3504
3458
  currentSlot?: string | undefined;
3505
- cycleInfo?: {
3506
- currentCycle: number;
3507
- isTransmitCycle: boolean;
3508
- cycleProgress: number;
3509
- } | undefined;
3510
3459
  }, {
3511
3460
  id: string;
3512
3461
  strategy: {
@@ -3528,13 +3477,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3528
3477
  transmitCycles?: number[] | undefined;
3529
3478
  runtime?: {
3530
3479
  currentState: string;
3531
- context?: {
3532
- targetCallsign?: string | undefined;
3533
- targetGrid?: string | undefined;
3534
- reportSent?: number | undefined;
3535
- reportReceived?: number | undefined;
3536
- actualFrequency?: number | undefined;
3537
- } | undefined;
3538
3480
  slots?: {
3539
3481
  TX1?: string | undefined;
3540
3482
  TX2?: string | undefined;
@@ -3543,6 +3485,13 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3543
3485
  TX5?: string | undefined;
3544
3486
  TX6?: string | undefined;
3545
3487
  } | undefined;
3488
+ context?: {
3489
+ targetCallsign?: string | undefined;
3490
+ targetGrid?: string | undefined;
3491
+ reportSent?: number | undefined;
3492
+ reportReceived?: number | undefined;
3493
+ actualFrequency?: number | undefined;
3494
+ } | undefined;
3546
3495
  availableSlots?: string[] | undefined;
3547
3496
  } | undefined;
3548
3497
  slots?: {
@@ -3555,11 +3504,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3555
3504
  } | undefined;
3556
3505
  isInActivePTT?: boolean | undefined;
3557
3506
  currentSlot?: string | undefined;
3558
- cycleInfo?: {
3559
- currentCycle: number;
3560
- isTransmitCycle: boolean;
3561
- cycleProgress: number;
3562
- } | undefined;
3563
3507
  }>;
3564
3508
  }, "strip", z.ZodTypeAny, {
3565
3509
  type: WSMessageType.OPERATOR_STATUS_UPDATE;
@@ -3585,13 +3529,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3585
3529
  transmitCycles?: number[] | undefined;
3586
3530
  runtime?: {
3587
3531
  currentState: string;
3588
- context?: {
3589
- targetCallsign?: string | undefined;
3590
- targetGrid?: string | undefined;
3591
- reportSent?: number | undefined;
3592
- reportReceived?: number | undefined;
3593
- actualFrequency?: number | undefined;
3594
- } | undefined;
3595
3532
  slots?: {
3596
3533
  TX1?: string | undefined;
3597
3534
  TX2?: string | undefined;
@@ -3600,6 +3537,13 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3600
3537
  TX5?: string | undefined;
3601
3538
  TX6?: string | undefined;
3602
3539
  } | undefined;
3540
+ context?: {
3541
+ targetCallsign?: string | undefined;
3542
+ targetGrid?: string | undefined;
3543
+ reportSent?: number | undefined;
3544
+ reportReceived?: number | undefined;
3545
+ actualFrequency?: number | undefined;
3546
+ } | undefined;
3603
3547
  availableSlots?: string[] | undefined;
3604
3548
  } | undefined;
3605
3549
  slots?: {
@@ -3612,11 +3556,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3612
3556
  } | undefined;
3613
3557
  isInActivePTT?: boolean | undefined;
3614
3558
  currentSlot?: string | undefined;
3615
- cycleInfo?: {
3616
- currentCycle: number;
3617
- isTransmitCycle: boolean;
3618
- cycleProgress: number;
3619
- } | undefined;
3620
3559
  };
3621
3560
  id?: string | undefined;
3622
3561
  }, {
@@ -3643,13 +3582,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3643
3582
  transmitCycles?: number[] | undefined;
3644
3583
  runtime?: {
3645
3584
  currentState: string;
3646
- context?: {
3647
- targetCallsign?: string | undefined;
3648
- targetGrid?: string | undefined;
3649
- reportSent?: number | undefined;
3650
- reportReceived?: number | undefined;
3651
- actualFrequency?: number | undefined;
3652
- } | undefined;
3653
3585
  slots?: {
3654
3586
  TX1?: string | undefined;
3655
3587
  TX2?: string | undefined;
@@ -3658,6 +3590,13 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3658
3590
  TX5?: string | undefined;
3659
3591
  TX6?: string | undefined;
3660
3592
  } | undefined;
3593
+ context?: {
3594
+ targetCallsign?: string | undefined;
3595
+ targetGrid?: string | undefined;
3596
+ reportSent?: number | undefined;
3597
+ reportReceived?: number | undefined;
3598
+ actualFrequency?: number | undefined;
3599
+ } | undefined;
3661
3600
  availableSlots?: string[] | undefined;
3662
3601
  } | undefined;
3663
3602
  slots?: {
@@ -3670,11 +3609,6 @@ export declare const WSOperatorStatusUpdateMessageSchema: z.ZodObject<{
3670
3609
  } | undefined;
3671
3610
  isInActivePTT?: boolean | undefined;
3672
3611
  currentSlot?: string | undefined;
3673
- cycleInfo?: {
3674
- currentCycle: number;
3675
- isTransmitCycle: boolean;
3676
- cycleProgress: number;
3677
- } | undefined;
3678
3612
  };
3679
3613
  id?: string | undefined;
3680
3614
  }>;
@@ -7366,6 +7300,54 @@ export declare const WSMeterDataMessageSchema: z.ZodObject<{
7366
7300
  id?: string | undefined;
7367
7301
  }>;
7368
7302
  export type WSMeterDataMessage = z.infer<typeof WSMeterDataMessageSchema>;
7303
+ export declare const WSSquelchStatusChangedMessageSchema: z.ZodObject<{
7304
+ timestamp: z.ZodString;
7305
+ id: z.ZodOptional<z.ZodString>;
7306
+ } & {
7307
+ type: z.ZodLiteral<WSMessageType.SQUELCH_STATUS_CHANGED>;
7308
+ data: z.ZodObject<{
7309
+ supported: z.ZodBoolean;
7310
+ open: z.ZodNullable<z.ZodBoolean>;
7311
+ muted: z.ZodBoolean;
7312
+ source: z.ZodEnum<["hamlib-dcd", "unsupported"]>;
7313
+ updatedAt: z.ZodNumber;
7314
+ }, "strip", z.ZodTypeAny, {
7315
+ supported: boolean;
7316
+ source: "hamlib-dcd" | "unsupported";
7317
+ updatedAt: number;
7318
+ open: boolean | null;
7319
+ muted: boolean;
7320
+ }, {
7321
+ supported: boolean;
7322
+ source: "hamlib-dcd" | "unsupported";
7323
+ updatedAt: number;
7324
+ open: boolean | null;
7325
+ muted: boolean;
7326
+ }>;
7327
+ }, "strip", z.ZodTypeAny, {
7328
+ type: WSMessageType.SQUELCH_STATUS_CHANGED;
7329
+ timestamp: string;
7330
+ data: {
7331
+ supported: boolean;
7332
+ source: "hamlib-dcd" | "unsupported";
7333
+ updatedAt: number;
7334
+ open: boolean | null;
7335
+ muted: boolean;
7336
+ };
7337
+ id?: string | undefined;
7338
+ }, {
7339
+ type: WSMessageType.SQUELCH_STATUS_CHANGED;
7340
+ timestamp: string;
7341
+ data: {
7342
+ supported: boolean;
7343
+ source: "hamlib-dcd" | "unsupported";
7344
+ updatedAt: number;
7345
+ open: boolean | null;
7346
+ muted: boolean;
7347
+ };
7348
+ id?: string | undefined;
7349
+ }>;
7350
+ export type WSSquelchStatusChangedMessage = z.infer<typeof WSSquelchStatusChangedMessageSchema>;
7369
7351
  /**
7370
7352
  * 文本消息(Toast通知)
7371
7353
  * 用于向客户端推送提示信息
@@ -7577,6 +7559,9 @@ export declare const WSRadioCapabilityListMessageSchema: z.ZodObject<{
7577
7559
  capabilities: z.ZodArray<z.ZodObject<{
7578
7560
  id: z.ZodString;
7579
7561
  supported: z.ZodBoolean;
7562
+ availability: z.ZodOptional<z.ZodEnum<["available", "unavailable", "unknown"]>>;
7563
+ availabilityReason: z.ZodOptional<z.ZodEnum<["runtime_error", "busy", "unsupported_by_current_mode", "radio_reported_unavailable", "unknown"]>>;
7564
+ lastError: z.ZodOptional<z.ZodString>;
7580
7565
  value: z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodNumber, z.ZodString]>>;
7581
7566
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7582
7567
  updatedAt: z.ZodNumber;
@@ -7586,12 +7571,18 @@ export declare const WSRadioCapabilityListMessageSchema: z.ZodObject<{
7586
7571
  supported: boolean;
7587
7572
  updatedAt: number;
7588
7573
  meta?: Record<string, unknown> | undefined;
7574
+ lastError?: string | undefined;
7575
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7576
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7589
7577
  }, {
7590
7578
  value: string | number | boolean | null;
7591
7579
  id: string;
7592
7580
  supported: boolean;
7593
7581
  updatedAt: number;
7594
7582
  meta?: Record<string, unknown> | undefined;
7583
+ lastError?: string | undefined;
7584
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7585
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7595
7586
  }>, "many">;
7596
7587
  }, "strip", z.ZodTypeAny, {
7597
7588
  capabilities: {
@@ -7600,6 +7591,9 @@ export declare const WSRadioCapabilityListMessageSchema: z.ZodObject<{
7600
7591
  supported: boolean;
7601
7592
  updatedAt: number;
7602
7593
  meta?: Record<string, unknown> | undefined;
7594
+ lastError?: string | undefined;
7595
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7596
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7603
7597
  }[];
7604
7598
  descriptors: {
7605
7599
  id: string;
@@ -7644,6 +7638,9 @@ export declare const WSRadioCapabilityListMessageSchema: z.ZodObject<{
7644
7638
  supported: boolean;
7645
7639
  updatedAt: number;
7646
7640
  meta?: Record<string, unknown> | undefined;
7641
+ lastError?: string | undefined;
7642
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7643
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7647
7644
  }[];
7648
7645
  descriptors: {
7649
7646
  id: string;
@@ -7692,6 +7689,9 @@ export declare const WSRadioCapabilityListMessageSchema: z.ZodObject<{
7692
7689
  supported: boolean;
7693
7690
  updatedAt: number;
7694
7691
  meta?: Record<string, unknown> | undefined;
7692
+ lastError?: string | undefined;
7693
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7694
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7695
7695
  }[];
7696
7696
  descriptors: {
7697
7697
  id: string;
@@ -7741,6 +7741,9 @@ export declare const WSRadioCapabilityListMessageSchema: z.ZodObject<{
7741
7741
  supported: boolean;
7742
7742
  updatedAt: number;
7743
7743
  meta?: Record<string, unknown> | undefined;
7744
+ lastError?: string | undefined;
7745
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7746
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7744
7747
  }[];
7745
7748
  descriptors: {
7746
7749
  id: string;
@@ -7793,6 +7796,9 @@ export declare const WSRadioCapabilityChangedMessageSchema: z.ZodObject<{
7793
7796
  data: z.ZodObject<{
7794
7797
  id: z.ZodString;
7795
7798
  supported: z.ZodBoolean;
7799
+ availability: z.ZodOptional<z.ZodEnum<["available", "unavailable", "unknown"]>>;
7800
+ availabilityReason: z.ZodOptional<z.ZodEnum<["runtime_error", "busy", "unsupported_by_current_mode", "radio_reported_unavailable", "unknown"]>>;
7801
+ lastError: z.ZodOptional<z.ZodString>;
7796
7802
  value: z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodNumber, z.ZodString]>>;
7797
7803
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7798
7804
  updatedAt: z.ZodNumber;
@@ -7802,12 +7808,18 @@ export declare const WSRadioCapabilityChangedMessageSchema: z.ZodObject<{
7802
7808
  supported: boolean;
7803
7809
  updatedAt: number;
7804
7810
  meta?: Record<string, unknown> | undefined;
7811
+ lastError?: string | undefined;
7812
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7813
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7805
7814
  }, {
7806
7815
  value: string | number | boolean | null;
7807
7816
  id: string;
7808
7817
  supported: boolean;
7809
7818
  updatedAt: number;
7810
7819
  meta?: Record<string, unknown> | undefined;
7820
+ lastError?: string | undefined;
7821
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7822
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7811
7823
  }>;
7812
7824
  }, "strip", z.ZodTypeAny, {
7813
7825
  type: WSMessageType.RADIO_CAPABILITY_CHANGED;
@@ -7818,6 +7830,9 @@ export declare const WSRadioCapabilityChangedMessageSchema: z.ZodObject<{
7818
7830
  supported: boolean;
7819
7831
  updatedAt: number;
7820
7832
  meta?: Record<string, unknown> | undefined;
7833
+ lastError?: string | undefined;
7834
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7835
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7821
7836
  };
7822
7837
  id?: string | undefined;
7823
7838
  }, {
@@ -7829,6 +7844,9 @@ export declare const WSRadioCapabilityChangedMessageSchema: z.ZodObject<{
7829
7844
  supported: boolean;
7830
7845
  updatedAt: number;
7831
7846
  meta?: Record<string, unknown> | undefined;
7847
+ lastError?: string | undefined;
7848
+ availability?: "unknown" | "available" | "unavailable" | undefined;
7849
+ availabilityReason?: "unknown" | "runtime_error" | "busy" | "unsupported_by_current_mode" | "radio_reported_unavailable" | undefined;
7832
7850
  };
7833
7851
  id?: string | undefined;
7834
7852
  }>;
@@ -8062,7 +8080,7 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8062
8080
  lastError: z.ZodOptional<z.ZodString>;
8063
8081
  assignedOperatorIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8064
8082
  settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
8065
- type: z.ZodEnum<["boolean", "number", "string", "string[]", "info"]>;
8083
+ type: z.ZodEnum<["boolean", "number", "string", "string[]", "object[]", "info"]>;
8066
8084
  default: z.ZodUnknown;
8067
8085
  label: z.ZodString;
8068
8086
  description: z.ZodOptional<z.ZodString>;
@@ -8078,9 +8096,32 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8078
8096
  value: string;
8079
8097
  label: string;
8080
8098
  }>, "many">>;
8099
+ itemFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
8100
+ key: z.ZodString;
8101
+ type: z.ZodDefault<z.ZodOptional<z.ZodEnum<["string", "number", "boolean"]>>>;
8102
+ label: z.ZodString;
8103
+ description: z.ZodOptional<z.ZodString>;
8104
+ placeholder: z.ZodOptional<z.ZodString>;
8105
+ required: z.ZodOptional<z.ZodBoolean>;
8106
+ }, "strip", z.ZodTypeAny, {
8107
+ type: "string" | "number" | "boolean";
8108
+ label: string;
8109
+ key: string;
8110
+ description?: string | undefined;
8111
+ placeholder?: string | undefined;
8112
+ required?: boolean | undefined;
8113
+ }, {
8114
+ label: string;
8115
+ key: string;
8116
+ type?: "string" | "number" | "boolean" | undefined;
8117
+ description?: string | undefined;
8118
+ placeholder?: string | undefined;
8119
+ required?: boolean | undefined;
8120
+ }>, "many">>;
8121
+ hidden: z.ZodOptional<z.ZodBoolean>;
8081
8122
  scope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["global", "operator"]>>>;
8082
8123
  }, "strip", z.ZodTypeAny, {
8083
- type: "string" | "number" | "boolean" | "string[]" | "info";
8124
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8084
8125
  label: string;
8085
8126
  scope: "operator" | "global";
8086
8127
  options?: {
@@ -8091,8 +8132,17 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8091
8132
  max?: number | undefined;
8092
8133
  description?: string | undefined;
8093
8134
  default?: unknown;
8135
+ itemFields?: {
8136
+ type: "string" | "number" | "boolean";
8137
+ label: string;
8138
+ key: string;
8139
+ description?: string | undefined;
8140
+ placeholder?: string | undefined;
8141
+ required?: boolean | undefined;
8142
+ }[] | undefined;
8143
+ hidden?: boolean | undefined;
8094
8144
  }, {
8095
- type: "string" | "number" | "boolean" | "string[]" | "info";
8145
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8096
8146
  label: string;
8097
8147
  options?: {
8098
8148
  value: string;
@@ -8102,6 +8152,15 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8102
8152
  max?: number | undefined;
8103
8153
  description?: string | undefined;
8104
8154
  default?: unknown;
8155
+ itemFields?: {
8156
+ label: string;
8157
+ key: string;
8158
+ type?: "string" | "number" | "boolean" | undefined;
8159
+ description?: string | undefined;
8160
+ placeholder?: string | undefined;
8161
+ required?: boolean | undefined;
8162
+ }[] | undefined;
8163
+ hidden?: boolean | undefined;
8105
8164
  scope?: "operator" | "global" | undefined;
8106
8165
  }>>>;
8107
8166
  quickActions: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -8129,12 +8188,14 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8129
8188
  title: z.ZodString;
8130
8189
  component: z.ZodEnum<["table", "key-value", "chart", "log", "iframe"]>;
8131
8190
  pageId: z.ZodOptional<z.ZodString>;
8191
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
8132
8192
  slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top"]>>;
8133
8193
  width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
8134
8194
  }, "strip", z.ZodTypeAny, {
8135
8195
  id: string;
8136
8196
  title: string;
8137
8197
  component: "table" | "key-value" | "chart" | "log" | "iframe";
8198
+ params?: Record<string, string> | undefined;
8138
8199
  pageId?: string | undefined;
8139
8200
  slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8140
8201
  width?: "full" | "half" | undefined;
@@ -8142,6 +8203,7 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8142
8203
  id: string;
8143
8204
  title: string;
8144
8205
  component: "table" | "key-value" | "chart" | "log" | "iframe";
8206
+ params?: Record<string, string> | undefined;
8145
8207
  pageId?: string | undefined;
8146
8208
  slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8147
8209
  width?: "full" | "half" | undefined;
@@ -8227,6 +8289,23 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8227
8289
  autoDisabled: boolean;
8228
8290
  errorCount: number;
8229
8291
  description?: string | undefined;
8292
+ source?: {
8293
+ kind: "marketplace";
8294
+ version: string;
8295
+ channel: "stable" | "nightly";
8296
+ artifactUrl: string;
8297
+ sha256: string;
8298
+ installedAt: number;
8299
+ } | undefined;
8300
+ panels?: {
8301
+ id: string;
8302
+ title: string;
8303
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8304
+ params?: Record<string, string> | undefined;
8305
+ pageId?: string | undefined;
8306
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8307
+ width?: "full" | "half" | undefined;
8308
+ }[] | undefined;
8230
8309
  ui?: {
8231
8310
  dir: string;
8232
8311
  pages: {
@@ -8240,7 +8319,7 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8240
8319
  } | undefined;
8241
8320
  permissions?: "network"[] | undefined;
8242
8321
  settings?: Record<string, {
8243
- type: "string" | "number" | "boolean" | "string[]" | "info";
8322
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8244
8323
  label: string;
8245
8324
  scope: "operator" | "global";
8246
8325
  options?: {
@@ -8251,6 +8330,15 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8251
8330
  max?: number | undefined;
8252
8331
  description?: string | undefined;
8253
8332
  default?: unknown;
8333
+ itemFields?: {
8334
+ type: "string" | "number" | "boolean";
8335
+ label: string;
8336
+ key: string;
8337
+ description?: string | undefined;
8338
+ placeholder?: string | undefined;
8339
+ required?: boolean | undefined;
8340
+ }[] | undefined;
8341
+ hidden?: boolean | undefined;
8254
8342
  }> | undefined;
8255
8343
  quickActions?: {
8256
8344
  id: string;
@@ -8260,26 +8348,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8260
8348
  quickSettings?: {
8261
8349
  settingKey: string;
8262
8350
  }[] | undefined;
8263
- panels?: {
8264
- id: string;
8265
- title: string;
8266
- component: "table" | "key-value" | "chart" | "log" | "iframe";
8267
- pageId?: string | undefined;
8268
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8269
- width?: "full" | "half" | undefined;
8270
- }[] | undefined;
8271
8351
  lastError?: string | undefined;
8272
8352
  assignedOperatorIds?: string[] | undefined;
8273
8353
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
8274
8354
  locales?: Record<string, Record<string, string>> | undefined;
8275
- source?: {
8276
- kind: "marketplace";
8277
- version: string;
8278
- channel: "stable" | "nightly";
8279
- artifactUrl: string;
8280
- sha256: string;
8281
- installedAt: number;
8282
- } | undefined;
8283
8355
  }, {
8284
8356
  type: "strategy" | "utility";
8285
8357
  name: string;
@@ -8288,6 +8360,23 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8288
8360
  isBuiltIn: boolean;
8289
8361
  errorCount: number;
8290
8362
  description?: string | undefined;
8363
+ source?: {
8364
+ kind: "marketplace";
8365
+ version: string;
8366
+ channel: "stable" | "nightly";
8367
+ artifactUrl: string;
8368
+ sha256: string;
8369
+ installedAt: number;
8370
+ } | undefined;
8371
+ panels?: {
8372
+ id: string;
8373
+ title: string;
8374
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8375
+ params?: Record<string, string> | undefined;
8376
+ pageId?: string | undefined;
8377
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8378
+ width?: "full" | "half" | undefined;
8379
+ }[] | undefined;
8291
8380
  ui?: {
8292
8381
  dir?: string | undefined;
8293
8382
  pages?: {
@@ -8302,7 +8391,7 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8302
8391
  instanceScope?: "operator" | "global" | undefined;
8303
8392
  permissions?: "network"[] | undefined;
8304
8393
  settings?: Record<string, {
8305
- type: "string" | "number" | "boolean" | "string[]" | "info";
8394
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8306
8395
  label: string;
8307
8396
  options?: {
8308
8397
  value: string;
@@ -8312,6 +8401,15 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8312
8401
  max?: number | undefined;
8313
8402
  description?: string | undefined;
8314
8403
  default?: unknown;
8404
+ itemFields?: {
8405
+ label: string;
8406
+ key: string;
8407
+ type?: "string" | "number" | "boolean" | undefined;
8408
+ description?: string | undefined;
8409
+ placeholder?: string | undefined;
8410
+ required?: boolean | undefined;
8411
+ }[] | undefined;
8412
+ hidden?: boolean | undefined;
8315
8413
  scope?: "operator" | "global" | undefined;
8316
8414
  }> | undefined;
8317
8415
  quickActions?: {
@@ -8322,28 +8420,12 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8322
8420
  quickSettings?: {
8323
8421
  settingKey: string;
8324
8422
  }[] | undefined;
8325
- panels?: {
8326
- id: string;
8327
- title: string;
8328
- component: "table" | "key-value" | "chart" | "log" | "iframe";
8329
- pageId?: string | undefined;
8330
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8331
- width?: "full" | "half" | undefined;
8332
- }[] | undefined;
8333
8423
  loaded?: boolean | undefined;
8334
8424
  autoDisabled?: boolean | undefined;
8335
8425
  lastError?: string | undefined;
8336
8426
  assignedOperatorIds?: string[] | undefined;
8337
8427
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
8338
8428
  locales?: Record<string, Record<string, string>> | undefined;
8339
- source?: {
8340
- kind: "marketplace";
8341
- version: string;
8342
- channel: "stable" | "nightly";
8343
- artifactUrl: string;
8344
- sha256: string;
8345
- installedAt: number;
8346
- } | undefined;
8347
8429
  }>, "many">;
8348
8430
  panelMeta: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8349
8431
  pluginName: z.ZodString;
@@ -8381,6 +8463,90 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8381
8463
  pluginName: string;
8382
8464
  panelId: string;
8383
8465
  }>, "many">>>;
8466
+ panelContributions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8467
+ pluginName: z.ZodString;
8468
+ groupId: z.ZodString;
8469
+ source: z.ZodEnum<["manifest", "runtime"]>;
8470
+ instanceTarget: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
8471
+ kind: z.ZodLiteral<"global">;
8472
+ }, "strip", z.ZodTypeAny, {
8473
+ kind: "global";
8474
+ }, {
8475
+ kind: "global";
8476
+ }>, z.ZodObject<{
8477
+ kind: z.ZodLiteral<"operator">;
8478
+ operatorId: z.ZodString;
8479
+ }, "strip", z.ZodTypeAny, {
8480
+ operatorId: string;
8481
+ kind: "operator";
8482
+ }, {
8483
+ operatorId: string;
8484
+ kind: "operator";
8485
+ }>]>>;
8486
+ panels: z.ZodArray<z.ZodObject<{
8487
+ id: z.ZodString;
8488
+ title: z.ZodString;
8489
+ component: z.ZodEnum<["table", "key-value", "chart", "log", "iframe"]>;
8490
+ pageId: z.ZodOptional<z.ZodString>;
8491
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
8492
+ slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top"]>>;
8493
+ width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
8494
+ }, "strip", z.ZodTypeAny, {
8495
+ id: string;
8496
+ title: string;
8497
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8498
+ params?: Record<string, string> | undefined;
8499
+ pageId?: string | undefined;
8500
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8501
+ width?: "full" | "half" | undefined;
8502
+ }, {
8503
+ id: string;
8504
+ title: string;
8505
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8506
+ params?: Record<string, string> | undefined;
8507
+ pageId?: string | undefined;
8508
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8509
+ width?: "full" | "half" | undefined;
8510
+ }>, "many">;
8511
+ }, "strip", z.ZodTypeAny, {
8512
+ pluginName: string;
8513
+ groupId: string;
8514
+ source: "manifest" | "runtime";
8515
+ panels: {
8516
+ id: string;
8517
+ title: string;
8518
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8519
+ params?: Record<string, string> | undefined;
8520
+ pageId?: string | undefined;
8521
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8522
+ width?: "full" | "half" | undefined;
8523
+ }[];
8524
+ instanceTarget?: {
8525
+ kind: "global";
8526
+ } | {
8527
+ operatorId: string;
8528
+ kind: "operator";
8529
+ } | undefined;
8530
+ }, {
8531
+ pluginName: string;
8532
+ groupId: string;
8533
+ source: "manifest" | "runtime";
8534
+ panels: {
8535
+ id: string;
8536
+ title: string;
8537
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8538
+ params?: Record<string, string> | undefined;
8539
+ pageId?: string | undefined;
8540
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8541
+ width?: "full" | "half" | undefined;
8542
+ }[];
8543
+ instanceTarget?: {
8544
+ kind: "global";
8545
+ } | {
8546
+ operatorId: string;
8547
+ kind: "operator";
8548
+ } | undefined;
8549
+ }>, "many">>>;
8384
8550
  lastError: z.ZodOptional<z.ZodString>;
8385
8551
  }, "strip", z.ZodTypeAny, {
8386
8552
  state: "error" | "ready" | "reloading";
@@ -8396,6 +8562,23 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8396
8562
  autoDisabled: boolean;
8397
8563
  errorCount: number;
8398
8564
  description?: string | undefined;
8565
+ source?: {
8566
+ kind: "marketplace";
8567
+ version: string;
8568
+ channel: "stable" | "nightly";
8569
+ artifactUrl: string;
8570
+ sha256: string;
8571
+ installedAt: number;
8572
+ } | undefined;
8573
+ panels?: {
8574
+ id: string;
8575
+ title: string;
8576
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8577
+ params?: Record<string, string> | undefined;
8578
+ pageId?: string | undefined;
8579
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8580
+ width?: "full" | "half" | undefined;
8581
+ }[] | undefined;
8399
8582
  ui?: {
8400
8583
  dir: string;
8401
8584
  pages: {
@@ -8409,7 +8592,7 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8409
8592
  } | undefined;
8410
8593
  permissions?: "network"[] | undefined;
8411
8594
  settings?: Record<string, {
8412
- type: "string" | "number" | "boolean" | "string[]" | "info";
8595
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8413
8596
  label: string;
8414
8597
  scope: "operator" | "global";
8415
8598
  options?: {
@@ -8420,6 +8603,15 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8420
8603
  max?: number | undefined;
8421
8604
  description?: string | undefined;
8422
8605
  default?: unknown;
8606
+ itemFields?: {
8607
+ type: "string" | "number" | "boolean";
8608
+ label: string;
8609
+ key: string;
8610
+ description?: string | undefined;
8611
+ placeholder?: string | undefined;
8612
+ required?: boolean | undefined;
8613
+ }[] | undefined;
8614
+ hidden?: boolean | undefined;
8423
8615
  }> | undefined;
8424
8616
  quickActions?: {
8425
8617
  id: string;
@@ -8429,26 +8621,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8429
8621
  quickSettings?: {
8430
8622
  settingKey: string;
8431
8623
  }[] | undefined;
8432
- panels?: {
8433
- id: string;
8434
- title: string;
8435
- component: "table" | "key-value" | "chart" | "log" | "iframe";
8436
- pageId?: string | undefined;
8437
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8438
- width?: "full" | "half" | undefined;
8439
- }[] | undefined;
8440
8624
  lastError?: string | undefined;
8441
8625
  assignedOperatorIds?: string[] | undefined;
8442
8626
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
8443
8627
  locales?: Record<string, Record<string, string>> | undefined;
8444
- source?: {
8445
- kind: "marketplace";
8446
- version: string;
8447
- channel: "stable" | "nightly";
8448
- artifactUrl: string;
8449
- sha256: string;
8450
- installedAt: number;
8451
- } | undefined;
8452
8628
  }[];
8453
8629
  panelMeta: {
8454
8630
  operatorId: string;
@@ -8460,6 +8636,26 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8460
8636
  pluginName: string;
8461
8637
  panelId: string;
8462
8638
  }[];
8639
+ panelContributions: {
8640
+ pluginName: string;
8641
+ groupId: string;
8642
+ source: "manifest" | "runtime";
8643
+ panels: {
8644
+ id: string;
8645
+ title: string;
8646
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8647
+ params?: Record<string, string> | undefined;
8648
+ pageId?: string | undefined;
8649
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8650
+ width?: "full" | "half" | undefined;
8651
+ }[];
8652
+ instanceTarget?: {
8653
+ kind: "global";
8654
+ } | {
8655
+ operatorId: string;
8656
+ kind: "operator";
8657
+ } | undefined;
8658
+ }[];
8463
8659
  lastError?: string | undefined;
8464
8660
  }, {
8465
8661
  state: "error" | "ready" | "reloading";
@@ -8472,6 +8668,23 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8472
8668
  isBuiltIn: boolean;
8473
8669
  errorCount: number;
8474
8670
  description?: string | undefined;
8671
+ source?: {
8672
+ kind: "marketplace";
8673
+ version: string;
8674
+ channel: "stable" | "nightly";
8675
+ artifactUrl: string;
8676
+ sha256: string;
8677
+ installedAt: number;
8678
+ } | undefined;
8679
+ panels?: {
8680
+ id: string;
8681
+ title: string;
8682
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8683
+ params?: Record<string, string> | undefined;
8684
+ pageId?: string | undefined;
8685
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8686
+ width?: "full" | "half" | undefined;
8687
+ }[] | undefined;
8475
8688
  ui?: {
8476
8689
  dir?: string | undefined;
8477
8690
  pages?: {
@@ -8486,7 +8699,7 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8486
8699
  instanceScope?: "operator" | "global" | undefined;
8487
8700
  permissions?: "network"[] | undefined;
8488
8701
  settings?: Record<string, {
8489
- type: "string" | "number" | "boolean" | "string[]" | "info";
8702
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8490
8703
  label: string;
8491
8704
  options?: {
8492
8705
  value: string;
@@ -8496,6 +8709,15 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8496
8709
  max?: number | undefined;
8497
8710
  description?: string | undefined;
8498
8711
  default?: unknown;
8712
+ itemFields?: {
8713
+ label: string;
8714
+ key: string;
8715
+ type?: "string" | "number" | "boolean" | undefined;
8716
+ description?: string | undefined;
8717
+ placeholder?: string | undefined;
8718
+ required?: boolean | undefined;
8719
+ }[] | undefined;
8720
+ hidden?: boolean | undefined;
8499
8721
  scope?: "operator" | "global" | undefined;
8500
8722
  }> | undefined;
8501
8723
  quickActions?: {
@@ -8506,28 +8728,12 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8506
8728
  quickSettings?: {
8507
8729
  settingKey: string;
8508
8730
  }[] | undefined;
8509
- panels?: {
8510
- id: string;
8511
- title: string;
8512
- component: "table" | "key-value" | "chart" | "log" | "iframe";
8513
- pageId?: string | undefined;
8514
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8515
- width?: "full" | "half" | undefined;
8516
- }[] | undefined;
8517
8731
  loaded?: boolean | undefined;
8518
8732
  autoDisabled?: boolean | undefined;
8519
8733
  lastError?: string | undefined;
8520
8734
  assignedOperatorIds?: string[] | undefined;
8521
8735
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
8522
8736
  locales?: Record<string, Record<string, string>> | undefined;
8523
- source?: {
8524
- kind: "marketplace";
8525
- version: string;
8526
- channel: "stable" | "nightly";
8527
- artifactUrl: string;
8528
- sha256: string;
8529
- installedAt: number;
8530
- } | undefined;
8531
8737
  }[];
8532
8738
  lastError?: string | undefined;
8533
8739
  panelMeta?: {
@@ -8540,6 +8746,26 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8540
8746
  pluginName: string;
8541
8747
  panelId: string;
8542
8748
  }[] | undefined;
8749
+ panelContributions?: {
8750
+ pluginName: string;
8751
+ groupId: string;
8752
+ source: "manifest" | "runtime";
8753
+ panels: {
8754
+ id: string;
8755
+ title: string;
8756
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8757
+ params?: Record<string, string> | undefined;
8758
+ pageId?: string | undefined;
8759
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8760
+ width?: "full" | "half" | undefined;
8761
+ }[];
8762
+ instanceTarget?: {
8763
+ kind: "global";
8764
+ } | {
8765
+ operatorId: string;
8766
+ kind: "operator";
8767
+ } | undefined;
8768
+ }[] | undefined;
8543
8769
  }>;
8544
8770
  }, "strip", z.ZodTypeAny, {
8545
8771
  type: WSMessageType.PLUGIN_LIST;
@@ -8558,6 +8784,23 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8558
8784
  autoDisabled: boolean;
8559
8785
  errorCount: number;
8560
8786
  description?: string | undefined;
8787
+ source?: {
8788
+ kind: "marketplace";
8789
+ version: string;
8790
+ channel: "stable" | "nightly";
8791
+ artifactUrl: string;
8792
+ sha256: string;
8793
+ installedAt: number;
8794
+ } | undefined;
8795
+ panels?: {
8796
+ id: string;
8797
+ title: string;
8798
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8799
+ params?: Record<string, string> | undefined;
8800
+ pageId?: string | undefined;
8801
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8802
+ width?: "full" | "half" | undefined;
8803
+ }[] | undefined;
8561
8804
  ui?: {
8562
8805
  dir: string;
8563
8806
  pages: {
@@ -8571,7 +8814,7 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8571
8814
  } | undefined;
8572
8815
  permissions?: "network"[] | undefined;
8573
8816
  settings?: Record<string, {
8574
- type: "string" | "number" | "boolean" | "string[]" | "info";
8817
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8575
8818
  label: string;
8576
8819
  scope: "operator" | "global";
8577
8820
  options?: {
@@ -8582,6 +8825,15 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8582
8825
  max?: number | undefined;
8583
8826
  description?: string | undefined;
8584
8827
  default?: unknown;
8828
+ itemFields?: {
8829
+ type: "string" | "number" | "boolean";
8830
+ label: string;
8831
+ key: string;
8832
+ description?: string | undefined;
8833
+ placeholder?: string | undefined;
8834
+ required?: boolean | undefined;
8835
+ }[] | undefined;
8836
+ hidden?: boolean | undefined;
8585
8837
  }> | undefined;
8586
8838
  quickActions?: {
8587
8839
  id: string;
@@ -8591,26 +8843,10 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8591
8843
  quickSettings?: {
8592
8844
  settingKey: string;
8593
8845
  }[] | undefined;
8594
- panels?: {
8595
- id: string;
8596
- title: string;
8597
- component: "table" | "key-value" | "chart" | "log" | "iframe";
8598
- pageId?: string | undefined;
8599
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8600
- width?: "full" | "half" | undefined;
8601
- }[] | undefined;
8602
8846
  lastError?: string | undefined;
8603
8847
  assignedOperatorIds?: string[] | undefined;
8604
8848
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
8605
8849
  locales?: Record<string, Record<string, string>> | undefined;
8606
- source?: {
8607
- kind: "marketplace";
8608
- version: string;
8609
- channel: "stable" | "nightly";
8610
- artifactUrl: string;
8611
- sha256: string;
8612
- installedAt: number;
8613
- } | undefined;
8614
8850
  }[];
8615
8851
  panelMeta: {
8616
8852
  operatorId: string;
@@ -8622,6 +8858,26 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8622
8858
  pluginName: string;
8623
8859
  panelId: string;
8624
8860
  }[];
8861
+ panelContributions: {
8862
+ pluginName: string;
8863
+ groupId: string;
8864
+ source: "manifest" | "runtime";
8865
+ panels: {
8866
+ id: string;
8867
+ title: string;
8868
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8869
+ params?: Record<string, string> | undefined;
8870
+ pageId?: string | undefined;
8871
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8872
+ width?: "full" | "half" | undefined;
8873
+ }[];
8874
+ instanceTarget?: {
8875
+ kind: "global";
8876
+ } | {
8877
+ operatorId: string;
8878
+ kind: "operator";
8879
+ } | undefined;
8880
+ }[];
8625
8881
  lastError?: string | undefined;
8626
8882
  };
8627
8883
  id?: string | undefined;
@@ -8639,6 +8895,23 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8639
8895
  isBuiltIn: boolean;
8640
8896
  errorCount: number;
8641
8897
  description?: string | undefined;
8898
+ source?: {
8899
+ kind: "marketplace";
8900
+ version: string;
8901
+ channel: "stable" | "nightly";
8902
+ artifactUrl: string;
8903
+ sha256: string;
8904
+ installedAt: number;
8905
+ } | undefined;
8906
+ panels?: {
8907
+ id: string;
8908
+ title: string;
8909
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8910
+ params?: Record<string, string> | undefined;
8911
+ pageId?: string | undefined;
8912
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8913
+ width?: "full" | "half" | undefined;
8914
+ }[] | undefined;
8642
8915
  ui?: {
8643
8916
  dir?: string | undefined;
8644
8917
  pages?: {
@@ -8653,7 +8926,7 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8653
8926
  instanceScope?: "operator" | "global" | undefined;
8654
8927
  permissions?: "network"[] | undefined;
8655
8928
  settings?: Record<string, {
8656
- type: "string" | "number" | "boolean" | "string[]" | "info";
8929
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8657
8930
  label: string;
8658
8931
  options?: {
8659
8932
  value: string;
@@ -8663,6 +8936,15 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8663
8936
  max?: number | undefined;
8664
8937
  description?: string | undefined;
8665
8938
  default?: unknown;
8939
+ itemFields?: {
8940
+ label: string;
8941
+ key: string;
8942
+ type?: "string" | "number" | "boolean" | undefined;
8943
+ description?: string | undefined;
8944
+ placeholder?: string | undefined;
8945
+ required?: boolean | undefined;
8946
+ }[] | undefined;
8947
+ hidden?: boolean | undefined;
8666
8948
  scope?: "operator" | "global" | undefined;
8667
8949
  }> | undefined;
8668
8950
  quickActions?: {
@@ -8673,28 +8955,12 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8673
8955
  quickSettings?: {
8674
8956
  settingKey: string;
8675
8957
  }[] | undefined;
8676
- panels?: {
8677
- id: string;
8678
- title: string;
8679
- component: "table" | "key-value" | "chart" | "log" | "iframe";
8680
- pageId?: string | undefined;
8681
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8682
- width?: "full" | "half" | undefined;
8683
- }[] | undefined;
8684
8958
  loaded?: boolean | undefined;
8685
8959
  autoDisabled?: boolean | undefined;
8686
8960
  lastError?: string | undefined;
8687
8961
  assignedOperatorIds?: string[] | undefined;
8688
8962
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
8689
8963
  locales?: Record<string, Record<string, string>> | undefined;
8690
- source?: {
8691
- kind: "marketplace";
8692
- version: string;
8693
- channel: "stable" | "nightly";
8694
- artifactUrl: string;
8695
- sha256: string;
8696
- installedAt: number;
8697
- } | undefined;
8698
8964
  }[];
8699
8965
  lastError?: string | undefined;
8700
8966
  panelMeta?: {
@@ -8707,6 +8973,26 @@ export declare const WSPluginListMessageSchema: z.ZodObject<{
8707
8973
  pluginName: string;
8708
8974
  panelId: string;
8709
8975
  }[] | undefined;
8976
+ panelContributions?: {
8977
+ pluginName: string;
8978
+ groupId: string;
8979
+ source: "manifest" | "runtime";
8980
+ panels: {
8981
+ id: string;
8982
+ title: string;
8983
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
8984
+ params?: Record<string, string> | undefined;
8985
+ pageId?: string | undefined;
8986
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8987
+ width?: "full" | "half" | undefined;
8988
+ }[];
8989
+ instanceTarget?: {
8990
+ kind: "global";
8991
+ } | {
8992
+ operatorId: string;
8993
+ kind: "operator";
8994
+ } | undefined;
8995
+ }[] | undefined;
8710
8996
  };
8711
8997
  id?: string | undefined;
8712
8998
  }>;
@@ -8732,7 +9018,7 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8732
9018
  lastError: z.ZodOptional<z.ZodString>;
8733
9019
  assignedOperatorIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8734
9020
  settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
8735
- type: z.ZodEnum<["boolean", "number", "string", "string[]", "info"]>;
9021
+ type: z.ZodEnum<["boolean", "number", "string", "string[]", "object[]", "info"]>;
8736
9022
  default: z.ZodUnknown;
8737
9023
  label: z.ZodString;
8738
9024
  description: z.ZodOptional<z.ZodString>;
@@ -8748,9 +9034,32 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8748
9034
  value: string;
8749
9035
  label: string;
8750
9036
  }>, "many">>;
9037
+ itemFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
9038
+ key: z.ZodString;
9039
+ type: z.ZodDefault<z.ZodOptional<z.ZodEnum<["string", "number", "boolean"]>>>;
9040
+ label: z.ZodString;
9041
+ description: z.ZodOptional<z.ZodString>;
9042
+ placeholder: z.ZodOptional<z.ZodString>;
9043
+ required: z.ZodOptional<z.ZodBoolean>;
9044
+ }, "strip", z.ZodTypeAny, {
9045
+ type: "string" | "number" | "boolean";
9046
+ label: string;
9047
+ key: string;
9048
+ description?: string | undefined;
9049
+ placeholder?: string | undefined;
9050
+ required?: boolean | undefined;
9051
+ }, {
9052
+ label: string;
9053
+ key: string;
9054
+ type?: "string" | "number" | "boolean" | undefined;
9055
+ description?: string | undefined;
9056
+ placeholder?: string | undefined;
9057
+ required?: boolean | undefined;
9058
+ }>, "many">>;
9059
+ hidden: z.ZodOptional<z.ZodBoolean>;
8751
9060
  scope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["global", "operator"]>>>;
8752
9061
  }, "strip", z.ZodTypeAny, {
8753
- type: "string" | "number" | "boolean" | "string[]" | "info";
9062
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8754
9063
  label: string;
8755
9064
  scope: "operator" | "global";
8756
9065
  options?: {
@@ -8761,8 +9070,17 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8761
9070
  max?: number | undefined;
8762
9071
  description?: string | undefined;
8763
9072
  default?: unknown;
9073
+ itemFields?: {
9074
+ type: "string" | "number" | "boolean";
9075
+ label: string;
9076
+ key: string;
9077
+ description?: string | undefined;
9078
+ placeholder?: string | undefined;
9079
+ required?: boolean | undefined;
9080
+ }[] | undefined;
9081
+ hidden?: boolean | undefined;
8764
9082
  }, {
8765
- type: "string" | "number" | "boolean" | "string[]" | "info";
9083
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8766
9084
  label: string;
8767
9085
  options?: {
8768
9086
  value: string;
@@ -8772,6 +9090,15 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8772
9090
  max?: number | undefined;
8773
9091
  description?: string | undefined;
8774
9092
  default?: unknown;
9093
+ itemFields?: {
9094
+ label: string;
9095
+ key: string;
9096
+ type?: "string" | "number" | "boolean" | undefined;
9097
+ description?: string | undefined;
9098
+ placeholder?: string | undefined;
9099
+ required?: boolean | undefined;
9100
+ }[] | undefined;
9101
+ hidden?: boolean | undefined;
8775
9102
  scope?: "operator" | "global" | undefined;
8776
9103
  }>>>;
8777
9104
  quickActions: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -8799,12 +9126,14 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8799
9126
  title: z.ZodString;
8800
9127
  component: z.ZodEnum<["table", "key-value", "chart", "log", "iframe"]>;
8801
9128
  pageId: z.ZodOptional<z.ZodString>;
9129
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
8802
9130
  slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top"]>>;
8803
9131
  width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
8804
9132
  }, "strip", z.ZodTypeAny, {
8805
9133
  id: string;
8806
9134
  title: string;
8807
9135
  component: "table" | "key-value" | "chart" | "log" | "iframe";
9136
+ params?: Record<string, string> | undefined;
8808
9137
  pageId?: string | undefined;
8809
9138
  slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8810
9139
  width?: "full" | "half" | undefined;
@@ -8812,6 +9141,7 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8812
9141
  id: string;
8813
9142
  title: string;
8814
9143
  component: "table" | "key-value" | "chart" | "log" | "iframe";
9144
+ params?: Record<string, string> | undefined;
8815
9145
  pageId?: string | undefined;
8816
9146
  slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8817
9147
  width?: "full" | "half" | undefined;
@@ -8897,6 +9227,23 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8897
9227
  autoDisabled: boolean;
8898
9228
  errorCount: number;
8899
9229
  description?: string | undefined;
9230
+ source?: {
9231
+ kind: "marketplace";
9232
+ version: string;
9233
+ channel: "stable" | "nightly";
9234
+ artifactUrl: string;
9235
+ sha256: string;
9236
+ installedAt: number;
9237
+ } | undefined;
9238
+ panels?: {
9239
+ id: string;
9240
+ title: string;
9241
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
9242
+ params?: Record<string, string> | undefined;
9243
+ pageId?: string | undefined;
9244
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9245
+ width?: "full" | "half" | undefined;
9246
+ }[] | undefined;
8900
9247
  ui?: {
8901
9248
  dir: string;
8902
9249
  pages: {
@@ -8910,7 +9257,7 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8910
9257
  } | undefined;
8911
9258
  permissions?: "network"[] | undefined;
8912
9259
  settings?: Record<string, {
8913
- type: "string" | "number" | "boolean" | "string[]" | "info";
9260
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8914
9261
  label: string;
8915
9262
  scope: "operator" | "global";
8916
9263
  options?: {
@@ -8921,6 +9268,15 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8921
9268
  max?: number | undefined;
8922
9269
  description?: string | undefined;
8923
9270
  default?: unknown;
9271
+ itemFields?: {
9272
+ type: "string" | "number" | "boolean";
9273
+ label: string;
9274
+ key: string;
9275
+ description?: string | undefined;
9276
+ placeholder?: string | undefined;
9277
+ required?: boolean | undefined;
9278
+ }[] | undefined;
9279
+ hidden?: boolean | undefined;
8924
9280
  }> | undefined;
8925
9281
  quickActions?: {
8926
9282
  id: string;
@@ -8930,26 +9286,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8930
9286
  quickSettings?: {
8931
9287
  settingKey: string;
8932
9288
  }[] | undefined;
8933
- panels?: {
8934
- id: string;
8935
- title: string;
8936
- component: "table" | "key-value" | "chart" | "log" | "iframe";
8937
- pageId?: string | undefined;
8938
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
8939
- width?: "full" | "half" | undefined;
8940
- }[] | undefined;
8941
9289
  lastError?: string | undefined;
8942
9290
  assignedOperatorIds?: string[] | undefined;
8943
9291
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
8944
9292
  locales?: Record<string, Record<string, string>> | undefined;
8945
- source?: {
8946
- kind: "marketplace";
8947
- version: string;
8948
- channel: "stable" | "nightly";
8949
- artifactUrl: string;
8950
- sha256: string;
8951
- installedAt: number;
8952
- } | undefined;
8953
9293
  }, {
8954
9294
  type: "strategy" | "utility";
8955
9295
  name: string;
@@ -8958,6 +9298,23 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8958
9298
  isBuiltIn: boolean;
8959
9299
  errorCount: number;
8960
9300
  description?: string | undefined;
9301
+ source?: {
9302
+ kind: "marketplace";
9303
+ version: string;
9304
+ channel: "stable" | "nightly";
9305
+ artifactUrl: string;
9306
+ sha256: string;
9307
+ installedAt: number;
9308
+ } | undefined;
9309
+ panels?: {
9310
+ id: string;
9311
+ title: string;
9312
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
9313
+ params?: Record<string, string> | undefined;
9314
+ pageId?: string | undefined;
9315
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9316
+ width?: "full" | "half" | undefined;
9317
+ }[] | undefined;
8961
9318
  ui?: {
8962
9319
  dir?: string | undefined;
8963
9320
  pages?: {
@@ -8972,7 +9329,7 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8972
9329
  instanceScope?: "operator" | "global" | undefined;
8973
9330
  permissions?: "network"[] | undefined;
8974
9331
  settings?: Record<string, {
8975
- type: "string" | "number" | "boolean" | "string[]" | "info";
9332
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
8976
9333
  label: string;
8977
9334
  options?: {
8978
9335
  value: string;
@@ -8982,6 +9339,15 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8982
9339
  max?: number | undefined;
8983
9340
  description?: string | undefined;
8984
9341
  default?: unknown;
9342
+ itemFields?: {
9343
+ label: string;
9344
+ key: string;
9345
+ type?: "string" | "number" | "boolean" | undefined;
9346
+ description?: string | undefined;
9347
+ placeholder?: string | undefined;
9348
+ required?: boolean | undefined;
9349
+ }[] | undefined;
9350
+ hidden?: boolean | undefined;
8985
9351
  scope?: "operator" | "global" | undefined;
8986
9352
  }> | undefined;
8987
9353
  quickActions?: {
@@ -8992,28 +9358,12 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
8992
9358
  quickSettings?: {
8993
9359
  settingKey: string;
8994
9360
  }[] | undefined;
8995
- panels?: {
8996
- id: string;
8997
- title: string;
8998
- component: "table" | "key-value" | "chart" | "log" | "iframe";
8999
- pageId?: string | undefined;
9000
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9001
- width?: "full" | "half" | undefined;
9002
- }[] | undefined;
9003
9361
  loaded?: boolean | undefined;
9004
9362
  autoDisabled?: boolean | undefined;
9005
9363
  lastError?: string | undefined;
9006
9364
  assignedOperatorIds?: string[] | undefined;
9007
9365
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
9008
9366
  locales?: Record<string, Record<string, string>> | undefined;
9009
- source?: {
9010
- kind: "marketplace";
9011
- version: string;
9012
- channel: "stable" | "nightly";
9013
- artifactUrl: string;
9014
- sha256: string;
9015
- installedAt: number;
9016
- } | undefined;
9017
9367
  }>;
9018
9368
  }, "strip", z.ZodTypeAny, {
9019
9369
  generation: number;
@@ -9028,6 +9378,23 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9028
9378
  autoDisabled: boolean;
9029
9379
  errorCount: number;
9030
9380
  description?: string | undefined;
9381
+ source?: {
9382
+ kind: "marketplace";
9383
+ version: string;
9384
+ channel: "stable" | "nightly";
9385
+ artifactUrl: string;
9386
+ sha256: string;
9387
+ installedAt: number;
9388
+ } | undefined;
9389
+ panels?: {
9390
+ id: string;
9391
+ title: string;
9392
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
9393
+ params?: Record<string, string> | undefined;
9394
+ pageId?: string | undefined;
9395
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9396
+ width?: "full" | "half" | undefined;
9397
+ }[] | undefined;
9031
9398
  ui?: {
9032
9399
  dir: string;
9033
9400
  pages: {
@@ -9041,7 +9408,7 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9041
9408
  } | undefined;
9042
9409
  permissions?: "network"[] | undefined;
9043
9410
  settings?: Record<string, {
9044
- type: "string" | "number" | "boolean" | "string[]" | "info";
9411
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
9045
9412
  label: string;
9046
9413
  scope: "operator" | "global";
9047
9414
  options?: {
@@ -9052,6 +9419,15 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9052
9419
  max?: number | undefined;
9053
9420
  description?: string | undefined;
9054
9421
  default?: unknown;
9422
+ itemFields?: {
9423
+ type: "string" | "number" | "boolean";
9424
+ label: string;
9425
+ key: string;
9426
+ description?: string | undefined;
9427
+ placeholder?: string | undefined;
9428
+ required?: boolean | undefined;
9429
+ }[] | undefined;
9430
+ hidden?: boolean | undefined;
9055
9431
  }> | undefined;
9056
9432
  quickActions?: {
9057
9433
  id: string;
@@ -9061,26 +9437,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9061
9437
  quickSettings?: {
9062
9438
  settingKey: string;
9063
9439
  }[] | undefined;
9064
- panels?: {
9065
- id: string;
9066
- title: string;
9067
- component: "table" | "key-value" | "chart" | "log" | "iframe";
9068
- pageId?: string | undefined;
9069
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9070
- width?: "full" | "half" | undefined;
9071
- }[] | undefined;
9072
9440
  lastError?: string | undefined;
9073
9441
  assignedOperatorIds?: string[] | undefined;
9074
9442
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
9075
9443
  locales?: Record<string, Record<string, string>> | undefined;
9076
- source?: {
9077
- kind: "marketplace";
9078
- version: string;
9079
- channel: "stable" | "nightly";
9080
- artifactUrl: string;
9081
- sha256: string;
9082
- installedAt: number;
9083
- } | undefined;
9084
9444
  };
9085
9445
  }, {
9086
9446
  generation: number;
@@ -9092,6 +9452,23 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9092
9452
  isBuiltIn: boolean;
9093
9453
  errorCount: number;
9094
9454
  description?: string | undefined;
9455
+ source?: {
9456
+ kind: "marketplace";
9457
+ version: string;
9458
+ channel: "stable" | "nightly";
9459
+ artifactUrl: string;
9460
+ sha256: string;
9461
+ installedAt: number;
9462
+ } | undefined;
9463
+ panels?: {
9464
+ id: string;
9465
+ title: string;
9466
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
9467
+ params?: Record<string, string> | undefined;
9468
+ pageId?: string | undefined;
9469
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9470
+ width?: "full" | "half" | undefined;
9471
+ }[] | undefined;
9095
9472
  ui?: {
9096
9473
  dir?: string | undefined;
9097
9474
  pages?: {
@@ -9106,7 +9483,7 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9106
9483
  instanceScope?: "operator" | "global" | undefined;
9107
9484
  permissions?: "network"[] | undefined;
9108
9485
  settings?: Record<string, {
9109
- type: "string" | "number" | "boolean" | "string[]" | "info";
9486
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
9110
9487
  label: string;
9111
9488
  options?: {
9112
9489
  value: string;
@@ -9116,6 +9493,15 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9116
9493
  max?: number | undefined;
9117
9494
  description?: string | undefined;
9118
9495
  default?: unknown;
9496
+ itemFields?: {
9497
+ label: string;
9498
+ key: string;
9499
+ type?: "string" | "number" | "boolean" | undefined;
9500
+ description?: string | undefined;
9501
+ placeholder?: string | undefined;
9502
+ required?: boolean | undefined;
9503
+ }[] | undefined;
9504
+ hidden?: boolean | undefined;
9119
9505
  scope?: "operator" | "global" | undefined;
9120
9506
  }> | undefined;
9121
9507
  quickActions?: {
@@ -9126,28 +9512,12 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9126
9512
  quickSettings?: {
9127
9513
  settingKey: string;
9128
9514
  }[] | undefined;
9129
- panels?: {
9130
- id: string;
9131
- title: string;
9132
- component: "table" | "key-value" | "chart" | "log" | "iframe";
9133
- pageId?: string | undefined;
9134
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9135
- width?: "full" | "half" | undefined;
9136
- }[] | undefined;
9137
9515
  loaded?: boolean | undefined;
9138
9516
  autoDisabled?: boolean | undefined;
9139
9517
  lastError?: string | undefined;
9140
9518
  assignedOperatorIds?: string[] | undefined;
9141
9519
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
9142
9520
  locales?: Record<string, Record<string, string>> | undefined;
9143
- source?: {
9144
- kind: "marketplace";
9145
- version: string;
9146
- channel: "stable" | "nightly";
9147
- artifactUrl: string;
9148
- sha256: string;
9149
- installedAt: number;
9150
- } | undefined;
9151
9521
  };
9152
9522
  }>;
9153
9523
  }, "strip", z.ZodTypeAny, {
@@ -9166,6 +9536,23 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9166
9536
  autoDisabled: boolean;
9167
9537
  errorCount: number;
9168
9538
  description?: string | undefined;
9539
+ source?: {
9540
+ kind: "marketplace";
9541
+ version: string;
9542
+ channel: "stable" | "nightly";
9543
+ artifactUrl: string;
9544
+ sha256: string;
9545
+ installedAt: number;
9546
+ } | undefined;
9547
+ panels?: {
9548
+ id: string;
9549
+ title: string;
9550
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
9551
+ params?: Record<string, string> | undefined;
9552
+ pageId?: string | undefined;
9553
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9554
+ width?: "full" | "half" | undefined;
9555
+ }[] | undefined;
9169
9556
  ui?: {
9170
9557
  dir: string;
9171
9558
  pages: {
@@ -9179,7 +9566,7 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9179
9566
  } | undefined;
9180
9567
  permissions?: "network"[] | undefined;
9181
9568
  settings?: Record<string, {
9182
- type: "string" | "number" | "boolean" | "string[]" | "info";
9569
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
9183
9570
  label: string;
9184
9571
  scope: "operator" | "global";
9185
9572
  options?: {
@@ -9190,6 +9577,15 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9190
9577
  max?: number | undefined;
9191
9578
  description?: string | undefined;
9192
9579
  default?: unknown;
9580
+ itemFields?: {
9581
+ type: "string" | "number" | "boolean";
9582
+ label: string;
9583
+ key: string;
9584
+ description?: string | undefined;
9585
+ placeholder?: string | undefined;
9586
+ required?: boolean | undefined;
9587
+ }[] | undefined;
9588
+ hidden?: boolean | undefined;
9193
9589
  }> | undefined;
9194
9590
  quickActions?: {
9195
9591
  id: string;
@@ -9199,26 +9595,10 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9199
9595
  quickSettings?: {
9200
9596
  settingKey: string;
9201
9597
  }[] | undefined;
9202
- panels?: {
9203
- id: string;
9204
- title: string;
9205
- component: "table" | "key-value" | "chart" | "log" | "iframe";
9206
- pageId?: string | undefined;
9207
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9208
- width?: "full" | "half" | undefined;
9209
- }[] | undefined;
9210
9598
  lastError?: string | undefined;
9211
9599
  assignedOperatorIds?: string[] | undefined;
9212
9600
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
9213
9601
  locales?: Record<string, Record<string, string>> | undefined;
9214
- source?: {
9215
- kind: "marketplace";
9216
- version: string;
9217
- channel: "stable" | "nightly";
9218
- artifactUrl: string;
9219
- sha256: string;
9220
- installedAt: number;
9221
- } | undefined;
9222
9602
  };
9223
9603
  };
9224
9604
  id?: string | undefined;
@@ -9235,6 +9615,23 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9235
9615
  isBuiltIn: boolean;
9236
9616
  errorCount: number;
9237
9617
  description?: string | undefined;
9618
+ source?: {
9619
+ kind: "marketplace";
9620
+ version: string;
9621
+ channel: "stable" | "nightly";
9622
+ artifactUrl: string;
9623
+ sha256: string;
9624
+ installedAt: number;
9625
+ } | undefined;
9626
+ panels?: {
9627
+ id: string;
9628
+ title: string;
9629
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
9630
+ params?: Record<string, string> | undefined;
9631
+ pageId?: string | undefined;
9632
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9633
+ width?: "full" | "half" | undefined;
9634
+ }[] | undefined;
9238
9635
  ui?: {
9239
9636
  dir?: string | undefined;
9240
9637
  pages?: {
@@ -9249,7 +9646,7 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9249
9646
  instanceScope?: "operator" | "global" | undefined;
9250
9647
  permissions?: "network"[] | undefined;
9251
9648
  settings?: Record<string, {
9252
- type: "string" | "number" | "boolean" | "string[]" | "info";
9649
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
9253
9650
  label: string;
9254
9651
  options?: {
9255
9652
  value: string;
@@ -9259,6 +9656,15 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9259
9656
  max?: number | undefined;
9260
9657
  description?: string | undefined;
9261
9658
  default?: unknown;
9659
+ itemFields?: {
9660
+ label: string;
9661
+ key: string;
9662
+ type?: "string" | "number" | "boolean" | undefined;
9663
+ description?: string | undefined;
9664
+ placeholder?: string | undefined;
9665
+ required?: boolean | undefined;
9666
+ }[] | undefined;
9667
+ hidden?: boolean | undefined;
9262
9668
  scope?: "operator" | "global" | undefined;
9263
9669
  }> | undefined;
9264
9670
  quickActions?: {
@@ -9269,28 +9675,12 @@ export declare const WSPluginStatusChangedMessageSchema: z.ZodObject<{
9269
9675
  quickSettings?: {
9270
9676
  settingKey: string;
9271
9677
  }[] | undefined;
9272
- panels?: {
9273
- id: string;
9274
- title: string;
9275
- component: "table" | "key-value" | "chart" | "log" | "iframe";
9276
- pageId?: string | undefined;
9277
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
9278
- width?: "full" | "half" | undefined;
9279
- }[] | undefined;
9280
9678
  loaded?: boolean | undefined;
9281
9679
  autoDisabled?: boolean | undefined;
9282
9680
  lastError?: string | undefined;
9283
9681
  assignedOperatorIds?: string[] | undefined;
9284
9682
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
9285
9683
  locales?: Record<string, Record<string, string>> | undefined;
9286
- source?: {
9287
- kind: "marketplace";
9288
- version: string;
9289
- channel: "stable" | "nightly";
9290
- artifactUrl: string;
9291
- sha256: string;
9292
- installedAt: number;
9293
- } | undefined;
9294
9684
  };
9295
9685
  };
9296
9686
  id?: string | undefined;
@@ -9948,18 +10338,21 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
9948
10338
  totalFramesBeforeDedup: z.ZodDefault<z.ZodNumber>;
9949
10339
  totalFramesAfterDedup: z.ZodDefault<z.ZodNumber>;
9950
10340
  lastUpdated: z.ZodDefault<z.ZodNumber>;
10341
+ updateSeq: z.ZodOptional<z.ZodNumber>;
9951
10342
  }, "strip", z.ZodTypeAny, {
9952
10343
  totalDecodes: number;
9953
10344
  successfulDecodes: number;
9954
10345
  totalFramesBeforeDedup: number;
9955
10346
  totalFramesAfterDedup: number;
9956
10347
  lastUpdated: number;
10348
+ updateSeq?: number | undefined;
9957
10349
  }, {
9958
10350
  totalDecodes?: number | undefined;
9959
10351
  successfulDecodes?: number | undefined;
9960
10352
  totalFramesBeforeDedup?: number | undefined;
9961
10353
  totalFramesAfterDedup?: number | undefined;
9962
10354
  lastUpdated?: number | undefined;
10355
+ updateSeq?: number | undefined;
9963
10356
  }>>;
9964
10357
  decodeHistory: z.ZodDefault<z.ZodArray<z.ZodObject<{
9965
10358
  windowIdx: z.ZodNumber;
@@ -10010,6 +10403,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
10010
10403
  totalFramesBeforeDedup: number;
10011
10404
  totalFramesAfterDedup: number;
10012
10405
  lastUpdated: number;
10406
+ updateSeq?: number | undefined;
10013
10407
  };
10014
10408
  decodeHistory: {
10015
10409
  windowIdx: number;
@@ -10050,6 +10444,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
10050
10444
  totalFramesBeforeDedup?: number | undefined;
10051
10445
  totalFramesAfterDedup?: number | undefined;
10052
10446
  lastUpdated?: number | undefined;
10447
+ updateSeq?: number | undefined;
10053
10448
  } | undefined;
10054
10449
  decodeHistory?: {
10055
10450
  windowIdx: number;
@@ -10094,6 +10489,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
10094
10489
  totalFramesBeforeDedup: number;
10095
10490
  totalFramesAfterDedup: number;
10096
10491
  lastUpdated: number;
10492
+ updateSeq?: number | undefined;
10097
10493
  };
10098
10494
  decodeHistory: {
10099
10495
  windowIdx: number;
@@ -10139,6 +10535,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
10139
10535
  totalFramesBeforeDedup?: number | undefined;
10140
10536
  totalFramesAfterDedup?: number | undefined;
10141
10537
  lastUpdated?: number | undefined;
10538
+ updateSeq?: number | undefined;
10142
10539
  } | undefined;
10143
10540
  decodeHistory?: {
10144
10541
  windowIdx: number;
@@ -10983,7 +11380,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
10983
11380
  /** 当前电台调制模式(语音模式下使用,如 USB/LSB/FM/AM) */
10984
11381
  currentRadioMode: z.ZodOptional<z.ZodString>;
10985
11382
  /** 引擎状态机当前状态 */
10986
- engineState: z.ZodOptional<z.ZodEnum<["idle", "waking", "starting", "running", "stopping"]>>;
11383
+ engineState: z.ZodOptional<z.ZodEnum<["idle", "starting", "running", "stopping"]>>;
10987
11384
  /** 引擎状态机上下文的精简投影 */
10988
11385
  engineContext: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10989
11386
  error: z.ZodOptional<z.ZodString>;
@@ -11018,7 +11415,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11018
11415
  connectionHealthy: boolean;
11019
11416
  } | undefined;
11020
11417
  currentRadioMode?: string | undefined;
11021
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
11418
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
11022
11419
  engineContext?: {
11023
11420
  error?: string | undefined;
11024
11421
  startedResources?: string[] | undefined;
@@ -11044,7 +11441,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11044
11441
  } | undefined;
11045
11442
  engineMode?: "voice" | "digital" | undefined;
11046
11443
  currentRadioMode?: string | undefined;
11047
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
11444
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
11048
11445
  engineContext?: {
11049
11446
  error?: string | undefined;
11050
11447
  startedResources?: string[] | undefined;
@@ -11074,7 +11471,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11074
11471
  connectionHealthy: boolean;
11075
11472
  } | undefined;
11076
11473
  currentRadioMode?: string | undefined;
11077
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
11474
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
11078
11475
  engineContext?: {
11079
11476
  error?: string | undefined;
11080
11477
  startedResources?: string[] | undefined;
@@ -11105,7 +11502,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11105
11502
  } | undefined;
11106
11503
  engineMode?: "voice" | "digital" | undefined;
11107
11504
  currentRadioMode?: string | undefined;
11108
- engineState?: "idle" | "waking" | "running" | "starting" | "stopping" | undefined;
11505
+ engineState?: "idle" | "stopping" | "running" | "starting" | undefined;
11109
11506
  engineContext?: {
11110
11507
  error?: string | undefined;
11111
11508
  startedResources?: string[] | undefined;
@@ -11556,13 +11953,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11556
11953
  availableSlots: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
11557
11954
  }, "strip", z.ZodTypeAny, {
11558
11955
  currentState: string;
11559
- context?: {
11560
- targetCallsign?: string | undefined;
11561
- targetGrid?: string | undefined;
11562
- reportSent?: number | undefined;
11563
- reportReceived?: number | undefined;
11564
- actualFrequency?: number | undefined;
11565
- } | undefined;
11566
11956
  slots?: {
11567
11957
  TX1?: string | undefined;
11568
11958
  TX2?: string | undefined;
@@ -11571,9 +11961,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11571
11961
  TX5?: string | undefined;
11572
11962
  TX6?: string | undefined;
11573
11963
  } | undefined;
11574
- availableSlots?: string[] | undefined;
11575
- }, {
11576
- currentState: string;
11577
11964
  context?: {
11578
11965
  targetCallsign?: string | undefined;
11579
11966
  targetGrid?: string | undefined;
@@ -11581,6 +11968,9 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11581
11968
  reportReceived?: number | undefined;
11582
11969
  actualFrequency?: number | undefined;
11583
11970
  } | undefined;
11971
+ availableSlots?: string[] | undefined;
11972
+ }, {
11973
+ currentState: string;
11584
11974
  slots?: {
11585
11975
  TX1?: string | undefined;
11586
11976
  TX2?: string | undefined;
@@ -11589,21 +11979,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11589
11979
  TX5?: string | undefined;
11590
11980
  TX6?: string | undefined;
11591
11981
  } | undefined;
11982
+ context?: {
11983
+ targetCallsign?: string | undefined;
11984
+ targetGrid?: string | undefined;
11985
+ reportSent?: number | undefined;
11986
+ reportReceived?: number | undefined;
11987
+ actualFrequency?: number | undefined;
11988
+ } | undefined;
11592
11989
  availableSlots?: string[] | undefined;
11593
11990
  }>>;
11594
- cycleInfo: z.ZodOptional<z.ZodObject<{
11595
- currentCycle: z.ZodNumber;
11596
- isTransmitCycle: z.ZodBoolean;
11597
- cycleProgress: z.ZodNumber;
11598
- }, "strip", z.ZodTypeAny, {
11599
- currentCycle: number;
11600
- isTransmitCycle: boolean;
11601
- cycleProgress: number;
11602
- }, {
11603
- currentCycle: number;
11604
- isTransmitCycle: boolean;
11605
- cycleProgress: number;
11606
- }>>;
11607
11991
  slots: z.ZodOptional<z.ZodObject<{
11608
11992
  TX1: z.ZodOptional<z.ZodString>;
11609
11993
  TX2: z.ZodOptional<z.ZodString>;
@@ -11648,13 +12032,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11648
12032
  transmitCycles?: number[] | undefined;
11649
12033
  runtime?: {
11650
12034
  currentState: string;
11651
- context?: {
11652
- targetCallsign?: string | undefined;
11653
- targetGrid?: string | undefined;
11654
- reportSent?: number | undefined;
11655
- reportReceived?: number | undefined;
11656
- actualFrequency?: number | undefined;
11657
- } | undefined;
11658
12035
  slots?: {
11659
12036
  TX1?: string | undefined;
11660
12037
  TX2?: string | undefined;
@@ -11663,6 +12040,13 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11663
12040
  TX5?: string | undefined;
11664
12041
  TX6?: string | undefined;
11665
12042
  } | undefined;
12043
+ context?: {
12044
+ targetCallsign?: string | undefined;
12045
+ targetGrid?: string | undefined;
12046
+ reportSent?: number | undefined;
12047
+ reportReceived?: number | undefined;
12048
+ actualFrequency?: number | undefined;
12049
+ } | undefined;
11666
12050
  availableSlots?: string[] | undefined;
11667
12051
  } | undefined;
11668
12052
  slots?: {
@@ -11675,11 +12059,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11675
12059
  } | undefined;
11676
12060
  isInActivePTT?: boolean | undefined;
11677
12061
  currentSlot?: string | undefined;
11678
- cycleInfo?: {
11679
- currentCycle: number;
11680
- isTransmitCycle: boolean;
11681
- cycleProgress: number;
11682
- } | undefined;
11683
12062
  }, {
11684
12063
  id: string;
11685
12064
  strategy: {
@@ -11701,13 +12080,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11701
12080
  transmitCycles?: number[] | undefined;
11702
12081
  runtime?: {
11703
12082
  currentState: string;
11704
- context?: {
11705
- targetCallsign?: string | undefined;
11706
- targetGrid?: string | undefined;
11707
- reportSent?: number | undefined;
11708
- reportReceived?: number | undefined;
11709
- actualFrequency?: number | undefined;
11710
- } | undefined;
11711
12083
  slots?: {
11712
12084
  TX1?: string | undefined;
11713
12085
  TX2?: string | undefined;
@@ -11716,6 +12088,13 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11716
12088
  TX5?: string | undefined;
11717
12089
  TX6?: string | undefined;
11718
12090
  } | undefined;
12091
+ context?: {
12092
+ targetCallsign?: string | undefined;
12093
+ targetGrid?: string | undefined;
12094
+ reportSent?: number | undefined;
12095
+ reportReceived?: number | undefined;
12096
+ actualFrequency?: number | undefined;
12097
+ } | undefined;
11719
12098
  availableSlots?: string[] | undefined;
11720
12099
  } | undefined;
11721
12100
  slots?: {
@@ -11728,11 +12107,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11728
12107
  } | undefined;
11729
12108
  isInActivePTT?: boolean | undefined;
11730
12109
  currentSlot?: string | undefined;
11731
- cycleInfo?: {
11732
- currentCycle: number;
11733
- isTransmitCycle: boolean;
11734
- cycleProgress: number;
11735
- } | undefined;
11736
12110
  }>, "many">;
11737
12111
  }, "strip", z.ZodTypeAny, {
11738
12112
  operators: {
@@ -11756,13 +12130,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11756
12130
  transmitCycles?: number[] | undefined;
11757
12131
  runtime?: {
11758
12132
  currentState: string;
11759
- context?: {
11760
- targetCallsign?: string | undefined;
11761
- targetGrid?: string | undefined;
11762
- reportSent?: number | undefined;
11763
- reportReceived?: number | undefined;
11764
- actualFrequency?: number | undefined;
11765
- } | undefined;
11766
12133
  slots?: {
11767
12134
  TX1?: string | undefined;
11768
12135
  TX2?: string | undefined;
@@ -11771,6 +12138,13 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11771
12138
  TX5?: string | undefined;
11772
12139
  TX6?: string | undefined;
11773
12140
  } | undefined;
12141
+ context?: {
12142
+ targetCallsign?: string | undefined;
12143
+ targetGrid?: string | undefined;
12144
+ reportSent?: number | undefined;
12145
+ reportReceived?: number | undefined;
12146
+ actualFrequency?: number | undefined;
12147
+ } | undefined;
11774
12148
  availableSlots?: string[] | undefined;
11775
12149
  } | undefined;
11776
12150
  slots?: {
@@ -11783,11 +12157,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11783
12157
  } | undefined;
11784
12158
  isInActivePTT?: boolean | undefined;
11785
12159
  currentSlot?: string | undefined;
11786
- cycleInfo?: {
11787
- currentCycle: number;
11788
- isTransmitCycle: boolean;
11789
- cycleProgress: number;
11790
- } | undefined;
11791
12160
  }[];
11792
12161
  }, {
11793
12162
  operators: {
@@ -11811,13 +12180,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11811
12180
  transmitCycles?: number[] | undefined;
11812
12181
  runtime?: {
11813
12182
  currentState: string;
11814
- context?: {
11815
- targetCallsign?: string | undefined;
11816
- targetGrid?: string | undefined;
11817
- reportSent?: number | undefined;
11818
- reportReceived?: number | undefined;
11819
- actualFrequency?: number | undefined;
11820
- } | undefined;
11821
12183
  slots?: {
11822
12184
  TX1?: string | undefined;
11823
12185
  TX2?: string | undefined;
@@ -11826,6 +12188,13 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11826
12188
  TX5?: string | undefined;
11827
12189
  TX6?: string | undefined;
11828
12190
  } | undefined;
12191
+ context?: {
12192
+ targetCallsign?: string | undefined;
12193
+ targetGrid?: string | undefined;
12194
+ reportSent?: number | undefined;
12195
+ reportReceived?: number | undefined;
12196
+ actualFrequency?: number | undefined;
12197
+ } | undefined;
11829
12198
  availableSlots?: string[] | undefined;
11830
12199
  } | undefined;
11831
12200
  slots?: {
@@ -11838,11 +12207,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11838
12207
  } | undefined;
11839
12208
  isInActivePTT?: boolean | undefined;
11840
12209
  currentSlot?: string | undefined;
11841
- cycleInfo?: {
11842
- currentCycle: number;
11843
- isTransmitCycle: boolean;
11844
- cycleProgress: number;
11845
- } | undefined;
11846
12210
  }[];
11847
12211
  }>;
11848
12212
  }, "strip", z.ZodTypeAny, {
@@ -11870,13 +12234,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11870
12234
  transmitCycles?: number[] | undefined;
11871
12235
  runtime?: {
11872
12236
  currentState: string;
11873
- context?: {
11874
- targetCallsign?: string | undefined;
11875
- targetGrid?: string | undefined;
11876
- reportSent?: number | undefined;
11877
- reportReceived?: number | undefined;
11878
- actualFrequency?: number | undefined;
11879
- } | undefined;
11880
12237
  slots?: {
11881
12238
  TX1?: string | undefined;
11882
12239
  TX2?: string | undefined;
@@ -11885,6 +12242,13 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11885
12242
  TX5?: string | undefined;
11886
12243
  TX6?: string | undefined;
11887
12244
  } | undefined;
12245
+ context?: {
12246
+ targetCallsign?: string | undefined;
12247
+ targetGrid?: string | undefined;
12248
+ reportSent?: number | undefined;
12249
+ reportReceived?: number | undefined;
12250
+ actualFrequency?: number | undefined;
12251
+ } | undefined;
11888
12252
  availableSlots?: string[] | undefined;
11889
12253
  } | undefined;
11890
12254
  slots?: {
@@ -11897,11 +12261,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11897
12261
  } | undefined;
11898
12262
  isInActivePTT?: boolean | undefined;
11899
12263
  currentSlot?: string | undefined;
11900
- cycleInfo?: {
11901
- currentCycle: number;
11902
- isTransmitCycle: boolean;
11903
- cycleProgress: number;
11904
- } | undefined;
11905
12264
  }[];
11906
12265
  };
11907
12266
  id?: string | undefined;
@@ -11930,13 +12289,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11930
12289
  transmitCycles?: number[] | undefined;
11931
12290
  runtime?: {
11932
12291
  currentState: string;
11933
- context?: {
11934
- targetCallsign?: string | undefined;
11935
- targetGrid?: string | undefined;
11936
- reportSent?: number | undefined;
11937
- reportReceived?: number | undefined;
11938
- actualFrequency?: number | undefined;
11939
- } | undefined;
11940
12292
  slots?: {
11941
12293
  TX1?: string | undefined;
11942
12294
  TX2?: string | undefined;
@@ -11945,6 +12297,13 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11945
12297
  TX5?: string | undefined;
11946
12298
  TX6?: string | undefined;
11947
12299
  } | undefined;
12300
+ context?: {
12301
+ targetCallsign?: string | undefined;
12302
+ targetGrid?: string | undefined;
12303
+ reportSent?: number | undefined;
12304
+ reportReceived?: number | undefined;
12305
+ actualFrequency?: number | undefined;
12306
+ } | undefined;
11948
12307
  availableSlots?: string[] | undefined;
11949
12308
  } | undefined;
11950
12309
  slots?: {
@@ -11957,11 +12316,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
11957
12316
  } | undefined;
11958
12317
  isInActivePTT?: boolean | undefined;
11959
12318
  currentSlot?: string | undefined;
11960
- cycleInfo?: {
11961
- currentCycle: number;
11962
- isTransmitCycle: boolean;
11963
- cycleProgress: number;
11964
- } | undefined;
11965
12319
  }[];
11966
12320
  };
11967
12321
  id?: string | undefined;
@@ -12060,13 +12414,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12060
12414
  availableSlots: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12061
12415
  }, "strip", z.ZodTypeAny, {
12062
12416
  currentState: string;
12063
- context?: {
12064
- targetCallsign?: string | undefined;
12065
- targetGrid?: string | undefined;
12066
- reportSent?: number | undefined;
12067
- reportReceived?: number | undefined;
12068
- actualFrequency?: number | undefined;
12069
- } | undefined;
12070
12417
  slots?: {
12071
12418
  TX1?: string | undefined;
12072
12419
  TX2?: string | undefined;
@@ -12075,9 +12422,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12075
12422
  TX5?: string | undefined;
12076
12423
  TX6?: string | undefined;
12077
12424
  } | undefined;
12078
- availableSlots?: string[] | undefined;
12079
- }, {
12080
- currentState: string;
12081
12425
  context?: {
12082
12426
  targetCallsign?: string | undefined;
12083
12427
  targetGrid?: string | undefined;
@@ -12085,6 +12429,9 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12085
12429
  reportReceived?: number | undefined;
12086
12430
  actualFrequency?: number | undefined;
12087
12431
  } | undefined;
12432
+ availableSlots?: string[] | undefined;
12433
+ }, {
12434
+ currentState: string;
12088
12435
  slots?: {
12089
12436
  TX1?: string | undefined;
12090
12437
  TX2?: string | undefined;
@@ -12093,21 +12440,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12093
12440
  TX5?: string | undefined;
12094
12441
  TX6?: string | undefined;
12095
12442
  } | undefined;
12443
+ context?: {
12444
+ targetCallsign?: string | undefined;
12445
+ targetGrid?: string | undefined;
12446
+ reportSent?: number | undefined;
12447
+ reportReceived?: number | undefined;
12448
+ actualFrequency?: number | undefined;
12449
+ } | undefined;
12096
12450
  availableSlots?: string[] | undefined;
12097
12451
  }>>;
12098
- cycleInfo: z.ZodOptional<z.ZodObject<{
12099
- currentCycle: z.ZodNumber;
12100
- isTransmitCycle: z.ZodBoolean;
12101
- cycleProgress: z.ZodNumber;
12102
- }, "strip", z.ZodTypeAny, {
12103
- currentCycle: number;
12104
- isTransmitCycle: boolean;
12105
- cycleProgress: number;
12106
- }, {
12107
- currentCycle: number;
12108
- isTransmitCycle: boolean;
12109
- cycleProgress: number;
12110
- }>>;
12111
12452
  slots: z.ZodOptional<z.ZodObject<{
12112
12453
  TX1: z.ZodOptional<z.ZodString>;
12113
12454
  TX2: z.ZodOptional<z.ZodString>;
@@ -12152,13 +12493,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12152
12493
  transmitCycles?: number[] | undefined;
12153
12494
  runtime?: {
12154
12495
  currentState: string;
12155
- context?: {
12156
- targetCallsign?: string | undefined;
12157
- targetGrid?: string | undefined;
12158
- reportSent?: number | undefined;
12159
- reportReceived?: number | undefined;
12160
- actualFrequency?: number | undefined;
12161
- } | undefined;
12162
12496
  slots?: {
12163
12497
  TX1?: string | undefined;
12164
12498
  TX2?: string | undefined;
@@ -12167,6 +12501,13 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12167
12501
  TX5?: string | undefined;
12168
12502
  TX6?: string | undefined;
12169
12503
  } | undefined;
12504
+ context?: {
12505
+ targetCallsign?: string | undefined;
12506
+ targetGrid?: string | undefined;
12507
+ reportSent?: number | undefined;
12508
+ reportReceived?: number | undefined;
12509
+ actualFrequency?: number | undefined;
12510
+ } | undefined;
12170
12511
  availableSlots?: string[] | undefined;
12171
12512
  } | undefined;
12172
12513
  slots?: {
@@ -12179,11 +12520,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12179
12520
  } | undefined;
12180
12521
  isInActivePTT?: boolean | undefined;
12181
12522
  currentSlot?: string | undefined;
12182
- cycleInfo?: {
12183
- currentCycle: number;
12184
- isTransmitCycle: boolean;
12185
- cycleProgress: number;
12186
- } | undefined;
12187
12523
  }, {
12188
12524
  id: string;
12189
12525
  strategy: {
@@ -12205,13 +12541,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12205
12541
  transmitCycles?: number[] | undefined;
12206
12542
  runtime?: {
12207
12543
  currentState: string;
12208
- context?: {
12209
- targetCallsign?: string | undefined;
12210
- targetGrid?: string | undefined;
12211
- reportSent?: number | undefined;
12212
- reportReceived?: number | undefined;
12213
- actualFrequency?: number | undefined;
12214
- } | undefined;
12215
12544
  slots?: {
12216
12545
  TX1?: string | undefined;
12217
12546
  TX2?: string | undefined;
@@ -12220,6 +12549,13 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12220
12549
  TX5?: string | undefined;
12221
12550
  TX6?: string | undefined;
12222
12551
  } | undefined;
12552
+ context?: {
12553
+ targetCallsign?: string | undefined;
12554
+ targetGrid?: string | undefined;
12555
+ reportSent?: number | undefined;
12556
+ reportReceived?: number | undefined;
12557
+ actualFrequency?: number | undefined;
12558
+ } | undefined;
12223
12559
  availableSlots?: string[] | undefined;
12224
12560
  } | undefined;
12225
12561
  slots?: {
@@ -12232,11 +12568,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12232
12568
  } | undefined;
12233
12569
  isInActivePTT?: boolean | undefined;
12234
12570
  currentSlot?: string | undefined;
12235
- cycleInfo?: {
12236
- currentCycle: number;
12237
- isTransmitCycle: boolean;
12238
- cycleProgress: number;
12239
- } | undefined;
12240
12571
  }>;
12241
12572
  }, "strip", z.ZodTypeAny, {
12242
12573
  type: WSMessageType.OPERATOR_STATUS_UPDATE;
@@ -12262,13 +12593,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12262
12593
  transmitCycles?: number[] | undefined;
12263
12594
  runtime?: {
12264
12595
  currentState: string;
12265
- context?: {
12266
- targetCallsign?: string | undefined;
12267
- targetGrid?: string | undefined;
12268
- reportSent?: number | undefined;
12269
- reportReceived?: number | undefined;
12270
- actualFrequency?: number | undefined;
12271
- } | undefined;
12272
12596
  slots?: {
12273
12597
  TX1?: string | undefined;
12274
12598
  TX2?: string | undefined;
@@ -12277,7 +12601,14 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12277
12601
  TX5?: string | undefined;
12278
12602
  TX6?: string | undefined;
12279
12603
  } | undefined;
12280
- availableSlots?: string[] | undefined;
12604
+ context?: {
12605
+ targetCallsign?: string | undefined;
12606
+ targetGrid?: string | undefined;
12607
+ reportSent?: number | undefined;
12608
+ reportReceived?: number | undefined;
12609
+ actualFrequency?: number | undefined;
12610
+ } | undefined;
12611
+ availableSlots?: string[] | undefined;
12281
12612
  } | undefined;
12282
12613
  slots?: {
12283
12614
  TX1?: string | undefined;
@@ -12289,11 +12620,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12289
12620
  } | undefined;
12290
12621
  isInActivePTT?: boolean | undefined;
12291
12622
  currentSlot?: string | undefined;
12292
- cycleInfo?: {
12293
- currentCycle: number;
12294
- isTransmitCycle: boolean;
12295
- cycleProgress: number;
12296
- } | undefined;
12297
12623
  };
12298
12624
  id?: string | undefined;
12299
12625
  }, {
@@ -12320,13 +12646,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12320
12646
  transmitCycles?: number[] | undefined;
12321
12647
  runtime?: {
12322
12648
  currentState: string;
12323
- context?: {
12324
- targetCallsign?: string | undefined;
12325
- targetGrid?: string | undefined;
12326
- reportSent?: number | undefined;
12327
- reportReceived?: number | undefined;
12328
- actualFrequency?: number | undefined;
12329
- } | undefined;
12330
12649
  slots?: {
12331
12650
  TX1?: string | undefined;
12332
12651
  TX2?: string | undefined;
@@ -12335,6 +12654,13 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12335
12654
  TX5?: string | undefined;
12336
12655
  TX6?: string | undefined;
12337
12656
  } | undefined;
12657
+ context?: {
12658
+ targetCallsign?: string | undefined;
12659
+ targetGrid?: string | undefined;
12660
+ reportSent?: number | undefined;
12661
+ reportReceived?: number | undefined;
12662
+ actualFrequency?: number | undefined;
12663
+ } | undefined;
12338
12664
  availableSlots?: string[] | undefined;
12339
12665
  } | undefined;
12340
12666
  slots?: {
@@ -12347,11 +12673,6 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
12347
12673
  } | undefined;
12348
12674
  isInActivePTT?: boolean | undefined;
12349
12675
  currentSlot?: string | undefined;
12350
- cycleInfo?: {
12351
- currentCycle: number;
12352
- isTransmitCycle: boolean;
12353
- cycleProgress: number;
12354
- } | undefined;
12355
12676
  };
12356
12677
  id?: string | undefined;
12357
12678
  }>, z.ZodObject<{
@@ -15375,6 +15696,52 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15375
15696
  }>, z.ZodObject<{
15376
15697
  timestamp: z.ZodString;
15377
15698
  id: z.ZodOptional<z.ZodString>;
15699
+ } & {
15700
+ type: z.ZodLiteral<WSMessageType.SQUELCH_STATUS_CHANGED>;
15701
+ data: z.ZodObject<{
15702
+ supported: z.ZodBoolean;
15703
+ open: z.ZodNullable<z.ZodBoolean>;
15704
+ muted: z.ZodBoolean;
15705
+ source: z.ZodEnum<["hamlib-dcd", "unsupported"]>;
15706
+ updatedAt: z.ZodNumber;
15707
+ }, "strip", z.ZodTypeAny, {
15708
+ supported: boolean;
15709
+ source: "hamlib-dcd" | "unsupported";
15710
+ updatedAt: number;
15711
+ open: boolean | null;
15712
+ muted: boolean;
15713
+ }, {
15714
+ supported: boolean;
15715
+ source: "hamlib-dcd" | "unsupported";
15716
+ updatedAt: number;
15717
+ open: boolean | null;
15718
+ muted: boolean;
15719
+ }>;
15720
+ }, "strip", z.ZodTypeAny, {
15721
+ type: WSMessageType.SQUELCH_STATUS_CHANGED;
15722
+ timestamp: string;
15723
+ data: {
15724
+ supported: boolean;
15725
+ source: "hamlib-dcd" | "unsupported";
15726
+ updatedAt: number;
15727
+ open: boolean | null;
15728
+ muted: boolean;
15729
+ };
15730
+ id?: string | undefined;
15731
+ }, {
15732
+ type: WSMessageType.SQUELCH_STATUS_CHANGED;
15733
+ timestamp: string;
15734
+ data: {
15735
+ supported: boolean;
15736
+ source: "hamlib-dcd" | "unsupported";
15737
+ updatedAt: number;
15738
+ open: boolean | null;
15739
+ muted: boolean;
15740
+ };
15741
+ id?: string | undefined;
15742
+ }>, z.ZodObject<{
15743
+ timestamp: z.ZodString;
15744
+ id: z.ZodOptional<z.ZodString>;
15378
15745
  } & {
15379
15746
  type: z.ZodLiteral<WSMessageType.TEXT_MESSAGE>;
15380
15747
  data: z.ZodObject<{
@@ -15587,7 +15954,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15587
15954
  lastError: z.ZodOptional<z.ZodString>;
15588
15955
  assignedOperatorIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
15589
15956
  settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
15590
- type: z.ZodEnum<["boolean", "number", "string", "string[]", "info"]>;
15957
+ type: z.ZodEnum<["boolean", "number", "string", "string[]", "object[]", "info"]>;
15591
15958
  default: z.ZodUnknown;
15592
15959
  label: z.ZodString;
15593
15960
  description: z.ZodOptional<z.ZodString>;
@@ -15603,9 +15970,32 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15603
15970
  value: string;
15604
15971
  label: string;
15605
15972
  }>, "many">>;
15973
+ itemFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
15974
+ key: z.ZodString;
15975
+ type: z.ZodDefault<z.ZodOptional<z.ZodEnum<["string", "number", "boolean"]>>>;
15976
+ label: z.ZodString;
15977
+ description: z.ZodOptional<z.ZodString>;
15978
+ placeholder: z.ZodOptional<z.ZodString>;
15979
+ required: z.ZodOptional<z.ZodBoolean>;
15980
+ }, "strip", z.ZodTypeAny, {
15981
+ type: "string" | "number" | "boolean";
15982
+ label: string;
15983
+ key: string;
15984
+ description?: string | undefined;
15985
+ placeholder?: string | undefined;
15986
+ required?: boolean | undefined;
15987
+ }, {
15988
+ label: string;
15989
+ key: string;
15990
+ type?: "string" | "number" | "boolean" | undefined;
15991
+ description?: string | undefined;
15992
+ placeholder?: string | undefined;
15993
+ required?: boolean | undefined;
15994
+ }>, "many">>;
15995
+ hidden: z.ZodOptional<z.ZodBoolean>;
15606
15996
  scope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["global", "operator"]>>>;
15607
15997
  }, "strip", z.ZodTypeAny, {
15608
- type: "string" | "number" | "boolean" | "string[]" | "info";
15998
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
15609
15999
  label: string;
15610
16000
  scope: "operator" | "global";
15611
16001
  options?: {
@@ -15616,8 +16006,17 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15616
16006
  max?: number | undefined;
15617
16007
  description?: string | undefined;
15618
16008
  default?: unknown;
16009
+ itemFields?: {
16010
+ type: "string" | "number" | "boolean";
16011
+ label: string;
16012
+ key: string;
16013
+ description?: string | undefined;
16014
+ placeholder?: string | undefined;
16015
+ required?: boolean | undefined;
16016
+ }[] | undefined;
16017
+ hidden?: boolean | undefined;
15619
16018
  }, {
15620
- type: "string" | "number" | "boolean" | "string[]" | "info";
16019
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
15621
16020
  label: string;
15622
16021
  options?: {
15623
16022
  value: string;
@@ -15627,6 +16026,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15627
16026
  max?: number | undefined;
15628
16027
  description?: string | undefined;
15629
16028
  default?: unknown;
16029
+ itemFields?: {
16030
+ label: string;
16031
+ key: string;
16032
+ type?: "string" | "number" | "boolean" | undefined;
16033
+ description?: string | undefined;
16034
+ placeholder?: string | undefined;
16035
+ required?: boolean | undefined;
16036
+ }[] | undefined;
16037
+ hidden?: boolean | undefined;
15630
16038
  scope?: "operator" | "global" | undefined;
15631
16039
  }>>>;
15632
16040
  quickActions: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -15654,12 +16062,14 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15654
16062
  title: z.ZodString;
15655
16063
  component: z.ZodEnum<["table", "key-value", "chart", "log", "iframe"]>;
15656
16064
  pageId: z.ZodOptional<z.ZodString>;
16065
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
15657
16066
  slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top"]>>;
15658
16067
  width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
15659
16068
  }, "strip", z.ZodTypeAny, {
15660
16069
  id: string;
15661
16070
  title: string;
15662
16071
  component: "table" | "key-value" | "chart" | "log" | "iframe";
16072
+ params?: Record<string, string> | undefined;
15663
16073
  pageId?: string | undefined;
15664
16074
  slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
15665
16075
  width?: "full" | "half" | undefined;
@@ -15667,6 +16077,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15667
16077
  id: string;
15668
16078
  title: string;
15669
16079
  component: "table" | "key-value" | "chart" | "log" | "iframe";
16080
+ params?: Record<string, string> | undefined;
15670
16081
  pageId?: string | undefined;
15671
16082
  slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
15672
16083
  width?: "full" | "half" | undefined;
@@ -15752,6 +16163,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15752
16163
  autoDisabled: boolean;
15753
16164
  errorCount: number;
15754
16165
  description?: string | undefined;
16166
+ source?: {
16167
+ kind: "marketplace";
16168
+ version: string;
16169
+ channel: "stable" | "nightly";
16170
+ artifactUrl: string;
16171
+ sha256: string;
16172
+ installedAt: number;
16173
+ } | undefined;
16174
+ panels?: {
16175
+ id: string;
16176
+ title: string;
16177
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16178
+ params?: Record<string, string> | undefined;
16179
+ pageId?: string | undefined;
16180
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16181
+ width?: "full" | "half" | undefined;
16182
+ }[] | undefined;
15755
16183
  ui?: {
15756
16184
  dir: string;
15757
16185
  pages: {
@@ -15765,7 +16193,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15765
16193
  } | undefined;
15766
16194
  permissions?: "network"[] | undefined;
15767
16195
  settings?: Record<string, {
15768
- type: "string" | "number" | "boolean" | "string[]" | "info";
16196
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
15769
16197
  label: string;
15770
16198
  scope: "operator" | "global";
15771
16199
  options?: {
@@ -15776,6 +16204,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15776
16204
  max?: number | undefined;
15777
16205
  description?: string | undefined;
15778
16206
  default?: unknown;
16207
+ itemFields?: {
16208
+ type: "string" | "number" | "boolean";
16209
+ label: string;
16210
+ key: string;
16211
+ description?: string | undefined;
16212
+ placeholder?: string | undefined;
16213
+ required?: boolean | undefined;
16214
+ }[] | undefined;
16215
+ hidden?: boolean | undefined;
15779
16216
  }> | undefined;
15780
16217
  quickActions?: {
15781
16218
  id: string;
@@ -15785,26 +16222,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15785
16222
  quickSettings?: {
15786
16223
  settingKey: string;
15787
16224
  }[] | undefined;
15788
- panels?: {
15789
- id: string;
15790
- title: string;
15791
- component: "table" | "key-value" | "chart" | "log" | "iframe";
15792
- pageId?: string | undefined;
15793
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
15794
- width?: "full" | "half" | undefined;
15795
- }[] | undefined;
15796
16225
  lastError?: string | undefined;
15797
16226
  assignedOperatorIds?: string[] | undefined;
15798
16227
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
15799
16228
  locales?: Record<string, Record<string, string>> | undefined;
15800
- source?: {
15801
- kind: "marketplace";
15802
- version: string;
15803
- channel: "stable" | "nightly";
15804
- artifactUrl: string;
15805
- sha256: string;
15806
- installedAt: number;
15807
- } | undefined;
15808
16229
  }, {
15809
16230
  type: "strategy" | "utility";
15810
16231
  name: string;
@@ -15813,6 +16234,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15813
16234
  isBuiltIn: boolean;
15814
16235
  errorCount: number;
15815
16236
  description?: string | undefined;
16237
+ source?: {
16238
+ kind: "marketplace";
16239
+ version: string;
16240
+ channel: "stable" | "nightly";
16241
+ artifactUrl: string;
16242
+ sha256: string;
16243
+ installedAt: number;
16244
+ } | undefined;
16245
+ panels?: {
16246
+ id: string;
16247
+ title: string;
16248
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16249
+ params?: Record<string, string> | undefined;
16250
+ pageId?: string | undefined;
16251
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16252
+ width?: "full" | "half" | undefined;
16253
+ }[] | undefined;
15816
16254
  ui?: {
15817
16255
  dir?: string | undefined;
15818
16256
  pages?: {
@@ -15827,7 +16265,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15827
16265
  instanceScope?: "operator" | "global" | undefined;
15828
16266
  permissions?: "network"[] | undefined;
15829
16267
  settings?: Record<string, {
15830
- type: "string" | "number" | "boolean" | "string[]" | "info";
16268
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
15831
16269
  label: string;
15832
16270
  options?: {
15833
16271
  value: string;
@@ -15837,6 +16275,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15837
16275
  max?: number | undefined;
15838
16276
  description?: string | undefined;
15839
16277
  default?: unknown;
16278
+ itemFields?: {
16279
+ label: string;
16280
+ key: string;
16281
+ type?: "string" | "number" | "boolean" | undefined;
16282
+ description?: string | undefined;
16283
+ placeholder?: string | undefined;
16284
+ required?: boolean | undefined;
16285
+ }[] | undefined;
16286
+ hidden?: boolean | undefined;
15840
16287
  scope?: "operator" | "global" | undefined;
15841
16288
  }> | undefined;
15842
16289
  quickActions?: {
@@ -15847,28 +16294,12 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15847
16294
  quickSettings?: {
15848
16295
  settingKey: string;
15849
16296
  }[] | undefined;
15850
- panels?: {
15851
- id: string;
15852
- title: string;
15853
- component: "table" | "key-value" | "chart" | "log" | "iframe";
15854
- pageId?: string | undefined;
15855
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
15856
- width?: "full" | "half" | undefined;
15857
- }[] | undefined;
15858
16297
  loaded?: boolean | undefined;
15859
16298
  autoDisabled?: boolean | undefined;
15860
16299
  lastError?: string | undefined;
15861
16300
  assignedOperatorIds?: string[] | undefined;
15862
16301
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
15863
16302
  locales?: Record<string, Record<string, string>> | undefined;
15864
- source?: {
15865
- kind: "marketplace";
15866
- version: string;
15867
- channel: "stable" | "nightly";
15868
- artifactUrl: string;
15869
- sha256: string;
15870
- installedAt: number;
15871
- } | undefined;
15872
16303
  }>, "many">;
15873
16304
  panelMeta: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
15874
16305
  pluginName: z.ZodString;
@@ -15906,6 +16337,90 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15906
16337
  pluginName: string;
15907
16338
  panelId: string;
15908
16339
  }>, "many">>>;
16340
+ panelContributions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
16341
+ pluginName: z.ZodString;
16342
+ groupId: z.ZodString;
16343
+ source: z.ZodEnum<["manifest", "runtime"]>;
16344
+ instanceTarget: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
16345
+ kind: z.ZodLiteral<"global">;
16346
+ }, "strip", z.ZodTypeAny, {
16347
+ kind: "global";
16348
+ }, {
16349
+ kind: "global";
16350
+ }>, z.ZodObject<{
16351
+ kind: z.ZodLiteral<"operator">;
16352
+ operatorId: z.ZodString;
16353
+ }, "strip", z.ZodTypeAny, {
16354
+ operatorId: string;
16355
+ kind: "operator";
16356
+ }, {
16357
+ operatorId: string;
16358
+ kind: "operator";
16359
+ }>]>>;
16360
+ panels: z.ZodArray<z.ZodObject<{
16361
+ id: z.ZodString;
16362
+ title: z.ZodString;
16363
+ component: z.ZodEnum<["table", "key-value", "chart", "log", "iframe"]>;
16364
+ pageId: z.ZodOptional<z.ZodString>;
16365
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
16366
+ slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top"]>>;
16367
+ width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
16368
+ }, "strip", z.ZodTypeAny, {
16369
+ id: string;
16370
+ title: string;
16371
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16372
+ params?: Record<string, string> | undefined;
16373
+ pageId?: string | undefined;
16374
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16375
+ width?: "full" | "half" | undefined;
16376
+ }, {
16377
+ id: string;
16378
+ title: string;
16379
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16380
+ params?: Record<string, string> | undefined;
16381
+ pageId?: string | undefined;
16382
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16383
+ width?: "full" | "half" | undefined;
16384
+ }>, "many">;
16385
+ }, "strip", z.ZodTypeAny, {
16386
+ pluginName: string;
16387
+ groupId: string;
16388
+ source: "manifest" | "runtime";
16389
+ panels: {
16390
+ id: string;
16391
+ title: string;
16392
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16393
+ params?: Record<string, string> | undefined;
16394
+ pageId?: string | undefined;
16395
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16396
+ width?: "full" | "half" | undefined;
16397
+ }[];
16398
+ instanceTarget?: {
16399
+ kind: "global";
16400
+ } | {
16401
+ operatorId: string;
16402
+ kind: "operator";
16403
+ } | undefined;
16404
+ }, {
16405
+ pluginName: string;
16406
+ groupId: string;
16407
+ source: "manifest" | "runtime";
16408
+ panels: {
16409
+ id: string;
16410
+ title: string;
16411
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16412
+ params?: Record<string, string> | undefined;
16413
+ pageId?: string | undefined;
16414
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16415
+ width?: "full" | "half" | undefined;
16416
+ }[];
16417
+ instanceTarget?: {
16418
+ kind: "global";
16419
+ } | {
16420
+ operatorId: string;
16421
+ kind: "operator";
16422
+ } | undefined;
16423
+ }>, "many">>>;
15909
16424
  lastError: z.ZodOptional<z.ZodString>;
15910
16425
  }, "strip", z.ZodTypeAny, {
15911
16426
  state: "error" | "ready" | "reloading";
@@ -15921,6 +16436,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15921
16436
  autoDisabled: boolean;
15922
16437
  errorCount: number;
15923
16438
  description?: string | undefined;
16439
+ source?: {
16440
+ kind: "marketplace";
16441
+ version: string;
16442
+ channel: "stable" | "nightly";
16443
+ artifactUrl: string;
16444
+ sha256: string;
16445
+ installedAt: number;
16446
+ } | undefined;
16447
+ panels?: {
16448
+ id: string;
16449
+ title: string;
16450
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16451
+ params?: Record<string, string> | undefined;
16452
+ pageId?: string | undefined;
16453
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16454
+ width?: "full" | "half" | undefined;
16455
+ }[] | undefined;
15924
16456
  ui?: {
15925
16457
  dir: string;
15926
16458
  pages: {
@@ -15934,7 +16466,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15934
16466
  } | undefined;
15935
16467
  permissions?: "network"[] | undefined;
15936
16468
  settings?: Record<string, {
15937
- type: "string" | "number" | "boolean" | "string[]" | "info";
16469
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
15938
16470
  label: string;
15939
16471
  scope: "operator" | "global";
15940
16472
  options?: {
@@ -15945,6 +16477,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15945
16477
  max?: number | undefined;
15946
16478
  description?: string | undefined;
15947
16479
  default?: unknown;
16480
+ itemFields?: {
16481
+ type: "string" | "number" | "boolean";
16482
+ label: string;
16483
+ key: string;
16484
+ description?: string | undefined;
16485
+ placeholder?: string | undefined;
16486
+ required?: boolean | undefined;
16487
+ }[] | undefined;
16488
+ hidden?: boolean | undefined;
15948
16489
  }> | undefined;
15949
16490
  quickActions?: {
15950
16491
  id: string;
@@ -15954,26 +16495,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15954
16495
  quickSettings?: {
15955
16496
  settingKey: string;
15956
16497
  }[] | undefined;
15957
- panels?: {
15958
- id: string;
15959
- title: string;
15960
- component: "table" | "key-value" | "chart" | "log" | "iframe";
15961
- pageId?: string | undefined;
15962
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
15963
- width?: "full" | "half" | undefined;
15964
- }[] | undefined;
15965
16498
  lastError?: string | undefined;
15966
16499
  assignedOperatorIds?: string[] | undefined;
15967
16500
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
15968
16501
  locales?: Record<string, Record<string, string>> | undefined;
15969
- source?: {
15970
- kind: "marketplace";
15971
- version: string;
15972
- channel: "stable" | "nightly";
15973
- artifactUrl: string;
15974
- sha256: string;
15975
- installedAt: number;
15976
- } | undefined;
15977
16502
  }[];
15978
16503
  panelMeta: {
15979
16504
  operatorId: string;
@@ -15985,6 +16510,26 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15985
16510
  pluginName: string;
15986
16511
  panelId: string;
15987
16512
  }[];
16513
+ panelContributions: {
16514
+ pluginName: string;
16515
+ groupId: string;
16516
+ source: "manifest" | "runtime";
16517
+ panels: {
16518
+ id: string;
16519
+ title: string;
16520
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16521
+ params?: Record<string, string> | undefined;
16522
+ pageId?: string | undefined;
16523
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16524
+ width?: "full" | "half" | undefined;
16525
+ }[];
16526
+ instanceTarget?: {
16527
+ kind: "global";
16528
+ } | {
16529
+ operatorId: string;
16530
+ kind: "operator";
16531
+ } | undefined;
16532
+ }[];
15988
16533
  lastError?: string | undefined;
15989
16534
  }, {
15990
16535
  state: "error" | "ready" | "reloading";
@@ -15997,6 +16542,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
15997
16542
  isBuiltIn: boolean;
15998
16543
  errorCount: number;
15999
16544
  description?: string | undefined;
16545
+ source?: {
16546
+ kind: "marketplace";
16547
+ version: string;
16548
+ channel: "stable" | "nightly";
16549
+ artifactUrl: string;
16550
+ sha256: string;
16551
+ installedAt: number;
16552
+ } | undefined;
16553
+ panels?: {
16554
+ id: string;
16555
+ title: string;
16556
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16557
+ params?: Record<string, string> | undefined;
16558
+ pageId?: string | undefined;
16559
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16560
+ width?: "full" | "half" | undefined;
16561
+ }[] | undefined;
16000
16562
  ui?: {
16001
16563
  dir?: string | undefined;
16002
16564
  pages?: {
@@ -16011,7 +16573,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16011
16573
  instanceScope?: "operator" | "global" | undefined;
16012
16574
  permissions?: "network"[] | undefined;
16013
16575
  settings?: Record<string, {
16014
- type: "string" | "number" | "boolean" | "string[]" | "info";
16576
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16015
16577
  label: string;
16016
16578
  options?: {
16017
16579
  value: string;
@@ -16021,6 +16583,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16021
16583
  max?: number | undefined;
16022
16584
  description?: string | undefined;
16023
16585
  default?: unknown;
16586
+ itemFields?: {
16587
+ label: string;
16588
+ key: string;
16589
+ type?: "string" | "number" | "boolean" | undefined;
16590
+ description?: string | undefined;
16591
+ placeholder?: string | undefined;
16592
+ required?: boolean | undefined;
16593
+ }[] | undefined;
16594
+ hidden?: boolean | undefined;
16024
16595
  scope?: "operator" | "global" | undefined;
16025
16596
  }> | undefined;
16026
16597
  quickActions?: {
@@ -16031,28 +16602,12 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16031
16602
  quickSettings?: {
16032
16603
  settingKey: string;
16033
16604
  }[] | undefined;
16034
- panels?: {
16035
- id: string;
16036
- title: string;
16037
- component: "table" | "key-value" | "chart" | "log" | "iframe";
16038
- pageId?: string | undefined;
16039
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16040
- width?: "full" | "half" | undefined;
16041
- }[] | undefined;
16042
16605
  loaded?: boolean | undefined;
16043
16606
  autoDisabled?: boolean | undefined;
16044
16607
  lastError?: string | undefined;
16045
16608
  assignedOperatorIds?: string[] | undefined;
16046
16609
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
16047
16610
  locales?: Record<string, Record<string, string>> | undefined;
16048
- source?: {
16049
- kind: "marketplace";
16050
- version: string;
16051
- channel: "stable" | "nightly";
16052
- artifactUrl: string;
16053
- sha256: string;
16054
- installedAt: number;
16055
- } | undefined;
16056
16611
  }[];
16057
16612
  lastError?: string | undefined;
16058
16613
  panelMeta?: {
@@ -16065,6 +16620,26 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16065
16620
  pluginName: string;
16066
16621
  panelId: string;
16067
16622
  }[] | undefined;
16623
+ panelContributions?: {
16624
+ pluginName: string;
16625
+ groupId: string;
16626
+ source: "manifest" | "runtime";
16627
+ panels: {
16628
+ id: string;
16629
+ title: string;
16630
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16631
+ params?: Record<string, string> | undefined;
16632
+ pageId?: string | undefined;
16633
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16634
+ width?: "full" | "half" | undefined;
16635
+ }[];
16636
+ instanceTarget?: {
16637
+ kind: "global";
16638
+ } | {
16639
+ operatorId: string;
16640
+ kind: "operator";
16641
+ } | undefined;
16642
+ }[] | undefined;
16068
16643
  }>;
16069
16644
  }, "strip", z.ZodTypeAny, {
16070
16645
  type: WSMessageType.PLUGIN_LIST;
@@ -16083,6 +16658,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16083
16658
  autoDisabled: boolean;
16084
16659
  errorCount: number;
16085
16660
  description?: string | undefined;
16661
+ source?: {
16662
+ kind: "marketplace";
16663
+ version: string;
16664
+ channel: "stable" | "nightly";
16665
+ artifactUrl: string;
16666
+ sha256: string;
16667
+ installedAt: number;
16668
+ } | undefined;
16669
+ panels?: {
16670
+ id: string;
16671
+ title: string;
16672
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16673
+ params?: Record<string, string> | undefined;
16674
+ pageId?: string | undefined;
16675
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16676
+ width?: "full" | "half" | undefined;
16677
+ }[] | undefined;
16086
16678
  ui?: {
16087
16679
  dir: string;
16088
16680
  pages: {
@@ -16096,7 +16688,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16096
16688
  } | undefined;
16097
16689
  permissions?: "network"[] | undefined;
16098
16690
  settings?: Record<string, {
16099
- type: "string" | "number" | "boolean" | "string[]" | "info";
16691
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16100
16692
  label: string;
16101
16693
  scope: "operator" | "global";
16102
16694
  options?: {
@@ -16107,6 +16699,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16107
16699
  max?: number | undefined;
16108
16700
  description?: string | undefined;
16109
16701
  default?: unknown;
16702
+ itemFields?: {
16703
+ type: "string" | "number" | "boolean";
16704
+ label: string;
16705
+ key: string;
16706
+ description?: string | undefined;
16707
+ placeholder?: string | undefined;
16708
+ required?: boolean | undefined;
16709
+ }[] | undefined;
16710
+ hidden?: boolean | undefined;
16110
16711
  }> | undefined;
16111
16712
  quickActions?: {
16112
16713
  id: string;
@@ -16116,26 +16717,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16116
16717
  quickSettings?: {
16117
16718
  settingKey: string;
16118
16719
  }[] | undefined;
16119
- panels?: {
16120
- id: string;
16121
- title: string;
16122
- component: "table" | "key-value" | "chart" | "log" | "iframe";
16123
- pageId?: string | undefined;
16124
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16125
- width?: "full" | "half" | undefined;
16126
- }[] | undefined;
16127
16720
  lastError?: string | undefined;
16128
16721
  assignedOperatorIds?: string[] | undefined;
16129
16722
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
16130
16723
  locales?: Record<string, Record<string, string>> | undefined;
16131
- source?: {
16132
- kind: "marketplace";
16133
- version: string;
16134
- channel: "stable" | "nightly";
16135
- artifactUrl: string;
16136
- sha256: string;
16137
- installedAt: number;
16138
- } | undefined;
16139
16724
  }[];
16140
16725
  panelMeta: {
16141
16726
  operatorId: string;
@@ -16147,6 +16732,26 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16147
16732
  pluginName: string;
16148
16733
  panelId: string;
16149
16734
  }[];
16735
+ panelContributions: {
16736
+ pluginName: string;
16737
+ groupId: string;
16738
+ source: "manifest" | "runtime";
16739
+ panels: {
16740
+ id: string;
16741
+ title: string;
16742
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16743
+ params?: Record<string, string> | undefined;
16744
+ pageId?: string | undefined;
16745
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16746
+ width?: "full" | "half" | undefined;
16747
+ }[];
16748
+ instanceTarget?: {
16749
+ kind: "global";
16750
+ } | {
16751
+ operatorId: string;
16752
+ kind: "operator";
16753
+ } | undefined;
16754
+ }[];
16150
16755
  lastError?: string | undefined;
16151
16756
  };
16152
16757
  id?: string | undefined;
@@ -16164,6 +16769,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16164
16769
  isBuiltIn: boolean;
16165
16770
  errorCount: number;
16166
16771
  description?: string | undefined;
16772
+ source?: {
16773
+ kind: "marketplace";
16774
+ version: string;
16775
+ channel: "stable" | "nightly";
16776
+ artifactUrl: string;
16777
+ sha256: string;
16778
+ installedAt: number;
16779
+ } | undefined;
16780
+ panels?: {
16781
+ id: string;
16782
+ title: string;
16783
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16784
+ params?: Record<string, string> | undefined;
16785
+ pageId?: string | undefined;
16786
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16787
+ width?: "full" | "half" | undefined;
16788
+ }[] | undefined;
16167
16789
  ui?: {
16168
16790
  dir?: string | undefined;
16169
16791
  pages?: {
@@ -16178,7 +16800,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16178
16800
  instanceScope?: "operator" | "global" | undefined;
16179
16801
  permissions?: "network"[] | undefined;
16180
16802
  settings?: Record<string, {
16181
- type: "string" | "number" | "boolean" | "string[]" | "info";
16803
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16182
16804
  label: string;
16183
16805
  options?: {
16184
16806
  value: string;
@@ -16188,6 +16810,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16188
16810
  max?: number | undefined;
16189
16811
  description?: string | undefined;
16190
16812
  default?: unknown;
16813
+ itemFields?: {
16814
+ label: string;
16815
+ key: string;
16816
+ type?: "string" | "number" | "boolean" | undefined;
16817
+ description?: string | undefined;
16818
+ placeholder?: string | undefined;
16819
+ required?: boolean | undefined;
16820
+ }[] | undefined;
16821
+ hidden?: boolean | undefined;
16191
16822
  scope?: "operator" | "global" | undefined;
16192
16823
  }> | undefined;
16193
16824
  quickActions?: {
@@ -16198,28 +16829,12 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16198
16829
  quickSettings?: {
16199
16830
  settingKey: string;
16200
16831
  }[] | undefined;
16201
- panels?: {
16202
- id: string;
16203
- title: string;
16204
- component: "table" | "key-value" | "chart" | "log" | "iframe";
16205
- pageId?: string | undefined;
16206
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16207
- width?: "full" | "half" | undefined;
16208
- }[] | undefined;
16209
16832
  loaded?: boolean | undefined;
16210
16833
  autoDisabled?: boolean | undefined;
16211
16834
  lastError?: string | undefined;
16212
16835
  assignedOperatorIds?: string[] | undefined;
16213
16836
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
16214
16837
  locales?: Record<string, Record<string, string>> | undefined;
16215
- source?: {
16216
- kind: "marketplace";
16217
- version: string;
16218
- channel: "stable" | "nightly";
16219
- artifactUrl: string;
16220
- sha256: string;
16221
- installedAt: number;
16222
- } | undefined;
16223
16838
  }[];
16224
16839
  lastError?: string | undefined;
16225
16840
  panelMeta?: {
@@ -16232,6 +16847,26 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16232
16847
  pluginName: string;
16233
16848
  panelId: string;
16234
16849
  }[] | undefined;
16850
+ panelContributions?: {
16851
+ pluginName: string;
16852
+ groupId: string;
16853
+ source: "manifest" | "runtime";
16854
+ panels: {
16855
+ id: string;
16856
+ title: string;
16857
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
16858
+ params?: Record<string, string> | undefined;
16859
+ pageId?: string | undefined;
16860
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16861
+ width?: "full" | "half" | undefined;
16862
+ }[];
16863
+ instanceTarget?: {
16864
+ kind: "global";
16865
+ } | {
16866
+ operatorId: string;
16867
+ kind: "operator";
16868
+ } | undefined;
16869
+ }[] | undefined;
16235
16870
  };
16236
16871
  id?: string | undefined;
16237
16872
  }>, z.ZodObject<{
@@ -16255,7 +16890,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16255
16890
  lastError: z.ZodOptional<z.ZodString>;
16256
16891
  assignedOperatorIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
16257
16892
  settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
16258
- type: z.ZodEnum<["boolean", "number", "string", "string[]", "info"]>;
16893
+ type: z.ZodEnum<["boolean", "number", "string", "string[]", "object[]", "info"]>;
16259
16894
  default: z.ZodUnknown;
16260
16895
  label: z.ZodString;
16261
16896
  description: z.ZodOptional<z.ZodString>;
@@ -16271,9 +16906,32 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16271
16906
  value: string;
16272
16907
  label: string;
16273
16908
  }>, "many">>;
16909
+ itemFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
16910
+ key: z.ZodString;
16911
+ type: z.ZodDefault<z.ZodOptional<z.ZodEnum<["string", "number", "boolean"]>>>;
16912
+ label: z.ZodString;
16913
+ description: z.ZodOptional<z.ZodString>;
16914
+ placeholder: z.ZodOptional<z.ZodString>;
16915
+ required: z.ZodOptional<z.ZodBoolean>;
16916
+ }, "strip", z.ZodTypeAny, {
16917
+ type: "string" | "number" | "boolean";
16918
+ label: string;
16919
+ key: string;
16920
+ description?: string | undefined;
16921
+ placeholder?: string | undefined;
16922
+ required?: boolean | undefined;
16923
+ }, {
16924
+ label: string;
16925
+ key: string;
16926
+ type?: "string" | "number" | "boolean" | undefined;
16927
+ description?: string | undefined;
16928
+ placeholder?: string | undefined;
16929
+ required?: boolean | undefined;
16930
+ }>, "many">>;
16931
+ hidden: z.ZodOptional<z.ZodBoolean>;
16274
16932
  scope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["global", "operator"]>>>;
16275
16933
  }, "strip", z.ZodTypeAny, {
16276
- type: "string" | "number" | "boolean" | "string[]" | "info";
16934
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16277
16935
  label: string;
16278
16936
  scope: "operator" | "global";
16279
16937
  options?: {
@@ -16284,8 +16942,17 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16284
16942
  max?: number | undefined;
16285
16943
  description?: string | undefined;
16286
16944
  default?: unknown;
16945
+ itemFields?: {
16946
+ type: "string" | "number" | "boolean";
16947
+ label: string;
16948
+ key: string;
16949
+ description?: string | undefined;
16950
+ placeholder?: string | undefined;
16951
+ required?: boolean | undefined;
16952
+ }[] | undefined;
16953
+ hidden?: boolean | undefined;
16287
16954
  }, {
16288
- type: "string" | "number" | "boolean" | "string[]" | "info";
16955
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16289
16956
  label: string;
16290
16957
  options?: {
16291
16958
  value: string;
@@ -16295,6 +16962,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16295
16962
  max?: number | undefined;
16296
16963
  description?: string | undefined;
16297
16964
  default?: unknown;
16965
+ itemFields?: {
16966
+ label: string;
16967
+ key: string;
16968
+ type?: "string" | "number" | "boolean" | undefined;
16969
+ description?: string | undefined;
16970
+ placeholder?: string | undefined;
16971
+ required?: boolean | undefined;
16972
+ }[] | undefined;
16973
+ hidden?: boolean | undefined;
16298
16974
  scope?: "operator" | "global" | undefined;
16299
16975
  }>>>;
16300
16976
  quickActions: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -16322,12 +16998,14 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16322
16998
  title: z.ZodString;
16323
16999
  component: z.ZodEnum<["table", "key-value", "chart", "log", "iframe"]>;
16324
17000
  pageId: z.ZodOptional<z.ZodString>;
17001
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
16325
17002
  slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top"]>>;
16326
17003
  width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
16327
17004
  }, "strip", z.ZodTypeAny, {
16328
17005
  id: string;
16329
17006
  title: string;
16330
17007
  component: "table" | "key-value" | "chart" | "log" | "iframe";
17008
+ params?: Record<string, string> | undefined;
16331
17009
  pageId?: string | undefined;
16332
17010
  slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16333
17011
  width?: "full" | "half" | undefined;
@@ -16335,6 +17013,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16335
17013
  id: string;
16336
17014
  title: string;
16337
17015
  component: "table" | "key-value" | "chart" | "log" | "iframe";
17016
+ params?: Record<string, string> | undefined;
16338
17017
  pageId?: string | undefined;
16339
17018
  slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16340
17019
  width?: "full" | "half" | undefined;
@@ -16420,6 +17099,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16420
17099
  autoDisabled: boolean;
16421
17100
  errorCount: number;
16422
17101
  description?: string | undefined;
17102
+ source?: {
17103
+ kind: "marketplace";
17104
+ version: string;
17105
+ channel: "stable" | "nightly";
17106
+ artifactUrl: string;
17107
+ sha256: string;
17108
+ installedAt: number;
17109
+ } | undefined;
17110
+ panels?: {
17111
+ id: string;
17112
+ title: string;
17113
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
17114
+ params?: Record<string, string> | undefined;
17115
+ pageId?: string | undefined;
17116
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
17117
+ width?: "full" | "half" | undefined;
17118
+ }[] | undefined;
16423
17119
  ui?: {
16424
17120
  dir: string;
16425
17121
  pages: {
@@ -16433,7 +17129,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16433
17129
  } | undefined;
16434
17130
  permissions?: "network"[] | undefined;
16435
17131
  settings?: Record<string, {
16436
- type: "string" | "number" | "boolean" | "string[]" | "info";
17132
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16437
17133
  label: string;
16438
17134
  scope: "operator" | "global";
16439
17135
  options?: {
@@ -16444,6 +17140,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16444
17140
  max?: number | undefined;
16445
17141
  description?: string | undefined;
16446
17142
  default?: unknown;
17143
+ itemFields?: {
17144
+ type: "string" | "number" | "boolean";
17145
+ label: string;
17146
+ key: string;
17147
+ description?: string | undefined;
17148
+ placeholder?: string | undefined;
17149
+ required?: boolean | undefined;
17150
+ }[] | undefined;
17151
+ hidden?: boolean | undefined;
16447
17152
  }> | undefined;
16448
17153
  quickActions?: {
16449
17154
  id: string;
@@ -16453,26 +17158,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16453
17158
  quickSettings?: {
16454
17159
  settingKey: string;
16455
17160
  }[] | undefined;
16456
- panels?: {
16457
- id: string;
16458
- title: string;
16459
- component: "table" | "key-value" | "chart" | "log" | "iframe";
16460
- pageId?: string | undefined;
16461
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16462
- width?: "full" | "half" | undefined;
16463
- }[] | undefined;
16464
17161
  lastError?: string | undefined;
16465
17162
  assignedOperatorIds?: string[] | undefined;
16466
17163
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
16467
17164
  locales?: Record<string, Record<string, string>> | undefined;
16468
- source?: {
16469
- kind: "marketplace";
16470
- version: string;
16471
- channel: "stable" | "nightly";
16472
- artifactUrl: string;
16473
- sha256: string;
16474
- installedAt: number;
16475
- } | undefined;
16476
17165
  }, {
16477
17166
  type: "strategy" | "utility";
16478
17167
  name: string;
@@ -16481,6 +17170,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16481
17170
  isBuiltIn: boolean;
16482
17171
  errorCount: number;
16483
17172
  description?: string | undefined;
17173
+ source?: {
17174
+ kind: "marketplace";
17175
+ version: string;
17176
+ channel: "stable" | "nightly";
17177
+ artifactUrl: string;
17178
+ sha256: string;
17179
+ installedAt: number;
17180
+ } | undefined;
17181
+ panels?: {
17182
+ id: string;
17183
+ title: string;
17184
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
17185
+ params?: Record<string, string> | undefined;
17186
+ pageId?: string | undefined;
17187
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
17188
+ width?: "full" | "half" | undefined;
17189
+ }[] | undefined;
16484
17190
  ui?: {
16485
17191
  dir?: string | undefined;
16486
17192
  pages?: {
@@ -16495,7 +17201,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16495
17201
  instanceScope?: "operator" | "global" | undefined;
16496
17202
  permissions?: "network"[] | undefined;
16497
17203
  settings?: Record<string, {
16498
- type: "string" | "number" | "boolean" | "string[]" | "info";
17204
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16499
17205
  label: string;
16500
17206
  options?: {
16501
17207
  value: string;
@@ -16505,6 +17211,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16505
17211
  max?: number | undefined;
16506
17212
  description?: string | undefined;
16507
17213
  default?: unknown;
17214
+ itemFields?: {
17215
+ label: string;
17216
+ key: string;
17217
+ type?: "string" | "number" | "boolean" | undefined;
17218
+ description?: string | undefined;
17219
+ placeholder?: string | undefined;
17220
+ required?: boolean | undefined;
17221
+ }[] | undefined;
17222
+ hidden?: boolean | undefined;
16508
17223
  scope?: "operator" | "global" | undefined;
16509
17224
  }> | undefined;
16510
17225
  quickActions?: {
@@ -16515,28 +17230,12 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16515
17230
  quickSettings?: {
16516
17231
  settingKey: string;
16517
17232
  }[] | undefined;
16518
- panels?: {
16519
- id: string;
16520
- title: string;
16521
- component: "table" | "key-value" | "chart" | "log" | "iframe";
16522
- pageId?: string | undefined;
16523
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16524
- width?: "full" | "half" | undefined;
16525
- }[] | undefined;
16526
17233
  loaded?: boolean | undefined;
16527
17234
  autoDisabled?: boolean | undefined;
16528
17235
  lastError?: string | undefined;
16529
17236
  assignedOperatorIds?: string[] | undefined;
16530
17237
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
16531
17238
  locales?: Record<string, Record<string, string>> | undefined;
16532
- source?: {
16533
- kind: "marketplace";
16534
- version: string;
16535
- channel: "stable" | "nightly";
16536
- artifactUrl: string;
16537
- sha256: string;
16538
- installedAt: number;
16539
- } | undefined;
16540
17239
  }>;
16541
17240
  }, "strip", z.ZodTypeAny, {
16542
17241
  generation: number;
@@ -16551,6 +17250,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16551
17250
  autoDisabled: boolean;
16552
17251
  errorCount: number;
16553
17252
  description?: string | undefined;
17253
+ source?: {
17254
+ kind: "marketplace";
17255
+ version: string;
17256
+ channel: "stable" | "nightly";
17257
+ artifactUrl: string;
17258
+ sha256: string;
17259
+ installedAt: number;
17260
+ } | undefined;
17261
+ panels?: {
17262
+ id: string;
17263
+ title: string;
17264
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
17265
+ params?: Record<string, string> | undefined;
17266
+ pageId?: string | undefined;
17267
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
17268
+ width?: "full" | "half" | undefined;
17269
+ }[] | undefined;
16554
17270
  ui?: {
16555
17271
  dir: string;
16556
17272
  pages: {
@@ -16564,7 +17280,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16564
17280
  } | undefined;
16565
17281
  permissions?: "network"[] | undefined;
16566
17282
  settings?: Record<string, {
16567
- type: "string" | "number" | "boolean" | "string[]" | "info";
17283
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16568
17284
  label: string;
16569
17285
  scope: "operator" | "global";
16570
17286
  options?: {
@@ -16575,6 +17291,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16575
17291
  max?: number | undefined;
16576
17292
  description?: string | undefined;
16577
17293
  default?: unknown;
17294
+ itemFields?: {
17295
+ type: "string" | "number" | "boolean";
17296
+ label: string;
17297
+ key: string;
17298
+ description?: string | undefined;
17299
+ placeholder?: string | undefined;
17300
+ required?: boolean | undefined;
17301
+ }[] | undefined;
17302
+ hidden?: boolean | undefined;
16578
17303
  }> | undefined;
16579
17304
  quickActions?: {
16580
17305
  id: string;
@@ -16584,26 +17309,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16584
17309
  quickSettings?: {
16585
17310
  settingKey: string;
16586
17311
  }[] | undefined;
16587
- panels?: {
16588
- id: string;
16589
- title: string;
16590
- component: "table" | "key-value" | "chart" | "log" | "iframe";
16591
- pageId?: string | undefined;
16592
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16593
- width?: "full" | "half" | undefined;
16594
- }[] | undefined;
16595
17312
  lastError?: string | undefined;
16596
17313
  assignedOperatorIds?: string[] | undefined;
16597
17314
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
16598
17315
  locales?: Record<string, Record<string, string>> | undefined;
16599
- source?: {
16600
- kind: "marketplace";
16601
- version: string;
16602
- channel: "stable" | "nightly";
16603
- artifactUrl: string;
16604
- sha256: string;
16605
- installedAt: number;
16606
- } | undefined;
16607
17316
  };
16608
17317
  }, {
16609
17318
  generation: number;
@@ -16615,6 +17324,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16615
17324
  isBuiltIn: boolean;
16616
17325
  errorCount: number;
16617
17326
  description?: string | undefined;
17327
+ source?: {
17328
+ kind: "marketplace";
17329
+ version: string;
17330
+ channel: "stable" | "nightly";
17331
+ artifactUrl: string;
17332
+ sha256: string;
17333
+ installedAt: number;
17334
+ } | undefined;
17335
+ panels?: {
17336
+ id: string;
17337
+ title: string;
17338
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
17339
+ params?: Record<string, string> | undefined;
17340
+ pageId?: string | undefined;
17341
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
17342
+ width?: "full" | "half" | undefined;
17343
+ }[] | undefined;
16618
17344
  ui?: {
16619
17345
  dir?: string | undefined;
16620
17346
  pages?: {
@@ -16629,7 +17355,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16629
17355
  instanceScope?: "operator" | "global" | undefined;
16630
17356
  permissions?: "network"[] | undefined;
16631
17357
  settings?: Record<string, {
16632
- type: "string" | "number" | "boolean" | "string[]" | "info";
17358
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16633
17359
  label: string;
16634
17360
  options?: {
16635
17361
  value: string;
@@ -16639,6 +17365,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16639
17365
  max?: number | undefined;
16640
17366
  description?: string | undefined;
16641
17367
  default?: unknown;
17368
+ itemFields?: {
17369
+ label: string;
17370
+ key: string;
17371
+ type?: "string" | "number" | "boolean" | undefined;
17372
+ description?: string | undefined;
17373
+ placeholder?: string | undefined;
17374
+ required?: boolean | undefined;
17375
+ }[] | undefined;
17376
+ hidden?: boolean | undefined;
16642
17377
  scope?: "operator" | "global" | undefined;
16643
17378
  }> | undefined;
16644
17379
  quickActions?: {
@@ -16649,28 +17384,12 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16649
17384
  quickSettings?: {
16650
17385
  settingKey: string;
16651
17386
  }[] | undefined;
16652
- panels?: {
16653
- id: string;
16654
- title: string;
16655
- component: "table" | "key-value" | "chart" | "log" | "iframe";
16656
- pageId?: string | undefined;
16657
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16658
- width?: "full" | "half" | undefined;
16659
- }[] | undefined;
16660
17387
  loaded?: boolean | undefined;
16661
17388
  autoDisabled?: boolean | undefined;
16662
17389
  lastError?: string | undefined;
16663
17390
  assignedOperatorIds?: string[] | undefined;
16664
17391
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
16665
17392
  locales?: Record<string, Record<string, string>> | undefined;
16666
- source?: {
16667
- kind: "marketplace";
16668
- version: string;
16669
- channel: "stable" | "nightly";
16670
- artifactUrl: string;
16671
- sha256: string;
16672
- installedAt: number;
16673
- } | undefined;
16674
17393
  };
16675
17394
  }>;
16676
17395
  }, "strip", z.ZodTypeAny, {
@@ -16689,6 +17408,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16689
17408
  autoDisabled: boolean;
16690
17409
  errorCount: number;
16691
17410
  description?: string | undefined;
17411
+ source?: {
17412
+ kind: "marketplace";
17413
+ version: string;
17414
+ channel: "stable" | "nightly";
17415
+ artifactUrl: string;
17416
+ sha256: string;
17417
+ installedAt: number;
17418
+ } | undefined;
17419
+ panels?: {
17420
+ id: string;
17421
+ title: string;
17422
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
17423
+ params?: Record<string, string> | undefined;
17424
+ pageId?: string | undefined;
17425
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
17426
+ width?: "full" | "half" | undefined;
17427
+ }[] | undefined;
16692
17428
  ui?: {
16693
17429
  dir: string;
16694
17430
  pages: {
@@ -16702,7 +17438,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16702
17438
  } | undefined;
16703
17439
  permissions?: "network"[] | undefined;
16704
17440
  settings?: Record<string, {
16705
- type: "string" | "number" | "boolean" | "string[]" | "info";
17441
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16706
17442
  label: string;
16707
17443
  scope: "operator" | "global";
16708
17444
  options?: {
@@ -16713,6 +17449,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16713
17449
  max?: number | undefined;
16714
17450
  description?: string | undefined;
16715
17451
  default?: unknown;
17452
+ itemFields?: {
17453
+ type: "string" | "number" | "boolean";
17454
+ label: string;
17455
+ key: string;
17456
+ description?: string | undefined;
17457
+ placeholder?: string | undefined;
17458
+ required?: boolean | undefined;
17459
+ }[] | undefined;
17460
+ hidden?: boolean | undefined;
16716
17461
  }> | undefined;
16717
17462
  quickActions?: {
16718
17463
  id: string;
@@ -16722,26 +17467,10 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16722
17467
  quickSettings?: {
16723
17468
  settingKey: string;
16724
17469
  }[] | undefined;
16725
- panels?: {
16726
- id: string;
16727
- title: string;
16728
- component: "table" | "key-value" | "chart" | "log" | "iframe";
16729
- pageId?: string | undefined;
16730
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16731
- width?: "full" | "half" | undefined;
16732
- }[] | undefined;
16733
17470
  lastError?: string | undefined;
16734
17471
  assignedOperatorIds?: string[] | undefined;
16735
17472
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
16736
17473
  locales?: Record<string, Record<string, string>> | undefined;
16737
- source?: {
16738
- kind: "marketplace";
16739
- version: string;
16740
- channel: "stable" | "nightly";
16741
- artifactUrl: string;
16742
- sha256: string;
16743
- installedAt: number;
16744
- } | undefined;
16745
17474
  };
16746
17475
  };
16747
17476
  id?: string | undefined;
@@ -16758,6 +17487,23 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16758
17487
  isBuiltIn: boolean;
16759
17488
  errorCount: number;
16760
17489
  description?: string | undefined;
17490
+ source?: {
17491
+ kind: "marketplace";
17492
+ version: string;
17493
+ channel: "stable" | "nightly";
17494
+ artifactUrl: string;
17495
+ sha256: string;
17496
+ installedAt: number;
17497
+ } | undefined;
17498
+ panels?: {
17499
+ id: string;
17500
+ title: string;
17501
+ component: "table" | "key-value" | "chart" | "log" | "iframe";
17502
+ params?: Record<string, string> | undefined;
17503
+ pageId?: string | undefined;
17504
+ slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
17505
+ width?: "full" | "half" | undefined;
17506
+ }[] | undefined;
16761
17507
  ui?: {
16762
17508
  dir?: string | undefined;
16763
17509
  pages?: {
@@ -16772,7 +17518,7 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16772
17518
  instanceScope?: "operator" | "global" | undefined;
16773
17519
  permissions?: "network"[] | undefined;
16774
17520
  settings?: Record<string, {
16775
- type: "string" | "number" | "boolean" | "string[]" | "info";
17521
+ type: "string" | "number" | "boolean" | "string[]" | "object[]" | "info";
16776
17522
  label: string;
16777
17523
  options?: {
16778
17524
  value: string;
@@ -16782,6 +17528,15 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16782
17528
  max?: number | undefined;
16783
17529
  description?: string | undefined;
16784
17530
  default?: unknown;
17531
+ itemFields?: {
17532
+ label: string;
17533
+ key: string;
17534
+ type?: "string" | "number" | "boolean" | undefined;
17535
+ description?: string | undefined;
17536
+ placeholder?: string | undefined;
17537
+ required?: boolean | undefined;
17538
+ }[] | undefined;
17539
+ hidden?: boolean | undefined;
16785
17540
  scope?: "operator" | "global" | undefined;
16786
17541
  }> | undefined;
16787
17542
  quickActions?: {
@@ -16792,28 +17547,12 @@ export declare const WSMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
16792
17547
  quickSettings?: {
16793
17548
  settingKey: string;
16794
17549
  }[] | undefined;
16795
- panels?: {
16796
- id: string;
16797
- title: string;
16798
- component: "table" | "key-value" | "chart" | "log" | "iframe";
16799
- pageId?: string | undefined;
16800
- slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | undefined;
16801
- width?: "full" | "half" | undefined;
16802
- }[] | undefined;
16803
17550
  loaded?: boolean | undefined;
16804
17551
  autoDisabled?: boolean | undefined;
16805
17552
  lastError?: string | undefined;
16806
17553
  assignedOperatorIds?: string[] | undefined;
16807
17554
  capabilities?: ("auto_call_candidate" | "auto_call_execution")[] | undefined;
16808
17555
  locales?: Record<string, Record<string, string>> | undefined;
16809
- source?: {
16810
- kind: "marketplace";
16811
- version: string;
16812
- channel: "stable" | "nightly";
16813
- artifactUrl: string;
16814
- sha256: string;
16815
- installedAt: number;
16816
- } | undefined;
16817
17556
  };
16818
17557
  };
16819
17558
  id?: string | undefined;
@@ -17233,6 +17972,7 @@ export interface DigitalRadioEngineEvents {
17233
17972
  frequencyChanged: (data: FrequencyState) => void;
17234
17973
  pttStatusChanged: (data: PTTStatus) => void;
17235
17974
  meterData: (data: MeterData) => void;
17975
+ squelchStatusChanged: (data: SquelchStatus) => void;
17236
17976
  qsoRecordAdded: (data: {
17237
17977
  operatorId: string;
17238
17978
  logBookId: string;
@@ -17281,6 +18021,7 @@ export interface DigitalRadioEngineEvents {
17281
18021
  voiceRadioModeChanged: (data: {
17282
18022
  radioMode: string;
17283
18023
  }) => void;
18024
+ voiceKeyerStatusChanged: (data: VoiceKeyerStatus) => void;
17284
18025
  processSnapshot: (data: import('./process-monitor.schema.js').ProcessSnapshot) => void;
17285
18026
  processSnapshotHistory: (data: import('./process-monitor.schema.js').ProcessSnapshotHistory) => void;
17286
18027
  openwebrxProfileSelectRequest: (data: import('./openwebrx.schema.js').OpenWebRXProfileSelectRequest) => void;
@@ -17310,6 +18051,7 @@ export interface DigitalRadioEngineEvents {
17310
18051
  data?: unknown;
17311
18052
  }) => void;
17312
18053
  pluginPanelMeta: (data: import('./plugin.schema.js').PluginPanelMetaPayload) => void;
18054
+ pluginPanelContributionsChanged: (data: import('./plugin.schema.js').PluginUIPanelContributionGroup) => void;
17313
18055
  encodeStart: (slotInfo: z.infer<typeof SlotInfoSchema>) => void;
17314
18056
  transmitStart: (slotInfo: z.infer<typeof SlotInfoSchema>) => void;
17315
18057
  timingWarning: (data: {