camstreamerlib 4.0.0-beta.123 → 4.0.0-beta.125
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/PlaneTrackerAPI.d.ts +1 -0
- package/cjs/PlaneTrackerAPI.js +3 -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/PlaneTrackerAPI.js +3 -0
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +3 -0
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +80 -0
- package/types/PlaneTrackerAPI.d.ts +1 -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
|
@@ -151,6 +151,12 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
151
151
|
type: "images";
|
|
152
152
|
url: string;
|
|
153
153
|
imageIntervalS: number;
|
|
154
|
+
}>, z.ZodObject<{
|
|
155
|
+
type: z.ZodLiteral<"none">;
|
|
156
|
+
}, "strip", z.ZodTypeAny, {
|
|
157
|
+
type: "none";
|
|
158
|
+
}, {
|
|
159
|
+
type: "none";
|
|
154
160
|
}>]>;
|
|
155
161
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
156
162
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -193,6 +199,8 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
193
199
|
type: "images";
|
|
194
200
|
url: string;
|
|
195
201
|
imageIntervalS: number;
|
|
202
|
+
} | {
|
|
203
|
+
type: "none";
|
|
196
204
|
};
|
|
197
205
|
input: {
|
|
198
206
|
type: "RTSP_URL";
|
|
@@ -215,6 +223,8 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
215
223
|
type: "images";
|
|
216
224
|
url: string;
|
|
217
225
|
imageIntervalS: number;
|
|
226
|
+
} | {
|
|
227
|
+
type: "none";
|
|
218
228
|
};
|
|
219
229
|
input: {
|
|
220
230
|
type: "RTSP_URL";
|
|
@@ -363,6 +373,8 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
363
373
|
type: "images";
|
|
364
374
|
url: string;
|
|
365
375
|
imageIntervalS: number;
|
|
376
|
+
} | {
|
|
377
|
+
type: "none";
|
|
366
378
|
};
|
|
367
379
|
input: {
|
|
368
380
|
type: "RTSP_URL";
|
|
@@ -447,6 +459,8 @@ export declare const facebookSchema: z.ZodObject<{
|
|
|
447
459
|
type: "images";
|
|
448
460
|
url: string;
|
|
449
461
|
imageIntervalS: number;
|
|
462
|
+
} | {
|
|
463
|
+
type: "none";
|
|
450
464
|
};
|
|
451
465
|
input: {
|
|
452
466
|
type: "RTSP_URL";
|
|
@@ -128,6 +128,12 @@ export declare const streamCommonSchema: 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 streamCommonSchema: 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 streamCommonSchema: 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";
|
|
@@ -309,6 +319,8 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
309
319
|
type: "images";
|
|
310
320
|
url: string;
|
|
311
321
|
imageIntervalS: number;
|
|
322
|
+
} | {
|
|
323
|
+
type: "none";
|
|
312
324
|
};
|
|
313
325
|
input: {
|
|
314
326
|
type: "RTSP_URL";
|
|
@@ -382,6 +394,8 @@ export declare const streamCommonSchema: z.ZodObject<{
|
|
|
382
394
|
type: "images";
|
|
383
395
|
url: string;
|
|
384
396
|
imageIntervalS: number;
|
|
397
|
+
} | {
|
|
398
|
+
type: "none";
|
|
385
399
|
};
|
|
386
400
|
input: {
|
|
387
401
|
type: "RTSP_URL";
|