@pixwel/pixwel-sdk 2.1.37 → 2.1.39
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/dist/index.js +5 -5
- package/dist/src/Ass.js +153 -153
- package/dist/src/Asset.js +25 -25
- package/dist/src/AssetType.js +9 -9
- package/dist/src/Encode.js +9 -9
- package/dist/src/File.js +9 -9
- package/dist/src/Filename.js +4 -4
- package/dist/src/Ingest.js +665 -773
- package/dist/src/IngestFile.js +6 -6
- package/dist/src/Model.js +129 -129
- package/dist/src/Order.js +35 -35
- package/dist/src/Srt.js +68 -68
- package/dist/src/Sub.js +35 -35
- package/dist/src/Tag.js +9 -9
- package/dist/src/TimeFormat.js +43 -43
- package/dist/src/fileType.js +22 -22
- package/package.json +1 -1
- package/src/Ingest.js +2 -10
- package/test/Ingest.spec.js +0 -22
- package/update-sdk.sh +2 -0
package/dist/src/AssetType.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var path = '/
|
|
5
|
-
hash = '
|
|
3
|
+
var cov_1hpisb1h4a = function () {
|
|
4
|
+
var path = '/Users/jeff/www/pixwel/platform2/pixwel-sdk/src/AssetType.js',
|
|
5
|
+
hash = 'c6216e394ab0198f276512e924cdcc8c3fc66b2f',
|
|
6
6
|
Function = function () {}.constructor,
|
|
7
7
|
global = new Function('return this')(),
|
|
8
8
|
gcv = '__coverage__',
|
|
9
9
|
coverageData = {
|
|
10
|
-
path: '/
|
|
10
|
+
path: '/Users/jeff/www/pixwel/platform2/pixwel-sdk/src/AssetType.js',
|
|
11
11
|
statementMap: {
|
|
12
12
|
'0': {
|
|
13
13
|
start: {
|
|
@@ -148,12 +148,12 @@ var AssetType = function (_ref) {
|
|
|
148
148
|
|
|
149
149
|
function AssetType(data) {
|
|
150
150
|
(0, _classCallCheck3.default)(this, AssetType);
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
cov_1hpisb1h4a.f[0]++;
|
|
152
|
+
cov_1hpisb1h4a.s[0]++;
|
|
153
153
|
|
|
154
154
|
var _this = (0, _possibleConstructorReturn3.default)(this, (AssetType.__proto__ || (0, _getPrototypeOf2.default)(AssetType)).call(this, data));
|
|
155
155
|
|
|
156
|
-
|
|
156
|
+
cov_1hpisb1h4a.s[1]++;
|
|
157
157
|
|
|
158
158
|
_this._resource = 'assettypes';
|
|
159
159
|
return _this;
|
|
@@ -162,8 +162,8 @@ var AssetType = function (_ref) {
|
|
|
162
162
|
(0, _createClass3.default)(AssetType, null, [{
|
|
163
163
|
key: '_resource',
|
|
164
164
|
get: function get() {
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
cov_1hpisb1h4a.f[1]++;
|
|
166
|
+
cov_1hpisb1h4a.s[2]++;
|
|
167
167
|
|
|
168
168
|
return 'assettypes';
|
|
169
169
|
}
|
package/dist/src/Encode.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var path = '/
|
|
5
|
-
hash = '
|
|
3
|
+
var cov_1wa7deng5z = function () {
|
|
4
|
+
var path = '/Users/jeff/www/pixwel/platform2/pixwel-sdk/src/Encode.js',
|
|
5
|
+
hash = '2ff7bfbb8e19eebe0c9c73ff372f2dcb98053cc3',
|
|
6
6
|
Function = function () {}.constructor,
|
|
7
7
|
global = new Function('return this')(),
|
|
8
8
|
gcv = '__coverage__',
|
|
9
9
|
coverageData = {
|
|
10
|
-
path: '/
|
|
10
|
+
path: '/Users/jeff/www/pixwel/platform2/pixwel-sdk/src/Encode.js',
|
|
11
11
|
statementMap: {
|
|
12
12
|
'0': {
|
|
13
13
|
start: {
|
|
@@ -148,12 +148,12 @@ var Encode = function (_ref) {
|
|
|
148
148
|
|
|
149
149
|
function Encode(data) {
|
|
150
150
|
(0, _classCallCheck3.default)(this, Encode);
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
cov_1wa7deng5z.f[0]++;
|
|
152
|
+
cov_1wa7deng5z.s[0]++;
|
|
153
153
|
|
|
154
154
|
var _this = (0, _possibleConstructorReturn3.default)(this, (Encode.__proto__ || (0, _getPrototypeOf2.default)(Encode)).call(this, data));
|
|
155
155
|
|
|
156
|
-
|
|
156
|
+
cov_1wa7deng5z.s[1]++;
|
|
157
157
|
|
|
158
158
|
_this._resource = 'encodes';
|
|
159
159
|
return _this;
|
|
@@ -162,8 +162,8 @@ var Encode = function (_ref) {
|
|
|
162
162
|
(0, _createClass3.default)(Encode, null, [{
|
|
163
163
|
key: '_resource',
|
|
164
164
|
get: function get() {
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
cov_1wa7deng5z.f[1]++;
|
|
166
|
+
cov_1wa7deng5z.s[2]++;
|
|
167
167
|
|
|
168
168
|
return 'encodes';
|
|
169
169
|
}
|
package/dist/src/File.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var path = "/
|
|
5
|
-
hash = "
|
|
3
|
+
var cov_hlhns89ef = function () {
|
|
4
|
+
var path = "/Users/jeff/www/pixwel/platform2/pixwel-sdk/src/File.js",
|
|
5
|
+
hash = "c26344de3b6e2365e7ed01602d30924c5c2dc9dd",
|
|
6
6
|
Function = function () {}.constructor,
|
|
7
7
|
global = new Function('return this')(),
|
|
8
8
|
gcv = "__coverage__",
|
|
9
9
|
coverageData = {
|
|
10
|
-
path: "/
|
|
10
|
+
path: "/Users/jeff/www/pixwel/platform2/pixwel-sdk/src/File.js",
|
|
11
11
|
statementMap: {
|
|
12
12
|
"0": {
|
|
13
13
|
start: {
|
|
@@ -148,12 +148,12 @@ var File = function (_ref) {
|
|
|
148
148
|
|
|
149
149
|
function File(data) {
|
|
150
150
|
(0, _classCallCheck3.default)(this, File);
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
cov_hlhns89ef.f[0]++;
|
|
152
|
+
cov_hlhns89ef.s[0]++;
|
|
153
153
|
|
|
154
154
|
var _this = (0, _possibleConstructorReturn3.default)(this, (File.__proto__ || (0, _getPrototypeOf2.default)(File)).call(this, data));
|
|
155
155
|
|
|
156
|
-
|
|
156
|
+
cov_hlhns89ef.s[1]++;
|
|
157
157
|
|
|
158
158
|
_this._resource = "files";
|
|
159
159
|
return _this;
|
|
@@ -162,8 +162,8 @@ var File = function (_ref) {
|
|
|
162
162
|
(0, _createClass3.default)(File, null, [{
|
|
163
163
|
key: "_resource",
|
|
164
164
|
get: function get() {
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
cov_hlhns89ef.f[1]++;
|
|
166
|
+
cov_hlhns89ef.s[2]++;
|
|
167
167
|
|
|
168
168
|
return 'files';
|
|
169
169
|
}
|
package/dist/src/Filename.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var path = "/
|
|
5
|
-
hash = "
|
|
3
|
+
var cov_jvsxjx3pi = function () {
|
|
4
|
+
var path = "/Users/jeff/www/pixwel/platform2/pixwel-sdk/src/Filename.js",
|
|
5
|
+
hash = "47463b5f093b752ea3eab73e89e42533f2e86d2e",
|
|
6
6
|
Function = function () {}.constructor,
|
|
7
7
|
global = new Function('return this')(),
|
|
8
8
|
gcv = "__coverage__",
|
|
9
9
|
coverageData = {
|
|
10
|
-
path: "/
|
|
10
|
+
path: "/Users/jeff/www/pixwel/platform2/pixwel-sdk/src/Filename.js",
|
|
11
11
|
statementMap: {},
|
|
12
12
|
fnMap: {},
|
|
13
13
|
branchMap: {},
|