camstreamerlib 4.0.0-beta.161 → 4.0.0-beta.162
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 +40 -0
- package/cjs/internal/convertors.js +1 -1
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +340 -0
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +119 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +7 -0
- package/esm/internal/convertors.js +1 -1
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +40 -0
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +340 -0
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +7 -0
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +119 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +7 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +7 -0
|
@@ -211,10 +211,13 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
211
211
|
internalVapixParameters: string;
|
|
212
212
|
}>, z.ZodObject<{
|
|
213
213
|
type: z.ZodLiteral<"CSw">;
|
|
214
|
+
internalVapixParameters: z.ZodString;
|
|
214
215
|
}, "strip", z.ZodTypeAny, {
|
|
215
216
|
type: "CSw";
|
|
217
|
+
internalVapixParameters: string;
|
|
216
218
|
}, {
|
|
217
219
|
type: "CSw";
|
|
220
|
+
internalVapixParameters: string;
|
|
218
221
|
}>, z.ZodObject<{
|
|
219
222
|
type: z.ZodLiteral<"CRS">;
|
|
220
223
|
internalVapixParameters: z.ZodString;
|
|
@@ -255,6 +258,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
255
258
|
internalVapixParameters: string;
|
|
256
259
|
} | {
|
|
257
260
|
type: "CSw";
|
|
261
|
+
internalVapixParameters: string;
|
|
258
262
|
} | {
|
|
259
263
|
type: "CRS";
|
|
260
264
|
internalVapixParameters: string;
|
|
@@ -287,6 +291,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
287
291
|
internalVapixParameters: string;
|
|
288
292
|
} | {
|
|
289
293
|
type: "CSw";
|
|
294
|
+
internalVapixParameters: string;
|
|
290
295
|
} | {
|
|
291
296
|
type: "CRS";
|
|
292
297
|
internalVapixParameters: string;
|
|
@@ -446,6 +451,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
446
451
|
internalVapixParameters: string;
|
|
447
452
|
} | {
|
|
448
453
|
type: "CSw";
|
|
454
|
+
internalVapixParameters: string;
|
|
449
455
|
} | {
|
|
450
456
|
type: "CRS";
|
|
451
457
|
internalVapixParameters: string;
|
|
@@ -541,6 +547,7 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
541
547
|
internalVapixParameters: string;
|
|
542
548
|
} | {
|
|
543
549
|
type: "CSw";
|
|
550
|
+
internalVapixParameters: string;
|
|
544
551
|
} | {
|
|
545
552
|
type: "CRS";
|
|
546
553
|
internalVapixParameters: string;
|
|
@@ -188,10 +188,13 @@ export declare const streamCommonSchema: 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 streamCommonSchema: 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 streamCommonSchema: 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;
|
|
@@ -392,6 +397,7 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
392
397
|
internalVapixParameters: string;
|
|
393
398
|
} | {
|
|
394
399
|
type: "CSw";
|
|
400
|
+
internalVapixParameters: string;
|
|
395
401
|
} | {
|
|
396
402
|
type: "CRS";
|
|
397
403
|
internalVapixParameters: string;
|
|
@@ -476,6 +482,7 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
476
482
|
internalVapixParameters: string;
|
|
477
483
|
} | {
|
|
478
484
|
type: "CSw";
|
|
485
|
+
internalVapixParameters: string;
|
|
479
486
|
} | {
|
|
480
487
|
type: "CRS";
|
|
481
488
|
internalVapixParameters: string;
|