camstreamerlib 4.0.25 → 4.0.26-7647bae

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.
@@ -300,16 +300,19 @@ export declare const youtubeSchema: z.ZodObject<{
300
300
  name: z.ZodString;
301
301
  path: z.ZodString;
302
302
  forceStereo: z.ZodBoolean;
303
+ loadAsNone: z.ZodOptional<z.ZodBoolean>;
303
304
  }, "strip", z.ZodTypeAny, {
304
305
  path: string;
305
306
  name: string;
306
307
  source: "file";
307
308
  forceStereo: boolean;
309
+ loadAsNone?: boolean | undefined;
308
310
  }, {
309
311
  path: string;
310
312
  name: string;
311
313
  source: "file";
312
314
  forceStereo: boolean;
315
+ loadAsNone?: boolean | undefined;
313
316
  }>, z.ZodObject<{
314
317
  source: z.ZodLiteral<"url">;
315
318
  name: z.ZodString;
@@ -431,6 +434,7 @@ export declare const youtubeSchema: z.ZodObject<{
431
434
  name: string;
432
435
  source: "file";
433
436
  forceStereo: boolean;
437
+ loadAsNone?: boolean | undefined;
434
438
  } | {
435
439
  name: string;
436
440
  url: string;
@@ -529,6 +533,7 @@ export declare const youtubeSchema: z.ZodObject<{
529
533
  name: string;
530
534
  source: "file";
531
535
  forceStereo: boolean;
536
+ loadAsNone?: boolean | undefined;
532
537
  } | {
533
538
  name: string;
534
539
  url: string;