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.
- package/cjs/CamStreamerAPI.d.ts +120 -40
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +1020 -340
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +21 -7
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +21 -7
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +4 -1
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +378 -126
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +21 -7
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +21 -7
- package/cjs/types/PlaneTrackerAPI.d.ts +2 -2
- package/cjs/types/PlaneTrackerAPI.js +1 -1
- package/cjs/types/ws/PlaneTrackerEvents.d.ts +3 -3
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +4 -1
- package/esm/types/PlaneTrackerAPI.js +1 -1
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +120 -40
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +1020 -340
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +21 -7
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +21 -7
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +378 -126
- package/types/types/CamStreamerAPI/windySchema.d.ts +21 -7
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +21 -7
- package/types/types/PlaneTrackerAPI.d.ts +2 -2
- package/types/types/ws/PlaneTrackerEvents.d.ts +3 -3
|
@@ -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.
|
|
160
|
+
type: z.ZodLiteral<"CSw">;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
type: "CSw"
|
|
162
|
+
type: "CSw";
|
|
163
163
|
}, {
|
|
164
|
-
type: "CSw"
|
|
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"
|
|
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"
|
|
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"
|
|
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"
|
|
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.
|
|
137
|
+
type: z.ZodLiteral<"CSw">;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
type: "CSw"
|
|
139
|
+
type: "CSw";
|
|
140
140
|
}, {
|
|
141
|
-
type: "CSw"
|
|
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"
|
|
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"
|
|
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"
|
|
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"
|
|
380
|
+
type: "CSw";
|
|
381
|
+
} | {
|
|
382
|
+
type: "CRS";
|
|
369
383
|
};
|
|
370
384
|
streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
|
|
371
385
|
internalVapixParameters: string;
|