@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
|
@@ -390,15 +390,15 @@ export declare const DeviceUiBootstrapSnapshotSchema: z.ZodObject<{
|
|
|
390
390
|
}, "strip", z.ZodTypeAny, {
|
|
391
391
|
frequency: number | null;
|
|
392
392
|
radioMode: string | null;
|
|
393
|
+
tx: boolean;
|
|
393
394
|
connected: boolean;
|
|
394
395
|
ptt: boolean;
|
|
395
|
-
tx: boolean;
|
|
396
396
|
}, {
|
|
397
397
|
frequency: number | null;
|
|
398
398
|
radioMode: string | null;
|
|
399
|
+
tx: boolean;
|
|
399
400
|
connected: boolean;
|
|
400
401
|
ptt: boolean;
|
|
401
|
-
tx: boolean;
|
|
402
402
|
}>;
|
|
403
403
|
ft8: z.ZodObject<{
|
|
404
404
|
slot: z.ZodNullable<z.ZodObject<{
|
|
@@ -765,9 +765,9 @@ export declare const DeviceUiBootstrapSnapshotSchema: z.ZodObject<{
|
|
|
765
765
|
radio: {
|
|
766
766
|
frequency: number | null;
|
|
767
767
|
radioMode: string | null;
|
|
768
|
+
tx: boolean;
|
|
768
769
|
connected: boolean;
|
|
769
770
|
ptt: boolean;
|
|
770
|
-
tx: boolean;
|
|
771
771
|
};
|
|
772
772
|
engine: {
|
|
773
773
|
mode: string | null;
|
|
@@ -874,9 +874,9 @@ export declare const DeviceUiBootstrapSnapshotSchema: z.ZodObject<{
|
|
|
874
874
|
radio: {
|
|
875
875
|
frequency: number | null;
|
|
876
876
|
radioMode: string | null;
|
|
877
|
+
tx: boolean;
|
|
877
878
|
connected: boolean;
|
|
878
879
|
ptt: boolean;
|
|
879
|
-
tx: boolean;
|
|
880
880
|
};
|
|
881
881
|
engine: {
|
|
882
882
|
mode: string | null;
|
|
@@ -1013,15 +1013,15 @@ export declare const DeviceUiWsEventSchema: z.ZodObject<{
|
|
|
1013
1013
|
}, "strip", z.ZodTypeAny, {
|
|
1014
1014
|
frequency: number | null;
|
|
1015
1015
|
radioMode: string | null;
|
|
1016
|
+
tx: boolean;
|
|
1016
1017
|
connected: boolean;
|
|
1017
1018
|
ptt: boolean;
|
|
1018
|
-
tx: boolean;
|
|
1019
1019
|
}, {
|
|
1020
1020
|
frequency: number | null;
|
|
1021
1021
|
radioMode: string | null;
|
|
1022
|
+
tx: boolean;
|
|
1022
1023
|
connected: boolean;
|
|
1023
1024
|
ptt: boolean;
|
|
1024
|
-
tx: boolean;
|
|
1025
1025
|
}>;
|
|
1026
1026
|
ft8: z.ZodObject<{
|
|
1027
1027
|
slot: z.ZodNullable<z.ZodObject<{
|
|
@@ -1388,9 +1388,9 @@ export declare const DeviceUiWsEventSchema: z.ZodObject<{
|
|
|
1388
1388
|
radio: {
|
|
1389
1389
|
frequency: number | null;
|
|
1390
1390
|
radioMode: string | null;
|
|
1391
|
+
tx: boolean;
|
|
1391
1392
|
connected: boolean;
|
|
1392
1393
|
ptt: boolean;
|
|
1393
|
-
tx: boolean;
|
|
1394
1394
|
};
|
|
1395
1395
|
engine: {
|
|
1396
1396
|
mode: string | null;
|
|
@@ -1497,9 +1497,9 @@ export declare const DeviceUiWsEventSchema: z.ZodObject<{
|
|
|
1497
1497
|
radio: {
|
|
1498
1498
|
frequency: number | null;
|
|
1499
1499
|
radioMode: string | null;
|
|
1500
|
+
tx: boolean;
|
|
1500
1501
|
connected: boolean;
|
|
1501
1502
|
ptt: boolean;
|
|
1502
|
-
tx: boolean;
|
|
1503
1503
|
};
|
|
1504
1504
|
engine: {
|
|
1505
1505
|
mode: string | null;
|
|
@@ -1611,9 +1611,9 @@ export declare const DeviceUiWsEventSchema: z.ZodObject<{
|
|
|
1611
1611
|
radio: {
|
|
1612
1612
|
frequency: number | null;
|
|
1613
1613
|
radioMode: string | null;
|
|
1614
|
+
tx: boolean;
|
|
1614
1615
|
connected: boolean;
|
|
1615
1616
|
ptt: boolean;
|
|
1616
|
-
tx: boolean;
|
|
1617
1617
|
};
|
|
1618
1618
|
engine: {
|
|
1619
1619
|
mode: string | null;
|
|
@@ -1724,9 +1724,9 @@ export declare const DeviceUiWsEventSchema: z.ZodObject<{
|
|
|
1724
1724
|
radio: {
|
|
1725
1725
|
frequency: number | null;
|
|
1726
1726
|
radioMode: string | null;
|
|
1727
|
+
tx: boolean;
|
|
1727
1728
|
connected: boolean;
|
|
1728
1729
|
ptt: boolean;
|
|
1729
|
-
tx: boolean;
|
|
1730
1730
|
};
|
|
1731
1731
|
engine: {
|
|
1732
1732
|
mode: string | null;
|