@evergis/api 4.1.15 → 4.1.17
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/LICENSE +21 -21
- package/README.md +11 -11
- package/dist/__generated__/CamerasService.d.ts +1 -1
- package/dist/__generated__/data-contracts.d.ts +52 -23
- package/dist/api.esm.js +16 -1
- package/dist/api.esm.js.map +1 -1
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5575,6 +5575,21 @@ exports.PolicyType = void 0;
|
|
|
5575
5575
|
PolicyType["MaxEqlQueryParametersValues"] = "MaxEqlQueryParametersValues";
|
|
5576
5576
|
})(exports.PolicyType || (exports.PolicyType = {}));
|
|
5577
5577
|
/**
|
|
5578
|
+
* Stream quality.
|
|
5579
|
+
|
|
5580
|
+
Low
|
|
5581
|
+
|
|
5582
|
+
Medium
|
|
5583
|
+
|
|
5584
|
+
High
|
|
5585
|
+
*/
|
|
5586
|
+
exports.Quality = void 0;
|
|
5587
|
+
(function (Quality) {
|
|
5588
|
+
Quality["Low"] = "Low";
|
|
5589
|
+
Quality["Medium"] = "Medium";
|
|
5590
|
+
Quality["High"] = "High";
|
|
5591
|
+
})(exports.Quality || (exports.Quality = {}));
|
|
5592
|
+
/**
|
|
5578
5593
|
*
|
|
5579
5594
|
|
|
5580
5595
|
Init
|