@dolbyio/dolbyio-rest-apis-client
Version:
Node.JS wrapper for the Dolby OptiView REST APIs
504 lines (492 loc) • 24.2 kB
JavaScript
;
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.validateStorageProfile = exports.updateStorageProfile = exports.updateAccountSecuritySettings = exports.updateAccountMediaAssetsExpirationRules = exports.updateAccountDistributionSettings = exports.readAccountSecuritySettings = exports.readAccountMediaAssetsExpirationRules = exports.readAccountDistributionSettings = exports.listStorageProfiles = exports.getStorageProfile = exports.deleteStorageProfile = exports.createStorageProfile = void 0;
var _httpHelpers = require("./internal/httpHelpers");
var Urls = _interopRequireWildcard(require("../urls"));
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); }
function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); } r ? i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2)); }, _regeneratorDefine2(e, r, n, t); }
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
/**
* ## Get Account Media Assets Expiration Rule
*
* Get account level expiration rule for various media asset types.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-get-expiration-rules/}
*
* @param apiSecret The API Secret used to authenticate this request.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link AccountMediaAssetsExpirationRules} object.
*/
var readAccountMediaAssetsExpirationRules = exports.readAccountMediaAssetsExpirationRules = /*#__PURE__*/function () {
var _ref = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(apiSecret) {
var options;
return _regenerator().w(function (_context) {
while (1) switch (_context.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: '/api/v3/account/media/expiration',
headers: {
Accept: 'application/json',
Authorization: "Bearer ".concat(apiSecret)
}
};
_context.n = 1;
return (0, _httpHelpers.sendGet)(options);
case 1:
return _context.a(2, _context.v);
}
}, _callee);
}));
return function readAccountMediaAssetsExpirationRules(_x) {
return _ref.apply(this, arguments);
};
}();
/**
* ## Update Account Media Assets Expiration Rules
*
* Update account level expiration rule for various media asset types.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-update-expiration-rules/}
*
* @param apiSecret The API Secret used to authenticate this request.
* @param settings The new account media assets expiration rules.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link AccountMediaAssetsExpirationRules} object.
*/
var updateAccountMediaAssetsExpirationRules = exports.updateAccountMediaAssetsExpirationRules = /*#__PURE__*/function () {
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(apiSecret, settings) {
var options;
return _regenerator().w(function (_context2) {
while (1) switch (_context2.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: '/api/v3/account/media/expiration',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
Authorization: "Bearer ".concat(apiSecret)
},
body: JSON.stringify(settings)
};
_context2.n = 1;
return (0, _httpHelpers.sendPost)(options);
case 1:
return _context2.a(2, _context2.v);
}
}, _callee2);
}));
return function updateAccountMediaAssetsExpirationRules(_x2, _x3) {
return _ref2.apply(this, arguments);
};
}();
/**
* ## List Storage Profiles
*
* List all storage profiles created on your account.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-list-storage-profiles/}
*
* @param apiSecret The API Secret used to authenticate this request.
* @param options Options to sort the response.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives an array of {@link StorageProfile} objects.
*/
var listStorageProfiles = exports.listStorageProfiles = /*#__PURE__*/function () {
var _ref3 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3(apiSecret, options) {
var _options$isDescending;
var params, queryOptions;
return _regenerator().w(function (_context3) {
while (1) switch (_context3.n) {
case 0:
params = {
sortBy: options.sortBy,
page: options.page.toString(),
itemsOnPage: options.itemsOnPage.toString(),
isDescending: ((_options$isDescending = options.isDescending) !== null && _options$isDescending !== void 0 ? _options$isDescending : false).toString()
};
if (options["default"]) {
params['default'] = options["default"].toString();
}
queryOptions = {
hostname: Urls.getRtsHostname(),
path: '/api/v3/account/media/storage',
params: params,
headers: {
Accept: 'application/json',
Authorization: "Bearer ".concat(apiSecret)
}
};
_context3.n = 1;
return (0, _httpHelpers.sendGet)(queryOptions);
case 1:
return _context3.a(2, _context3.v);
}
}, _callee3);
}));
return function listStorageProfiles(_x4, _x5) {
return _ref3.apply(this, arguments);
};
}();
/**
* ## Create Storage Profile
*
* Create a storage profile identifying the configuration for a cloud storage provider that can receive media assets when they are finished processing.
* Only one storage profile will be set as a default for the entire account,
* otherwise you may specify a storage location using the `storageProfileId` on any individual media clip request.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-create-storage-profile/}
*
* @param apiSecret The API Secret used to authenticate this request.
* @param storageProfile Information about the new storage profile.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link PublishToken} object.
*/
var createStorageProfile = exports.createStorageProfile = /*#__PURE__*/function () {
var _ref4 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee4(apiSecret, storageProfile) {
var options;
return _regenerator().w(function (_context4) {
while (1) switch (_context4.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: '/api/v3/account/media/storage',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
Authorization: "Bearer ".concat(apiSecret)
},
body: JSON.stringify(storageProfile)
};
_context4.n = 1;
return (0, _httpHelpers.sendPost)(options);
case 1:
return _context4.a(2, _context4.v);
}
}, _callee4);
}));
return function createStorageProfile(_x6, _x7) {
return _ref4.apply(this, arguments);
};
}();
/**
* ## Delete Storage Profile
*
* Specify the id of a storage profile you wish to delete.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-delete-storage-profile/}
*
* @param apiSecret The API Secret used to authenticate this request.
* @param storageProfileId Identifier of the storage profile to delete.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a flag to indicate if the operation succeeded or not.
*/
var deleteStorageProfile = exports.deleteStorageProfile = /*#__PURE__*/function () {
var _ref5 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee5(apiSecret, storageProfileId) {
var options;
return _regenerator().w(function (_context5) {
while (1) switch (_context5.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: "/api/v3/account/media/storage/".concat(storageProfileId),
headers: {
Accept: 'application/json',
Authorization: "Bearer ".concat(apiSecret)
}
};
_context5.n = 1;
return (0, _httpHelpers.sendDelete)(options);
case 1:
return _context5.a(2, _context5.v);
}
}, _callee5);
}));
return function deleteStorageProfile(_x8, _x9) {
return _ref5.apply(this, arguments);
};
}();
/**
* ## Get Storage Profile
*
* Get details of a saved storage profile.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-get-storage-profile/}
*
* @param apiSecret The API Secret used to authenticate this request.
* @param storageProfileId Identifier of the storage profile to read.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link StorageProfile} object.
*/
var getStorageProfile = exports.getStorageProfile = /*#__PURE__*/function () {
var _ref6 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee6(apiSecret, storageProfileId) {
var options;
return _regenerator().w(function (_context6) {
while (1) switch (_context6.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: "/api/v3/account/media/storage/".concat(storageProfileId),
headers: {
Accept: 'application/json',
Authorization: "Bearer ".concat(apiSecret)
}
};
_context6.n = 1;
return (0, _httpHelpers.sendGet)(options);
case 1:
return _context6.a(2, _context6.v);
}
}, _callee6);
}));
return function getStorageProfile(_x0, _x1) {
return _ref6.apply(this, arguments);
};
}();
/**
* ## Updates the storage profile
*
* Change the details of a storage profile.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-update-storage-profile/}
*
* @param apiSecret The API Secret used to authenticate this request.
* @param storageProfileId Identifier of the storage profile to update.
* @param storageProfile Settings of the torage profile to update.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link StorageProfile} object.
*/
var updateStorageProfile = exports.updateStorageProfile = /*#__PURE__*/function () {
var _ref7 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee7(apiSecret, storageProfileId, storageProfile) {
var options;
return _regenerator().w(function (_context7) {
while (1) switch (_context7.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: "/api/v3/account/media/storage/".concat(storageProfileId),
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
Authorization: "Bearer ".concat(apiSecret)
},
body: JSON.stringify(storageProfile)
};
_context7.n = 1;
return (0, _httpHelpers.sendPut)(options);
case 1:
return _context7.a(2, _context7.v);
}
}, _callee7);
}));
return function updateStorageProfile(_x10, _x11, _x12) {
return _ref7.apply(this, arguments);
};
}();
/**
* ## Validate Third Party Storage Setup
*
* Validates third party storage is configured with permissions for Dolby.io to upload media assets.
*
* To track the validation result, keep note of the the `id` returned in the response body.
* If correctly configured, when calling {@link read | Read Media Asset}, the response should return a successful entry with `id` matching the `id`.
* Run once to validate write permissions. If successful, optionally run a second time to confirm that overwriting is allowed.
*
* Note that validation results are only available for 1 hour.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-validate-third-party-storage/}
*
* @param apiSecret The API Secret used to authenticate this request.
* @param storageProfile Information about the new storage profile to validate.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link PublishToken} object.
*/
var validateStorageProfile = exports.validateStorageProfile = /*#__PURE__*/function () {
var _ref8 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee8(apiSecret, storageProfile) {
var options;
return _regenerator().w(function (_context8) {
while (1) switch (_context8.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: '/api/v3/account/media/storage',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
Authorization: "Bearer ".concat(apiSecret)
},
body: JSON.stringify(storageProfile)
};
_context8.n = 1;
return (0, _httpHelpers.sendPost)(options);
case 1:
return _context8.a(2, _context8.v);
}
}, _callee8);
}));
return function validateStorageProfile(_x13, _x14) {
return _ref8.apply(this, arguments);
};
}();
/**
* ## Read Account Distribution Settings
*
* Gets account wide distribution settings.
* Whenever publish tokens are created, these will be the default settings used for features that impact how streams are distributed.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-get-account-distribution/}
*
* @param apiSecret The API Secret used to authenticate this request.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link AccountDistributionSettings} object.
*/
var readAccountDistributionSettings = exports.readAccountDistributionSettings = /*#__PURE__*/function () {
var _ref9 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee9(apiSecret) {
var options;
return _regenerator().w(function (_context9) {
while (1) switch (_context9.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: '/api/v3/account/distribution',
headers: {
Accept: 'application/json',
Authorization: "Bearer ".concat(apiSecret)
}
};
_context9.n = 1;
return (0, _httpHelpers.sendGet)(options);
case 1:
return _context9.a(2, _context9.v);
}
}, _callee9);
}));
return function readAccountDistributionSettings(_x15) {
return _ref9.apply(this, arguments);
};
}();
/**
* ## Update Account Distribution Settings
*
* Update account wide distribution settings to enable/disable the feature or update the account default cluster list.
* Whenever publish tokens are created, these will be the default settings used for features that impact how streams are distributed.
* `["all"]` could be used in place of cluster list to cascade stream to all existing and any future clusters available to the account.
* Empty cluster list is not allowed when enabling account wide distribution settings.
* Cluster list is translated to `["all"]` clusters if not specified or set to null.
* Cluster list is ignored when geo cascade is disabled.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-update-account-distribution/}
*
* @param apiSecret The API Secret used to authenticate this request.
* @param settings The new account distribution settings.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link AccountDistributionSettings} object.
*/
var updateAccountDistributionSettings = exports.updateAccountDistributionSettings = /*#__PURE__*/function () {
var _ref0 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee0(apiSecret, settings) {
var options;
return _regenerator().w(function (_context0) {
while (1) switch (_context0.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: '/api/account/geo_cascade',
headers: {
Accept: 'application/json',
Authorization: "Bearer ".concat(apiSecret)
},
body: JSON.stringify(settings)
};
_context0.n = 1;
return (0, _httpHelpers.sendPut)(options);
case 1:
return _context0.a(2, _context0.v);
}
}, _callee0);
}));
return function updateAccountDistributionSettings(_x16, _x17) {
return _ref0.apply(this, arguments);
};
}();
/**
* ## Read Account Security Settings
*
* Gets account wide security settings.
* If a Token (either Publish or Subscribe) does not define any security settings, the account wide rules are used.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-get-account-security/}
*
* @param apiSecret The API Secret used to authenticate this request.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link AccountSecuritySettings} object.
*/
var readAccountSecuritySettings = exports.readAccountSecuritySettings = /*#__PURE__*/function () {
var _ref1 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee1(apiSecret) {
var options;
return _regenerator().w(function (_context1) {
while (1) switch (_context1.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: '/api/v3/account/security',
headers: {
Accept: 'application/json',
Authorization: "Bearer ".concat(apiSecret)
}
};
_context1.n = 1;
return (0, _httpHelpers.sendGet)(options);
case 1:
return _context1.a(2, _context1.v);
}
}, _callee1);
}));
return function readAccountSecuritySettings(_x18) {
return _ref1.apply(this, arguments);
};
}();
/**
* ## Update Account Security Settings
*
* Update account wide security settings. Updated to an empty array `[]` removes all rules of that type.
*
* @see {@link https://optiview.dolby.com/docs/millicast/api/account-update-account-security/}
*
* @param apiSecret The API Secret used to authenticate this request.
* @param settings The new account security settings.
*
* @returns A {@link !Promise Promise} whose fulfillment handler receives a {@link AccountSecuritySettings} object.
*/
var updateAccountSecuritySettings = exports.updateAccountSecuritySettings = /*#__PURE__*/function () {
var _ref10 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee10(apiSecret, settings) {
var options;
return _regenerator().w(function (_context10) {
while (1) switch (_context10.n) {
case 0:
options = {
hostname: Urls.getRtsHostname(),
path: '/api/v3/account/security',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
Authorization: "Bearer ".concat(apiSecret)
},
body: JSON.stringify(settings)
};
_context10.n = 1;
return (0, _httpHelpers.sendPost)(options);
case 1:
return _context10.a(2, _context10.v);
}
}, _callee10);
}));
return function updateAccountSecuritySettings(_x19, _x20) {
return _ref10.apply(this, arguments);
};
}();