camstreamerlib 4.0.0-beta.116 → 4.0.0-beta.118
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/cjs/CamStreamerAPI.d.ts +120 -40
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +1020 -340
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +21 -7
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +21 -7
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +4 -1
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +378 -126
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +21 -7
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +21 -7
- package/cjs/types/PlaneTrackerAPI.d.ts +2 -2
- package/cjs/types/PlaneTrackerAPI.js +1 -1
- package/cjs/types/ws/PlaneTrackerEvents.d.ts +3 -3
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +4 -1
- package/esm/types/PlaneTrackerAPI.js +1 -1
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +120 -40
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +1020 -340
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +21 -7
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +21 -7
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +378 -126
- package/types/types/CamStreamerAPI/windySchema.d.ts +21 -7
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +21 -7
- package/types/types/PlaneTrackerAPI.d.ts +2 -2
- package/types/types/ws/PlaneTrackerEvents.d.ts +3 -3
|
@@ -134,11 +134,17 @@ export declare const windySchema: z.ZodObject<{
|
|
|
134
134
|
type: "RTSP_URL";
|
|
135
135
|
url: string;
|
|
136
136
|
}>, z.ZodObject<{
|
|
137
|
-
type: z.
|
|
137
|
+
type: z.ZodLiteral<"CSw">;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
type: "CSw"
|
|
139
|
+
type: "CSw";
|
|
140
140
|
}, {
|
|
141
|
-
type: "CSw"
|
|
141
|
+
type: "CSw";
|
|
142
|
+
}>, z.ZodObject<{
|
|
143
|
+
type: z.ZodLiteral<"CRS">;
|
|
144
|
+
}, "strip", z.ZodTypeAny, {
|
|
145
|
+
type: "CRS";
|
|
146
|
+
}, {
|
|
147
|
+
type: "CRS";
|
|
142
148
|
}>]>;
|
|
143
149
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
144
150
|
internalVapixParameters: z.ZodString;
|
|
@@ -168,7 +174,9 @@ export declare const windySchema: z.ZodObject<{
|
|
|
168
174
|
type: "RTSP_URL";
|
|
169
175
|
url: string;
|
|
170
176
|
} | {
|
|
171
|
-
type: "CSw"
|
|
177
|
+
type: "CSw";
|
|
178
|
+
} | {
|
|
179
|
+
type: "CRS";
|
|
172
180
|
};
|
|
173
181
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
174
182
|
internalVapixParameters: string;
|
|
@@ -192,7 +200,9 @@ export declare const windySchema: z.ZodObject<{
|
|
|
192
200
|
type: "RTSP_URL";
|
|
193
201
|
url: string;
|
|
194
202
|
} | {
|
|
195
|
-
type: "CSw"
|
|
203
|
+
type: "CSw";
|
|
204
|
+
} | {
|
|
205
|
+
type: "CRS";
|
|
196
206
|
};
|
|
197
207
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
198
208
|
internalVapixParameters: string;
|
|
@@ -296,7 +306,9 @@ export declare const windySchema: z.ZodObject<{
|
|
|
296
306
|
type: "RTSP_URL";
|
|
297
307
|
url: string;
|
|
298
308
|
} | {
|
|
299
|
-
type: "CSw"
|
|
309
|
+
type: "CSw";
|
|
310
|
+
} | {
|
|
311
|
+
type: "CRS";
|
|
300
312
|
};
|
|
301
313
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
302
314
|
internalVapixParameters: string;
|
|
@@ -368,7 +380,9 @@ export declare const windySchema: z.ZodObject<{
|
|
|
368
380
|
type: "RTSP_URL";
|
|
369
381
|
url: string;
|
|
370
382
|
} | {
|
|
371
|
-
type: "CSw"
|
|
383
|
+
type: "CSw";
|
|
384
|
+
} | {
|
|
385
|
+
type: "CRS";
|
|
372
386
|
};
|
|
373
387
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
374
388
|
internalVapixParameters: string;
|
|
@@ -134,11 +134,17 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
134
134
|
type: "RTSP_URL";
|
|
135
135
|
url: string;
|
|
136
136
|
}>, z.ZodObject<{
|
|
137
|
-
type: z.
|
|
137
|
+
type: z.ZodLiteral<"CSw">;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
type: "CSw"
|
|
139
|
+
type: "CSw";
|
|
140
140
|
}, {
|
|
141
|
-
type: "CSw"
|
|
141
|
+
type: "CSw";
|
|
142
|
+
}>, z.ZodObject<{
|
|
143
|
+
type: z.ZodLiteral<"CRS">;
|
|
144
|
+
}, "strip", z.ZodTypeAny, {
|
|
145
|
+
type: "CRS";
|
|
146
|
+
}, {
|
|
147
|
+
type: "CRS";
|
|
142
148
|
}>]>;
|
|
143
149
|
streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
|
|
144
150
|
internalVapixParameters: z.ZodString;
|
|
@@ -168,7 +174,9 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
168
174
|
type: "RTSP_URL";
|
|
169
175
|
url: string;
|
|
170
176
|
} | {
|
|
171
|
-
type: "CSw"
|
|
177
|
+
type: "CSw";
|
|
178
|
+
} | {
|
|
179
|
+
type: "CRS";
|
|
172
180
|
};
|
|
173
181
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
174
182
|
internalVapixParameters: string;
|
|
@@ -192,7 +200,9 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
192
200
|
type: "RTSP_URL";
|
|
193
201
|
url: string;
|
|
194
202
|
} | {
|
|
195
|
-
type: "CSw"
|
|
203
|
+
type: "CSw";
|
|
204
|
+
} | {
|
|
205
|
+
type: "CRS";
|
|
196
206
|
};
|
|
197
207
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
198
208
|
internalVapixParameters: string;
|
|
@@ -307,7 +317,9 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
307
317
|
type: "RTSP_URL";
|
|
308
318
|
url: string;
|
|
309
319
|
} | {
|
|
310
|
-
type: "CSw"
|
|
320
|
+
type: "CSw";
|
|
321
|
+
} | {
|
|
322
|
+
type: "CRS";
|
|
311
323
|
};
|
|
312
324
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
313
325
|
internalVapixParameters: string;
|
|
@@ -390,7 +402,9 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
390
402
|
type: "RTSP_URL";
|
|
391
403
|
url: string;
|
|
392
404
|
} | {
|
|
393
|
-
type: "CSw"
|
|
405
|
+
type: "CSw";
|
|
406
|
+
} | {
|
|
407
|
+
type: "CRS";
|
|
394
408
|
};
|
|
395
409
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
396
410
|
internalVapixParameters: string;
|
|
@@ -744,11 +744,11 @@ export declare const getIcaoSchema: z.ZodObject<{
|
|
|
744
744
|
}>;
|
|
745
745
|
export type TGetIcaoByOption = 'registration' | 'callsign';
|
|
746
746
|
export declare const trackingModeSchema: z.ZodObject<{
|
|
747
|
-
mode: z.ZodUnion<[z.ZodLiteral<"MANUAL">, z.ZodLiteral<"AUTOMATIC">]
|
|
747
|
+
mode: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"MANUAL">, z.ZodLiteral<"AUTOMATIC">]>>;
|
|
748
748
|
}, "strip", z.ZodTypeAny, {
|
|
749
749
|
mode: "MANUAL" | "AUTOMATIC";
|
|
750
750
|
}, {
|
|
751
|
-
mode
|
|
751
|
+
mode?: "MANUAL" | "AUTOMATIC" | undefined;
|
|
752
752
|
}>;
|
|
753
753
|
export type TTrackingMode = z.infer<typeof trackingModeSchema>;
|
|
754
754
|
export declare const flightInfoSchema: z.ZodObject<{
|
|
@@ -419,11 +419,11 @@ export declare const planeTrackerUserActionData: z.ZodDiscriminatedUnion<"cgi",
|
|
|
419
419
|
userPriority: string;
|
|
420
420
|
}>;
|
|
421
421
|
postJsonBody: z.ZodObject<{
|
|
422
|
-
mode: z.ZodUnion<[z.ZodLiteral<"MANUAL">, z.ZodLiteral<"AUTOMATIC">]
|
|
422
|
+
mode: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"MANUAL">, z.ZodLiteral<"AUTOMATIC">]>>;
|
|
423
423
|
}, "strip", z.ZodTypeAny, {
|
|
424
424
|
mode: "MANUAL" | "AUTOMATIC";
|
|
425
425
|
}, {
|
|
426
|
-
mode
|
|
426
|
+
mode?: "MANUAL" | "AUTOMATIC" | undefined;
|
|
427
427
|
}>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
params: {
|
|
@@ -445,7 +445,7 @@ export declare const planeTrackerUserActionData: z.ZodDiscriminatedUnion<"cgi",
|
|
|
445
445
|
ip: string;
|
|
446
446
|
cgi: PlaneTrackerUserActions.SET_TRACKING_MODE;
|
|
447
447
|
postJsonBody: {
|
|
448
|
-
mode
|
|
448
|
+
mode?: "MANUAL" | "AUTOMATIC" | undefined;
|
|
449
449
|
};
|
|
450
450
|
}>, z.ZodObject<{
|
|
451
451
|
cgi: z.ZodLiteral<PlaneTrackerUserActions.SET_ZONES>;
|