@tx5dr/contracts 2.0.0 → 2.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.
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/schema/__tests__/assisted-queue.schema.test.js +1 -0
- package/dist/schema/__tests__/assisted-queue.schema.test.js.map +1 -1
- package/dist/schema/__tests__/meter.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/meter.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/meter.schema.test.js +27 -0
- package/dist/schema/__tests__/meter.schema.test.js.map +1 -0
- package/dist/schema/__tests__/operator-context-report.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/operator-context-report.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/operator-context-report.schema.test.js +70 -0
- package/dist/schema/__tests__/operator-context-report.schema.test.js.map +1 -0
- package/dist/schema/__tests__/plugin-market.schema.test.js +107 -3
- package/dist/schema/__tests__/plugin-market.schema.test.js.map +1 -1
- package/dist/schema/__tests__/qso.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/qso.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/qso.schema.test.js +70 -0
- package/dist/schema/__tests__/qso.schema.test.js.map +1 -0
- package/dist/schema/__tests__/radio-power-support.test.js +4 -1
- package/dist/schema/__tests__/radio-power-support.test.js.map +1 -1
- package/dist/schema/__tests__/radio.schema.test.js +52 -1
- package/dist/schema/__tests__/radio.schema.test.js.map +1 -1
- package/dist/schema/__tests__/remote-access.schema.test.js +1 -1
- package/dist/schema/__tests__/remote-access.schema.test.js.map +1 -1
- package/dist/schema/__tests__/spectrum.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/spectrum.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/spectrum.schema.test.js +107 -0
- package/dist/schema/__tests__/spectrum.schema.test.js.map +1 -0
- package/dist/schema/__tests__/strategy-transmission.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/strategy-transmission.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/strategy-transmission.schema.test.js +95 -0
- package/dist/schema/__tests__/strategy-transmission.schema.test.js.map +1 -0
- package/dist/schema/api-response.schema.d.ts +235 -0
- package/dist/schema/api-response.schema.d.ts.map +1 -1
- package/dist/schema/api-response.schema.js +9 -0
- package/dist/schema/api-response.schema.js.map +1 -1
- package/dist/schema/auth.schema.d.ts +2 -2
- package/dist/schema/cpu-profile.schema.d.ts +2 -2
- package/dist/schema/device-ui.schema.d.ts +10 -10
- package/dist/schema/image-radio.schema.d.ts +2597 -0
- package/dist/schema/image-radio.schema.d.ts.map +1 -0
- package/dist/schema/image-radio.schema.js +283 -0
- package/dist/schema/image-radio.schema.js.map +1 -0
- package/dist/schema/logbook.schema.d.ts +203 -15
- package/dist/schema/logbook.schema.d.ts.map +1 -1
- package/dist/schema/logbook.schema.js +1 -0
- package/dist/schema/logbook.schema.js.map +1 -1
- package/dist/schema/mode.schema.d.ts +2 -0
- package/dist/schema/mode.schema.d.ts.map +1 -1
- package/dist/schema/mode.schema.js +16 -0
- package/dist/schema/mode.schema.js.map +1 -1
- package/dist/schema/openwebrx.schema.d.ts +2 -2
- package/dist/schema/operator.schema.d.ts +2676 -0
- package/dist/schema/operator.schema.d.ts.map +1 -1
- package/dist/schema/operator.schema.js +4 -19
- package/dist/schema/operator.schema.js.map +1 -1
- package/dist/schema/plugin.schema.d.ts +1780 -475
- package/dist/schema/plugin.schema.d.ts.map +1 -1
- package/dist/schema/plugin.schema.js +108 -12
- package/dist/schema/plugin.schema.js.map +1 -1
- package/dist/schema/qso.schema.d.ts +239 -1
- package/dist/schema/qso.schema.d.ts.map +1 -1
- package/dist/schema/qso.schema.js +61 -0
- package/dist/schema/qso.schema.js.map +1 -1
- package/dist/schema/radio-capability.schema.d.ts +1 -1
- package/dist/schema/radio-capability.schema.d.ts.map +1 -1
- package/dist/schema/radio-capability.schema.js +1 -0
- package/dist/schema/radio-capability.schema.js.map +1 -1
- package/dist/schema/radio-power.schema.d.ts +15 -0
- package/dist/schema/radio-power.schema.d.ts.map +1 -1
- package/dist/schema/radio-profile.schema.d.ts +251 -0
- package/dist/schema/radio-profile.schema.d.ts.map +1 -1
- package/dist/schema/radio-profile.schema.js +7 -0
- package/dist/schema/radio-profile.schema.js.map +1 -1
- package/dist/schema/radio.schema.d.ts +174 -3
- package/dist/schema/radio.schema.d.ts.map +1 -1
- package/dist/schema/radio.schema.js +31 -2
- package/dist/schema/radio.schema.js.map +1 -1
- package/dist/schema/rigctld.schema.d.ts +6 -6
- package/dist/schema/slot-info.schema.d.ts +13 -0
- package/dist/schema/slot-info.schema.d.ts.map +1 -1
- package/dist/schema/slot-info.schema.js +2 -1
- package/dist/schema/slot-info.schema.js.map +1 -1
- package/dist/schema/spectrum-config.schema.d.ts +638 -0
- package/dist/schema/spectrum-config.schema.d.ts.map +1 -0
- package/dist/schema/spectrum-config.schema.js +129 -0
- package/dist/schema/spectrum-config.schema.js.map +1 -0
- package/dist/schema/spectrum.schema.d.ts +1313 -20
- package/dist/schema/spectrum.schema.d.ts.map +1 -1
- package/dist/schema/spectrum.schema.js +72 -0
- package/dist/schema/spectrum.schema.js.map +1 -1
- package/dist/schema/transmission.schema.d.ts +7 -0
- package/dist/schema/transmission.schema.d.ts.map +1 -1
- package/dist/schema/tx-audio-input.schema.d.ts +8 -0
- package/dist/schema/tx-audio-input.schema.d.ts.map +1 -0
- package/dist/schema/tx-audio-input.schema.js +19 -0
- package/dist/schema/tx-audio-input.schema.js.map +1 -0
- package/dist/schema/voice.schema.d.ts +1 -1
- package/dist/schema/voice.schema.d.ts.map +1 -1
- package/dist/schema/voice.schema.js +1 -1
- package/dist/schema/voice.schema.js.map +1 -1
- package/dist/schema/websocket.schema.d.ts +27480 -2525
- package/dist/schema/websocket.schema.d.ts.map +1 -1
- package/dist/schema/websocket.schema.js +298 -11
- package/dist/schema/websocket.schema.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +4 -0
- package/src/schema/__tests__/assisted-queue.schema.test.ts +1 -0
- package/src/schema/__tests__/meter.schema.test.ts +28 -0
- package/src/schema/__tests__/operator-context-report.schema.test.ts +77 -0
- package/src/schema/__tests__/plugin-market.schema.test.ts +116 -2
- package/src/schema/__tests__/qso.schema.test.ts +91 -0
- package/src/schema/__tests__/radio-power-support.test.ts +4 -1
- package/src/schema/__tests__/radio.schema.test.ts +60 -1
- package/src/schema/__tests__/remote-access.schema.test.ts +1 -1
- package/src/schema/__tests__/spectrum.schema.test.ts +119 -0
- package/src/schema/__tests__/strategy-transmission.schema.test.ts +106 -0
- package/src/schema/api-response.schema.ts +11 -0
- package/src/schema/image-radio.schema.ts +342 -0
- package/src/schema/logbook.schema.ts +1 -0
- package/src/schema/mode.schema.ts +16 -0
- package/src/schema/operator.schema.ts +4 -19
- package/src/schema/plugin.schema.ts +119 -13
- package/src/schema/qso.schema.ts +71 -0
- package/src/schema/radio-capability.schema.ts +1 -0
- package/src/schema/radio-profile.schema.ts +7 -0
- package/src/schema/radio.schema.ts +35 -2
- package/src/schema/slot-info.schema.ts +2 -1
- package/src/schema/spectrum-config.schema.ts +156 -0
- package/src/schema/spectrum.schema.ts +89 -0
- package/src/schema/tx-audio-input.schema.ts +22 -0
- package/src/schema/voice.schema.ts +1 -1
- package/src/schema/websocket.schema.ts +383 -12
- package/test/image-radio-schema.test.ts +107 -0
- package/test/plugin-slot-schema.test.ts +31 -0
- package/CLAUDE.md +0 -41
|
@@ -14,10 +14,25 @@ export declare const PluginTypeSchema: z.ZodEnum<["strategy", "utility"]>;
|
|
|
14
14
|
export type PluginType = z.infer<typeof PluginTypeSchema>;
|
|
15
15
|
export declare const StrategyFeaturesSchema: z.ZodOptional<z.ZodObject<{
|
|
16
16
|
targetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
17
|
+
parallelTargetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
18
|
+
queueActivation: z.ZodOptional<z.ZodEnum<["immediate", "operator-toggle"]>>;
|
|
19
|
+
manualInitiation: z.ZodOptional<z.ZodLiteral<1>>;
|
|
20
|
+
maxConcurrentStreams: z.ZodOptional<z.ZodNumber>;
|
|
21
|
+
maxSimultaneousSignals: z.ZodOptional<z.ZodNumber>;
|
|
17
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
maxConcurrentStreams?: number | undefined;
|
|
18
24
|
targetQueue?: 1 | undefined;
|
|
25
|
+
parallelTargetQueue?: 1 | undefined;
|
|
26
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
27
|
+
manualInitiation?: 1 | undefined;
|
|
28
|
+
maxSimultaneousSignals?: number | undefined;
|
|
19
29
|
}, {
|
|
30
|
+
maxConcurrentStreams?: number | undefined;
|
|
20
31
|
targetQueue?: 1 | undefined;
|
|
32
|
+
parallelTargetQueue?: 1 | undefined;
|
|
33
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
34
|
+
manualInitiation?: 1 | undefined;
|
|
35
|
+
maxSimultaneousSignals?: number | undefined;
|
|
21
36
|
}>>;
|
|
22
37
|
export type StrategyFeatures = z.infer<typeof StrategyFeaturesSchema>;
|
|
23
38
|
/**
|
|
@@ -37,7 +52,7 @@ export type PluginInstanceScope = z.infer<typeof PluginInstanceScopeSchema>;
|
|
|
37
52
|
* Permissions let the host gate sensitive capabilities behind manifest-level
|
|
38
53
|
* intent. Plugins should request the smallest possible set.
|
|
39
54
|
*/
|
|
40
|
-
export declare const PluginPermissionSchema: z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>;
|
|
55
|
+
export declare const PluginPermissionSchema: z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>;
|
|
41
56
|
/**
|
|
42
57
|
* Explicit permission declarations requested by a plugin.
|
|
43
58
|
*/
|
|
@@ -276,9 +291,9 @@ export declare const PluginSettingDescriptorSchema: z.ZodObject<{
|
|
|
276
291
|
label: string;
|
|
277
292
|
}[] | undefined;
|
|
278
293
|
default?: unknown;
|
|
279
|
-
description?: string | undefined;
|
|
280
294
|
min?: number | undefined;
|
|
281
295
|
max?: number | undefined;
|
|
296
|
+
description?: string | undefined;
|
|
282
297
|
itemFields?: {
|
|
283
298
|
type: "string" | "number" | "boolean";
|
|
284
299
|
label: string;
|
|
@@ -307,9 +322,9 @@ export declare const PluginSettingDescriptorSchema: z.ZodObject<{
|
|
|
307
322
|
label: string;
|
|
308
323
|
}[] | undefined;
|
|
309
324
|
default?: unknown;
|
|
310
|
-
description?: string | undefined;
|
|
311
325
|
min?: number | undefined;
|
|
312
326
|
max?: number | undefined;
|
|
327
|
+
description?: string | undefined;
|
|
313
328
|
itemFields?: {
|
|
314
329
|
label: string;
|
|
315
330
|
key: string;
|
|
@@ -391,13 +406,14 @@ export type PluginCapability = z.infer<typeof PluginCapabilitySchema>;
|
|
|
391
406
|
*
|
|
392
407
|
* - `operator`: shown in the expanded operator card's live-panel area (default).
|
|
393
408
|
* - `automation`: shown inside the top-right automation quick-action popover.
|
|
409
|
+
* - `operator-action`: shown beside the built-in logbook action on an operator card.
|
|
394
410
|
* - `main-right`: shown in the optional main layout plugin pane on the far right.
|
|
395
411
|
* - `voice-left-top`: shown above the voice frequency control card.
|
|
396
412
|
* - `voice-right-top`: shown in the tabbed top area of the voice right panel.
|
|
397
413
|
* - `cw-left-top`: shown above the CW frequency control card.
|
|
398
414
|
* - `cw-right-top`: shown in the tabbed top area of the CW right panel.
|
|
399
415
|
*/
|
|
400
|
-
export declare const PluginPanelSlotSchema: z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>;
|
|
416
|
+
export declare const PluginPanelSlotSchema: z.ZodEnum<["operator", "automation", "operator-action", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>;
|
|
401
417
|
/**
|
|
402
418
|
* Rendering slot that determines where a panel appears in the UI.
|
|
403
419
|
*/
|
|
@@ -415,11 +431,14 @@ export declare const PluginPanelWidthSchema: z.ZodEnum<["half", "full"]>;
|
|
|
415
431
|
*/
|
|
416
432
|
export type PluginPanelWidth = z.infer<typeof PluginPanelWidthSchema>;
|
|
417
433
|
/**
|
|
418
|
-
* How an iframe panel is opened when rendered as
|
|
434
|
+
* How an iframe panel is opened when rendered as an action entry.
|
|
435
|
+
*
|
|
436
|
+
* `page` opens the referenced custom UI in the host's standalone plugin-page
|
|
437
|
+
* route instead of embedding it in the radio workspace.
|
|
419
438
|
*/
|
|
420
|
-
export declare const PluginPanelOpenModeSchema: z.ZodEnum<["popover", "modal"]>;
|
|
439
|
+
export declare const PluginPanelOpenModeSchema: z.ZodEnum<["popover", "modal", "page"]>;
|
|
421
440
|
/**
|
|
422
|
-
* How an iframe panel is opened when rendered as
|
|
441
|
+
* How an iframe panel is opened when rendered as an action entry.
|
|
423
442
|
*/
|
|
424
443
|
export type PluginPanelOpenMode = z.infer<typeof PluginPanelOpenModeSchema>;
|
|
425
444
|
/**
|
|
@@ -447,13 +466,13 @@ export declare const PluginPanelDescriptorSchema: z.ZodEffects<z.ZodObject<{
|
|
|
447
466
|
/** Optional string params forwarded to iframe panels as URL/init params. */
|
|
448
467
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
449
468
|
/** Where the panel renders. Defaults to `'operator'` (operator card live-panel area). */
|
|
450
|
-
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
469
|
+
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "operator-action", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
451
470
|
/** Preferred width hint. Defaults to `'half'`. */
|
|
452
471
|
width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
|
|
453
472
|
/** Optional FontAwesome Free icon name used by toolbar-style hosts. */
|
|
454
473
|
icon: z.ZodOptional<z.ZodString>;
|
|
455
474
|
/** Optional toolbar opening mode. Defaults to host-specific behavior, typically `'popover'`. */
|
|
456
|
-
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal"]>>;
|
|
475
|
+
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal", "page"]>>;
|
|
457
476
|
/** Optional controlled UI size hint for toolbar popovers/modals. */
|
|
458
477
|
uiSize: z.ZodOptional<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
459
478
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -463,9 +482,9 @@ export declare const PluginPanelDescriptorSchema: z.ZodEffects<z.ZodObject<{
|
|
|
463
482
|
params?: Record<string, string> | undefined;
|
|
464
483
|
icon?: string | undefined;
|
|
465
484
|
pageId?: string | undefined;
|
|
466
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
485
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
467
486
|
width?: "full" | "half" | undefined;
|
|
468
|
-
openMode?: "popover" | "modal" | undefined;
|
|
487
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
469
488
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
470
489
|
}, {
|
|
471
490
|
id: string;
|
|
@@ -474,9 +493,9 @@ export declare const PluginPanelDescriptorSchema: z.ZodEffects<z.ZodObject<{
|
|
|
474
493
|
params?: Record<string, string> | undefined;
|
|
475
494
|
icon?: string | undefined;
|
|
476
495
|
pageId?: string | undefined;
|
|
477
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
496
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
478
497
|
width?: "full" | "half" | undefined;
|
|
479
|
-
openMode?: "popover" | "modal" | undefined;
|
|
498
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
480
499
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
481
500
|
}>, {
|
|
482
501
|
id: string;
|
|
@@ -485,9 +504,9 @@ export declare const PluginPanelDescriptorSchema: z.ZodEffects<z.ZodObject<{
|
|
|
485
504
|
params?: Record<string, string> | undefined;
|
|
486
505
|
icon?: string | undefined;
|
|
487
506
|
pageId?: string | undefined;
|
|
488
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
507
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
489
508
|
width?: "full" | "half" | undefined;
|
|
490
|
-
openMode?: "popover" | "modal" | undefined;
|
|
509
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
491
510
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
492
511
|
}, {
|
|
493
512
|
id: string;
|
|
@@ -496,9 +515,9 @@ export declare const PluginPanelDescriptorSchema: z.ZodEffects<z.ZodObject<{
|
|
|
496
515
|
params?: Record<string, string> | undefined;
|
|
497
516
|
icon?: string | undefined;
|
|
498
517
|
pageId?: string | undefined;
|
|
499
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
518
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
500
519
|
width?: "full" | "half" | undefined;
|
|
501
|
-
openMode?: "popover" | "modal" | undefined;
|
|
520
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
502
521
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
503
522
|
}>;
|
|
504
523
|
/**
|
|
@@ -563,13 +582,13 @@ export declare const PluginUIPanelContributionGroupSchema: z.ZodObject<{
|
|
|
563
582
|
/** Optional string params forwarded to iframe panels as URL/init params. */
|
|
564
583
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
565
584
|
/** Where the panel renders. Defaults to `'operator'` (operator card live-panel area). */
|
|
566
|
-
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
585
|
+
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "operator-action", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
567
586
|
/** Preferred width hint. Defaults to `'half'`. */
|
|
568
587
|
width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
|
|
569
588
|
/** Optional FontAwesome Free icon name used by toolbar-style hosts. */
|
|
570
589
|
icon: z.ZodOptional<z.ZodString>;
|
|
571
590
|
/** Optional toolbar opening mode. Defaults to host-specific behavior, typically `'popover'`. */
|
|
572
|
-
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal"]>>;
|
|
591
|
+
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal", "page"]>>;
|
|
573
592
|
/** Optional controlled UI size hint for toolbar popovers/modals. */
|
|
574
593
|
uiSize: z.ZodOptional<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
575
594
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -579,9 +598,9 @@ export declare const PluginUIPanelContributionGroupSchema: z.ZodObject<{
|
|
|
579
598
|
params?: Record<string, string> | undefined;
|
|
580
599
|
icon?: string | undefined;
|
|
581
600
|
pageId?: string | undefined;
|
|
582
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
601
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
583
602
|
width?: "full" | "half" | undefined;
|
|
584
|
-
openMode?: "popover" | "modal" | undefined;
|
|
603
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
585
604
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
586
605
|
}, {
|
|
587
606
|
id: string;
|
|
@@ -590,9 +609,9 @@ export declare const PluginUIPanelContributionGroupSchema: z.ZodObject<{
|
|
|
590
609
|
params?: Record<string, string> | undefined;
|
|
591
610
|
icon?: string | undefined;
|
|
592
611
|
pageId?: string | undefined;
|
|
593
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
612
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
594
613
|
width?: "full" | "half" | undefined;
|
|
595
|
-
openMode?: "popover" | "modal" | undefined;
|
|
614
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
596
615
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
597
616
|
}>, {
|
|
598
617
|
id: string;
|
|
@@ -601,9 +620,9 @@ export declare const PluginUIPanelContributionGroupSchema: z.ZodObject<{
|
|
|
601
620
|
params?: Record<string, string> | undefined;
|
|
602
621
|
icon?: string | undefined;
|
|
603
622
|
pageId?: string | undefined;
|
|
604
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
623
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
605
624
|
width?: "full" | "half" | undefined;
|
|
606
|
-
openMode?: "popover" | "modal" | undefined;
|
|
625
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
607
626
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
608
627
|
}, {
|
|
609
628
|
id: string;
|
|
@@ -612,9 +631,9 @@ export declare const PluginUIPanelContributionGroupSchema: z.ZodObject<{
|
|
|
612
631
|
params?: Record<string, string> | undefined;
|
|
613
632
|
icon?: string | undefined;
|
|
614
633
|
pageId?: string | undefined;
|
|
615
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
634
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
616
635
|
width?: "full" | "half" | undefined;
|
|
617
|
-
openMode?: "popover" | "modal" | undefined;
|
|
636
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
618
637
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
619
638
|
}>, "many">;
|
|
620
639
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -628,9 +647,9 @@ export declare const PluginUIPanelContributionGroupSchema: z.ZodObject<{
|
|
|
628
647
|
params?: Record<string, string> | undefined;
|
|
629
648
|
icon?: string | undefined;
|
|
630
649
|
pageId?: string | undefined;
|
|
631
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
650
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
632
651
|
width?: "full" | "half" | undefined;
|
|
633
|
-
openMode?: "popover" | "modal" | undefined;
|
|
652
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
634
653
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
635
654
|
}[];
|
|
636
655
|
instanceTarget?: {
|
|
@@ -650,9 +669,9 @@ export declare const PluginUIPanelContributionGroupSchema: z.ZodObject<{
|
|
|
650
669
|
params?: Record<string, string> | undefined;
|
|
651
670
|
icon?: string | undefined;
|
|
652
671
|
pageId?: string | undefined;
|
|
653
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
672
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
654
673
|
width?: "full" | "half" | undefined;
|
|
655
|
-
openMode?: "popover" | "modal" | undefined;
|
|
674
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
656
675
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
657
676
|
}[];
|
|
658
677
|
instanceTarget?: {
|
|
@@ -795,17 +814,33 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
795
814
|
apiVersion: z.ZodOptional<z.ZodLiteral<2>>;
|
|
796
815
|
name: z.ZodString;
|
|
797
816
|
version: z.ZodString;
|
|
817
|
+
minPluginApiVersion: z.ZodOptional<z.ZodString>;
|
|
798
818
|
type: z.ZodEnum<["strategy", "utility"]>;
|
|
799
819
|
strategyFeatures: z.ZodOptional<z.ZodObject<{
|
|
800
820
|
targetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
821
|
+
parallelTargetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
822
|
+
queueActivation: z.ZodOptional<z.ZodEnum<["immediate", "operator-toggle"]>>;
|
|
823
|
+
manualInitiation: z.ZodOptional<z.ZodLiteral<1>>;
|
|
824
|
+
maxConcurrentStreams: z.ZodOptional<z.ZodNumber>;
|
|
825
|
+
maxSimultaneousSignals: z.ZodOptional<z.ZodNumber>;
|
|
801
826
|
}, "strip", z.ZodTypeAny, {
|
|
827
|
+
maxConcurrentStreams?: number | undefined;
|
|
802
828
|
targetQueue?: 1 | undefined;
|
|
829
|
+
parallelTargetQueue?: 1 | undefined;
|
|
830
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
831
|
+
manualInitiation?: 1 | undefined;
|
|
832
|
+
maxSimultaneousSignals?: number | undefined;
|
|
803
833
|
}, {
|
|
834
|
+
maxConcurrentStreams?: number | undefined;
|
|
804
835
|
targetQueue?: 1 | undefined;
|
|
836
|
+
parallelTargetQueue?: 1 | undefined;
|
|
837
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
838
|
+
manualInitiation?: 1 | undefined;
|
|
839
|
+
maxSimultaneousSignals?: number | undefined;
|
|
805
840
|
}>>;
|
|
806
841
|
instanceScope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["operator", "global"]>>>;
|
|
807
842
|
description: z.ZodOptional<z.ZodString>;
|
|
808
|
-
permissions: z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>;
|
|
843
|
+
permissions: z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>;
|
|
809
844
|
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
810
845
|
type: z.ZodEnum<["boolean", "number", "string", "string[]", "object[]", "keyedStringArrays", "keyedObjectArrays", "keyedObjects", "info"]>;
|
|
811
846
|
default: z.ZodUnknown;
|
|
@@ -894,9 +929,9 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
894
929
|
label: string;
|
|
895
930
|
}[] | undefined;
|
|
896
931
|
default?: unknown;
|
|
897
|
-
description?: string | undefined;
|
|
898
932
|
min?: number | undefined;
|
|
899
933
|
max?: number | undefined;
|
|
934
|
+
description?: string | undefined;
|
|
900
935
|
itemFields?: {
|
|
901
936
|
type: "string" | "number" | "boolean";
|
|
902
937
|
label: string;
|
|
@@ -925,9 +960,9 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
925
960
|
label: string;
|
|
926
961
|
}[] | undefined;
|
|
927
962
|
default?: unknown;
|
|
928
|
-
description?: string | undefined;
|
|
929
963
|
min?: number | undefined;
|
|
930
964
|
max?: number | undefined;
|
|
965
|
+
description?: string | undefined;
|
|
931
966
|
itemFields?: {
|
|
932
967
|
label: string;
|
|
933
968
|
key: string;
|
|
@@ -974,13 +1009,13 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
974
1009
|
/** Optional string params forwarded to iframe panels as URL/init params. */
|
|
975
1010
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
976
1011
|
/** Where the panel renders. Defaults to `'operator'` (operator card live-panel area). */
|
|
977
|
-
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
1012
|
+
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "operator-action", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
978
1013
|
/** Preferred width hint. Defaults to `'half'`. */
|
|
979
1014
|
width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
|
|
980
1015
|
/** Optional FontAwesome Free icon name used by toolbar-style hosts. */
|
|
981
1016
|
icon: z.ZodOptional<z.ZodString>;
|
|
982
1017
|
/** Optional toolbar opening mode. Defaults to host-specific behavior, typically `'popover'`. */
|
|
983
|
-
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal"]>>;
|
|
1018
|
+
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal", "page"]>>;
|
|
984
1019
|
/** Optional controlled UI size hint for toolbar popovers/modals. */
|
|
985
1020
|
uiSize: z.ZodOptional<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
986
1021
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -990,9 +1025,9 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
990
1025
|
params?: Record<string, string> | undefined;
|
|
991
1026
|
icon?: string | undefined;
|
|
992
1027
|
pageId?: string | undefined;
|
|
993
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1028
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
994
1029
|
width?: "full" | "half" | undefined;
|
|
995
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1030
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
996
1031
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
997
1032
|
}, {
|
|
998
1033
|
id: string;
|
|
@@ -1001,9 +1036,9 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
1001
1036
|
params?: Record<string, string> | undefined;
|
|
1002
1037
|
icon?: string | undefined;
|
|
1003
1038
|
pageId?: string | undefined;
|
|
1004
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1039
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1005
1040
|
width?: "full" | "half" | undefined;
|
|
1006
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1041
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1007
1042
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1008
1043
|
}>, {
|
|
1009
1044
|
id: string;
|
|
@@ -1012,9 +1047,9 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
1012
1047
|
params?: Record<string, string> | undefined;
|
|
1013
1048
|
icon?: string | undefined;
|
|
1014
1049
|
pageId?: string | undefined;
|
|
1015
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1050
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1016
1051
|
width?: "full" | "half" | undefined;
|
|
1017
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1052
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1018
1053
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1019
1054
|
}, {
|
|
1020
1055
|
id: string;
|
|
@@ -1023,9 +1058,9 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
1023
1058
|
params?: Record<string, string> | undefined;
|
|
1024
1059
|
icon?: string | undefined;
|
|
1025
1060
|
pageId?: string | undefined;
|
|
1026
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1061
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1027
1062
|
width?: "full" | "half" | undefined;
|
|
1028
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1063
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1029
1064
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1030
1065
|
}>, "many">>;
|
|
1031
1066
|
storage: z.ZodOptional<z.ZodObject<{
|
|
@@ -1094,34 +1129,6 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
1094
1129
|
version: string;
|
|
1095
1130
|
instanceScope: "operator" | "global";
|
|
1096
1131
|
description?: string | undefined;
|
|
1097
|
-
panels?: {
|
|
1098
|
-
id: string;
|
|
1099
|
-
title: string;
|
|
1100
|
-
component: "table" | "key-value" | "chart" | "log" | "iframe";
|
|
1101
|
-
params?: Record<string, string> | undefined;
|
|
1102
|
-
icon?: string | undefined;
|
|
1103
|
-
pageId?: string | undefined;
|
|
1104
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1105
|
-
width?: "full" | "half" | undefined;
|
|
1106
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1107
|
-
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1108
|
-
}[] | undefined;
|
|
1109
|
-
ui?: {
|
|
1110
|
-
dir: string;
|
|
1111
|
-
pages: {
|
|
1112
|
-
id: string;
|
|
1113
|
-
title: string;
|
|
1114
|
-
entry: string;
|
|
1115
|
-
accessScope: "operator" | "admin";
|
|
1116
|
-
resourceBinding: "none" | "callsign" | "operator";
|
|
1117
|
-
icon?: string | undefined;
|
|
1118
|
-
}[];
|
|
1119
|
-
} | undefined;
|
|
1120
|
-
apiVersion?: 2 | undefined;
|
|
1121
|
-
strategyFeatures?: {
|
|
1122
|
-
targetQueue?: 1 | undefined;
|
|
1123
|
-
} | undefined;
|
|
1124
|
-
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
1125
1132
|
settings?: Record<string, {
|
|
1126
1133
|
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
1127
1134
|
label: string;
|
|
@@ -1136,9 +1143,9 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
1136
1143
|
label: string;
|
|
1137
1144
|
}[] | undefined;
|
|
1138
1145
|
default?: unknown;
|
|
1139
|
-
description?: string | undefined;
|
|
1140
1146
|
min?: number | undefined;
|
|
1141
1147
|
max?: number | undefined;
|
|
1148
|
+
description?: string | undefined;
|
|
1142
1149
|
itemFields?: {
|
|
1143
1150
|
type: "string" | "number" | "boolean";
|
|
1144
1151
|
label: string;
|
|
@@ -1155,22 +1162,6 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
1155
1162
|
}[] | undefined;
|
|
1156
1163
|
hidden?: boolean | undefined;
|
|
1157
1164
|
}> | undefined;
|
|
1158
|
-
quickActions?: {
|
|
1159
|
-
id: string;
|
|
1160
|
-
label: string;
|
|
1161
|
-
icon?: string | undefined;
|
|
1162
|
-
}[] | undefined;
|
|
1163
|
-
quickSettings?: {
|
|
1164
|
-
settingKey: string;
|
|
1165
|
-
}[] | undefined;
|
|
1166
|
-
storage?: {
|
|
1167
|
-
scopes: ("operator" | "global")[];
|
|
1168
|
-
} | undefined;
|
|
1169
|
-
}, {
|
|
1170
|
-
type: "strategy" | "utility";
|
|
1171
|
-
name: string;
|
|
1172
|
-
version: string;
|
|
1173
|
-
description?: string | undefined;
|
|
1174
1165
|
panels?: {
|
|
1175
1166
|
id: string;
|
|
1176
1167
|
title: string;
|
|
@@ -1178,28 +1169,49 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
1178
1169
|
params?: Record<string, string> | undefined;
|
|
1179
1170
|
icon?: string | undefined;
|
|
1180
1171
|
pageId?: string | undefined;
|
|
1181
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1172
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1182
1173
|
width?: "full" | "half" | undefined;
|
|
1183
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1174
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1184
1175
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1185
1176
|
}[] | undefined;
|
|
1186
1177
|
ui?: {
|
|
1187
|
-
dir
|
|
1188
|
-
pages
|
|
1178
|
+
dir: string;
|
|
1179
|
+
pages: {
|
|
1189
1180
|
id: string;
|
|
1190
1181
|
title: string;
|
|
1191
1182
|
entry: string;
|
|
1183
|
+
accessScope: "operator" | "admin";
|
|
1184
|
+
resourceBinding: "none" | "callsign" | "operator";
|
|
1192
1185
|
icon?: string | undefined;
|
|
1193
|
-
|
|
1194
|
-
resourceBinding?: "none" | "callsign" | "operator" | undefined;
|
|
1195
|
-
}[] | undefined;
|
|
1186
|
+
}[];
|
|
1196
1187
|
} | undefined;
|
|
1197
1188
|
apiVersion?: 2 | undefined;
|
|
1189
|
+
minPluginApiVersion?: string | undefined;
|
|
1198
1190
|
strategyFeatures?: {
|
|
1191
|
+
maxConcurrentStreams?: number | undefined;
|
|
1199
1192
|
targetQueue?: 1 | undefined;
|
|
1193
|
+
parallelTargetQueue?: 1 | undefined;
|
|
1194
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
1195
|
+
manualInitiation?: 1 | undefined;
|
|
1196
|
+
maxSimultaneousSignals?: number | undefined;
|
|
1200
1197
|
} | undefined;
|
|
1201
|
-
|
|
1202
|
-
|
|
1198
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
1199
|
+
quickActions?: {
|
|
1200
|
+
id: string;
|
|
1201
|
+
label: string;
|
|
1202
|
+
icon?: string | undefined;
|
|
1203
|
+
}[] | undefined;
|
|
1204
|
+
quickSettings?: {
|
|
1205
|
+
settingKey: string;
|
|
1206
|
+
}[] | undefined;
|
|
1207
|
+
storage?: {
|
|
1208
|
+
scopes: ("operator" | "global")[];
|
|
1209
|
+
} | undefined;
|
|
1210
|
+
}, {
|
|
1211
|
+
type: "strategy" | "utility";
|
|
1212
|
+
name: string;
|
|
1213
|
+
version: string;
|
|
1214
|
+
description?: string | undefined;
|
|
1203
1215
|
settings?: Record<string, {
|
|
1204
1216
|
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
1205
1217
|
label: string;
|
|
@@ -1213,9 +1225,9 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
1213
1225
|
label: string;
|
|
1214
1226
|
}[] | undefined;
|
|
1215
1227
|
default?: unknown;
|
|
1216
|
-
description?: string | undefined;
|
|
1217
1228
|
min?: number | undefined;
|
|
1218
1229
|
max?: number | undefined;
|
|
1230
|
+
description?: string | undefined;
|
|
1219
1231
|
itemFields?: {
|
|
1220
1232
|
label: string;
|
|
1221
1233
|
key: string;
|
|
@@ -1233,6 +1245,41 @@ export declare const PluginManifestSchema: z.ZodObject<{
|
|
|
1233
1245
|
hidden?: boolean | undefined;
|
|
1234
1246
|
scope?: "operator" | "global" | undefined;
|
|
1235
1247
|
}> | undefined;
|
|
1248
|
+
panels?: {
|
|
1249
|
+
id: string;
|
|
1250
|
+
title: string;
|
|
1251
|
+
component: "table" | "key-value" | "chart" | "log" | "iframe";
|
|
1252
|
+
params?: Record<string, string> | undefined;
|
|
1253
|
+
icon?: string | undefined;
|
|
1254
|
+
pageId?: string | undefined;
|
|
1255
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1256
|
+
width?: "full" | "half" | undefined;
|
|
1257
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1258
|
+
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1259
|
+
}[] | undefined;
|
|
1260
|
+
ui?: {
|
|
1261
|
+
dir?: string | undefined;
|
|
1262
|
+
pages?: {
|
|
1263
|
+
id: string;
|
|
1264
|
+
title: string;
|
|
1265
|
+
entry: string;
|
|
1266
|
+
icon?: string | undefined;
|
|
1267
|
+
accessScope?: "operator" | "admin" | undefined;
|
|
1268
|
+
resourceBinding?: "none" | "callsign" | "operator" | undefined;
|
|
1269
|
+
}[] | undefined;
|
|
1270
|
+
} | undefined;
|
|
1271
|
+
apiVersion?: 2 | undefined;
|
|
1272
|
+
minPluginApiVersion?: string | undefined;
|
|
1273
|
+
strategyFeatures?: {
|
|
1274
|
+
maxConcurrentStreams?: number | undefined;
|
|
1275
|
+
targetQueue?: 1 | undefined;
|
|
1276
|
+
parallelTargetQueue?: 1 | undefined;
|
|
1277
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
1278
|
+
manualInitiation?: 1 | undefined;
|
|
1279
|
+
maxSimultaneousSignals?: number | undefined;
|
|
1280
|
+
} | undefined;
|
|
1281
|
+
instanceScope?: "operator" | "global" | undefined;
|
|
1282
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
1236
1283
|
quickActions?: {
|
|
1237
1284
|
id: string;
|
|
1238
1285
|
label: string;
|
|
@@ -1287,10 +1334,25 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1287
1334
|
type: z.ZodEnum<["strategy", "utility"]>;
|
|
1288
1335
|
strategyFeatures: z.ZodOptional<z.ZodObject<{
|
|
1289
1336
|
targetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
1337
|
+
parallelTargetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
1338
|
+
queueActivation: z.ZodOptional<z.ZodEnum<["immediate", "operator-toggle"]>>;
|
|
1339
|
+
manualInitiation: z.ZodOptional<z.ZodLiteral<1>>;
|
|
1340
|
+
maxConcurrentStreams: z.ZodOptional<z.ZodNumber>;
|
|
1341
|
+
maxSimultaneousSignals: z.ZodOptional<z.ZodNumber>;
|
|
1290
1342
|
}, "strip", z.ZodTypeAny, {
|
|
1343
|
+
maxConcurrentStreams?: number | undefined;
|
|
1291
1344
|
targetQueue?: 1 | undefined;
|
|
1345
|
+
parallelTargetQueue?: 1 | undefined;
|
|
1346
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
1347
|
+
manualInitiation?: 1 | undefined;
|
|
1348
|
+
maxSimultaneousSignals?: number | undefined;
|
|
1292
1349
|
}, {
|
|
1350
|
+
maxConcurrentStreams?: number | undefined;
|
|
1293
1351
|
targetQueue?: 1 | undefined;
|
|
1352
|
+
parallelTargetQueue?: 1 | undefined;
|
|
1353
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
1354
|
+
manualInitiation?: 1 | undefined;
|
|
1355
|
+
maxSimultaneousSignals?: number | undefined;
|
|
1294
1356
|
}>>;
|
|
1295
1357
|
instanceScope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["operator", "global"]>>>;
|
|
1296
1358
|
version: z.ZodString;
|
|
@@ -1392,9 +1454,9 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1392
1454
|
label: string;
|
|
1393
1455
|
}[] | undefined;
|
|
1394
1456
|
default?: unknown;
|
|
1395
|
-
description?: string | undefined;
|
|
1396
1457
|
min?: number | undefined;
|
|
1397
1458
|
max?: number | undefined;
|
|
1459
|
+
description?: string | undefined;
|
|
1398
1460
|
itemFields?: {
|
|
1399
1461
|
type: "string" | "number" | "boolean";
|
|
1400
1462
|
label: string;
|
|
@@ -1423,9 +1485,9 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1423
1485
|
label: string;
|
|
1424
1486
|
}[] | undefined;
|
|
1425
1487
|
default?: unknown;
|
|
1426
|
-
description?: string | undefined;
|
|
1427
1488
|
min?: number | undefined;
|
|
1428
1489
|
max?: number | undefined;
|
|
1490
|
+
description?: string | undefined;
|
|
1429
1491
|
itemFields?: {
|
|
1430
1492
|
label: string;
|
|
1431
1493
|
key: string;
|
|
@@ -1472,13 +1534,13 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1472
1534
|
/** Optional string params forwarded to iframe panels as URL/init params. */
|
|
1473
1535
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1474
1536
|
/** Where the panel renders. Defaults to `'operator'` (operator card live-panel area). */
|
|
1475
|
-
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
1537
|
+
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "operator-action", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
1476
1538
|
/** Preferred width hint. Defaults to `'half'`. */
|
|
1477
1539
|
width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
|
|
1478
1540
|
/** Optional FontAwesome Free icon name used by toolbar-style hosts. */
|
|
1479
1541
|
icon: z.ZodOptional<z.ZodString>;
|
|
1480
1542
|
/** Optional toolbar opening mode. Defaults to host-specific behavior, typically `'popover'`. */
|
|
1481
|
-
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal"]>>;
|
|
1543
|
+
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal", "page"]>>;
|
|
1482
1544
|
/** Optional controlled UI size hint for toolbar popovers/modals. */
|
|
1483
1545
|
uiSize: z.ZodOptional<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
1484
1546
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1488,9 +1550,9 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1488
1550
|
params?: Record<string, string> | undefined;
|
|
1489
1551
|
icon?: string | undefined;
|
|
1490
1552
|
pageId?: string | undefined;
|
|
1491
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1553
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1492
1554
|
width?: "full" | "half" | undefined;
|
|
1493
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1555
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1494
1556
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1495
1557
|
}, {
|
|
1496
1558
|
id: string;
|
|
@@ -1499,9 +1561,9 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1499
1561
|
params?: Record<string, string> | undefined;
|
|
1500
1562
|
icon?: string | undefined;
|
|
1501
1563
|
pageId?: string | undefined;
|
|
1502
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1564
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1503
1565
|
width?: "full" | "half" | undefined;
|
|
1504
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1566
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1505
1567
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1506
1568
|
}>, {
|
|
1507
1569
|
id: string;
|
|
@@ -1510,9 +1572,9 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1510
1572
|
params?: Record<string, string> | undefined;
|
|
1511
1573
|
icon?: string | undefined;
|
|
1512
1574
|
pageId?: string | undefined;
|
|
1513
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1575
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1514
1576
|
width?: "full" | "half" | undefined;
|
|
1515
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1577
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1516
1578
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1517
1579
|
}, {
|
|
1518
1580
|
id: string;
|
|
@@ -1521,12 +1583,12 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1521
1583
|
params?: Record<string, string> | undefined;
|
|
1522
1584
|
icon?: string | undefined;
|
|
1523
1585
|
pageId?: string | undefined;
|
|
1524
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1586
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1525
1587
|
width?: "full" | "half" | undefined;
|
|
1526
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1588
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1527
1589
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1528
1590
|
}>, "many">>;
|
|
1529
|
-
permissions: z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>;
|
|
1591
|
+
permissions: z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>;
|
|
1530
1592
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodEnum<["auto_call_control", "auto_call_candidate", "auto_call_execution"]>, "many">>;
|
|
1531
1593
|
autoCallEnabledOperatorIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1532
1594
|
pausedOperatorIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1618,6 +1680,39 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1618
1680
|
errorCount: number;
|
|
1619
1681
|
capabilities?: ("auto_call_control" | "auto_call_candidate" | "auto_call_execution")[] | undefined;
|
|
1620
1682
|
description?: string | undefined;
|
|
1683
|
+
settings?: Record<string, {
|
|
1684
|
+
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
1685
|
+
label: string;
|
|
1686
|
+
scope: "operator" | "global";
|
|
1687
|
+
keys?: {
|
|
1688
|
+
label: string;
|
|
1689
|
+
key: string;
|
|
1690
|
+
description?: string | undefined;
|
|
1691
|
+
}[] | undefined;
|
|
1692
|
+
options?: {
|
|
1693
|
+
value: string;
|
|
1694
|
+
label: string;
|
|
1695
|
+
}[] | undefined;
|
|
1696
|
+
default?: unknown;
|
|
1697
|
+
min?: number | undefined;
|
|
1698
|
+
max?: number | undefined;
|
|
1699
|
+
description?: string | undefined;
|
|
1700
|
+
itemFields?: {
|
|
1701
|
+
type: "string" | "number" | "boolean";
|
|
1702
|
+
label: string;
|
|
1703
|
+
key: string;
|
|
1704
|
+
default?: unknown;
|
|
1705
|
+
description?: string | undefined;
|
|
1706
|
+
placeholder?: string | undefined;
|
|
1707
|
+
required?: boolean | undefined;
|
|
1708
|
+
}[] | undefined;
|
|
1709
|
+
visibleWhen?: PluginSettingCondition | undefined;
|
|
1710
|
+
descriptionWhen?: {
|
|
1711
|
+
description: string;
|
|
1712
|
+
when: PluginSettingCondition;
|
|
1713
|
+
}[] | undefined;
|
|
1714
|
+
hidden?: boolean | undefined;
|
|
1715
|
+
}> | undefined;
|
|
1621
1716
|
source?: {
|
|
1622
1717
|
kind: "marketplace";
|
|
1623
1718
|
version: string;
|
|
@@ -1633,9 +1728,9 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1633
1728
|
params?: Record<string, string> | undefined;
|
|
1634
1729
|
icon?: string | undefined;
|
|
1635
1730
|
pageId?: string | undefined;
|
|
1636
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1731
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1637
1732
|
width?: "full" | "half" | undefined;
|
|
1638
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1733
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1639
1734
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1640
1735
|
}[] | undefined;
|
|
1641
1736
|
ui?: {
|
|
@@ -1650,13 +1745,39 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1650
1745
|
}[];
|
|
1651
1746
|
} | undefined;
|
|
1652
1747
|
strategyFeatures?: {
|
|
1748
|
+
maxConcurrentStreams?: number | undefined;
|
|
1653
1749
|
targetQueue?: 1 | undefined;
|
|
1750
|
+
parallelTargetQueue?: 1 | undefined;
|
|
1751
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
1752
|
+
manualInitiation?: 1 | undefined;
|
|
1753
|
+
maxSimultaneousSignals?: number | undefined;
|
|
1654
1754
|
} | undefined;
|
|
1655
|
-
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
1755
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
1756
|
+
quickActions?: {
|
|
1757
|
+
id: string;
|
|
1758
|
+
label: string;
|
|
1759
|
+
icon?: string | undefined;
|
|
1760
|
+
}[] | undefined;
|
|
1761
|
+
quickSettings?: {
|
|
1762
|
+
settingKey: string;
|
|
1763
|
+
}[] | undefined;
|
|
1764
|
+
lastError?: string | undefined;
|
|
1765
|
+
assignedOperatorIds?: string[] | undefined;
|
|
1766
|
+
autoCallEnabledOperatorIds?: string[] | undefined;
|
|
1767
|
+
pausedOperatorIds?: string[] | undefined;
|
|
1768
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
1769
|
+
}, {
|
|
1770
|
+
type: "strategy" | "utility";
|
|
1771
|
+
name: string;
|
|
1772
|
+
enabled: boolean;
|
|
1773
|
+
version: string;
|
|
1774
|
+
isBuiltIn: boolean;
|
|
1775
|
+
errorCount: number;
|
|
1776
|
+
capabilities?: ("auto_call_control" | "auto_call_candidate" | "auto_call_execution")[] | undefined;
|
|
1777
|
+
description?: string | undefined;
|
|
1656
1778
|
settings?: Record<string, {
|
|
1657
1779
|
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
1658
1780
|
label: string;
|
|
1659
|
-
scope: "operator" | "global";
|
|
1660
1781
|
keys?: {
|
|
1661
1782
|
label: string;
|
|
1662
1783
|
key: string;
|
|
@@ -1667,13 +1788,13 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1667
1788
|
label: string;
|
|
1668
1789
|
}[] | undefined;
|
|
1669
1790
|
default?: unknown;
|
|
1670
|
-
description?: string | undefined;
|
|
1671
1791
|
min?: number | undefined;
|
|
1672
1792
|
max?: number | undefined;
|
|
1793
|
+
description?: string | undefined;
|
|
1673
1794
|
itemFields?: {
|
|
1674
|
-
type: "string" | "number" | "boolean";
|
|
1675
1795
|
label: string;
|
|
1676
1796
|
key: string;
|
|
1797
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
1677
1798
|
default?: unknown;
|
|
1678
1799
|
description?: string | undefined;
|
|
1679
1800
|
placeholder?: string | undefined;
|
|
@@ -1685,29 +1806,8 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1685
1806
|
when: PluginSettingCondition;
|
|
1686
1807
|
}[] | undefined;
|
|
1687
1808
|
hidden?: boolean | undefined;
|
|
1809
|
+
scope?: "operator" | "global" | undefined;
|
|
1688
1810
|
}> | undefined;
|
|
1689
|
-
quickActions?: {
|
|
1690
|
-
id: string;
|
|
1691
|
-
label: string;
|
|
1692
|
-
icon?: string | undefined;
|
|
1693
|
-
}[] | undefined;
|
|
1694
|
-
quickSettings?: {
|
|
1695
|
-
settingKey: string;
|
|
1696
|
-
}[] | undefined;
|
|
1697
|
-
lastError?: string | undefined;
|
|
1698
|
-
assignedOperatorIds?: string[] | undefined;
|
|
1699
|
-
autoCallEnabledOperatorIds?: string[] | undefined;
|
|
1700
|
-
pausedOperatorIds?: string[] | undefined;
|
|
1701
|
-
locales?: Record<string, Record<string, string>> | undefined;
|
|
1702
|
-
}, {
|
|
1703
|
-
type: "strategy" | "utility";
|
|
1704
|
-
name: string;
|
|
1705
|
-
enabled: boolean;
|
|
1706
|
-
version: string;
|
|
1707
|
-
isBuiltIn: boolean;
|
|
1708
|
-
errorCount: number;
|
|
1709
|
-
capabilities?: ("auto_call_control" | "auto_call_candidate" | "auto_call_execution")[] | undefined;
|
|
1710
|
-
description?: string | undefined;
|
|
1711
1811
|
source?: {
|
|
1712
1812
|
kind: "marketplace";
|
|
1713
1813
|
version: string;
|
|
@@ -1723,9 +1823,9 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1723
1823
|
params?: Record<string, string> | undefined;
|
|
1724
1824
|
icon?: string | undefined;
|
|
1725
1825
|
pageId?: string | undefined;
|
|
1726
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1826
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
1727
1827
|
width?: "full" | "half" | undefined;
|
|
1728
|
-
openMode?: "popover" | "modal" | undefined;
|
|
1828
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
1729
1829
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
1730
1830
|
}[] | undefined;
|
|
1731
1831
|
ui?: {
|
|
@@ -1740,43 +1840,15 @@ export declare const PluginStatusSchema: z.ZodObject<{
|
|
|
1740
1840
|
}[] | undefined;
|
|
1741
1841
|
} | undefined;
|
|
1742
1842
|
strategyFeatures?: {
|
|
1843
|
+
maxConcurrentStreams?: number | undefined;
|
|
1743
1844
|
targetQueue?: 1 | undefined;
|
|
1845
|
+
parallelTargetQueue?: 1 | undefined;
|
|
1846
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
1847
|
+
manualInitiation?: 1 | undefined;
|
|
1848
|
+
maxSimultaneousSignals?: number | undefined;
|
|
1744
1849
|
} | undefined;
|
|
1745
1850
|
instanceScope?: "operator" | "global" | undefined;
|
|
1746
|
-
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
1747
|
-
settings?: Record<string, {
|
|
1748
|
-
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
1749
|
-
label: string;
|
|
1750
|
-
keys?: {
|
|
1751
|
-
label: string;
|
|
1752
|
-
key: string;
|
|
1753
|
-
description?: string | undefined;
|
|
1754
|
-
}[] | undefined;
|
|
1755
|
-
options?: {
|
|
1756
|
-
value: string;
|
|
1757
|
-
label: string;
|
|
1758
|
-
}[] | undefined;
|
|
1759
|
-
default?: unknown;
|
|
1760
|
-
description?: string | undefined;
|
|
1761
|
-
min?: number | undefined;
|
|
1762
|
-
max?: number | undefined;
|
|
1763
|
-
itemFields?: {
|
|
1764
|
-
label: string;
|
|
1765
|
-
key: string;
|
|
1766
|
-
type?: "string" | "number" | "boolean" | undefined;
|
|
1767
|
-
default?: unknown;
|
|
1768
|
-
description?: string | undefined;
|
|
1769
|
-
placeholder?: string | undefined;
|
|
1770
|
-
required?: boolean | undefined;
|
|
1771
|
-
}[] | undefined;
|
|
1772
|
-
visibleWhen?: PluginSettingCondition | undefined;
|
|
1773
|
-
descriptionWhen?: {
|
|
1774
|
-
description: string;
|
|
1775
|
-
when: PluginSettingCondition;
|
|
1776
|
-
}[] | undefined;
|
|
1777
|
-
hidden?: boolean | undefined;
|
|
1778
|
-
scope?: "operator" | "global" | undefined;
|
|
1779
|
-
}> | undefined;
|
|
1851
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
1780
1852
|
quickActions?: {
|
|
1781
1853
|
id: string;
|
|
1782
1854
|
label: string;
|
|
@@ -1864,10 +1936,25 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
1864
1936
|
type: z.ZodEnum<["strategy", "utility"]>;
|
|
1865
1937
|
strategyFeatures: z.ZodOptional<z.ZodObject<{
|
|
1866
1938
|
targetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
1939
|
+
parallelTargetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
1940
|
+
queueActivation: z.ZodOptional<z.ZodEnum<["immediate", "operator-toggle"]>>;
|
|
1941
|
+
manualInitiation: z.ZodOptional<z.ZodLiteral<1>>;
|
|
1942
|
+
maxConcurrentStreams: z.ZodOptional<z.ZodNumber>;
|
|
1943
|
+
maxSimultaneousSignals: z.ZodOptional<z.ZodNumber>;
|
|
1867
1944
|
}, "strip", z.ZodTypeAny, {
|
|
1945
|
+
maxConcurrentStreams?: number | undefined;
|
|
1868
1946
|
targetQueue?: 1 | undefined;
|
|
1947
|
+
parallelTargetQueue?: 1 | undefined;
|
|
1948
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
1949
|
+
manualInitiation?: 1 | undefined;
|
|
1950
|
+
maxSimultaneousSignals?: number | undefined;
|
|
1869
1951
|
}, {
|
|
1952
|
+
maxConcurrentStreams?: number | undefined;
|
|
1870
1953
|
targetQueue?: 1 | undefined;
|
|
1954
|
+
parallelTargetQueue?: 1 | undefined;
|
|
1955
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
1956
|
+
manualInitiation?: 1 | undefined;
|
|
1957
|
+
maxSimultaneousSignals?: number | undefined;
|
|
1871
1958
|
}>>;
|
|
1872
1959
|
instanceScope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["operator", "global"]>>>;
|
|
1873
1960
|
version: z.ZodString;
|
|
@@ -1969,9 +2056,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
1969
2056
|
label: string;
|
|
1970
2057
|
}[] | undefined;
|
|
1971
2058
|
default?: unknown;
|
|
1972
|
-
description?: string | undefined;
|
|
1973
2059
|
min?: number | undefined;
|
|
1974
2060
|
max?: number | undefined;
|
|
2061
|
+
description?: string | undefined;
|
|
1975
2062
|
itemFields?: {
|
|
1976
2063
|
type: "string" | "number" | "boolean";
|
|
1977
2064
|
label: string;
|
|
@@ -2000,9 +2087,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2000
2087
|
label: string;
|
|
2001
2088
|
}[] | undefined;
|
|
2002
2089
|
default?: unknown;
|
|
2003
|
-
description?: string | undefined;
|
|
2004
2090
|
min?: number | undefined;
|
|
2005
2091
|
max?: number | undefined;
|
|
2092
|
+
description?: string | undefined;
|
|
2006
2093
|
itemFields?: {
|
|
2007
2094
|
label: string;
|
|
2008
2095
|
key: string;
|
|
@@ -2049,13 +2136,13 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2049
2136
|
/** Optional string params forwarded to iframe panels as URL/init params. */
|
|
2050
2137
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2051
2138
|
/** Where the panel renders. Defaults to `'operator'` (operator card live-panel area). */
|
|
2052
|
-
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
2139
|
+
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "operator-action", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
2053
2140
|
/** Preferred width hint. Defaults to `'half'`. */
|
|
2054
2141
|
width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
|
|
2055
2142
|
/** Optional FontAwesome Free icon name used by toolbar-style hosts. */
|
|
2056
2143
|
icon: z.ZodOptional<z.ZodString>;
|
|
2057
2144
|
/** Optional toolbar opening mode. Defaults to host-specific behavior, typically `'popover'`. */
|
|
2058
|
-
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal"]>>;
|
|
2145
|
+
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal", "page"]>>;
|
|
2059
2146
|
/** Optional controlled UI size hint for toolbar popovers/modals. */
|
|
2060
2147
|
uiSize: z.ZodOptional<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
2061
2148
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2065,9 +2152,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2065
2152
|
params?: Record<string, string> | undefined;
|
|
2066
2153
|
icon?: string | undefined;
|
|
2067
2154
|
pageId?: string | undefined;
|
|
2068
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2155
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2069
2156
|
width?: "full" | "half" | undefined;
|
|
2070
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2157
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2071
2158
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2072
2159
|
}, {
|
|
2073
2160
|
id: string;
|
|
@@ -2076,9 +2163,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2076
2163
|
params?: Record<string, string> | undefined;
|
|
2077
2164
|
icon?: string | undefined;
|
|
2078
2165
|
pageId?: string | undefined;
|
|
2079
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2166
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2080
2167
|
width?: "full" | "half" | undefined;
|
|
2081
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2168
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2082
2169
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2083
2170
|
}>, {
|
|
2084
2171
|
id: string;
|
|
@@ -2087,9 +2174,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2087
2174
|
params?: Record<string, string> | undefined;
|
|
2088
2175
|
icon?: string | undefined;
|
|
2089
2176
|
pageId?: string | undefined;
|
|
2090
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2177
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2091
2178
|
width?: "full" | "half" | undefined;
|
|
2092
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2179
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2093
2180
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2094
2181
|
}, {
|
|
2095
2182
|
id: string;
|
|
@@ -2098,12 +2185,12 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2098
2185
|
params?: Record<string, string> | undefined;
|
|
2099
2186
|
icon?: string | undefined;
|
|
2100
2187
|
pageId?: string | undefined;
|
|
2101
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2188
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2102
2189
|
width?: "full" | "half" | undefined;
|
|
2103
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2190
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2104
2191
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2105
2192
|
}>, "many">>;
|
|
2106
|
-
permissions: z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>;
|
|
2193
|
+
permissions: z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>;
|
|
2107
2194
|
capabilities: z.ZodOptional<z.ZodArray<z.ZodEnum<["auto_call_control", "auto_call_candidate", "auto_call_execution"]>, "many">>;
|
|
2108
2195
|
autoCallEnabledOperatorIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2109
2196
|
pausedOperatorIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -2195,41 +2282,6 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2195
2282
|
errorCount: number;
|
|
2196
2283
|
capabilities?: ("auto_call_control" | "auto_call_candidate" | "auto_call_execution")[] | undefined;
|
|
2197
2284
|
description?: string | undefined;
|
|
2198
|
-
source?: {
|
|
2199
|
-
kind: "marketplace";
|
|
2200
|
-
version: string;
|
|
2201
|
-
channel: "stable" | "nightly";
|
|
2202
|
-
artifactUrl: string;
|
|
2203
|
-
sha256: string;
|
|
2204
|
-
installedAt: number;
|
|
2205
|
-
} | undefined;
|
|
2206
|
-
panels?: {
|
|
2207
|
-
id: string;
|
|
2208
|
-
title: string;
|
|
2209
|
-
component: "table" | "key-value" | "chart" | "log" | "iframe";
|
|
2210
|
-
params?: Record<string, string> | undefined;
|
|
2211
|
-
icon?: string | undefined;
|
|
2212
|
-
pageId?: string | undefined;
|
|
2213
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2214
|
-
width?: "full" | "half" | undefined;
|
|
2215
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2216
|
-
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2217
|
-
}[] | undefined;
|
|
2218
|
-
ui?: {
|
|
2219
|
-
dir: string;
|
|
2220
|
-
pages: {
|
|
2221
|
-
id: string;
|
|
2222
|
-
title: string;
|
|
2223
|
-
entry: string;
|
|
2224
|
-
accessScope: "operator" | "admin";
|
|
2225
|
-
resourceBinding: "none" | "callsign" | "operator";
|
|
2226
|
-
icon?: string | undefined;
|
|
2227
|
-
}[];
|
|
2228
|
-
} | undefined;
|
|
2229
|
-
strategyFeatures?: {
|
|
2230
|
-
targetQueue?: 1 | undefined;
|
|
2231
|
-
} | undefined;
|
|
2232
|
-
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
2233
2285
|
settings?: Record<string, {
|
|
2234
2286
|
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
2235
2287
|
label: string;
|
|
@@ -2244,9 +2296,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2244
2296
|
label: string;
|
|
2245
2297
|
}[] | undefined;
|
|
2246
2298
|
default?: unknown;
|
|
2247
|
-
description?: string | undefined;
|
|
2248
2299
|
min?: number | undefined;
|
|
2249
2300
|
max?: number | undefined;
|
|
2301
|
+
description?: string | undefined;
|
|
2250
2302
|
itemFields?: {
|
|
2251
2303
|
type: "string" | "number" | "boolean";
|
|
2252
2304
|
label: string;
|
|
@@ -2263,28 +2315,6 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2263
2315
|
}[] | undefined;
|
|
2264
2316
|
hidden?: boolean | undefined;
|
|
2265
2317
|
}> | undefined;
|
|
2266
|
-
quickActions?: {
|
|
2267
|
-
id: string;
|
|
2268
|
-
label: string;
|
|
2269
|
-
icon?: string | undefined;
|
|
2270
|
-
}[] | undefined;
|
|
2271
|
-
quickSettings?: {
|
|
2272
|
-
settingKey: string;
|
|
2273
|
-
}[] | undefined;
|
|
2274
|
-
lastError?: string | undefined;
|
|
2275
|
-
assignedOperatorIds?: string[] | undefined;
|
|
2276
|
-
autoCallEnabledOperatorIds?: string[] | undefined;
|
|
2277
|
-
pausedOperatorIds?: string[] | undefined;
|
|
2278
|
-
locales?: Record<string, Record<string, string>> | undefined;
|
|
2279
|
-
}, {
|
|
2280
|
-
type: "strategy" | "utility";
|
|
2281
|
-
name: string;
|
|
2282
|
-
enabled: boolean;
|
|
2283
|
-
version: string;
|
|
2284
|
-
isBuiltIn: boolean;
|
|
2285
|
-
errorCount: number;
|
|
2286
|
-
capabilities?: ("auto_call_control" | "auto_call_candidate" | "auto_call_execution")[] | undefined;
|
|
2287
|
-
description?: string | undefined;
|
|
2288
2318
|
source?: {
|
|
2289
2319
|
kind: "marketplace";
|
|
2290
2320
|
version: string;
|
|
@@ -2300,27 +2330,53 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2300
2330
|
params?: Record<string, string> | undefined;
|
|
2301
2331
|
icon?: string | undefined;
|
|
2302
2332
|
pageId?: string | undefined;
|
|
2303
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2333
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2304
2334
|
width?: "full" | "half" | undefined;
|
|
2305
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2335
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2306
2336
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2307
2337
|
}[] | undefined;
|
|
2308
2338
|
ui?: {
|
|
2309
|
-
dir
|
|
2310
|
-
pages
|
|
2339
|
+
dir: string;
|
|
2340
|
+
pages: {
|
|
2311
2341
|
id: string;
|
|
2312
2342
|
title: string;
|
|
2313
2343
|
entry: string;
|
|
2344
|
+
accessScope: "operator" | "admin";
|
|
2345
|
+
resourceBinding: "none" | "callsign" | "operator";
|
|
2314
2346
|
icon?: string | undefined;
|
|
2315
|
-
|
|
2316
|
-
resourceBinding?: "none" | "callsign" | "operator" | undefined;
|
|
2317
|
-
}[] | undefined;
|
|
2347
|
+
}[];
|
|
2318
2348
|
} | undefined;
|
|
2319
2349
|
strategyFeatures?: {
|
|
2350
|
+
maxConcurrentStreams?: number | undefined;
|
|
2320
2351
|
targetQueue?: 1 | undefined;
|
|
2352
|
+
parallelTargetQueue?: 1 | undefined;
|
|
2353
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
2354
|
+
manualInitiation?: 1 | undefined;
|
|
2355
|
+
maxSimultaneousSignals?: number | undefined;
|
|
2321
2356
|
} | undefined;
|
|
2322
|
-
|
|
2323
|
-
|
|
2357
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
2358
|
+
quickActions?: {
|
|
2359
|
+
id: string;
|
|
2360
|
+
label: string;
|
|
2361
|
+
icon?: string | undefined;
|
|
2362
|
+
}[] | undefined;
|
|
2363
|
+
quickSettings?: {
|
|
2364
|
+
settingKey: string;
|
|
2365
|
+
}[] | undefined;
|
|
2366
|
+
lastError?: string | undefined;
|
|
2367
|
+
assignedOperatorIds?: string[] | undefined;
|
|
2368
|
+
autoCallEnabledOperatorIds?: string[] | undefined;
|
|
2369
|
+
pausedOperatorIds?: string[] | undefined;
|
|
2370
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
2371
|
+
}, {
|
|
2372
|
+
type: "strategy" | "utility";
|
|
2373
|
+
name: string;
|
|
2374
|
+
enabled: boolean;
|
|
2375
|
+
version: string;
|
|
2376
|
+
isBuiltIn: boolean;
|
|
2377
|
+
errorCount: number;
|
|
2378
|
+
capabilities?: ("auto_call_control" | "auto_call_candidate" | "auto_call_execution")[] | undefined;
|
|
2379
|
+
description?: string | undefined;
|
|
2324
2380
|
settings?: Record<string, {
|
|
2325
2381
|
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
2326
2382
|
label: string;
|
|
@@ -2334,9 +2390,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2334
2390
|
label: string;
|
|
2335
2391
|
}[] | undefined;
|
|
2336
2392
|
default?: unknown;
|
|
2337
|
-
description?: string | undefined;
|
|
2338
2393
|
min?: number | undefined;
|
|
2339
2394
|
max?: number | undefined;
|
|
2395
|
+
description?: string | undefined;
|
|
2340
2396
|
itemFields?: {
|
|
2341
2397
|
label: string;
|
|
2342
2398
|
key: string;
|
|
@@ -2354,6 +2410,47 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2354
2410
|
hidden?: boolean | undefined;
|
|
2355
2411
|
scope?: "operator" | "global" | undefined;
|
|
2356
2412
|
}> | undefined;
|
|
2413
|
+
source?: {
|
|
2414
|
+
kind: "marketplace";
|
|
2415
|
+
version: string;
|
|
2416
|
+
channel: "stable" | "nightly";
|
|
2417
|
+
artifactUrl: string;
|
|
2418
|
+
sha256: string;
|
|
2419
|
+
installedAt: number;
|
|
2420
|
+
} | undefined;
|
|
2421
|
+
panels?: {
|
|
2422
|
+
id: string;
|
|
2423
|
+
title: string;
|
|
2424
|
+
component: "table" | "key-value" | "chart" | "log" | "iframe";
|
|
2425
|
+
params?: Record<string, string> | undefined;
|
|
2426
|
+
icon?: string | undefined;
|
|
2427
|
+
pageId?: string | undefined;
|
|
2428
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2429
|
+
width?: "full" | "half" | undefined;
|
|
2430
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2431
|
+
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2432
|
+
}[] | undefined;
|
|
2433
|
+
ui?: {
|
|
2434
|
+
dir?: string | undefined;
|
|
2435
|
+
pages?: {
|
|
2436
|
+
id: string;
|
|
2437
|
+
title: string;
|
|
2438
|
+
entry: string;
|
|
2439
|
+
icon?: string | undefined;
|
|
2440
|
+
accessScope?: "operator" | "admin" | undefined;
|
|
2441
|
+
resourceBinding?: "none" | "callsign" | "operator" | undefined;
|
|
2442
|
+
}[] | undefined;
|
|
2443
|
+
} | undefined;
|
|
2444
|
+
strategyFeatures?: {
|
|
2445
|
+
maxConcurrentStreams?: number | undefined;
|
|
2446
|
+
targetQueue?: 1 | undefined;
|
|
2447
|
+
parallelTargetQueue?: 1 | undefined;
|
|
2448
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
2449
|
+
manualInitiation?: 1 | undefined;
|
|
2450
|
+
maxSimultaneousSignals?: number | undefined;
|
|
2451
|
+
} | undefined;
|
|
2452
|
+
instanceScope?: "operator" | "global" | undefined;
|
|
2453
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
2357
2454
|
quickActions?: {
|
|
2358
2455
|
id: string;
|
|
2359
2456
|
label: string;
|
|
@@ -2435,13 +2532,13 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2435
2532
|
/** Optional string params forwarded to iframe panels as URL/init params. */
|
|
2436
2533
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2437
2534
|
/** Where the panel renders. Defaults to `'operator'` (operator card live-panel area). */
|
|
2438
|
-
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
2535
|
+
slot: z.ZodOptional<z.ZodEnum<["operator", "automation", "operator-action", "main-right", "voice-left-top", "voice-right-top", "cw-left-top", "cw-right-top", "radio-control-toolbar"]>>;
|
|
2439
2536
|
/** Preferred width hint. Defaults to `'half'`. */
|
|
2440
2537
|
width: z.ZodOptional<z.ZodEnum<["half", "full"]>>;
|
|
2441
2538
|
/** Optional FontAwesome Free icon name used by toolbar-style hosts. */
|
|
2442
2539
|
icon: z.ZodOptional<z.ZodString>;
|
|
2443
2540
|
/** Optional toolbar opening mode. Defaults to host-specific behavior, typically `'popover'`. */
|
|
2444
|
-
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal"]>>;
|
|
2541
|
+
openMode: z.ZodOptional<z.ZodEnum<["popover", "modal", "page"]>>;
|
|
2445
2542
|
/** Optional controlled UI size hint for toolbar popovers/modals. */
|
|
2446
2543
|
uiSize: z.ZodOptional<z.ZodEnum<["sm", "md", "lg"]>>;
|
|
2447
2544
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2451,9 +2548,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2451
2548
|
params?: Record<string, string> | undefined;
|
|
2452
2549
|
icon?: string | undefined;
|
|
2453
2550
|
pageId?: string | undefined;
|
|
2454
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2551
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2455
2552
|
width?: "full" | "half" | undefined;
|
|
2456
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2553
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2457
2554
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2458
2555
|
}, {
|
|
2459
2556
|
id: string;
|
|
@@ -2462,9 +2559,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2462
2559
|
params?: Record<string, string> | undefined;
|
|
2463
2560
|
icon?: string | undefined;
|
|
2464
2561
|
pageId?: string | undefined;
|
|
2465
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2562
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2466
2563
|
width?: "full" | "half" | undefined;
|
|
2467
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2564
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2468
2565
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2469
2566
|
}>, {
|
|
2470
2567
|
id: string;
|
|
@@ -2473,9 +2570,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2473
2570
|
params?: Record<string, string> | undefined;
|
|
2474
2571
|
icon?: string | undefined;
|
|
2475
2572
|
pageId?: string | undefined;
|
|
2476
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2573
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2477
2574
|
width?: "full" | "half" | undefined;
|
|
2478
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2575
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2479
2576
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2480
2577
|
}, {
|
|
2481
2578
|
id: string;
|
|
@@ -2484,9 +2581,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2484
2581
|
params?: Record<string, string> | undefined;
|
|
2485
2582
|
icon?: string | undefined;
|
|
2486
2583
|
pageId?: string | undefined;
|
|
2487
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2584
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2488
2585
|
width?: "full" | "half" | undefined;
|
|
2489
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2586
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2490
2587
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2491
2588
|
}>, "many">;
|
|
2492
2589
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2500,9 +2597,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2500
2597
|
params?: Record<string, string> | undefined;
|
|
2501
2598
|
icon?: string | undefined;
|
|
2502
2599
|
pageId?: string | undefined;
|
|
2503
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2600
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2504
2601
|
width?: "full" | "half" | undefined;
|
|
2505
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2602
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2506
2603
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2507
2604
|
}[];
|
|
2508
2605
|
instanceTarget?: {
|
|
@@ -2522,9 +2619,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2522
2619
|
params?: Record<string, string> | undefined;
|
|
2523
2620
|
icon?: string | undefined;
|
|
2524
2621
|
pageId?: string | undefined;
|
|
2525
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2622
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2526
2623
|
width?: "full" | "half" | undefined;
|
|
2527
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2624
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2528
2625
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2529
2626
|
}[];
|
|
2530
2627
|
instanceTarget?: {
|
|
@@ -2550,41 +2647,6 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2550
2647
|
errorCount: number;
|
|
2551
2648
|
capabilities?: ("auto_call_control" | "auto_call_candidate" | "auto_call_execution")[] | undefined;
|
|
2552
2649
|
description?: string | undefined;
|
|
2553
|
-
source?: {
|
|
2554
|
-
kind: "marketplace";
|
|
2555
|
-
version: string;
|
|
2556
|
-
channel: "stable" | "nightly";
|
|
2557
|
-
artifactUrl: string;
|
|
2558
|
-
sha256: string;
|
|
2559
|
-
installedAt: number;
|
|
2560
|
-
} | undefined;
|
|
2561
|
-
panels?: {
|
|
2562
|
-
id: string;
|
|
2563
|
-
title: string;
|
|
2564
|
-
component: "table" | "key-value" | "chart" | "log" | "iframe";
|
|
2565
|
-
params?: Record<string, string> | undefined;
|
|
2566
|
-
icon?: string | undefined;
|
|
2567
|
-
pageId?: string | undefined;
|
|
2568
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2569
|
-
width?: "full" | "half" | undefined;
|
|
2570
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2571
|
-
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2572
|
-
}[] | undefined;
|
|
2573
|
-
ui?: {
|
|
2574
|
-
dir: string;
|
|
2575
|
-
pages: {
|
|
2576
|
-
id: string;
|
|
2577
|
-
title: string;
|
|
2578
|
-
entry: string;
|
|
2579
|
-
accessScope: "operator" | "admin";
|
|
2580
|
-
resourceBinding: "none" | "callsign" | "operator";
|
|
2581
|
-
icon?: string | undefined;
|
|
2582
|
-
}[];
|
|
2583
|
-
} | undefined;
|
|
2584
|
-
strategyFeatures?: {
|
|
2585
|
-
targetQueue?: 1 | undefined;
|
|
2586
|
-
} | undefined;
|
|
2587
|
-
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
2588
2650
|
settings?: Record<string, {
|
|
2589
2651
|
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
2590
2652
|
label: string;
|
|
@@ -2599,9 +2661,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2599
2661
|
label: string;
|
|
2600
2662
|
}[] | undefined;
|
|
2601
2663
|
default?: unknown;
|
|
2602
|
-
description?: string | undefined;
|
|
2603
2664
|
min?: number | undefined;
|
|
2604
2665
|
max?: number | undefined;
|
|
2666
|
+
description?: string | undefined;
|
|
2605
2667
|
itemFields?: {
|
|
2606
2668
|
type: "string" | "number" | "boolean";
|
|
2607
2669
|
label: string;
|
|
@@ -2618,6 +2680,46 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2618
2680
|
}[] | undefined;
|
|
2619
2681
|
hidden?: boolean | undefined;
|
|
2620
2682
|
}> | undefined;
|
|
2683
|
+
source?: {
|
|
2684
|
+
kind: "marketplace";
|
|
2685
|
+
version: string;
|
|
2686
|
+
channel: "stable" | "nightly";
|
|
2687
|
+
artifactUrl: string;
|
|
2688
|
+
sha256: string;
|
|
2689
|
+
installedAt: number;
|
|
2690
|
+
} | undefined;
|
|
2691
|
+
panels?: {
|
|
2692
|
+
id: string;
|
|
2693
|
+
title: string;
|
|
2694
|
+
component: "table" | "key-value" | "chart" | "log" | "iframe";
|
|
2695
|
+
params?: Record<string, string> | undefined;
|
|
2696
|
+
icon?: string | undefined;
|
|
2697
|
+
pageId?: string | undefined;
|
|
2698
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2699
|
+
width?: "full" | "half" | undefined;
|
|
2700
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2701
|
+
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2702
|
+
}[] | undefined;
|
|
2703
|
+
ui?: {
|
|
2704
|
+
dir: string;
|
|
2705
|
+
pages: {
|
|
2706
|
+
id: string;
|
|
2707
|
+
title: string;
|
|
2708
|
+
entry: string;
|
|
2709
|
+
accessScope: "operator" | "admin";
|
|
2710
|
+
resourceBinding: "none" | "callsign" | "operator";
|
|
2711
|
+
icon?: string | undefined;
|
|
2712
|
+
}[];
|
|
2713
|
+
} | undefined;
|
|
2714
|
+
strategyFeatures?: {
|
|
2715
|
+
maxConcurrentStreams?: number | undefined;
|
|
2716
|
+
targetQueue?: 1 | undefined;
|
|
2717
|
+
parallelTargetQueue?: 1 | undefined;
|
|
2718
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
2719
|
+
manualInitiation?: 1 | undefined;
|
|
2720
|
+
maxSimultaneousSignals?: number | undefined;
|
|
2721
|
+
} | undefined;
|
|
2722
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
2621
2723
|
quickActions?: {
|
|
2622
2724
|
id: string;
|
|
2623
2725
|
label: string;
|
|
@@ -2653,9 +2755,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2653
2755
|
params?: Record<string, string> | undefined;
|
|
2654
2756
|
icon?: string | undefined;
|
|
2655
2757
|
pageId?: string | undefined;
|
|
2656
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2758
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2657
2759
|
width?: "full" | "half" | undefined;
|
|
2658
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2760
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2659
2761
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2660
2762
|
}[];
|
|
2661
2763
|
instanceTarget?: {
|
|
@@ -2678,6 +2780,39 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2678
2780
|
errorCount: number;
|
|
2679
2781
|
capabilities?: ("auto_call_control" | "auto_call_candidate" | "auto_call_execution")[] | undefined;
|
|
2680
2782
|
description?: string | undefined;
|
|
2783
|
+
settings?: Record<string, {
|
|
2784
|
+
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
2785
|
+
label: string;
|
|
2786
|
+
keys?: {
|
|
2787
|
+
label: string;
|
|
2788
|
+
key: string;
|
|
2789
|
+
description?: string | undefined;
|
|
2790
|
+
}[] | undefined;
|
|
2791
|
+
options?: {
|
|
2792
|
+
value: string;
|
|
2793
|
+
label: string;
|
|
2794
|
+
}[] | undefined;
|
|
2795
|
+
default?: unknown;
|
|
2796
|
+
min?: number | undefined;
|
|
2797
|
+
max?: number | undefined;
|
|
2798
|
+
description?: string | undefined;
|
|
2799
|
+
itemFields?: {
|
|
2800
|
+
label: string;
|
|
2801
|
+
key: string;
|
|
2802
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
2803
|
+
default?: unknown;
|
|
2804
|
+
description?: string | undefined;
|
|
2805
|
+
placeholder?: string | undefined;
|
|
2806
|
+
required?: boolean | undefined;
|
|
2807
|
+
}[] | undefined;
|
|
2808
|
+
visibleWhen?: PluginSettingCondition | undefined;
|
|
2809
|
+
descriptionWhen?: {
|
|
2810
|
+
description: string;
|
|
2811
|
+
when: PluginSettingCondition;
|
|
2812
|
+
}[] | undefined;
|
|
2813
|
+
hidden?: boolean | undefined;
|
|
2814
|
+
scope?: "operator" | "global" | undefined;
|
|
2815
|
+
}> | undefined;
|
|
2681
2816
|
source?: {
|
|
2682
2817
|
kind: "marketplace";
|
|
2683
2818
|
version: string;
|
|
@@ -2693,9 +2828,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2693
2828
|
params?: Record<string, string> | undefined;
|
|
2694
2829
|
icon?: string | undefined;
|
|
2695
2830
|
pageId?: string | undefined;
|
|
2696
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2831
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2697
2832
|
width?: "full" | "half" | undefined;
|
|
2698
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2833
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2699
2834
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2700
2835
|
}[] | undefined;
|
|
2701
2836
|
ui?: {
|
|
@@ -2710,43 +2845,15 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2710
2845
|
}[] | undefined;
|
|
2711
2846
|
} | undefined;
|
|
2712
2847
|
strategyFeatures?: {
|
|
2848
|
+
maxConcurrentStreams?: number | undefined;
|
|
2713
2849
|
targetQueue?: 1 | undefined;
|
|
2850
|
+
parallelTargetQueue?: 1 | undefined;
|
|
2851
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
2852
|
+
manualInitiation?: 1 | undefined;
|
|
2853
|
+
maxSimultaneousSignals?: number | undefined;
|
|
2714
2854
|
} | undefined;
|
|
2715
2855
|
instanceScope?: "operator" | "global" | undefined;
|
|
2716
|
-
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
2717
|
-
settings?: Record<string, {
|
|
2718
|
-
type: "string" | "number" | "boolean" | "string[]" | "object[]" | "keyedStringArrays" | "keyedObjectArrays" | "keyedObjects" | "info";
|
|
2719
|
-
label: string;
|
|
2720
|
-
keys?: {
|
|
2721
|
-
label: string;
|
|
2722
|
-
key: string;
|
|
2723
|
-
description?: string | undefined;
|
|
2724
|
-
}[] | undefined;
|
|
2725
|
-
options?: {
|
|
2726
|
-
value: string;
|
|
2727
|
-
label: string;
|
|
2728
|
-
}[] | undefined;
|
|
2729
|
-
default?: unknown;
|
|
2730
|
-
description?: string | undefined;
|
|
2731
|
-
min?: number | undefined;
|
|
2732
|
-
max?: number | undefined;
|
|
2733
|
-
itemFields?: {
|
|
2734
|
-
label: string;
|
|
2735
|
-
key: string;
|
|
2736
|
-
type?: "string" | "number" | "boolean" | undefined;
|
|
2737
|
-
default?: unknown;
|
|
2738
|
-
description?: string | undefined;
|
|
2739
|
-
placeholder?: string | undefined;
|
|
2740
|
-
required?: boolean | undefined;
|
|
2741
|
-
}[] | undefined;
|
|
2742
|
-
visibleWhen?: PluginSettingCondition | undefined;
|
|
2743
|
-
descriptionWhen?: {
|
|
2744
|
-
description: string;
|
|
2745
|
-
when: PluginSettingCondition;
|
|
2746
|
-
}[] | undefined;
|
|
2747
|
-
hidden?: boolean | undefined;
|
|
2748
|
-
scope?: "operator" | "global" | undefined;
|
|
2749
|
-
}> | undefined;
|
|
2856
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
2750
2857
|
quickActions?: {
|
|
2751
2858
|
id: string;
|
|
2752
2859
|
label: string;
|
|
@@ -2785,9 +2892,9 @@ export declare const PluginSystemSnapshotSchema: z.ZodObject<{
|
|
|
2785
2892
|
params?: Record<string, string> | undefined;
|
|
2786
2893
|
icon?: string | undefined;
|
|
2787
2894
|
pageId?: string | undefined;
|
|
2788
|
-
slot?: "operator" | "automation" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2895
|
+
slot?: "operator" | "automation" | "operator-action" | "main-right" | "voice-left-top" | "voice-right-top" | "cw-left-top" | "cw-right-top" | "radio-control-toolbar" | undefined;
|
|
2789
2896
|
width?: "full" | "half" | undefined;
|
|
2790
|
-
openMode?: "popover" | "modal" | undefined;
|
|
2897
|
+
openMode?: "popover" | "modal" | "page" | undefined;
|
|
2791
2898
|
uiSize?: "sm" | "md" | "lg" | undefined;
|
|
2792
2899
|
}[];
|
|
2793
2900
|
instanceTarget?: {
|
|
@@ -2802,6 +2909,8 @@ export type PluginSystemSnapshot = z.infer<typeof PluginSystemSnapshotSchema>;
|
|
|
2802
2909
|
export declare const PluginDistributionSchema: z.ZodEnum<["electron", "docker", "android-bridge", "linux-service", "generic-server", "web-dev"]>;
|
|
2803
2910
|
export type PluginDistribution = z.infer<typeof PluginDistributionSchema>;
|
|
2804
2911
|
export declare const PluginRuntimeInfoSchema: z.ZodObject<{
|
|
2912
|
+
hostVersion: z.ZodString;
|
|
2913
|
+
pluginApiVersion: z.ZodString;
|
|
2805
2914
|
pluginDir: z.ZodString;
|
|
2806
2915
|
pluginDataDir: z.ZodString;
|
|
2807
2916
|
dataDir: z.ZodString;
|
|
@@ -2811,6 +2920,8 @@ export declare const PluginRuntimeInfoSchema: z.ZodObject<{
|
|
|
2811
2920
|
distribution: z.ZodEnum<["electron", "docker", "android-bridge", "linux-service", "generic-server", "web-dev"]>;
|
|
2812
2921
|
hostPluginDirHint: z.ZodOptional<z.ZodString>;
|
|
2813
2922
|
}, "strip", z.ZodTypeAny, {
|
|
2923
|
+
hostVersion: string;
|
|
2924
|
+
pluginApiVersion: string;
|
|
2814
2925
|
pluginDir: string;
|
|
2815
2926
|
pluginDataDir: string;
|
|
2816
2927
|
dataDir: string;
|
|
@@ -2820,6 +2931,8 @@ export declare const PluginRuntimeInfoSchema: z.ZodObject<{
|
|
|
2820
2931
|
distribution: "electron" | "docker" | "android-bridge" | "linux-service" | "generic-server" | "web-dev";
|
|
2821
2932
|
hostPluginDirHint?: string | undefined;
|
|
2822
2933
|
}, {
|
|
2934
|
+
hostVersion: string;
|
|
2935
|
+
pluginApiVersion: string;
|
|
2823
2936
|
pluginDir: string;
|
|
2824
2937
|
pluginDataDir: string;
|
|
2825
2938
|
dataDir: string;
|
|
@@ -2837,11 +2950,11 @@ export declare const PluginConfigEntrySchema: z.ZodObject<{
|
|
|
2837
2950
|
enabled: z.ZodBoolean;
|
|
2838
2951
|
settings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
2839
2952
|
}, "strip", z.ZodTypeAny, {
|
|
2840
|
-
enabled: boolean;
|
|
2841
2953
|
settings: Record<string, unknown>;
|
|
2842
|
-
}, {
|
|
2843
2954
|
enabled: boolean;
|
|
2955
|
+
}, {
|
|
2844
2956
|
settings: Record<string, unknown>;
|
|
2957
|
+
enabled: boolean;
|
|
2845
2958
|
}>;
|
|
2846
2959
|
export type PluginConfigEntry = z.infer<typeof PluginConfigEntrySchema>;
|
|
2847
2960
|
export declare const PluginMarketScreenshotSchema: z.ZodObject<{
|
|
@@ -2855,7 +2968,7 @@ export declare const PluginMarketScreenshotSchema: z.ZodObject<{
|
|
|
2855
2968
|
alt?: string | undefined;
|
|
2856
2969
|
}>;
|
|
2857
2970
|
export type PluginMarketScreenshot = z.infer<typeof PluginMarketScreenshotSchema>;
|
|
2858
|
-
export declare const PluginMarketCatalogEntrySchema: z.ZodObject<{
|
|
2971
|
+
export declare const PluginMarketCatalogEntrySchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
2859
2972
|
name: z.ZodString;
|
|
2860
2973
|
title: z.ZodString;
|
|
2861
2974
|
description: z.ZodString;
|
|
@@ -2863,14 +2976,16 @@ export declare const PluginMarketCatalogEntrySchema: z.ZodObject<{
|
|
|
2863
2976
|
readmeSourceUrl: z.ZodOptional<z.ZodString>;
|
|
2864
2977
|
locales: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2865
2978
|
latestVersion: z.ZodString;
|
|
2866
|
-
|
|
2979
|
+
minPluginApiVersion: z.ZodOptional<z.ZodString>;
|
|
2980
|
+
/** Catalog schema v1 compatibility alias; normalized on read. */
|
|
2981
|
+
minHostVersion: z.ZodOptional<z.ZodString>;
|
|
2867
2982
|
author: z.ZodOptional<z.ZodString>;
|
|
2868
2983
|
license: z.ZodOptional<z.ZodString>;
|
|
2869
2984
|
repository: z.ZodOptional<z.ZodString>;
|
|
2870
2985
|
homepage: z.ZodOptional<z.ZodString>;
|
|
2871
2986
|
categories: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2872
2987
|
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2873
|
-
permissions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>>;
|
|
2988
|
+
permissions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>>;
|
|
2874
2989
|
screenshots: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2875
2990
|
src: z.ZodString;
|
|
2876
2991
|
alt: z.ZodOptional<z.ZodString>;
|
|
@@ -2885,15 +3000,15 @@ export declare const PluginMarketCatalogEntrySchema: z.ZodObject<{
|
|
|
2885
3000
|
sha256: z.ZodString;
|
|
2886
3001
|
size: z.ZodNumber;
|
|
2887
3002
|
publishedAt: z.ZodString;
|
|
3003
|
+
artifactManifestVersion: z.ZodOptional<z.ZodLiteral<1>>;
|
|
2888
3004
|
}, "strip", z.ZodTypeAny, {
|
|
2889
3005
|
name: string;
|
|
2890
3006
|
description: string;
|
|
2891
3007
|
title: string;
|
|
2892
|
-
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3008
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
2893
3009
|
artifactUrl: string;
|
|
2894
3010
|
sha256: string;
|
|
2895
3011
|
latestVersion: string;
|
|
2896
|
-
minHostVersion: string;
|
|
2897
3012
|
categories: string[];
|
|
2898
3013
|
keywords: string[];
|
|
2899
3014
|
screenshots: {
|
|
@@ -2902,13 +3017,16 @@ export declare const PluginMarketCatalogEntrySchema: z.ZodObject<{
|
|
|
2902
3017
|
}[];
|
|
2903
3018
|
size: number;
|
|
2904
3019
|
publishedAt: string;
|
|
3020
|
+
minPluginApiVersion?: string | undefined;
|
|
2905
3021
|
locales?: Record<string, Record<string, string>> | undefined;
|
|
2906
3022
|
readmeMarkdown?: string | undefined;
|
|
2907
3023
|
readmeSourceUrl?: string | undefined;
|
|
3024
|
+
minHostVersion?: string | undefined;
|
|
2908
3025
|
author?: string | undefined;
|
|
2909
3026
|
license?: string | undefined;
|
|
2910
3027
|
repository?: string | undefined;
|
|
2911
3028
|
homepage?: string | undefined;
|
|
3029
|
+
artifactManifestVersion?: 1 | undefined;
|
|
2912
3030
|
}, {
|
|
2913
3031
|
name: string;
|
|
2914
3032
|
description: string;
|
|
@@ -2916,13 +3034,14 @@ export declare const PluginMarketCatalogEntrySchema: z.ZodObject<{
|
|
|
2916
3034
|
artifactUrl: string;
|
|
2917
3035
|
sha256: string;
|
|
2918
3036
|
latestVersion: string;
|
|
2919
|
-
minHostVersion: string;
|
|
2920
3037
|
size: number;
|
|
2921
3038
|
publishedAt: string;
|
|
2922
|
-
|
|
3039
|
+
minPluginApiVersion?: string | undefined;
|
|
3040
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
2923
3041
|
locales?: Record<string, Record<string, string>> | undefined;
|
|
2924
3042
|
readmeMarkdown?: string | undefined;
|
|
2925
3043
|
readmeSourceUrl?: string | undefined;
|
|
3044
|
+
minHostVersion?: string | undefined;
|
|
2926
3045
|
author?: string | undefined;
|
|
2927
3046
|
license?: string | undefined;
|
|
2928
3047
|
repository?: string | undefined;
|
|
@@ -2933,31 +3052,204 @@ export declare const PluginMarketCatalogEntrySchema: z.ZodObject<{
|
|
|
2933
3052
|
src: string;
|
|
2934
3053
|
alt?: string | undefined;
|
|
2935
3054
|
}[] | undefined;
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
3055
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3056
|
+
}>, {
|
|
3057
|
+
name: string;
|
|
3058
|
+
description: string;
|
|
3059
|
+
title: string;
|
|
3060
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3061
|
+
artifactUrl: string;
|
|
3062
|
+
sha256: string;
|
|
3063
|
+
latestVersion: string;
|
|
3064
|
+
categories: string[];
|
|
3065
|
+
keywords: string[];
|
|
3066
|
+
screenshots: {
|
|
3067
|
+
src: string;
|
|
3068
|
+
alt?: string | undefined;
|
|
3069
|
+
}[];
|
|
3070
|
+
size: number;
|
|
3071
|
+
publishedAt: string;
|
|
3072
|
+
minPluginApiVersion?: string | undefined;
|
|
3073
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3074
|
+
readmeMarkdown?: string | undefined;
|
|
3075
|
+
readmeSourceUrl?: string | undefined;
|
|
3076
|
+
minHostVersion?: string | undefined;
|
|
3077
|
+
author?: string | undefined;
|
|
3078
|
+
license?: string | undefined;
|
|
3079
|
+
repository?: string | undefined;
|
|
3080
|
+
homepage?: string | undefined;
|
|
3081
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3082
|
+
}, {
|
|
3083
|
+
name: string;
|
|
3084
|
+
description: string;
|
|
3085
|
+
title: string;
|
|
3086
|
+
artifactUrl: string;
|
|
3087
|
+
sha256: string;
|
|
3088
|
+
latestVersion: string;
|
|
3089
|
+
size: number;
|
|
3090
|
+
publishedAt: string;
|
|
3091
|
+
minPluginApiVersion?: string | undefined;
|
|
3092
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3093
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3094
|
+
readmeMarkdown?: string | undefined;
|
|
3095
|
+
readmeSourceUrl?: string | undefined;
|
|
3096
|
+
minHostVersion?: string | undefined;
|
|
3097
|
+
author?: string | undefined;
|
|
3098
|
+
license?: string | undefined;
|
|
3099
|
+
repository?: string | undefined;
|
|
3100
|
+
homepage?: string | undefined;
|
|
3101
|
+
categories?: string[] | undefined;
|
|
3102
|
+
keywords?: string[] | undefined;
|
|
3103
|
+
screenshots?: {
|
|
3104
|
+
src: string;
|
|
3105
|
+
alt?: string | undefined;
|
|
3106
|
+
}[] | undefined;
|
|
3107
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3108
|
+
}>, {
|
|
3109
|
+
minPluginApiVersion: string;
|
|
3110
|
+
name: string;
|
|
3111
|
+
description: string;
|
|
3112
|
+
title: string;
|
|
3113
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3114
|
+
artifactUrl: string;
|
|
3115
|
+
sha256: string;
|
|
3116
|
+
latestVersion: string;
|
|
3117
|
+
categories: string[];
|
|
3118
|
+
keywords: string[];
|
|
3119
|
+
screenshots: {
|
|
3120
|
+
src: string;
|
|
3121
|
+
alt?: string | undefined;
|
|
3122
|
+
}[];
|
|
3123
|
+
size: number;
|
|
3124
|
+
publishedAt: string;
|
|
3125
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3126
|
+
readmeMarkdown?: string | undefined;
|
|
3127
|
+
readmeSourceUrl?: string | undefined;
|
|
3128
|
+
author?: string | undefined;
|
|
3129
|
+
license?: string | undefined;
|
|
3130
|
+
repository?: string | undefined;
|
|
3131
|
+
homepage?: string | undefined;
|
|
3132
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3133
|
+
}, {
|
|
3134
|
+
name: string;
|
|
3135
|
+
description: string;
|
|
3136
|
+
title: string;
|
|
3137
|
+
artifactUrl: string;
|
|
3138
|
+
sha256: string;
|
|
3139
|
+
latestVersion: string;
|
|
3140
|
+
size: number;
|
|
3141
|
+
publishedAt: string;
|
|
3142
|
+
minPluginApiVersion?: string | undefined;
|
|
3143
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3144
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3145
|
+
readmeMarkdown?: string | undefined;
|
|
3146
|
+
readmeSourceUrl?: string | undefined;
|
|
3147
|
+
minHostVersion?: string | undefined;
|
|
3148
|
+
author?: string | undefined;
|
|
3149
|
+
license?: string | undefined;
|
|
3150
|
+
repository?: string | undefined;
|
|
3151
|
+
homepage?: string | undefined;
|
|
3152
|
+
categories?: string[] | undefined;
|
|
3153
|
+
keywords?: string[] | undefined;
|
|
3154
|
+
screenshots?: {
|
|
3155
|
+
src: string;
|
|
3156
|
+
alt?: string | undefined;
|
|
3157
|
+
}[] | undefined;
|
|
3158
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3159
|
+
}>;
|
|
3160
|
+
export type PluginMarketCatalogEntry = z.infer<typeof PluginMarketCatalogEntrySchema>;
|
|
3161
|
+
export declare const PluginArtifactManifestSchema: z.ZodObject<{
|
|
3162
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3163
|
+
name: z.ZodString;
|
|
3164
|
+
version: z.ZodString;
|
|
3165
|
+
minPluginApiVersion: z.ZodString;
|
|
3166
|
+
apiVersion: z.ZodOptional<z.ZodLiteral<2>>;
|
|
3167
|
+
type: z.ZodEnum<["strategy", "utility"]>;
|
|
3168
|
+
instanceScope: z.ZodDefault<z.ZodOptional<z.ZodEnum<["operator", "global"]>>>;
|
|
3169
|
+
permissions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>>;
|
|
3170
|
+
strategyFeatures: z.ZodOptional<z.ZodObject<{
|
|
3171
|
+
targetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
3172
|
+
parallelTargetQueue: z.ZodOptional<z.ZodLiteral<1>>;
|
|
3173
|
+
queueActivation: z.ZodOptional<z.ZodEnum<["immediate", "operator-toggle"]>>;
|
|
3174
|
+
manualInitiation: z.ZodOptional<z.ZodLiteral<1>>;
|
|
3175
|
+
maxConcurrentStreams: z.ZodOptional<z.ZodNumber>;
|
|
3176
|
+
maxSimultaneousSignals: z.ZodOptional<z.ZodNumber>;
|
|
3177
|
+
}, "strip", z.ZodTypeAny, {
|
|
3178
|
+
maxConcurrentStreams?: number | undefined;
|
|
3179
|
+
targetQueue?: 1 | undefined;
|
|
3180
|
+
parallelTargetQueue?: 1 | undefined;
|
|
3181
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
3182
|
+
manualInitiation?: 1 | undefined;
|
|
3183
|
+
maxSimultaneousSignals?: number | undefined;
|
|
3184
|
+
}, {
|
|
3185
|
+
maxConcurrentStreams?: number | undefined;
|
|
3186
|
+
targetQueue?: 1 | undefined;
|
|
3187
|
+
parallelTargetQueue?: 1 | undefined;
|
|
3188
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
3189
|
+
manualInitiation?: 1 | undefined;
|
|
3190
|
+
maxSimultaneousSignals?: number | undefined;
|
|
3191
|
+
}>>;
|
|
3192
|
+
}, "strip", z.ZodTypeAny, {
|
|
3193
|
+
type: "strategy" | "utility";
|
|
3194
|
+
name: string;
|
|
3195
|
+
schemaVersion: 1;
|
|
3196
|
+
version: string;
|
|
3197
|
+
minPluginApiVersion: string;
|
|
3198
|
+
instanceScope: "operator" | "global";
|
|
3199
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3200
|
+
apiVersion?: 2 | undefined;
|
|
3201
|
+
strategyFeatures?: {
|
|
3202
|
+
maxConcurrentStreams?: number | undefined;
|
|
3203
|
+
targetQueue?: 1 | undefined;
|
|
3204
|
+
parallelTargetQueue?: 1 | undefined;
|
|
3205
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
3206
|
+
manualInitiation?: 1 | undefined;
|
|
3207
|
+
maxSimultaneousSignals?: number | undefined;
|
|
3208
|
+
} | undefined;
|
|
3209
|
+
}, {
|
|
3210
|
+
type: "strategy" | "utility";
|
|
3211
|
+
name: string;
|
|
3212
|
+
schemaVersion: 1;
|
|
3213
|
+
version: string;
|
|
3214
|
+
minPluginApiVersion: string;
|
|
3215
|
+
apiVersion?: 2 | undefined;
|
|
3216
|
+
strategyFeatures?: {
|
|
3217
|
+
maxConcurrentStreams?: number | undefined;
|
|
3218
|
+
targetQueue?: 1 | undefined;
|
|
3219
|
+
parallelTargetQueue?: 1 | undefined;
|
|
3220
|
+
queueActivation?: "immediate" | "operator-toggle" | undefined;
|
|
3221
|
+
manualInitiation?: 1 | undefined;
|
|
3222
|
+
maxSimultaneousSignals?: number | undefined;
|
|
3223
|
+
} | undefined;
|
|
3224
|
+
instanceScope?: "operator" | "global" | undefined;
|
|
3225
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3226
|
+
}>;
|
|
3227
|
+
export type PluginArtifactManifest = z.infer<typeof PluginArtifactManifestSchema>;
|
|
3228
|
+
export declare const PluginMarketCatalogSchema: z.ZodDiscriminatedUnion<"schemaVersion", [z.ZodObject<{
|
|
3229
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3230
|
+
generatedAt: z.ZodString;
|
|
3231
|
+
channel: z.ZodEnum<["stable", "nightly"]>;
|
|
3232
|
+
plugins: z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
3233
|
+
name: z.ZodString;
|
|
3234
|
+
title: z.ZodString;
|
|
3235
|
+
description: z.ZodString;
|
|
3236
|
+
readmeMarkdown: z.ZodOptional<z.ZodString>;
|
|
3237
|
+
readmeSourceUrl: z.ZodOptional<z.ZodString>;
|
|
3238
|
+
locales: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3239
|
+
latestVersion: z.ZodString;
|
|
3240
|
+
minPluginApiVersion: z.ZodOptional<z.ZodString>;
|
|
3241
|
+
/** Catalog schema v1 compatibility alias; normalized on read. */
|
|
3242
|
+
minHostVersion: z.ZodOptional<z.ZodString>;
|
|
3243
|
+
author: z.ZodOptional<z.ZodString>;
|
|
3244
|
+
license: z.ZodOptional<z.ZodString>;
|
|
3245
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
3246
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
3247
|
+
categories: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3248
|
+
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3249
|
+
permissions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>>;
|
|
3250
|
+
screenshots: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3251
|
+
src: z.ZodString;
|
|
3252
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
2961
3253
|
}, "strip", z.ZodTypeAny, {
|
|
2962
3254
|
src: string;
|
|
2963
3255
|
alt?: string | undefined;
|
|
@@ -2969,15 +3261,120 @@ export declare const PluginMarketCatalogSchema: z.ZodObject<{
|
|
|
2969
3261
|
sha256: z.ZodString;
|
|
2970
3262
|
size: z.ZodNumber;
|
|
2971
3263
|
publishedAt: z.ZodString;
|
|
3264
|
+
artifactManifestVersion: z.ZodOptional<z.ZodLiteral<1>>;
|
|
2972
3265
|
}, "strip", z.ZodTypeAny, {
|
|
2973
3266
|
name: string;
|
|
2974
3267
|
description: string;
|
|
2975
3268
|
title: string;
|
|
2976
|
-
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3269
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3270
|
+
artifactUrl: string;
|
|
3271
|
+
sha256: string;
|
|
3272
|
+
latestVersion: string;
|
|
3273
|
+
categories: string[];
|
|
3274
|
+
keywords: string[];
|
|
3275
|
+
screenshots: {
|
|
3276
|
+
src: string;
|
|
3277
|
+
alt?: string | undefined;
|
|
3278
|
+
}[];
|
|
3279
|
+
size: number;
|
|
3280
|
+
publishedAt: string;
|
|
3281
|
+
minPluginApiVersion?: string | undefined;
|
|
3282
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3283
|
+
readmeMarkdown?: string | undefined;
|
|
3284
|
+
readmeSourceUrl?: string | undefined;
|
|
3285
|
+
minHostVersion?: string | undefined;
|
|
3286
|
+
author?: string | undefined;
|
|
3287
|
+
license?: string | undefined;
|
|
3288
|
+
repository?: string | undefined;
|
|
3289
|
+
homepage?: string | undefined;
|
|
3290
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3291
|
+
}, {
|
|
3292
|
+
name: string;
|
|
3293
|
+
description: string;
|
|
3294
|
+
title: string;
|
|
3295
|
+
artifactUrl: string;
|
|
3296
|
+
sha256: string;
|
|
3297
|
+
latestVersion: string;
|
|
3298
|
+
size: number;
|
|
3299
|
+
publishedAt: string;
|
|
3300
|
+
minPluginApiVersion?: string | undefined;
|
|
3301
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3302
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3303
|
+
readmeMarkdown?: string | undefined;
|
|
3304
|
+
readmeSourceUrl?: string | undefined;
|
|
3305
|
+
minHostVersion?: string | undefined;
|
|
3306
|
+
author?: string | undefined;
|
|
3307
|
+
license?: string | undefined;
|
|
3308
|
+
repository?: string | undefined;
|
|
3309
|
+
homepage?: string | undefined;
|
|
3310
|
+
categories?: string[] | undefined;
|
|
3311
|
+
keywords?: string[] | undefined;
|
|
3312
|
+
screenshots?: {
|
|
3313
|
+
src: string;
|
|
3314
|
+
alt?: string | undefined;
|
|
3315
|
+
}[] | undefined;
|
|
3316
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3317
|
+
}>, {
|
|
3318
|
+
name: string;
|
|
3319
|
+
description: string;
|
|
3320
|
+
title: string;
|
|
3321
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3322
|
+
artifactUrl: string;
|
|
3323
|
+
sha256: string;
|
|
3324
|
+
latestVersion: string;
|
|
3325
|
+
categories: string[];
|
|
3326
|
+
keywords: string[];
|
|
3327
|
+
screenshots: {
|
|
3328
|
+
src: string;
|
|
3329
|
+
alt?: string | undefined;
|
|
3330
|
+
}[];
|
|
3331
|
+
size: number;
|
|
3332
|
+
publishedAt: string;
|
|
3333
|
+
minPluginApiVersion?: string | undefined;
|
|
3334
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3335
|
+
readmeMarkdown?: string | undefined;
|
|
3336
|
+
readmeSourceUrl?: string | undefined;
|
|
3337
|
+
minHostVersion?: string | undefined;
|
|
3338
|
+
author?: string | undefined;
|
|
3339
|
+
license?: string | undefined;
|
|
3340
|
+
repository?: string | undefined;
|
|
3341
|
+
homepage?: string | undefined;
|
|
3342
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3343
|
+
}, {
|
|
3344
|
+
name: string;
|
|
3345
|
+
description: string;
|
|
3346
|
+
title: string;
|
|
3347
|
+
artifactUrl: string;
|
|
3348
|
+
sha256: string;
|
|
3349
|
+
latestVersion: string;
|
|
3350
|
+
size: number;
|
|
3351
|
+
publishedAt: string;
|
|
3352
|
+
minPluginApiVersion?: string | undefined;
|
|
3353
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3354
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3355
|
+
readmeMarkdown?: string | undefined;
|
|
3356
|
+
readmeSourceUrl?: string | undefined;
|
|
3357
|
+
minHostVersion?: string | undefined;
|
|
3358
|
+
author?: string | undefined;
|
|
3359
|
+
license?: string | undefined;
|
|
3360
|
+
repository?: string | undefined;
|
|
3361
|
+
homepage?: string | undefined;
|
|
3362
|
+
categories?: string[] | undefined;
|
|
3363
|
+
keywords?: string[] | undefined;
|
|
3364
|
+
screenshots?: {
|
|
3365
|
+
src: string;
|
|
3366
|
+
alt?: string | undefined;
|
|
3367
|
+
}[] | undefined;
|
|
3368
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3369
|
+
}>, {
|
|
3370
|
+
minPluginApiVersion: string;
|
|
3371
|
+
name: string;
|
|
3372
|
+
description: string;
|
|
3373
|
+
title: string;
|
|
3374
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
2977
3375
|
artifactUrl: string;
|
|
2978
3376
|
sha256: string;
|
|
2979
3377
|
latestVersion: string;
|
|
2980
|
-
minHostVersion: string;
|
|
2981
3378
|
categories: string[];
|
|
2982
3379
|
keywords: string[];
|
|
2983
3380
|
screenshots: {
|
|
@@ -2993,6 +3390,7 @@ export declare const PluginMarketCatalogSchema: z.ZodObject<{
|
|
|
2993
3390
|
license?: string | undefined;
|
|
2994
3391
|
repository?: string | undefined;
|
|
2995
3392
|
homepage?: string | undefined;
|
|
3393
|
+
artifactManifestVersion?: 1 | undefined;
|
|
2996
3394
|
}, {
|
|
2997
3395
|
name: string;
|
|
2998
3396
|
description: string;
|
|
@@ -3000,13 +3398,14 @@ export declare const PluginMarketCatalogSchema: z.ZodObject<{
|
|
|
3000
3398
|
artifactUrl: string;
|
|
3001
3399
|
sha256: string;
|
|
3002
3400
|
latestVersion: string;
|
|
3003
|
-
minHostVersion: string;
|
|
3004
3401
|
size: number;
|
|
3005
3402
|
publishedAt: string;
|
|
3006
|
-
|
|
3403
|
+
minPluginApiVersion?: string | undefined;
|
|
3404
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3007
3405
|
locales?: Record<string, Record<string, string>> | undefined;
|
|
3008
3406
|
readmeMarkdown?: string | undefined;
|
|
3009
3407
|
readmeSourceUrl?: string | undefined;
|
|
3408
|
+
minHostVersion?: string | undefined;
|
|
3010
3409
|
author?: string | undefined;
|
|
3011
3410
|
license?: string | undefined;
|
|
3012
3411
|
repository?: string | undefined;
|
|
@@ -3017,18 +3416,20 @@ export declare const PluginMarketCatalogSchema: z.ZodObject<{
|
|
|
3017
3416
|
src: string;
|
|
3018
3417
|
alt?: string | undefined;
|
|
3019
3418
|
}[] | undefined;
|
|
3419
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3020
3420
|
}>, "many">;
|
|
3021
3421
|
}, "strip", z.ZodTypeAny, {
|
|
3422
|
+
schemaVersion: 1;
|
|
3022
3423
|
channel: "stable" | "nightly";
|
|
3023
3424
|
plugins: {
|
|
3425
|
+
minPluginApiVersion: string;
|
|
3024
3426
|
name: string;
|
|
3025
3427
|
description: string;
|
|
3026
3428
|
title: string;
|
|
3027
|
-
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3429
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3028
3430
|
artifactUrl: string;
|
|
3029
3431
|
sha256: string;
|
|
3030
3432
|
latestVersion: string;
|
|
3031
|
-
minHostVersion: string;
|
|
3032
3433
|
categories: string[];
|
|
3033
3434
|
keywords: string[];
|
|
3034
3435
|
screenshots: {
|
|
@@ -3044,10 +3445,11 @@ export declare const PluginMarketCatalogSchema: z.ZodObject<{
|
|
|
3044
3445
|
license?: string | undefined;
|
|
3045
3446
|
repository?: string | undefined;
|
|
3046
3447
|
homepage?: string | undefined;
|
|
3448
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3047
3449
|
}[];
|
|
3048
|
-
schemaVersion: number;
|
|
3049
3450
|
generatedAt: string;
|
|
3050
3451
|
}, {
|
|
3452
|
+
schemaVersion: 1;
|
|
3051
3453
|
channel: "stable" | "nightly";
|
|
3052
3454
|
plugins: {
|
|
3053
3455
|
name: string;
|
|
@@ -3056,13 +3458,14 @@ export declare const PluginMarketCatalogSchema: z.ZodObject<{
|
|
|
3056
3458
|
artifactUrl: string;
|
|
3057
3459
|
sha256: string;
|
|
3058
3460
|
latestVersion: string;
|
|
3059
|
-
minHostVersion: string;
|
|
3060
3461
|
size: number;
|
|
3061
3462
|
publishedAt: string;
|
|
3062
|
-
|
|
3463
|
+
minPluginApiVersion?: string | undefined;
|
|
3464
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3063
3465
|
locales?: Record<string, Record<string, string>> | undefined;
|
|
3064
3466
|
readmeMarkdown?: string | undefined;
|
|
3065
3467
|
readmeSourceUrl?: string | undefined;
|
|
3468
|
+
minHostVersion?: string | undefined;
|
|
3066
3469
|
author?: string | undefined;
|
|
3067
3470
|
license?: string | undefined;
|
|
3068
3471
|
repository?: string | undefined;
|
|
@@ -3073,55 +3476,774 @@ export declare const PluginMarketCatalogSchema: z.ZodObject<{
|
|
|
3073
3476
|
src: string;
|
|
3074
3477
|
alt?: string | undefined;
|
|
3075
3478
|
}[] | undefined;
|
|
3479
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3076
3480
|
}[];
|
|
3077
|
-
schemaVersion: number;
|
|
3078
3481
|
generatedAt: string;
|
|
3079
|
-
}
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3482
|
+
}>, z.ZodObject<{
|
|
3483
|
+
schemaVersion: z.ZodLiteral<2>;
|
|
3484
|
+
generatedAt: z.ZodString;
|
|
3485
|
+
channel: z.ZodEnum<["stable", "nightly"]>;
|
|
3486
|
+
plugins: z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
3487
|
+
name: z.ZodString;
|
|
3488
|
+
title: z.ZodString;
|
|
3489
|
+
description: z.ZodString;
|
|
3490
|
+
readmeMarkdown: z.ZodOptional<z.ZodString>;
|
|
3491
|
+
readmeSourceUrl: z.ZodOptional<z.ZodString>;
|
|
3492
|
+
locales: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3493
|
+
latestVersion: z.ZodString;
|
|
3494
|
+
minPluginApiVersion: z.ZodOptional<z.ZodString>;
|
|
3495
|
+
/** Catalog schema v1 compatibility alias; normalized on read. */
|
|
3496
|
+
minHostVersion: z.ZodOptional<z.ZodString>;
|
|
3497
|
+
author: z.ZodOptional<z.ZodString>;
|
|
3498
|
+
license: z.ZodOptional<z.ZodString>;
|
|
3499
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
3500
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
3501
|
+
categories: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3502
|
+
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3503
|
+
permissions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>>;
|
|
3504
|
+
screenshots: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3505
|
+
src: z.ZodString;
|
|
3506
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
3507
|
+
}, "strip", z.ZodTypeAny, {
|
|
3508
|
+
src: string;
|
|
3509
|
+
alt?: string | undefined;
|
|
3510
|
+
}, {
|
|
3511
|
+
src: string;
|
|
3512
|
+
alt?: string | undefined;
|
|
3513
|
+
}>, "many">>>;
|
|
3514
|
+
artifactUrl: z.ZodString;
|
|
3515
|
+
sha256: z.ZodString;
|
|
3516
|
+
size: z.ZodNumber;
|
|
3517
|
+
publishedAt: z.ZodString;
|
|
3518
|
+
artifactManifestVersion: z.ZodOptional<z.ZodLiteral<1>>;
|
|
3519
|
+
}, "strip", z.ZodTypeAny, {
|
|
3520
|
+
name: string;
|
|
3521
|
+
description: string;
|
|
3522
|
+
title: string;
|
|
3523
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3524
|
+
artifactUrl: string;
|
|
3525
|
+
sha256: string;
|
|
3526
|
+
latestVersion: string;
|
|
3527
|
+
categories: string[];
|
|
3528
|
+
keywords: string[];
|
|
3529
|
+
screenshots: {
|
|
3530
|
+
src: string;
|
|
3531
|
+
alt?: string | undefined;
|
|
3532
|
+
}[];
|
|
3533
|
+
size: number;
|
|
3534
|
+
publishedAt: string;
|
|
3535
|
+
minPluginApiVersion?: string | undefined;
|
|
3536
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3537
|
+
readmeMarkdown?: string | undefined;
|
|
3538
|
+
readmeSourceUrl?: string | undefined;
|
|
3539
|
+
minHostVersion?: string | undefined;
|
|
3540
|
+
author?: string | undefined;
|
|
3541
|
+
license?: string | undefined;
|
|
3542
|
+
repository?: string | undefined;
|
|
3543
|
+
homepage?: string | undefined;
|
|
3544
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3545
|
+
}, {
|
|
3546
|
+
name: string;
|
|
3547
|
+
description: string;
|
|
3548
|
+
title: string;
|
|
3549
|
+
artifactUrl: string;
|
|
3550
|
+
sha256: string;
|
|
3551
|
+
latestVersion: string;
|
|
3552
|
+
size: number;
|
|
3553
|
+
publishedAt: string;
|
|
3554
|
+
minPluginApiVersion?: string | undefined;
|
|
3555
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3556
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3557
|
+
readmeMarkdown?: string | undefined;
|
|
3558
|
+
readmeSourceUrl?: string | undefined;
|
|
3559
|
+
minHostVersion?: string | undefined;
|
|
3560
|
+
author?: string | undefined;
|
|
3561
|
+
license?: string | undefined;
|
|
3562
|
+
repository?: string | undefined;
|
|
3563
|
+
homepage?: string | undefined;
|
|
3564
|
+
categories?: string[] | undefined;
|
|
3565
|
+
keywords?: string[] | undefined;
|
|
3566
|
+
screenshots?: {
|
|
3567
|
+
src: string;
|
|
3568
|
+
alt?: string | undefined;
|
|
3569
|
+
}[] | undefined;
|
|
3570
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3571
|
+
}>, {
|
|
3572
|
+
name: string;
|
|
3573
|
+
description: string;
|
|
3574
|
+
title: string;
|
|
3575
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3576
|
+
artifactUrl: string;
|
|
3577
|
+
sha256: string;
|
|
3578
|
+
latestVersion: string;
|
|
3579
|
+
categories: string[];
|
|
3580
|
+
keywords: string[];
|
|
3581
|
+
screenshots: {
|
|
3582
|
+
src: string;
|
|
3583
|
+
alt?: string | undefined;
|
|
3584
|
+
}[];
|
|
3585
|
+
size: number;
|
|
3586
|
+
publishedAt: string;
|
|
3587
|
+
minPluginApiVersion?: string | undefined;
|
|
3588
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3589
|
+
readmeMarkdown?: string | undefined;
|
|
3590
|
+
readmeSourceUrl?: string | undefined;
|
|
3591
|
+
minHostVersion?: string | undefined;
|
|
3592
|
+
author?: string | undefined;
|
|
3593
|
+
license?: string | undefined;
|
|
3594
|
+
repository?: string | undefined;
|
|
3595
|
+
homepage?: string | undefined;
|
|
3596
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3597
|
+
}, {
|
|
3598
|
+
name: string;
|
|
3599
|
+
description: string;
|
|
3600
|
+
title: string;
|
|
3601
|
+
artifactUrl: string;
|
|
3602
|
+
sha256: string;
|
|
3603
|
+
latestVersion: string;
|
|
3604
|
+
size: number;
|
|
3605
|
+
publishedAt: string;
|
|
3606
|
+
minPluginApiVersion?: string | undefined;
|
|
3607
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3608
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3609
|
+
readmeMarkdown?: string | undefined;
|
|
3610
|
+
readmeSourceUrl?: string | undefined;
|
|
3611
|
+
minHostVersion?: string | undefined;
|
|
3612
|
+
author?: string | undefined;
|
|
3613
|
+
license?: string | undefined;
|
|
3614
|
+
repository?: string | undefined;
|
|
3615
|
+
homepage?: string | undefined;
|
|
3616
|
+
categories?: string[] | undefined;
|
|
3617
|
+
keywords?: string[] | undefined;
|
|
3618
|
+
screenshots?: {
|
|
3619
|
+
src: string;
|
|
3620
|
+
alt?: string | undefined;
|
|
3621
|
+
}[] | undefined;
|
|
3622
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3623
|
+
}>, {
|
|
3624
|
+
name: string;
|
|
3625
|
+
description: string;
|
|
3626
|
+
title: string;
|
|
3627
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3628
|
+
artifactUrl: string;
|
|
3629
|
+
sha256: string;
|
|
3630
|
+
latestVersion: string;
|
|
3631
|
+
categories: string[];
|
|
3632
|
+
keywords: string[];
|
|
3633
|
+
screenshots: {
|
|
3634
|
+
src: string;
|
|
3635
|
+
alt?: string | undefined;
|
|
3636
|
+
}[];
|
|
3637
|
+
size: number;
|
|
3638
|
+
publishedAt: string;
|
|
3639
|
+
minPluginApiVersion?: string | undefined;
|
|
3640
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3641
|
+
readmeMarkdown?: string | undefined;
|
|
3642
|
+
readmeSourceUrl?: string | undefined;
|
|
3643
|
+
minHostVersion?: string | undefined;
|
|
3644
|
+
author?: string | undefined;
|
|
3645
|
+
license?: string | undefined;
|
|
3646
|
+
repository?: string | undefined;
|
|
3647
|
+
homepage?: string | undefined;
|
|
3648
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3649
|
+
}, {
|
|
3650
|
+
name: string;
|
|
3651
|
+
description: string;
|
|
3652
|
+
title: string;
|
|
3653
|
+
artifactUrl: string;
|
|
3654
|
+
sha256: string;
|
|
3655
|
+
latestVersion: string;
|
|
3656
|
+
size: number;
|
|
3657
|
+
publishedAt: string;
|
|
3658
|
+
minPluginApiVersion?: string | undefined;
|
|
3659
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3660
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3661
|
+
readmeMarkdown?: string | undefined;
|
|
3662
|
+
readmeSourceUrl?: string | undefined;
|
|
3663
|
+
minHostVersion?: string | undefined;
|
|
3664
|
+
author?: string | undefined;
|
|
3665
|
+
license?: string | undefined;
|
|
3666
|
+
repository?: string | undefined;
|
|
3667
|
+
homepage?: string | undefined;
|
|
3668
|
+
categories?: string[] | undefined;
|
|
3669
|
+
keywords?: string[] | undefined;
|
|
3670
|
+
screenshots?: {
|
|
3671
|
+
src: string;
|
|
3672
|
+
alt?: string | undefined;
|
|
3673
|
+
}[] | undefined;
|
|
3674
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3675
|
+
}>, {
|
|
3676
|
+
minPluginApiVersion: string;
|
|
3677
|
+
name: string;
|
|
3678
|
+
description: string;
|
|
3679
|
+
title: string;
|
|
3680
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3681
|
+
artifactUrl: string;
|
|
3682
|
+
sha256: string;
|
|
3683
|
+
latestVersion: string;
|
|
3684
|
+
categories: string[];
|
|
3685
|
+
keywords: string[];
|
|
3686
|
+
screenshots: {
|
|
3687
|
+
src: string;
|
|
3688
|
+
alt?: string | undefined;
|
|
3689
|
+
}[];
|
|
3690
|
+
size: number;
|
|
3691
|
+
publishedAt: string;
|
|
3692
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3693
|
+
readmeMarkdown?: string | undefined;
|
|
3694
|
+
readmeSourceUrl?: string | undefined;
|
|
3695
|
+
author?: string | undefined;
|
|
3696
|
+
license?: string | undefined;
|
|
3697
|
+
repository?: string | undefined;
|
|
3698
|
+
homepage?: string | undefined;
|
|
3699
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3700
|
+
}, {
|
|
3701
|
+
name: string;
|
|
3702
|
+
description: string;
|
|
3703
|
+
title: string;
|
|
3704
|
+
artifactUrl: string;
|
|
3705
|
+
sha256: string;
|
|
3706
|
+
latestVersion: string;
|
|
3707
|
+
size: number;
|
|
3708
|
+
publishedAt: string;
|
|
3709
|
+
minPluginApiVersion?: string | undefined;
|
|
3710
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3711
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3712
|
+
readmeMarkdown?: string | undefined;
|
|
3713
|
+
readmeSourceUrl?: string | undefined;
|
|
3714
|
+
minHostVersion?: string | undefined;
|
|
3715
|
+
author?: string | undefined;
|
|
3716
|
+
license?: string | undefined;
|
|
3717
|
+
repository?: string | undefined;
|
|
3718
|
+
homepage?: string | undefined;
|
|
3719
|
+
categories?: string[] | undefined;
|
|
3720
|
+
keywords?: string[] | undefined;
|
|
3721
|
+
screenshots?: {
|
|
3722
|
+
src: string;
|
|
3723
|
+
alt?: string | undefined;
|
|
3724
|
+
}[] | undefined;
|
|
3725
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3726
|
+
}>, "many">;
|
|
3727
|
+
}, "strip", z.ZodTypeAny, {
|
|
3728
|
+
schemaVersion: 2;
|
|
3729
|
+
channel: "stable" | "nightly";
|
|
3730
|
+
plugins: {
|
|
3731
|
+
minPluginApiVersion: string;
|
|
3732
|
+
name: string;
|
|
3733
|
+
description: string;
|
|
3734
|
+
title: string;
|
|
3735
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3736
|
+
artifactUrl: string;
|
|
3737
|
+
sha256: string;
|
|
3738
|
+
latestVersion: string;
|
|
3739
|
+
categories: string[];
|
|
3740
|
+
keywords: string[];
|
|
3741
|
+
screenshots: {
|
|
3742
|
+
src: string;
|
|
3743
|
+
alt?: string | undefined;
|
|
3744
|
+
}[];
|
|
3745
|
+
size: number;
|
|
3746
|
+
publishedAt: string;
|
|
3747
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3748
|
+
readmeMarkdown?: string | undefined;
|
|
3749
|
+
readmeSourceUrl?: string | undefined;
|
|
3750
|
+
author?: string | undefined;
|
|
3751
|
+
license?: string | undefined;
|
|
3752
|
+
repository?: string | undefined;
|
|
3753
|
+
homepage?: string | undefined;
|
|
3754
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3755
|
+
}[];
|
|
3756
|
+
generatedAt: string;
|
|
3757
|
+
}, {
|
|
3758
|
+
schemaVersion: 2;
|
|
3759
|
+
channel: "stable" | "nightly";
|
|
3760
|
+
plugins: {
|
|
3761
|
+
name: string;
|
|
3762
|
+
description: string;
|
|
3763
|
+
title: string;
|
|
3764
|
+
artifactUrl: string;
|
|
3765
|
+
sha256: string;
|
|
3766
|
+
latestVersion: string;
|
|
3767
|
+
size: number;
|
|
3768
|
+
publishedAt: string;
|
|
3769
|
+
minPluginApiVersion?: string | undefined;
|
|
3770
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3771
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3772
|
+
readmeMarkdown?: string | undefined;
|
|
3773
|
+
readmeSourceUrl?: string | undefined;
|
|
3774
|
+
minHostVersion?: string | undefined;
|
|
3775
|
+
author?: string | undefined;
|
|
3776
|
+
license?: string | undefined;
|
|
3777
|
+
repository?: string | undefined;
|
|
3778
|
+
homepage?: string | undefined;
|
|
3779
|
+
categories?: string[] | undefined;
|
|
3780
|
+
keywords?: string[] | undefined;
|
|
3781
|
+
screenshots?: {
|
|
3782
|
+
src: string;
|
|
3783
|
+
alt?: string | undefined;
|
|
3784
|
+
}[] | undefined;
|
|
3785
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3786
|
+
}[];
|
|
3787
|
+
generatedAt: string;
|
|
3788
|
+
}>]>;
|
|
3789
|
+
export type PluginMarketCatalog = z.infer<typeof PluginMarketCatalogSchema>;
|
|
3790
|
+
export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
3791
|
+
catalog: z.ZodDiscriminatedUnion<"schemaVersion", [z.ZodObject<{
|
|
3792
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3793
|
+
generatedAt: z.ZodString;
|
|
3794
|
+
channel: z.ZodEnum<["stable", "nightly"]>;
|
|
3795
|
+
plugins: z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
3796
|
+
name: z.ZodString;
|
|
3797
|
+
title: z.ZodString;
|
|
3798
|
+
description: z.ZodString;
|
|
3799
|
+
readmeMarkdown: z.ZodOptional<z.ZodString>;
|
|
3800
|
+
readmeSourceUrl: z.ZodOptional<z.ZodString>;
|
|
3801
|
+
locales: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3802
|
+
latestVersion: z.ZodString;
|
|
3803
|
+
minPluginApiVersion: z.ZodOptional<z.ZodString>;
|
|
3804
|
+
/** Catalog schema v1 compatibility alias; normalized on read. */
|
|
3805
|
+
minHostVersion: z.ZodOptional<z.ZodString>;
|
|
3806
|
+
author: z.ZodOptional<z.ZodString>;
|
|
3807
|
+
license: z.ZodOptional<z.ZodString>;
|
|
3808
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
3809
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
3810
|
+
categories: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3811
|
+
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3812
|
+
permissions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>>;
|
|
3813
|
+
screenshots: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3814
|
+
src: z.ZodString;
|
|
3815
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
3816
|
+
}, "strip", z.ZodTypeAny, {
|
|
3817
|
+
src: string;
|
|
3818
|
+
alt?: string | undefined;
|
|
3819
|
+
}, {
|
|
3820
|
+
src: string;
|
|
3821
|
+
alt?: string | undefined;
|
|
3822
|
+
}>, "many">>>;
|
|
3823
|
+
artifactUrl: z.ZodString;
|
|
3824
|
+
sha256: z.ZodString;
|
|
3825
|
+
size: z.ZodNumber;
|
|
3826
|
+
publishedAt: z.ZodString;
|
|
3827
|
+
artifactManifestVersion: z.ZodOptional<z.ZodLiteral<1>>;
|
|
3828
|
+
}, "strip", z.ZodTypeAny, {
|
|
3829
|
+
name: string;
|
|
3830
|
+
description: string;
|
|
3831
|
+
title: string;
|
|
3832
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3833
|
+
artifactUrl: string;
|
|
3834
|
+
sha256: string;
|
|
3835
|
+
latestVersion: string;
|
|
3836
|
+
categories: string[];
|
|
3837
|
+
keywords: string[];
|
|
3838
|
+
screenshots: {
|
|
3839
|
+
src: string;
|
|
3840
|
+
alt?: string | undefined;
|
|
3841
|
+
}[];
|
|
3842
|
+
size: number;
|
|
3843
|
+
publishedAt: string;
|
|
3844
|
+
minPluginApiVersion?: string | undefined;
|
|
3845
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3846
|
+
readmeMarkdown?: string | undefined;
|
|
3847
|
+
readmeSourceUrl?: string | undefined;
|
|
3848
|
+
minHostVersion?: string | undefined;
|
|
3849
|
+
author?: string | undefined;
|
|
3850
|
+
license?: string | undefined;
|
|
3851
|
+
repository?: string | undefined;
|
|
3852
|
+
homepage?: string | undefined;
|
|
3853
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3854
|
+
}, {
|
|
3855
|
+
name: string;
|
|
3856
|
+
description: string;
|
|
3857
|
+
title: string;
|
|
3858
|
+
artifactUrl: string;
|
|
3859
|
+
sha256: string;
|
|
3860
|
+
latestVersion: string;
|
|
3861
|
+
size: number;
|
|
3862
|
+
publishedAt: string;
|
|
3863
|
+
minPluginApiVersion?: string | undefined;
|
|
3864
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3865
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3866
|
+
readmeMarkdown?: string | undefined;
|
|
3867
|
+
readmeSourceUrl?: string | undefined;
|
|
3868
|
+
minHostVersion?: string | undefined;
|
|
3869
|
+
author?: string | undefined;
|
|
3870
|
+
license?: string | undefined;
|
|
3871
|
+
repository?: string | undefined;
|
|
3872
|
+
homepage?: string | undefined;
|
|
3873
|
+
categories?: string[] | undefined;
|
|
3874
|
+
keywords?: string[] | undefined;
|
|
3875
|
+
screenshots?: {
|
|
3876
|
+
src: string;
|
|
3877
|
+
alt?: string | undefined;
|
|
3878
|
+
}[] | undefined;
|
|
3879
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3880
|
+
}>, {
|
|
3881
|
+
name: string;
|
|
3882
|
+
description: string;
|
|
3883
|
+
title: string;
|
|
3884
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3885
|
+
artifactUrl: string;
|
|
3886
|
+
sha256: string;
|
|
3887
|
+
latestVersion: string;
|
|
3888
|
+
categories: string[];
|
|
3889
|
+
keywords: string[];
|
|
3890
|
+
screenshots: {
|
|
3891
|
+
src: string;
|
|
3892
|
+
alt?: string | undefined;
|
|
3893
|
+
}[];
|
|
3894
|
+
size: number;
|
|
3895
|
+
publishedAt: string;
|
|
3896
|
+
minPluginApiVersion?: string | undefined;
|
|
3897
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3898
|
+
readmeMarkdown?: string | undefined;
|
|
3899
|
+
readmeSourceUrl?: string | undefined;
|
|
3900
|
+
minHostVersion?: string | undefined;
|
|
3901
|
+
author?: string | undefined;
|
|
3902
|
+
license?: string | undefined;
|
|
3903
|
+
repository?: string | undefined;
|
|
3904
|
+
homepage?: string | undefined;
|
|
3905
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3906
|
+
}, {
|
|
3907
|
+
name: string;
|
|
3908
|
+
description: string;
|
|
3909
|
+
title: string;
|
|
3910
|
+
artifactUrl: string;
|
|
3911
|
+
sha256: string;
|
|
3912
|
+
latestVersion: string;
|
|
3913
|
+
size: number;
|
|
3914
|
+
publishedAt: string;
|
|
3915
|
+
minPluginApiVersion?: string | undefined;
|
|
3916
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3917
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3918
|
+
readmeMarkdown?: string | undefined;
|
|
3919
|
+
readmeSourceUrl?: string | undefined;
|
|
3920
|
+
minHostVersion?: string | undefined;
|
|
3921
|
+
author?: string | undefined;
|
|
3922
|
+
license?: string | undefined;
|
|
3923
|
+
repository?: string | undefined;
|
|
3924
|
+
homepage?: string | undefined;
|
|
3925
|
+
categories?: string[] | undefined;
|
|
3926
|
+
keywords?: string[] | undefined;
|
|
3927
|
+
screenshots?: {
|
|
3928
|
+
src: string;
|
|
3929
|
+
alt?: string | undefined;
|
|
3930
|
+
}[] | undefined;
|
|
3931
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3932
|
+
}>, {
|
|
3933
|
+
minPluginApiVersion: string;
|
|
3934
|
+
name: string;
|
|
3935
|
+
description: string;
|
|
3936
|
+
title: string;
|
|
3937
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3938
|
+
artifactUrl: string;
|
|
3939
|
+
sha256: string;
|
|
3940
|
+
latestVersion: string;
|
|
3941
|
+
categories: string[];
|
|
3942
|
+
keywords: string[];
|
|
3943
|
+
screenshots: {
|
|
3944
|
+
src: string;
|
|
3945
|
+
alt?: string | undefined;
|
|
3946
|
+
}[];
|
|
3947
|
+
size: number;
|
|
3948
|
+
publishedAt: string;
|
|
3949
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3950
|
+
readmeMarkdown?: string | undefined;
|
|
3951
|
+
readmeSourceUrl?: string | undefined;
|
|
3952
|
+
author?: string | undefined;
|
|
3953
|
+
license?: string | undefined;
|
|
3954
|
+
repository?: string | undefined;
|
|
3955
|
+
homepage?: string | undefined;
|
|
3956
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3957
|
+
}, {
|
|
3958
|
+
name: string;
|
|
3959
|
+
description: string;
|
|
3960
|
+
title: string;
|
|
3961
|
+
artifactUrl: string;
|
|
3962
|
+
sha256: string;
|
|
3963
|
+
latestVersion: string;
|
|
3964
|
+
size: number;
|
|
3965
|
+
publishedAt: string;
|
|
3966
|
+
minPluginApiVersion?: string | undefined;
|
|
3967
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3968
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
3969
|
+
readmeMarkdown?: string | undefined;
|
|
3970
|
+
readmeSourceUrl?: string | undefined;
|
|
3971
|
+
minHostVersion?: string | undefined;
|
|
3972
|
+
author?: string | undefined;
|
|
3973
|
+
license?: string | undefined;
|
|
3974
|
+
repository?: string | undefined;
|
|
3975
|
+
homepage?: string | undefined;
|
|
3976
|
+
categories?: string[] | undefined;
|
|
3977
|
+
keywords?: string[] | undefined;
|
|
3978
|
+
screenshots?: {
|
|
3979
|
+
src: string;
|
|
3980
|
+
alt?: string | undefined;
|
|
3981
|
+
}[] | undefined;
|
|
3982
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3983
|
+
}>, "many">;
|
|
3984
|
+
}, "strip", z.ZodTypeAny, {
|
|
3985
|
+
schemaVersion: 1;
|
|
3986
|
+
channel: "stable" | "nightly";
|
|
3987
|
+
plugins: {
|
|
3988
|
+
minPluginApiVersion: string;
|
|
3989
|
+
name: string;
|
|
3990
|
+
description: string;
|
|
3991
|
+
title: string;
|
|
3992
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3993
|
+
artifactUrl: string;
|
|
3994
|
+
sha256: string;
|
|
3995
|
+
latestVersion: string;
|
|
3996
|
+
categories: string[];
|
|
3997
|
+
keywords: string[];
|
|
3998
|
+
screenshots: {
|
|
3999
|
+
src: string;
|
|
4000
|
+
alt?: string | undefined;
|
|
4001
|
+
}[];
|
|
4002
|
+
size: number;
|
|
4003
|
+
publishedAt: string;
|
|
4004
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4005
|
+
readmeMarkdown?: string | undefined;
|
|
4006
|
+
readmeSourceUrl?: string | undefined;
|
|
4007
|
+
author?: string | undefined;
|
|
4008
|
+
license?: string | undefined;
|
|
4009
|
+
repository?: string | undefined;
|
|
4010
|
+
homepage?: string | undefined;
|
|
4011
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4012
|
+
}[];
|
|
4013
|
+
generatedAt: string;
|
|
4014
|
+
}, {
|
|
4015
|
+
schemaVersion: 1;
|
|
4016
|
+
channel: "stable" | "nightly";
|
|
4017
|
+
plugins: {
|
|
4018
|
+
name: string;
|
|
4019
|
+
description: string;
|
|
4020
|
+
title: string;
|
|
4021
|
+
artifactUrl: string;
|
|
4022
|
+
sha256: string;
|
|
4023
|
+
latestVersion: string;
|
|
4024
|
+
size: number;
|
|
4025
|
+
publishedAt: string;
|
|
4026
|
+
minPluginApiVersion?: string | undefined;
|
|
4027
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
4028
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4029
|
+
readmeMarkdown?: string | undefined;
|
|
4030
|
+
readmeSourceUrl?: string | undefined;
|
|
4031
|
+
minHostVersion?: string | undefined;
|
|
4032
|
+
author?: string | undefined;
|
|
4033
|
+
license?: string | undefined;
|
|
4034
|
+
repository?: string | undefined;
|
|
4035
|
+
homepage?: string | undefined;
|
|
4036
|
+
categories?: string[] | undefined;
|
|
4037
|
+
keywords?: string[] | undefined;
|
|
4038
|
+
screenshots?: {
|
|
4039
|
+
src: string;
|
|
4040
|
+
alt?: string | undefined;
|
|
4041
|
+
}[] | undefined;
|
|
4042
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4043
|
+
}[];
|
|
4044
|
+
generatedAt: string;
|
|
4045
|
+
}>, z.ZodObject<{
|
|
4046
|
+
schemaVersion: z.ZodLiteral<2>;
|
|
4047
|
+
generatedAt: z.ZodString;
|
|
4048
|
+
channel: z.ZodEnum<["stable", "nightly"]>;
|
|
4049
|
+
plugins: z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
4050
|
+
name: z.ZodString;
|
|
4051
|
+
title: z.ZodString;
|
|
4052
|
+
description: z.ZodString;
|
|
4053
|
+
readmeMarkdown: z.ZodOptional<z.ZodString>;
|
|
4054
|
+
readmeSourceUrl: z.ZodOptional<z.ZodString>;
|
|
4055
|
+
locales: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
4056
|
+
latestVersion: z.ZodString;
|
|
4057
|
+
minPluginApiVersion: z.ZodOptional<z.ZodString>;
|
|
4058
|
+
/** Catalog schema v1 compatibility alias; normalized on read. */
|
|
4059
|
+
minHostVersion: z.ZodOptional<z.ZodString>;
|
|
4060
|
+
author: z.ZodOptional<z.ZodString>;
|
|
4061
|
+
license: z.ZodOptional<z.ZodString>;
|
|
4062
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
4063
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
4064
|
+
categories: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4065
|
+
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4066
|
+
permissions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>>;
|
|
4067
|
+
screenshots: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4068
|
+
src: z.ZodString;
|
|
4069
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
4070
|
+
}, "strip", z.ZodTypeAny, {
|
|
4071
|
+
src: string;
|
|
4072
|
+
alt?: string | undefined;
|
|
4073
|
+
}, {
|
|
4074
|
+
src: string;
|
|
4075
|
+
alt?: string | undefined;
|
|
4076
|
+
}>, "many">>>;
|
|
4077
|
+
artifactUrl: z.ZodString;
|
|
4078
|
+
sha256: z.ZodString;
|
|
4079
|
+
size: z.ZodNumber;
|
|
4080
|
+
publishedAt: z.ZodString;
|
|
4081
|
+
artifactManifestVersion: z.ZodOptional<z.ZodLiteral<1>>;
|
|
4082
|
+
}, "strip", z.ZodTypeAny, {
|
|
4083
|
+
name: string;
|
|
4084
|
+
description: string;
|
|
4085
|
+
title: string;
|
|
4086
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4087
|
+
artifactUrl: string;
|
|
4088
|
+
sha256: string;
|
|
4089
|
+
latestVersion: string;
|
|
4090
|
+
categories: string[];
|
|
4091
|
+
keywords: string[];
|
|
4092
|
+
screenshots: {
|
|
4093
|
+
src: string;
|
|
4094
|
+
alt?: string | undefined;
|
|
4095
|
+
}[];
|
|
4096
|
+
size: number;
|
|
4097
|
+
publishedAt: string;
|
|
4098
|
+
minPluginApiVersion?: string | undefined;
|
|
4099
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4100
|
+
readmeMarkdown?: string | undefined;
|
|
4101
|
+
readmeSourceUrl?: string | undefined;
|
|
4102
|
+
minHostVersion?: string | undefined;
|
|
4103
|
+
author?: string | undefined;
|
|
4104
|
+
license?: string | undefined;
|
|
4105
|
+
repository?: string | undefined;
|
|
4106
|
+
homepage?: string | undefined;
|
|
4107
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4108
|
+
}, {
|
|
4109
|
+
name: string;
|
|
4110
|
+
description: string;
|
|
4111
|
+
title: string;
|
|
4112
|
+
artifactUrl: string;
|
|
4113
|
+
sha256: string;
|
|
4114
|
+
latestVersion: string;
|
|
4115
|
+
size: number;
|
|
4116
|
+
publishedAt: string;
|
|
4117
|
+
minPluginApiVersion?: string | undefined;
|
|
4118
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
4119
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4120
|
+
readmeMarkdown?: string | undefined;
|
|
4121
|
+
readmeSourceUrl?: string | undefined;
|
|
4122
|
+
minHostVersion?: string | undefined;
|
|
4123
|
+
author?: string | undefined;
|
|
4124
|
+
license?: string | undefined;
|
|
4125
|
+
repository?: string | undefined;
|
|
4126
|
+
homepage?: string | undefined;
|
|
4127
|
+
categories?: string[] | undefined;
|
|
4128
|
+
keywords?: string[] | undefined;
|
|
4129
|
+
screenshots?: {
|
|
4130
|
+
src: string;
|
|
4131
|
+
alt?: string | undefined;
|
|
4132
|
+
}[] | undefined;
|
|
4133
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4134
|
+
}>, {
|
|
4135
|
+
name: string;
|
|
4136
|
+
description: string;
|
|
4137
|
+
title: string;
|
|
4138
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4139
|
+
artifactUrl: string;
|
|
4140
|
+
sha256: string;
|
|
4141
|
+
latestVersion: string;
|
|
4142
|
+
categories: string[];
|
|
4143
|
+
keywords: string[];
|
|
4144
|
+
screenshots: {
|
|
4145
|
+
src: string;
|
|
4146
|
+
alt?: string | undefined;
|
|
4147
|
+
}[];
|
|
4148
|
+
size: number;
|
|
4149
|
+
publishedAt: string;
|
|
4150
|
+
minPluginApiVersion?: string | undefined;
|
|
4151
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4152
|
+
readmeMarkdown?: string | undefined;
|
|
4153
|
+
readmeSourceUrl?: string | undefined;
|
|
4154
|
+
minHostVersion?: string | undefined;
|
|
4155
|
+
author?: string | undefined;
|
|
4156
|
+
license?: string | undefined;
|
|
4157
|
+
repository?: string | undefined;
|
|
4158
|
+
homepage?: string | undefined;
|
|
4159
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4160
|
+
}, {
|
|
4161
|
+
name: string;
|
|
4162
|
+
description: string;
|
|
4163
|
+
title: string;
|
|
4164
|
+
artifactUrl: string;
|
|
4165
|
+
sha256: string;
|
|
4166
|
+
latestVersion: string;
|
|
4167
|
+
size: number;
|
|
4168
|
+
publishedAt: string;
|
|
4169
|
+
minPluginApiVersion?: string | undefined;
|
|
4170
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
4171
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4172
|
+
readmeMarkdown?: string | undefined;
|
|
4173
|
+
readmeSourceUrl?: string | undefined;
|
|
4174
|
+
minHostVersion?: string | undefined;
|
|
4175
|
+
author?: string | undefined;
|
|
4176
|
+
license?: string | undefined;
|
|
4177
|
+
repository?: string | undefined;
|
|
4178
|
+
homepage?: string | undefined;
|
|
4179
|
+
categories?: string[] | undefined;
|
|
4180
|
+
keywords?: string[] | undefined;
|
|
4181
|
+
screenshots?: {
|
|
3106
4182
|
src: string;
|
|
3107
4183
|
alt?: string | undefined;
|
|
3108
|
-
}
|
|
4184
|
+
}[] | undefined;
|
|
4185
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4186
|
+
}>, {
|
|
4187
|
+
name: string;
|
|
4188
|
+
description: string;
|
|
4189
|
+
title: string;
|
|
4190
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4191
|
+
artifactUrl: string;
|
|
4192
|
+
sha256: string;
|
|
4193
|
+
latestVersion: string;
|
|
4194
|
+
categories: string[];
|
|
4195
|
+
keywords: string[];
|
|
4196
|
+
screenshots: {
|
|
3109
4197
|
src: string;
|
|
3110
4198
|
alt?: string | undefined;
|
|
3111
|
-
}
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
4199
|
+
}[];
|
|
4200
|
+
size: number;
|
|
4201
|
+
publishedAt: string;
|
|
4202
|
+
minPluginApiVersion?: string | undefined;
|
|
4203
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4204
|
+
readmeMarkdown?: string | undefined;
|
|
4205
|
+
readmeSourceUrl?: string | undefined;
|
|
4206
|
+
minHostVersion?: string | undefined;
|
|
4207
|
+
author?: string | undefined;
|
|
4208
|
+
license?: string | undefined;
|
|
4209
|
+
repository?: string | undefined;
|
|
4210
|
+
homepage?: string | undefined;
|
|
4211
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4212
|
+
}, {
|
|
4213
|
+
name: string;
|
|
4214
|
+
description: string;
|
|
4215
|
+
title: string;
|
|
4216
|
+
artifactUrl: string;
|
|
4217
|
+
sha256: string;
|
|
4218
|
+
latestVersion: string;
|
|
4219
|
+
size: number;
|
|
4220
|
+
publishedAt: string;
|
|
4221
|
+
minPluginApiVersion?: string | undefined;
|
|
4222
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
4223
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4224
|
+
readmeMarkdown?: string | undefined;
|
|
4225
|
+
readmeSourceUrl?: string | undefined;
|
|
4226
|
+
minHostVersion?: string | undefined;
|
|
4227
|
+
author?: string | undefined;
|
|
4228
|
+
license?: string | undefined;
|
|
4229
|
+
repository?: string | undefined;
|
|
4230
|
+
homepage?: string | undefined;
|
|
4231
|
+
categories?: string[] | undefined;
|
|
4232
|
+
keywords?: string[] | undefined;
|
|
4233
|
+
screenshots?: {
|
|
4234
|
+
src: string;
|
|
4235
|
+
alt?: string | undefined;
|
|
4236
|
+
}[] | undefined;
|
|
4237
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4238
|
+
}>, {
|
|
4239
|
+
minPluginApiVersion: string;
|
|
3117
4240
|
name: string;
|
|
3118
4241
|
description: string;
|
|
3119
4242
|
title: string;
|
|
3120
|
-
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4243
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3121
4244
|
artifactUrl: string;
|
|
3122
4245
|
sha256: string;
|
|
3123
4246
|
latestVersion: string;
|
|
3124
|
-
minHostVersion: string;
|
|
3125
4247
|
categories: string[];
|
|
3126
4248
|
keywords: string[];
|
|
3127
4249
|
screenshots: {
|
|
@@ -3137,6 +4259,7 @@ export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
|
3137
4259
|
license?: string | undefined;
|
|
3138
4260
|
repository?: string | undefined;
|
|
3139
4261
|
homepage?: string | undefined;
|
|
4262
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3140
4263
|
}, {
|
|
3141
4264
|
name: string;
|
|
3142
4265
|
description: string;
|
|
@@ -3144,13 +4267,14 @@ export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
|
3144
4267
|
artifactUrl: string;
|
|
3145
4268
|
sha256: string;
|
|
3146
4269
|
latestVersion: string;
|
|
3147
|
-
minHostVersion: string;
|
|
3148
4270
|
size: number;
|
|
3149
4271
|
publishedAt: string;
|
|
3150
|
-
|
|
4272
|
+
minPluginApiVersion?: string | undefined;
|
|
4273
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3151
4274
|
locales?: Record<string, Record<string, string>> | undefined;
|
|
3152
4275
|
readmeMarkdown?: string | undefined;
|
|
3153
4276
|
readmeSourceUrl?: string | undefined;
|
|
4277
|
+
minHostVersion?: string | undefined;
|
|
3154
4278
|
author?: string | undefined;
|
|
3155
4279
|
license?: string | undefined;
|
|
3156
4280
|
repository?: string | undefined;
|
|
@@ -3161,18 +4285,20 @@ export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
|
3161
4285
|
src: string;
|
|
3162
4286
|
alt?: string | undefined;
|
|
3163
4287
|
}[] | undefined;
|
|
4288
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3164
4289
|
}>, "many">;
|
|
3165
4290
|
}, "strip", z.ZodTypeAny, {
|
|
4291
|
+
schemaVersion: 2;
|
|
3166
4292
|
channel: "stable" | "nightly";
|
|
3167
4293
|
plugins: {
|
|
4294
|
+
minPluginApiVersion: string;
|
|
3168
4295
|
name: string;
|
|
3169
4296
|
description: string;
|
|
3170
4297
|
title: string;
|
|
3171
|
-
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4298
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3172
4299
|
artifactUrl: string;
|
|
3173
4300
|
sha256: string;
|
|
3174
4301
|
latestVersion: string;
|
|
3175
|
-
minHostVersion: string;
|
|
3176
4302
|
categories: string[];
|
|
3177
4303
|
keywords: string[];
|
|
3178
4304
|
screenshots: {
|
|
@@ -3188,10 +4314,11 @@ export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
|
3188
4314
|
license?: string | undefined;
|
|
3189
4315
|
repository?: string | undefined;
|
|
3190
4316
|
homepage?: string | undefined;
|
|
4317
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3191
4318
|
}[];
|
|
3192
|
-
schemaVersion: number;
|
|
3193
4319
|
generatedAt: string;
|
|
3194
4320
|
}, {
|
|
4321
|
+
schemaVersion: 2;
|
|
3195
4322
|
channel: "stable" | "nightly";
|
|
3196
4323
|
plugins: {
|
|
3197
4324
|
name: string;
|
|
@@ -3200,13 +4327,14 @@ export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
|
3200
4327
|
artifactUrl: string;
|
|
3201
4328
|
sha256: string;
|
|
3202
4329
|
latestVersion: string;
|
|
3203
|
-
minHostVersion: string;
|
|
3204
4330
|
size: number;
|
|
3205
4331
|
publishedAt: string;
|
|
3206
|
-
|
|
4332
|
+
minPluginApiVersion?: string | undefined;
|
|
4333
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3207
4334
|
locales?: Record<string, Record<string, string>> | undefined;
|
|
3208
4335
|
readmeMarkdown?: string | undefined;
|
|
3209
4336
|
readmeSourceUrl?: string | undefined;
|
|
4337
|
+
minHostVersion?: string | undefined;
|
|
3210
4338
|
author?: string | undefined;
|
|
3211
4339
|
license?: string | undefined;
|
|
3212
4340
|
repository?: string | undefined;
|
|
@@ -3217,23 +4345,54 @@ export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
|
3217
4345
|
src: string;
|
|
3218
4346
|
alt?: string | undefined;
|
|
3219
4347
|
}[] | undefined;
|
|
4348
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3220
4349
|
}[];
|
|
3221
|
-
schemaVersion: number;
|
|
3222
4350
|
generatedAt: string;
|
|
3223
|
-
}>;
|
|
4351
|
+
}>]>;
|
|
3224
4352
|
sourceUrl: z.ZodString;
|
|
3225
4353
|
}, "strip", z.ZodTypeAny, {
|
|
3226
4354
|
catalog: {
|
|
4355
|
+
schemaVersion: 1;
|
|
4356
|
+
channel: "stable" | "nightly";
|
|
4357
|
+
plugins: {
|
|
4358
|
+
minPluginApiVersion: string;
|
|
4359
|
+
name: string;
|
|
4360
|
+
description: string;
|
|
4361
|
+
title: string;
|
|
4362
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4363
|
+
artifactUrl: string;
|
|
4364
|
+
sha256: string;
|
|
4365
|
+
latestVersion: string;
|
|
4366
|
+
categories: string[];
|
|
4367
|
+
keywords: string[];
|
|
4368
|
+
screenshots: {
|
|
4369
|
+
src: string;
|
|
4370
|
+
alt?: string | undefined;
|
|
4371
|
+
}[];
|
|
4372
|
+
size: number;
|
|
4373
|
+
publishedAt: string;
|
|
4374
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4375
|
+
readmeMarkdown?: string | undefined;
|
|
4376
|
+
readmeSourceUrl?: string | undefined;
|
|
4377
|
+
author?: string | undefined;
|
|
4378
|
+
license?: string | undefined;
|
|
4379
|
+
repository?: string | undefined;
|
|
4380
|
+
homepage?: string | undefined;
|
|
4381
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4382
|
+
}[];
|
|
4383
|
+
generatedAt: string;
|
|
4384
|
+
} | {
|
|
4385
|
+
schemaVersion: 2;
|
|
3227
4386
|
channel: "stable" | "nightly";
|
|
3228
4387
|
plugins: {
|
|
4388
|
+
minPluginApiVersion: string;
|
|
3229
4389
|
name: string;
|
|
3230
4390
|
description: string;
|
|
3231
4391
|
title: string;
|
|
3232
|
-
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4392
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3233
4393
|
artifactUrl: string;
|
|
3234
4394
|
sha256: string;
|
|
3235
4395
|
latestVersion: string;
|
|
3236
|
-
minHostVersion: string;
|
|
3237
4396
|
categories: string[];
|
|
3238
4397
|
keywords: string[];
|
|
3239
4398
|
screenshots: {
|
|
@@ -3249,13 +4408,45 @@ export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
|
3249
4408
|
license?: string | undefined;
|
|
3250
4409
|
repository?: string | undefined;
|
|
3251
4410
|
homepage?: string | undefined;
|
|
4411
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3252
4412
|
}[];
|
|
3253
|
-
schemaVersion: number;
|
|
3254
4413
|
generatedAt: string;
|
|
3255
4414
|
};
|
|
3256
4415
|
sourceUrl: string;
|
|
3257
4416
|
}, {
|
|
3258
4417
|
catalog: {
|
|
4418
|
+
schemaVersion: 1;
|
|
4419
|
+
channel: "stable" | "nightly";
|
|
4420
|
+
plugins: {
|
|
4421
|
+
name: string;
|
|
4422
|
+
description: string;
|
|
4423
|
+
title: string;
|
|
4424
|
+
artifactUrl: string;
|
|
4425
|
+
sha256: string;
|
|
4426
|
+
latestVersion: string;
|
|
4427
|
+
size: number;
|
|
4428
|
+
publishedAt: string;
|
|
4429
|
+
minPluginApiVersion?: string | undefined;
|
|
4430
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
4431
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4432
|
+
readmeMarkdown?: string | undefined;
|
|
4433
|
+
readmeSourceUrl?: string | undefined;
|
|
4434
|
+
minHostVersion?: string | undefined;
|
|
4435
|
+
author?: string | undefined;
|
|
4436
|
+
license?: string | undefined;
|
|
4437
|
+
repository?: string | undefined;
|
|
4438
|
+
homepage?: string | undefined;
|
|
4439
|
+
categories?: string[] | undefined;
|
|
4440
|
+
keywords?: string[] | undefined;
|
|
4441
|
+
screenshots?: {
|
|
4442
|
+
src: string;
|
|
4443
|
+
alt?: string | undefined;
|
|
4444
|
+
}[] | undefined;
|
|
4445
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4446
|
+
}[];
|
|
4447
|
+
generatedAt: string;
|
|
4448
|
+
} | {
|
|
4449
|
+
schemaVersion: 2;
|
|
3259
4450
|
channel: "stable" | "nightly";
|
|
3260
4451
|
plugins: {
|
|
3261
4452
|
name: string;
|
|
@@ -3264,13 +4455,14 @@ export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
|
3264
4455
|
artifactUrl: string;
|
|
3265
4456
|
sha256: string;
|
|
3266
4457
|
latestVersion: string;
|
|
3267
|
-
minHostVersion: string;
|
|
3268
4458
|
size: number;
|
|
3269
4459
|
publishedAt: string;
|
|
3270
|
-
|
|
4460
|
+
minPluginApiVersion?: string | undefined;
|
|
4461
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3271
4462
|
locales?: Record<string, Record<string, string>> | undefined;
|
|
3272
4463
|
readmeMarkdown?: string | undefined;
|
|
3273
4464
|
readmeSourceUrl?: string | undefined;
|
|
4465
|
+
minHostVersion?: string | undefined;
|
|
3274
4466
|
author?: string | undefined;
|
|
3275
4467
|
license?: string | undefined;
|
|
3276
4468
|
repository?: string | undefined;
|
|
@@ -3281,15 +4473,15 @@ export declare const PluginMarketCatalogResponseSchema: z.ZodObject<{
|
|
|
3281
4473
|
src: string;
|
|
3282
4474
|
alt?: string | undefined;
|
|
3283
4475
|
}[] | undefined;
|
|
4476
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3284
4477
|
}[];
|
|
3285
|
-
schemaVersion: number;
|
|
3286
4478
|
generatedAt: string;
|
|
3287
4479
|
};
|
|
3288
4480
|
sourceUrl: string;
|
|
3289
4481
|
}>;
|
|
3290
4482
|
export type PluginMarketCatalogResponse = z.infer<typeof PluginMarketCatalogResponseSchema>;
|
|
3291
4483
|
export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
3292
|
-
plugin: z.ZodObject<{
|
|
4484
|
+
plugin: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
3293
4485
|
name: z.ZodString;
|
|
3294
4486
|
title: z.ZodString;
|
|
3295
4487
|
description: z.ZodString;
|
|
@@ -3297,14 +4489,16 @@ export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
|
3297
4489
|
readmeSourceUrl: z.ZodOptional<z.ZodString>;
|
|
3298
4490
|
locales: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3299
4491
|
latestVersion: z.ZodString;
|
|
3300
|
-
|
|
4492
|
+
minPluginApiVersion: z.ZodOptional<z.ZodString>;
|
|
4493
|
+
/** Catalog schema v1 compatibility alias; normalized on read. */
|
|
4494
|
+
minHostVersion: z.ZodOptional<z.ZodString>;
|
|
3301
4495
|
author: z.ZodOptional<z.ZodString>;
|
|
3302
4496
|
license: z.ZodOptional<z.ZodString>;
|
|
3303
4497
|
repository: z.ZodOptional<z.ZodString>;
|
|
3304
4498
|
homepage: z.ZodOptional<z.ZodString>;
|
|
3305
4499
|
categories: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3306
4500
|
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3307
|
-
permissions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>>;
|
|
4501
|
+
permissions: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["network", "plugin:event-bus", "host:hamlib", "operator:transmit-control", "radio:read", "radio:control", "radio:tuner-control", "radio:power", "logbook:read", "logbook:write", "logbook:session", "logbook:sync", "settings:ft8", "settings:decode-windows", "settings:realtime", "settings:frequency-presets", "settings:station", "settings:psk-reporter", "settings:ntp"]>, "many">>>;
|
|
3308
4502
|
screenshots: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3309
4503
|
src: z.ZodString;
|
|
3310
4504
|
alt: z.ZodOptional<z.ZodString>;
|
|
@@ -3319,15 +4513,120 @@ export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
|
3319
4513
|
sha256: z.ZodString;
|
|
3320
4514
|
size: z.ZodNumber;
|
|
3321
4515
|
publishedAt: z.ZodString;
|
|
4516
|
+
artifactManifestVersion: z.ZodOptional<z.ZodLiteral<1>>;
|
|
3322
4517
|
}, "strip", z.ZodTypeAny, {
|
|
3323
4518
|
name: string;
|
|
3324
4519
|
description: string;
|
|
3325
4520
|
title: string;
|
|
3326
|
-
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4521
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4522
|
+
artifactUrl: string;
|
|
4523
|
+
sha256: string;
|
|
4524
|
+
latestVersion: string;
|
|
4525
|
+
categories: string[];
|
|
4526
|
+
keywords: string[];
|
|
4527
|
+
screenshots: {
|
|
4528
|
+
src: string;
|
|
4529
|
+
alt?: string | undefined;
|
|
4530
|
+
}[];
|
|
4531
|
+
size: number;
|
|
4532
|
+
publishedAt: string;
|
|
4533
|
+
minPluginApiVersion?: string | undefined;
|
|
4534
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4535
|
+
readmeMarkdown?: string | undefined;
|
|
4536
|
+
readmeSourceUrl?: string | undefined;
|
|
4537
|
+
minHostVersion?: string | undefined;
|
|
4538
|
+
author?: string | undefined;
|
|
4539
|
+
license?: string | undefined;
|
|
4540
|
+
repository?: string | undefined;
|
|
4541
|
+
homepage?: string | undefined;
|
|
4542
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4543
|
+
}, {
|
|
4544
|
+
name: string;
|
|
4545
|
+
description: string;
|
|
4546
|
+
title: string;
|
|
4547
|
+
artifactUrl: string;
|
|
4548
|
+
sha256: string;
|
|
4549
|
+
latestVersion: string;
|
|
4550
|
+
size: number;
|
|
4551
|
+
publishedAt: string;
|
|
4552
|
+
minPluginApiVersion?: string | undefined;
|
|
4553
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
4554
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4555
|
+
readmeMarkdown?: string | undefined;
|
|
4556
|
+
readmeSourceUrl?: string | undefined;
|
|
4557
|
+
minHostVersion?: string | undefined;
|
|
4558
|
+
author?: string | undefined;
|
|
4559
|
+
license?: string | undefined;
|
|
4560
|
+
repository?: string | undefined;
|
|
4561
|
+
homepage?: string | undefined;
|
|
4562
|
+
categories?: string[] | undefined;
|
|
4563
|
+
keywords?: string[] | undefined;
|
|
4564
|
+
screenshots?: {
|
|
4565
|
+
src: string;
|
|
4566
|
+
alt?: string | undefined;
|
|
4567
|
+
}[] | undefined;
|
|
4568
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4569
|
+
}>, {
|
|
4570
|
+
name: string;
|
|
4571
|
+
description: string;
|
|
4572
|
+
title: string;
|
|
4573
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4574
|
+
artifactUrl: string;
|
|
4575
|
+
sha256: string;
|
|
4576
|
+
latestVersion: string;
|
|
4577
|
+
categories: string[];
|
|
4578
|
+
keywords: string[];
|
|
4579
|
+
screenshots: {
|
|
4580
|
+
src: string;
|
|
4581
|
+
alt?: string | undefined;
|
|
4582
|
+
}[];
|
|
4583
|
+
size: number;
|
|
4584
|
+
publishedAt: string;
|
|
4585
|
+
minPluginApiVersion?: string | undefined;
|
|
4586
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4587
|
+
readmeMarkdown?: string | undefined;
|
|
4588
|
+
readmeSourceUrl?: string | undefined;
|
|
4589
|
+
minHostVersion?: string | undefined;
|
|
4590
|
+
author?: string | undefined;
|
|
4591
|
+
license?: string | undefined;
|
|
4592
|
+
repository?: string | undefined;
|
|
4593
|
+
homepage?: string | undefined;
|
|
4594
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4595
|
+
}, {
|
|
4596
|
+
name: string;
|
|
4597
|
+
description: string;
|
|
4598
|
+
title: string;
|
|
4599
|
+
artifactUrl: string;
|
|
4600
|
+
sha256: string;
|
|
4601
|
+
latestVersion: string;
|
|
4602
|
+
size: number;
|
|
4603
|
+
publishedAt: string;
|
|
4604
|
+
minPluginApiVersion?: string | undefined;
|
|
4605
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
4606
|
+
locales?: Record<string, Record<string, string>> | undefined;
|
|
4607
|
+
readmeMarkdown?: string | undefined;
|
|
4608
|
+
readmeSourceUrl?: string | undefined;
|
|
4609
|
+
minHostVersion?: string | undefined;
|
|
4610
|
+
author?: string | undefined;
|
|
4611
|
+
license?: string | undefined;
|
|
4612
|
+
repository?: string | undefined;
|
|
4613
|
+
homepage?: string | undefined;
|
|
4614
|
+
categories?: string[] | undefined;
|
|
4615
|
+
keywords?: string[] | undefined;
|
|
4616
|
+
screenshots?: {
|
|
4617
|
+
src: string;
|
|
4618
|
+
alt?: string | undefined;
|
|
4619
|
+
}[] | undefined;
|
|
4620
|
+
artifactManifestVersion?: 1 | undefined;
|
|
4621
|
+
}>, {
|
|
4622
|
+
minPluginApiVersion: string;
|
|
4623
|
+
name: string;
|
|
4624
|
+
description: string;
|
|
4625
|
+
title: string;
|
|
4626
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3327
4627
|
artifactUrl: string;
|
|
3328
4628
|
sha256: string;
|
|
3329
4629
|
latestVersion: string;
|
|
3330
|
-
minHostVersion: string;
|
|
3331
4630
|
categories: string[];
|
|
3332
4631
|
keywords: string[];
|
|
3333
4632
|
screenshots: {
|
|
@@ -3343,6 +4642,7 @@ export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
|
3343
4642
|
license?: string | undefined;
|
|
3344
4643
|
repository?: string | undefined;
|
|
3345
4644
|
homepage?: string | undefined;
|
|
4645
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3346
4646
|
}, {
|
|
3347
4647
|
name: string;
|
|
3348
4648
|
description: string;
|
|
@@ -3350,13 +4650,14 @@ export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
|
3350
4650
|
artifactUrl: string;
|
|
3351
4651
|
sha256: string;
|
|
3352
4652
|
latestVersion: string;
|
|
3353
|
-
minHostVersion: string;
|
|
3354
4653
|
size: number;
|
|
3355
4654
|
publishedAt: string;
|
|
3356
|
-
|
|
4655
|
+
minPluginApiVersion?: string | undefined;
|
|
4656
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3357
4657
|
locales?: Record<string, Record<string, string>> | undefined;
|
|
3358
4658
|
readmeMarkdown?: string | undefined;
|
|
3359
4659
|
readmeSourceUrl?: string | undefined;
|
|
4660
|
+
minHostVersion?: string | undefined;
|
|
3360
4661
|
author?: string | undefined;
|
|
3361
4662
|
license?: string | undefined;
|
|
3362
4663
|
repository?: string | undefined;
|
|
@@ -3367,6 +4668,7 @@ export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
|
3367
4668
|
src: string;
|
|
3368
4669
|
alt?: string | undefined;
|
|
3369
4670
|
}[] | undefined;
|
|
4671
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3370
4672
|
}>;
|
|
3371
4673
|
sourceUrl: z.ZodString;
|
|
3372
4674
|
channel: z.ZodEnum<["stable", "nightly"]>;
|
|
@@ -3374,14 +4676,14 @@ export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
|
3374
4676
|
channel: "stable" | "nightly";
|
|
3375
4677
|
sourceUrl: string;
|
|
3376
4678
|
plugin: {
|
|
4679
|
+
minPluginApiVersion: string;
|
|
3377
4680
|
name: string;
|
|
3378
4681
|
description: string;
|
|
3379
4682
|
title: string;
|
|
3380
|
-
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
4683
|
+
permissions: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[];
|
|
3381
4684
|
artifactUrl: string;
|
|
3382
4685
|
sha256: string;
|
|
3383
4686
|
latestVersion: string;
|
|
3384
|
-
minHostVersion: string;
|
|
3385
4687
|
categories: string[];
|
|
3386
4688
|
keywords: string[];
|
|
3387
4689
|
screenshots: {
|
|
@@ -3397,6 +4699,7 @@ export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
|
3397
4699
|
license?: string | undefined;
|
|
3398
4700
|
repository?: string | undefined;
|
|
3399
4701
|
homepage?: string | undefined;
|
|
4702
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3400
4703
|
};
|
|
3401
4704
|
}, {
|
|
3402
4705
|
channel: "stable" | "nightly";
|
|
@@ -3408,13 +4711,14 @@ export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
|
3408
4711
|
artifactUrl: string;
|
|
3409
4712
|
sha256: string;
|
|
3410
4713
|
latestVersion: string;
|
|
3411
|
-
minHostVersion: string;
|
|
3412
4714
|
size: number;
|
|
3413
4715
|
publishedAt: string;
|
|
3414
|
-
|
|
4716
|
+
minPluginApiVersion?: string | undefined;
|
|
4717
|
+
permissions?: ("network" | "plugin:event-bus" | "host:hamlib" | "operator:transmit-control" | "radio:read" | "radio:control" | "radio:tuner-control" | "radio:power" | "logbook:read" | "logbook:write" | "logbook:session" | "logbook:sync" | "settings:ft8" | "settings:decode-windows" | "settings:realtime" | "settings:frequency-presets" | "settings:station" | "settings:psk-reporter" | "settings:ntp")[] | undefined;
|
|
3415
4718
|
locales?: Record<string, Record<string, string>> | undefined;
|
|
3416
4719
|
readmeMarkdown?: string | undefined;
|
|
3417
4720
|
readmeSourceUrl?: string | undefined;
|
|
4721
|
+
minHostVersion?: string | undefined;
|
|
3418
4722
|
author?: string | undefined;
|
|
3419
4723
|
license?: string | undefined;
|
|
3420
4724
|
repository?: string | undefined;
|
|
@@ -3425,6 +4729,7 @@ export declare const PluginMarketCatalogEntryResponseSchema: z.ZodObject<{
|
|
|
3425
4729
|
src: string;
|
|
3426
4730
|
alt?: string | undefined;
|
|
3427
4731
|
}[] | undefined;
|
|
4732
|
+
artifactManifestVersion?: 1 | undefined;
|
|
3428
4733
|
};
|
|
3429
4734
|
}>;
|
|
3430
4735
|
export type PluginMarketCatalogEntryResponse = z.infer<typeof PluginMarketCatalogEntryResponseSchema>;
|
|
@@ -3506,11 +4811,11 @@ export declare const PluginsConfigSchema: z.ZodObject<{
|
|
|
3506
4811
|
enabled: z.ZodBoolean;
|
|
3507
4812
|
settings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3508
4813
|
}, "strip", z.ZodTypeAny, {
|
|
3509
|
-
enabled: boolean;
|
|
3510
4814
|
settings: Record<string, unknown>;
|
|
3511
|
-
}, {
|
|
3512
4815
|
enabled: boolean;
|
|
4816
|
+
}, {
|
|
3513
4817
|
settings: Record<string, unknown>;
|
|
4818
|
+
enabled: boolean;
|
|
3514
4819
|
}>>>>;
|
|
3515
4820
|
/** 每操作员的策略插件选择 */
|
|
3516
4821
|
operatorStrategies: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -3520,16 +4825,16 @@ export declare const PluginsConfigSchema: z.ZodObject<{
|
|
|
3520
4825
|
operatorPluginPauses: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>>;
|
|
3521
4826
|
}, "strip", z.ZodTypeAny, {
|
|
3522
4827
|
configs: Record<string, {
|
|
3523
|
-
enabled: boolean;
|
|
3524
4828
|
settings: Record<string, unknown>;
|
|
4829
|
+
enabled: boolean;
|
|
3525
4830
|
}>;
|
|
3526
4831
|
operatorStrategies: Record<string, string>;
|
|
3527
4832
|
operatorSettings: Record<string, Record<string, Record<string, unknown>>>;
|
|
3528
4833
|
operatorPluginPauses: Record<string, string[]>;
|
|
3529
4834
|
}, {
|
|
3530
4835
|
configs?: Record<string, {
|
|
3531
|
-
enabled: boolean;
|
|
3532
4836
|
settings: Record<string, unknown>;
|
|
4837
|
+
enabled: boolean;
|
|
3533
4838
|
}> | undefined;
|
|
3534
4839
|
operatorStrategies?: Record<string, string> | undefined;
|
|
3535
4840
|
operatorSettings?: Record<string, Record<string, Record<string, unknown>>> | undefined;
|
|
@@ -3568,14 +4873,14 @@ export declare const PluginLogEntrySchema: z.ZodObject<{
|
|
|
3568
4873
|
}, "strip", z.ZodTypeAny, {
|
|
3569
4874
|
message: string;
|
|
3570
4875
|
timestamp: number;
|
|
3571
|
-
pluginName: string;
|
|
3572
4876
|
level: "error" | "info" | "debug" | "warn";
|
|
4877
|
+
pluginName: string;
|
|
3573
4878
|
data?: unknown;
|
|
3574
4879
|
}, {
|
|
3575
4880
|
message: string;
|
|
3576
4881
|
timestamp: number;
|
|
3577
|
-
pluginName: string;
|
|
3578
4882
|
level: "error" | "info" | "debug" | "warn";
|
|
4883
|
+
pluginName: string;
|
|
3579
4884
|
data?: unknown;
|
|
3580
4885
|
}>;
|
|
3581
4886
|
export type PluginLogEntry = z.infer<typeof PluginLogEntrySchema>;
|
|
@@ -3596,8 +4901,8 @@ export declare const PluginRuntimeLogEntrySchema: z.ZodObject<{
|
|
|
3596
4901
|
}, "strip", z.ZodTypeAny, {
|
|
3597
4902
|
message: string;
|
|
3598
4903
|
timestamp: number;
|
|
3599
|
-
source: "system";
|
|
3600
4904
|
level: "error" | "info" | "debug" | "warn";
|
|
4905
|
+
source: "system";
|
|
3601
4906
|
stage: "scan" | "load" | "validate" | "reload" | "activate";
|
|
3602
4907
|
pluginName?: string | undefined;
|
|
3603
4908
|
directoryName?: string | undefined;
|
|
@@ -3605,8 +4910,8 @@ export declare const PluginRuntimeLogEntrySchema: z.ZodObject<{
|
|
|
3605
4910
|
}, {
|
|
3606
4911
|
message: string;
|
|
3607
4912
|
timestamp: number;
|
|
3608
|
-
source: "system";
|
|
3609
4913
|
level: "error" | "info" | "debug" | "warn";
|
|
4914
|
+
source: "system";
|
|
3610
4915
|
stage: "scan" | "load" | "validate" | "reload" | "activate";
|
|
3611
4916
|
pluginName?: string | undefined;
|
|
3612
4917
|
directoryName?: string | undefined;
|
|
@@ -3625,8 +4930,8 @@ export declare const PluginLogHistoryEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3625
4930
|
}, "strip", z.ZodTypeAny, {
|
|
3626
4931
|
message: string;
|
|
3627
4932
|
timestamp: number;
|
|
3628
|
-
source: "system";
|
|
3629
4933
|
level: "error" | "info" | "debug" | "warn";
|
|
4934
|
+
source: "system";
|
|
3630
4935
|
stage: "scan" | "load" | "validate" | "reload" | "activate";
|
|
3631
4936
|
pluginName?: string | undefined;
|
|
3632
4937
|
directoryName?: string | undefined;
|
|
@@ -3634,8 +4939,8 @@ export declare const PluginLogHistoryEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3634
4939
|
}, {
|
|
3635
4940
|
message: string;
|
|
3636
4941
|
timestamp: number;
|
|
3637
|
-
source: "system";
|
|
3638
4942
|
level: "error" | "info" | "debug" | "warn";
|
|
4943
|
+
source: "system";
|
|
3639
4944
|
stage: "scan" | "load" | "validate" | "reload" | "activate";
|
|
3640
4945
|
pluginName?: string | undefined;
|
|
3641
4946
|
directoryName?: string | undefined;
|
|
@@ -3649,14 +4954,14 @@ export declare const PluginLogHistoryEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3649
4954
|
}, "strip", z.ZodTypeAny, {
|
|
3650
4955
|
message: string;
|
|
3651
4956
|
timestamp: number;
|
|
3652
|
-
pluginName: string;
|
|
3653
4957
|
level: "error" | "info" | "debug" | "warn";
|
|
4958
|
+
pluginName: string;
|
|
3654
4959
|
data?: unknown;
|
|
3655
4960
|
}, {
|
|
3656
4961
|
message: string;
|
|
3657
4962
|
timestamp: number;
|
|
3658
|
-
pluginName: string;
|
|
3659
4963
|
level: "error" | "info" | "debug" | "warn";
|
|
4964
|
+
pluginName: string;
|
|
3660
4965
|
data?: unknown;
|
|
3661
4966
|
}>]>;
|
|
3662
4967
|
export type PluginLogHistoryEntry = z.infer<typeof PluginLogHistoryEntrySchema>;
|
|
@@ -3676,8 +4981,8 @@ export declare const PluginRuntimeLogHistoryPayloadSchema: z.ZodObject<{
|
|
|
3676
4981
|
}, "strip", z.ZodTypeAny, {
|
|
3677
4982
|
message: string;
|
|
3678
4983
|
timestamp: number;
|
|
3679
|
-
source: "system";
|
|
3680
4984
|
level: "error" | "info" | "debug" | "warn";
|
|
4985
|
+
source: "system";
|
|
3681
4986
|
stage: "scan" | "load" | "validate" | "reload" | "activate";
|
|
3682
4987
|
pluginName?: string | undefined;
|
|
3683
4988
|
directoryName?: string | undefined;
|
|
@@ -3685,8 +4990,8 @@ export declare const PluginRuntimeLogHistoryPayloadSchema: z.ZodObject<{
|
|
|
3685
4990
|
}, {
|
|
3686
4991
|
message: string;
|
|
3687
4992
|
timestamp: number;
|
|
3688
|
-
source: "system";
|
|
3689
4993
|
level: "error" | "info" | "debug" | "warn";
|
|
4994
|
+
source: "system";
|
|
3690
4995
|
stage: "scan" | "load" | "validate" | "reload" | "activate";
|
|
3691
4996
|
pluginName?: string | undefined;
|
|
3692
4997
|
directoryName?: string | undefined;
|
|
@@ -3700,28 +5005,28 @@ export declare const PluginRuntimeLogHistoryPayloadSchema: z.ZodObject<{
|
|
|
3700
5005
|
}, "strip", z.ZodTypeAny, {
|
|
3701
5006
|
message: string;
|
|
3702
5007
|
timestamp: number;
|
|
3703
|
-
pluginName: string;
|
|
3704
5008
|
level: "error" | "info" | "debug" | "warn";
|
|
5009
|
+
pluginName: string;
|
|
3705
5010
|
data?: unknown;
|
|
3706
5011
|
}, {
|
|
3707
5012
|
message: string;
|
|
3708
5013
|
timestamp: number;
|
|
3709
|
-
pluginName: string;
|
|
3710
5014
|
level: "error" | "info" | "debug" | "warn";
|
|
5015
|
+
pluginName: string;
|
|
3711
5016
|
data?: unknown;
|
|
3712
5017
|
}>]>, "many">;
|
|
3713
5018
|
}, "strip", z.ZodTypeAny, {
|
|
3714
5019
|
entries: ({
|
|
3715
5020
|
message: string;
|
|
3716
5021
|
timestamp: number;
|
|
3717
|
-
pluginName: string;
|
|
3718
5022
|
level: "error" | "info" | "debug" | "warn";
|
|
5023
|
+
pluginName: string;
|
|
3719
5024
|
data?: unknown;
|
|
3720
5025
|
} | {
|
|
3721
5026
|
message: string;
|
|
3722
5027
|
timestamp: number;
|
|
3723
|
-
source: "system";
|
|
3724
5028
|
level: "error" | "info" | "debug" | "warn";
|
|
5029
|
+
source: "system";
|
|
3725
5030
|
stage: "scan" | "load" | "validate" | "reload" | "activate";
|
|
3726
5031
|
pluginName?: string | undefined;
|
|
3727
5032
|
directoryName?: string | undefined;
|
|
@@ -3731,14 +5036,14 @@ export declare const PluginRuntimeLogHistoryPayloadSchema: z.ZodObject<{
|
|
|
3731
5036
|
entries: ({
|
|
3732
5037
|
message: string;
|
|
3733
5038
|
timestamp: number;
|
|
3734
|
-
pluginName: string;
|
|
3735
5039
|
level: "error" | "info" | "debug" | "warn";
|
|
5040
|
+
pluginName: string;
|
|
3736
5041
|
data?: unknown;
|
|
3737
5042
|
} | {
|
|
3738
5043
|
message: string;
|
|
3739
5044
|
timestamp: number;
|
|
3740
|
-
source: "system";
|
|
3741
5045
|
level: "error" | "info" | "debug" | "warn";
|
|
5046
|
+
source: "system";
|
|
3742
5047
|
stage: "scan" | "load" | "validate" | "reload" | "activate";
|
|
3743
5048
|
pluginName?: string | undefined;
|
|
3744
5049
|
directoryName?: string | undefined;
|
|
@@ -3775,12 +5080,12 @@ export declare const PluginOperatorSettingsPayloadSchema: z.ZodObject<{
|
|
|
3775
5080
|
settings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3776
5081
|
}, "strip", z.ZodTypeAny, {
|
|
3777
5082
|
operatorId: string;
|
|
3778
|
-
pluginName: string;
|
|
3779
5083
|
settings: Record<string, unknown>;
|
|
5084
|
+
pluginName: string;
|
|
3780
5085
|
}, {
|
|
3781
5086
|
operatorId: string;
|
|
3782
|
-
pluginName: string;
|
|
3783
5087
|
settings: Record<string, unknown>;
|
|
5088
|
+
pluginName: string;
|
|
3784
5089
|
}>;
|
|
3785
5090
|
export type PluginOperatorSettingsPayload = z.infer<typeof PluginOperatorSettingsPayloadSchema>;
|
|
3786
5091
|
//# sourceMappingURL=plugin.schema.d.ts.map
|