@servicelabsco/slabs-access-manager 0.1.44 → 0.1.45
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/access/controllers/access.menu.controller.d.ts +1 -1
- package/dist/access/controllers/dashboard.controller.d.ts +1 -1
- package/dist/access/controllers/listing.controller.d.ts +2 -2
- package/dist/access/controllers/listing.controller.js.map +1 -1
- package/dist/access/dtos/date.filter.dto.d.ts +1 -0
- package/dist/access/dtos/date.filter.dto.js +6 -0
- package/dist/access/dtos/date.filter.dto.js.map +1 -1
- package/dist/access/libraries/process.date.filter.d.ts +1 -0
- package/dist/access/libraries/process.date.filter.js +7 -0
- package/dist/access/libraries/process.date.filter.js.map +1 -1
- package/dist/access/libraries/process.listing.csv.file.js.map +1 -1
- package/dist/access/libraries/process.report.data.js.map +1 -1
- package/dist/access/libraries/process.test.list.d.ts +1 -1
- package/dist/access/services/listing.service.js.map +1 -1
- package/dist/accessUtility/es6.classes.d.ts +1 -0
- package/dist/accessUtility/es6.classes.js +1 -0
- package/dist/accessUtility/es6.classes.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/access/controllers/index.d.ts +0 -6
- package/dist/access/controllers/index.js +0 -23
- package/dist/access/controllers/index.js.map +0 -1
- package/dist/access/dtos/index.d.ts +0 -38
- package/dist/access/dtos/index.js +0 -55
- package/dist/access/dtos/index.js.map +0 -1
- package/dist/access/entities/index.d.ts +0 -29
- package/dist/access/entities/index.js +0 -46
- package/dist/access/entities/index.js.map +0 -1
- package/dist/access/index.d.ts +0 -9
- package/dist/access/index.js +0 -26
- package/dist/access/index.js.map +0 -1
- package/dist/access/jobs/index.d.ts +0 -28
- package/dist/access/jobs/index.js +0 -45
- package/dist/access/jobs/index.js.map +0 -1
- package/dist/access/libraries/index.d.ts +0 -12
- package/dist/access/libraries/index.js +0 -29
- package/dist/access/libraries/index.js.map +0 -1
- package/dist/access/middlewares/index.d.ts +0 -1
- package/dist/access/middlewares/index.js +0 -18
- package/dist/access/middlewares/index.js.map +0 -1
- package/dist/access/services/index.d.ts +0 -7
- package/dist/access/services/index.js +0 -24
- package/dist/access/services/index.js.map +0 -1
- package/dist/access/subscribers/index.d.ts +0 -28
- package/dist/access/subscribers/index.js +0 -45
- package/dist/access/subscribers/index.js.map +0 -1
- package/dist/accessUtility/dtos/index.d.ts +0 -12
- package/dist/accessUtility/dtos/index.js +0 -29
- package/dist/accessUtility/dtos/index.js.map +0 -1
- package/dist/accessUtility/entities/index.d.ts +0 -10
- package/dist/accessUtility/entities/index.js +0 -27
- package/dist/accessUtility/entities/index.js.map +0 -1
- package/dist/accessUtility/index.d.ts +0 -7
- package/dist/accessUtility/index.js +0 -24
- package/dist/accessUtility/index.js.map +0 -1
- package/dist/accessUtility/jobs/index.d.ts +0 -10
- package/dist/accessUtility/jobs/index.js +0 -27
- package/dist/accessUtility/jobs/index.js.map +0 -1
- package/dist/accessUtility/libraries/index.d.ts +0 -1
- package/dist/accessUtility/libraries/index.js +0 -18
- package/dist/accessUtility/libraries/index.js.map +0 -1
- package/dist/accessUtility/services/index.d.ts +0 -1
- package/dist/accessUtility/services/index.js +0 -18
- package/dist/accessUtility/services/index.js.map +0 -1
- package/dist/accessUtility/subscribers/index.d.ts +0 -10
- package/dist/accessUtility/subscribers/index.js +0 -27
- package/dist/accessUtility/subscribers/index.js.map +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -19
- package/dist/index.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,0DAAuC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./dtos"), exports);
|
|
18
|
-
__exportStar(require("./entities"), exports);
|
|
19
|
-
__exportStar(require("./jobs"), exports);
|
|
20
|
-
__exportStar(require("./libraries"), exports);
|
|
21
|
-
__exportStar(require("./services"), exports);
|
|
22
|
-
__exportStar(require("./subscribers"), exports);
|
|
23
|
-
__exportStar(require("./access.utility.module"), exports);
|
|
24
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/accessUtility/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AAAA,6CAA2B;AAAA,yCAAuB;AAAA,8CAA4B;AAAA,6CAA2B;AAAA,gDAA8B;AAAA,0DAAuC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './bulk.definition.job';
|
|
2
|
-
export * from './bulk.definition.load.job';
|
|
3
|
-
export * from './bulk.definition.processing.job';
|
|
4
|
-
export * from './bulk.upload.column.job';
|
|
5
|
-
export * from './bulk.upload.item.job';
|
|
6
|
-
export * from './bulk.upload.job';
|
|
7
|
-
export * from './bulk.upload.type.job';
|
|
8
|
-
export * from './data.mapping.job';
|
|
9
|
-
export * from './listing.model.job';
|
|
10
|
-
export * from './tag.assignment.job';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./bulk.definition.job"), exports);
|
|
18
|
-
__exportStar(require("./bulk.definition.load.job"), exports);
|
|
19
|
-
__exportStar(require("./bulk.definition.processing.job"), exports);
|
|
20
|
-
__exportStar(require("./bulk.upload.column.job"), exports);
|
|
21
|
-
__exportStar(require("./bulk.upload.item.job"), exports);
|
|
22
|
-
__exportStar(require("./bulk.upload.job"), exports);
|
|
23
|
-
__exportStar(require("./bulk.upload.type.job"), exports);
|
|
24
|
-
__exportStar(require("./data.mapping.job"), exports);
|
|
25
|
-
__exportStar(require("./listing.model.job"), exports);
|
|
26
|
-
__exportStar(require("./tag.assignment.job"), exports);
|
|
27
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/jobs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,oDAAkC;AAAA,yDAAuC;AAAA,qDAAmC;AAAA,sDAAoC;AAAA,uDAAoC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './process.common.data';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./process.common.data"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/libraries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAqC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './test.access.service';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./test.access.service"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAqC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './bulk.definition.load.subscriber';
|
|
2
|
-
export * from './bulk.definition.processing.subscriber';
|
|
3
|
-
export * from './bulk.definition.subscriber';
|
|
4
|
-
export * from './bulk.upload.column.subscriber';
|
|
5
|
-
export * from './bulk.upload.item.subscriber';
|
|
6
|
-
export * from './bulk.upload.subscriber';
|
|
7
|
-
export * from './bulk.upload.type.subscriber';
|
|
8
|
-
export * from './data.mapping.subscriber';
|
|
9
|
-
export * from './listing.model.subscriber';
|
|
10
|
-
export * from './tag.assignment.subscriber';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./bulk.definition.load.subscriber"), exports);
|
|
18
|
-
__exportStar(require("./bulk.definition.processing.subscriber"), exports);
|
|
19
|
-
__exportStar(require("./bulk.definition.subscriber"), exports);
|
|
20
|
-
__exportStar(require("./bulk.upload.column.subscriber"), exports);
|
|
21
|
-
__exportStar(require("./bulk.upload.item.subscriber"), exports);
|
|
22
|
-
__exportStar(require("./bulk.upload.subscriber"), exports);
|
|
23
|
-
__exportStar(require("./bulk.upload.type.subscriber"), exports);
|
|
24
|
-
__exportStar(require("./data.mapping.subscriber"), exports);
|
|
25
|
-
__exportStar(require("./listing.model.subscriber"), exports);
|
|
26
|
-
__exportStar(require("./tag.assignment.subscriber"), exports);
|
|
27
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/subscribers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,+DAA6C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,4DAA0C;AAAA,6DAA2C;AAAA,8DAA2C"}
|
package/dist/index.d.ts
DELETED
package/dist/index.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./access"), exports);
|
|
18
|
-
__exportStar(require("./accessUtility"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AAAA,kDAA+B"}
|