@futdevpro/nts-dynamo 1.5.76 → 1.5.81
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/LICENSE +2 -2
- package/lib/_constants/dynamo-nts-global-settings.d.ts +2 -2
- package/lib/_constants/dynamo-nts-global-settings.js +17 -17
- package/lib/_constants/index.d.ts +1 -1
- package/lib/_constants/index.js +4 -4
- package/lib/_enums/data-model-type.enum.d.ts +12 -12
- package/lib/_enums/data-model-type.enum.js +16 -16
- package/lib/_enums/data-model-type.enum.js.map +1 -1
- package/lib/_enums/dynamo-nts-data-service-function.enum.d.ts +12 -12
- package/lib/_enums/dynamo-nts-data-service-function.enum.js +18 -18
- package/lib/_enums/dynamo-nts-data-service-function.enum.js.map +1 -1
- package/lib/_enums/dynamo-nts-route-security.enum.d.ts +11 -11
- package/lib/_enums/dynamo-nts-route-security.enum.js +15 -15
- package/lib/_enums/dynamo-nts-route-security.enum.js.map +1 -1
- package/lib/_enums/dynamo-nts-socket-security.enum.d.ts +10 -10
- package/lib/_enums/dynamo-nts-socket-security.enum.js +14 -14
- package/lib/_enums/dynamo-nts-socket-security.enum.js.map +1 -1
- package/lib/_enums/http/http-call-type.enum.d.ts +11 -11
- package/lib/_enums/http/http-call-type.enum.js +15 -15
- package/lib/_enums/http/http-call-type.enum.js.map +1 -1
- package/lib/_enums/http/http-response-type.enum.d.ts +6 -6
- package/lib/_enums/http/http-response-type.enum.js +10 -10
- package/lib/_enums/http/http-response-type.enum.js.map +1 -1
- package/lib/_enums/http/socket-event.enum.d.ts +9 -8
- package/lib/_enums/http/socket-event.enum.d.ts.map +1 -1
- package/lib/_enums/http/socket-event.enum.js +13 -12
- package/lib/_enums/http/socket-event.enum.js.map +1 -1
- package/lib/_enums/index.d.ts +8 -8
- package/lib/_enums/index.js +13 -13
- package/lib/_enums/predefined-data-types.enum.d.ts +10 -10
- package/lib/_enums/predefined-data-types.enum.js +14 -14
- package/lib/_enums/predefined-data-types.enum.js.map +1 -1
- package/lib/_interfaces/certification-settings.interface.d.ts +7 -0
- package/lib/_interfaces/certification-settings.interface.d.ts.map +1 -0
- package/lib/_interfaces/certification-settings.interface.js +3 -0
- package/lib/_interfaces/certification-settings.interface.js.map +1 -0
- package/lib/_interfaces/global-service-settings.interface.d.ts +18 -0
- package/lib/_interfaces/global-service-settings.interface.d.ts.map +1 -0
- package/lib/_interfaces/global-service-settings.interface.js +3 -0
- package/lib/_interfaces/global-service-settings.interface.js.map +1 -0
- package/lib/_interfaces/index.d.ts +1 -0
- package/lib/_interfaces/index.d.ts.map +1 -0
- package/lib/_interfaces/index.js +4 -0
- package/lib/_interfaces/index.js.map +1 -0
- package/lib/_interfaces/port-settings.interface.d.ts +5 -0
- package/lib/_interfaces/port-settings.interface.d.ts.map +1 -0
- package/lib/_interfaces/port-settings.interface.js +3 -0
- package/lib/_interfaces/port-settings.interface.js.map +1 -0
- package/lib/_models/dynamo-nts-api-call-params.d.ts +95 -95
- package/lib/_models/dynamo-nts-api-call-params.js +47 -47
- package/lib/_models/dynamo-nts-app-params.d.ts +49 -49
- package/lib/_models/dynamo-nts-app-params.js +17 -17
- package/lib/_models/dynamo-nts-endpoint-params.d.ts +80 -80
- package/lib/_models/dynamo-nts-endpoint-params.js +139 -139
- package/lib/_models/dynamo-nts-global-settings.d.ts +53 -53
- package/lib/_models/dynamo-nts-global-settings.js +2 -2
- package/lib/_models/dynamo-nts-routing-module-settings.d.ts +19 -19
- package/lib/_models/dynamo-nts-routing-module-settings.js +2 -2
- package/lib/_models/dynamo-nts-socket-event-params.d.ts +32 -30
- package/lib/_models/dynamo-nts-socket-event-params.d.ts.map +1 -1
- package/lib/_models/dynamo-nts-socket-event-params.js +80 -79
- package/lib/_models/dynamo-nts-socket-event-params.js.map +1 -1
- package/lib/_models/dynamo-nts-socket-presence.d.ts +21 -0
- package/lib/_models/dynamo-nts-socket-presence.d.ts.map +1 -0
- package/lib/_models/dynamo-nts-socket-presence.js +45 -0
- package/lib/_models/dynamo-nts-socket-presence.js.map +1 -0
- package/lib/_models/dynamo-nts-socket-service-params.d.ts +18 -18
- package/lib/_models/dynamo-nts-socket-service-params.d.ts.map +1 -1
- package/lib/_models/dynamo-nts-socket-service-params.js +26 -26
- package/lib/_models/dynamo-nts-socket-service-params.js.map +1 -1
- package/lib/_models/index.d.ts +7 -8
- package/lib/_models/index.d.ts.map +1 -1
- package/lib/_models/index.js +12 -12
- package/lib/_models/index.js.map +1 -1
- package/lib/_modules/api-service.index.d.ts +5 -5
- package/lib/_modules/api-service.index.js +11 -11
- package/lib/_modules/app-extended.index.d.ts +15 -12
- package/lib/_modules/app-extended.index.d.ts.map +1 -1
- package/lib/_modules/app-extended.index.js +23 -19
- package/lib/_modules/app-extended.index.js.map +1 -1
- package/lib/_modules/app.index.d.ts +13 -10
- package/lib/_modules/app.index.d.ts.map +1 -1
- package/lib/_modules/app.index.js +21 -17
- package/lib/_modules/app.index.js.map +1 -1
- package/lib/_modules/auth.index.d.ts +3 -3
- package/lib/_modules/auth.index.js +8 -8
- package/lib/_modules/constants.index.d.ts +1 -1
- package/lib/_modules/constants.index.js +4 -4
- package/lib/_modules/controller.index.d.ts +4 -4
- package/lib/_modules/controller.index.js +10 -10
- package/lib/_modules/custom-data/custom-data.controller.d.ts +5 -5
- package/lib/_modules/custom-data/custom-data.controller.js +55 -55
- package/lib/_modules/custom-data/custom-data.service.d.ts +5 -5
- package/lib/_modules/custom-data/custom-data.service.js +11 -11
- package/lib/_modules/custom-data/get-custom-data-routing-module.d.ts +3 -3
- package/lib/_modules/custom-data/get-custom-data-routing-module.js +17 -17
- package/lib/_modules/custom-data/index.d.ts +4 -4
- package/lib/_modules/custom-data/index.js +8 -8
- package/lib/_modules/custom-data-module.index.d.ts +1 -1
- package/lib/_modules/custom-data-module.index.js +4 -4
- package/lib/_modules/data-service.index.d.ts +5 -5
- package/lib/_modules/data-service.index.js +10 -10
- package/lib/_modules/email.index.d.ts +3 -3
- package/lib/_modules/email.index.js +8 -8
- package/lib/_modules/enums.index.d.ts +1 -1
- package/lib/_modules/enums.index.js +4 -4
- package/lib/_modules/models.index.d.ts +1 -1
- package/lib/_modules/models.index.js +4 -4
- package/lib/_modules/services.index.d.ts +1 -1
- package/lib/_modules/services.index.js +4 -4
- package/lib/_modules/test/get-test-routing-module.d.ts +3 -3
- package/lib/_modules/test/get-test-routing-module.js +17 -17
- package/lib/_modules/test/index.d.ts +3 -3
- package/lib/_modules/test/index.js +7 -7
- package/lib/_modules/test/test.controller.d.ts +5 -5
- package/lib/_modules/test/test.controller.js +104 -104
- package/lib/_modules/test-module.index.d.ts +1 -1
- package/lib/_modules/test-module.index.js +4 -4
- package/lib/_modules/usage/get-usage-routing-module.d.ts +3 -3
- package/lib/_modules/usage/get-usage-routing-module.js +17 -17
- package/lib/_modules/usage/index.d.ts +4 -4
- package/lib/_modules/usage/index.js +8 -8
- package/lib/_modules/usage/usage-controller.d.ts +6 -6
- package/lib/_modules/usage/usage-controller.js +88 -88
- package/lib/_modules/usage/usage.service.d.ts +16 -16
- package/lib/_modules/usage/usage.service.js +132 -132
- package/lib/_modules/usage-module.index.d.ts +1 -1
- package/lib/_modules/usage-module.index.js +4 -4
- package/lib/_services/dynamo-nts-api.service.d.ts +34 -34
- package/lib/_services/dynamo-nts-api.service.js +188 -188
- package/lib/_services/dynamo-nts-app-extended.d.ts +128 -128
- package/lib/_services/dynamo-nts-app-extended.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-app-extended.js +212 -212
- package/lib/_services/dynamo-nts-app-extended.js.map +1 -1
- package/lib/_services/dynamo-nts-app.d.ts +270 -278
- package/lib/_services/dynamo-nts-app.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-app.js +371 -371
- package/lib/_services/dynamo-nts-app.js.map +1 -1
- package/lib/_services/dynamo-nts-app.spec.d.ts +1 -0
- package/lib/_services/dynamo-nts-app.spec.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-app.spec.js +10 -0
- package/lib/_services/dynamo-nts-app.spec.js.map +1 -0
- package/lib/_services/dynamo-nts-auth.service.d.ts +127 -127
- package/lib/_services/dynamo-nts-auth.service.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-auth.service.js +53 -53
- package/lib/_services/dynamo-nts-auth.service.js.map +1 -1
- package/lib/_services/dynamo-nts-controller.service.d.ts +105 -105
- package/lib/_services/dynamo-nts-controller.service.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-controller.service.js +57 -57
- package/lib/_services/dynamo-nts-controller.service.js.map +1 -1
- package/lib/_services/dynamo-nts-data.service.d.ts +230 -229
- package/lib/_services/dynamo-nts-data.service.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-data.service.js +689 -686
- package/lib/_services/dynamo-nts-data.service.js.map +1 -1
- package/lib/_services/dynamo-nts-db-service-collection.service.d.ts +8 -8
- package/lib/_services/dynamo-nts-db-service-collection.service.js +10 -10
- package/lib/_services/dynamo-nts-db.service.d.ts +312 -312
- package/lib/_services/dynamo-nts-db.service.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-db.service.js +856 -856
- package/lib/_services/dynamo-nts-db.service.js.map +1 -1
- package/lib/_services/dynamo-nts-email-service-collection.service.d.ts +18 -18
- package/lib/_services/dynamo-nts-email-service-collection.service.js +20 -20
- package/lib/_services/dynamo-nts-email.service.d.ts +56 -56
- package/lib/_services/dynamo-nts-email.service.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-email.service.js +203 -203
- package/lib/_services/dynamo-nts-email.service.js.map +1 -1
- package/lib/_services/dynamo-nts-global.service.d.ts +71 -84
- package/lib/_services/dynamo-nts-global.service.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-global.service.js +156 -156
- package/lib/_services/dynamo-nts-global.service.js.map +1 -1
- package/lib/_services/dynamo-nts-routing-module.service.d.ts +76 -76
- package/lib/_services/dynamo-nts-routing-module.service.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-routing-module.service.js +191 -191
- package/lib/_services/dynamo-nts-routing-module.service.js.map +1 -1
- package/lib/_services/dynamo-nts-shared.service.d.ts +31 -31
- package/lib/_services/dynamo-nts-shared.service.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-shared.service.js +70 -70
- package/lib/_services/dynamo-nts-shared.service.js.map +1 -1
- package/lib/_services/dynamo-nts-shared.service.spec.d.ts +2 -0
- package/lib/_services/dynamo-nts-shared.service.spec.d.ts.map +1 -0
- package/lib/_services/dynamo-nts-shared.service.spec.js +12 -0
- package/lib/_services/dynamo-nts-shared.service.spec.js.map +1 -0
- package/lib/_services/dynamo-nts-singleton.service.d.ts +8 -8
- package/lib/_services/dynamo-nts-singleton.service.js +18 -18
- package/lib/_services/dynamo-nts-singleton.service.js.map +1 -1
- package/lib/_services/dynamo-nts-socket-service-collection.service.d.ts +9 -9
- package/lib/_services/dynamo-nts-socket-service-collection.service.js +13 -13
- package/lib/_services/dynamo-nts-socket.service.d.ts +57 -45
- package/lib/_services/dynamo-nts-socket.service.d.ts.map +1 -1
- package/lib/_services/dynamo-nts-socket.service.js +188 -165
- package/lib/_services/dynamo-nts-socket.service.js.map +1 -1
- package/lib/_services/index.d.ts +14 -16
- package/lib/_services/index.d.ts.map +1 -1
- package/lib/_services/index.js +20 -20
- package/lib/_services/index.js.map +1 -1
- package/lib/index.d.ts +6 -6
- package/lib/index.js +14 -14
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package SAVE.json +216 -0
- package/package-NEW with test but not working.json +228 -0
- package/package.json +15 -8
- package/spec/support/jasmine.json +14 -0
- package/src/_enums/http/socket-event.enum.ts +2 -1
- package/src/_interfaces/certification-settings.interface.ts +7 -0
- package/src/_interfaces/global-service-settings.interface.ts +23 -0
- package/src/_interfaces/index.ts +5 -0
- package/src/_interfaces/port-settings.interface.ts +5 -0
- package/src/_models/dynamo-nts-socket-event-params.ts +23 -21
- package/src/_models/{dynamo-nts-socket-dictionary.ts → dynamo-nts-socket-presence.ts} +21 -5
- package/src/_models/dynamo-nts-socket-service-params.ts +1 -0
- package/src/_models/index.ts +2 -2
- package/src/_modules/app-extended.index.ts +7 -2
- package/src/_modules/app.index.ts +5 -0
- package/src/_services/dynamo-nts-app-extended.ts +6 -2
- package/src/_services/dynamo-nts-app.spec.ts +14 -0
- package/src/_services/dynamo-nts-app.ts +8 -14
- package/src/_services/dynamo-nts-auth.service.ts +1 -0
- package/src/_services/dynamo-nts-controller.service.ts +2 -1
- package/src/_services/dynamo-nts-data.service.ts +16 -10
- package/src/_services/dynamo-nts-db.service.ts +8 -5
- package/src/_services/dynamo-nts-email.service.ts +1 -0
- package/src/_services/dynamo-nts-global.service.ts +3 -18
- package/src/_services/dynamo-nts-routing-module.service.ts +1 -0
- package/src/_services/dynamo-nts-shared.service.spec.ts +10 -0
- package/src/_services/dynamo-nts-shared.service.ts +2 -1
- package/src/_services/dynamo-nts-socket.service.ts +80 -41
- package/src/_services/index.ts +2 -2
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// 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
|
-
//
|
|
10
|
-
tslib_1.__exportStar(require("../
|
|
11
|
-
tslib_1.__exportStar(require("../
|
|
12
|
-
tslib_1.__exportStar(require("../
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
tslib_1.__exportStar(require("../
|
|
16
|
-
|
|
17
|
-
tslib_1.__exportStar(require("../
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// 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
|
+
// INTERFACES
|
|
10
|
+
tslib_1.__exportStar(require("../_interfaces/global-service-settings.interface"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("../_interfaces/port-settings.interface"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("../_interfaces/certification-settings.interface"), exports);
|
|
13
|
+
// MODELS
|
|
14
|
+
tslib_1.__exportStar(require("../_models/dynamo-nts-app-params"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("../_models/dynamo-nts-endpoint-params"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("../_models/dynamo-nts-global-settings"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("../_models/dynamo-nts-routing-module-settings"), exports);
|
|
18
|
+
// ENUMS
|
|
19
|
+
tslib_1.__exportStar(require("../_enums/dynamo-nts-route-security.enum"), exports);
|
|
20
|
+
// CONSTANTS
|
|
21
|
+
tslib_1.__exportStar(require("../_constants/dynamo-nts-global-settings"), exports);
|
|
18
22
|
//# 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,sEAA4C;AAC5C,iFAAuD;AACvD,yFAA+D;AAC/D,iFAAuD;AAEvD,SAAS;AACT,2EAAiD;AACjD,gFAAsD;AACtD,gFAAsD;AACtD,wFAA8D;AAE9D,QAAQ;AACR,mFAAyD;AAEzD,YAAY;AACZ,mFAAyD"}
|
|
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,aAAa;AACb,2FAAiE;AACjE,iFAAuD;AACvD,0FAAgE;AAEhE,SAAS;AACT,2EAAiD;AACjD,gFAAsD;AACtD,gFAAsD;AACtD,wFAA8D;AAE9D,QAAQ;AACR,mFAAyD;AAEzD,YAAY;AACZ,mFAAyD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from '../_services/dynamo-nts-auth.service';
|
|
2
|
-
export * from '../_services/dynamo-nts-shared.service';
|
|
3
|
-
export * from '@futdevpro/fsm-dynamo/error-module';
|
|
1
|
+
export * from '../_services/dynamo-nts-auth.service';
|
|
2
|
+
export * from '../_services/dynamo-nts-shared.service';
|
|
3
|
+
export * from '@futdevpro/fsm-dynamo/error-module';
|
|
4
4
|
//# sourceMappingURL=auth.index.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// SERVICES
|
|
5
|
-
tslib_1.__exportStar(require("../_services/dynamo-nts-auth.service"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../_services/dynamo-nts-shared.service"), exports);
|
|
7
|
-
// MODELS
|
|
8
|
-
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/error-module"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// SERVICES
|
|
5
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-auth.service"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-shared.service"), exports);
|
|
7
|
+
// MODELS
|
|
8
|
+
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/error-module"), exports);
|
|
9
9
|
//# sourceMappingURL=auth.index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '../_constants';
|
|
1
|
+
export * from '../_constants';
|
|
2
2
|
//# sourceMappingURL=constants.index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("../_constants"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("../_constants"), exports);
|
|
5
5
|
//# sourceMappingURL=constants.index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
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
|
-
export * from '../_enums/http/http-call-type.enum';
|
|
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
|
+
export * from '../_enums/http/http-call-type.enum';
|
|
5
5
|
//# sourceMappingURL=controller.index.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// SERVICES
|
|
5
|
-
tslib_1.__exportStar(require("../_services/dynamo-nts-controller.service"), exports);
|
|
6
|
-
// MODELS
|
|
7
|
-
tslib_1.__exportStar(require("../_models/dynamo-nts-endpoint-params"), exports);
|
|
8
|
-
// ENUMS
|
|
9
|
-
tslib_1.__exportStar(require("../_enums/dynamo-nts-route-security.enum"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("../_enums/http/http-call-type.enum"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// SERVICES
|
|
5
|
+
tslib_1.__exportStar(require("../_services/dynamo-nts-controller.service"), exports);
|
|
6
|
+
// MODELS
|
|
7
|
+
tslib_1.__exportStar(require("../_models/dynamo-nts-endpoint-params"), exports);
|
|
8
|
+
// ENUMS
|
|
9
|
+
tslib_1.__exportStar(require("../_enums/dynamo-nts-route-security.enum"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("../_enums/http/http-call-type.enum"), exports);
|
|
11
11
|
//# sourceMappingURL=controller.index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DynamoNTS_Controller } from '../../_services/dynamo-nts-controller.service';
|
|
2
|
-
export declare class CustomDataController extends DynamoNTS_Controller {
|
|
3
|
-
static getInstance(): CustomDataController;
|
|
4
|
-
setupEndpoints(): void;
|
|
5
|
-
}
|
|
1
|
+
import { DynamoNTS_Controller } from '../../_services/dynamo-nts-controller.service';
|
|
2
|
+
export declare class CustomDataController extends DynamoNTS_Controller {
|
|
3
|
+
static getInstance(): CustomDataController;
|
|
4
|
+
setupEndpoints(): void;
|
|
5
|
+
}
|
|
6
6
|
//# sourceMappingURL=custom-data.controller.d.ts.map
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CustomDataController = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const fsm_dynamo_1 = require("@futdevpro/fsm-dynamo");
|
|
6
|
-
const http_call_type_enum_1 = require("../../_enums/http/http-call-type.enum");
|
|
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 custom_data_service_1 = require("../custom-data/custom-data.service");
|
|
10
|
-
class CustomDataController extends dynamo_nts_controller_service_1.DynamoNTS_Controller {
|
|
11
|
-
static getInstance() {
|
|
12
|
-
return CustomDataController.getSingletonInstance();
|
|
13
|
-
}
|
|
14
|
-
setupEndpoints() {
|
|
15
|
-
this.endpoints = [
|
|
16
|
-
// CUSTOM DATA
|
|
17
|
-
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
18
|
-
name: 'getCustomData',
|
|
19
|
-
type: http_call_type_enum_1.HttpCallType.get,
|
|
20
|
-
endpoint: fsm_dynamo_1.customDataModuleSettings.endPoints.getCustomData,
|
|
21
|
-
tasks: [
|
|
22
|
-
(req, res) => tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const customDataService = new custom_data_service_1.Dynamo_CustomDataService({ _id: req.params.customId });
|
|
24
|
-
yield customDataService.getDataById();
|
|
25
|
-
res.send({
|
|
26
|
-
url: req.url,
|
|
27
|
-
result: 'get custom call was successful!',
|
|
28
|
-
response: customDataService.data,
|
|
29
|
-
request: `.../custom/get/${req.params.customId}`
|
|
30
|
-
});
|
|
31
|
-
})
|
|
32
|
-
]
|
|
33
|
-
}),
|
|
34
|
-
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
35
|
-
name: 'modifyCustomData',
|
|
36
|
-
type: http_call_type_enum_1.HttpCallType.post,
|
|
37
|
-
endpoint: fsm_dynamo_1.customDataModuleSettings.endPoints.modifyCustomData,
|
|
38
|
-
tasks: [
|
|
39
|
-
(req, res, issuer) => tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
40
|
-
const customDataService = new custom_data_service_1.Dynamo_CustomDataService(req.body, issuer);
|
|
41
|
-
yield customDataService.saveData();
|
|
42
|
-
res.send({
|
|
43
|
-
url: req.url,
|
|
44
|
-
result: 'post custom call was successful!',
|
|
45
|
-
response: customDataService.data,
|
|
46
|
-
warning: 'keep in mind that this is a playground DB, and it will be cleared out from time to time',
|
|
47
|
-
request: req.body
|
|
48
|
-
});
|
|
49
|
-
})
|
|
50
|
-
]
|
|
51
|
-
}),
|
|
52
|
-
];
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
exports.CustomDataController = CustomDataController;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomDataController = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const fsm_dynamo_1 = require("@futdevpro/fsm-dynamo");
|
|
6
|
+
const http_call_type_enum_1 = require("../../_enums/http/http-call-type.enum");
|
|
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 custom_data_service_1 = require("../custom-data/custom-data.service");
|
|
10
|
+
class CustomDataController extends dynamo_nts_controller_service_1.DynamoNTS_Controller {
|
|
11
|
+
static getInstance() {
|
|
12
|
+
return CustomDataController.getSingletonInstance();
|
|
13
|
+
}
|
|
14
|
+
setupEndpoints() {
|
|
15
|
+
this.endpoints = [
|
|
16
|
+
// CUSTOM DATA
|
|
17
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
18
|
+
name: 'getCustomData',
|
|
19
|
+
type: http_call_type_enum_1.HttpCallType.get,
|
|
20
|
+
endpoint: fsm_dynamo_1.customDataModuleSettings.endPoints.getCustomData,
|
|
21
|
+
tasks: [
|
|
22
|
+
(req, res) => tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
23
|
+
const customDataService = new custom_data_service_1.Dynamo_CustomDataService({ _id: req.params.customId });
|
|
24
|
+
yield customDataService.getDataById();
|
|
25
|
+
res.send({
|
|
26
|
+
url: req.url,
|
|
27
|
+
result: 'get custom call was successful!',
|
|
28
|
+
response: customDataService.data,
|
|
29
|
+
request: `.../custom/get/${req.params.customId}`
|
|
30
|
+
});
|
|
31
|
+
})
|
|
32
|
+
]
|
|
33
|
+
}),
|
|
34
|
+
new dynamo_nts_endpoint_params_1.DynamoNTS_EndpointParams({
|
|
35
|
+
name: 'modifyCustomData',
|
|
36
|
+
type: http_call_type_enum_1.HttpCallType.post,
|
|
37
|
+
endpoint: fsm_dynamo_1.customDataModuleSettings.endPoints.modifyCustomData,
|
|
38
|
+
tasks: [
|
|
39
|
+
(req, res, issuer) => tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
40
|
+
const customDataService = new custom_data_service_1.Dynamo_CustomDataService(req.body, issuer);
|
|
41
|
+
yield customDataService.saveData();
|
|
42
|
+
res.send({
|
|
43
|
+
url: req.url,
|
|
44
|
+
result: 'post custom call was successful!',
|
|
45
|
+
response: customDataService.data,
|
|
46
|
+
warning: 'keep in mind that this is a playground DB, and it will be cleared out from time to time',
|
|
47
|
+
request: req.body
|
|
48
|
+
});
|
|
49
|
+
})
|
|
50
|
+
]
|
|
51
|
+
}),
|
|
52
|
+
];
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
exports.CustomDataController = CustomDataController;
|
|
56
56
|
//# sourceMappingURL=custom-data.controller.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Dynamo_CustomData } from '@futdevpro/fsm-dynamo/custom-data-module';
|
|
2
|
-
import { DynamoNTS_DataService } from '../../_services/dynamo-nts-data.service';
|
|
3
|
-
export declare class Dynamo_CustomDataService extends DynamoNTS_DataService<Dynamo_CustomData> {
|
|
4
|
-
constructor(customData?: Dynamo_CustomData, issuer?: string);
|
|
5
|
-
}
|
|
1
|
+
import { Dynamo_CustomData } from '@futdevpro/fsm-dynamo/custom-data-module';
|
|
2
|
+
import { DynamoNTS_DataService } from '../../_services/dynamo-nts-data.service';
|
|
3
|
+
export declare class Dynamo_CustomDataService extends DynamoNTS_DataService<Dynamo_CustomData> {
|
|
4
|
+
constructor(customData?: Dynamo_CustomData, issuer?: string);
|
|
5
|
+
}
|
|
6
6
|
//# sourceMappingURL=custom-data.service.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Dynamo_CustomDataService = void 0;
|
|
4
|
-
const custom_data_module_1 = require("@futdevpro/fsm-dynamo/custom-data-module");
|
|
5
|
-
const dynamo_nts_data_service_1 = require("../../_services/dynamo-nts-data.service");
|
|
6
|
-
class Dynamo_CustomDataService extends dynamo_nts_data_service_1.DynamoNTS_DataService {
|
|
7
|
-
constructor(customData, issuer) {
|
|
8
|
-
super(new custom_data_module_1.Dynamo_CustomData(customData), custom_data_module_1.customDataModelParams, issuer);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
exports.Dynamo_CustomDataService = Dynamo_CustomDataService;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Dynamo_CustomDataService = void 0;
|
|
4
|
+
const custom_data_module_1 = require("@futdevpro/fsm-dynamo/custom-data-module");
|
|
5
|
+
const dynamo_nts_data_service_1 = require("../../_services/dynamo-nts-data.service");
|
|
6
|
+
class Dynamo_CustomDataService extends dynamo_nts_data_service_1.DynamoNTS_DataService {
|
|
7
|
+
constructor(customData, issuer) {
|
|
8
|
+
super(new custom_data_module_1.Dynamo_CustomData(customData), custom_data_module_1.customDataModelParams, issuer);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.Dynamo_CustomDataService = Dynamo_CustomDataService;
|
|
12
12
|
//# sourceMappingURL=custom-data.service.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
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 getCustomDataRoutingModule(securityOverride?: DynamoNTS_RouteSecurity): DynamoNTS_RoutingModule;
|
|
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 getCustomDataRoutingModule(securityOverride?: DynamoNTS_RouteSecurity): DynamoNTS_RoutingModule;
|
|
4
4
|
//# sourceMappingURL=get-custom-data-routing-module.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getCustomDataRoutingModule = void 0;
|
|
4
|
-
const fsm_dynamo_1 = require("@futdevpro/fsm-dynamo");
|
|
5
|
-
const dynamo_nts_routing_module_service_1 = require("../../_services/dynamo-nts-routing-module.service");
|
|
6
|
-
const custom_data_controller_1 = require("./custom-data.controller");
|
|
7
|
-
function getCustomDataRoutingModule(securityOverride) {
|
|
8
|
-
const set = {
|
|
9
|
-
route: fsm_dynamo_1.customDataModuleSettings.mainRoute,
|
|
10
|
-
controllers: [custom_data_controller_1.CustomDataController.getInstance()]
|
|
11
|
-
};
|
|
12
|
-
if (securityOverride) {
|
|
13
|
-
set.securityOverride = securityOverride;
|
|
14
|
-
}
|
|
15
|
-
return new dynamo_nts_routing_module_service_1.DynamoNTS_RoutingModule(set);
|
|
16
|
-
}
|
|
17
|
-
exports.getCustomDataRoutingModule = getCustomDataRoutingModule;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getCustomDataRoutingModule = void 0;
|
|
4
|
+
const fsm_dynamo_1 = require("@futdevpro/fsm-dynamo");
|
|
5
|
+
const dynamo_nts_routing_module_service_1 = require("../../_services/dynamo-nts-routing-module.service");
|
|
6
|
+
const custom_data_controller_1 = require("./custom-data.controller");
|
|
7
|
+
function getCustomDataRoutingModule(securityOverride) {
|
|
8
|
+
const set = {
|
|
9
|
+
route: fsm_dynamo_1.customDataModuleSettings.mainRoute,
|
|
10
|
+
controllers: [custom_data_controller_1.CustomDataController.getInstance()]
|
|
11
|
+
};
|
|
12
|
+
if (securityOverride) {
|
|
13
|
+
set.securityOverride = securityOverride;
|
|
14
|
+
}
|
|
15
|
+
return new dynamo_nts_routing_module_service_1.DynamoNTS_RoutingModule(set);
|
|
16
|
+
}
|
|
17
|
+
exports.getCustomDataRoutingModule = getCustomDataRoutingModule;
|
|
18
18
|
//# sourceMappingURL=get-custom-data-routing-module.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './custom-data.service';
|
|
2
|
-
export * from './get-custom-data-routing-module';
|
|
3
|
-
export * from './custom-data.controller';
|
|
4
|
-
export * from '@futdevpro/fsm-dynamo/custom-data-module';
|
|
1
|
+
export * from './custom-data.service';
|
|
2
|
+
export * from './get-custom-data-routing-module';
|
|
3
|
+
export * from './custom-data.controller';
|
|
4
|
+
export * from '@futdevpro/fsm-dynamo/custom-data-module';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// CUSTOM-DATA MODULE
|
|
5
|
-
tslib_1.__exportStar(require("./custom-data.service"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./get-custom-data-routing-module"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./custom-data.controller"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/custom-data-module"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// CUSTOM-DATA MODULE
|
|
5
|
+
tslib_1.__exportStar(require("./custom-data.service"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./get-custom-data-routing-module"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./custom-data.controller"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/custom-data-module"), exports);
|
|
9
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './custom-data';
|
|
1
|
+
export * from './custom-data';
|
|
2
2
|
//# sourceMappingURL=custom-data-module.index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./custom-data"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./custom-data"), exports);
|
|
5
5
|
//# sourceMappingURL=custom-data-module.index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
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
|
-
export * from '@futdevpro/fsm-dynamo/error-module';
|
|
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
|
+
export * from '@futdevpro/fsm-dynamo/error-module';
|
|
6
6
|
//# sourceMappingURL=data-service.index.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// 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
|
-
// MODELS
|
|
10
|
-
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/error-module"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// 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
|
+
// MODELS
|
|
10
|
+
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/error-module"), exports);
|
|
11
11
|
//# sourceMappingURL=data-service.index.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from '../_services/dynamo-nts-email.service';
|
|
2
|
-
export * from '../_services/dynamo-nts-email-service-collection.service';
|
|
3
|
-
export * from '@futdevpro/fsm-dynamo/error-module';
|
|
1
|
+
export * from '../_services/dynamo-nts-email.service';
|
|
2
|
+
export * from '../_services/dynamo-nts-email-service-collection.service';
|
|
3
|
+
export * from '@futdevpro/fsm-dynamo/error-module';
|
|
4
4
|
//# sourceMappingURL=email.index.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// 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
|
-
// MODELS
|
|
8
|
-
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/error-module"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// 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
|
+
// MODELS
|
|
8
|
+
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/error-module"), exports);
|
|
9
9
|
//# sourceMappingURL=email.index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '../_enums';
|
|
1
|
+
export * from '../_enums';
|
|
2
2
|
//# sourceMappingURL=enums.index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("../_enums"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("../_enums"), exports);
|
|
5
5
|
//# sourceMappingURL=enums.index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '../_models';
|
|
1
|
+
export * from '../_models';
|
|
2
2
|
//# sourceMappingURL=models.index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("../_models"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("../_models"), exports);
|
|
5
5
|
//# sourceMappingURL=models.index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '../_services';
|
|
1
|
+
export * from '../_services';
|
|
2
2
|
//# sourceMappingURL=services.index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("../_services"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("../_services"), exports);
|
|
5
5
|
//# sourceMappingURL=services.index.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
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;
|
|
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,18 +1,18 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getTestRoutingModule = void 0;
|
|
4
|
-
const test_module_1 = require("@futdevpro/fsm-dynamo/test-module");
|
|
5
|
-
const dynamo_nts_routing_module_service_1 = require("../../_services/dynamo-nts-routing-module.service");
|
|
6
|
-
const test_controller_1 = require("./test.controller");
|
|
7
|
-
function getTestRoutingModule(securityOverride) {
|
|
8
|
-
const set = {
|
|
9
|
-
route: test_module_1.testModuleSettings.mainRoute,
|
|
10
|
-
controllers: [test_controller_1.TestController.getInstance()]
|
|
11
|
-
};
|
|
12
|
-
if (securityOverride) {
|
|
13
|
-
set.securityOverride = securityOverride;
|
|
14
|
-
}
|
|
15
|
-
return new dynamo_nts_routing_module_service_1.DynamoNTS_RoutingModule(set);
|
|
16
|
-
}
|
|
17
|
-
exports.getTestRoutingModule = getTestRoutingModule;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getTestRoutingModule = void 0;
|
|
4
|
+
const test_module_1 = require("@futdevpro/fsm-dynamo/test-module");
|
|
5
|
+
const dynamo_nts_routing_module_service_1 = require("../../_services/dynamo-nts-routing-module.service");
|
|
6
|
+
const test_controller_1 = require("./test.controller");
|
|
7
|
+
function getTestRoutingModule(securityOverride) {
|
|
8
|
+
const set = {
|
|
9
|
+
route: test_module_1.testModuleSettings.mainRoute,
|
|
10
|
+
controllers: [test_controller_1.TestController.getInstance()]
|
|
11
|
+
};
|
|
12
|
+
if (securityOverride) {
|
|
13
|
+
set.securityOverride = securityOverride;
|
|
14
|
+
}
|
|
15
|
+
return new dynamo_nts_routing_module_service_1.DynamoNTS_RoutingModule(set);
|
|
16
|
+
}
|
|
17
|
+
exports.getTestRoutingModule = getTestRoutingModule;
|
|
18
18
|
//# sourceMappingURL=get-test-routing-module.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './test.controller';
|
|
2
|
-
export * from './get-test-routing-module';
|
|
3
|
-
export * from '@futdevpro/fsm-dynamo/test-module';
|
|
1
|
+
export * from './test.controller';
|
|
2
|
+
export * from './get-test-routing-module';
|
|
3
|
+
export * from '@futdevpro/fsm-dynamo/test-module';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// TEST MODULE
|
|
5
|
-
tslib_1.__exportStar(require("./test.controller"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./get-test-routing-module"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/test-module"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// TEST MODULE
|
|
5
|
+
tslib_1.__exportStar(require("./test.controller"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./get-test-routing-module"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("@futdevpro/fsm-dynamo/test-module"), exports);
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DynamoNTS_Controller } from '../../_services/dynamo-nts-controller.service';
|
|
2
|
-
export declare class TestController extends DynamoNTS_Controller {
|
|
3
|
-
static getInstance(): TestController;
|
|
4
|
-
setupEndpoints(): void;
|
|
5
|
-
}
|
|
1
|
+
import { DynamoNTS_Controller } from '../../_services/dynamo-nts-controller.service';
|
|
2
|
+
export declare class TestController extends DynamoNTS_Controller {
|
|
3
|
+
static getInstance(): TestController;
|
|
4
|
+
setupEndpoints(): void;
|
|
5
|
+
}
|
|
6
6
|
//# sourceMappingURL=test.controller.d.ts.map
|