@tx5dr/contracts 1.7.2 → 1.7.4
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 +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/schema/__tests__/ability.test.d.ts +2 -0
- package/dist/schema/__tests__/ability.test.d.ts.map +1 -0
- package/dist/schema/__tests__/ability.test.js +32 -0
- package/dist/schema/__tests__/ability.test.js.map +1 -0
- package/dist/schema/__tests__/audio.schema.test.js +4 -0
- package/dist/schema/__tests__/audio.schema.test.js.map +1 -1
- package/dist/schema/__tests__/cw-decoder.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/cw-decoder.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/cw-decoder.schema.test.js +114 -0
- package/dist/schema/__tests__/cw-decoder.schema.test.js.map +1 -0
- package/dist/schema/__tests__/device-ui.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/device-ui.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/device-ui.schema.test.js +111 -0
- package/dist/schema/__tests__/device-ui.schema.test.js.map +1 -0
- package/dist/schema/__tests__/operator.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/operator.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/operator.schema.test.js +23 -0
- package/dist/schema/__tests__/operator.schema.test.js.map +1 -0
- package/dist/schema/__tests__/process-monitor.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/process-monitor.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/process-monitor.schema.test.js +235 -0
- package/dist/schema/__tests__/process-monitor.schema.test.js.map +1 -0
- package/dist/schema/__tests__/radio.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/radio.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/radio.schema.test.js +143 -0
- package/dist/schema/__tests__/radio.schema.test.js.map +1 -0
- package/dist/schema/ability.d.ts +3 -1
- package/dist/schema/ability.d.ts.map +1 -1
- package/dist/schema/ability.js +11 -0
- package/dist/schema/ability.js.map +1 -1
- package/dist/schema/api-response.schema.d.ts +170 -3
- package/dist/schema/api-response.schema.d.ts.map +1 -1
- package/dist/schema/api-response.schema.js +22 -0
- package/dist/schema/api-response.schema.js.map +1 -1
- package/dist/schema/audio.schema.d.ts +369 -0
- package/dist/schema/audio.schema.d.ts.map +1 -1
- package/dist/schema/audio.schema.js +3 -0
- package/dist/schema/audio.schema.js.map +1 -1
- package/dist/schema/cpu-profile.schema.d.ts +6 -6
- package/dist/schema/cw-decoder.schema.d.ts +2501 -0
- package/dist/schema/cw-decoder.schema.d.ts.map +1 -0
- package/dist/schema/cw-decoder.schema.js +196 -0
- package/dist/schema/cw-decoder.schema.js.map +1 -0
- package/dist/schema/cw-keyer.schema.d.ts +368 -0
- package/dist/schema/cw-keyer.schema.d.ts.map +1 -0
- package/dist/schema/cw-keyer.schema.js +143 -0
- package/dist/schema/cw-keyer.schema.js.map +1 -0
- package/dist/schema/desktop-https.schema.js +1 -1
- package/dist/schema/desktop-https.schema.js.map +1 -1
- package/dist/schema/device-ui.schema.d.ts +1782 -0
- package/dist/schema/device-ui.schema.d.ts.map +1 -0
- package/dist/schema/device-ui.schema.js +156 -0
- package/dist/schema/device-ui.schema.js.map +1 -0
- package/dist/schema/logbook.schema.d.ts +2 -2
- package/dist/schema/mode.schema.d.ts +1 -0
- package/dist/schema/mode.schema.d.ts.map +1 -1
- package/dist/schema/mode.schema.js +8 -0
- package/dist/schema/mode.schema.js.map +1 -1
- package/dist/schema/operator.schema.d.ts +10 -10
- package/dist/schema/operator.schema.d.ts.map +1 -1
- package/dist/schema/operator.schema.js +6 -1
- package/dist/schema/operator.schema.js.map +1 -1
- package/dist/schema/plugin.schema.d.ts +653 -70
- package/dist/schema/plugin.schema.d.ts.map +1 -1
- package/dist/schema/plugin.schema.js +22 -2
- package/dist/schema/plugin.schema.js.map +1 -1
- package/dist/schema/process-monitor.schema.d.ts +3102 -42
- package/dist/schema/process-monitor.schema.d.ts.map +1 -1
- package/dist/schema/process-monitor.schema.js +54 -0
- package/dist/schema/process-monitor.schema.js.map +1 -1
- package/dist/schema/radio-capability.schema.d.ts +7 -7
- package/dist/schema/radio-capability.schema.d.ts.map +1 -1
- package/dist/schema/radio-capability.schema.js +41 -0
- package/dist/schema/radio-capability.schema.js.map +1 -1
- package/dist/schema/radio-power.schema.d.ts +6 -0
- package/dist/schema/radio-power.schema.d.ts.map +1 -1
- package/dist/schema/radio-profile.schema.d.ts +86 -0
- package/dist/schema/radio-profile.schema.d.ts.map +1 -1
- package/dist/schema/radio.schema.d.ts +166 -9
- package/dist/schema/radio.schema.d.ts.map +1 -1
- package/dist/schema/radio.schema.js +82 -0
- package/dist/schema/radio.schema.js.map +1 -1
- package/dist/schema/realtime.schema.d.ts +6 -6
- package/dist/schema/slot-info.schema.d.ts +136 -0
- package/dist/schema/slot-info.schema.d.ts.map +1 -1
- package/dist/schema/slot-info.schema.js +27 -2
- package/dist/schema/slot-info.schema.js.map +1 -1
- package/dist/schema/spectrum.schema.d.ts +24 -24
- package/dist/schema/voice-keyer.schema.d.ts +2 -2
- 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 +6066 -639
- package/dist/schema/websocket.schema.d.ts.map +1 -1
- package/dist/schema/websocket.schema.js +106 -4
- package/dist/schema/websocket.schema.js.map +1 -1
- package/dist/utils/__tests__/cwTiming.test.d.ts +2 -0
- package/dist/utils/__tests__/cwTiming.test.d.ts.map +1 -0
- package/dist/utils/__tests__/cwTiming.test.js +74 -0
- package/dist/utils/__tests__/cwTiming.test.js.map +1 -0
- package/dist/utils/callsign.d.ts +2 -0
- package/dist/utils/callsign.d.ts.map +1 -0
- package/dist/utils/callsign.js +8 -0
- package/dist/utils/callsign.js.map +1 -0
- package/dist/utils/cwTiming.d.ts +36 -0
- package/dist/utils/cwTiming.d.ts.map +1 -0
- package/dist/utils/cwTiming.js +155 -0
- package/dist/utils/cwTiming.js.map +1 -0
- package/package.json +1 -1
- package/src/index.ts +9 -0
- package/src/schema/__tests__/ability.test.ts +40 -0
- package/src/schema/__tests__/audio.schema.test.ts +4 -0
- package/src/schema/__tests__/cw-decoder.schema.test.ts +127 -0
- package/src/schema/__tests__/device-ui.schema.test.ts +122 -0
- package/src/schema/__tests__/operator.schema.test.ts +29 -0
- package/src/schema/__tests__/process-monitor.schema.test.ts +245 -0
- package/src/schema/__tests__/radio.schema.test.ts +160 -0
- package/src/schema/ability.ts +13 -0
- package/src/schema/api-response.schema.ts +22 -0
- package/src/schema/audio.schema.ts +3 -0
- package/src/schema/cw-decoder.schema.ts +234 -0
- package/src/schema/cw-keyer.schema.ts +177 -0
- package/src/schema/desktop-https.schema.ts +1 -1
- package/src/schema/device-ui.schema.ts +182 -0
- package/src/schema/mode.schema.ts +8 -0
- package/src/schema/operator.schema.ts +7 -1
- package/src/schema/plugin.schema.ts +28 -2
- package/src/schema/process-monitor.schema.ts +69 -0
- package/src/schema/radio-capability.schema.ts +41 -0
- package/src/schema/radio.schema.ts +97 -0
- package/src/schema/slot-info.schema.ts +33 -2
- package/src/schema/voice.schema.ts +1 -1
- package/src/schema/websocket.schema.ts +147 -4
- package/src/utils/__tests__/cwTiming.test.ts +91 -0
- package/src/utils/callsign.ts +9 -0
- package/src/utils/cwTiming.ts +203 -0
- package/test/decode-request-schema.test.ts +48 -0
|
@@ -125,6 +125,8 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
125
125
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
126
126
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
127
127
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
128
|
+
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
129
|
+
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
128
130
|
}, "strip", z.ZodTypeAny, {
|
|
129
131
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
130
132
|
network?: {
|
|
@@ -162,6 +164,8 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
162
164
|
transmitCompensationMs?: number | undefined;
|
|
163
165
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
164
166
|
pttPort?: string | undefined;
|
|
167
|
+
cwKeyPort?: string | undefined;
|
|
168
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
165
169
|
}, {
|
|
166
170
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
167
171
|
network?: {
|
|
@@ -199,6 +203,8 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
199
203
|
transmitCompensationMs?: number | undefined;
|
|
200
204
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
201
205
|
pttPort?: string | undefined;
|
|
206
|
+
cwKeyPort?: string | undefined;
|
|
207
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
202
208
|
}>;
|
|
203
209
|
audio: z.ZodObject<{
|
|
204
210
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
@@ -283,6 +289,8 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
283
289
|
transmitCompensationMs?: number | undefined;
|
|
284
290
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
285
291
|
pttPort?: string | undefined;
|
|
292
|
+
cwKeyPort?: string | undefined;
|
|
293
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
286
294
|
};
|
|
287
295
|
audioLockedToRadio: boolean;
|
|
288
296
|
updatedAt: number;
|
|
@@ -338,6 +346,8 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
338
346
|
transmitCompensationMs?: number | undefined;
|
|
339
347
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
340
348
|
pttPort?: string | undefined;
|
|
349
|
+
cwKeyPort?: string | undefined;
|
|
350
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
341
351
|
};
|
|
342
352
|
audioLockedToRadio: boolean;
|
|
343
353
|
updatedAt: number;
|
|
@@ -466,6 +476,8 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
466
476
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
467
477
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
468
478
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
479
|
+
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
480
|
+
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
469
481
|
}, "strip", z.ZodTypeAny, {
|
|
470
482
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
471
483
|
network?: {
|
|
@@ -503,6 +515,8 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
503
515
|
transmitCompensationMs?: number | undefined;
|
|
504
516
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
505
517
|
pttPort?: string | undefined;
|
|
518
|
+
cwKeyPort?: string | undefined;
|
|
519
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
506
520
|
}, {
|
|
507
521
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
508
522
|
network?: {
|
|
@@ -540,6 +554,8 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
540
554
|
transmitCompensationMs?: number | undefined;
|
|
541
555
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
542
556
|
pttPort?: string | undefined;
|
|
557
|
+
cwKeyPort?: string | undefined;
|
|
558
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
543
559
|
}>;
|
|
544
560
|
audio: z.ZodOptional<z.ZodObject<{
|
|
545
561
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
@@ -609,6 +625,8 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
609
625
|
transmitCompensationMs?: number | undefined;
|
|
610
626
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
611
627
|
pttPort?: string | undefined;
|
|
628
|
+
cwKeyPort?: string | undefined;
|
|
629
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
612
630
|
};
|
|
613
631
|
audio?: {
|
|
614
632
|
sampleRate?: number | undefined;
|
|
@@ -660,6 +678,8 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
660
678
|
transmitCompensationMs?: number | undefined;
|
|
661
679
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
662
680
|
pttPort?: string | undefined;
|
|
681
|
+
cwKeyPort?: string | undefined;
|
|
682
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
663
683
|
};
|
|
664
684
|
audio?: {
|
|
665
685
|
sampleRate?: number | undefined;
|
|
@@ -796,6 +816,8 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
796
816
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
797
817
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
798
818
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
819
|
+
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
820
|
+
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
799
821
|
}, "strip", z.ZodTypeAny, {
|
|
800
822
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
801
823
|
network?: {
|
|
@@ -833,6 +855,8 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
833
855
|
transmitCompensationMs?: number | undefined;
|
|
834
856
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
835
857
|
pttPort?: string | undefined;
|
|
858
|
+
cwKeyPort?: string | undefined;
|
|
859
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
836
860
|
}, {
|
|
837
861
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
838
862
|
network?: {
|
|
@@ -870,6 +894,8 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
870
894
|
transmitCompensationMs?: number | undefined;
|
|
871
895
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
872
896
|
pttPort?: string | undefined;
|
|
897
|
+
cwKeyPort?: string | undefined;
|
|
898
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
873
899
|
}>>;
|
|
874
900
|
audio: z.ZodOptional<z.ZodObject<{
|
|
875
901
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
@@ -951,6 +977,8 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
951
977
|
transmitCompensationMs?: number | undefined;
|
|
952
978
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
953
979
|
pttPort?: string | undefined;
|
|
980
|
+
cwKeyPort?: string | undefined;
|
|
981
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
954
982
|
} | undefined;
|
|
955
983
|
audioLockedToRadio?: boolean | undefined;
|
|
956
984
|
}, {
|
|
@@ -1003,6 +1031,8 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
1003
1031
|
transmitCompensationMs?: number | undefined;
|
|
1004
1032
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1005
1033
|
pttPort?: string | undefined;
|
|
1034
|
+
cwKeyPort?: string | undefined;
|
|
1035
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1006
1036
|
} | undefined;
|
|
1007
1037
|
audioLockedToRadio?: boolean | undefined;
|
|
1008
1038
|
}>;
|
|
@@ -1131,6 +1161,8 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1131
1161
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
1132
1162
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
1133
1163
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
1164
|
+
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
1165
|
+
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
1134
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1135
1167
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
1136
1168
|
network?: {
|
|
@@ -1168,6 +1200,8 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1168
1200
|
transmitCompensationMs?: number | undefined;
|
|
1169
1201
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1170
1202
|
pttPort?: string | undefined;
|
|
1203
|
+
cwKeyPort?: string | undefined;
|
|
1204
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1171
1205
|
}, {
|
|
1172
1206
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
1173
1207
|
network?: {
|
|
@@ -1205,6 +1239,8 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1205
1239
|
transmitCompensationMs?: number | undefined;
|
|
1206
1240
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1207
1241
|
pttPort?: string | undefined;
|
|
1242
|
+
cwKeyPort?: string | undefined;
|
|
1243
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1208
1244
|
}>;
|
|
1209
1245
|
audio: z.ZodObject<{
|
|
1210
1246
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
@@ -1289,6 +1325,8 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1289
1325
|
transmitCompensationMs?: number | undefined;
|
|
1290
1326
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1291
1327
|
pttPort?: string | undefined;
|
|
1328
|
+
cwKeyPort?: string | undefined;
|
|
1329
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1292
1330
|
};
|
|
1293
1331
|
audioLockedToRadio: boolean;
|
|
1294
1332
|
updatedAt: number;
|
|
@@ -1344,6 +1382,8 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1344
1382
|
transmitCompensationMs?: number | undefined;
|
|
1345
1383
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1346
1384
|
pttPort?: string | undefined;
|
|
1385
|
+
cwKeyPort?: string | undefined;
|
|
1386
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1347
1387
|
};
|
|
1348
1388
|
audioLockedToRadio: boolean;
|
|
1349
1389
|
updatedAt: number;
|
|
@@ -1402,6 +1442,8 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1402
1442
|
transmitCompensationMs?: number | undefined;
|
|
1403
1443
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1404
1444
|
pttPort?: string | undefined;
|
|
1445
|
+
cwKeyPort?: string | undefined;
|
|
1446
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1405
1447
|
};
|
|
1406
1448
|
audioLockedToRadio: boolean;
|
|
1407
1449
|
updatedAt: number;
|
|
@@ -1460,6 +1502,8 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1460
1502
|
transmitCompensationMs?: number | undefined;
|
|
1461
1503
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1462
1504
|
pttPort?: string | undefined;
|
|
1505
|
+
cwKeyPort?: string | undefined;
|
|
1506
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1463
1507
|
};
|
|
1464
1508
|
audioLockedToRadio: boolean;
|
|
1465
1509
|
updatedAt: number;
|
|
@@ -1593,6 +1637,8 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1593
1637
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
1594
1638
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
1595
1639
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
1640
|
+
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
1641
|
+
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
1596
1642
|
}, "strip", z.ZodTypeAny, {
|
|
1597
1643
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
1598
1644
|
network?: {
|
|
@@ -1630,6 +1676,8 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1630
1676
|
transmitCompensationMs?: number | undefined;
|
|
1631
1677
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1632
1678
|
pttPort?: string | undefined;
|
|
1679
|
+
cwKeyPort?: string | undefined;
|
|
1680
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1633
1681
|
}, {
|
|
1634
1682
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
1635
1683
|
network?: {
|
|
@@ -1667,6 +1715,8 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1667
1715
|
transmitCompensationMs?: number | undefined;
|
|
1668
1716
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1669
1717
|
pttPort?: string | undefined;
|
|
1718
|
+
cwKeyPort?: string | undefined;
|
|
1719
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1670
1720
|
}>;
|
|
1671
1721
|
audio: z.ZodObject<{
|
|
1672
1722
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
@@ -1751,6 +1801,8 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1751
1801
|
transmitCompensationMs?: number | undefined;
|
|
1752
1802
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1753
1803
|
pttPort?: string | undefined;
|
|
1804
|
+
cwKeyPort?: string | undefined;
|
|
1805
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1754
1806
|
};
|
|
1755
1807
|
audioLockedToRadio: boolean;
|
|
1756
1808
|
updatedAt: number;
|
|
@@ -1806,6 +1858,8 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1806
1858
|
transmitCompensationMs?: number | undefined;
|
|
1807
1859
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1808
1860
|
pttPort?: string | undefined;
|
|
1861
|
+
cwKeyPort?: string | undefined;
|
|
1862
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1809
1863
|
};
|
|
1810
1864
|
audioLockedToRadio: boolean;
|
|
1811
1865
|
updatedAt: number;
|
|
@@ -1866,6 +1920,8 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1866
1920
|
transmitCompensationMs?: number | undefined;
|
|
1867
1921
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1868
1922
|
pttPort?: string | undefined;
|
|
1923
|
+
cwKeyPort?: string | undefined;
|
|
1924
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1869
1925
|
};
|
|
1870
1926
|
audioLockedToRadio: boolean;
|
|
1871
1927
|
updatedAt: number;
|
|
@@ -1925,6 +1981,8 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1925
1981
|
transmitCompensationMs?: number | undefined;
|
|
1926
1982
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
1927
1983
|
pttPort?: string | undefined;
|
|
1984
|
+
cwKeyPort?: string | undefined;
|
|
1985
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1928
1986
|
};
|
|
1929
1987
|
audioLockedToRadio: boolean;
|
|
1930
1988
|
updatedAt: number;
|
|
@@ -2057,6 +2115,8 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2057
2115
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
2058
2116
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
2059
2117
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
2118
|
+
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
2119
|
+
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
2060
2120
|
}, "strip", z.ZodTypeAny, {
|
|
2061
2121
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
2062
2122
|
network?: {
|
|
@@ -2094,6 +2154,8 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2094
2154
|
transmitCompensationMs?: number | undefined;
|
|
2095
2155
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2096
2156
|
pttPort?: string | undefined;
|
|
2157
|
+
cwKeyPort?: string | undefined;
|
|
2158
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2097
2159
|
}, {
|
|
2098
2160
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
2099
2161
|
network?: {
|
|
@@ -2131,6 +2193,8 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2131
2193
|
transmitCompensationMs?: number | undefined;
|
|
2132
2194
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2133
2195
|
pttPort?: string | undefined;
|
|
2196
|
+
cwKeyPort?: string | undefined;
|
|
2197
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2134
2198
|
}>;
|
|
2135
2199
|
audio: z.ZodObject<{
|
|
2136
2200
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
@@ -2215,6 +2279,8 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2215
2279
|
transmitCompensationMs?: number | undefined;
|
|
2216
2280
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2217
2281
|
pttPort?: string | undefined;
|
|
2282
|
+
cwKeyPort?: string | undefined;
|
|
2283
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2218
2284
|
};
|
|
2219
2285
|
audioLockedToRadio: boolean;
|
|
2220
2286
|
updatedAt: number;
|
|
@@ -2270,6 +2336,8 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2270
2336
|
transmitCompensationMs?: number | undefined;
|
|
2271
2337
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2272
2338
|
pttPort?: string | undefined;
|
|
2339
|
+
cwKeyPort?: string | undefined;
|
|
2340
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2273
2341
|
};
|
|
2274
2342
|
audioLockedToRadio: boolean;
|
|
2275
2343
|
updatedAt: number;
|
|
@@ -2329,6 +2397,8 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2329
2397
|
transmitCompensationMs?: number | undefined;
|
|
2330
2398
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2331
2399
|
pttPort?: string | undefined;
|
|
2400
|
+
cwKeyPort?: string | undefined;
|
|
2401
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2332
2402
|
};
|
|
2333
2403
|
audioLockedToRadio: boolean;
|
|
2334
2404
|
updatedAt: number;
|
|
@@ -2388,6 +2458,8 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2388
2458
|
transmitCompensationMs?: number | undefined;
|
|
2389
2459
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2390
2460
|
pttPort?: string | undefined;
|
|
2461
|
+
cwKeyPort?: string | undefined;
|
|
2462
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2391
2463
|
};
|
|
2392
2464
|
audioLockedToRadio: boolean;
|
|
2393
2465
|
updatedAt: number;
|
|
@@ -2521,6 +2593,8 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2521
2593
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
2522
2594
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
2523
2595
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
2596
|
+
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
2597
|
+
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
2524
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2525
2599
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
2526
2600
|
network?: {
|
|
@@ -2558,6 +2632,8 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2558
2632
|
transmitCompensationMs?: number | undefined;
|
|
2559
2633
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2560
2634
|
pttPort?: string | undefined;
|
|
2635
|
+
cwKeyPort?: string | undefined;
|
|
2636
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2561
2637
|
}, {
|
|
2562
2638
|
type: "none" | "network" | "serial" | "icom-wlan";
|
|
2563
2639
|
network?: {
|
|
@@ -2595,6 +2671,8 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2595
2671
|
transmitCompensationMs?: number | undefined;
|
|
2596
2672
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2597
2673
|
pttPort?: string | undefined;
|
|
2674
|
+
cwKeyPort?: string | undefined;
|
|
2675
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2598
2676
|
}>;
|
|
2599
2677
|
audio: z.ZodObject<{
|
|
2600
2678
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
@@ -2679,6 +2757,8 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2679
2757
|
transmitCompensationMs?: number | undefined;
|
|
2680
2758
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2681
2759
|
pttPort?: string | undefined;
|
|
2760
|
+
cwKeyPort?: string | undefined;
|
|
2761
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2682
2762
|
};
|
|
2683
2763
|
audioLockedToRadio: boolean;
|
|
2684
2764
|
updatedAt: number;
|
|
@@ -2734,6 +2814,8 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2734
2814
|
transmitCompensationMs?: number | undefined;
|
|
2735
2815
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2736
2816
|
pttPort?: string | undefined;
|
|
2817
|
+
cwKeyPort?: string | undefined;
|
|
2818
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2737
2819
|
};
|
|
2738
2820
|
audioLockedToRadio: boolean;
|
|
2739
2821
|
updatedAt: number;
|
|
@@ -2794,6 +2876,8 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2794
2876
|
transmitCompensationMs?: number | undefined;
|
|
2795
2877
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2796
2878
|
pttPort?: string | undefined;
|
|
2879
|
+
cwKeyPort?: string | undefined;
|
|
2880
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2797
2881
|
};
|
|
2798
2882
|
audioLockedToRadio: boolean;
|
|
2799
2883
|
updatedAt: number;
|
|
@@ -2854,6 +2938,8 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2854
2938
|
transmitCompensationMs?: number | undefined;
|
|
2855
2939
|
pttMethod?: "cat" | "vox" | "dtr" | "rts" | undefined;
|
|
2856
2940
|
pttPort?: string | undefined;
|
|
2941
|
+
cwKeyPort?: string | undefined;
|
|
2942
|
+
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2857
2943
|
};
|
|
2858
2944
|
audioLockedToRadio: boolean;
|
|
2859
2945
|
updatedAt: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-profile.schema.d.ts","sourceRoot":"","sources":["../../src/schema/radio-profile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"radio-profile.schema.d.ts","sourceRoot":"","sources":["../../src/schema/radio-profile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS7B,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAItC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|