camstreamerlib 4.0.0-beta.113 → 4.0.0-beta.114

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.
Files changed (49) hide show
  1. package/cjs/CamStreamerAPI.d.ts +40 -0
  2. package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +260 -0
  3. package/cjs/types/CamStreamerAPI/churchSchema.d.ts +5 -0
  4. package/cjs/types/CamStreamerAPI/daCastSchema.d.ts +5 -0
  5. package/cjs/types/CamStreamerAPI/dailymotionSchema.d.ts +5 -0
  6. package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +5 -0
  7. package/cjs/types/CamStreamerAPI/gameChangerSchema.d.ts +5 -0
  8. package/cjs/types/CamStreamerAPI/hlsPullSchema.d.ts +5 -0
  9. package/cjs/types/CamStreamerAPI/hlsPushSchema.d.ts +5 -0
  10. package/cjs/types/CamStreamerAPI/ibmSchema.d.ts +5 -0
  11. package/cjs/types/CamStreamerAPI/microsoftAzureSchema.d.ts +5 -0
  12. package/cjs/types/CamStreamerAPI/microsoftStreamSchema.d.ts +5 -0
  13. package/cjs/types/CamStreamerAPI/mpegDvbSchema.d.ts +5 -0
  14. package/cjs/types/CamStreamerAPI/rtmpSchema.d.ts +10 -0
  15. package/cjs/types/CamStreamerAPI/sdCardSchema.d.ts +5 -0
  16. package/cjs/types/CamStreamerAPI/srtSchema.d.ts +5 -0
  17. package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +8 -0
  18. package/cjs/types/CamStreamerAPI/streamCommonTypes.js +6 -1
  19. package/cjs/types/CamStreamerAPI/twitchSchema.d.ts +5 -0
  20. package/cjs/types/CamStreamerAPI/vimeoSchema.d.ts +5 -0
  21. package/cjs/types/CamStreamerAPI/windySchema.d.ts +5 -0
  22. package/cjs/types/CamStreamerAPI/wowzaSchema.d.ts +5 -0
  23. package/cjs/types/CamStreamerAPI/youtubeRtmpSchema.d.ts +5 -0
  24. package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +5 -0
  25. package/esm/types/CamStreamerAPI/streamCommonTypes.js +6 -1
  26. package/package.json +1 -1
  27. package/types/CamStreamerAPI.d.ts +40 -0
  28. package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +260 -0
  29. package/types/types/CamStreamerAPI/churchSchema.d.ts +5 -0
  30. package/types/types/CamStreamerAPI/daCastSchema.d.ts +5 -0
  31. package/types/types/CamStreamerAPI/dailymotionSchema.d.ts +5 -0
  32. package/types/types/CamStreamerAPI/facebookSchema.d.ts +5 -0
  33. package/types/types/CamStreamerAPI/gameChangerSchema.d.ts +5 -0
  34. package/types/types/CamStreamerAPI/hlsPullSchema.d.ts +5 -0
  35. package/types/types/CamStreamerAPI/hlsPushSchema.d.ts +5 -0
  36. package/types/types/CamStreamerAPI/ibmSchema.d.ts +5 -0
  37. package/types/types/CamStreamerAPI/microsoftAzureSchema.d.ts +5 -0
  38. package/types/types/CamStreamerAPI/microsoftStreamSchema.d.ts +5 -0
  39. package/types/types/CamStreamerAPI/mpegDvbSchema.d.ts +5 -0
  40. package/types/types/CamStreamerAPI/rtmpSchema.d.ts +10 -0
  41. package/types/types/CamStreamerAPI/sdCardSchema.d.ts +5 -0
  42. package/types/types/CamStreamerAPI/srtSchema.d.ts +5 -0
  43. package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +8 -0
  44. package/types/types/CamStreamerAPI/twitchSchema.d.ts +5 -0
  45. package/types/types/CamStreamerAPI/vimeoSchema.d.ts +5 -0
  46. package/types/types/CamStreamerAPI/windySchema.d.ts +5 -0
  47. package/types/types/CamStreamerAPI/wowzaSchema.d.ts +5 -0
  48. package/types/types/CamStreamerAPI/youtubeRtmpSchema.d.ts +5 -0
  49. package/types/types/CamStreamerAPI/youtubeSchema.d.ts +5 -0
@@ -17,12 +17,15 @@ export declare const churchSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const churchSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const churchSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const daCastSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const daCastSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const daCastSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const dailymotionSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const dailymotionSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const dailymotionSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -18,12 +18,15 @@ export declare const facebookSchema: z.ZodObject<{
18
18
  type: z.ZodLiteral<"onetime">;
19
19
  startTime: z.ZodNumber;
20
20
  stopTime: z.ZodNumber;
21
+ ioPort: z.ZodNullable<z.ZodString>;
21
22
  }, "strip", z.ZodTypeAny, {
22
23
  type: "onetime";
24
+ ioPort: string | null;
23
25
  startTime: number;
24
26
  stopTime: number;
25
27
  }, {
26
28
  type: "onetime";
29
+ ioPort: string | null;
27
30
  startTime: number;
28
31
  stopTime: number;
29
32
  }>, z.ZodObject<{
@@ -249,6 +252,7 @@ export declare const facebookSchema: z.ZodObject<{
249
252
  ioPort: string | null;
250
253
  } | {
251
254
  type: "onetime";
255
+ ioPort: string | null;
252
256
  startTime: number;
253
257
  stopTime: number;
254
258
  } | {
@@ -315,6 +319,7 @@ export declare const facebookSchema: z.ZodObject<{
315
319
  ioPort: string | null;
316
320
  } | {
317
321
  type: "onetime";
322
+ ioPort: string | null;
318
323
  startTime: number;
319
324
  stopTime: number;
320
325
  } | {
@@ -17,12 +17,15 @@ export declare const gameChangerSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -223,6 +226,7 @@ export declare const gameChangerSchema: z.ZodObject<{
223
226
  ioPort: string | null;
224
227
  } | {
225
228
  type: "onetime";
229
+ ioPort: string | null;
226
230
  startTime: number;
227
231
  stopTime: number;
228
232
  } | {
@@ -282,6 +286,7 @@ export declare const gameChangerSchema: z.ZodObject<{
282
286
  ioPort: string | null;
283
287
  } | {
284
288
  type: "onetime";
289
+ ioPort: string | null;
285
290
  startTime: number;
286
291
  stopTime: number;
287
292
  } | {
@@ -17,12 +17,15 @@ export declare const hlsPullSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const hlsPullSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const hlsPullSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const hlsPushSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const hlsPushSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const hlsPushSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const ibmSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const ibmSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const ibmSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const microsoftAzureSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const microsoftAzureSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const microsoftAzureSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const microsoftStreamSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const microsoftStreamSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const microsoftStreamSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const mpegDvbSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -233,6 +236,7 @@ export declare const mpegDvbSchema: z.ZodObject<{
233
236
  ioPort: string | null;
234
237
  } | {
235
238
  type: "onetime";
239
+ ioPort: string | null;
236
240
  startTime: number;
237
241
  stopTime: number;
238
242
  } | {
@@ -302,6 +306,7 @@ export declare const mpegDvbSchema: z.ZodObject<{
302
306
  ioPort: string | null;
303
307
  } | {
304
308
  type: "onetime";
309
+ ioPort: string | null;
305
310
  startTime: number;
306
311
  stopTime: number;
307
312
  } | {
@@ -17,12 +17,15 @@ export declare const commonRtmpSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -220,6 +223,7 @@ export declare const commonRtmpSchema: z.ZodObject<{
220
223
  ioPort: string | null;
221
224
  } | {
222
225
  type: "onetime";
226
+ ioPort: string | null;
223
227
  startTime: number;
224
228
  stopTime: number;
225
229
  } | {
@@ -278,6 +282,7 @@ export declare const commonRtmpSchema: z.ZodObject<{
278
282
  ioPort: string | null;
279
283
  } | {
280
284
  type: "onetime";
285
+ ioPort: string | null;
281
286
  startTime: number;
282
287
  stopTime: number;
283
288
  } | {
@@ -319,12 +324,15 @@ export declare const rtmpSchema: z.ZodObject<{
319
324
  type: z.ZodLiteral<"onetime">;
320
325
  startTime: z.ZodNumber;
321
326
  stopTime: z.ZodNumber;
327
+ ioPort: z.ZodNullable<z.ZodString>;
322
328
  }, "strip", z.ZodTypeAny, {
323
329
  type: "onetime";
330
+ ioPort: string | null;
324
331
  startTime: number;
325
332
  stopTime: number;
326
333
  }, {
327
334
  type: "onetime";
335
+ ioPort: string | null;
328
336
  startTime: number;
329
337
  stopTime: number;
330
338
  }>, z.ZodObject<{
@@ -525,6 +533,7 @@ export declare const rtmpSchema: z.ZodObject<{
525
533
  ioPort: string | null;
526
534
  } | {
527
535
  type: "onetime";
536
+ ioPort: string | null;
528
537
  startTime: number;
529
538
  stopTime: number;
530
539
  } | {
@@ -584,6 +593,7 @@ export declare const rtmpSchema: z.ZodObject<{
584
593
  ioPort: string | null;
585
594
  } | {
586
595
  type: "onetime";
596
+ ioPort: string | null;
587
597
  startTime: number;
588
598
  stopTime: number;
589
599
  } | {
@@ -17,12 +17,15 @@ export declare const sdCardSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const sdCardSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const sdCardSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const srtSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const srtSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const srtSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -55,12 +55,15 @@ export declare const streamTriggerSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
55
55
  type: z.ZodLiteral<"onetime">;
56
56
  startTime: z.ZodNumber;
57
57
  stopTime: z.ZodNumber;
58
+ ioPort: z.ZodNullable<z.ZodString>;
58
59
  }, "strip", z.ZodTypeAny, {
59
60
  type: "onetime";
61
+ ioPort: string | null;
60
62
  startTime: number;
61
63
  stopTime: number;
62
64
  }, {
63
65
  type: "onetime";
66
+ ioPort: string | null;
64
67
  startTime: number;
65
68
  stopTime: number;
66
69
  }>, z.ZodObject<{
@@ -312,12 +315,15 @@ export declare const streamCommonSchema: z.ZodObject<{
312
315
  type: z.ZodLiteral<"onetime">;
313
316
  startTime: z.ZodNumber;
314
317
  stopTime: z.ZodNumber;
318
+ ioPort: z.ZodNullable<z.ZodString>;
315
319
  }, "strip", z.ZodTypeAny, {
316
320
  type: "onetime";
321
+ ioPort: string | null;
317
322
  startTime: number;
318
323
  stopTime: number;
319
324
  }, {
320
325
  type: "onetime";
326
+ ioPort: string | null;
321
327
  startTime: number;
322
328
  stopTime: number;
323
329
  }>, z.ZodObject<{
@@ -508,6 +514,7 @@ export declare const streamCommonSchema: z.ZodObject<{
508
514
  ioPort: string | null;
509
515
  } | {
510
516
  type: "onetime";
517
+ ioPort: string | null;
511
518
  startTime: number;
512
519
  stopTime: number;
513
520
  } | {
@@ -560,6 +567,7 @@ export declare const streamCommonSchema: z.ZodObject<{
560
567
  ioPort: string | null;
561
568
  } | {
562
569
  type: "onetime";
570
+ ioPort: string | null;
563
571
  startTime: number;
564
572
  stopTime: number;
565
573
  } | {
@@ -19,7 +19,12 @@ exports.streamTriggerSchema = zod_1.z.discriminatedUnion('type', [
19
19
  type: zod_1.z.literal('manual'),
20
20
  ioPort: zod_1.z.string().nullable(),
21
21
  }),
22
- zod_1.z.object({ type: zod_1.z.literal('onetime'), startTime: zod_1.z.number(), stopTime: zod_1.z.number() }),
22
+ zod_1.z.object({
23
+ type: zod_1.z.literal('onetime'),
24
+ startTime: zod_1.z.number(),
25
+ stopTime: zod_1.z.number(),
26
+ ioPort: zod_1.z.string().nullable(),
27
+ }),
23
28
  zod_1.z.object({
24
29
  type: zod_1.z.literal('recurrent'),
25
30
  schedule: zod_1.z.array(scheduleSchema),
@@ -17,12 +17,15 @@ export declare const twitchSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const twitchSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const twitchSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const vimeoSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const vimeoSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const vimeoSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const windySchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const windySchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const windySchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {
@@ -17,12 +17,15 @@ export declare const wowzaSchema: z.ZodObject<{
17
17
  type: z.ZodLiteral<"onetime">;
18
18
  startTime: z.ZodNumber;
19
19
  stopTime: z.ZodNumber;
20
+ ioPort: z.ZodNullable<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  type: "onetime";
23
+ ioPort: string | null;
22
24
  startTime: number;
23
25
  stopTime: number;
24
26
  }, {
25
27
  type: "onetime";
28
+ ioPort: string | null;
26
29
  startTime: number;
27
30
  stopTime: number;
28
31
  }>, z.ZodObject<{
@@ -216,6 +219,7 @@ export declare const wowzaSchema: z.ZodObject<{
216
219
  ioPort: string | null;
217
220
  } | {
218
221
  type: "onetime";
222
+ ioPort: string | null;
219
223
  startTime: number;
220
224
  stopTime: number;
221
225
  } | {
@@ -269,6 +273,7 @@ export declare const wowzaSchema: z.ZodObject<{
269
273
  ioPort: string | null;
270
274
  } | {
271
275
  type: "onetime";
276
+ ioPort: string | null;
272
277
  startTime: number;
273
278
  stopTime: number;
274
279
  } | {