camstreamerlib 4.0.0-beta.161 → 4.0.0-beta.163

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.
@@ -188,10 +188,13 @@ export declare const windySchema: z.ZodObject<{
188
188
  internalVapixParameters: string;
189
189
  }>, z.ZodObject<{
190
190
  type: z.ZodLiteral<"CSw">;
191
+ internalVapixParameters: z.ZodString;
191
192
  }, "strip", z.ZodTypeAny, {
192
193
  type: "CSw";
194
+ internalVapixParameters: string;
193
195
  }, {
194
196
  type: "CSw";
197
+ internalVapixParameters: string;
195
198
  }>, z.ZodObject<{
196
199
  type: z.ZodLiteral<"CRS">;
197
200
  internalVapixParameters: z.ZodString;
@@ -232,6 +235,7 @@ export declare const windySchema: z.ZodObject<{
232
235
  internalVapixParameters: string;
233
236
  } | {
234
237
  type: "CSw";
238
+ internalVapixParameters: string;
235
239
  } | {
236
240
  type: "CRS";
237
241
  internalVapixParameters: string;
@@ -264,6 +268,7 @@ export declare const windySchema: z.ZodObject<{
264
268
  internalVapixParameters: string;
265
269
  } | {
266
270
  type: "CSw";
271
+ internalVapixParameters: string;
267
272
  } | {
268
273
  type: "CRS";
269
274
  internalVapixParameters: string;
@@ -343,6 +348,7 @@ export declare const windySchema: z.ZodObject<{
343
348
  direction: z.ZodNullable<z.ZodEnum<["N", "NE", "E", "SE", "S", "SW", "W", "NW"]>>;
344
349
  position: z.ZodUnion<[z.ZodLiteral<"fix">, z.ZodLiteral<"rotating">, z.ZodLiteral<"controllable">]>;
345
350
  webPageUrl: z.ZodString;
351
+ mediaServerUrl: z.ZodNullable<z.ZodString>;
346
352
  }, "strip", z.ZodTypeAny, {
347
353
  status: {
348
354
  led: boolean;
@@ -402,6 +408,7 @@ export declare const windySchema: z.ZodObject<{
402
408
  internalVapixParameters: string;
403
409
  } | {
404
410
  type: "CSw";
411
+ internalVapixParameters: string;
405
412
  } | {
406
413
  type: "CRS";
407
414
  internalVapixParameters: string;
@@ -436,6 +443,7 @@ export declare const windySchema: z.ZodObject<{
436
443
  direction: "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW" | null;
437
444
  position: "fix" | "rotating" | "controllable";
438
445
  webPageUrl: string;
446
+ mediaServerUrl: string | null;
439
447
  }, {
440
448
  status: {
441
449
  led: boolean;
@@ -495,6 +503,7 @@ export declare const windySchema: z.ZodObject<{
495
503
  internalVapixParameters: string;
496
504
  } | {
497
505
  type: "CSw";
506
+ internalVapixParameters: string;
498
507
  } | {
499
508
  type: "CRS";
500
509
  internalVapixParameters: string;
@@ -529,6 +538,7 @@ export declare const windySchema: z.ZodObject<{
529
538
  direction: "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW" | null;
530
539
  position: "fix" | "rotating" | "controllable";
531
540
  webPageUrl: string;
541
+ mediaServerUrl: string | null;
532
542
  }>;
533
543
  export type TWindyDirection = z.infer<typeof windySchema>['direction'];
534
544
  export type TWindyPosition = z.infer<typeof windySchema>['position'];
@@ -188,10 +188,13 @@ export declare const youtubeSchema: z.ZodObject<{
188
188
  internalVapixParameters: string;
189
189
  }>, z.ZodObject<{
190
190
  type: z.ZodLiteral<"CSw">;
191
+ internalVapixParameters: z.ZodString;
191
192
  }, "strip", z.ZodTypeAny, {
192
193
  type: "CSw";
194
+ internalVapixParameters: string;
193
195
  }, {
194
196
  type: "CSw";
197
+ internalVapixParameters: string;
195
198
  }>, z.ZodObject<{
196
199
  type: z.ZodLiteral<"CRS">;
197
200
  internalVapixParameters: z.ZodString;
@@ -232,6 +235,7 @@ export declare const youtubeSchema: z.ZodObject<{
232
235
  internalVapixParameters: string;
233
236
  } | {
234
237
  type: "CSw";
238
+ internalVapixParameters: string;
235
239
  } | {
236
240
  type: "CRS";
237
241
  internalVapixParameters: string;
@@ -264,6 +268,7 @@ export declare const youtubeSchema: z.ZodObject<{
264
268
  internalVapixParameters: string;
265
269
  } | {
266
270
  type: "CSw";
271
+ internalVapixParameters: string;
267
272
  } | {
268
273
  type: "CRS";
269
274
  internalVapixParameters: string;
@@ -405,6 +410,7 @@ export declare const youtubeSchema: z.ZodObject<{
405
410
  internalVapixParameters: string;
406
411
  } | {
407
412
  type: "CSw";
413
+ internalVapixParameters: string;
408
414
  } | {
409
415
  type: "CRS";
410
416
  internalVapixParameters: string;
@@ -501,6 +507,7 @@ export declare const youtubeSchema: z.ZodObject<{
501
507
  internalVapixParameters: string;
502
508
  } | {
503
509
  type: "CSw";
510
+ internalVapixParameters: string;
504
511
  } | {
505
512
  type: "CRS";
506
513
  internalVapixParameters: string;