@dolbyio/dolbyio-rest-apis-client 5.1.0 → 5.1.1
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/README.md +3 -3
- package/dist/index.d.ts +1 -2
- package/dist/index.js +3 -5
- package/dist/internal/httpHelpers.d.ts +0 -2
- package/dist/internal/httpHelpers.js +14 -19
- package/dist/media/analyze.d.ts +1 -5
- package/dist/media/analyze.js +15 -25
- package/dist/media/analyzeMusic.d.ts +1 -5
- package/dist/media/analyzeMusic.js +15 -25
- package/dist/media/analyzeSpeech.d.ts +1 -5
- package/dist/media/analyzeSpeech.js +15 -25
- package/dist/media/authentication.d.ts +0 -2
- package/dist/media/authentication.js +10 -15
- package/dist/media/diagnose.d.ts +1 -5
- package/dist/media/diagnose.js +15 -25
- package/dist/media/enhance.d.ts +1 -5
- package/dist/media/enhance.js +15 -25
- package/dist/media/index.js +1 -2
- package/dist/media/internal/httpHelpers.js +1 -2
- package/dist/media/internal/jobsHelpers.js +20 -26
- package/dist/media/io.d.ts +0 -8
- package/dist/media/io.js +41 -64
- package/dist/media/jobs.d.ts +0 -6
- package/dist/media/jobs.js +30 -43
- package/dist/media/mastering.d.ts +2 -10
- package/dist/media/mastering.js +28 -48
- package/dist/media/transcode.d.ts +1 -5
- package/dist/media/transcode.js +15 -25
- package/dist/media/types/webhooks.d.ts +0 -1
- package/dist/media/webhooks.d.ts +0 -9
- package/dist/media/webhooks.js +40 -58
- package/dist/streaming/account.d.ts +12 -4
- package/dist/streaming/account.js +39 -43
- package/dist/streaming/assets.d.ts +6 -4
- package/dist/streaming/assets.js +42 -52
- package/dist/streaming/cluster.d.ts +2 -2
- package/dist/streaming/cluster.js +17 -23
- package/dist/streaming/director.d.ts +3 -3
- package/dist/streaming/director.js +18 -24
- package/dist/streaming/index.js +1 -2
- package/dist/streaming/internal/httpHelpers.js +39 -54
- package/dist/streaming/publishToken.d.ts +11 -9
- package/dist/streaming/publishToken.js +66 -88
- package/dist/streaming/recordFiles.d.ts +14 -6
- package/dist/streaming/recordFiles.js +49 -56
- package/dist/streaming/stream.d.ts +4 -4
- package/dist/streaming/stream.js +19 -25
- package/dist/streaming/subscribeToken.d.ts +8 -6
- package/dist/streaming/subscribeToken.js +42 -55
- package/dist/streaming/transcoders.d.ts +20 -20
- package/dist/streaming/transcoders.js +91 -121
- package/dist/streaming/types/asset.d.ts +4 -4
- package/dist/streaming/types/publishToken.d.ts +5 -5
- package/dist/streaming/types/subscribeToken.d.ts +1 -1
- package/dist/streaming/webhooks.d.ts +5 -5
- package/dist/streaming/webhooks.js +39 -54
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://github.com/DolbyIO/dolbyio-rest-apis-client-node)
|
|
7
7
|
[](https://api-references.dolby.io/dolbyio-rest-apis-client-node/)
|
|
8
8
|
|
|
9
|
-
Dolby.io REST APIs Client for Node.JS is wrapper for the [Dolby Millicast](https://
|
|
9
|
+
Dolby.io REST APIs Client for Node.JS is wrapper for the [Dolby Millicast](https://optiview.dolby.com/docs/millicast/api/millicast-api/) and Dolby.io Media REST APIs.
|
|
10
10
|
|
|
11
11
|
# Install this project
|
|
12
12
|
|
|
@@ -164,5 +164,5 @@ npm run docs
|
|
|
164
164
|
|
|
165
165
|
## Related Projects
|
|
166
166
|
|
|
167
|
-
-
|
|
168
|
-
-
|
|
167
|
+
- [TypeDoc](https://typedoc.org)
|
|
168
|
+
- [js-logger](https://github.com/jonnyreeves/js-logger)
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Media APIs.
|
|
3
|
-
* @link https://docs.dolby.io/media-apis/reference
|
|
4
3
|
*/
|
|
5
4
|
export * as media from './media';
|
|
6
5
|
/**
|
|
7
6
|
* Dolby Millicast APIs.
|
|
8
|
-
* @link https://
|
|
7
|
+
* @see {@link https://optiview.dolby.com/docs/millicast/api/millicast-api/}
|
|
9
8
|
*/
|
|
10
9
|
export * as streaming from './streaming';
|
|
11
10
|
/** @ignore */
|
package/dist/index.js
CHANGED
|
@@ -19,16 +19,14 @@ var _urls = _interopRequireWildcard(require("./urls"));
|
|
|
19
19
|
exports.urls = _urls;
|
|
20
20
|
var _jsLogger = _interopRequireDefault(require("js-logger"));
|
|
21
21
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
22
|
-
function
|
|
23
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
22
|
+
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); }
|
|
24
23
|
/**
|
|
25
24
|
* Media APIs.
|
|
26
|
-
* @link https://docs.dolby.io/media-apis/reference
|
|
27
25
|
*/
|
|
28
26
|
|
|
29
27
|
/**
|
|
30
28
|
* Dolby Millicast APIs.
|
|
31
|
-
* @link https://
|
|
29
|
+
* @see {@link https://optiview.dolby.com/docs/millicast/api/millicast-api/}
|
|
32
30
|
*/
|
|
33
31
|
|
|
34
32
|
/** @ignore */
|
|
@@ -36,4 +34,4 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
36
34
|
// Expose the logger to control when/where to log
|
|
37
35
|
|
|
38
36
|
/** Gets the version of this library. */
|
|
39
|
-
var version = exports.version = "5.1.
|
|
37
|
+
var version = exports.version = "5.1.1";
|
|
@@ -12,7 +12,8 @@ var _url = require("url");
|
|
|
12
12
|
var _index = require("../index");
|
|
13
13
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
14
14
|
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); }
|
|
15
|
-
function
|
|
15
|
+
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 }; })(); }
|
|
16
|
+
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); }
|
|
16
17
|
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); }
|
|
17
18
|
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); }); }; }
|
|
18
19
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -128,21 +129,18 @@ var sendPut = exports.sendPut = function sendPut(options) {
|
|
|
128
129
|
* @returns A JSON payload object through a {@link Promise}.
|
|
129
130
|
*/
|
|
130
131
|
var sendDelete = exports.sendDelete = /*#__PURE__*/function () {
|
|
131
|
-
var _ref = _asyncToGenerator(
|
|
132
|
+
var _ref = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(options) {
|
|
132
133
|
var sendRequestOptions;
|
|
133
|
-
return
|
|
134
|
-
while (1) switch (_context.
|
|
134
|
+
return _regenerator().w(function (_context) {
|
|
135
|
+
while (1) switch (_context.n) {
|
|
135
136
|
case 0:
|
|
136
137
|
sendRequestOptions = _objectSpread({
|
|
137
138
|
method: 'DELETE'
|
|
138
139
|
}, options);
|
|
139
|
-
_context.
|
|
140
|
+
_context.n = 1;
|
|
140
141
|
return sendRequest(sendRequestOptions);
|
|
141
|
-
case
|
|
142
|
-
return _context.
|
|
143
|
-
case 4:
|
|
144
|
-
case "end":
|
|
145
|
-
return _context.stop();
|
|
142
|
+
case 1:
|
|
143
|
+
return _context.a(2, _context.v);
|
|
146
144
|
}
|
|
147
145
|
}, _callee);
|
|
148
146
|
}));
|
|
@@ -159,21 +157,18 @@ var sendDelete = exports.sendDelete = /*#__PURE__*/function () {
|
|
|
159
157
|
* @returns A JSON payload object through a {@link Promise}.
|
|
160
158
|
*/
|
|
161
159
|
var sendPatch = exports.sendPatch = /*#__PURE__*/function () {
|
|
162
|
-
var _ref2 = _asyncToGenerator(
|
|
160
|
+
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(options) {
|
|
163
161
|
var sendRequestOptions;
|
|
164
|
-
return
|
|
165
|
-
while (1) switch (_context2.
|
|
162
|
+
return _regenerator().w(function (_context2) {
|
|
163
|
+
while (1) switch (_context2.n) {
|
|
166
164
|
case 0:
|
|
167
165
|
sendRequestOptions = _objectSpread({
|
|
168
166
|
method: 'PATCH'
|
|
169
167
|
}, options);
|
|
170
|
-
_context2.
|
|
168
|
+
_context2.n = 1;
|
|
171
169
|
return sendRequest(sendRequestOptions);
|
|
172
|
-
case
|
|
173
|
-
return _context2.
|
|
174
|
-
case 4:
|
|
175
|
-
case "end":
|
|
176
|
-
return _context2.stop();
|
|
170
|
+
case 1:
|
|
171
|
+
return _context2.a(2, _context2.v);
|
|
177
172
|
}
|
|
178
173
|
}, _callee2);
|
|
179
174
|
}));
|
package/dist/media/analyze.d.ts
CHANGED
|
@@ -9,14 +9,12 @@ import { AnalyzeJob } from './types/analyze';
|
|
|
9
9
|
*
|
|
10
10
|
* There are additional optional parameters that can be provided to identify the type of content and additional loudness or validation requirements. See the samples for examples of what requests and responses look like.
|
|
11
11
|
*
|
|
12
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-post
|
|
13
|
-
*
|
|
14
12
|
* Content Length
|
|
15
13
|
*
|
|
16
14
|
* Media content with duration less than 2 seconds will not be processed. The API will return an ERROR in this case.
|
|
17
15
|
*
|
|
18
16
|
* @param accessToken Access token to use for authentication.
|
|
19
|
-
* @param jobContent Content of the job description as a JSON payload.
|
|
17
|
+
* @param jobContent Content of the job description as a JSON payload.
|
|
20
18
|
*
|
|
21
19
|
* @returns The job identifier through a {@link Promise}.
|
|
22
20
|
*/
|
|
@@ -28,8 +26,6 @@ export declare const start: (accessToken: JwtToken, jobContent: string) => Promi
|
|
|
28
26
|
*
|
|
29
27
|
* When {@link AnalyzeJob.status} is `Success`, you'll be able to retrieve your result from the `output` location you provided in the original {@link start} request.
|
|
30
28
|
*
|
|
31
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-get
|
|
32
|
-
*
|
|
33
29
|
* @param accessToken Access token to use for authentication.
|
|
34
30
|
* @param jobId Identifier of the job to retrieve.
|
|
35
31
|
*
|
package/dist/media/analyze.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
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); }
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
exports.start = exports.getResults = void 0;
|
|
8
7
|
var _jobsHelpers = require("./internal/jobsHelpers");
|
|
9
|
-
function
|
|
8
|
+
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 }; })(); }
|
|
9
|
+
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); }
|
|
10
10
|
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); }
|
|
11
11
|
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); }); }; }
|
|
12
12
|
/**
|
|
@@ -18,29 +18,24 @@ function _asyncToGenerator(n) { return function () { var t = this, e = arguments
|
|
|
18
18
|
*
|
|
19
19
|
* There are additional optional parameters that can be provided to identify the type of content and additional loudness or validation requirements. See the samples for examples of what requests and responses look like.
|
|
20
20
|
*
|
|
21
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-post
|
|
22
|
-
*
|
|
23
21
|
* Content Length
|
|
24
22
|
*
|
|
25
23
|
* Media content with duration less than 2 seconds will not be processed. The API will return an ERROR in this case.
|
|
26
24
|
*
|
|
27
25
|
* @param accessToken Access token to use for authentication.
|
|
28
|
-
* @param jobContent Content of the job description as a JSON payload.
|
|
26
|
+
* @param jobContent Content of the job description as a JSON payload.
|
|
29
27
|
*
|
|
30
28
|
* @returns The job identifier through a {@link Promise}.
|
|
31
29
|
*/
|
|
32
30
|
var start = exports.start = /*#__PURE__*/function () {
|
|
33
|
-
var _ref = _asyncToGenerator(
|
|
34
|
-
return
|
|
35
|
-
while (1) switch (_context.
|
|
31
|
+
var _ref = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(accessToken, jobContent) {
|
|
32
|
+
return _regenerator().w(function (_context) {
|
|
33
|
+
while (1) switch (_context.n) {
|
|
36
34
|
case 0:
|
|
37
|
-
_context.
|
|
35
|
+
_context.n = 1;
|
|
38
36
|
return (0, _jobsHelpers.startJob)(accessToken, '/media/analyze', jobContent);
|
|
39
|
-
case
|
|
40
|
-
return _context.
|
|
41
|
-
case 3:
|
|
42
|
-
case "end":
|
|
43
|
-
return _context.stop();
|
|
37
|
+
case 1:
|
|
38
|
+
return _context.a(2, _context.v);
|
|
44
39
|
}
|
|
45
40
|
}, _callee);
|
|
46
41
|
}));
|
|
@@ -56,25 +51,20 @@ var start = exports.start = /*#__PURE__*/function () {
|
|
|
56
51
|
*
|
|
57
52
|
* When {@link AnalyzeJob.status} is `Success`, you'll be able to retrieve your result from the `output` location you provided in the original {@link start} request.
|
|
58
53
|
*
|
|
59
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-get
|
|
60
|
-
*
|
|
61
54
|
* @param accessToken Access token to use for authentication.
|
|
62
55
|
* @param jobId Identifier of the job to retrieve.
|
|
63
56
|
*
|
|
64
57
|
* @returns The {@link AnalyzeJob} object through a {@link Promise}.
|
|
65
58
|
*/
|
|
66
59
|
var getResults = exports.getResults = /*#__PURE__*/function () {
|
|
67
|
-
var _ref2 = _asyncToGenerator(
|
|
68
|
-
return
|
|
69
|
-
while (1) switch (_context2.
|
|
60
|
+
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(accessToken, jobId) {
|
|
61
|
+
return _regenerator().w(function (_context2) {
|
|
62
|
+
while (1) switch (_context2.n) {
|
|
70
63
|
case 0:
|
|
71
|
-
_context2.
|
|
64
|
+
_context2.n = 1;
|
|
72
65
|
return (0, _jobsHelpers.getJobResults)(accessToken, '/media/analyze', jobId);
|
|
73
|
-
case
|
|
74
|
-
return _context2.
|
|
75
|
-
case 3:
|
|
76
|
-
case "end":
|
|
77
|
-
return _context2.stop();
|
|
66
|
+
case 1:
|
|
67
|
+
return _context2.a(2, _context2.v);
|
|
78
68
|
}
|
|
79
69
|
}, _callee2);
|
|
80
70
|
}));
|
|
@@ -7,10 +7,8 @@ import { AnalyzeMusicJob } from './types/analyzeMusic';
|
|
|
7
7
|
*
|
|
8
8
|
* This is an asynchronous operation so you will receive a `job_id` to be used to get the job status and result.
|
|
9
9
|
*
|
|
10
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-music-post
|
|
11
|
-
*
|
|
12
10
|
* @param accessToken Access token to use for authentication.
|
|
13
|
-
* @param jobContent Content of the job description as a JSON payload.
|
|
11
|
+
* @param jobContent Content of the job description as a JSON payload.
|
|
14
12
|
*
|
|
15
13
|
* @returns The job identifier through a {@link Promise}.
|
|
16
14
|
*/
|
|
@@ -22,8 +20,6 @@ export declare const start: (accessToken: JwtToken, jobContent: string) => Promi
|
|
|
22
20
|
*
|
|
23
21
|
* When {@link AnalyzeMusicJob.status} is `Success`, you'll be able to retrieve your result from the `output` location you provided in the original {@link start} request.
|
|
24
22
|
*
|
|
25
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-music-get
|
|
26
|
-
*
|
|
27
23
|
* @param accessToken Access token to use for authentication.
|
|
28
24
|
* @param jobId Identifier of the job to retrieve.
|
|
29
25
|
*
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
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); }
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
exports.start = exports.getResults = void 0;
|
|
8
7
|
var _jobsHelpers = require("./internal/jobsHelpers");
|
|
9
|
-
function
|
|
8
|
+
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 }; })(); }
|
|
9
|
+
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); }
|
|
10
10
|
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); }
|
|
11
11
|
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); }); }; }
|
|
12
12
|
/**
|
|
@@ -16,25 +16,20 @@ function _asyncToGenerator(n) { return function () { var t = this, e = arguments
|
|
|
16
16
|
*
|
|
17
17
|
* This is an asynchronous operation so you will receive a `job_id` to be used to get the job status and result.
|
|
18
18
|
*
|
|
19
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-music-post
|
|
20
|
-
*
|
|
21
19
|
* @param accessToken Access token to use for authentication.
|
|
22
|
-
* @param jobContent Content of the job description as a JSON payload.
|
|
20
|
+
* @param jobContent Content of the job description as a JSON payload.
|
|
23
21
|
*
|
|
24
22
|
* @returns The job identifier through a {@link Promise}.
|
|
25
23
|
*/
|
|
26
24
|
var start = exports.start = /*#__PURE__*/function () {
|
|
27
|
-
var _ref = _asyncToGenerator(
|
|
28
|
-
return
|
|
29
|
-
while (1) switch (_context.
|
|
25
|
+
var _ref = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(accessToken, jobContent) {
|
|
26
|
+
return _regenerator().w(function (_context) {
|
|
27
|
+
while (1) switch (_context.n) {
|
|
30
28
|
case 0:
|
|
31
|
-
_context.
|
|
29
|
+
_context.n = 1;
|
|
32
30
|
return (0, _jobsHelpers.startJob)(accessToken, '/media/analyze/music', jobContent);
|
|
33
|
-
case
|
|
34
|
-
return _context.
|
|
35
|
-
case 3:
|
|
36
|
-
case "end":
|
|
37
|
-
return _context.stop();
|
|
31
|
+
case 1:
|
|
32
|
+
return _context.a(2, _context.v);
|
|
38
33
|
}
|
|
39
34
|
}, _callee);
|
|
40
35
|
}));
|
|
@@ -50,25 +45,20 @@ var start = exports.start = /*#__PURE__*/function () {
|
|
|
50
45
|
*
|
|
51
46
|
* When {@link AnalyzeMusicJob.status} is `Success`, you'll be able to retrieve your result from the `output` location you provided in the original {@link start} request.
|
|
52
47
|
*
|
|
53
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-music-get
|
|
54
|
-
*
|
|
55
48
|
* @param accessToken Access token to use for authentication.
|
|
56
49
|
* @param jobId Identifier of the job to retrieve.
|
|
57
50
|
*
|
|
58
51
|
* @returns The {@link AnalyzeMusicJob} object through a {@link Promise}.
|
|
59
52
|
*/
|
|
60
53
|
var getResults = exports.getResults = /*#__PURE__*/function () {
|
|
61
|
-
var _ref2 = _asyncToGenerator(
|
|
62
|
-
return
|
|
63
|
-
while (1) switch (_context2.
|
|
54
|
+
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(accessToken, jobId) {
|
|
55
|
+
return _regenerator().w(function (_context2) {
|
|
56
|
+
while (1) switch (_context2.n) {
|
|
64
57
|
case 0:
|
|
65
|
-
_context2.
|
|
58
|
+
_context2.n = 1;
|
|
66
59
|
return (0, _jobsHelpers.getJobResults)(accessToken, '/media/analyze/music', jobId);
|
|
67
|
-
case
|
|
68
|
-
return _context2.
|
|
69
|
-
case 3:
|
|
70
|
-
case "end":
|
|
71
|
-
return _context2.stop();
|
|
60
|
+
case 1:
|
|
61
|
+
return _context2.a(2, _context2.v);
|
|
72
62
|
}
|
|
73
63
|
}, _callee2);
|
|
74
64
|
}));
|
|
@@ -7,10 +7,8 @@ import { AnalyzeSpeechJob } from './types/analyzeSpeech';
|
|
|
7
7
|
*
|
|
8
8
|
* This is an asynchronous operation so you will receive a `job_id` to be used to get the job status and result.
|
|
9
9
|
*
|
|
10
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-speech-post
|
|
11
|
-
*
|
|
12
10
|
* @param accessToken Access token to use for authentication.
|
|
13
|
-
* @param jobContent Content of the job description as a JSON payload.
|
|
11
|
+
* @param jobContent Content of the job description as a JSON payload.
|
|
14
12
|
*
|
|
15
13
|
* @returns The job identifier through a {@link Promise}.
|
|
16
14
|
*/
|
|
@@ -22,8 +20,6 @@ export declare const start: (accessToken: JwtToken, jobContent: string) => Promi
|
|
|
22
20
|
*
|
|
23
21
|
* When {@link AnalyzeSpeechJob.status} is `Success`, you'll be able to retrieve your result from the `output` location you provided in the original {@link start} request.
|
|
24
22
|
*
|
|
25
|
-
* @link https://docs.dolby.io/media-apis/reference/media-analyze-speech-get
|
|
26
|
-
*
|
|
27
23
|
* @param accessToken Access token to use for authentication.
|
|
28
24
|
* @param jobId Identifier of the job to retrieve.
|
|
29
25
|
*
|