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
|
@@ -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;
|
|
@@ -402,6 +407,7 @@ export declare const windySchema: z.ZodObject<{
|
|
|
402
407
|
internalVapixParameters: string;
|
|
403
408
|
} | {
|
|
404
409
|
type: "CSw";
|
|
410
|
+
internalVapixParameters: string;
|
|
405
411
|
} | {
|
|
406
412
|
type: "CRS";
|
|
407
413
|
internalVapixParameters: string;
|
|
@@ -495,6 +501,7 @@ export declare const windySchema: z.ZodObject<{
|
|
|
495
501
|
internalVapixParameters: string;
|
|
496
502
|
} | {
|
|
497
503
|
type: "CSw";
|
|
504
|
+
internalVapixParameters: string;
|
|
498
505
|
} | {
|
|
499
506
|
type: "CRS";
|
|
500
507
|
internalVapixParameters: string;
|
|
@@ -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;
|