camstreamerlib 4.0.0-beta.133 → 4.0.0-beta.134

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.
@@ -54,11 +54,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
54
54
  video: {
55
55
  output: {
56
56
  type: "video";
57
- url: string;
57
+ url: string | null;
58
58
  parameters: string;
59
59
  } | {
60
60
  type: "images";
61
- url: string;
61
+ url: string | null;
62
62
  imageIntervalS: number;
63
63
  } | {
64
64
  type: "none";
@@ -132,11 +132,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
132
132
  video: {
133
133
  output: {
134
134
  type: "video";
135
- url: string;
135
+ url: string | null;
136
136
  parameters: string;
137
137
  } | {
138
138
  type: "images";
139
- url: string;
139
+ url: string | null;
140
140
  imageIntervalS: number;
141
141
  } | {
142
142
  type: "none";
@@ -207,11 +207,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
207
207
  video: {
208
208
  output: {
209
209
  type: "video";
210
- url: string;
210
+ url: string | null;
211
211
  parameters: string;
212
212
  } | {
213
213
  type: "images";
214
- url: string;
214
+ url: string | null;
215
215
  imageIntervalS: number;
216
216
  } | {
217
217
  type: "none";
@@ -294,11 +294,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
294
294
  video: {
295
295
  output: {
296
296
  type: "video";
297
- url: string;
297
+ url: string | null;
298
298
  parameters: string;
299
299
  } | {
300
300
  type: "images";
301
- url: string;
301
+ url: string | null;
302
302
  imageIntervalS: number;
303
303
  } | {
304
304
  type: "none";
@@ -369,11 +369,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
369
369
  video: {
370
370
  output: {
371
371
  type: "video";
372
- url: string;
372
+ url: string | null;
373
373
  parameters: string;
374
374
  } | {
375
375
  type: "images";
376
- url: string;
376
+ url: string | null;
377
377
  imageIntervalS: number;
378
378
  } | {
379
379
  type: "none";
@@ -444,11 +444,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
444
444
  video: {
445
445
  output: {
446
446
  type: "video";
447
- url: string;
447
+ url: string | null;
448
448
  parameters: string;
449
449
  } | {
450
450
  type: "images";
451
- url: string;
451
+ url: string | null;
452
452
  imageIntervalS: number;
453
453
  } | {
454
454
  type: "none";
@@ -519,11 +519,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
519
519
  video: {
520
520
  output: {
521
521
  type: "video";
522
- url: string;
522
+ url: string | null;
523
523
  parameters: string;
524
524
  } | {
525
525
  type: "images";
526
- url: string;
526
+ url: string | null;
527
527
  imageIntervalS: number;
528
528
  } | {
529
529
  type: "none";
@@ -594,11 +594,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
594
594
  video: {
595
595
  output: {
596
596
  type: "video";
597
- url: string;
597
+ url: string | null;
598
598
  parameters: string;
599
599
  } | {
600
600
  type: "images";
601
- url: string;
601
+ url: string | null;
602
602
  imageIntervalS: number;
603
603
  } | {
604
604
  type: "none";
@@ -669,11 +669,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
669
669
  video: {
670
670
  output: {
671
671
  type: "video";
672
- url: string;
672
+ url: string | null;
673
673
  parameters: string;
674
674
  } | {
675
675
  type: "images";
676
- url: string;
676
+ url: string | null;
677
677
  imageIntervalS: number;
678
678
  } | {
679
679
  type: "none";
@@ -744,11 +744,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
744
744
  video: {
745
745
  output: {
746
746
  type: "video";
747
- url: string;
747
+ url: string | null;
748
748
  parameters: string;
749
749
  } | {
750
750
  type: "images";
751
- url: string;
751
+ url: string | null;
752
752
  imageIntervalS: number;
753
753
  } | {
754
754
  type: "none";
@@ -819,11 +819,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
819
819
  video: {
820
820
  output: {
821
821
  type: "video";
822
- url: string;
822
+ url: string | null;
823
823
  parameters: string;
824
824
  } | {
825
825
  type: "images";
826
- url: string;
826
+ url: string | null;
827
827
  imageIntervalS: number;
828
828
  } | {
829
829
  type: "none";
@@ -894,11 +894,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
894
894
  video: {
895
895
  output: {
896
896
  type: "video";
897
- url: string;
897
+ url: string | null;
898
898
  parameters: string;
899
899
  } | {
900
900
  type: "images";
901
- url: string;
901
+ url: string | null;
902
902
  imageIntervalS: number;
903
903
  } | {
904
904
  type: "none";
@@ -969,11 +969,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
969
969
  video: {
970
970
  output: {
971
971
  type: "video";
972
- url: string;
972
+ url: string | null;
973
973
  parameters: string;
974
974
  } | {
975
975
  type: "images";
976
- url: string;
976
+ url: string | null;
977
977
  imageIntervalS: number;
978
978
  } | {
979
979
  type: "none";
@@ -1044,11 +1044,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1044
1044
  video: {
1045
1045
  output: {
1046
1046
  type: "video";
1047
- url: string;
1047
+ url: string | null;
1048
1048
  parameters: string;
1049
1049
  } | {
1050
1050
  type: "images";
1051
- url: string;
1051
+ url: string | null;
1052
1052
  imageIntervalS: number;
1053
1053
  } | {
1054
1054
  type: "none";
@@ -1119,11 +1119,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1119
1119
  video: {
1120
1120
  output: {
1121
1121
  type: "video";
1122
- url: string;
1122
+ url: string | null;
1123
1123
  parameters: string;
1124
1124
  } | {
1125
1125
  type: "images";
1126
- url: string;
1126
+ url: string | null;
1127
1127
  imageIntervalS: number;
1128
1128
  } | {
1129
1129
  type: "none";
@@ -1194,11 +1194,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1194
1194
  video: {
1195
1195
  output: {
1196
1196
  type: "video";
1197
- url: string;
1197
+ url: string | null;
1198
1198
  parameters: string;
1199
1199
  } | {
1200
1200
  type: "images";
1201
- url: string;
1201
+ url: string | null;
1202
1202
  imageIntervalS: number;
1203
1203
  } | {
1204
1204
  type: "none";
@@ -1269,11 +1269,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1269
1269
  video: {
1270
1270
  output: {
1271
1271
  type: "video";
1272
- url: string;
1272
+ url: string | null;
1273
1273
  parameters: string;
1274
1274
  } | {
1275
1275
  type: "images";
1276
- url: string;
1276
+ url: string | null;
1277
1277
  imageIntervalS: number;
1278
1278
  } | {
1279
1279
  type: "none";
@@ -1344,11 +1344,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1344
1344
  video: {
1345
1345
  output: {
1346
1346
  type: "video";
1347
- url: string;
1347
+ url: string | null;
1348
1348
  parameters: string;
1349
1349
  } | {
1350
1350
  type: "images";
1351
- url: string;
1351
+ url: string | null;
1352
1352
  imageIntervalS: number;
1353
1353
  } | {
1354
1354
  type: "none";
@@ -1419,11 +1419,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1419
1419
  video: {
1420
1420
  output: {
1421
1421
  type: "video";
1422
- url: string;
1422
+ url: string | null;
1423
1423
  parameters: string;
1424
1424
  } | {
1425
1425
  type: "images";
1426
- url: string;
1426
+ url: string | null;
1427
1427
  imageIntervalS: number;
1428
1428
  } | {
1429
1429
  type: "none";
@@ -1494,11 +1494,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1494
1494
  video: {
1495
1495
  output: {
1496
1496
  type: "video";
1497
- url: string;
1497
+ url: string | null;
1498
1498
  parameters: string;
1499
1499
  } | {
1500
1500
  type: "images";
1501
- url: string;
1501
+ url: string | null;
1502
1502
  imageIntervalS: number;
1503
1503
  } | {
1504
1504
  type: "none";
@@ -1578,11 +1578,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1578
1578
  video: {
1579
1579
  output: {
1580
1580
  type: "video";
1581
- url: string;
1581
+ url: string | null;
1582
1582
  parameters: string;
1583
1583
  } | {
1584
1584
  type: "images";
1585
- url: string;
1585
+ url: string | null;
1586
1586
  imageIntervalS: number;
1587
1587
  } | {
1588
1588
  type: "none";
@@ -1656,11 +1656,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1656
1656
  video: {
1657
1657
  output: {
1658
1658
  type: "video";
1659
- url: string;
1659
+ url: string | null;
1660
1660
  parameters: string;
1661
1661
  } | {
1662
1662
  type: "images";
1663
- url: string;
1663
+ url: string | null;
1664
1664
  imageIntervalS: number;
1665
1665
  } | {
1666
1666
  type: "none";
@@ -1731,11 +1731,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1731
1731
  video: {
1732
1732
  output: {
1733
1733
  type: "video";
1734
- url: string;
1734
+ url: string | null;
1735
1735
  parameters: string;
1736
1736
  } | {
1737
1737
  type: "images";
1738
- url: string;
1738
+ url: string | null;
1739
1739
  imageIntervalS: number;
1740
1740
  } | {
1741
1741
  type: "none";
@@ -1818,11 +1818,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1818
1818
  video: {
1819
1819
  output: {
1820
1820
  type: "video";
1821
- url: string;
1821
+ url: string | null;
1822
1822
  parameters: string;
1823
1823
  } | {
1824
1824
  type: "images";
1825
- url: string;
1825
+ url: string | null;
1826
1826
  imageIntervalS: number;
1827
1827
  } | {
1828
1828
  type: "none";
@@ -1893,11 +1893,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1893
1893
  video: {
1894
1894
  output: {
1895
1895
  type: "video";
1896
- url: string;
1896
+ url: string | null;
1897
1897
  parameters: string;
1898
1898
  } | {
1899
1899
  type: "images";
1900
- url: string;
1900
+ url: string | null;
1901
1901
  imageIntervalS: number;
1902
1902
  } | {
1903
1903
  type: "none";
@@ -1968,11 +1968,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1968
1968
  video: {
1969
1969
  output: {
1970
1970
  type: "video";
1971
- url: string;
1971
+ url: string | null;
1972
1972
  parameters: string;
1973
1973
  } | {
1974
1974
  type: "images";
1975
- url: string;
1975
+ url: string | null;
1976
1976
  imageIntervalS: number;
1977
1977
  } | {
1978
1978
  type: "none";
@@ -2043,11 +2043,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2043
2043
  video: {
2044
2044
  output: {
2045
2045
  type: "video";
2046
- url: string;
2046
+ url: string | null;
2047
2047
  parameters: string;
2048
2048
  } | {
2049
2049
  type: "images";
2050
- url: string;
2050
+ url: string | null;
2051
2051
  imageIntervalS: number;
2052
2052
  } | {
2053
2053
  type: "none";
@@ -2118,11 +2118,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2118
2118
  video: {
2119
2119
  output: {
2120
2120
  type: "video";
2121
- url: string;
2121
+ url: string | null;
2122
2122
  parameters: string;
2123
2123
  } | {
2124
2124
  type: "images";
2125
- url: string;
2125
+ url: string | null;
2126
2126
  imageIntervalS: number;
2127
2127
  } | {
2128
2128
  type: "none";
@@ -2193,11 +2193,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2193
2193
  video: {
2194
2194
  output: {
2195
2195
  type: "video";
2196
- url: string;
2196
+ url: string | null;
2197
2197
  parameters: string;
2198
2198
  } | {
2199
2199
  type: "images";
2200
- url: string;
2200
+ url: string | null;
2201
2201
  imageIntervalS: number;
2202
2202
  } | {
2203
2203
  type: "none";
@@ -2268,11 +2268,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2268
2268
  video: {
2269
2269
  output: {
2270
2270
  type: "video";
2271
- url: string;
2271
+ url: string | null;
2272
2272
  parameters: string;
2273
2273
  } | {
2274
2274
  type: "images";
2275
- url: string;
2275
+ url: string | null;
2276
2276
  imageIntervalS: number;
2277
2277
  } | {
2278
2278
  type: "none";
@@ -2343,11 +2343,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2343
2343
  video: {
2344
2344
  output: {
2345
2345
  type: "video";
2346
- url: string;
2346
+ url: string | null;
2347
2347
  parameters: string;
2348
2348
  } | {
2349
2349
  type: "images";
2350
- url: string;
2350
+ url: string | null;
2351
2351
  imageIntervalS: number;
2352
2352
  } | {
2353
2353
  type: "none";
@@ -2418,11 +2418,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2418
2418
  video: {
2419
2419
  output: {
2420
2420
  type: "video";
2421
- url: string;
2421
+ url: string | null;
2422
2422
  parameters: string;
2423
2423
  } | {
2424
2424
  type: "images";
2425
- url: string;
2425
+ url: string | null;
2426
2426
  imageIntervalS: number;
2427
2427
  } | {
2428
2428
  type: "none";
@@ -2493,11 +2493,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2493
2493
  video: {
2494
2494
  output: {
2495
2495
  type: "video";
2496
- url: string;
2496
+ url: string | null;
2497
2497
  parameters: string;
2498
2498
  } | {
2499
2499
  type: "images";
2500
- url: string;
2500
+ url: string | null;
2501
2501
  imageIntervalS: number;
2502
2502
  } | {
2503
2503
  type: "none";
@@ -2568,11 +2568,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2568
2568
  video: {
2569
2569
  output: {
2570
2570
  type: "video";
2571
- url: string;
2571
+ url: string | null;
2572
2572
  parameters: string;
2573
2573
  } | {
2574
2574
  type: "images";
2575
- url: string;
2575
+ url: string | null;
2576
2576
  imageIntervalS: number;
2577
2577
  } | {
2578
2578
  type: "none";
@@ -2643,11 +2643,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2643
2643
  video: {
2644
2644
  output: {
2645
2645
  type: "video";
2646
- url: string;
2646
+ url: string | null;
2647
2647
  parameters: string;
2648
2648
  } | {
2649
2649
  type: "images";
2650
- url: string;
2650
+ url: string | null;
2651
2651
  imageIntervalS: number;
2652
2652
  } | {
2653
2653
  type: "none";
@@ -2718,11 +2718,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2718
2718
  video: {
2719
2719
  output: {
2720
2720
  type: "video";
2721
- url: string;
2721
+ url: string | null;
2722
2722
  parameters: string;
2723
2723
  } | {
2724
2724
  type: "images";
2725
- url: string;
2725
+ url: string | null;
2726
2726
  imageIntervalS: number;
2727
2727
  } | {
2728
2728
  type: "none";
@@ -2793,11 +2793,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2793
2793
  video: {
2794
2794
  output: {
2795
2795
  type: "video";
2796
- url: string;
2796
+ url: string | null;
2797
2797
  parameters: string;
2798
2798
  } | {
2799
2799
  type: "images";
2800
- url: string;
2800
+ url: string | null;
2801
2801
  imageIntervalS: number;
2802
2802
  } | {
2803
2803
  type: "none";
@@ -2868,11 +2868,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2868
2868
  video: {
2869
2869
  output: {
2870
2870
  type: "video";
2871
- url: string;
2871
+ url: string | null;
2872
2872
  parameters: string;
2873
2873
  } | {
2874
2874
  type: "images";
2875
- url: string;
2875
+ url: string | null;
2876
2876
  imageIntervalS: number;
2877
2877
  } | {
2878
2878
  type: "none";
@@ -2943,11 +2943,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2943
2943
  video: {
2944
2944
  output: {
2945
2945
  type: "video";
2946
- url: string;
2946
+ url: string | null;
2947
2947
  parameters: string;
2948
2948
  } | {
2949
2949
  type: "images";
2950
- url: string;
2950
+ url: string | null;
2951
2951
  imageIntervalS: number;
2952
2952
  } | {
2953
2953
  type: "none";
@@ -3018,11 +3018,11 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
3018
3018
  video: {
3019
3019
  output: {
3020
3020
  type: "video";
3021
- url: string;
3021
+ url: string | null;
3022
3022
  parameters: string;
3023
3023
  } | {
3024
3024
  type: "images";
3025
- url: string;
3025
+ url: string | null;
3026
3026
  imageIntervalS: number;
3027
3027
  } | {
3028
3028
  type: "none";