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.
@@ -157,11 +157,17 @@ export declare const facebookSchema: z.ZodObject<{
157
157
  type: "RTSP_URL";
158
158
  url: string;
159
159
  }>, z.ZodObject<{
160
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
160
+ type: z.ZodLiteral<"CSw">;
161
161
  }, "strip", z.ZodTypeAny, {
162
- type: "CSw" | "CRS";
162
+ type: "CSw";
163
163
  }, {
164
- type: "CSw" | "CRS";
164
+ type: "CSw";
165
+ }>, z.ZodObject<{
166
+ type: z.ZodLiteral<"CRS">;
167
+ }, "strip", z.ZodTypeAny, {
168
+ type: "CRS";
169
+ }, {
170
+ type: "CRS";
165
171
  }>]>;
166
172
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
167
173
  internalVapixParameters: z.ZodString;
@@ -191,7 +197,9 @@ export declare const facebookSchema: z.ZodObject<{
191
197
  type: "RTSP_URL";
192
198
  url: string;
193
199
  } | {
194
- type: "CSw" | "CRS";
200
+ type: "CSw";
201
+ } | {
202
+ type: "CRS";
195
203
  };
196
204
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
197
205
  internalVapixParameters: string;
@@ -215,7 +223,9 @@ export declare const facebookSchema: z.ZodObject<{
215
223
  type: "RTSP_URL";
216
224
  url: string;
217
225
  } | {
218
- type: "CSw" | "CRS";
226
+ type: "CSw";
227
+ } | {
228
+ type: "CRS";
219
229
  };
220
230
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
221
231
  internalVapixParameters: string;
@@ -348,7 +358,9 @@ export declare const facebookSchema: z.ZodObject<{
348
358
  type: "RTSP_URL";
349
359
  url: string;
350
360
  } | {
351
- type: "CSw" | "CRS";
361
+ type: "CSw";
362
+ } | {
363
+ type: "CRS";
352
364
  };
353
365
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
354
366
  internalVapixParameters: string;
@@ -430,7 +442,9 @@ export declare const facebookSchema: z.ZodObject<{
430
442
  type: "RTSP_URL";
431
443
  url: string;
432
444
  } | {
433
- type: "CSw" | "CRS";
445
+ type: "CSw";
446
+ } | {
447
+ type: "CRS";
434
448
  };
435
449
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
436
450
  internalVapixParameters: string;
@@ -134,11 +134,17 @@ export declare const streamCommonSchema: z.ZodObject<{
134
134
  type: "RTSP_URL";
135
135
  url: string;
136
136
  }>, z.ZodObject<{
137
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
137
+ type: z.ZodLiteral<"CSw">;
138
138
  }, "strip", z.ZodTypeAny, {
139
- type: "CSw" | "CRS";
139
+ type: "CSw";
140
140
  }, {
141
- type: "CSw" | "CRS";
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 streamCommonSchema: z.ZodObject<{
168
174
  type: "RTSP_URL";
169
175
  url: string;
170
176
  } | {
171
- type: "CSw" | "CRS";
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 streamCommonSchema: z.ZodObject<{
192
200
  type: "RTSP_URL";
193
201
  url: string;
194
202
  } | {
195
- type: "CSw" | "CRS";
203
+ type: "CSw";
204
+ } | {
205
+ type: "CRS";
196
206
  };
197
207
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
198
208
  internalVapixParameters: string;
@@ -294,7 +304,9 @@ export declare const streamCommonSchema: z.ZodObject<{
294
304
  type: "RTSP_URL";
295
305
  url: string;
296
306
  } | {
297
- type: "CSw" | "CRS";
307
+ type: "CSw";
308
+ } | {
309
+ type: "CRS";
298
310
  };
299
311
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
300
312
  internalVapixParameters: string;
@@ -365,7 +377,9 @@ export declare const streamCommonSchema: z.ZodObject<{
365
377
  type: "RTSP_URL";
366
378
  url: string;
367
379
  } | {
368
- type: "CSw" | "CRS";
380
+ type: "CSw";
381
+ } | {
382
+ type: "CRS";
369
383
  };
370
384
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
371
385
  internalVapixParameters: string;
@@ -53,7 +53,10 @@ exports.streamCommonSchema = zod_1.z.object({
53
53
  url: zod_1.z.string(),
54
54
  }),
55
55
  zod_1.z.object({
56
- type: zod_1.z.union([zod_1.z.literal('CSw'), zod_1.z.literal('CRS')]),
56
+ type: zod_1.z.literal('CSw'),
57
+ }),
58
+ zod_1.z.object({
59
+ type: zod_1.z.literal('CRS'),
57
60
  }),
58
61
  ]),
59
62
  streamingProtocol: zod_1.z.union([zod_1.z.literal('RTMP'), zod_1.z.literal('RTMPS'), zod_1.z.literal('HLS_PUSH')]),