@futdevpro/nts-dynamo 1.5.30 → 1.5.31
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/lib/_constants/dynamo-nts-global.settings.d.ts +3 -0
- package/lib/_constants/dynamo-nts-global.settings.d.ts.map +1 -0
- package/lib/_constants/dynamo-nts-global.settings.js +13 -0
- package/lib/_constants/dynamo-nts-global.settings.js.map +1 -0
- package/lib/_constants/index.d.ts +1 -1
- package/lib/_constants/index.d.ts.map +1 -1
- package/lib/_constants/index.js +1 -1
- package/lib/_constants/index.js.map +1 -1
- package/lib/_enums/dynamo-nts-data-service-function.enum.d.ts +8 -0
- package/lib/_enums/dynamo-nts-data-service-function.enum.d.ts.map +1 -0
- package/lib/_enums/dynamo-nts-data-service-function.enum.js +15 -0
- package/lib/_enums/dynamo-nts-data-service-function.enum.js.map +1 -0
- package/lib/_enums/dynamo-nts-route-security.enum.d.ts +6 -0
- package/lib/_enums/dynamo-nts-route-security.enum.d.ts.map +1 -0
- package/lib/_enums/dynamo-nts-route-security.enum.js +10 -0
- package/lib/_enums/dynamo-nts-route-security.enum.js.map +1 -0
- package/lib/_enums/index.d.ts +2 -2
- package/lib/_enums/index.d.ts.map +1 -1
- package/lib/_enums/index.js +2 -2
- package/lib/_enums/index.js.map +1 -1
- package/lib/_models/dynamo-module-settings.d.ts +0 -6
- package/lib/_models/dynamo-module-settings.d.ts.map +1 -1
- package/lib/_models/dynamo-module-settings.js +9 -2
- package/lib/_models/dynamo-module-settings.js.map +1 -1
- package/lib/_models/dynamo-nts-api-call-params.d.ts +37 -0
- package/lib/_models/dynamo-nts-api-call-params.d.ts.map +1 -0
- package/lib/_models/dynamo-nts-api-call-params.js +29 -0
- package/lib/_models/dynamo-nts-api-call-params.js.map +1 -0
- package/lib/_models/dynamo-nts-app-params.d.ts +18 -0
- package/lib/_models/dynamo-nts-app-params.d.ts.map +1 -0
- package/lib/_models/dynamo-nts-app-params.js +17 -0
- package/lib/_models/dynamo-nts-app-params.js.map +1 -0
- package/lib/_models/dynamo-nts-endpoint-params.d.ts +46 -0
- package/lib/_models/dynamo-nts-endpoint-params.d.ts.map +1 -0
- package/lib/_models/dynamo-nts-endpoint-params.js +117 -0
- package/lib/_models/dynamo-nts-endpoint-params.js.map +1 -0
- package/lib/_models/dynamo-nts-global-settings.d.ts +13 -0
- package/lib/_models/dynamo-nts-global-settings.d.ts.map +1 -0
- package/lib/_models/dynamo-nts-global-settings.js +3 -0
- package/lib/_models/dynamo-nts-global-settings.js.map +1 -0
- package/lib/_models/index.d.ts +4 -4
- package/lib/_models/index.d.ts.map +1 -1
- package/lib/_models/index.js +4 -5
- package/lib/_models/index.js.map +1 -1
- package/lib/_modules/api-service.index.d.ts +3 -3
- package/lib/_modules/api-service.index.d.ts.map +1 -1
- package/lib/_modules/api-service.index.js +3 -3
- package/lib/_modules/api-service.index.js.map +1 -1
- package/lib/_modules/app.index.d.ts +9 -9
- package/lib/_modules/app.index.d.ts.map +1 -1
- package/lib/_modules/app.index.js +9 -9
- package/lib/_modules/app.index.js.map +1 -1
- package/lib/_modules/auth.index.d.ts +2 -2
- package/lib/_modules/auth.index.d.ts.map +1 -1
- package/lib/_modules/auth.index.js +2 -2
- package/lib/_modules/auth.index.js.map +1 -1
- package/lib/_modules/controller.index.d.ts +3 -3
- package/lib/_modules/controller.index.d.ts.map +1 -1
- package/lib/_modules/controller.index.js +3 -3
- package/lib/_modules/controller.index.js.map +1 -1
- package/lib/_modules/data-service.index.d.ts +4 -4
- package/lib/_modules/data-service.index.d.ts.map +1 -1
- package/lib/_modules/data-service.index.js +4 -4
- package/lib/_modules/data-service.index.js.map +1 -1
- package/lib/_modules/email.index.d.ts +2 -2
- package/lib/_modules/email.index.d.ts.map +1 -1
- package/lib/_modules/email.index.js +2 -2
- package/lib/_modules/email.index.js.map +1 -1
- package/lib/_modules/test/custom-data.service.d.ts +2 -2
- package/lib/_modules/test/custom-data.service.d.ts.map +1 -1
- package/lib/_modules/test/custom-data.service.js +2 -2
- package/lib/_modules/test/custom-data.service.js.map +1 -1
- package/lib/_modules/test/get-test-routing-module.d.ts +3 -3
- package/lib/_modules/test/get-test-routing-module.d.ts.map +1 -1
- package/lib/_modules/test/get-test-routing-module.js +2 -2
- package/lib/_modules/test/get-test-routing-module.js.map +1 -1
- package/lib/_modules/test/test-controller.d.ts +2 -2
- package/lib/_modules/test/test-controller.d.ts.map +1 -1
- package/lib/_modules/test/test-controller.js +10 -10
- package/lib/_modules/test/test-controller.js.map +1 -1
- package/lib/_modules/usage/get-usage-routing-module.d.ts +3 -3
- package/lib/_modules/usage/get-usage-routing-module.d.ts.map +1 -1
- package/lib/_modules/usage/get-usage-routing-module.js +2 -2
- package/lib/_modules/usage/get-usage-routing-module.js.map +1 -1
- package/lib/_modules/usage/usage-controller.d.ts +2 -2
- package/lib/_modules/usage/usage-controller.d.ts.map +1 -1
- package/lib/_modules/usage/usage-controller.js +10 -10
- package/lib/_modules/usage/usage-controller.js.map +1 -1
- package/lib/_modules/usage/usage.service.d.ts +2 -2
- package/lib/_modules/usage/usage.service.d.ts.map +1 -1
- package/lib/_modules/usage/usage.service.js +6 -6
- package/lib/_modules/usage/usage.service.js.map +1 -1
- package/lib/_services/dynamo-nts-api.service.d.ts +19 -0
- package/lib/_services/dynamo-nts-api.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-api.service.js +167 -0
- package/lib/_services/dynamo-nts-api.service.js.map +1 -0
- package/lib/_services/dynamo-nts-app-extended.d.ts +23 -0
- package/lib/_services/dynamo-nts-app-extended.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-app-extended.js +92 -0
- package/lib/_services/dynamo-nts-app-extended.js.map +1 -0
- package/lib/_services/dynamo-nts-app.d.ts +130 -0
- package/lib/_services/dynamo-nts-app.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-app.js +238 -0
- package/lib/_services/dynamo-nts-app.js.map +1 -0
- package/lib/_services/dynamo-nts-auth.service.d.ts +54 -0
- package/lib/_services/dynamo-nts-auth.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-auth.service.js +46 -0
- package/lib/_services/dynamo-nts-auth.service.js.map +1 -0
- package/lib/_services/dynamo-nts-controller.service.d.ts +14 -0
- package/lib/_services/dynamo-nts-controller.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-controller.service.js +21 -0
- package/lib/_services/dynamo-nts-controller.service.js.map +1 -0
- package/lib/_services/dynamo-nts-data.service.d.ts +54 -0
- package/lib/_services/dynamo-nts-data.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-data.service.js +301 -0
- package/lib/_services/dynamo-nts-data.service.js.map +1 -0
- package/lib/_services/dynamo-nts-db-service-collection.service.d.ts +9 -0
- package/lib/_services/dynamo-nts-db-service-collection.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-db-service-collection.service.js +11 -0
- package/lib/_services/dynamo-nts-db-service-collection.service.js.map +1 -0
- package/lib/_services/dynamo-nts-db.service.d.ts +244 -0
- package/lib/_services/dynamo-nts-db.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-db.service.js +759 -0
- package/lib/_services/dynamo-nts-db.service.js.map +1 -0
- package/lib/_services/dynamo-nts-email-service-collection.service.d.ts +19 -0
- package/lib/_services/dynamo-nts-email-service-collection.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-email-service-collection.service.js +21 -0
- package/lib/_services/dynamo-nts-email-service-collection.service.js.map +1 -0
- package/lib/_services/dynamo-nts-email.service.d.ts +56 -0
- package/lib/_services/dynamo-nts-email.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-email.service.js +194 -0
- package/lib/_services/dynamo-nts-email.service.js.map +1 -0
- package/lib/_services/dynamo-nts-global.service.d.ts +62 -0
- package/lib/_services/dynamo-nts-global.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-global.service.js +107 -0
- package/lib/_services/dynamo-nts-global.service.js.map +1 -0
- package/lib/_services/dynamo-nts-routing-module.service.d.ts +42 -0
- package/lib/_services/dynamo-nts-routing-module.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-routing-module.service.js +146 -0
- package/lib/_services/dynamo-nts-routing-module.service.js.map +1 -0
- package/lib/_services/dynamo-nts-shared.service.d.ts +26 -0
- package/lib/_services/dynamo-nts-shared.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-shared.service.js +63 -0
- package/lib/_services/dynamo-nts-shared.service.js.map +1 -0
- package/lib/_services/dynamo-nts-singleton.service.d.ts +9 -0
- package/lib/_services/dynamo-nts-singleton.service.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-singleton.service.js +19 -0
- package/lib/_services/dynamo-nts-singleton.service.js.map +1 -0
- package/lib/_services/dynamobe-email.service.js +1 -1
- package/lib/_services/index.d.ts +13 -13
- package/lib/_services/index.d.ts.map +1 -1
- package/lib/_services/index.js +13 -13
- package/lib/_services/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +995 -319
- package/package.json +2 -6
- package/src/_constants/dynamo-nts-global.settings.ts +12 -0
- package/src/_constants/index.ts +1 -1
- package/src/_enums/{dynamobe-data-service-function.enum.ts → dynamo-nts-data-service-function.enum.ts} +1 -1
- package/src/_enums/{dynamobe-route-security.enum.ts → dynamo-nts-route-security.enum.ts} +1 -1
- package/src/_enums/index.ts +2 -2
- package/src/_models/dynamo-module-settings.ts +2 -2
- package/src/_models/{dynamobe-api-call-params.ts → dynamo-nts-api-call-params.ts} +1 -1
- package/src/_models/{dynamobe-app-params.ts → dynamo-nts-app-params.ts} +1 -1
- package/src/_models/{dynamobe-endpoint-params.ts → dynamo-nts-endpoint-params.ts} +20 -20
- package/src/_models/dynamo-nts-global-settings.ts +13 -0
- package/src/_models/index.ts +4 -5
- package/src/_modules/api-service.index.ts +3 -3
- package/src/_modules/app.index.ts +9 -9
- package/src/_modules/auth.index.ts +2 -2
- package/src/_modules/controller.index.ts +3 -3
- package/src/_modules/data-service.index.ts +4 -4
- package/src/_modules/email.index.ts +2 -2
- package/src/_modules/test/custom-data.service.ts +2 -2
- package/src/_modules/test/get-test-routing-module.ts +5 -5
- package/src/_modules/test/test-controller.ts +10 -10
- package/src/_modules/usage/get-usage-routing-module.ts +5 -5
- package/src/_modules/usage/usage-controller.ts +12 -12
- package/src/_modules/usage/usage.service.ts +6 -6
- package/src/_services/{dynamobe-api.service.ts → dynamo-nts-api.service.ts} +12 -12
- package/src/_services/dynamo-nts-app-extended.ts +124 -0
- package/src/_services/{dynamobe-app.ts → dynamo-nts-app.ts} +49 -49
- package/src/_services/{dynamobe-auth.service.ts → dynamo-nts-auth.service.ts} +2 -2
- package/src/_services/dynamo-nts-controller.service.ts +28 -0
- package/src/_services/{dynamobe-data.service.ts → dynamo-nts-data.service.ts} +7 -7
- package/src/_services/dynamo-nts-db-service-collection.service.ts +12 -0
- package/src/_services/{dynamobe-db.service.ts → dynamo-nts-db.service.ts} +1 -1
- package/src/_services/{dynamobe-email-service-collection.service.ts → dynamo-nts-email-service-collection.service.ts} +4 -4
- package/src/_services/{dynamobe-email.service.ts → dynamo-nts-email.service.ts} +11 -11
- package/src/_services/{dynamobe-global.service.ts → dynamo-nts-global.service.ts} +24 -24
- package/src/_services/{dynamobe-routing-module.service.ts → dynamo-nts-routing-module.service.ts} +26 -26
- package/src/_services/{dynamobe-shared.service.ts → dynamo-nts-shared.service.ts} +1 -1
- package/src/_services/{dynamobe-singleton.service.ts → dynamo-nts-singleton.service.ts} +1 -1
- package/src/_services/index.ts +13 -13
- package/src/_constants/dynamobe-global.settings.ts +0 -12
- package/src/_models/dynamobe-global-settings.ts +0 -13
- package/src/_services/dynamobe-controller.service.ts +0 -28
- package/src/_services/dynamobe-db-service-collection.service.ts +0 -12
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// SERVICES
|
|
5
|
-
tslib_1.__exportStar(require("../_services/
|
|
6
|
-
tslib_1.__exportStar(require("../_services/
|
|
7
|
-
tslib_1.__exportStar(require("../_services/
|
|
8
|
-
tslib_1.__exportStar(require("../_services/
|
|
5
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-app"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-global.service"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-routing-module.service"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-shared.service"), exports);
|
|
9
9
|
// MODELS
|
|
10
|
-
tslib_1.__exportStar(require("../_models/
|
|
11
|
-
tslib_1.__exportStar(require("../_models/
|
|
12
|
-
tslib_1.__exportStar(require("../_models/
|
|
10
|
+
tslib_1.__exportStar(require("../_models/dynamo-nts-app-params"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("../_models/dynamo-nts-endpoint-params"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("../_models/dynamo-nts-global-settings"), exports);
|
|
13
13
|
// ENUMS
|
|
14
|
-
tslib_1.__exportStar(require("../_enums/
|
|
14
|
+
tslib_1.__exportStar(require("../_enums/dynamo-nts-route-security.enum"), exports);
|
|
15
15
|
// CONSTANTS
|
|
16
|
-
tslib_1.__exportStar(require("../_constants/
|
|
16
|
+
tslib_1.__exportStar(require("../_constants/dynamo-nts-global.settings"), exports);
|
|
17
17
|
//# sourceMappingURL=app.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.index.js","sourceRoot":"","sources":["../../src/_modules/app.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,
|
|
1
|
+
{"version":3,"file":"app.index.js","sourceRoot":"","sources":["../../src/_modules/app.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,sEAA4C;AAC5C,iFAAuD;AACvD,yFAA+D;AAC/D,iFAAuD;AAEvD,SAAS;AACT,2EAAiD;AACjD,gFAAsD;AACtD,gFAAsD;AAEtD,QAAQ;AACR,mFAAyD;AAEzD,YAAY;AACZ,mFAAyD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from '../_services/
|
|
2
|
-
export * from '../_services/
|
|
1
|
+
export * from '../_services/dynamo-nts-auth.service';
|
|
2
|
+
export * from '../_services/dynamo-nts-shared.service';
|
|
3
3
|
export * from '@futdevpro/fsm-dynamo/error-module';
|
|
4
4
|
//# sourceMappingURL=auth.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.index.d.ts","sourceRoot":"","sources":["../../src/_modules/auth.index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"auth.index.d.ts","sourceRoot":"","sources":["../../src/_modules/auth.index.ts"],"names":[],"mappings":"AAEA,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AAGvD,cAAc,oCAAoC,CAAC"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// SERVICES
|
|
5
|
-
tslib_1.__exportStar(require("../_services/
|
|
6
|
-
tslib_1.__exportStar(require("../_services/
|
|
5
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-auth.service"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-shared.service"), exports);
|
|
7
7
|
// MODELS
|
|
8
8
|
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/error-module"), exports);
|
|
9
9
|
//# sourceMappingURL=auth.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.index.js","sourceRoot":"","sources":["../../src/_modules/auth.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX
|
|
1
|
+
{"version":3,"file":"auth.index.js","sourceRoot":"","sources":["../../src/_modules/auth.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,+EAAqD;AACrD,iFAAuD;AAEvD,SAAS;AACT,6EAAmD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from '../_services/
|
|
2
|
-
export * from '../_models/
|
|
3
|
-
export * from '../_enums/
|
|
1
|
+
export * from '../_services/dynamo-nts-controller.service';
|
|
2
|
+
export * from '../_models/dynamo-nts-endpoint-params';
|
|
3
|
+
export * from '../_enums/dynamo-nts-route-security.enum';
|
|
4
4
|
export * from '../_enums/http/http-call-type.enum';
|
|
5
5
|
//# sourceMappingURL=controller.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"controller.index.d.ts","sourceRoot":"","sources":["../../src/_modules/controller.index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"controller.index.d.ts","sourceRoot":"","sources":["../../src/_modules/controller.index.ts"],"names":[],"mappings":"AAEA,cAAc,4CAA4C,CAAC;AAG3D,cAAc,uCAAuC,CAAC;AAGtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,oCAAoC,CAAC"}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// SERVICES
|
|
5
|
-
tslib_1.__exportStar(require("../_services/
|
|
5
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-controller.service"), exports);
|
|
6
6
|
// MODELS
|
|
7
|
-
tslib_1.__exportStar(require("../_models/
|
|
7
|
+
tslib_1.__exportStar(require("../_models/dynamo-nts-endpoint-params"), exports);
|
|
8
8
|
// ENUMS
|
|
9
|
-
tslib_1.__exportStar(require("../_enums/
|
|
9
|
+
tslib_1.__exportStar(require("../_enums/dynamo-nts-route-security.enum"), exports);
|
|
10
10
|
tslib_1.__exportStar(require("../_enums/http/http-call-type.enum"), exports);
|
|
11
11
|
//# sourceMappingURL=controller.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"controller.index.js","sourceRoot":"","sources":["../../src/_modules/controller.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,
|
|
1
|
+
{"version":3,"file":"controller.index.js","sourceRoot":"","sources":["../../src/_modules/controller.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,qFAA2D;AAE3D,SAAS;AACT,gFAAsD;AAEtD,QAAQ;AACR,mFAAyD;AACzD,6EAAmD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from '../_services/
|
|
2
|
-
export * from '../_services/
|
|
3
|
-
export * from '../_services/
|
|
4
|
-
export * from '../_services/
|
|
1
|
+
export * from '../_services/dynamo-nts-data.service';
|
|
2
|
+
export * from '../_services/dynamo-nts-db.service';
|
|
3
|
+
export * from '../_services/dynamo-nts-global.service';
|
|
4
|
+
export * from '../_services/dynamo-nts-shared.service';
|
|
5
5
|
export * from '@futdevpro/fsm-dynamo/error-module';
|
|
6
6
|
//# sourceMappingURL=data-service.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-service.index.d.ts","sourceRoot":"","sources":["../../src/_modules/data-service.index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"data-service.index.d.ts","sourceRoot":"","sources":["../../src/_modules/data-service.index.ts"],"names":[],"mappings":"AAEA,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AAGvD,cAAc,oCAAoC,CAAC"}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// SERVICES
|
|
5
|
-
tslib_1.__exportStar(require("../_services/
|
|
6
|
-
tslib_1.__exportStar(require("../_services/
|
|
7
|
-
tslib_1.__exportStar(require("../_services/
|
|
8
|
-
tslib_1.__exportStar(require("../_services/
|
|
5
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-data.service"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-db.service"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-global.service"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-shared.service"), exports);
|
|
9
9
|
// MODELS
|
|
10
10
|
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/error-module"), exports);
|
|
11
11
|
//# sourceMappingURL=data-service.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-service.index.js","sourceRoot":"","sources":["../../src/_modules/data-service.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,6EAAmD;AACnD,
|
|
1
|
+
{"version":3,"file":"data-service.index.js","sourceRoot":"","sources":["../../src/_modules/data-service.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,+EAAqD;AACrD,6EAAmD;AACnD,iFAAuD;AACvD,iFAAuD;AAEvD,SAAS;AACT,6EAAmD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from '../_services/
|
|
2
|
-
export * from '../_services/
|
|
1
|
+
export * from '../_services/dynamo-nts-email.service';
|
|
2
|
+
export * from '../_services/dynamo-nts-email-service-collection.service';
|
|
3
3
|
export * from '@futdevpro/fsm-dynamo/error-module';
|
|
4
4
|
//# sourceMappingURL=email.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email.index.d.ts","sourceRoot":"","sources":["../../src/_modules/email.index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"email.index.d.ts","sourceRoot":"","sources":["../../src/_modules/email.index.ts"],"names":[],"mappings":"AAEA,cAAc,uCAAuC,CAAC;AACtD,cAAc,0DAA0D,CAAC;AAGzE,cAAc,oCAAoC,CAAC"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// SERVICES
|
|
5
|
-
tslib_1.__exportStar(require("../_services/
|
|
6
|
-
tslib_1.__exportStar(require("../_services/
|
|
5
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-email.service"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-email-service-collection.service"), exports);
|
|
7
7
|
// MODELS
|
|
8
8
|
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/error-module"), exports);
|
|
9
9
|
//# sourceMappingURL=email.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email.index.js","sourceRoot":"","sources":["../../src/_modules/email.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,
|
|
1
|
+
{"version":3,"file":"email.index.js","sourceRoot":"","sources":["../../src/_modules/email.index.ts"],"names":[],"mappings":";;;AACA,WAAW;AACX,gFAAsD;AACtD,mGAAyE;AAEzE,SAAS;AACT,6EAAmD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CustomData } from '@futdevpro/fsm-dynamo/test-module';
|
|
2
|
-
import {
|
|
3
|
-
export declare class CustomDataService extends
|
|
2
|
+
import { DynamoNTS_DataService } from '../../_services/dynamo-nts-data.service';
|
|
3
|
+
export declare class CustomDataService extends DynamoNTS_DataService<CustomData> {
|
|
4
4
|
constructor(customData?: CustomData, issuer?: string);
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=custom-data.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-data.service.d.ts","sourceRoot":"","sources":["../../../src/_modules/test/custom-data.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAyB,MAAM,mCAAmC,CAAC;AACtF,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"custom-data.service.d.ts","sourceRoot":"","sources":["../../../src/_modules/test/custom-data.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAyB,MAAM,mCAAmC,CAAC;AACtF,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAEhF,qBAAa,iBAAkB,SAAQ,qBAAqB,CAAC,UAAU,CAAC;gBAGpE,UAAU,CAAC,EAAE,UAAU,EACvB,MAAM,CAAC,EAAE,MAAM;CAQlB"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CustomDataService = void 0;
|
|
4
4
|
const test_module_1 = require("@futdevpro/fsm-dynamo/test-module");
|
|
5
|
-
const
|
|
6
|
-
class CustomDataService extends
|
|
5
|
+
const dynamo_nts_data_service_1 = require("../../_services/dynamo-nts-data.service");
|
|
6
|
+
class CustomDataService extends dynamo_nts_data_service_1.DynamoNTS_DataService {
|
|
7
7
|
constructor(customData, issuer) {
|
|
8
8
|
super(new test_module_1.CustomData(customData), test_module_1.customDataModelParams, issuer);
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-data.service.js","sourceRoot":"","sources":["../../../src/_modules/test/custom-data.service.ts"],"names":[],"mappings":";;;AAGA,mEAAsF;AACtF,
|
|
1
|
+
{"version":3,"file":"custom-data.service.js","sourceRoot":"","sources":["../../../src/_modules/test/custom-data.service.ts"],"names":[],"mappings":";;;AAGA,mEAAsF;AACtF,qFAAgF;AAEhF,MAAa,iBAAkB,SAAQ,+CAAiC;IAEtE,YACE,UAAuB,EACvB,MAAe;QAEf,KAAK,CACH,IAAI,wBAAU,CAAC,UAAU,CAAC,EAC1B,mCAAqB,EACrB,MAAM,CACP,CAAC;IACJ,CAAC;CACF;AAZD,8CAYC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export declare function getTestRoutingModule(securityOverride?:
|
|
1
|
+
import { DynamoNTS_RouteSecurity } from '../../_enums/dynamo-nts-route-security.enum';
|
|
2
|
+
import { DynamoNTS_RoutingModule } from '../../_services/dynamo-nts-routing-module.service';
|
|
3
|
+
export declare function getTestRoutingModule(securityOverride?: DynamoNTS_RouteSecurity): DynamoNTS_RoutingModule;
|
|
4
4
|
//# sourceMappingURL=get-test-routing-module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-test-routing-module.d.ts","sourceRoot":"","sources":["../../../src/_modules/test/get-test-routing-module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"get-test-routing-module.d.ts","sourceRoot":"","sources":["../../../src/_modules/test/get-test-routing-module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,uBAAuB,EAAmC,MAAM,mDAAmD,CAAC;AAG7H,wBAAgB,oBAAoB,CAAC,gBAAgB,CAAC,EAAE,uBAAuB,GAAG,uBAAuB,CASxG"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getTestRoutingModule = void 0;
|
|
4
4
|
const test_module_1 = require("@futdevpro/fsm-dynamo/test-module");
|
|
5
|
-
const
|
|
5
|
+
const dynamo_nts_routing_module_service_1 = require("../../_services/dynamo-nts-routing-module.service");
|
|
6
6
|
const test_controller_1 = require("./test-controller");
|
|
7
7
|
function getTestRoutingModule(securityOverride) {
|
|
8
8
|
const set = {
|
|
@@ -12,7 +12,7 @@ function getTestRoutingModule(securityOverride) {
|
|
|
12
12
|
if (securityOverride) {
|
|
13
13
|
set.securityOverride = securityOverride;
|
|
14
14
|
}
|
|
15
|
-
return new
|
|
15
|
+
return new dynamo_nts_routing_module_service_1.DynamoNTS_RoutingModule(set);
|
|
16
16
|
}
|
|
17
17
|
exports.getTestRoutingModule = getTestRoutingModule;
|
|
18
18
|
//# sourceMappingURL=get-test-routing-module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-test-routing-module.js","sourceRoot":"","sources":["../../../src/_modules/test/get-test-routing-module.ts"],"names":[],"mappings":";;;AACA,mEAAuE;AAEvE,
|
|
1
|
+
{"version":3,"file":"get-test-routing-module.js","sourceRoot":"","sources":["../../../src/_modules/test/get-test-routing-module.ts"],"names":[],"mappings":";;;AACA,mEAAuE;AAEvE,yGAA6H;AAC7H,uDAAmD;AAEnD,SAAgB,oBAAoB,CAAC,gBAA0C;IAC7E,MAAM,GAAG,GAAoC;QAC3C,KAAK,EAAE,gCAAkB,CAAC,SAAS;QACnC,WAAW,EAAE,CAAE,gCAAc,CAAC,WAAW,EAAE,CAAE;KAC9C,CAAA;IACD,IAAI,gBAAgB,EAAE;QACpB,GAAG,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;KACzC;IACD,OAAO,IAAI,2DAAuB,CAAC,GAAG,CAAC,CAAC;AAC1C,CAAC;AATD,oDASC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class TestController extends
|
|
1
|
+
import { DynamoNTS_Controller } from '../../_services/dynamo-nts-controller.service';
|
|
2
|
+
export declare class TestController extends DynamoNTS_Controller {
|
|
3
3
|
static getInstance(): TestController;
|
|
4
4
|
setupEndpoints(): void;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-controller.d.ts","sourceRoot":"","sources":["../../../src/_modules/test/test-controller.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"test-controller.d.ts","sourceRoot":"","sources":["../../../src/_modules/test/test-controller.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AAGrF,qBAAa,cAAe,SAAQ,oBAAoB;IAEpD,MAAM,CAAC,WAAW,IAAI,cAAc;IAIpC,cAAc,IAAI,IAAI;CAyHzB"}
|
|
@@ -4,17 +4,17 @@ exports.TestController = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const test_module_1 = require("@futdevpro/fsm-dynamo/test-module");
|
|
6
6
|
const http_call_type_enum_1 = require("../../_enums/http/http-call-type.enum");
|
|
7
|
-
const
|
|
8
|
-
const
|
|
7
|
+
const dynamo_nts_endpoint_params_1 = require("../../_models/dynamo-nts-endpoint-params");
|
|
8
|
+
const dynamo_nts_controller_service_1 = require("../../_services/dynamo-nts-controller.service");
|
|
9
9
|
const custom_data_service_1 = require("./custom-data.service");
|
|
10
|
-
class TestController extends
|
|
10
|
+
class TestController extends dynamo_nts_controller_service_1.DynamoNTS_Controller {
|
|
11
11
|
static getInstance() {
|
|
12
12
|
return TestController.getSingletonInstance();
|
|
13
13
|
}
|
|
14
14
|
setupEndpoints() {
|
|
15
15
|
this.endpoints = [
|
|
16
16
|
// TESTS
|
|
17
|
-
new
|
|
17
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
18
18
|
name: 'testGet',
|
|
19
19
|
type: http_call_type_enum_1.HttpCallType.get,
|
|
20
20
|
endpoint: test_module_1.testModuleSettings.endPoints.testGet,
|
|
@@ -28,7 +28,7 @@ class TestController extends dynamobe_controller_service_1.DynamoBEController {
|
|
|
28
28
|
})
|
|
29
29
|
]
|
|
30
30
|
}),
|
|
31
|
-
new
|
|
31
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
32
32
|
name: 'testPost',
|
|
33
33
|
type: http_call_type_enum_1.HttpCallType.post,
|
|
34
34
|
endpoint: test_module_1.testModuleSettings.endPoints.testPost,
|
|
@@ -42,7 +42,7 @@ class TestController extends dynamobe_controller_service_1.DynamoBEController {
|
|
|
42
42
|
})
|
|
43
43
|
]
|
|
44
44
|
}),
|
|
45
|
-
new
|
|
45
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
46
46
|
name: 'testPut',
|
|
47
47
|
type: http_call_type_enum_1.HttpCallType.put,
|
|
48
48
|
endpoint: test_module_1.testModuleSettings.endPoints.testPut,
|
|
@@ -56,7 +56,7 @@ class TestController extends dynamobe_controller_service_1.DynamoBEController {
|
|
|
56
56
|
})
|
|
57
57
|
]
|
|
58
58
|
}),
|
|
59
|
-
new
|
|
59
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
60
60
|
name: 'testPatch',
|
|
61
61
|
type: http_call_type_enum_1.HttpCallType.patch,
|
|
62
62
|
endpoint: test_module_1.testModuleSettings.endPoints.testPatch,
|
|
@@ -70,7 +70,7 @@ class TestController extends dynamobe_controller_service_1.DynamoBEController {
|
|
|
70
70
|
})
|
|
71
71
|
]
|
|
72
72
|
}),
|
|
73
|
-
new
|
|
73
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
74
74
|
name: 'testDelete',
|
|
75
75
|
type: http_call_type_enum_1.HttpCallType.delete,
|
|
76
76
|
endpoint: test_module_1.testModuleSettings.endPoints.testDelete,
|
|
@@ -85,7 +85,7 @@ class TestController extends dynamobe_controller_service_1.DynamoBEController {
|
|
|
85
85
|
]
|
|
86
86
|
}),
|
|
87
87
|
// CUSTOM DATA
|
|
88
|
-
new
|
|
88
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
89
89
|
name: 'getCustomData',
|
|
90
90
|
type: http_call_type_enum_1.HttpCallType.get,
|
|
91
91
|
endpoint: test_module_1.testModuleSettings.endPoints.getCustomData,
|
|
@@ -102,7 +102,7 @@ class TestController extends dynamobe_controller_service_1.DynamoBEController {
|
|
|
102
102
|
})
|
|
103
103
|
]
|
|
104
104
|
}),
|
|
105
|
-
new
|
|
105
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
106
106
|
name: 'modifyCustomData',
|
|
107
107
|
type: http_call_type_enum_1.HttpCallType.post,
|
|
108
108
|
endpoint: test_module_1.testModuleSettings.endPoints.modifyCustomData,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-controller.js","sourceRoot":"","sources":["../../../src/_modules/test/test-controller.ts"],"names":[],"mappings":";;;;AAEA,mEAAuE;AACvE,+EAAqE;AACrE,
|
|
1
|
+
{"version":3,"file":"test-controller.js","sourceRoot":"","sources":["../../../src/_modules/test/test-controller.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export declare function getUsageRoutingModule(securityOverride?:
|
|
1
|
+
import { DynamoNTS_RouteSecurity } from '../../_enums/dynamo-nts-route-security.enum';
|
|
2
|
+
import { DynamoNTS_RoutingModule } from '../../_services/dynamo-nts-routing-module.service';
|
|
3
|
+
export declare function getUsageRoutingModule(securityOverride?: DynamoNTS_RouteSecurity): DynamoNTS_RoutingModule;
|
|
4
4
|
//# sourceMappingURL=get-usage-routing-module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-usage-routing-module.d.ts","sourceRoot":"","sources":["../../../src/_modules/usage/get-usage-routing-module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"get-usage-routing-module.d.ts","sourceRoot":"","sources":["../../../src/_modules/usage/get-usage-routing-module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,uBAAuB,EAAmC,MAAM,mDAAmD,CAAC;AAG7H,wBAAgB,qBAAqB,CAAC,gBAAgB,CAAC,EAAE,uBAAuB,GAAG,uBAAuB,CASzG"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getUsageRoutingModule = void 0;
|
|
4
4
|
const usage_module_1 = require("@futdevpro/fsm-dynamo/usage-module");
|
|
5
|
-
const
|
|
5
|
+
const dynamo_nts_routing_module_service_1 = require("../../_services/dynamo-nts-routing-module.service");
|
|
6
6
|
const usage_controller_1 = require("./usage-controller");
|
|
7
7
|
function getUsageRoutingModule(securityOverride) {
|
|
8
8
|
const set = {
|
|
@@ -12,7 +12,7 @@ function getUsageRoutingModule(securityOverride) {
|
|
|
12
12
|
if (securityOverride) {
|
|
13
13
|
set.securityOverride = securityOverride;
|
|
14
14
|
}
|
|
15
|
-
return new
|
|
15
|
+
return new dynamo_nts_routing_module_service_1.DynamoNTS_RoutingModule(set);
|
|
16
16
|
}
|
|
17
17
|
exports.getUsageRoutingModule = getUsageRoutingModule;
|
|
18
18
|
//# sourceMappingURL=get-usage-routing-module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-usage-routing-module.js","sourceRoot":"","sources":["../../../src/_modules/usage/get-usage-routing-module.ts"],"names":[],"mappings":";;;AACA,qEAAyE;AAEzE,
|
|
1
|
+
{"version":3,"file":"get-usage-routing-module.js","sourceRoot":"","sources":["../../../src/_modules/usage/get-usage-routing-module.ts"],"names":[],"mappings":";;;AACA,qEAAyE;AAEzE,yGAA6H;AAC7H,yDAAqD;AAErD,SAAgB,qBAAqB,CAAC,gBAA0C;IAC9E,MAAM,GAAG,GAAoC;QAC3C,KAAK,EAAE,kCAAmB,CAAC,SAAS;QACpC,WAAW,EAAE,CAAE,kCAAe,CAAC,WAAW,EAAE,CAAE;KAC/C,CAAA;IACD,IAAI,gBAAgB,EAAE;QACpB,GAAG,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;KACzC;IACD,OAAO,IAAI,2DAAuB,CAAC,GAAG,CAAC,CAAC;AAC1C,CAAC;AATD,sDASC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class UsageController extends
|
|
1
|
+
import { DynamoNTS_Controller } from '../../_services/dynamo-nts-controller.service';
|
|
2
|
+
export declare class UsageController extends DynamoNTS_Controller {
|
|
3
3
|
static getInstance(): UsageController;
|
|
4
4
|
private authService;
|
|
5
5
|
setupEndpoints(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usage-controller.d.ts","sourceRoot":"","sources":["../../../src/_modules/usage/usage-controller.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"usage-controller.d.ts","sourceRoot":"","sources":["../../../src/_modules/usage/usage-controller.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AAIrF,qBAAa,eAAgB,SAAQ,oBAAoB;IAErD,MAAM,CAAC,WAAW,IAAI,eAAe;IAKrC,OAAO,CAAC,WAAW,CAAwB;IAE3C,cAAc,IAAI,IAAI;CA6FzB"}
|
|
@@ -4,24 +4,24 @@ exports.UsageController = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const usage_module_1 = require("@futdevpro/fsm-dynamo/usage-module");
|
|
6
6
|
const http_call_type_enum_1 = require("../../_enums/http/http-call-type.enum");
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
7
|
+
const dynamo_nts_endpoint_params_1 = require("../../_models/dynamo-nts-endpoint-params");
|
|
8
|
+
const dynamo_nts_controller_service_1 = require("../../_services/dynamo-nts-controller.service");
|
|
9
|
+
const dynamo_nts_global_service_1 = require("../../_services/dynamo-nts-global.service");
|
|
10
10
|
const usage_service_1 = require("./usage.service");
|
|
11
|
-
class UsageController extends
|
|
11
|
+
class UsageController extends dynamo_nts_controller_service_1.DynamoNTS_Controller {
|
|
12
12
|
static getInstance() {
|
|
13
13
|
return UsageController.getSingletonInstance();
|
|
14
14
|
}
|
|
15
15
|
setupEndpoints() {
|
|
16
|
-
this.authService =
|
|
16
|
+
this.authService = dynamo_nts_global_service_1.DynamoNTS_GlobalService.getAuthService();
|
|
17
17
|
this.endpoints = [
|
|
18
|
-
new
|
|
18
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
19
19
|
name: 'newSession',
|
|
20
20
|
type: http_call_type_enum_1.HttpCallType.get,
|
|
21
21
|
endpoint: usage_module_1.usageModuleSettings.endPoints.newSession,
|
|
22
22
|
tasks: [
|
|
23
23
|
(req, res, issuer) => tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
24
|
-
const authService =
|
|
24
|
+
const authService = dynamo_nts_global_service_1.DynamoNTS_GlobalService.getAuthService();
|
|
25
25
|
const username = authService.getUsernameFromRequest(req);
|
|
26
26
|
const usageService = new usage_service_1.UsageService({
|
|
27
27
|
usageSession: new usage_module_1.DynamoUsageSession({
|
|
@@ -36,7 +36,7 @@ class UsageController extends dynamobe_controller_service_1.DynamoBEController {
|
|
|
36
36
|
})
|
|
37
37
|
]
|
|
38
38
|
}),
|
|
39
|
-
new
|
|
39
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
40
40
|
name: 'updateUsage',
|
|
41
41
|
type: http_call_type_enum_1.HttpCallType.post,
|
|
42
42
|
endpoint: usage_module_1.usageModuleSettings.endPoints.updateUsage,
|
|
@@ -53,7 +53,7 @@ class UsageController extends dynamobe_controller_service_1.DynamoBEController {
|
|
|
53
53
|
})
|
|
54
54
|
]
|
|
55
55
|
}),
|
|
56
|
-
new
|
|
56
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
57
57
|
name: 'closeSession',
|
|
58
58
|
type: http_call_type_enum_1.HttpCallType.get,
|
|
59
59
|
endpoint: usage_module_1.usageModuleSettings.endPoints.closeSession,
|
|
@@ -69,7 +69,7 @@ class UsageController extends dynamobe_controller_service_1.DynamoBEController {
|
|
|
69
69
|
})
|
|
70
70
|
]
|
|
71
71
|
}),
|
|
72
|
-
new
|
|
72
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
73
73
|
name: 'getAllUsageData',
|
|
74
74
|
type: http_call_type_enum_1.HttpCallType.get,
|
|
75
75
|
endpoint: usage_module_1.usageModuleSettings.endPoints.getAllUsageData,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usage-controller.js","sourceRoot":"","sources":["../../../src/_modules/usage/usage-controller.ts"],"names":[],"mappings":";;;;AAEA,qEAA6F;AAC7F,+EAAqE;AACrE,
|
|
1
|
+
{"version":3,"file":"usage-controller.js","sourceRoot":"","sources":["../../../src/_modules/usage/usage-controller.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Request } from 'express';
|
|
2
2
|
import { DynamoUsageSession, DynamoUsageData, DailyUsageData } from '@futdevpro/fsm-dynamo/usage-module';
|
|
3
|
-
import {
|
|
4
|
-
export declare class UsageService extends
|
|
3
|
+
import { DynamoNTS_DataService } from '../../_services/dynamo-nts-data.service';
|
|
4
|
+
export declare class UsageService extends DynamoNTS_DataService<DynamoUsageSession> {
|
|
5
5
|
usageData: DynamoUsageData[];
|
|
6
6
|
simplifiedDailyUsage: DailyUsageData[];
|
|
7
7
|
constructor(set?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usage.service.d.ts","sourceRoot":"","sources":["../../../src/_modules/usage/usage.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,OAAO,EAAE,kBAAkB,EAA2B,eAAe,EACnE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAE7D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"usage.service.d.ts","sourceRoot":"","sources":["../../../src/_modules/usage/usage.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,OAAO,EAAE,kBAAkB,EAA2B,eAAe,EACnE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAE7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAGhF,qBAAa,YAAa,SAAQ,qBAAqB,CAAC,kBAAkB,CAAC;IACzE,SAAS,EAAE,eAAe,EAAE,CAAM;IAClC,oBAAoB,EAAE,cAAc,EAAE,CAAM;gBAG1C,GAAG,CAAC,EAAE;QACJ,YAAY,CAAC,EAAE,kBAAkB,CAAC;QAClC,SAAS,CAAC,EAAE,eAAe,EAAE,CAAC;QAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB;IAUH,0BAA0B,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAexC,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAoDjC,eAAe,CAAC,GAAG,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAsB5C,YAAY,CAAC,GAAG,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;CAoBhD"}
|
|
@@ -4,9 +4,9 @@ exports.UsageService = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const fsm_dynamo_1 = require("@futdevpro/fsm-dynamo");
|
|
6
6
|
const usage_module_1 = require("@futdevpro/fsm-dynamo/usage-module");
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
class UsageService extends
|
|
7
|
+
const dynamo_nts_data_service_1 = require("../../_services/dynamo-nts-data.service");
|
|
8
|
+
const dynamo_nts_shared_service_1 = require("../../_services/dynamo-nts-shared.service");
|
|
9
|
+
class UsageService extends dynamo_nts_data_service_1.DynamoNTS_DataService {
|
|
10
10
|
constructor(set) {
|
|
11
11
|
super(new usage_module_1.DynamoUsageSession(set === null || set === void 0 ? void 0 : set.usageSession), usage_module_1.usageSessionModelParams, set === null || set === void 0 ? void 0 : set.issuer);
|
|
12
12
|
this.usageData = [];
|
|
@@ -15,8 +15,8 @@ class UsageService extends dynamobe_data_service_1.DynamoBEDataService {
|
|
|
15
15
|
}
|
|
16
16
|
getLocationDataFromRequest(req) {
|
|
17
17
|
try {
|
|
18
|
-
this.data.address =
|
|
19
|
-
this.data.locationData =
|
|
18
|
+
this.data.address = dynamo_nts_shared_service_1.DynamoNTS_Shared.getIpFromRequest(req);
|
|
19
|
+
this.data.locationData = dynamo_nts_shared_service_1.DynamoNTS_Shared.getLocationDataByRequest(req);
|
|
20
20
|
/* console.log(`...getLocationDataFromRequest... ip: ${this.data.address}`, this.data.locationData); */
|
|
21
21
|
}
|
|
22
22
|
catch (error) {
|
|
@@ -31,7 +31,7 @@ class UsageService extends dynamobe_data_service_1.DynamoBEDataService {
|
|
|
31
31
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
32
32
|
try {
|
|
33
33
|
yield this.dataDBService.find({
|
|
34
|
-
sessionStart: { $gte:
|
|
34
|
+
sessionStart: { $gte: dynamo_nts_shared_service_1.DynamoNTS_Shared.oneWeekAgo() }
|
|
35
35
|
}).then((res) => {
|
|
36
36
|
this.dataList = res;
|
|
37
37
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usage.service.js","sourceRoot":"","sources":["../../../src/_modules/usage/usage.service.ts"],"names":[],"mappings":";;;;AAEA,sDAAsD;AACtD,qEAC6D;AAE7D,
|
|
1
|
+
{"version":3,"file":"usage.service.js","sourceRoot":"","sources":["../../../src/_modules/usage/usage.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DynamoNTS_ApiCallParams } from '../_models/dynamo-nts-api-call-params';
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*/
|
|
5
|
+
export declare class DynamoNTS_ApiService {
|
|
6
|
+
/**
|
|
7
|
+
*
|
|
8
|
+
* @param callParams
|
|
9
|
+
* @param inputParams
|
|
10
|
+
* @returns
|
|
11
|
+
*/
|
|
12
|
+
static startApiCall<T>(callParams: DynamoNTS_ApiCallParams, inputParams?: {
|
|
13
|
+
pathParams?: {
|
|
14
|
+
[param: string]: string;
|
|
15
|
+
};
|
|
16
|
+
body?: any;
|
|
17
|
+
}): Promise<any>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=dynamo-nts-api.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamo-nts-api.service.d.ts","sourceRoot":"","sources":["../../src/_services/dynamo-nts-api.service.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAGhF;;GAEG;AACH,qBAAa,oBAAoB;IAE7B;;;;;OAKG;WACe,YAAY,CAAC,CAAC,EAChC,UAAU,EAAE,uBAAuB,EACnC,WAAW,CAAC,EAAE;QACZ,UAAU,CAAC,EAAE;YACX,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;SACxB,CAAC;QAEF,IAAI,CAAC,EAAE,GAAG,CAAA;KACX,GACA,OAAO,CAAC,GAAG,CAAC;CA0IhB"}
|