camstreamerlib 4.0.0-beta.123 → 4.0.0-beta.124
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 +80 -0
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +680 -0
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +14 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +14 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +3 -0
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +252 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +14 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +14 -0
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +3 -0
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +80 -0
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +680 -0
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +14 -0
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +14 -0
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +252 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +14 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +14 -0
|
@@ -128,6 +128,12 @@ export declare const windySchema: z.ZodObject<{
|
|
|
128
128
|
type: "images";
|
|
129
129
|
url: string;
|
|
130
130
|
imageIntervalS: number;
|
|
131
|
+
}>, z.ZodObject<{
|
|
132
|
+
type: z.ZodLiteral<"none">;
|
|
133
|
+
}, "strip", z.ZodTypeAny, {
|
|
134
|
+
type: "none";
|
|
135
|
+
}, {
|
|
136
|
+
type: "none";
|
|
131
137
|
}>]>;
|
|
132
138
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
133
139
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -170,6 +176,8 @@ export declare const windySchema: z.ZodObject<{
|
|
|
170
176
|
type: "images";
|
|
171
177
|
url: string;
|
|
172
178
|
imageIntervalS: number;
|
|
179
|
+
} | {
|
|
180
|
+
type: "none";
|
|
173
181
|
};
|
|
174
182
|
input: {
|
|
175
183
|
type: "RTSP_URL";
|
|
@@ -192,6 +200,8 @@ export declare const windySchema: z.ZodObject<{
|
|
|
192
200
|
type: "images";
|
|
193
201
|
url: string;
|
|
194
202
|
imageIntervalS: number;
|
|
203
|
+
} | {
|
|
204
|
+
type: "none";
|
|
195
205
|
};
|
|
196
206
|
input: {
|
|
197
207
|
type: "RTSP_URL";
|
|
@@ -311,6 +321,8 @@ export declare const windySchema: z.ZodObject<{
|
|
|
311
321
|
type: "images";
|
|
312
322
|
url: string;
|
|
313
323
|
imageIntervalS: number;
|
|
324
|
+
} | {
|
|
325
|
+
type: "none";
|
|
314
326
|
};
|
|
315
327
|
input: {
|
|
316
328
|
type: "RTSP_URL";
|
|
@@ -385,6 +397,8 @@ export declare const windySchema: z.ZodObject<{
|
|
|
385
397
|
type: "images";
|
|
386
398
|
url: string;
|
|
387
399
|
imageIntervalS: number;
|
|
400
|
+
} | {
|
|
401
|
+
type: "none";
|
|
388
402
|
};
|
|
389
403
|
input: {
|
|
390
404
|
type: "RTSP_URL";
|
|
@@ -128,6 +128,12 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
128
128
|
type: "images";
|
|
129
129
|
url: string;
|
|
130
130
|
imageIntervalS: number;
|
|
131
|
+
}>, z.ZodObject<{
|
|
132
|
+
type: z.ZodLiteral<"none">;
|
|
133
|
+
}, "strip", z.ZodTypeAny, {
|
|
134
|
+
type: "none";
|
|
135
|
+
}, {
|
|
136
|
+
type: "none";
|
|
131
137
|
}>]>;
|
|
132
138
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
133
139
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -170,6 +176,8 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
170
176
|
type: "images";
|
|
171
177
|
url: string;
|
|
172
178
|
imageIntervalS: number;
|
|
179
|
+
} | {
|
|
180
|
+
type: "none";
|
|
173
181
|
};
|
|
174
182
|
input: {
|
|
175
183
|
type: "RTSP_URL";
|
|
@@ -192,6 +200,8 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
192
200
|
type: "images";
|
|
193
201
|
url: string;
|
|
194
202
|
imageIntervalS: number;
|
|
203
|
+
} | {
|
|
204
|
+
type: "none";
|
|
195
205
|
};
|
|
196
206
|
input: {
|
|
197
207
|
type: "RTSP_URL";
|
|
@@ -322,6 +332,8 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
322
332
|
type: "images";
|
|
323
333
|
url: string;
|
|
324
334
|
imageIntervalS: number;
|
|
335
|
+
} | {
|
|
336
|
+
type: "none";
|
|
325
337
|
};
|
|
326
338
|
input: {
|
|
327
339
|
type: "RTSP_URL";
|
|
@@ -407,6 +419,8 @@ export declare const youtubeSchema: z.ZodObject<{
|
|
|
407
419
|
type: "images";
|
|
408
420
|
url: string;
|
|
409
421
|
imageIntervalS: number;
|
|
422
|
+
} | {
|
|
423
|
+
type: "none";
|
|
410
424
|
};
|
|
411
425
|
input: {
|
|
412
426
|
type: "RTSP_URL";
|