@tx5dr/contracts 1.7.11 → 2.0.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 +3 -0
- 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__/android-operator-audio.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/android-operator-audio.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/android-operator-audio.schema.test.js +27 -0
- package/dist/schema/__tests__/android-operator-audio.schema.test.js.map +1 -0
- package/dist/schema/__tests__/assisted-queue.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/assisted-queue.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/assisted-queue.schema.test.js +113 -0
- package/dist/schema/__tests__/assisted-queue.schema.test.js.map +1 -0
- package/dist/schema/__tests__/audio-sidecar.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/audio-sidecar.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/audio-sidecar.schema.test.js +42 -0
- package/dist/schema/__tests__/audio-sidecar.schema.test.js.map +1 -0
- package/dist/schema/__tests__/audio.schema.test.js +92 -1
- package/dist/schema/__tests__/audio.schema.test.js.map +1 -1
- package/dist/schema/__tests__/diagnostics.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/diagnostics.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/diagnostics.schema.test.js +31 -0
- package/dist/schema/__tests__/diagnostics.schema.test.js.map +1 -0
- package/dist/schema/__tests__/logbook-health.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/logbook-health.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/logbook-health.schema.test.js +104 -0
- package/dist/schema/__tests__/logbook-health.schema.test.js.map +1 -0
- package/dist/schema/__tests__/observability.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/observability.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/observability.schema.test.js +12 -0
- package/dist/schema/__tests__/observability.schema.test.js.map +1 -0
- package/dist/schema/__tests__/operator.schema.test.js +9 -3
- package/dist/schema/__tests__/operator.schema.test.js.map +1 -1
- package/dist/schema/__tests__/plugin-market.schema.test.js +43 -1
- package/dist/schema/__tests__/plugin-market.schema.test.js.map +1 -1
- package/dist/schema/__tests__/radio-power-support.test.js +12 -0
- package/dist/schema/__tests__/radio-power-support.test.js.map +1 -1
- package/dist/schema/__tests__/radio-profile.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/radio-profile.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/radio-profile.schema.test.js +36 -0
- package/dist/schema/__tests__/radio-profile.schema.test.js.map +1 -0
- package/dist/schema/__tests__/radio.schema.test.js +41 -1
- package/dist/schema/__tests__/radio.schema.test.js.map +1 -1
- package/dist/schema/__tests__/realtime-settings.schema.test.js +2 -1
- package/dist/schema/__tests__/realtime-settings.schema.test.js.map +1 -1
- package/dist/schema/__tests__/remote-access.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/remote-access.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/remote-access.schema.test.js +18 -0
- package/dist/schema/__tests__/remote-access.schema.test.js.map +1 -0
- package/dist/schema/android-operator-audio.schema.d.ts +174 -0
- package/dist/schema/android-operator-audio.schema.d.ts.map +1 -0
- package/dist/schema/android-operator-audio.schema.js +38 -0
- package/dist/schema/android-operator-audio.schema.js.map +1 -0
- package/dist/schema/api-response.schema.d.ts +268 -44
- package/dist/schema/api-response.schema.d.ts.map +1 -1
- package/dist/schema/audio-sidecar.schema.d.ts +75 -0
- package/dist/schema/audio-sidecar.schema.d.ts.map +1 -1
- package/dist/schema/audio-sidecar.schema.js +32 -0
- package/dist/schema/audio-sidecar.schema.js.map +1 -1
- package/dist/schema/audio.schema.d.ts +4749 -3
- package/dist/schema/audio.schema.d.ts.map +1 -1
- package/dist/schema/audio.schema.js +101 -2
- package/dist/schema/audio.schema.js.map +1 -1
- package/dist/schema/auth.schema.d.ts +171 -12
- package/dist/schema/auth.schema.d.ts.map +1 -1
- package/dist/schema/auth.schema.js +65 -1
- package/dist/schema/auth.schema.js.map +1 -1
- package/dist/schema/cpu-profile.schema.d.ts +2 -2
- package/dist/schema/cw-decoder.schema.d.ts +74 -74
- package/dist/schema/cw-keyer.schema.d.ts +20 -14
- package/dist/schema/cw-keyer.schema.d.ts.map +1 -1
- package/dist/schema/cw-keyer.schema.js +3 -0
- package/dist/schema/cw-keyer.schema.js.map +1 -1
- package/dist/schema/desktop-https.schema.d.ts +6 -6
- package/dist/schema/device-ui.schema.d.ts +6 -6
- package/dist/schema/diagnostics.schema.d.ts +163 -0
- package/dist/schema/diagnostics.schema.d.ts.map +1 -0
- package/dist/schema/diagnostics.schema.js +46 -0
- package/dist/schema/diagnostics.schema.js.map +1 -0
- package/dist/schema/ft8.schema.d.ts +12 -2
- package/dist/schema/ft8.schema.d.ts.map +1 -1
- package/dist/schema/ft8.schema.js +8 -0
- package/dist/schema/ft8.schema.js.map +1 -1
- package/dist/schema/logbook.schema.d.ts +1940 -18
- package/dist/schema/logbook.schema.d.ts.map +1 -1
- package/dist/schema/logbook.schema.js +158 -1
- package/dist/schema/logbook.schema.js.map +1 -1
- package/dist/schema/mode.schema.d.ts +2 -6
- package/dist/schema/mode.schema.d.ts.map +1 -1
- package/dist/schema/mode.schema.js +2 -6
- package/dist/schema/mode.schema.js.map +1 -1
- package/dist/schema/observability.schema.d.ts +66 -0
- package/dist/schema/observability.schema.d.ts.map +1 -0
- package/dist/schema/observability.schema.js +20 -0
- package/dist/schema/observability.schema.js.map +1 -0
- package/dist/schema/operator.schema.d.ts +6 -6
- 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 +258 -78
- package/dist/schema/plugin.schema.d.ts.map +1 -1
- package/dist/schema/plugin.schema.js +57 -2
- package/dist/schema/plugin.schema.js.map +1 -1
- package/dist/schema/process-monitor.schema.d.ts +132 -132
- package/dist/schema/pskreporter.schema.d.ts +1 -3
- package/dist/schema/pskreporter.schema.d.ts.map +1 -1
- package/dist/schema/pskreporter.schema.js +1 -3
- package/dist/schema/pskreporter.schema.js.map +1 -1
- package/dist/schema/qso.schema.d.ts +7 -0
- package/dist/schema/qso.schema.d.ts.map +1 -1
- package/dist/schema/qso.schema.js +7 -0
- package/dist/schema/qso.schema.js.map +1 -1
- package/dist/schema/radio-capability.schema.d.ts +31 -40
- package/dist/schema/radio-capability.schema.d.ts.map +1 -1
- package/dist/schema/radio-capability.schema.js +7 -15
- package/dist/schema/radio-capability.schema.js.map +1 -1
- package/dist/schema/radio-power-support.d.ts.map +1 -1
- package/dist/schema/radio-power-support.js +3 -0
- package/dist/schema/radio-power-support.js.map +1 -1
- package/dist/schema/radio-power.schema.d.ts +87 -13
- package/dist/schema/radio-power.schema.d.ts.map +1 -1
- package/dist/schema/radio-power.schema.js +15 -8
- package/dist/schema/radio-power.schema.js.map +1 -1
- package/dist/schema/radio-profile.schema.d.ts +1240 -97
- package/dist/schema/radio-profile.schema.d.ts.map +1 -1
- package/dist/schema/radio.schema.d.ts +271 -48
- package/dist/schema/radio.schema.d.ts.map +1 -1
- package/dist/schema/radio.schema.js +44 -5
- package/dist/schema/radio.schema.js.map +1 -1
- package/dist/schema/realtime.schema.d.ts +60 -52
- package/dist/schema/realtime.schema.d.ts.map +1 -1
- package/dist/schema/realtime.schema.js +9 -1
- package/dist/schema/realtime.schema.js.map +1 -1
- package/dist/schema/slot-info.schema.d.ts +15 -9
- package/dist/schema/slot-info.schema.d.ts.map +1 -1
- package/dist/schema/slot-info.schema.js +15 -9
- package/dist/schema/slot-info.schema.js.map +1 -1
- package/dist/schema/spectrum.schema.d.ts +12 -12
- package/dist/schema/station-info.schema.d.ts +5 -0
- package/dist/schema/station-info.schema.d.ts.map +1 -1
- package/dist/schema/station-info.schema.js +5 -0
- package/dist/schema/station-info.schema.js.map +1 -1
- package/dist/schema/system.schema.d.ts +56 -6
- package/dist/schema/system.schema.d.ts.map +1 -1
- package/dist/schema/system.schema.js +22 -0
- package/dist/schema/system.schema.js.map +1 -1
- package/dist/schema/transmission.schema.d.ts +1 -7
- package/dist/schema/transmission.schema.d.ts.map +1 -1
- package/dist/schema/transmission.schema.js +2 -7
- package/dist/schema/transmission.schema.js.map +1 -1
- package/dist/schema/update.schema.d.ts +3 -0
- package/dist/schema/update.schema.d.ts.map +1 -1
- package/dist/schema/update.schema.js +1 -0
- package/dist/schema/update.schema.js.map +1 -1
- package/dist/schema/voice-keyer.schema.d.ts +16 -16
- package/dist/schema/websocket.schema.d.ts +3582 -555
- package/dist/schema/websocket.schema.d.ts.map +1 -1
- package/dist/schema/websocket.schema.js +160 -3
- package/dist/schema/websocket.schema.js.map +1 -1
- package/package.json +6 -1
- package/src/index.ts +3 -0
- package/src/schema/__tests__/android-operator-audio.schema.test.ts +31 -0
- package/src/schema/__tests__/assisted-queue.schema.test.ts +121 -0
- package/src/schema/__tests__/audio-sidecar.schema.test.ts +48 -0
- package/src/schema/__tests__/audio.schema.test.ts +102 -0
- package/src/schema/__tests__/diagnostics.schema.test.ts +32 -0
- package/src/schema/__tests__/logbook-health.schema.test.ts +117 -0
- package/src/schema/__tests__/observability.schema.test.ts +15 -0
- package/src/schema/__tests__/operator.schema.test.ts +11 -3
- package/src/schema/__tests__/plugin-market.schema.test.ts +49 -0
- package/src/schema/__tests__/radio-power-support.test.ts +14 -0
- package/src/schema/__tests__/radio-profile.schema.test.ts +44 -0
- package/src/schema/__tests__/radio.schema.test.ts +49 -1
- package/src/schema/__tests__/realtime-settings.schema.test.ts +2 -1
- package/src/schema/__tests__/remote-access.schema.test.ts +22 -0
- package/src/schema/android-operator-audio.schema.ts +49 -0
- package/src/schema/audio-sidecar.schema.ts +35 -0
- package/src/schema/audio.schema.ts +115 -2
- package/src/schema/auth.schema.ts +79 -1
- package/src/schema/cw-keyer.schema.ts +5 -0
- package/src/schema/diagnostics.schema.ts +55 -0
- package/src/schema/ft8.schema.ts +8 -0
- package/src/schema/logbook.schema.ts +204 -1
- package/src/schema/mode.schema.ts +2 -6
- package/src/schema/observability.schema.ts +26 -0
- package/src/schema/operator.schema.ts +7 -1
- package/src/schema/plugin.schema.ts +67 -2
- package/src/schema/pskreporter.schema.ts +1 -3
- package/src/schema/qso.schema.ts +7 -0
- package/src/schema/radio-capability.schema.ts +7 -15
- package/src/schema/radio-power-support.ts +3 -0
- package/src/schema/radio-power.schema.ts +15 -8
- package/src/schema/radio.schema.ts +55 -5
- package/src/schema/realtime.schema.ts +9 -1
- package/src/schema/slot-info.schema.ts +16 -10
- package/src/schema/station-info.schema.ts +5 -0
- package/src/schema/system.schema.ts +29 -0
- package/src/schema/transmission.schema.ts +2 -7
- package/src/schema/update.schema.ts +1 -0
- package/src/schema/websocket.schema.ts +223 -6
- package/test/radio-capability-schema.test.ts +44 -0
|
@@ -9,7 +9,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
9
9
|
id: z.ZodString;
|
|
10
10
|
name: z.ZodString;
|
|
11
11
|
radio: z.ZodObject<{
|
|
12
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
12
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
13
13
|
network: z.ZodOptional<z.ZodObject<{
|
|
14
14
|
host: z.ZodString;
|
|
15
15
|
port: z.ZodNumber;
|
|
@@ -39,8 +39,34 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
39
39
|
password?: string | undefined;
|
|
40
40
|
dataMode?: boolean | undefined;
|
|
41
41
|
}>>;
|
|
42
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
43
|
+
host: z.ZodDefault<z.ZodString>;
|
|
44
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
45
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
46
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
47
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
48
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
49
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
50
|
+
}, "strip", z.ZodTypeAny, {
|
|
51
|
+
host: string;
|
|
52
|
+
port: number;
|
|
53
|
+
receiver: number;
|
|
54
|
+
trx: number;
|
|
55
|
+
vfo: number;
|
|
56
|
+
audioEnabled: boolean;
|
|
57
|
+
audioSampleRate: number;
|
|
58
|
+
}, {
|
|
59
|
+
host?: string | undefined;
|
|
60
|
+
port?: number | undefined;
|
|
61
|
+
receiver?: number | undefined;
|
|
62
|
+
trx?: number | undefined;
|
|
63
|
+
vfo?: number | undefined;
|
|
64
|
+
audioEnabled?: boolean | undefined;
|
|
65
|
+
audioSampleRate?: number | undefined;
|
|
66
|
+
}>>;
|
|
42
67
|
serial: z.ZodOptional<z.ZodObject<{
|
|
43
68
|
path: z.ZodString;
|
|
69
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
44
70
|
rigModel: z.ZodNumber;
|
|
45
71
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
46
72
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -83,6 +109,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
83
109
|
}, "strip", z.ZodTypeAny, {
|
|
84
110
|
path: string;
|
|
85
111
|
rigModel: number;
|
|
112
|
+
serialNumber?: string | undefined;
|
|
86
113
|
serialConfig?: {
|
|
87
114
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
88
115
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -100,6 +127,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
100
127
|
}, {
|
|
101
128
|
path: string;
|
|
102
129
|
rigModel: number;
|
|
130
|
+
serialNumber?: string | undefined;
|
|
103
131
|
serialConfig?: {
|
|
104
132
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
105
133
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -122,13 +150,31 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
122
150
|
}, {
|
|
123
151
|
speed?: number | undefined;
|
|
124
152
|
}>>;
|
|
153
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
125
154
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
155
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
156
|
+
enabled: z.ZodBoolean;
|
|
157
|
+
}, "strip", z.ZodTypeAny, {
|
|
158
|
+
enabled: boolean;
|
|
159
|
+
}, {
|
|
160
|
+
enabled: boolean;
|
|
161
|
+
}>>;
|
|
126
162
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
127
163
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
128
164
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
129
165
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
166
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
130
167
|
}, "strip", z.ZodTypeAny, {
|
|
131
|
-
type: "
|
|
168
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
169
|
+
tci?: {
|
|
170
|
+
host: string;
|
|
171
|
+
port: number;
|
|
172
|
+
receiver: number;
|
|
173
|
+
trx: number;
|
|
174
|
+
vfo: number;
|
|
175
|
+
audioEnabled: boolean;
|
|
176
|
+
audioSampleRate: number;
|
|
177
|
+
} | undefined;
|
|
132
178
|
network?: {
|
|
133
179
|
host: string;
|
|
134
180
|
port: number;
|
|
@@ -136,6 +182,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
136
182
|
serial?: {
|
|
137
183
|
path: string;
|
|
138
184
|
rigModel: number;
|
|
185
|
+
serialNumber?: string | undefined;
|
|
139
186
|
serialConfig?: {
|
|
140
187
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
141
188
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -161,13 +208,27 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
161
208
|
userName?: string | undefined;
|
|
162
209
|
password?: string | undefined;
|
|
163
210
|
} | undefined;
|
|
211
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
164
212
|
transmitCompensationMs?: number | undefined;
|
|
165
|
-
|
|
213
|
+
fakeFrequency?: {
|
|
214
|
+
enabled: boolean;
|
|
215
|
+
} | undefined;
|
|
216
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
166
217
|
pttPort?: string | undefined;
|
|
167
218
|
cwKeyPort?: string | undefined;
|
|
168
219
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
220
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
169
221
|
}, {
|
|
170
|
-
type: "
|
|
222
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
223
|
+
tci?: {
|
|
224
|
+
host?: string | undefined;
|
|
225
|
+
port?: number | undefined;
|
|
226
|
+
receiver?: number | undefined;
|
|
227
|
+
trx?: number | undefined;
|
|
228
|
+
vfo?: number | undefined;
|
|
229
|
+
audioEnabled?: boolean | undefined;
|
|
230
|
+
audioSampleRate?: number | undefined;
|
|
231
|
+
} | undefined;
|
|
171
232
|
network?: {
|
|
172
233
|
host: string;
|
|
173
234
|
port: number;
|
|
@@ -175,6 +236,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
175
236
|
serial?: {
|
|
176
237
|
path: string;
|
|
177
238
|
rigModel: number;
|
|
239
|
+
serialNumber?: string | undefined;
|
|
178
240
|
serialConfig?: {
|
|
179
241
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
180
242
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -200,44 +262,73 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
200
262
|
password?: string | undefined;
|
|
201
263
|
dataMode?: boolean | undefined;
|
|
202
264
|
} | undefined;
|
|
265
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
203
266
|
transmitCompensationMs?: number | undefined;
|
|
204
|
-
|
|
267
|
+
fakeFrequency?: {
|
|
268
|
+
enabled: boolean;
|
|
269
|
+
} | undefined;
|
|
270
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
205
271
|
pttPort?: string | undefined;
|
|
206
272
|
cwKeyPort?: string | undefined;
|
|
207
273
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
274
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
208
275
|
}>;
|
|
209
276
|
audio: z.ZodObject<{
|
|
210
277
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
211
278
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
279
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
280
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
281
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
282
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
283
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
284
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
212
285
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
213
286
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
214
287
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
215
288
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
216
289
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
217
290
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
291
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
292
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
218
293
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
219
294
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
220
295
|
}, "strip", z.ZodTypeAny, {
|
|
221
296
|
sampleRate?: number | undefined;
|
|
222
297
|
inputDeviceName?: string | undefined;
|
|
223
298
|
outputDeviceName?: string | undefined;
|
|
299
|
+
inputRouteKey?: string | null | undefined;
|
|
300
|
+
outputRouteKey?: string | null | undefined;
|
|
301
|
+
inputDeviceId?: string | undefined;
|
|
302
|
+
outputDeviceId?: string | undefined;
|
|
303
|
+
inputHardwareId?: string | undefined;
|
|
304
|
+
outputHardwareId?: string | undefined;
|
|
224
305
|
inputSampleRate?: number | undefined;
|
|
225
306
|
outputSampleRate?: number | undefined;
|
|
226
307
|
inputBufferSize?: number | undefined;
|
|
227
308
|
outputBufferSize?: number | undefined;
|
|
228
309
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
229
310
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
311
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
312
|
+
ifCenterHz?: number | undefined;
|
|
230
313
|
bufferSize?: number | undefined;
|
|
231
314
|
}, {
|
|
232
315
|
sampleRate?: number | undefined;
|
|
233
316
|
inputDeviceName?: string | undefined;
|
|
234
317
|
outputDeviceName?: string | undefined;
|
|
318
|
+
inputRouteKey?: string | null | undefined;
|
|
319
|
+
outputRouteKey?: string | null | undefined;
|
|
320
|
+
inputDeviceId?: string | undefined;
|
|
321
|
+
outputDeviceId?: string | undefined;
|
|
322
|
+
inputHardwareId?: string | undefined;
|
|
323
|
+
outputHardwareId?: string | undefined;
|
|
235
324
|
inputSampleRate?: number | undefined;
|
|
236
325
|
outputSampleRate?: number | undefined;
|
|
237
326
|
inputBufferSize?: number | undefined;
|
|
238
327
|
outputBufferSize?: number | undefined;
|
|
239
328
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
240
329
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
330
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
331
|
+
ifCenterHz?: number | undefined;
|
|
241
332
|
bufferSize?: number | undefined;
|
|
242
333
|
}>;
|
|
243
334
|
audioLockedToRadio: z.ZodBoolean;
|
|
@@ -251,17 +342,35 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
251
342
|
sampleRate?: number | undefined;
|
|
252
343
|
inputDeviceName?: string | undefined;
|
|
253
344
|
outputDeviceName?: string | undefined;
|
|
345
|
+
inputRouteKey?: string | null | undefined;
|
|
346
|
+
outputRouteKey?: string | null | undefined;
|
|
347
|
+
inputDeviceId?: string | undefined;
|
|
348
|
+
outputDeviceId?: string | undefined;
|
|
349
|
+
inputHardwareId?: string | undefined;
|
|
350
|
+
outputHardwareId?: string | undefined;
|
|
254
351
|
inputSampleRate?: number | undefined;
|
|
255
352
|
outputSampleRate?: number | undefined;
|
|
256
353
|
inputBufferSize?: number | undefined;
|
|
257
354
|
outputBufferSize?: number | undefined;
|
|
258
355
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
259
356
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
357
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
358
|
+
ifCenterHz?: number | undefined;
|
|
260
359
|
bufferSize?: number | undefined;
|
|
261
360
|
};
|
|
361
|
+
updatedAt: number;
|
|
262
362
|
createdAt: number;
|
|
263
363
|
radio: {
|
|
264
|
-
type: "
|
|
364
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
365
|
+
tci?: {
|
|
366
|
+
host: string;
|
|
367
|
+
port: number;
|
|
368
|
+
receiver: number;
|
|
369
|
+
trx: number;
|
|
370
|
+
vfo: number;
|
|
371
|
+
audioEnabled: boolean;
|
|
372
|
+
audioSampleRate: number;
|
|
373
|
+
} | undefined;
|
|
265
374
|
network?: {
|
|
266
375
|
host: string;
|
|
267
376
|
port: number;
|
|
@@ -269,6 +378,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
269
378
|
serial?: {
|
|
270
379
|
path: string;
|
|
271
380
|
rigModel: number;
|
|
381
|
+
serialNumber?: string | undefined;
|
|
272
382
|
serialConfig?: {
|
|
273
383
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
274
384
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -294,14 +404,18 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
294
404
|
userName?: string | undefined;
|
|
295
405
|
password?: string | undefined;
|
|
296
406
|
} | undefined;
|
|
407
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
297
408
|
transmitCompensationMs?: number | undefined;
|
|
298
|
-
|
|
409
|
+
fakeFrequency?: {
|
|
410
|
+
enabled: boolean;
|
|
411
|
+
} | undefined;
|
|
412
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
299
413
|
pttPort?: string | undefined;
|
|
300
414
|
cwKeyPort?: string | undefined;
|
|
301
415
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
416
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
302
417
|
};
|
|
303
418
|
audioLockedToRadio: boolean;
|
|
304
|
-
updatedAt: number;
|
|
305
419
|
description?: string | undefined;
|
|
306
420
|
}, {
|
|
307
421
|
id: string;
|
|
@@ -310,17 +424,35 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
310
424
|
sampleRate?: number | undefined;
|
|
311
425
|
inputDeviceName?: string | undefined;
|
|
312
426
|
outputDeviceName?: string | undefined;
|
|
427
|
+
inputRouteKey?: string | null | undefined;
|
|
428
|
+
outputRouteKey?: string | null | undefined;
|
|
429
|
+
inputDeviceId?: string | undefined;
|
|
430
|
+
outputDeviceId?: string | undefined;
|
|
431
|
+
inputHardwareId?: string | undefined;
|
|
432
|
+
outputHardwareId?: string | undefined;
|
|
313
433
|
inputSampleRate?: number | undefined;
|
|
314
434
|
outputSampleRate?: number | undefined;
|
|
315
435
|
inputBufferSize?: number | undefined;
|
|
316
436
|
outputBufferSize?: number | undefined;
|
|
317
437
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
318
438
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
439
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
440
|
+
ifCenterHz?: number | undefined;
|
|
319
441
|
bufferSize?: number | undefined;
|
|
320
442
|
};
|
|
443
|
+
updatedAt: number;
|
|
321
444
|
createdAt: number;
|
|
322
445
|
radio: {
|
|
323
|
-
type: "
|
|
446
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
447
|
+
tci?: {
|
|
448
|
+
host?: string | undefined;
|
|
449
|
+
port?: number | undefined;
|
|
450
|
+
receiver?: number | undefined;
|
|
451
|
+
trx?: number | undefined;
|
|
452
|
+
vfo?: number | undefined;
|
|
453
|
+
audioEnabled?: boolean | undefined;
|
|
454
|
+
audioSampleRate?: number | undefined;
|
|
455
|
+
} | undefined;
|
|
324
456
|
network?: {
|
|
325
457
|
host: string;
|
|
326
458
|
port: number;
|
|
@@ -328,6 +460,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
328
460
|
serial?: {
|
|
329
461
|
path: string;
|
|
330
462
|
rigModel: number;
|
|
463
|
+
serialNumber?: string | undefined;
|
|
331
464
|
serialConfig?: {
|
|
332
465
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
333
466
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -353,14 +486,18 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
353
486
|
password?: string | undefined;
|
|
354
487
|
dataMode?: boolean | undefined;
|
|
355
488
|
} | undefined;
|
|
489
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
356
490
|
transmitCompensationMs?: number | undefined;
|
|
357
|
-
|
|
491
|
+
fakeFrequency?: {
|
|
492
|
+
enabled: boolean;
|
|
493
|
+
} | undefined;
|
|
494
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
358
495
|
pttPort?: string | undefined;
|
|
359
496
|
cwKeyPort?: string | undefined;
|
|
360
497
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
498
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
361
499
|
};
|
|
362
500
|
audioLockedToRadio: boolean;
|
|
363
|
-
updatedAt: number;
|
|
364
501
|
description?: string | undefined;
|
|
365
502
|
}>;
|
|
366
503
|
export type RadioProfile = z.infer<typeof RadioProfileSchema>;
|
|
@@ -370,7 +507,7 @@ export type RadioProfile = z.infer<typeof RadioProfileSchema>;
|
|
|
370
507
|
export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
371
508
|
name: z.ZodString;
|
|
372
509
|
radio: z.ZodObject<{
|
|
373
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
510
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
374
511
|
network: z.ZodOptional<z.ZodObject<{
|
|
375
512
|
host: z.ZodString;
|
|
376
513
|
port: z.ZodNumber;
|
|
@@ -400,8 +537,34 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
400
537
|
password?: string | undefined;
|
|
401
538
|
dataMode?: boolean | undefined;
|
|
402
539
|
}>>;
|
|
540
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
541
|
+
host: z.ZodDefault<z.ZodString>;
|
|
542
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
543
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
544
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
545
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
546
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
547
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
548
|
+
}, "strip", z.ZodTypeAny, {
|
|
549
|
+
host: string;
|
|
550
|
+
port: number;
|
|
551
|
+
receiver: number;
|
|
552
|
+
trx: number;
|
|
553
|
+
vfo: number;
|
|
554
|
+
audioEnabled: boolean;
|
|
555
|
+
audioSampleRate: number;
|
|
556
|
+
}, {
|
|
557
|
+
host?: string | undefined;
|
|
558
|
+
port?: number | undefined;
|
|
559
|
+
receiver?: number | undefined;
|
|
560
|
+
trx?: number | undefined;
|
|
561
|
+
vfo?: number | undefined;
|
|
562
|
+
audioEnabled?: boolean | undefined;
|
|
563
|
+
audioSampleRate?: number | undefined;
|
|
564
|
+
}>>;
|
|
403
565
|
serial: z.ZodOptional<z.ZodObject<{
|
|
404
566
|
path: z.ZodString;
|
|
567
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
405
568
|
rigModel: z.ZodNumber;
|
|
406
569
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
407
570
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -444,6 +607,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
444
607
|
}, "strip", z.ZodTypeAny, {
|
|
445
608
|
path: string;
|
|
446
609
|
rigModel: number;
|
|
610
|
+
serialNumber?: string | undefined;
|
|
447
611
|
serialConfig?: {
|
|
448
612
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
449
613
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -461,6 +625,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
461
625
|
}, {
|
|
462
626
|
path: string;
|
|
463
627
|
rigModel: number;
|
|
628
|
+
serialNumber?: string | undefined;
|
|
464
629
|
serialConfig?: {
|
|
465
630
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
466
631
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -483,13 +648,31 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
483
648
|
}, {
|
|
484
649
|
speed?: number | undefined;
|
|
485
650
|
}>>;
|
|
651
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
486
652
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
653
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
654
|
+
enabled: z.ZodBoolean;
|
|
655
|
+
}, "strip", z.ZodTypeAny, {
|
|
656
|
+
enabled: boolean;
|
|
657
|
+
}, {
|
|
658
|
+
enabled: boolean;
|
|
659
|
+
}>>;
|
|
487
660
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
488
661
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
489
662
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
490
663
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
664
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
491
665
|
}, "strip", z.ZodTypeAny, {
|
|
492
|
-
type: "
|
|
666
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
667
|
+
tci?: {
|
|
668
|
+
host: string;
|
|
669
|
+
port: number;
|
|
670
|
+
receiver: number;
|
|
671
|
+
trx: number;
|
|
672
|
+
vfo: number;
|
|
673
|
+
audioEnabled: boolean;
|
|
674
|
+
audioSampleRate: number;
|
|
675
|
+
} | undefined;
|
|
493
676
|
network?: {
|
|
494
677
|
host: string;
|
|
495
678
|
port: number;
|
|
@@ -497,6 +680,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
497
680
|
serial?: {
|
|
498
681
|
path: string;
|
|
499
682
|
rigModel: number;
|
|
683
|
+
serialNumber?: string | undefined;
|
|
500
684
|
serialConfig?: {
|
|
501
685
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
502
686
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -522,13 +706,27 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
522
706
|
userName?: string | undefined;
|
|
523
707
|
password?: string | undefined;
|
|
524
708
|
} | undefined;
|
|
709
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
525
710
|
transmitCompensationMs?: number | undefined;
|
|
526
|
-
|
|
711
|
+
fakeFrequency?: {
|
|
712
|
+
enabled: boolean;
|
|
713
|
+
} | undefined;
|
|
714
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
527
715
|
pttPort?: string | undefined;
|
|
528
716
|
cwKeyPort?: string | undefined;
|
|
529
717
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
718
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
530
719
|
}, {
|
|
531
|
-
type: "
|
|
720
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
721
|
+
tci?: {
|
|
722
|
+
host?: string | undefined;
|
|
723
|
+
port?: number | undefined;
|
|
724
|
+
receiver?: number | undefined;
|
|
725
|
+
trx?: number | undefined;
|
|
726
|
+
vfo?: number | undefined;
|
|
727
|
+
audioEnabled?: boolean | undefined;
|
|
728
|
+
audioSampleRate?: number | undefined;
|
|
729
|
+
} | undefined;
|
|
532
730
|
network?: {
|
|
533
731
|
host: string;
|
|
534
732
|
port: number;
|
|
@@ -536,6 +734,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
536
734
|
serial?: {
|
|
537
735
|
path: string;
|
|
538
736
|
rigModel: number;
|
|
737
|
+
serialNumber?: string | undefined;
|
|
539
738
|
serialConfig?: {
|
|
540
739
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
541
740
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -561,51 +760,89 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
561
760
|
password?: string | undefined;
|
|
562
761
|
dataMode?: boolean | undefined;
|
|
563
762
|
} | undefined;
|
|
763
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
564
764
|
transmitCompensationMs?: number | undefined;
|
|
565
|
-
|
|
765
|
+
fakeFrequency?: {
|
|
766
|
+
enabled: boolean;
|
|
767
|
+
} | undefined;
|
|
768
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
566
769
|
pttPort?: string | undefined;
|
|
567
770
|
cwKeyPort?: string | undefined;
|
|
568
771
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
772
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
569
773
|
}>;
|
|
570
774
|
audio: z.ZodOptional<z.ZodObject<{
|
|
571
775
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
572
776
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
777
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
778
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
779
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
780
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
781
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
782
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
573
783
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
574
784
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
575
785
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
576
786
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
577
787
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
578
788
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
789
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
790
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
579
791
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
580
792
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
581
793
|
}, "strip", z.ZodTypeAny, {
|
|
582
794
|
sampleRate?: number | undefined;
|
|
583
795
|
inputDeviceName?: string | undefined;
|
|
584
796
|
outputDeviceName?: string | undefined;
|
|
797
|
+
inputRouteKey?: string | null | undefined;
|
|
798
|
+
outputRouteKey?: string | null | undefined;
|
|
799
|
+
inputDeviceId?: string | undefined;
|
|
800
|
+
outputDeviceId?: string | undefined;
|
|
801
|
+
inputHardwareId?: string | undefined;
|
|
802
|
+
outputHardwareId?: string | undefined;
|
|
585
803
|
inputSampleRate?: number | undefined;
|
|
586
804
|
outputSampleRate?: number | undefined;
|
|
587
805
|
inputBufferSize?: number | undefined;
|
|
588
806
|
outputBufferSize?: number | undefined;
|
|
589
807
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
590
808
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
809
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
810
|
+
ifCenterHz?: number | undefined;
|
|
591
811
|
bufferSize?: number | undefined;
|
|
592
812
|
}, {
|
|
593
813
|
sampleRate?: number | undefined;
|
|
594
814
|
inputDeviceName?: string | undefined;
|
|
595
815
|
outputDeviceName?: string | undefined;
|
|
816
|
+
inputRouteKey?: string | null | undefined;
|
|
817
|
+
outputRouteKey?: string | null | undefined;
|
|
818
|
+
inputDeviceId?: string | undefined;
|
|
819
|
+
outputDeviceId?: string | undefined;
|
|
820
|
+
inputHardwareId?: string | undefined;
|
|
821
|
+
outputHardwareId?: string | undefined;
|
|
596
822
|
inputSampleRate?: number | undefined;
|
|
597
823
|
outputSampleRate?: number | undefined;
|
|
598
824
|
inputBufferSize?: number | undefined;
|
|
599
825
|
outputBufferSize?: number | undefined;
|
|
600
826
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
601
827
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
828
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
829
|
+
ifCenterHz?: number | undefined;
|
|
602
830
|
bufferSize?: number | undefined;
|
|
603
831
|
}>>;
|
|
604
832
|
description: z.ZodOptional<z.ZodString>;
|
|
605
833
|
}, "strip", z.ZodTypeAny, {
|
|
606
834
|
name: string;
|
|
607
835
|
radio: {
|
|
608
|
-
type: "
|
|
836
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
837
|
+
tci?: {
|
|
838
|
+
host: string;
|
|
839
|
+
port: number;
|
|
840
|
+
receiver: number;
|
|
841
|
+
trx: number;
|
|
842
|
+
vfo: number;
|
|
843
|
+
audioEnabled: boolean;
|
|
844
|
+
audioSampleRate: number;
|
|
845
|
+
} | undefined;
|
|
609
846
|
network?: {
|
|
610
847
|
host: string;
|
|
611
848
|
port: number;
|
|
@@ -613,6 +850,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
613
850
|
serial?: {
|
|
614
851
|
path: string;
|
|
615
852
|
rigModel: number;
|
|
853
|
+
serialNumber?: string | undefined;
|
|
616
854
|
serialConfig?: {
|
|
617
855
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
618
856
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -638,29 +876,51 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
638
876
|
userName?: string | undefined;
|
|
639
877
|
password?: string | undefined;
|
|
640
878
|
} | undefined;
|
|
879
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
641
880
|
transmitCompensationMs?: number | undefined;
|
|
642
|
-
|
|
881
|
+
fakeFrequency?: {
|
|
882
|
+
enabled: boolean;
|
|
883
|
+
} | undefined;
|
|
884
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
643
885
|
pttPort?: string | undefined;
|
|
644
886
|
cwKeyPort?: string | undefined;
|
|
645
887
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
888
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
646
889
|
};
|
|
647
890
|
audio?: {
|
|
648
891
|
sampleRate?: number | undefined;
|
|
649
892
|
inputDeviceName?: string | undefined;
|
|
650
893
|
outputDeviceName?: string | undefined;
|
|
894
|
+
inputRouteKey?: string | null | undefined;
|
|
895
|
+
outputRouteKey?: string | null | undefined;
|
|
896
|
+
inputDeviceId?: string | undefined;
|
|
897
|
+
outputDeviceId?: string | undefined;
|
|
898
|
+
inputHardwareId?: string | undefined;
|
|
899
|
+
outputHardwareId?: string | undefined;
|
|
651
900
|
inputSampleRate?: number | undefined;
|
|
652
901
|
outputSampleRate?: number | undefined;
|
|
653
902
|
inputBufferSize?: number | undefined;
|
|
654
903
|
outputBufferSize?: number | undefined;
|
|
655
904
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
656
905
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
906
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
907
|
+
ifCenterHz?: number | undefined;
|
|
657
908
|
bufferSize?: number | undefined;
|
|
658
909
|
} | undefined;
|
|
659
910
|
description?: string | undefined;
|
|
660
911
|
}, {
|
|
661
912
|
name: string;
|
|
662
913
|
radio: {
|
|
663
|
-
type: "
|
|
914
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
915
|
+
tci?: {
|
|
916
|
+
host?: string | undefined;
|
|
917
|
+
port?: number | undefined;
|
|
918
|
+
receiver?: number | undefined;
|
|
919
|
+
trx?: number | undefined;
|
|
920
|
+
vfo?: number | undefined;
|
|
921
|
+
audioEnabled?: boolean | undefined;
|
|
922
|
+
audioSampleRate?: number | undefined;
|
|
923
|
+
} | undefined;
|
|
664
924
|
network?: {
|
|
665
925
|
host: string;
|
|
666
926
|
port: number;
|
|
@@ -668,6 +928,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
668
928
|
serial?: {
|
|
669
929
|
path: string;
|
|
670
930
|
rigModel: number;
|
|
931
|
+
serialNumber?: string | undefined;
|
|
671
932
|
serialConfig?: {
|
|
672
933
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
673
934
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -693,22 +954,35 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
693
954
|
password?: string | undefined;
|
|
694
955
|
dataMode?: boolean | undefined;
|
|
695
956
|
} | undefined;
|
|
957
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
696
958
|
transmitCompensationMs?: number | undefined;
|
|
697
|
-
|
|
959
|
+
fakeFrequency?: {
|
|
960
|
+
enabled: boolean;
|
|
961
|
+
} | undefined;
|
|
962
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
698
963
|
pttPort?: string | undefined;
|
|
699
964
|
cwKeyPort?: string | undefined;
|
|
700
965
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
966
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
701
967
|
};
|
|
702
968
|
audio?: {
|
|
703
969
|
sampleRate?: number | undefined;
|
|
704
970
|
inputDeviceName?: string | undefined;
|
|
705
971
|
outputDeviceName?: string | undefined;
|
|
972
|
+
inputRouteKey?: string | null | undefined;
|
|
973
|
+
outputRouteKey?: string | null | undefined;
|
|
974
|
+
inputDeviceId?: string | undefined;
|
|
975
|
+
outputDeviceId?: string | undefined;
|
|
976
|
+
inputHardwareId?: string | undefined;
|
|
977
|
+
outputHardwareId?: string | undefined;
|
|
706
978
|
inputSampleRate?: number | undefined;
|
|
707
979
|
outputSampleRate?: number | undefined;
|
|
708
980
|
inputBufferSize?: number | undefined;
|
|
709
981
|
outputBufferSize?: number | undefined;
|
|
710
982
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
711
983
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
984
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
985
|
+
ifCenterHz?: number | undefined;
|
|
712
986
|
bufferSize?: number | undefined;
|
|
713
987
|
} | undefined;
|
|
714
988
|
description?: string | undefined;
|
|
@@ -720,7 +994,7 @@ export type CreateProfileRequest = z.infer<typeof CreateProfileRequestSchema>;
|
|
|
720
994
|
export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
721
995
|
name: z.ZodOptional<z.ZodString>;
|
|
722
996
|
radio: z.ZodOptional<z.ZodObject<{
|
|
723
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
997
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
724
998
|
network: z.ZodOptional<z.ZodObject<{
|
|
725
999
|
host: z.ZodString;
|
|
726
1000
|
port: z.ZodNumber;
|
|
@@ -750,8 +1024,34 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
750
1024
|
password?: string | undefined;
|
|
751
1025
|
dataMode?: boolean | undefined;
|
|
752
1026
|
}>>;
|
|
1027
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
1028
|
+
host: z.ZodDefault<z.ZodString>;
|
|
1029
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
1030
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
1031
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
1032
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
1033
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1034
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1035
|
+
}, "strip", z.ZodTypeAny, {
|
|
1036
|
+
host: string;
|
|
1037
|
+
port: number;
|
|
1038
|
+
receiver: number;
|
|
1039
|
+
trx: number;
|
|
1040
|
+
vfo: number;
|
|
1041
|
+
audioEnabled: boolean;
|
|
1042
|
+
audioSampleRate: number;
|
|
1043
|
+
}, {
|
|
1044
|
+
host?: string | undefined;
|
|
1045
|
+
port?: number | undefined;
|
|
1046
|
+
receiver?: number | undefined;
|
|
1047
|
+
trx?: number | undefined;
|
|
1048
|
+
vfo?: number | undefined;
|
|
1049
|
+
audioEnabled?: boolean | undefined;
|
|
1050
|
+
audioSampleRate?: number | undefined;
|
|
1051
|
+
}>>;
|
|
753
1052
|
serial: z.ZodOptional<z.ZodObject<{
|
|
754
1053
|
path: z.ZodString;
|
|
1054
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
755
1055
|
rigModel: z.ZodNumber;
|
|
756
1056
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
757
1057
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -794,6 +1094,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
794
1094
|
}, "strip", z.ZodTypeAny, {
|
|
795
1095
|
path: string;
|
|
796
1096
|
rigModel: number;
|
|
1097
|
+
serialNumber?: string | undefined;
|
|
797
1098
|
serialConfig?: {
|
|
798
1099
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
799
1100
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -811,6 +1112,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
811
1112
|
}, {
|
|
812
1113
|
path: string;
|
|
813
1114
|
rigModel: number;
|
|
1115
|
+
serialNumber?: string | undefined;
|
|
814
1116
|
serialConfig?: {
|
|
815
1117
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
816
1118
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -833,13 +1135,31 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
833
1135
|
}, {
|
|
834
1136
|
speed?: number | undefined;
|
|
835
1137
|
}>>;
|
|
1138
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
836
1139
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
1140
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
1141
|
+
enabled: z.ZodBoolean;
|
|
1142
|
+
}, "strip", z.ZodTypeAny, {
|
|
1143
|
+
enabled: boolean;
|
|
1144
|
+
}, {
|
|
1145
|
+
enabled: boolean;
|
|
1146
|
+
}>>;
|
|
837
1147
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
838
1148
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
839
1149
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
840
1150
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
1151
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
841
1152
|
}, "strip", z.ZodTypeAny, {
|
|
842
|
-
type: "
|
|
1153
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1154
|
+
tci?: {
|
|
1155
|
+
host: string;
|
|
1156
|
+
port: number;
|
|
1157
|
+
receiver: number;
|
|
1158
|
+
trx: number;
|
|
1159
|
+
vfo: number;
|
|
1160
|
+
audioEnabled: boolean;
|
|
1161
|
+
audioSampleRate: number;
|
|
1162
|
+
} | undefined;
|
|
843
1163
|
network?: {
|
|
844
1164
|
host: string;
|
|
845
1165
|
port: number;
|
|
@@ -847,6 +1167,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
847
1167
|
serial?: {
|
|
848
1168
|
path: string;
|
|
849
1169
|
rigModel: number;
|
|
1170
|
+
serialNumber?: string | undefined;
|
|
850
1171
|
serialConfig?: {
|
|
851
1172
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
852
1173
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -872,13 +1193,27 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
872
1193
|
userName?: string | undefined;
|
|
873
1194
|
password?: string | undefined;
|
|
874
1195
|
} | undefined;
|
|
1196
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
875
1197
|
transmitCompensationMs?: number | undefined;
|
|
876
|
-
|
|
1198
|
+
fakeFrequency?: {
|
|
1199
|
+
enabled: boolean;
|
|
1200
|
+
} | undefined;
|
|
1201
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
877
1202
|
pttPort?: string | undefined;
|
|
878
1203
|
cwKeyPort?: string | undefined;
|
|
879
1204
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1205
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
880
1206
|
}, {
|
|
881
|
-
type: "
|
|
1207
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1208
|
+
tci?: {
|
|
1209
|
+
host?: string | undefined;
|
|
1210
|
+
port?: number | undefined;
|
|
1211
|
+
receiver?: number | undefined;
|
|
1212
|
+
trx?: number | undefined;
|
|
1213
|
+
vfo?: number | undefined;
|
|
1214
|
+
audioEnabled?: boolean | undefined;
|
|
1215
|
+
audioSampleRate?: number | undefined;
|
|
1216
|
+
} | undefined;
|
|
882
1217
|
network?: {
|
|
883
1218
|
host: string;
|
|
884
1219
|
port: number;
|
|
@@ -886,6 +1221,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
886
1221
|
serial?: {
|
|
887
1222
|
path: string;
|
|
888
1223
|
rigModel: number;
|
|
1224
|
+
serialNumber?: string | undefined;
|
|
889
1225
|
serialConfig?: {
|
|
890
1226
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
891
1227
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -911,44 +1247,73 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
911
1247
|
password?: string | undefined;
|
|
912
1248
|
dataMode?: boolean | undefined;
|
|
913
1249
|
} | undefined;
|
|
1250
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
914
1251
|
transmitCompensationMs?: number | undefined;
|
|
915
|
-
|
|
1252
|
+
fakeFrequency?: {
|
|
1253
|
+
enabled: boolean;
|
|
1254
|
+
} | undefined;
|
|
1255
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
916
1256
|
pttPort?: string | undefined;
|
|
917
1257
|
cwKeyPort?: string | undefined;
|
|
918
1258
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1259
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
919
1260
|
}>>;
|
|
920
1261
|
audio: z.ZodOptional<z.ZodObject<{
|
|
921
1262
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
922
1263
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
1264
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1265
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1266
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
1267
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
1268
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
1269
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
923
1270
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
924
1271
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
925
1272
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
926
1273
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
927
1274
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
928
1275
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
1276
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
1277
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
929
1278
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
930
1279
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
931
1280
|
}, "strip", z.ZodTypeAny, {
|
|
932
1281
|
sampleRate?: number | undefined;
|
|
933
1282
|
inputDeviceName?: string | undefined;
|
|
934
1283
|
outputDeviceName?: string | undefined;
|
|
1284
|
+
inputRouteKey?: string | null | undefined;
|
|
1285
|
+
outputRouteKey?: string | null | undefined;
|
|
1286
|
+
inputDeviceId?: string | undefined;
|
|
1287
|
+
outputDeviceId?: string | undefined;
|
|
1288
|
+
inputHardwareId?: string | undefined;
|
|
1289
|
+
outputHardwareId?: string | undefined;
|
|
935
1290
|
inputSampleRate?: number | undefined;
|
|
936
1291
|
outputSampleRate?: number | undefined;
|
|
937
1292
|
inputBufferSize?: number | undefined;
|
|
938
1293
|
outputBufferSize?: number | undefined;
|
|
939
1294
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
940
1295
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1296
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1297
|
+
ifCenterHz?: number | undefined;
|
|
941
1298
|
bufferSize?: number | undefined;
|
|
942
1299
|
}, {
|
|
943
1300
|
sampleRate?: number | undefined;
|
|
944
1301
|
inputDeviceName?: string | undefined;
|
|
945
1302
|
outputDeviceName?: string | undefined;
|
|
1303
|
+
inputRouteKey?: string | null | undefined;
|
|
1304
|
+
outputRouteKey?: string | null | undefined;
|
|
1305
|
+
inputDeviceId?: string | undefined;
|
|
1306
|
+
outputDeviceId?: string | undefined;
|
|
1307
|
+
inputHardwareId?: string | undefined;
|
|
1308
|
+
outputHardwareId?: string | undefined;
|
|
946
1309
|
inputSampleRate?: number | undefined;
|
|
947
1310
|
outputSampleRate?: number | undefined;
|
|
948
1311
|
inputBufferSize?: number | undefined;
|
|
949
1312
|
outputBufferSize?: number | undefined;
|
|
950
1313
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
951
1314
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1315
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1316
|
+
ifCenterHz?: number | undefined;
|
|
952
1317
|
bufferSize?: number | undefined;
|
|
953
1318
|
}>>;
|
|
954
1319
|
audioLockedToRadio: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -959,17 +1324,34 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
959
1324
|
sampleRate?: number | undefined;
|
|
960
1325
|
inputDeviceName?: string | undefined;
|
|
961
1326
|
outputDeviceName?: string | undefined;
|
|
1327
|
+
inputRouteKey?: string | null | undefined;
|
|
1328
|
+
outputRouteKey?: string | null | undefined;
|
|
1329
|
+
inputDeviceId?: string | undefined;
|
|
1330
|
+
outputDeviceId?: string | undefined;
|
|
1331
|
+
inputHardwareId?: string | undefined;
|
|
1332
|
+
outputHardwareId?: string | undefined;
|
|
962
1333
|
inputSampleRate?: number | undefined;
|
|
963
1334
|
outputSampleRate?: number | undefined;
|
|
964
1335
|
inputBufferSize?: number | undefined;
|
|
965
1336
|
outputBufferSize?: number | undefined;
|
|
966
1337
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
967
1338
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1339
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1340
|
+
ifCenterHz?: number | undefined;
|
|
968
1341
|
bufferSize?: number | undefined;
|
|
969
1342
|
} | undefined;
|
|
970
1343
|
description?: string | undefined;
|
|
971
1344
|
radio?: {
|
|
972
|
-
type: "
|
|
1345
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1346
|
+
tci?: {
|
|
1347
|
+
host: string;
|
|
1348
|
+
port: number;
|
|
1349
|
+
receiver: number;
|
|
1350
|
+
trx: number;
|
|
1351
|
+
vfo: number;
|
|
1352
|
+
audioEnabled: boolean;
|
|
1353
|
+
audioSampleRate: number;
|
|
1354
|
+
} | undefined;
|
|
973
1355
|
network?: {
|
|
974
1356
|
host: string;
|
|
975
1357
|
port: number;
|
|
@@ -977,6 +1359,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
977
1359
|
serial?: {
|
|
978
1360
|
path: string;
|
|
979
1361
|
rigModel: number;
|
|
1362
|
+
serialNumber?: string | undefined;
|
|
980
1363
|
serialConfig?: {
|
|
981
1364
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
982
1365
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1002,11 +1385,16 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
1002
1385
|
userName?: string | undefined;
|
|
1003
1386
|
password?: string | undefined;
|
|
1004
1387
|
} | undefined;
|
|
1388
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1005
1389
|
transmitCompensationMs?: number | undefined;
|
|
1006
|
-
|
|
1390
|
+
fakeFrequency?: {
|
|
1391
|
+
enabled: boolean;
|
|
1392
|
+
} | undefined;
|
|
1393
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1007
1394
|
pttPort?: string | undefined;
|
|
1008
1395
|
cwKeyPort?: string | undefined;
|
|
1009
1396
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1397
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1010
1398
|
} | undefined;
|
|
1011
1399
|
audioLockedToRadio?: boolean | undefined;
|
|
1012
1400
|
}, {
|
|
@@ -1015,17 +1403,34 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
1015
1403
|
sampleRate?: number | undefined;
|
|
1016
1404
|
inputDeviceName?: string | undefined;
|
|
1017
1405
|
outputDeviceName?: string | undefined;
|
|
1406
|
+
inputRouteKey?: string | null | undefined;
|
|
1407
|
+
outputRouteKey?: string | null | undefined;
|
|
1408
|
+
inputDeviceId?: string | undefined;
|
|
1409
|
+
outputDeviceId?: string | undefined;
|
|
1410
|
+
inputHardwareId?: string | undefined;
|
|
1411
|
+
outputHardwareId?: string | undefined;
|
|
1018
1412
|
inputSampleRate?: number | undefined;
|
|
1019
1413
|
outputSampleRate?: number | undefined;
|
|
1020
1414
|
inputBufferSize?: number | undefined;
|
|
1021
1415
|
outputBufferSize?: number | undefined;
|
|
1022
1416
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1023
1417
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1418
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1419
|
+
ifCenterHz?: number | undefined;
|
|
1024
1420
|
bufferSize?: number | undefined;
|
|
1025
1421
|
} | undefined;
|
|
1026
1422
|
description?: string | undefined;
|
|
1027
1423
|
radio?: {
|
|
1028
|
-
type: "
|
|
1424
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1425
|
+
tci?: {
|
|
1426
|
+
host?: string | undefined;
|
|
1427
|
+
port?: number | undefined;
|
|
1428
|
+
receiver?: number | undefined;
|
|
1429
|
+
trx?: number | undefined;
|
|
1430
|
+
vfo?: number | undefined;
|
|
1431
|
+
audioEnabled?: boolean | undefined;
|
|
1432
|
+
audioSampleRate?: number | undefined;
|
|
1433
|
+
} | undefined;
|
|
1029
1434
|
network?: {
|
|
1030
1435
|
host: string;
|
|
1031
1436
|
port: number;
|
|
@@ -1033,6 +1438,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
1033
1438
|
serial?: {
|
|
1034
1439
|
path: string;
|
|
1035
1440
|
rigModel: number;
|
|
1441
|
+
serialNumber?: string | undefined;
|
|
1036
1442
|
serialConfig?: {
|
|
1037
1443
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1038
1444
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1058,11 +1464,16 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
1058
1464
|
password?: string | undefined;
|
|
1059
1465
|
dataMode?: boolean | undefined;
|
|
1060
1466
|
} | undefined;
|
|
1467
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1061
1468
|
transmitCompensationMs?: number | undefined;
|
|
1062
|
-
|
|
1469
|
+
fakeFrequency?: {
|
|
1470
|
+
enabled: boolean;
|
|
1471
|
+
} | undefined;
|
|
1472
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1063
1473
|
pttPort?: string | undefined;
|
|
1064
1474
|
cwKeyPort?: string | undefined;
|
|
1065
1475
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1476
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1066
1477
|
} | undefined;
|
|
1067
1478
|
audioLockedToRadio?: boolean | undefined;
|
|
1068
1479
|
}>;
|
|
@@ -1075,7 +1486,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1075
1486
|
id: z.ZodString;
|
|
1076
1487
|
name: z.ZodString;
|
|
1077
1488
|
radio: z.ZodObject<{
|
|
1078
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
1489
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
1079
1490
|
network: z.ZodOptional<z.ZodObject<{
|
|
1080
1491
|
host: z.ZodString;
|
|
1081
1492
|
port: z.ZodNumber;
|
|
@@ -1105,8 +1516,34 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1105
1516
|
password?: string | undefined;
|
|
1106
1517
|
dataMode?: boolean | undefined;
|
|
1107
1518
|
}>>;
|
|
1519
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
1520
|
+
host: z.ZodDefault<z.ZodString>;
|
|
1521
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
1522
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
1523
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
1524
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
1525
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1526
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1527
|
+
}, "strip", z.ZodTypeAny, {
|
|
1528
|
+
host: string;
|
|
1529
|
+
port: number;
|
|
1530
|
+
receiver: number;
|
|
1531
|
+
trx: number;
|
|
1532
|
+
vfo: number;
|
|
1533
|
+
audioEnabled: boolean;
|
|
1534
|
+
audioSampleRate: number;
|
|
1535
|
+
}, {
|
|
1536
|
+
host?: string | undefined;
|
|
1537
|
+
port?: number | undefined;
|
|
1538
|
+
receiver?: number | undefined;
|
|
1539
|
+
trx?: number | undefined;
|
|
1540
|
+
vfo?: number | undefined;
|
|
1541
|
+
audioEnabled?: boolean | undefined;
|
|
1542
|
+
audioSampleRate?: number | undefined;
|
|
1543
|
+
}>>;
|
|
1108
1544
|
serial: z.ZodOptional<z.ZodObject<{
|
|
1109
1545
|
path: z.ZodString;
|
|
1546
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
1110
1547
|
rigModel: z.ZodNumber;
|
|
1111
1548
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
1112
1549
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -1149,6 +1586,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1149
1586
|
}, "strip", z.ZodTypeAny, {
|
|
1150
1587
|
path: string;
|
|
1151
1588
|
rigModel: number;
|
|
1589
|
+
serialNumber?: string | undefined;
|
|
1152
1590
|
serialConfig?: {
|
|
1153
1591
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1154
1592
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1166,6 +1604,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1166
1604
|
}, {
|
|
1167
1605
|
path: string;
|
|
1168
1606
|
rigModel: number;
|
|
1607
|
+
serialNumber?: string | undefined;
|
|
1169
1608
|
serialConfig?: {
|
|
1170
1609
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1171
1610
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1188,13 +1627,31 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1188
1627
|
}, {
|
|
1189
1628
|
speed?: number | undefined;
|
|
1190
1629
|
}>>;
|
|
1630
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
1191
1631
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
1632
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
1633
|
+
enabled: z.ZodBoolean;
|
|
1634
|
+
}, "strip", z.ZodTypeAny, {
|
|
1635
|
+
enabled: boolean;
|
|
1636
|
+
}, {
|
|
1637
|
+
enabled: boolean;
|
|
1638
|
+
}>>;
|
|
1192
1639
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
1193
1640
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
1194
1641
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
1195
1642
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
1643
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
1196
1644
|
}, "strip", z.ZodTypeAny, {
|
|
1197
|
-
type: "
|
|
1645
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1646
|
+
tci?: {
|
|
1647
|
+
host: string;
|
|
1648
|
+
port: number;
|
|
1649
|
+
receiver: number;
|
|
1650
|
+
trx: number;
|
|
1651
|
+
vfo: number;
|
|
1652
|
+
audioEnabled: boolean;
|
|
1653
|
+
audioSampleRate: number;
|
|
1654
|
+
} | undefined;
|
|
1198
1655
|
network?: {
|
|
1199
1656
|
host: string;
|
|
1200
1657
|
port: number;
|
|
@@ -1202,6 +1659,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1202
1659
|
serial?: {
|
|
1203
1660
|
path: string;
|
|
1204
1661
|
rigModel: number;
|
|
1662
|
+
serialNumber?: string | undefined;
|
|
1205
1663
|
serialConfig?: {
|
|
1206
1664
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1207
1665
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1227,13 +1685,27 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1227
1685
|
userName?: string | undefined;
|
|
1228
1686
|
password?: string | undefined;
|
|
1229
1687
|
} | undefined;
|
|
1688
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1230
1689
|
transmitCompensationMs?: number | undefined;
|
|
1231
|
-
|
|
1690
|
+
fakeFrequency?: {
|
|
1691
|
+
enabled: boolean;
|
|
1692
|
+
} | undefined;
|
|
1693
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1232
1694
|
pttPort?: string | undefined;
|
|
1233
1695
|
cwKeyPort?: string | undefined;
|
|
1234
1696
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1697
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1235
1698
|
}, {
|
|
1236
|
-
type: "
|
|
1699
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1700
|
+
tci?: {
|
|
1701
|
+
host?: string | undefined;
|
|
1702
|
+
port?: number | undefined;
|
|
1703
|
+
receiver?: number | undefined;
|
|
1704
|
+
trx?: number | undefined;
|
|
1705
|
+
vfo?: number | undefined;
|
|
1706
|
+
audioEnabled?: boolean | undefined;
|
|
1707
|
+
audioSampleRate?: number | undefined;
|
|
1708
|
+
} | undefined;
|
|
1237
1709
|
network?: {
|
|
1238
1710
|
host: string;
|
|
1239
1711
|
port: number;
|
|
@@ -1241,6 +1713,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1241
1713
|
serial?: {
|
|
1242
1714
|
path: string;
|
|
1243
1715
|
rigModel: number;
|
|
1716
|
+
serialNumber?: string | undefined;
|
|
1244
1717
|
serialConfig?: {
|
|
1245
1718
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1246
1719
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1266,44 +1739,73 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1266
1739
|
password?: string | undefined;
|
|
1267
1740
|
dataMode?: boolean | undefined;
|
|
1268
1741
|
} | undefined;
|
|
1742
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1269
1743
|
transmitCompensationMs?: number | undefined;
|
|
1270
|
-
|
|
1744
|
+
fakeFrequency?: {
|
|
1745
|
+
enabled: boolean;
|
|
1746
|
+
} | undefined;
|
|
1747
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1271
1748
|
pttPort?: string | undefined;
|
|
1272
1749
|
cwKeyPort?: string | undefined;
|
|
1273
1750
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1751
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1274
1752
|
}>;
|
|
1275
1753
|
audio: z.ZodObject<{
|
|
1276
1754
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
1277
1755
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
1756
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1757
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1758
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
1759
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
1760
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
1761
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
1278
1762
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1279
1763
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1280
1764
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1281
1765
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1282
1766
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
1283
1767
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
1768
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
1769
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
1284
1770
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1285
1771
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1286
1772
|
}, "strip", z.ZodTypeAny, {
|
|
1287
1773
|
sampleRate?: number | undefined;
|
|
1288
1774
|
inputDeviceName?: string | undefined;
|
|
1289
1775
|
outputDeviceName?: string | undefined;
|
|
1776
|
+
inputRouteKey?: string | null | undefined;
|
|
1777
|
+
outputRouteKey?: string | null | undefined;
|
|
1778
|
+
inputDeviceId?: string | undefined;
|
|
1779
|
+
outputDeviceId?: string | undefined;
|
|
1780
|
+
inputHardwareId?: string | undefined;
|
|
1781
|
+
outputHardwareId?: string | undefined;
|
|
1290
1782
|
inputSampleRate?: number | undefined;
|
|
1291
1783
|
outputSampleRate?: number | undefined;
|
|
1292
1784
|
inputBufferSize?: number | undefined;
|
|
1293
1785
|
outputBufferSize?: number | undefined;
|
|
1294
1786
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1295
1787
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1788
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1789
|
+
ifCenterHz?: number | undefined;
|
|
1296
1790
|
bufferSize?: number | undefined;
|
|
1297
1791
|
}, {
|
|
1298
1792
|
sampleRate?: number | undefined;
|
|
1299
1793
|
inputDeviceName?: string | undefined;
|
|
1300
1794
|
outputDeviceName?: string | undefined;
|
|
1795
|
+
inputRouteKey?: string | null | undefined;
|
|
1796
|
+
outputRouteKey?: string | null | undefined;
|
|
1797
|
+
inputDeviceId?: string | undefined;
|
|
1798
|
+
outputDeviceId?: string | undefined;
|
|
1799
|
+
inputHardwareId?: string | undefined;
|
|
1800
|
+
outputHardwareId?: string | undefined;
|
|
1301
1801
|
inputSampleRate?: number | undefined;
|
|
1302
1802
|
outputSampleRate?: number | undefined;
|
|
1303
1803
|
inputBufferSize?: number | undefined;
|
|
1304
1804
|
outputBufferSize?: number | undefined;
|
|
1305
1805
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1306
1806
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1807
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1808
|
+
ifCenterHz?: number | undefined;
|
|
1307
1809
|
bufferSize?: number | undefined;
|
|
1308
1810
|
}>;
|
|
1309
1811
|
audioLockedToRadio: z.ZodBoolean;
|
|
@@ -1317,17 +1819,35 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1317
1819
|
sampleRate?: number | undefined;
|
|
1318
1820
|
inputDeviceName?: string | undefined;
|
|
1319
1821
|
outputDeviceName?: string | undefined;
|
|
1822
|
+
inputRouteKey?: string | null | undefined;
|
|
1823
|
+
outputRouteKey?: string | null | undefined;
|
|
1824
|
+
inputDeviceId?: string | undefined;
|
|
1825
|
+
outputDeviceId?: string | undefined;
|
|
1826
|
+
inputHardwareId?: string | undefined;
|
|
1827
|
+
outputHardwareId?: string | undefined;
|
|
1320
1828
|
inputSampleRate?: number | undefined;
|
|
1321
1829
|
outputSampleRate?: number | undefined;
|
|
1322
1830
|
inputBufferSize?: number | undefined;
|
|
1323
1831
|
outputBufferSize?: number | undefined;
|
|
1324
1832
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1325
1833
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1834
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1835
|
+
ifCenterHz?: number | undefined;
|
|
1326
1836
|
bufferSize?: number | undefined;
|
|
1327
1837
|
};
|
|
1838
|
+
updatedAt: number;
|
|
1328
1839
|
createdAt: number;
|
|
1329
1840
|
radio: {
|
|
1330
|
-
type: "
|
|
1841
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1842
|
+
tci?: {
|
|
1843
|
+
host: string;
|
|
1844
|
+
port: number;
|
|
1845
|
+
receiver: number;
|
|
1846
|
+
trx: number;
|
|
1847
|
+
vfo: number;
|
|
1848
|
+
audioEnabled: boolean;
|
|
1849
|
+
audioSampleRate: number;
|
|
1850
|
+
} | undefined;
|
|
1331
1851
|
network?: {
|
|
1332
1852
|
host: string;
|
|
1333
1853
|
port: number;
|
|
@@ -1335,6 +1855,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1335
1855
|
serial?: {
|
|
1336
1856
|
path: string;
|
|
1337
1857
|
rigModel: number;
|
|
1858
|
+
serialNumber?: string | undefined;
|
|
1338
1859
|
serialConfig?: {
|
|
1339
1860
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1340
1861
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1360,14 +1881,18 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1360
1881
|
userName?: string | undefined;
|
|
1361
1882
|
password?: string | undefined;
|
|
1362
1883
|
} | undefined;
|
|
1884
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1363
1885
|
transmitCompensationMs?: number | undefined;
|
|
1364
|
-
|
|
1886
|
+
fakeFrequency?: {
|
|
1887
|
+
enabled: boolean;
|
|
1888
|
+
} | undefined;
|
|
1889
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1365
1890
|
pttPort?: string | undefined;
|
|
1366
1891
|
cwKeyPort?: string | undefined;
|
|
1367
1892
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1893
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1368
1894
|
};
|
|
1369
1895
|
audioLockedToRadio: boolean;
|
|
1370
|
-
updatedAt: number;
|
|
1371
1896
|
description?: string | undefined;
|
|
1372
1897
|
}, {
|
|
1373
1898
|
id: string;
|
|
@@ -1376,17 +1901,35 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1376
1901
|
sampleRate?: number | undefined;
|
|
1377
1902
|
inputDeviceName?: string | undefined;
|
|
1378
1903
|
outputDeviceName?: string | undefined;
|
|
1904
|
+
inputRouteKey?: string | null | undefined;
|
|
1905
|
+
outputRouteKey?: string | null | undefined;
|
|
1906
|
+
inputDeviceId?: string | undefined;
|
|
1907
|
+
outputDeviceId?: string | undefined;
|
|
1908
|
+
inputHardwareId?: string | undefined;
|
|
1909
|
+
outputHardwareId?: string | undefined;
|
|
1379
1910
|
inputSampleRate?: number | undefined;
|
|
1380
1911
|
outputSampleRate?: number | undefined;
|
|
1381
1912
|
inputBufferSize?: number | undefined;
|
|
1382
1913
|
outputBufferSize?: number | undefined;
|
|
1383
1914
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1384
1915
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1916
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1917
|
+
ifCenterHz?: number | undefined;
|
|
1385
1918
|
bufferSize?: number | undefined;
|
|
1386
1919
|
};
|
|
1920
|
+
updatedAt: number;
|
|
1387
1921
|
createdAt: number;
|
|
1388
1922
|
radio: {
|
|
1389
|
-
type: "
|
|
1923
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1924
|
+
tci?: {
|
|
1925
|
+
host?: string | undefined;
|
|
1926
|
+
port?: number | undefined;
|
|
1927
|
+
receiver?: number | undefined;
|
|
1928
|
+
trx?: number | undefined;
|
|
1929
|
+
vfo?: number | undefined;
|
|
1930
|
+
audioEnabled?: boolean | undefined;
|
|
1931
|
+
audioSampleRate?: number | undefined;
|
|
1932
|
+
} | undefined;
|
|
1390
1933
|
network?: {
|
|
1391
1934
|
host: string;
|
|
1392
1935
|
port: number;
|
|
@@ -1394,6 +1937,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1394
1937
|
serial?: {
|
|
1395
1938
|
path: string;
|
|
1396
1939
|
rigModel: number;
|
|
1940
|
+
serialNumber?: string | undefined;
|
|
1397
1941
|
serialConfig?: {
|
|
1398
1942
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1399
1943
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1419,14 +1963,18 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1419
1963
|
password?: string | undefined;
|
|
1420
1964
|
dataMode?: boolean | undefined;
|
|
1421
1965
|
} | undefined;
|
|
1966
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1422
1967
|
transmitCompensationMs?: number | undefined;
|
|
1423
|
-
|
|
1968
|
+
fakeFrequency?: {
|
|
1969
|
+
enabled: boolean;
|
|
1970
|
+
} | undefined;
|
|
1971
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1424
1972
|
pttPort?: string | undefined;
|
|
1425
1973
|
cwKeyPort?: string | undefined;
|
|
1426
1974
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1975
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1427
1976
|
};
|
|
1428
1977
|
audioLockedToRadio: boolean;
|
|
1429
|
-
updatedAt: number;
|
|
1430
1978
|
description?: string | undefined;
|
|
1431
1979
|
}>, "many">;
|
|
1432
1980
|
activeProfileId: z.ZodNullable<z.ZodString>;
|
|
@@ -1438,17 +1986,35 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1438
1986
|
sampleRate?: number | undefined;
|
|
1439
1987
|
inputDeviceName?: string | undefined;
|
|
1440
1988
|
outputDeviceName?: string | undefined;
|
|
1989
|
+
inputRouteKey?: string | null | undefined;
|
|
1990
|
+
outputRouteKey?: string | null | undefined;
|
|
1991
|
+
inputDeviceId?: string | undefined;
|
|
1992
|
+
outputDeviceId?: string | undefined;
|
|
1993
|
+
inputHardwareId?: string | undefined;
|
|
1994
|
+
outputHardwareId?: string | undefined;
|
|
1441
1995
|
inputSampleRate?: number | undefined;
|
|
1442
1996
|
outputSampleRate?: number | undefined;
|
|
1443
1997
|
inputBufferSize?: number | undefined;
|
|
1444
1998
|
outputBufferSize?: number | undefined;
|
|
1445
1999
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1446
2000
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2001
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2002
|
+
ifCenterHz?: number | undefined;
|
|
1447
2003
|
bufferSize?: number | undefined;
|
|
1448
2004
|
};
|
|
2005
|
+
updatedAt: number;
|
|
1449
2006
|
createdAt: number;
|
|
1450
2007
|
radio: {
|
|
1451
|
-
type: "
|
|
2008
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2009
|
+
tci?: {
|
|
2010
|
+
host: string;
|
|
2011
|
+
port: number;
|
|
2012
|
+
receiver: number;
|
|
2013
|
+
trx: number;
|
|
2014
|
+
vfo: number;
|
|
2015
|
+
audioEnabled: boolean;
|
|
2016
|
+
audioSampleRate: number;
|
|
2017
|
+
} | undefined;
|
|
1452
2018
|
network?: {
|
|
1453
2019
|
host: string;
|
|
1454
2020
|
port: number;
|
|
@@ -1456,6 +2022,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1456
2022
|
serial?: {
|
|
1457
2023
|
path: string;
|
|
1458
2024
|
rigModel: number;
|
|
2025
|
+
serialNumber?: string | undefined;
|
|
1459
2026
|
serialConfig?: {
|
|
1460
2027
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1461
2028
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1481,14 +2048,18 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1481
2048
|
userName?: string | undefined;
|
|
1482
2049
|
password?: string | undefined;
|
|
1483
2050
|
} | undefined;
|
|
2051
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1484
2052
|
transmitCompensationMs?: number | undefined;
|
|
1485
|
-
|
|
2053
|
+
fakeFrequency?: {
|
|
2054
|
+
enabled: boolean;
|
|
2055
|
+
} | undefined;
|
|
2056
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1486
2057
|
pttPort?: string | undefined;
|
|
1487
2058
|
cwKeyPort?: string | undefined;
|
|
1488
2059
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2060
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1489
2061
|
};
|
|
1490
2062
|
audioLockedToRadio: boolean;
|
|
1491
|
-
updatedAt: number;
|
|
1492
2063
|
description?: string | undefined;
|
|
1493
2064
|
}[];
|
|
1494
2065
|
activeProfileId: string | null;
|
|
@@ -1500,17 +2071,35 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1500
2071
|
sampleRate?: number | undefined;
|
|
1501
2072
|
inputDeviceName?: string | undefined;
|
|
1502
2073
|
outputDeviceName?: string | undefined;
|
|
2074
|
+
inputRouteKey?: string | null | undefined;
|
|
2075
|
+
outputRouteKey?: string | null | undefined;
|
|
2076
|
+
inputDeviceId?: string | undefined;
|
|
2077
|
+
outputDeviceId?: string | undefined;
|
|
2078
|
+
inputHardwareId?: string | undefined;
|
|
2079
|
+
outputHardwareId?: string | undefined;
|
|
1503
2080
|
inputSampleRate?: number | undefined;
|
|
1504
2081
|
outputSampleRate?: number | undefined;
|
|
1505
2082
|
inputBufferSize?: number | undefined;
|
|
1506
2083
|
outputBufferSize?: number | undefined;
|
|
1507
2084
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1508
2085
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2086
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2087
|
+
ifCenterHz?: number | undefined;
|
|
1509
2088
|
bufferSize?: number | undefined;
|
|
1510
2089
|
};
|
|
2090
|
+
updatedAt: number;
|
|
1511
2091
|
createdAt: number;
|
|
1512
2092
|
radio: {
|
|
1513
|
-
type: "
|
|
2093
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2094
|
+
tci?: {
|
|
2095
|
+
host?: string | undefined;
|
|
2096
|
+
port?: number | undefined;
|
|
2097
|
+
receiver?: number | undefined;
|
|
2098
|
+
trx?: number | undefined;
|
|
2099
|
+
vfo?: number | undefined;
|
|
2100
|
+
audioEnabled?: boolean | undefined;
|
|
2101
|
+
audioSampleRate?: number | undefined;
|
|
2102
|
+
} | undefined;
|
|
1514
2103
|
network?: {
|
|
1515
2104
|
host: string;
|
|
1516
2105
|
port: number;
|
|
@@ -1518,6 +2107,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1518
2107
|
serial?: {
|
|
1519
2108
|
path: string;
|
|
1520
2109
|
rigModel: number;
|
|
2110
|
+
serialNumber?: string | undefined;
|
|
1521
2111
|
serialConfig?: {
|
|
1522
2112
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1523
2113
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1543,14 +2133,18 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1543
2133
|
password?: string | undefined;
|
|
1544
2134
|
dataMode?: boolean | undefined;
|
|
1545
2135
|
} | undefined;
|
|
2136
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1546
2137
|
transmitCompensationMs?: number | undefined;
|
|
1547
|
-
|
|
2138
|
+
fakeFrequency?: {
|
|
2139
|
+
enabled: boolean;
|
|
2140
|
+
} | undefined;
|
|
2141
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1548
2142
|
pttPort?: string | undefined;
|
|
1549
2143
|
cwKeyPort?: string | undefined;
|
|
1550
2144
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2145
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1551
2146
|
};
|
|
1552
2147
|
audioLockedToRadio: boolean;
|
|
1553
|
-
updatedAt: number;
|
|
1554
2148
|
description?: string | undefined;
|
|
1555
2149
|
}[];
|
|
1556
2150
|
activeProfileId: string | null;
|
|
@@ -1565,7 +2159,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1565
2159
|
id: z.ZodString;
|
|
1566
2160
|
name: z.ZodString;
|
|
1567
2161
|
radio: z.ZodObject<{
|
|
1568
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
2162
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
1569
2163
|
network: z.ZodOptional<z.ZodObject<{
|
|
1570
2164
|
host: z.ZodString;
|
|
1571
2165
|
port: z.ZodNumber;
|
|
@@ -1595,8 +2189,34 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1595
2189
|
password?: string | undefined;
|
|
1596
2190
|
dataMode?: boolean | undefined;
|
|
1597
2191
|
}>>;
|
|
2192
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
2193
|
+
host: z.ZodDefault<z.ZodString>;
|
|
2194
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
2195
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
2196
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
2197
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
2198
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2199
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2200
|
+
}, "strip", z.ZodTypeAny, {
|
|
2201
|
+
host: string;
|
|
2202
|
+
port: number;
|
|
2203
|
+
receiver: number;
|
|
2204
|
+
trx: number;
|
|
2205
|
+
vfo: number;
|
|
2206
|
+
audioEnabled: boolean;
|
|
2207
|
+
audioSampleRate: number;
|
|
2208
|
+
}, {
|
|
2209
|
+
host?: string | undefined;
|
|
2210
|
+
port?: number | undefined;
|
|
2211
|
+
receiver?: number | undefined;
|
|
2212
|
+
trx?: number | undefined;
|
|
2213
|
+
vfo?: number | undefined;
|
|
2214
|
+
audioEnabled?: boolean | undefined;
|
|
2215
|
+
audioSampleRate?: number | undefined;
|
|
2216
|
+
}>>;
|
|
1598
2217
|
serial: z.ZodOptional<z.ZodObject<{
|
|
1599
2218
|
path: z.ZodString;
|
|
2219
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
1600
2220
|
rigModel: z.ZodNumber;
|
|
1601
2221
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
1602
2222
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -1639,6 +2259,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1639
2259
|
}, "strip", z.ZodTypeAny, {
|
|
1640
2260
|
path: string;
|
|
1641
2261
|
rigModel: number;
|
|
2262
|
+
serialNumber?: string | undefined;
|
|
1642
2263
|
serialConfig?: {
|
|
1643
2264
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1644
2265
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1656,6 +2277,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1656
2277
|
}, {
|
|
1657
2278
|
path: string;
|
|
1658
2279
|
rigModel: number;
|
|
2280
|
+
serialNumber?: string | undefined;
|
|
1659
2281
|
serialConfig?: {
|
|
1660
2282
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1661
2283
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1678,13 +2300,31 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1678
2300
|
}, {
|
|
1679
2301
|
speed?: number | undefined;
|
|
1680
2302
|
}>>;
|
|
2303
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
1681
2304
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
2305
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
2306
|
+
enabled: z.ZodBoolean;
|
|
2307
|
+
}, "strip", z.ZodTypeAny, {
|
|
2308
|
+
enabled: boolean;
|
|
2309
|
+
}, {
|
|
2310
|
+
enabled: boolean;
|
|
2311
|
+
}>>;
|
|
1682
2312
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
1683
2313
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
1684
2314
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
1685
2315
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
2316
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
1686
2317
|
}, "strip", z.ZodTypeAny, {
|
|
1687
|
-
type: "
|
|
2318
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2319
|
+
tci?: {
|
|
2320
|
+
host: string;
|
|
2321
|
+
port: number;
|
|
2322
|
+
receiver: number;
|
|
2323
|
+
trx: number;
|
|
2324
|
+
vfo: number;
|
|
2325
|
+
audioEnabled: boolean;
|
|
2326
|
+
audioSampleRate: number;
|
|
2327
|
+
} | undefined;
|
|
1688
2328
|
network?: {
|
|
1689
2329
|
host: string;
|
|
1690
2330
|
port: number;
|
|
@@ -1692,6 +2332,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1692
2332
|
serial?: {
|
|
1693
2333
|
path: string;
|
|
1694
2334
|
rigModel: number;
|
|
2335
|
+
serialNumber?: string | undefined;
|
|
1695
2336
|
serialConfig?: {
|
|
1696
2337
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1697
2338
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1717,13 +2358,27 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1717
2358
|
userName?: string | undefined;
|
|
1718
2359
|
password?: string | undefined;
|
|
1719
2360
|
} | undefined;
|
|
2361
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1720
2362
|
transmitCompensationMs?: number | undefined;
|
|
1721
|
-
|
|
2363
|
+
fakeFrequency?: {
|
|
2364
|
+
enabled: boolean;
|
|
2365
|
+
} | undefined;
|
|
2366
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1722
2367
|
pttPort?: string | undefined;
|
|
1723
2368
|
cwKeyPort?: string | undefined;
|
|
1724
2369
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2370
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1725
2371
|
}, {
|
|
1726
|
-
type: "
|
|
2372
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2373
|
+
tci?: {
|
|
2374
|
+
host?: string | undefined;
|
|
2375
|
+
port?: number | undefined;
|
|
2376
|
+
receiver?: number | undefined;
|
|
2377
|
+
trx?: number | undefined;
|
|
2378
|
+
vfo?: number | undefined;
|
|
2379
|
+
audioEnabled?: boolean | undefined;
|
|
2380
|
+
audioSampleRate?: number | undefined;
|
|
2381
|
+
} | undefined;
|
|
1727
2382
|
network?: {
|
|
1728
2383
|
host: string;
|
|
1729
2384
|
port: number;
|
|
@@ -1731,6 +2386,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1731
2386
|
serial?: {
|
|
1732
2387
|
path: string;
|
|
1733
2388
|
rigModel: number;
|
|
2389
|
+
serialNumber?: string | undefined;
|
|
1734
2390
|
serialConfig?: {
|
|
1735
2391
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1736
2392
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1756,44 +2412,73 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1756
2412
|
password?: string | undefined;
|
|
1757
2413
|
dataMode?: boolean | undefined;
|
|
1758
2414
|
} | undefined;
|
|
2415
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1759
2416
|
transmitCompensationMs?: number | undefined;
|
|
1760
|
-
|
|
2417
|
+
fakeFrequency?: {
|
|
2418
|
+
enabled: boolean;
|
|
2419
|
+
} | undefined;
|
|
2420
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1761
2421
|
pttPort?: string | undefined;
|
|
1762
2422
|
cwKeyPort?: string | undefined;
|
|
1763
2423
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2424
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1764
2425
|
}>;
|
|
1765
2426
|
audio: z.ZodObject<{
|
|
1766
2427
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
1767
2428
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
2429
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2430
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2431
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
2432
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
2433
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
2434
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
1768
2435
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1769
2436
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1770
2437
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1771
2438
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1772
2439
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
1773
2440
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
2441
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
2442
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
1774
2443
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1775
2444
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1776
2445
|
}, "strip", z.ZodTypeAny, {
|
|
1777
2446
|
sampleRate?: number | undefined;
|
|
1778
2447
|
inputDeviceName?: string | undefined;
|
|
1779
2448
|
outputDeviceName?: string | undefined;
|
|
2449
|
+
inputRouteKey?: string | null | undefined;
|
|
2450
|
+
outputRouteKey?: string | null | undefined;
|
|
2451
|
+
inputDeviceId?: string | undefined;
|
|
2452
|
+
outputDeviceId?: string | undefined;
|
|
2453
|
+
inputHardwareId?: string | undefined;
|
|
2454
|
+
outputHardwareId?: string | undefined;
|
|
1780
2455
|
inputSampleRate?: number | undefined;
|
|
1781
2456
|
outputSampleRate?: number | undefined;
|
|
1782
2457
|
inputBufferSize?: number | undefined;
|
|
1783
2458
|
outputBufferSize?: number | undefined;
|
|
1784
2459
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1785
2460
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2461
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2462
|
+
ifCenterHz?: number | undefined;
|
|
1786
2463
|
bufferSize?: number | undefined;
|
|
1787
2464
|
}, {
|
|
1788
2465
|
sampleRate?: number | undefined;
|
|
1789
2466
|
inputDeviceName?: string | undefined;
|
|
1790
2467
|
outputDeviceName?: string | undefined;
|
|
2468
|
+
inputRouteKey?: string | null | undefined;
|
|
2469
|
+
outputRouteKey?: string | null | undefined;
|
|
2470
|
+
inputDeviceId?: string | undefined;
|
|
2471
|
+
outputDeviceId?: string | undefined;
|
|
2472
|
+
inputHardwareId?: string | undefined;
|
|
2473
|
+
outputHardwareId?: string | undefined;
|
|
1791
2474
|
inputSampleRate?: number | undefined;
|
|
1792
2475
|
outputSampleRate?: number | undefined;
|
|
1793
2476
|
inputBufferSize?: number | undefined;
|
|
1794
2477
|
outputBufferSize?: number | undefined;
|
|
1795
2478
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1796
2479
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2480
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2481
|
+
ifCenterHz?: number | undefined;
|
|
1797
2482
|
bufferSize?: number | undefined;
|
|
1798
2483
|
}>;
|
|
1799
2484
|
audioLockedToRadio: z.ZodBoolean;
|
|
@@ -1807,17 +2492,35 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1807
2492
|
sampleRate?: number | undefined;
|
|
1808
2493
|
inputDeviceName?: string | undefined;
|
|
1809
2494
|
outputDeviceName?: string | undefined;
|
|
2495
|
+
inputRouteKey?: string | null | undefined;
|
|
2496
|
+
outputRouteKey?: string | null | undefined;
|
|
2497
|
+
inputDeviceId?: string | undefined;
|
|
2498
|
+
outputDeviceId?: string | undefined;
|
|
2499
|
+
inputHardwareId?: string | undefined;
|
|
2500
|
+
outputHardwareId?: string | undefined;
|
|
1810
2501
|
inputSampleRate?: number | undefined;
|
|
1811
2502
|
outputSampleRate?: number | undefined;
|
|
1812
2503
|
inputBufferSize?: number | undefined;
|
|
1813
2504
|
outputBufferSize?: number | undefined;
|
|
1814
2505
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1815
2506
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2507
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2508
|
+
ifCenterHz?: number | undefined;
|
|
1816
2509
|
bufferSize?: number | undefined;
|
|
1817
2510
|
};
|
|
2511
|
+
updatedAt: number;
|
|
1818
2512
|
createdAt: number;
|
|
1819
2513
|
radio: {
|
|
1820
|
-
type: "
|
|
2514
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2515
|
+
tci?: {
|
|
2516
|
+
host: string;
|
|
2517
|
+
port: number;
|
|
2518
|
+
receiver: number;
|
|
2519
|
+
trx: number;
|
|
2520
|
+
vfo: number;
|
|
2521
|
+
audioEnabled: boolean;
|
|
2522
|
+
audioSampleRate: number;
|
|
2523
|
+
} | undefined;
|
|
1821
2524
|
network?: {
|
|
1822
2525
|
host: string;
|
|
1823
2526
|
port: number;
|
|
@@ -1825,6 +2528,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1825
2528
|
serial?: {
|
|
1826
2529
|
path: string;
|
|
1827
2530
|
rigModel: number;
|
|
2531
|
+
serialNumber?: string | undefined;
|
|
1828
2532
|
serialConfig?: {
|
|
1829
2533
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1830
2534
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1850,14 +2554,18 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1850
2554
|
userName?: string | undefined;
|
|
1851
2555
|
password?: string | undefined;
|
|
1852
2556
|
} | undefined;
|
|
2557
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1853
2558
|
transmitCompensationMs?: number | undefined;
|
|
1854
|
-
|
|
2559
|
+
fakeFrequency?: {
|
|
2560
|
+
enabled: boolean;
|
|
2561
|
+
} | undefined;
|
|
2562
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1855
2563
|
pttPort?: string | undefined;
|
|
1856
2564
|
cwKeyPort?: string | undefined;
|
|
1857
2565
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2566
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1858
2567
|
};
|
|
1859
2568
|
audioLockedToRadio: boolean;
|
|
1860
|
-
updatedAt: number;
|
|
1861
2569
|
description?: string | undefined;
|
|
1862
2570
|
}, {
|
|
1863
2571
|
id: string;
|
|
@@ -1866,17 +2574,35 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1866
2574
|
sampleRate?: number | undefined;
|
|
1867
2575
|
inputDeviceName?: string | undefined;
|
|
1868
2576
|
outputDeviceName?: string | undefined;
|
|
2577
|
+
inputRouteKey?: string | null | undefined;
|
|
2578
|
+
outputRouteKey?: string | null | undefined;
|
|
2579
|
+
inputDeviceId?: string | undefined;
|
|
2580
|
+
outputDeviceId?: string | undefined;
|
|
2581
|
+
inputHardwareId?: string | undefined;
|
|
2582
|
+
outputHardwareId?: string | undefined;
|
|
1869
2583
|
inputSampleRate?: number | undefined;
|
|
1870
2584
|
outputSampleRate?: number | undefined;
|
|
1871
2585
|
inputBufferSize?: number | undefined;
|
|
1872
2586
|
outputBufferSize?: number | undefined;
|
|
1873
2587
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1874
2588
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2589
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2590
|
+
ifCenterHz?: number | undefined;
|
|
1875
2591
|
bufferSize?: number | undefined;
|
|
1876
2592
|
};
|
|
2593
|
+
updatedAt: number;
|
|
1877
2594
|
createdAt: number;
|
|
1878
2595
|
radio: {
|
|
1879
|
-
type: "
|
|
2596
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2597
|
+
tci?: {
|
|
2598
|
+
host?: string | undefined;
|
|
2599
|
+
port?: number | undefined;
|
|
2600
|
+
receiver?: number | undefined;
|
|
2601
|
+
trx?: number | undefined;
|
|
2602
|
+
vfo?: number | undefined;
|
|
2603
|
+
audioEnabled?: boolean | undefined;
|
|
2604
|
+
audioSampleRate?: number | undefined;
|
|
2605
|
+
} | undefined;
|
|
1880
2606
|
network?: {
|
|
1881
2607
|
host: string;
|
|
1882
2608
|
port: number;
|
|
@@ -1884,6 +2610,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1884
2610
|
serial?: {
|
|
1885
2611
|
path: string;
|
|
1886
2612
|
rigModel: number;
|
|
2613
|
+
serialNumber?: string | undefined;
|
|
1887
2614
|
serialConfig?: {
|
|
1888
2615
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1889
2616
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1909,14 +2636,18 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1909
2636
|
password?: string | undefined;
|
|
1910
2637
|
dataMode?: boolean | undefined;
|
|
1911
2638
|
} | undefined;
|
|
2639
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1912
2640
|
transmitCompensationMs?: number | undefined;
|
|
1913
|
-
|
|
2641
|
+
fakeFrequency?: {
|
|
2642
|
+
enabled: boolean;
|
|
2643
|
+
} | undefined;
|
|
2644
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1914
2645
|
pttPort?: string | undefined;
|
|
1915
2646
|
cwKeyPort?: string | undefined;
|
|
1916
2647
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2648
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1917
2649
|
};
|
|
1918
2650
|
audioLockedToRadio: boolean;
|
|
1919
|
-
updatedAt: number;
|
|
1920
2651
|
description?: string | undefined;
|
|
1921
2652
|
}>>;
|
|
1922
2653
|
message: z.ZodOptional<z.ZodString>;
|
|
@@ -1930,17 +2661,35 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1930
2661
|
sampleRate?: number | undefined;
|
|
1931
2662
|
inputDeviceName?: string | undefined;
|
|
1932
2663
|
outputDeviceName?: string | undefined;
|
|
2664
|
+
inputRouteKey?: string | null | undefined;
|
|
2665
|
+
outputRouteKey?: string | null | undefined;
|
|
2666
|
+
inputDeviceId?: string | undefined;
|
|
2667
|
+
outputDeviceId?: string | undefined;
|
|
2668
|
+
inputHardwareId?: string | undefined;
|
|
2669
|
+
outputHardwareId?: string | undefined;
|
|
1933
2670
|
inputSampleRate?: number | undefined;
|
|
1934
2671
|
outputSampleRate?: number | undefined;
|
|
1935
2672
|
inputBufferSize?: number | undefined;
|
|
1936
2673
|
outputBufferSize?: number | undefined;
|
|
1937
2674
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1938
2675
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2676
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2677
|
+
ifCenterHz?: number | undefined;
|
|
1939
2678
|
bufferSize?: number | undefined;
|
|
1940
2679
|
};
|
|
2680
|
+
updatedAt: number;
|
|
1941
2681
|
createdAt: number;
|
|
1942
2682
|
radio: {
|
|
1943
|
-
type: "
|
|
2683
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2684
|
+
tci?: {
|
|
2685
|
+
host: string;
|
|
2686
|
+
port: number;
|
|
2687
|
+
receiver: number;
|
|
2688
|
+
trx: number;
|
|
2689
|
+
vfo: number;
|
|
2690
|
+
audioEnabled: boolean;
|
|
2691
|
+
audioSampleRate: number;
|
|
2692
|
+
} | undefined;
|
|
1944
2693
|
network?: {
|
|
1945
2694
|
host: string;
|
|
1946
2695
|
port: number;
|
|
@@ -1948,6 +2697,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1948
2697
|
serial?: {
|
|
1949
2698
|
path: string;
|
|
1950
2699
|
rigModel: number;
|
|
2700
|
+
serialNumber?: string | undefined;
|
|
1951
2701
|
serialConfig?: {
|
|
1952
2702
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1953
2703
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1973,14 +2723,18 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1973
2723
|
userName?: string | undefined;
|
|
1974
2724
|
password?: string | undefined;
|
|
1975
2725
|
} | undefined;
|
|
2726
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1976
2727
|
transmitCompensationMs?: number | undefined;
|
|
1977
|
-
|
|
2728
|
+
fakeFrequency?: {
|
|
2729
|
+
enabled: boolean;
|
|
2730
|
+
} | undefined;
|
|
2731
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1978
2732
|
pttPort?: string | undefined;
|
|
1979
2733
|
cwKeyPort?: string | undefined;
|
|
1980
2734
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2735
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1981
2736
|
};
|
|
1982
2737
|
audioLockedToRadio: boolean;
|
|
1983
|
-
updatedAt: number;
|
|
1984
2738
|
description?: string | undefined;
|
|
1985
2739
|
} | undefined;
|
|
1986
2740
|
}, {
|
|
@@ -1993,17 +2747,35 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1993
2747
|
sampleRate?: number | undefined;
|
|
1994
2748
|
inputDeviceName?: string | undefined;
|
|
1995
2749
|
outputDeviceName?: string | undefined;
|
|
2750
|
+
inputRouteKey?: string | null | undefined;
|
|
2751
|
+
outputRouteKey?: string | null | undefined;
|
|
2752
|
+
inputDeviceId?: string | undefined;
|
|
2753
|
+
outputDeviceId?: string | undefined;
|
|
2754
|
+
inputHardwareId?: string | undefined;
|
|
2755
|
+
outputHardwareId?: string | undefined;
|
|
1996
2756
|
inputSampleRate?: number | undefined;
|
|
1997
2757
|
outputSampleRate?: number | undefined;
|
|
1998
2758
|
inputBufferSize?: number | undefined;
|
|
1999
2759
|
outputBufferSize?: number | undefined;
|
|
2000
2760
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2001
2761
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2762
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2763
|
+
ifCenterHz?: number | undefined;
|
|
2002
2764
|
bufferSize?: number | undefined;
|
|
2003
2765
|
};
|
|
2766
|
+
updatedAt: number;
|
|
2004
2767
|
createdAt: number;
|
|
2005
2768
|
radio: {
|
|
2006
|
-
type: "
|
|
2769
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2770
|
+
tci?: {
|
|
2771
|
+
host?: string | undefined;
|
|
2772
|
+
port?: number | undefined;
|
|
2773
|
+
receiver?: number | undefined;
|
|
2774
|
+
trx?: number | undefined;
|
|
2775
|
+
vfo?: number | undefined;
|
|
2776
|
+
audioEnabled?: boolean | undefined;
|
|
2777
|
+
audioSampleRate?: number | undefined;
|
|
2778
|
+
} | undefined;
|
|
2007
2779
|
network?: {
|
|
2008
2780
|
host: string;
|
|
2009
2781
|
port: number;
|
|
@@ -2011,6 +2783,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
2011
2783
|
serial?: {
|
|
2012
2784
|
path: string;
|
|
2013
2785
|
rigModel: number;
|
|
2786
|
+
serialNumber?: string | undefined;
|
|
2014
2787
|
serialConfig?: {
|
|
2015
2788
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2016
2789
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2036,14 +2809,18 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
2036
2809
|
password?: string | undefined;
|
|
2037
2810
|
dataMode?: boolean | undefined;
|
|
2038
2811
|
} | undefined;
|
|
2812
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2039
2813
|
transmitCompensationMs?: number | undefined;
|
|
2040
|
-
|
|
2814
|
+
fakeFrequency?: {
|
|
2815
|
+
enabled: boolean;
|
|
2816
|
+
} | undefined;
|
|
2817
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2041
2818
|
pttPort?: string | undefined;
|
|
2042
2819
|
cwKeyPort?: string | undefined;
|
|
2043
2820
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2821
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2044
2822
|
};
|
|
2045
2823
|
audioLockedToRadio: boolean;
|
|
2046
|
-
updatedAt: number;
|
|
2047
2824
|
description?: string | undefined;
|
|
2048
2825
|
} | undefined;
|
|
2049
2826
|
}>;
|
|
@@ -2057,7 +2834,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2057
2834
|
id: z.ZodString;
|
|
2058
2835
|
name: z.ZodString;
|
|
2059
2836
|
radio: z.ZodObject<{
|
|
2060
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
2837
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
2061
2838
|
network: z.ZodOptional<z.ZodObject<{
|
|
2062
2839
|
host: z.ZodString;
|
|
2063
2840
|
port: z.ZodNumber;
|
|
@@ -2087,8 +2864,34 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2087
2864
|
password?: string | undefined;
|
|
2088
2865
|
dataMode?: boolean | undefined;
|
|
2089
2866
|
}>>;
|
|
2867
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
2868
|
+
host: z.ZodDefault<z.ZodString>;
|
|
2869
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
2870
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
2871
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
2872
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
2873
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2874
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2875
|
+
}, "strip", z.ZodTypeAny, {
|
|
2876
|
+
host: string;
|
|
2877
|
+
port: number;
|
|
2878
|
+
receiver: number;
|
|
2879
|
+
trx: number;
|
|
2880
|
+
vfo: number;
|
|
2881
|
+
audioEnabled: boolean;
|
|
2882
|
+
audioSampleRate: number;
|
|
2883
|
+
}, {
|
|
2884
|
+
host?: string | undefined;
|
|
2885
|
+
port?: number | undefined;
|
|
2886
|
+
receiver?: number | undefined;
|
|
2887
|
+
trx?: number | undefined;
|
|
2888
|
+
vfo?: number | undefined;
|
|
2889
|
+
audioEnabled?: boolean | undefined;
|
|
2890
|
+
audioSampleRate?: number | undefined;
|
|
2891
|
+
}>>;
|
|
2090
2892
|
serial: z.ZodOptional<z.ZodObject<{
|
|
2091
2893
|
path: z.ZodString;
|
|
2894
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
2092
2895
|
rigModel: z.ZodNumber;
|
|
2093
2896
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
2094
2897
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -2131,6 +2934,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2131
2934
|
}, "strip", z.ZodTypeAny, {
|
|
2132
2935
|
path: string;
|
|
2133
2936
|
rigModel: number;
|
|
2937
|
+
serialNumber?: string | undefined;
|
|
2134
2938
|
serialConfig?: {
|
|
2135
2939
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2136
2940
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2148,6 +2952,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2148
2952
|
}, {
|
|
2149
2953
|
path: string;
|
|
2150
2954
|
rigModel: number;
|
|
2955
|
+
serialNumber?: string | undefined;
|
|
2151
2956
|
serialConfig?: {
|
|
2152
2957
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2153
2958
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2170,13 +2975,31 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2170
2975
|
}, {
|
|
2171
2976
|
speed?: number | undefined;
|
|
2172
2977
|
}>>;
|
|
2978
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
2173
2979
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
2980
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
2981
|
+
enabled: z.ZodBoolean;
|
|
2982
|
+
}, "strip", z.ZodTypeAny, {
|
|
2983
|
+
enabled: boolean;
|
|
2984
|
+
}, {
|
|
2985
|
+
enabled: boolean;
|
|
2986
|
+
}>>;
|
|
2174
2987
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
2175
2988
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
2176
2989
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
2177
2990
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
2991
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
2178
2992
|
}, "strip", z.ZodTypeAny, {
|
|
2179
|
-
type: "
|
|
2993
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2994
|
+
tci?: {
|
|
2995
|
+
host: string;
|
|
2996
|
+
port: number;
|
|
2997
|
+
receiver: number;
|
|
2998
|
+
trx: number;
|
|
2999
|
+
vfo: number;
|
|
3000
|
+
audioEnabled: boolean;
|
|
3001
|
+
audioSampleRate: number;
|
|
3002
|
+
} | undefined;
|
|
2180
3003
|
network?: {
|
|
2181
3004
|
host: string;
|
|
2182
3005
|
port: number;
|
|
@@ -2184,6 +3007,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2184
3007
|
serial?: {
|
|
2185
3008
|
path: string;
|
|
2186
3009
|
rigModel: number;
|
|
3010
|
+
serialNumber?: string | undefined;
|
|
2187
3011
|
serialConfig?: {
|
|
2188
3012
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2189
3013
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2209,13 +3033,27 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2209
3033
|
userName?: string | undefined;
|
|
2210
3034
|
password?: string | undefined;
|
|
2211
3035
|
} | undefined;
|
|
3036
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2212
3037
|
transmitCompensationMs?: number | undefined;
|
|
2213
|
-
|
|
3038
|
+
fakeFrequency?: {
|
|
3039
|
+
enabled: boolean;
|
|
3040
|
+
} | undefined;
|
|
3041
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2214
3042
|
pttPort?: string | undefined;
|
|
2215
3043
|
cwKeyPort?: string | undefined;
|
|
2216
3044
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3045
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2217
3046
|
}, {
|
|
2218
|
-
type: "
|
|
3047
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3048
|
+
tci?: {
|
|
3049
|
+
host?: string | undefined;
|
|
3050
|
+
port?: number | undefined;
|
|
3051
|
+
receiver?: number | undefined;
|
|
3052
|
+
trx?: number | undefined;
|
|
3053
|
+
vfo?: number | undefined;
|
|
3054
|
+
audioEnabled?: boolean | undefined;
|
|
3055
|
+
audioSampleRate?: number | undefined;
|
|
3056
|
+
} | undefined;
|
|
2219
3057
|
network?: {
|
|
2220
3058
|
host: string;
|
|
2221
3059
|
port: number;
|
|
@@ -2223,6 +3061,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2223
3061
|
serial?: {
|
|
2224
3062
|
path: string;
|
|
2225
3063
|
rigModel: number;
|
|
3064
|
+
serialNumber?: string | undefined;
|
|
2226
3065
|
serialConfig?: {
|
|
2227
3066
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2228
3067
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2248,44 +3087,73 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2248
3087
|
password?: string | undefined;
|
|
2249
3088
|
dataMode?: boolean | undefined;
|
|
2250
3089
|
} | undefined;
|
|
3090
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2251
3091
|
transmitCompensationMs?: number | undefined;
|
|
2252
|
-
|
|
3092
|
+
fakeFrequency?: {
|
|
3093
|
+
enabled: boolean;
|
|
3094
|
+
} | undefined;
|
|
3095
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2253
3096
|
pttPort?: string | undefined;
|
|
2254
3097
|
cwKeyPort?: string | undefined;
|
|
2255
3098
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3099
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2256
3100
|
}>;
|
|
2257
3101
|
audio: z.ZodObject<{
|
|
2258
3102
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
2259
3103
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
3104
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3105
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3106
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
3107
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
3108
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
3109
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
2260
3110
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2261
3111
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2262
3112
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2263
3113
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2264
3114
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
2265
3115
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
3116
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
3117
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
2266
3118
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2267
3119
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2268
3120
|
}, "strip", z.ZodTypeAny, {
|
|
2269
3121
|
sampleRate?: number | undefined;
|
|
2270
3122
|
inputDeviceName?: string | undefined;
|
|
2271
3123
|
outputDeviceName?: string | undefined;
|
|
3124
|
+
inputRouteKey?: string | null | undefined;
|
|
3125
|
+
outputRouteKey?: string | null | undefined;
|
|
3126
|
+
inputDeviceId?: string | undefined;
|
|
3127
|
+
outputDeviceId?: string | undefined;
|
|
3128
|
+
inputHardwareId?: string | undefined;
|
|
3129
|
+
outputHardwareId?: string | undefined;
|
|
2272
3130
|
inputSampleRate?: number | undefined;
|
|
2273
3131
|
outputSampleRate?: number | undefined;
|
|
2274
3132
|
inputBufferSize?: number | undefined;
|
|
2275
3133
|
outputBufferSize?: number | undefined;
|
|
2276
3134
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2277
3135
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3136
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3137
|
+
ifCenterHz?: number | undefined;
|
|
2278
3138
|
bufferSize?: number | undefined;
|
|
2279
3139
|
}, {
|
|
2280
3140
|
sampleRate?: number | undefined;
|
|
2281
3141
|
inputDeviceName?: string | undefined;
|
|
2282
3142
|
outputDeviceName?: string | undefined;
|
|
3143
|
+
inputRouteKey?: string | null | undefined;
|
|
3144
|
+
outputRouteKey?: string | null | undefined;
|
|
3145
|
+
inputDeviceId?: string | undefined;
|
|
3146
|
+
outputDeviceId?: string | undefined;
|
|
3147
|
+
inputHardwareId?: string | undefined;
|
|
3148
|
+
outputHardwareId?: string | undefined;
|
|
2283
3149
|
inputSampleRate?: number | undefined;
|
|
2284
3150
|
outputSampleRate?: number | undefined;
|
|
2285
3151
|
inputBufferSize?: number | undefined;
|
|
2286
3152
|
outputBufferSize?: number | undefined;
|
|
2287
3153
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2288
3154
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3155
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3156
|
+
ifCenterHz?: number | undefined;
|
|
2289
3157
|
bufferSize?: number | undefined;
|
|
2290
3158
|
}>;
|
|
2291
3159
|
audioLockedToRadio: z.ZodBoolean;
|
|
@@ -2299,17 +3167,35 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2299
3167
|
sampleRate?: number | undefined;
|
|
2300
3168
|
inputDeviceName?: string | undefined;
|
|
2301
3169
|
outputDeviceName?: string | undefined;
|
|
3170
|
+
inputRouteKey?: string | null | undefined;
|
|
3171
|
+
outputRouteKey?: string | null | undefined;
|
|
3172
|
+
inputDeviceId?: string | undefined;
|
|
3173
|
+
outputDeviceId?: string | undefined;
|
|
3174
|
+
inputHardwareId?: string | undefined;
|
|
3175
|
+
outputHardwareId?: string | undefined;
|
|
2302
3176
|
inputSampleRate?: number | undefined;
|
|
2303
3177
|
outputSampleRate?: number | undefined;
|
|
2304
3178
|
inputBufferSize?: number | undefined;
|
|
2305
3179
|
outputBufferSize?: number | undefined;
|
|
2306
3180
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2307
3181
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3182
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3183
|
+
ifCenterHz?: number | undefined;
|
|
2308
3184
|
bufferSize?: number | undefined;
|
|
2309
3185
|
};
|
|
3186
|
+
updatedAt: number;
|
|
2310
3187
|
createdAt: number;
|
|
2311
3188
|
radio: {
|
|
2312
|
-
type: "
|
|
3189
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3190
|
+
tci?: {
|
|
3191
|
+
host: string;
|
|
3192
|
+
port: number;
|
|
3193
|
+
receiver: number;
|
|
3194
|
+
trx: number;
|
|
3195
|
+
vfo: number;
|
|
3196
|
+
audioEnabled: boolean;
|
|
3197
|
+
audioSampleRate: number;
|
|
3198
|
+
} | undefined;
|
|
2313
3199
|
network?: {
|
|
2314
3200
|
host: string;
|
|
2315
3201
|
port: number;
|
|
@@ -2317,6 +3203,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2317
3203
|
serial?: {
|
|
2318
3204
|
path: string;
|
|
2319
3205
|
rigModel: number;
|
|
3206
|
+
serialNumber?: string | undefined;
|
|
2320
3207
|
serialConfig?: {
|
|
2321
3208
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2322
3209
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2342,14 +3229,18 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2342
3229
|
userName?: string | undefined;
|
|
2343
3230
|
password?: string | undefined;
|
|
2344
3231
|
} | undefined;
|
|
3232
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2345
3233
|
transmitCompensationMs?: number | undefined;
|
|
2346
|
-
|
|
3234
|
+
fakeFrequency?: {
|
|
3235
|
+
enabled: boolean;
|
|
3236
|
+
} | undefined;
|
|
3237
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2347
3238
|
pttPort?: string | undefined;
|
|
2348
3239
|
cwKeyPort?: string | undefined;
|
|
2349
3240
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3241
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2350
3242
|
};
|
|
2351
3243
|
audioLockedToRadio: boolean;
|
|
2352
|
-
updatedAt: number;
|
|
2353
3244
|
description?: string | undefined;
|
|
2354
3245
|
}, {
|
|
2355
3246
|
id: string;
|
|
@@ -2358,17 +3249,35 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2358
3249
|
sampleRate?: number | undefined;
|
|
2359
3250
|
inputDeviceName?: string | undefined;
|
|
2360
3251
|
outputDeviceName?: string | undefined;
|
|
3252
|
+
inputRouteKey?: string | null | undefined;
|
|
3253
|
+
outputRouteKey?: string | null | undefined;
|
|
3254
|
+
inputDeviceId?: string | undefined;
|
|
3255
|
+
outputDeviceId?: string | undefined;
|
|
3256
|
+
inputHardwareId?: string | undefined;
|
|
3257
|
+
outputHardwareId?: string | undefined;
|
|
2361
3258
|
inputSampleRate?: number | undefined;
|
|
2362
3259
|
outputSampleRate?: number | undefined;
|
|
2363
3260
|
inputBufferSize?: number | undefined;
|
|
2364
3261
|
outputBufferSize?: number | undefined;
|
|
2365
3262
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2366
3263
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3264
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3265
|
+
ifCenterHz?: number | undefined;
|
|
2367
3266
|
bufferSize?: number | undefined;
|
|
2368
3267
|
};
|
|
3268
|
+
updatedAt: number;
|
|
2369
3269
|
createdAt: number;
|
|
2370
3270
|
radio: {
|
|
2371
|
-
type: "
|
|
3271
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3272
|
+
tci?: {
|
|
3273
|
+
host?: string | undefined;
|
|
3274
|
+
port?: number | undefined;
|
|
3275
|
+
receiver?: number | undefined;
|
|
3276
|
+
trx?: number | undefined;
|
|
3277
|
+
vfo?: number | undefined;
|
|
3278
|
+
audioEnabled?: boolean | undefined;
|
|
3279
|
+
audioSampleRate?: number | undefined;
|
|
3280
|
+
} | undefined;
|
|
2372
3281
|
network?: {
|
|
2373
3282
|
host: string;
|
|
2374
3283
|
port: number;
|
|
@@ -2376,6 +3285,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2376
3285
|
serial?: {
|
|
2377
3286
|
path: string;
|
|
2378
3287
|
rigModel: number;
|
|
3288
|
+
serialNumber?: string | undefined;
|
|
2379
3289
|
serialConfig?: {
|
|
2380
3290
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2381
3291
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2401,14 +3311,18 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2401
3311
|
password?: string | undefined;
|
|
2402
3312
|
dataMode?: boolean | undefined;
|
|
2403
3313
|
} | undefined;
|
|
3314
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2404
3315
|
transmitCompensationMs?: number | undefined;
|
|
2405
|
-
|
|
3316
|
+
fakeFrequency?: {
|
|
3317
|
+
enabled: boolean;
|
|
3318
|
+
} | undefined;
|
|
3319
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2406
3320
|
pttPort?: string | undefined;
|
|
2407
3321
|
cwKeyPort?: string | undefined;
|
|
2408
3322
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3323
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2409
3324
|
};
|
|
2410
3325
|
audioLockedToRadio: boolean;
|
|
2411
|
-
updatedAt: number;
|
|
2412
3326
|
description?: string | undefined;
|
|
2413
3327
|
}>;
|
|
2414
3328
|
wasRunning: z.ZodBoolean;
|
|
@@ -2421,17 +3335,35 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2421
3335
|
sampleRate?: number | undefined;
|
|
2422
3336
|
inputDeviceName?: string | undefined;
|
|
2423
3337
|
outputDeviceName?: string | undefined;
|
|
3338
|
+
inputRouteKey?: string | null | undefined;
|
|
3339
|
+
outputRouteKey?: string | null | undefined;
|
|
3340
|
+
inputDeviceId?: string | undefined;
|
|
3341
|
+
outputDeviceId?: string | undefined;
|
|
3342
|
+
inputHardwareId?: string | undefined;
|
|
3343
|
+
outputHardwareId?: string | undefined;
|
|
2424
3344
|
inputSampleRate?: number | undefined;
|
|
2425
3345
|
outputSampleRate?: number | undefined;
|
|
2426
3346
|
inputBufferSize?: number | undefined;
|
|
2427
3347
|
outputBufferSize?: number | undefined;
|
|
2428
3348
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2429
3349
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3350
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3351
|
+
ifCenterHz?: number | undefined;
|
|
2430
3352
|
bufferSize?: number | undefined;
|
|
2431
3353
|
};
|
|
3354
|
+
updatedAt: number;
|
|
2432
3355
|
createdAt: number;
|
|
2433
3356
|
radio: {
|
|
2434
|
-
type: "
|
|
3357
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3358
|
+
tci?: {
|
|
3359
|
+
host: string;
|
|
3360
|
+
port: number;
|
|
3361
|
+
receiver: number;
|
|
3362
|
+
trx: number;
|
|
3363
|
+
vfo: number;
|
|
3364
|
+
audioEnabled: boolean;
|
|
3365
|
+
audioSampleRate: number;
|
|
3366
|
+
} | undefined;
|
|
2435
3367
|
network?: {
|
|
2436
3368
|
host: string;
|
|
2437
3369
|
port: number;
|
|
@@ -2439,6 +3371,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2439
3371
|
serial?: {
|
|
2440
3372
|
path: string;
|
|
2441
3373
|
rigModel: number;
|
|
3374
|
+
serialNumber?: string | undefined;
|
|
2442
3375
|
serialConfig?: {
|
|
2443
3376
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2444
3377
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2464,14 +3397,18 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2464
3397
|
userName?: string | undefined;
|
|
2465
3398
|
password?: string | undefined;
|
|
2466
3399
|
} | undefined;
|
|
3400
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2467
3401
|
transmitCompensationMs?: number | undefined;
|
|
2468
|
-
|
|
3402
|
+
fakeFrequency?: {
|
|
3403
|
+
enabled: boolean;
|
|
3404
|
+
} | undefined;
|
|
3405
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2469
3406
|
pttPort?: string | undefined;
|
|
2470
3407
|
cwKeyPort?: string | undefined;
|
|
2471
3408
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3409
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2472
3410
|
};
|
|
2473
3411
|
audioLockedToRadio: boolean;
|
|
2474
|
-
updatedAt: number;
|
|
2475
3412
|
description?: string | undefined;
|
|
2476
3413
|
};
|
|
2477
3414
|
wasRunning: boolean;
|
|
@@ -2484,17 +3421,35 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2484
3421
|
sampleRate?: number | undefined;
|
|
2485
3422
|
inputDeviceName?: string | undefined;
|
|
2486
3423
|
outputDeviceName?: string | undefined;
|
|
3424
|
+
inputRouteKey?: string | null | undefined;
|
|
3425
|
+
outputRouteKey?: string | null | undefined;
|
|
3426
|
+
inputDeviceId?: string | undefined;
|
|
3427
|
+
outputDeviceId?: string | undefined;
|
|
3428
|
+
inputHardwareId?: string | undefined;
|
|
3429
|
+
outputHardwareId?: string | undefined;
|
|
2487
3430
|
inputSampleRate?: number | undefined;
|
|
2488
3431
|
outputSampleRate?: number | undefined;
|
|
2489
3432
|
inputBufferSize?: number | undefined;
|
|
2490
3433
|
outputBufferSize?: number | undefined;
|
|
2491
3434
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2492
3435
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3436
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3437
|
+
ifCenterHz?: number | undefined;
|
|
2493
3438
|
bufferSize?: number | undefined;
|
|
2494
3439
|
};
|
|
3440
|
+
updatedAt: number;
|
|
2495
3441
|
createdAt: number;
|
|
2496
3442
|
radio: {
|
|
2497
|
-
type: "
|
|
3443
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3444
|
+
tci?: {
|
|
3445
|
+
host?: string | undefined;
|
|
3446
|
+
port?: number | undefined;
|
|
3447
|
+
receiver?: number | undefined;
|
|
3448
|
+
trx?: number | undefined;
|
|
3449
|
+
vfo?: number | undefined;
|
|
3450
|
+
audioEnabled?: boolean | undefined;
|
|
3451
|
+
audioSampleRate?: number | undefined;
|
|
3452
|
+
} | undefined;
|
|
2498
3453
|
network?: {
|
|
2499
3454
|
host: string;
|
|
2500
3455
|
port: number;
|
|
@@ -2502,6 +3457,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2502
3457
|
serial?: {
|
|
2503
3458
|
path: string;
|
|
2504
3459
|
rigModel: number;
|
|
3460
|
+
serialNumber?: string | undefined;
|
|
2505
3461
|
serialConfig?: {
|
|
2506
3462
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2507
3463
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2527,14 +3483,18 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2527
3483
|
password?: string | undefined;
|
|
2528
3484
|
dataMode?: boolean | undefined;
|
|
2529
3485
|
} | undefined;
|
|
3486
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2530
3487
|
transmitCompensationMs?: number | undefined;
|
|
2531
|
-
|
|
3488
|
+
fakeFrequency?: {
|
|
3489
|
+
enabled: boolean;
|
|
3490
|
+
} | undefined;
|
|
3491
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2532
3492
|
pttPort?: string | undefined;
|
|
2533
3493
|
cwKeyPort?: string | undefined;
|
|
2534
3494
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3495
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2535
3496
|
};
|
|
2536
3497
|
audioLockedToRadio: boolean;
|
|
2537
|
-
updatedAt: number;
|
|
2538
3498
|
description?: string | undefined;
|
|
2539
3499
|
};
|
|
2540
3500
|
wasRunning: boolean;
|
|
@@ -2549,7 +3509,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2549
3509
|
id: z.ZodString;
|
|
2550
3510
|
name: z.ZodString;
|
|
2551
3511
|
radio: z.ZodObject<{
|
|
2552
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
3512
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
2553
3513
|
network: z.ZodOptional<z.ZodObject<{
|
|
2554
3514
|
host: z.ZodString;
|
|
2555
3515
|
port: z.ZodNumber;
|
|
@@ -2579,8 +3539,34 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2579
3539
|
password?: string | undefined;
|
|
2580
3540
|
dataMode?: boolean | undefined;
|
|
2581
3541
|
}>>;
|
|
3542
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
3543
|
+
host: z.ZodDefault<z.ZodString>;
|
|
3544
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
3545
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
3546
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
3547
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
3548
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3549
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3550
|
+
}, "strip", z.ZodTypeAny, {
|
|
3551
|
+
host: string;
|
|
3552
|
+
port: number;
|
|
3553
|
+
receiver: number;
|
|
3554
|
+
trx: number;
|
|
3555
|
+
vfo: number;
|
|
3556
|
+
audioEnabled: boolean;
|
|
3557
|
+
audioSampleRate: number;
|
|
3558
|
+
}, {
|
|
3559
|
+
host?: string | undefined;
|
|
3560
|
+
port?: number | undefined;
|
|
3561
|
+
receiver?: number | undefined;
|
|
3562
|
+
trx?: number | undefined;
|
|
3563
|
+
vfo?: number | undefined;
|
|
3564
|
+
audioEnabled?: boolean | undefined;
|
|
3565
|
+
audioSampleRate?: number | undefined;
|
|
3566
|
+
}>>;
|
|
2582
3567
|
serial: z.ZodOptional<z.ZodObject<{
|
|
2583
3568
|
path: z.ZodString;
|
|
3569
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
2584
3570
|
rigModel: z.ZodNumber;
|
|
2585
3571
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
2586
3572
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -2623,6 +3609,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2623
3609
|
}, "strip", z.ZodTypeAny, {
|
|
2624
3610
|
path: string;
|
|
2625
3611
|
rigModel: number;
|
|
3612
|
+
serialNumber?: string | undefined;
|
|
2626
3613
|
serialConfig?: {
|
|
2627
3614
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2628
3615
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2640,6 +3627,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2640
3627
|
}, {
|
|
2641
3628
|
path: string;
|
|
2642
3629
|
rigModel: number;
|
|
3630
|
+
serialNumber?: string | undefined;
|
|
2643
3631
|
serialConfig?: {
|
|
2644
3632
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2645
3633
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2662,13 +3650,31 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2662
3650
|
}, {
|
|
2663
3651
|
speed?: number | undefined;
|
|
2664
3652
|
}>>;
|
|
3653
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
2665
3654
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
3655
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
3656
|
+
enabled: z.ZodBoolean;
|
|
3657
|
+
}, "strip", z.ZodTypeAny, {
|
|
3658
|
+
enabled: boolean;
|
|
3659
|
+
}, {
|
|
3660
|
+
enabled: boolean;
|
|
3661
|
+
}>>;
|
|
2666
3662
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
2667
3663
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
2668
3664
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
2669
3665
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
3666
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
2670
3667
|
}, "strip", z.ZodTypeAny, {
|
|
2671
|
-
type: "
|
|
3668
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3669
|
+
tci?: {
|
|
3670
|
+
host: string;
|
|
3671
|
+
port: number;
|
|
3672
|
+
receiver: number;
|
|
3673
|
+
trx: number;
|
|
3674
|
+
vfo: number;
|
|
3675
|
+
audioEnabled: boolean;
|
|
3676
|
+
audioSampleRate: number;
|
|
3677
|
+
} | undefined;
|
|
2672
3678
|
network?: {
|
|
2673
3679
|
host: string;
|
|
2674
3680
|
port: number;
|
|
@@ -2676,6 +3682,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2676
3682
|
serial?: {
|
|
2677
3683
|
path: string;
|
|
2678
3684
|
rigModel: number;
|
|
3685
|
+
serialNumber?: string | undefined;
|
|
2679
3686
|
serialConfig?: {
|
|
2680
3687
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2681
3688
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2701,13 +3708,27 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2701
3708
|
userName?: string | undefined;
|
|
2702
3709
|
password?: string | undefined;
|
|
2703
3710
|
} | undefined;
|
|
3711
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2704
3712
|
transmitCompensationMs?: number | undefined;
|
|
2705
|
-
|
|
3713
|
+
fakeFrequency?: {
|
|
3714
|
+
enabled: boolean;
|
|
3715
|
+
} | undefined;
|
|
3716
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2706
3717
|
pttPort?: string | undefined;
|
|
2707
3718
|
cwKeyPort?: string | undefined;
|
|
2708
3719
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3720
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2709
3721
|
}, {
|
|
2710
|
-
type: "
|
|
3722
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3723
|
+
tci?: {
|
|
3724
|
+
host?: string | undefined;
|
|
3725
|
+
port?: number | undefined;
|
|
3726
|
+
receiver?: number | undefined;
|
|
3727
|
+
trx?: number | undefined;
|
|
3728
|
+
vfo?: number | undefined;
|
|
3729
|
+
audioEnabled?: boolean | undefined;
|
|
3730
|
+
audioSampleRate?: number | undefined;
|
|
3731
|
+
} | undefined;
|
|
2711
3732
|
network?: {
|
|
2712
3733
|
host: string;
|
|
2713
3734
|
port: number;
|
|
@@ -2715,6 +3736,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2715
3736
|
serial?: {
|
|
2716
3737
|
path: string;
|
|
2717
3738
|
rigModel: number;
|
|
3739
|
+
serialNumber?: string | undefined;
|
|
2718
3740
|
serialConfig?: {
|
|
2719
3741
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2720
3742
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2740,44 +3762,73 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2740
3762
|
password?: string | undefined;
|
|
2741
3763
|
dataMode?: boolean | undefined;
|
|
2742
3764
|
} | undefined;
|
|
3765
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2743
3766
|
transmitCompensationMs?: number | undefined;
|
|
2744
|
-
|
|
3767
|
+
fakeFrequency?: {
|
|
3768
|
+
enabled: boolean;
|
|
3769
|
+
} | undefined;
|
|
3770
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2745
3771
|
pttPort?: string | undefined;
|
|
2746
3772
|
cwKeyPort?: string | undefined;
|
|
2747
3773
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3774
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2748
3775
|
}>;
|
|
2749
3776
|
audio: z.ZodObject<{
|
|
2750
3777
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
2751
3778
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
3779
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3780
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3781
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
3782
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
3783
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
3784
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
2752
3785
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2753
3786
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2754
3787
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2755
3788
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2756
3789
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
2757
3790
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
3791
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
3792
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
2758
3793
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2759
3794
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2760
3795
|
}, "strip", z.ZodTypeAny, {
|
|
2761
3796
|
sampleRate?: number | undefined;
|
|
2762
3797
|
inputDeviceName?: string | undefined;
|
|
2763
3798
|
outputDeviceName?: string | undefined;
|
|
3799
|
+
inputRouteKey?: string | null | undefined;
|
|
3800
|
+
outputRouteKey?: string | null | undefined;
|
|
3801
|
+
inputDeviceId?: string | undefined;
|
|
3802
|
+
outputDeviceId?: string | undefined;
|
|
3803
|
+
inputHardwareId?: string | undefined;
|
|
3804
|
+
outputHardwareId?: string | undefined;
|
|
2764
3805
|
inputSampleRate?: number | undefined;
|
|
2765
3806
|
outputSampleRate?: number | undefined;
|
|
2766
3807
|
inputBufferSize?: number | undefined;
|
|
2767
3808
|
outputBufferSize?: number | undefined;
|
|
2768
3809
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2769
3810
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3811
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3812
|
+
ifCenterHz?: number | undefined;
|
|
2770
3813
|
bufferSize?: number | undefined;
|
|
2771
3814
|
}, {
|
|
2772
3815
|
sampleRate?: number | undefined;
|
|
2773
3816
|
inputDeviceName?: string | undefined;
|
|
2774
3817
|
outputDeviceName?: string | undefined;
|
|
3818
|
+
inputRouteKey?: string | null | undefined;
|
|
3819
|
+
outputRouteKey?: string | null | undefined;
|
|
3820
|
+
inputDeviceId?: string | undefined;
|
|
3821
|
+
outputDeviceId?: string | undefined;
|
|
3822
|
+
inputHardwareId?: string | undefined;
|
|
3823
|
+
outputHardwareId?: string | undefined;
|
|
2775
3824
|
inputSampleRate?: number | undefined;
|
|
2776
3825
|
outputSampleRate?: number | undefined;
|
|
2777
3826
|
inputBufferSize?: number | undefined;
|
|
2778
3827
|
outputBufferSize?: number | undefined;
|
|
2779
3828
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2780
3829
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3830
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3831
|
+
ifCenterHz?: number | undefined;
|
|
2781
3832
|
bufferSize?: number | undefined;
|
|
2782
3833
|
}>;
|
|
2783
3834
|
audioLockedToRadio: z.ZodBoolean;
|
|
@@ -2791,17 +3842,35 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2791
3842
|
sampleRate?: number | undefined;
|
|
2792
3843
|
inputDeviceName?: string | undefined;
|
|
2793
3844
|
outputDeviceName?: string | undefined;
|
|
3845
|
+
inputRouteKey?: string | null | undefined;
|
|
3846
|
+
outputRouteKey?: string | null | undefined;
|
|
3847
|
+
inputDeviceId?: string | undefined;
|
|
3848
|
+
outputDeviceId?: string | undefined;
|
|
3849
|
+
inputHardwareId?: string | undefined;
|
|
3850
|
+
outputHardwareId?: string | undefined;
|
|
2794
3851
|
inputSampleRate?: number | undefined;
|
|
2795
3852
|
outputSampleRate?: number | undefined;
|
|
2796
3853
|
inputBufferSize?: number | undefined;
|
|
2797
3854
|
outputBufferSize?: number | undefined;
|
|
2798
3855
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2799
3856
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3857
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3858
|
+
ifCenterHz?: number | undefined;
|
|
2800
3859
|
bufferSize?: number | undefined;
|
|
2801
3860
|
};
|
|
3861
|
+
updatedAt: number;
|
|
2802
3862
|
createdAt: number;
|
|
2803
3863
|
radio: {
|
|
2804
|
-
type: "
|
|
3864
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3865
|
+
tci?: {
|
|
3866
|
+
host: string;
|
|
3867
|
+
port: number;
|
|
3868
|
+
receiver: number;
|
|
3869
|
+
trx: number;
|
|
3870
|
+
vfo: number;
|
|
3871
|
+
audioEnabled: boolean;
|
|
3872
|
+
audioSampleRate: number;
|
|
3873
|
+
} | undefined;
|
|
2805
3874
|
network?: {
|
|
2806
3875
|
host: string;
|
|
2807
3876
|
port: number;
|
|
@@ -2809,6 +3878,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2809
3878
|
serial?: {
|
|
2810
3879
|
path: string;
|
|
2811
3880
|
rigModel: number;
|
|
3881
|
+
serialNumber?: string | undefined;
|
|
2812
3882
|
serialConfig?: {
|
|
2813
3883
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2814
3884
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2834,14 +3904,18 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2834
3904
|
userName?: string | undefined;
|
|
2835
3905
|
password?: string | undefined;
|
|
2836
3906
|
} | undefined;
|
|
3907
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2837
3908
|
transmitCompensationMs?: number | undefined;
|
|
2838
|
-
|
|
3909
|
+
fakeFrequency?: {
|
|
3910
|
+
enabled: boolean;
|
|
3911
|
+
} | undefined;
|
|
3912
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2839
3913
|
pttPort?: string | undefined;
|
|
2840
3914
|
cwKeyPort?: string | undefined;
|
|
2841
3915
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3916
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2842
3917
|
};
|
|
2843
3918
|
audioLockedToRadio: boolean;
|
|
2844
|
-
updatedAt: number;
|
|
2845
3919
|
description?: string | undefined;
|
|
2846
3920
|
}, {
|
|
2847
3921
|
id: string;
|
|
@@ -2850,17 +3924,35 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2850
3924
|
sampleRate?: number | undefined;
|
|
2851
3925
|
inputDeviceName?: string | undefined;
|
|
2852
3926
|
outputDeviceName?: string | undefined;
|
|
3927
|
+
inputRouteKey?: string | null | undefined;
|
|
3928
|
+
outputRouteKey?: string | null | undefined;
|
|
3929
|
+
inputDeviceId?: string | undefined;
|
|
3930
|
+
outputDeviceId?: string | undefined;
|
|
3931
|
+
inputHardwareId?: string | undefined;
|
|
3932
|
+
outputHardwareId?: string | undefined;
|
|
2853
3933
|
inputSampleRate?: number | undefined;
|
|
2854
3934
|
outputSampleRate?: number | undefined;
|
|
2855
3935
|
inputBufferSize?: number | undefined;
|
|
2856
3936
|
outputBufferSize?: number | undefined;
|
|
2857
3937
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2858
3938
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3939
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3940
|
+
ifCenterHz?: number | undefined;
|
|
2859
3941
|
bufferSize?: number | undefined;
|
|
2860
3942
|
};
|
|
3943
|
+
updatedAt: number;
|
|
2861
3944
|
createdAt: number;
|
|
2862
3945
|
radio: {
|
|
2863
|
-
type: "
|
|
3946
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3947
|
+
tci?: {
|
|
3948
|
+
host?: string | undefined;
|
|
3949
|
+
port?: number | undefined;
|
|
3950
|
+
receiver?: number | undefined;
|
|
3951
|
+
trx?: number | undefined;
|
|
3952
|
+
vfo?: number | undefined;
|
|
3953
|
+
audioEnabled?: boolean | undefined;
|
|
3954
|
+
audioSampleRate?: number | undefined;
|
|
3955
|
+
} | undefined;
|
|
2864
3956
|
network?: {
|
|
2865
3957
|
host: string;
|
|
2866
3958
|
port: number;
|
|
@@ -2868,6 +3960,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2868
3960
|
serial?: {
|
|
2869
3961
|
path: string;
|
|
2870
3962
|
rigModel: number;
|
|
3963
|
+
serialNumber?: string | undefined;
|
|
2871
3964
|
serialConfig?: {
|
|
2872
3965
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2873
3966
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2893,14 +3986,18 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2893
3986
|
password?: string | undefined;
|
|
2894
3987
|
dataMode?: boolean | undefined;
|
|
2895
3988
|
} | undefined;
|
|
3989
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2896
3990
|
transmitCompensationMs?: number | undefined;
|
|
2897
|
-
|
|
3991
|
+
fakeFrequency?: {
|
|
3992
|
+
enabled: boolean;
|
|
3993
|
+
} | undefined;
|
|
3994
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2898
3995
|
pttPort?: string | undefined;
|
|
2899
3996
|
cwKeyPort?: string | undefined;
|
|
2900
3997
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3998
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2901
3999
|
};
|
|
2902
4000
|
audioLockedToRadio: boolean;
|
|
2903
|
-
updatedAt: number;
|
|
2904
4001
|
description?: string | undefined;
|
|
2905
4002
|
}>;
|
|
2906
4003
|
previousProfileId: z.ZodNullable<z.ZodString>;
|
|
@@ -2914,17 +4011,35 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2914
4011
|
sampleRate?: number | undefined;
|
|
2915
4012
|
inputDeviceName?: string | undefined;
|
|
2916
4013
|
outputDeviceName?: string | undefined;
|
|
4014
|
+
inputRouteKey?: string | null | undefined;
|
|
4015
|
+
outputRouteKey?: string | null | undefined;
|
|
4016
|
+
inputDeviceId?: string | undefined;
|
|
4017
|
+
outputDeviceId?: string | undefined;
|
|
4018
|
+
inputHardwareId?: string | undefined;
|
|
4019
|
+
outputHardwareId?: string | undefined;
|
|
2917
4020
|
inputSampleRate?: number | undefined;
|
|
2918
4021
|
outputSampleRate?: number | undefined;
|
|
2919
4022
|
inputBufferSize?: number | undefined;
|
|
2920
4023
|
outputBufferSize?: number | undefined;
|
|
2921
4024
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2922
4025
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
4026
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
4027
|
+
ifCenterHz?: number | undefined;
|
|
2923
4028
|
bufferSize?: number | undefined;
|
|
2924
4029
|
};
|
|
4030
|
+
updatedAt: number;
|
|
2925
4031
|
createdAt: number;
|
|
2926
4032
|
radio: {
|
|
2927
|
-
type: "
|
|
4033
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
4034
|
+
tci?: {
|
|
4035
|
+
host: string;
|
|
4036
|
+
port: number;
|
|
4037
|
+
receiver: number;
|
|
4038
|
+
trx: number;
|
|
4039
|
+
vfo: number;
|
|
4040
|
+
audioEnabled: boolean;
|
|
4041
|
+
audioSampleRate: number;
|
|
4042
|
+
} | undefined;
|
|
2928
4043
|
network?: {
|
|
2929
4044
|
host: string;
|
|
2930
4045
|
port: number;
|
|
@@ -2932,6 +4047,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2932
4047
|
serial?: {
|
|
2933
4048
|
path: string;
|
|
2934
4049
|
rigModel: number;
|
|
4050
|
+
serialNumber?: string | undefined;
|
|
2935
4051
|
serialConfig?: {
|
|
2936
4052
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2937
4053
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2957,14 +4073,18 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2957
4073
|
userName?: string | undefined;
|
|
2958
4074
|
password?: string | undefined;
|
|
2959
4075
|
} | undefined;
|
|
4076
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2960
4077
|
transmitCompensationMs?: number | undefined;
|
|
2961
|
-
|
|
4078
|
+
fakeFrequency?: {
|
|
4079
|
+
enabled: boolean;
|
|
4080
|
+
} | undefined;
|
|
4081
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2962
4082
|
pttPort?: string | undefined;
|
|
2963
4083
|
cwKeyPort?: string | undefined;
|
|
2964
4084
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
4085
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2965
4086
|
};
|
|
2966
4087
|
audioLockedToRadio: boolean;
|
|
2967
|
-
updatedAt: number;
|
|
2968
4088
|
description?: string | undefined;
|
|
2969
4089
|
};
|
|
2970
4090
|
wasRunning: boolean;
|
|
@@ -2978,17 +4098,35 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2978
4098
|
sampleRate?: number | undefined;
|
|
2979
4099
|
inputDeviceName?: string | undefined;
|
|
2980
4100
|
outputDeviceName?: string | undefined;
|
|
4101
|
+
inputRouteKey?: string | null | undefined;
|
|
4102
|
+
outputRouteKey?: string | null | undefined;
|
|
4103
|
+
inputDeviceId?: string | undefined;
|
|
4104
|
+
outputDeviceId?: string | undefined;
|
|
4105
|
+
inputHardwareId?: string | undefined;
|
|
4106
|
+
outputHardwareId?: string | undefined;
|
|
2981
4107
|
inputSampleRate?: number | undefined;
|
|
2982
4108
|
outputSampleRate?: number | undefined;
|
|
2983
4109
|
inputBufferSize?: number | undefined;
|
|
2984
4110
|
outputBufferSize?: number | undefined;
|
|
2985
4111
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2986
4112
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
4113
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
4114
|
+
ifCenterHz?: number | undefined;
|
|
2987
4115
|
bufferSize?: number | undefined;
|
|
2988
4116
|
};
|
|
4117
|
+
updatedAt: number;
|
|
2989
4118
|
createdAt: number;
|
|
2990
4119
|
radio: {
|
|
2991
|
-
type: "
|
|
4120
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
4121
|
+
tci?: {
|
|
4122
|
+
host?: string | undefined;
|
|
4123
|
+
port?: number | undefined;
|
|
4124
|
+
receiver?: number | undefined;
|
|
4125
|
+
trx?: number | undefined;
|
|
4126
|
+
vfo?: number | undefined;
|
|
4127
|
+
audioEnabled?: boolean | undefined;
|
|
4128
|
+
audioSampleRate?: number | undefined;
|
|
4129
|
+
} | undefined;
|
|
2992
4130
|
network?: {
|
|
2993
4131
|
host: string;
|
|
2994
4132
|
port: number;
|
|
@@ -2996,6 +4134,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2996
4134
|
serial?: {
|
|
2997
4135
|
path: string;
|
|
2998
4136
|
rigModel: number;
|
|
4137
|
+
serialNumber?: string | undefined;
|
|
2999
4138
|
serialConfig?: {
|
|
3000
4139
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
3001
4140
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -3021,14 +4160,18 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
3021
4160
|
password?: string | undefined;
|
|
3022
4161
|
dataMode?: boolean | undefined;
|
|
3023
4162
|
} | undefined;
|
|
4163
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
3024
4164
|
transmitCompensationMs?: number | undefined;
|
|
3025
|
-
|
|
4165
|
+
fakeFrequency?: {
|
|
4166
|
+
enabled: boolean;
|
|
4167
|
+
} | undefined;
|
|
4168
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
3026
4169
|
pttPort?: string | undefined;
|
|
3027
4170
|
cwKeyPort?: string | undefined;
|
|
3028
4171
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
4172
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
3029
4173
|
};
|
|
3030
4174
|
audioLockedToRadio: boolean;
|
|
3031
|
-
updatedAt: number;
|
|
3032
4175
|
description?: string | undefined;
|
|
3033
4176
|
};
|
|
3034
4177
|
wasRunning: boolean;
|