@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
package/LICENSE
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
FDP License
|
|
2
2
|
|
|
3
3
|
Copyright (c) Future Development Program Ltd. (HU)
|
|
4
4
|
|
|
5
|
-
Permission is
|
|
5
|
+
Permission is not granted, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
7
7
|
in the Software without restriction, including without limitation the rights
|
|
8
8
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { DynamoNTS_GlobalSettings } from '../_models/dynamo-nts-global-settings';
|
|
2
|
-
export declare const dynamoNTS_GlobalSettings: DynamoNTS_GlobalSettings;
|
|
1
|
+
import { DynamoNTS_GlobalSettings } from '../_models/dynamo-nts-global-settings';
|
|
2
|
+
export declare const dynamoNTS_GlobalSettings: DynamoNTS_GlobalSettings;
|
|
3
3
|
//# sourceMappingURL=dynamo-nts-global-settings.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.dynamoNTS_GlobalSettings = void 0;
|
|
4
|
-
const dynamo_nts_route_security_enum_1 = require("../_enums/dynamo-nts-route-security.enum");
|
|
5
|
-
const dynamo_nts_socket_security_enum_1 = require("../_enums/dynamo-nts-socket-security.enum");
|
|
6
|
-
exports.dynamoNTS_GlobalSettings = {
|
|
7
|
-
baseUrl: '/api',
|
|
8
|
-
defaultRouteSecurity: dynamo_nts_route_security_enum_1.DynamoNTS_RouteSecurity.open,
|
|
9
|
-
defaultSocketSecurity: dynamo_nts_socket_security_enum_1.DynamoNTS_SocketSecurity.open,
|
|
10
|
-
logSetup: false,
|
|
11
|
-
logRequest: true,
|
|
12
|
-
logRequestsContent: true,
|
|
13
|
-
logResponseContent: false,
|
|
14
|
-
logMainSocketEvent: true,
|
|
15
|
-
logAllSocketEvent: false,
|
|
16
|
-
logEventContent: false,
|
|
17
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.dynamoNTS_GlobalSettings = void 0;
|
|
4
|
+
const dynamo_nts_route_security_enum_1 = require("../_enums/dynamo-nts-route-security.enum");
|
|
5
|
+
const dynamo_nts_socket_security_enum_1 = require("../_enums/dynamo-nts-socket-security.enum");
|
|
6
|
+
exports.dynamoNTS_GlobalSettings = {
|
|
7
|
+
baseUrl: '/api',
|
|
8
|
+
defaultRouteSecurity: dynamo_nts_route_security_enum_1.DynamoNTS_RouteSecurity.open,
|
|
9
|
+
defaultSocketSecurity: dynamo_nts_socket_security_enum_1.DynamoNTS_SocketSecurity.open,
|
|
10
|
+
logSetup: false,
|
|
11
|
+
logRequest: true,
|
|
12
|
+
logRequestsContent: true,
|
|
13
|
+
logResponseContent: false,
|
|
14
|
+
logMainSocketEvent: true,
|
|
15
|
+
logAllSocketEvent: false,
|
|
16
|
+
logEventContent: false,
|
|
17
|
+
};
|
|
18
18
|
//# sourceMappingURL=dynamo-nts-global-settings.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './dynamo-nts-global-settings';
|
|
1
|
+
export * from './dynamo-nts-global-settings';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/_constants/index.js
CHANGED
|
@@ -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("./dynamo-nts-global-settings"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./dynamo-nts-global-settings"), exports);
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DataModelType is declaring where the data type is used
|
|
3
|
-
*
|
|
4
|
-
* dataModel: used in DB
|
|
5
|
-
* controlModel: used only in runtime
|
|
6
|
-
* interfaceModel: used only in runtime and doesnt need constructor
|
|
7
|
-
*/
|
|
8
|
-
export declare enum DataModelType {
|
|
9
|
-
dataModel = "data-model",
|
|
10
|
-
controlModel = "control-model",
|
|
11
|
-
interfaceModel = "interface-model"
|
|
12
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* DataModelType is declaring where the data type is used
|
|
3
|
+
*
|
|
4
|
+
* dataModel: used in DB
|
|
5
|
+
* controlModel: used only in runtime
|
|
6
|
+
* interfaceModel: used only in runtime and doesnt need constructor
|
|
7
|
+
*/
|
|
8
|
+
export declare enum DataModelType {
|
|
9
|
+
dataModel = "data-model",
|
|
10
|
+
controlModel = "control-model",
|
|
11
|
+
interfaceModel = "interface-model"
|
|
12
|
+
}
|
|
13
13
|
//# sourceMappingURL=data-model-type.enum.d.ts.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DataModelType = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* DataModelType is declaring where the data type is used
|
|
6
|
-
*
|
|
7
|
-
* dataModel: used in DB
|
|
8
|
-
* controlModel: used only in runtime
|
|
9
|
-
* interfaceModel: used only in runtime and doesnt need constructor
|
|
10
|
-
*/
|
|
11
|
-
var DataModelType;
|
|
12
|
-
(function (DataModelType) {
|
|
13
|
-
DataModelType["dataModel"] = "data-model";
|
|
14
|
-
DataModelType["controlModel"] = "control-model";
|
|
15
|
-
DataModelType["interfaceModel"] = "interface-model";
|
|
16
|
-
})(DataModelType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DataModelType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* DataModelType is declaring where the data type is used
|
|
6
|
+
*
|
|
7
|
+
* dataModel: used in DB
|
|
8
|
+
* controlModel: used only in runtime
|
|
9
|
+
* interfaceModel: used only in runtime and doesnt need constructor
|
|
10
|
+
*/
|
|
11
|
+
var DataModelType;
|
|
12
|
+
(function (DataModelType) {
|
|
13
|
+
DataModelType["dataModel"] = "data-model";
|
|
14
|
+
DataModelType["controlModel"] = "control-model";
|
|
15
|
+
DataModelType["interfaceModel"] = "interface-model";
|
|
16
|
+
})(DataModelType || (exports.DataModelType = DataModelType = {}));
|
|
17
17
|
//# sourceMappingURL=data-model-type.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-model-type.enum.js","sourceRoot":"","sources":["../../src/_enums/data-model-type.enum.ts"],"names":[],"mappings":";;;AACA;;;;;;GAMG;AACH,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,yCAAwB,CAAA;IACxB,+CAA8B,CAAA;IAC9B,mDAAkC,CAAA;AACpC,CAAC,EAJW,aAAa,
|
|
1
|
+
{"version":3,"file":"data-model-type.enum.js","sourceRoot":"","sources":["../../src/_enums/data-model-type.enum.ts"],"names":[],"mappings":";;;AACA;;;;;;GAMG;AACH,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,yCAAwB,CAAA;IACxB,+CAA8B,CAAA;IAC9B,mDAAkC,CAAA;AACpC,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DataServiceFunctions
|
|
3
|
-
*
|
|
4
|
-
* #unconnected TODO
|
|
5
|
-
*/
|
|
6
|
-
export declare enum DynamoNTS_DSF {
|
|
7
|
-
getAll = "getAll",
|
|
8
|
-
getDataById = "getDataById",
|
|
9
|
-
modifyData = "modifyData",
|
|
10
|
-
deleteData = "deleteData",
|
|
11
|
-
getProvidedData = "getProvidedData"
|
|
12
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* DataServiceFunctions
|
|
3
|
+
*
|
|
4
|
+
* #unconnected TODO
|
|
5
|
+
*/
|
|
6
|
+
export declare enum DynamoNTS_DSF {
|
|
7
|
+
getAll = "getAll",
|
|
8
|
+
getDataById = "getDataById",
|
|
9
|
+
modifyData = "modifyData",
|
|
10
|
+
deleteData = "deleteData",
|
|
11
|
+
getProvidedData = "getProvidedData"
|
|
12
|
+
}
|
|
13
13
|
//# sourceMappingURL=dynamo-nts-data-service-function.enum.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DynamoNTS_DSF = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* DataServiceFunctions
|
|
6
|
-
*
|
|
7
|
-
* #unconnected TODO
|
|
8
|
-
*/
|
|
9
|
-
var DynamoNTS_DSF;
|
|
10
|
-
(function (DynamoNTS_DSF) {
|
|
11
|
-
DynamoNTS_DSF["getAll"] = "getAll";
|
|
12
|
-
DynamoNTS_DSF["getDataById"] = "getDataById";
|
|
13
|
-
/* checkIfDataExists = 'checkIfDataExists',
|
|
14
|
-
createData = 'createNewData', */
|
|
15
|
-
DynamoNTS_DSF["modifyData"] = "modifyData";
|
|
16
|
-
DynamoNTS_DSF["deleteData"] = "deleteData";
|
|
17
|
-
DynamoNTS_DSF["getProvidedData"] = "getProvidedData";
|
|
18
|
-
})(DynamoNTS_DSF
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DynamoNTS_DSF = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* DataServiceFunctions
|
|
6
|
+
*
|
|
7
|
+
* #unconnected TODO
|
|
8
|
+
*/
|
|
9
|
+
var DynamoNTS_DSF;
|
|
10
|
+
(function (DynamoNTS_DSF) {
|
|
11
|
+
DynamoNTS_DSF["getAll"] = "getAll";
|
|
12
|
+
DynamoNTS_DSF["getDataById"] = "getDataById";
|
|
13
|
+
/* checkIfDataExists = 'checkIfDataExists',
|
|
14
|
+
createData = 'createNewData', */
|
|
15
|
+
DynamoNTS_DSF["modifyData"] = "modifyData";
|
|
16
|
+
DynamoNTS_DSF["deleteData"] = "deleteData";
|
|
17
|
+
DynamoNTS_DSF["getProvidedData"] = "getProvidedData";
|
|
18
|
+
})(DynamoNTS_DSF || (exports.DynamoNTS_DSF = DynamoNTS_DSF = {}));
|
|
19
19
|
//# sourceMappingURL=dynamo-nts-data-service-function.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamo-nts-data-service-function.enum.js","sourceRoot":"","sources":["../../src/_enums/dynamo-nts-data-service-function.enum.ts"],"names":[],"mappings":";;;AACA;;;;GAIG;AACH,IAAY,aAQX;AARD,WAAY,aAAa;IACvB,kCAAiB,CAAA;IACjB,4CAA2B,CAAA;IAC3B;oCACgC;IAChC,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,oDAAmC,CAAA;AACrC,CAAC,EARW,aAAa,
|
|
1
|
+
{"version":3,"file":"dynamo-nts-data-service-function.enum.js","sourceRoot":"","sources":["../../src/_enums/dynamo-nts-data-service-function.enum.ts"],"names":[],"mappings":";;;AACA;;;;GAIG;AACH,IAAY,aAQX;AARD,WAAY,aAAa;IACvB,kCAAiB,CAAA;IACjB,4CAA2B,CAAA;IAC3B;oCACgC;IAChC,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,oDAAmC,CAAA;AACrC,CAAC,EARW,aAAa,6BAAb,aAAa,QAQxB"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* security settings for API,
|
|
3
|
-
* different security paths will need different handlers
|
|
4
|
-
*
|
|
5
|
-
* open; http, secure; https or both,
|
|
6
|
-
*/
|
|
7
|
-
export declare enum DynamoNTS_RouteSecurity {
|
|
8
|
-
open = "open",
|
|
9
|
-
secure = "secure",
|
|
10
|
-
both = "both"
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* security settings for API,
|
|
3
|
+
* different security paths will need different handlers
|
|
4
|
+
*
|
|
5
|
+
* open; http, secure; https or both,
|
|
6
|
+
*/
|
|
7
|
+
export declare enum DynamoNTS_RouteSecurity {
|
|
8
|
+
open = "open",
|
|
9
|
+
secure = "secure",
|
|
10
|
+
both = "both"
|
|
11
|
+
}
|
|
12
12
|
//# sourceMappingURL=dynamo-nts-route-security.enum.d.ts.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DynamoNTS_RouteSecurity = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* security settings for API,
|
|
6
|
-
* different security paths will need different handlers
|
|
7
|
-
*
|
|
8
|
-
* open; http, secure; https or both,
|
|
9
|
-
*/
|
|
10
|
-
var DynamoNTS_RouteSecurity;
|
|
11
|
-
(function (DynamoNTS_RouteSecurity) {
|
|
12
|
-
DynamoNTS_RouteSecurity["open"] = "open";
|
|
13
|
-
DynamoNTS_RouteSecurity["secure"] = "secure";
|
|
14
|
-
DynamoNTS_RouteSecurity["both"] = "both";
|
|
15
|
-
})(DynamoNTS_RouteSecurity
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DynamoNTS_RouteSecurity = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* security settings for API,
|
|
6
|
+
* different security paths will need different handlers
|
|
7
|
+
*
|
|
8
|
+
* open; http, secure; https or both,
|
|
9
|
+
*/
|
|
10
|
+
var DynamoNTS_RouteSecurity;
|
|
11
|
+
(function (DynamoNTS_RouteSecurity) {
|
|
12
|
+
DynamoNTS_RouteSecurity["open"] = "open";
|
|
13
|
+
DynamoNTS_RouteSecurity["secure"] = "secure";
|
|
14
|
+
DynamoNTS_RouteSecurity["both"] = "both";
|
|
15
|
+
})(DynamoNTS_RouteSecurity || (exports.DynamoNTS_RouteSecurity = DynamoNTS_RouteSecurity = {}));
|
|
16
16
|
//# sourceMappingURL=dynamo-nts-route-security.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamo-nts-route-security.enum.js","sourceRoot":"","sources":["../../src/_enums/dynamo-nts-route-security.enum.ts"],"names":[],"mappings":";;;AACA;;;;;GAKG;AACH,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IACjC,wCAAa,CAAA;IACb,4CAAiB,CAAA;IACjB,wCAAa,CAAA;AACf,CAAC,EAJW,uBAAuB,
|
|
1
|
+
{"version":3,"file":"dynamo-nts-route-security.enum.js","sourceRoot":"","sources":["../../src/_enums/dynamo-nts-route-security.enum.ts"],"names":[],"mappings":";;;AACA;;;;;GAKG;AACH,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IACjC,wCAAa,CAAA;IACb,4CAAiB,CAAA;IACjB,wCAAa,CAAA;AACf,CAAC,EAJW,uBAAuB,uCAAvB,uBAAuB,QAIlC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* security settings for API,
|
|
3
|
-
* different security paths will need different handlers
|
|
4
|
-
*
|
|
5
|
-
* open; http or secure; https
|
|
6
|
-
*/
|
|
7
|
-
export declare enum DynamoNTS_SocketSecurity {
|
|
8
|
-
open = "open",
|
|
9
|
-
secure = "secure"
|
|
10
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* security settings for API,
|
|
3
|
+
* different security paths will need different handlers
|
|
4
|
+
*
|
|
5
|
+
* open; http or secure; https
|
|
6
|
+
*/
|
|
7
|
+
export declare enum DynamoNTS_SocketSecurity {
|
|
8
|
+
open = "open",
|
|
9
|
+
secure = "secure"
|
|
10
|
+
}
|
|
11
11
|
//# sourceMappingURL=dynamo-nts-socket-security.enum.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DynamoNTS_SocketSecurity = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* security settings for API,
|
|
6
|
-
* different security paths will need different handlers
|
|
7
|
-
*
|
|
8
|
-
* open; http or secure; https
|
|
9
|
-
*/
|
|
10
|
-
var DynamoNTS_SocketSecurity;
|
|
11
|
-
(function (DynamoNTS_SocketSecurity) {
|
|
12
|
-
DynamoNTS_SocketSecurity["open"] = "open";
|
|
13
|
-
DynamoNTS_SocketSecurity["secure"] = "secure";
|
|
14
|
-
})(DynamoNTS_SocketSecurity
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DynamoNTS_SocketSecurity = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* security settings for API,
|
|
6
|
+
* different security paths will need different handlers
|
|
7
|
+
*
|
|
8
|
+
* open; http or secure; https
|
|
9
|
+
*/
|
|
10
|
+
var DynamoNTS_SocketSecurity;
|
|
11
|
+
(function (DynamoNTS_SocketSecurity) {
|
|
12
|
+
DynamoNTS_SocketSecurity["open"] = "open";
|
|
13
|
+
DynamoNTS_SocketSecurity["secure"] = "secure";
|
|
14
|
+
})(DynamoNTS_SocketSecurity || (exports.DynamoNTS_SocketSecurity = DynamoNTS_SocketSecurity = {}));
|
|
15
15
|
//# sourceMappingURL=dynamo-nts-socket-security.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamo-nts-socket-security.enum.js","sourceRoot":"","sources":["../../src/_enums/dynamo-nts-socket-security.enum.ts"],"names":[],"mappings":";;;AACA;;;;;GAKG;AACH,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,yCAAa,CAAA;IACb,6CAAiB,CAAA;AACnB,CAAC,EAHW,wBAAwB,
|
|
1
|
+
{"version":3,"file":"dynamo-nts-socket-security.enum.js","sourceRoot":"","sources":["../../src/_enums/dynamo-nts-socket-security.enum.ts"],"names":[],"mappings":";;;AACA;;;;;GAKG;AACH,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,yCAAa,CAAA;IACb,6CAAiB,CAAA;AACnB,CAAC,EAHW,wBAAwB,wCAAxB,wBAAwB,QAGnC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* basic Http Call Types such as;
|
|
3
|
-
* get, post, put, patch, delete
|
|
4
|
-
*/
|
|
5
|
-
export declare enum HttpCallType {
|
|
6
|
-
get = "get",
|
|
7
|
-
post = "post",
|
|
8
|
-
put = "put",
|
|
9
|
-
patch = "patch",
|
|
10
|
-
delete = "delete"
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* basic Http Call Types such as;
|
|
3
|
+
* get, post, put, patch, delete
|
|
4
|
+
*/
|
|
5
|
+
export declare enum HttpCallType {
|
|
6
|
+
get = "get",
|
|
7
|
+
post = "post",
|
|
8
|
+
put = "put",
|
|
9
|
+
patch = "patch",
|
|
10
|
+
delete = "delete"
|
|
11
|
+
}
|
|
12
12
|
//# sourceMappingURL=http-call-type.enum.d.ts.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HttpCallType = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* basic Http Call Types such as;
|
|
6
|
-
* get, post, put, patch, delete
|
|
7
|
-
*/
|
|
8
|
-
var HttpCallType;
|
|
9
|
-
(function (HttpCallType) {
|
|
10
|
-
HttpCallType["get"] = "get";
|
|
11
|
-
HttpCallType["post"] = "post";
|
|
12
|
-
HttpCallType["put"] = "put";
|
|
13
|
-
HttpCallType["patch"] = "patch";
|
|
14
|
-
HttpCallType["delete"] = "delete";
|
|
15
|
-
})(HttpCallType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HttpCallType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* basic Http Call Types such as;
|
|
6
|
+
* get, post, put, patch, delete
|
|
7
|
+
*/
|
|
8
|
+
var HttpCallType;
|
|
9
|
+
(function (HttpCallType) {
|
|
10
|
+
HttpCallType["get"] = "get";
|
|
11
|
+
HttpCallType["post"] = "post";
|
|
12
|
+
HttpCallType["put"] = "put";
|
|
13
|
+
HttpCallType["patch"] = "patch";
|
|
14
|
+
HttpCallType["delete"] = "delete";
|
|
15
|
+
})(HttpCallType || (exports.HttpCallType = HttpCallType = {}));
|
|
16
16
|
//# sourceMappingURL=http-call-type.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-call-type.enum.js","sourceRoot":"","sources":["../../../src/_enums/http/http-call-type.enum.ts"],"names":[],"mappings":";;;AACA;;;GAGG;AACH,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,2BAAW,CAAA;IACX,6BAAa,CAAA;IACb,2BAAW,CAAA;IACX,+BAAe,CAAA;IACf,iCAAiB,CAAA;AACnB,CAAC,EANW,YAAY,
|
|
1
|
+
{"version":3,"file":"http-call-type.enum.js","sourceRoot":"","sources":["../../../src/_enums/http/http-call-type.enum.ts"],"names":[],"mappings":";;;AACA;;;GAGG;AACH,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,2BAAW,CAAA;IACX,6BAAa,CAAA;IACb,2BAAW,CAAA;IACX,+BAAe,CAAA;IACf,iCAAiB,CAAA;AACnB,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare enum HttpResponseType {
|
|
2
|
-
arraybuffer = "arraybuffer",
|
|
3
|
-
blob = "blob",
|
|
4
|
-
json = "json",
|
|
5
|
-
text = "text"
|
|
6
|
-
}
|
|
1
|
+
export declare enum HttpResponseType {
|
|
2
|
+
arraybuffer = "arraybuffer",
|
|
3
|
+
blob = "blob",
|
|
4
|
+
json = "json",
|
|
5
|
+
text = "text"
|
|
6
|
+
}
|
|
7
7
|
//# sourceMappingURL=http-response-type.enum.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HttpResponseType = void 0;
|
|
4
|
-
var HttpResponseType;
|
|
5
|
-
(function (HttpResponseType) {
|
|
6
|
-
HttpResponseType["arraybuffer"] = "arraybuffer";
|
|
7
|
-
HttpResponseType["blob"] = "blob";
|
|
8
|
-
HttpResponseType["json"] = "json";
|
|
9
|
-
HttpResponseType["text"] = "text";
|
|
10
|
-
})(HttpResponseType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HttpResponseType = void 0;
|
|
4
|
+
var HttpResponseType;
|
|
5
|
+
(function (HttpResponseType) {
|
|
6
|
+
HttpResponseType["arraybuffer"] = "arraybuffer";
|
|
7
|
+
HttpResponseType["blob"] = "blob";
|
|
8
|
+
HttpResponseType["json"] = "json";
|
|
9
|
+
HttpResponseType["text"] = "text";
|
|
10
|
+
})(HttpResponseType || (exports.HttpResponseType = HttpResponseType = {}));
|
|
11
11
|
//# sourceMappingURL=http-response-type.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-response-type.enum.js","sourceRoot":"","sources":["../../../src/_enums/http/http-response-type.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,iCAAa,CAAA;IACb,iCAAa,CAAA;IACb,iCAAa,CAAA;AACf,CAAC,EALW,gBAAgB,
|
|
1
|
+
{"version":3,"file":"http-response-type.enum.js","sourceRoot":"","sources":["../../../src/_enums/http/http-response-type.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,iCAAa,CAAA;IACb,iCAAa,CAAA;IACb,iCAAa,CAAA;AACf,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
export declare enum DynamoNTS_SocketEvent {
|
|
2
|
-
connection = "connection",
|
|
3
|
-
subscribe = "subscribe",
|
|
4
|
-
subscriptionSuccessful = "subscriptionSuccessful",
|
|
5
|
-
unsubscribe = "unsubscribe",
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
export declare enum DynamoNTS_SocketEvent {
|
|
2
|
+
connection = "connection",
|
|
3
|
+
subscribe = "subscribe",
|
|
4
|
+
subscriptionSuccessful = "subscriptionSuccessful",
|
|
5
|
+
unsubscribe = "unsubscribe",
|
|
6
|
+
disconnect = "disconnection",
|
|
7
|
+
event = "event",
|
|
8
|
+
error = "error"
|
|
9
|
+
}
|
|
9
10
|
//# sourceMappingURL=socket-event.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socket-event.enum.d.ts","sourceRoot":"","sources":["../../../src/_enums/http/socket-event.enum.ts"],"names":[],"mappings":"AACA,oBAAY,qBAAqB;IAC/B,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,sBAAsB,2BAA2B;IACjD,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,UAAU
|
|
1
|
+
{"version":3,"file":"socket-event.enum.d.ts","sourceRoot":"","sources":["../../../src/_enums/http/socket-event.enum.ts"],"names":[],"mappings":"AACA,oBAAY,qBAAqB;IAC/B,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,sBAAsB,2BAA2B;IACjD,WAAW,gBAAgB;IAC3B,UAAU,kBAAkB;IAC5B,KAAK,UAAU;IACf,KAAK,UAAU;CAChB"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DynamoNTS_SocketEvent = void 0;
|
|
4
|
-
var DynamoNTS_SocketEvent;
|
|
5
|
-
(function (DynamoNTS_SocketEvent) {
|
|
6
|
-
DynamoNTS_SocketEvent["connection"] = "connection";
|
|
7
|
-
DynamoNTS_SocketEvent["subscribe"] = "subscribe";
|
|
8
|
-
DynamoNTS_SocketEvent["subscriptionSuccessful"] = "subscriptionSuccessful";
|
|
9
|
-
DynamoNTS_SocketEvent["unsubscribe"] = "unsubscribe";
|
|
10
|
-
DynamoNTS_SocketEvent["
|
|
11
|
-
DynamoNTS_SocketEvent["
|
|
12
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DynamoNTS_SocketEvent = void 0;
|
|
4
|
+
var DynamoNTS_SocketEvent;
|
|
5
|
+
(function (DynamoNTS_SocketEvent) {
|
|
6
|
+
DynamoNTS_SocketEvent["connection"] = "connection";
|
|
7
|
+
DynamoNTS_SocketEvent["subscribe"] = "subscribe";
|
|
8
|
+
DynamoNTS_SocketEvent["subscriptionSuccessful"] = "subscriptionSuccessful";
|
|
9
|
+
DynamoNTS_SocketEvent["unsubscribe"] = "unsubscribe";
|
|
10
|
+
DynamoNTS_SocketEvent["disconnect"] = "disconnection";
|
|
11
|
+
DynamoNTS_SocketEvent["event"] = "event";
|
|
12
|
+
DynamoNTS_SocketEvent["error"] = "error";
|
|
13
|
+
})(DynamoNTS_SocketEvent || (exports.DynamoNTS_SocketEvent = DynamoNTS_SocketEvent = {}));
|
|
13
14
|
//# sourceMappingURL=socket-event.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socket-event.enum.js","sourceRoot":"","sources":["../../../src/_enums/http/socket-event.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,
|
|
1
|
+
{"version":3,"file":"socket-event.enum.js","sourceRoot":"","sources":["../../../src/_enums/http/socket-event.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,qBAQX;AARD,WAAY,qBAAqB;IAC/B,kDAAyB,CAAA;IACzB,gDAAuB,CAAA;IACvB,0EAAiD,CAAA;IACjD,oDAA2B,CAAA;IAC3B,qDAA4B,CAAA;IAC5B,wCAAe,CAAA;IACf,wCAAe,CAAA;AACjB,CAAC,EARW,qBAAqB,qCAArB,qBAAqB,QAQhC"}
|
package/lib/_enums/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './data-model-type.enum';
|
|
2
|
-
export * from './dynamo-nts-data-service-function.enum';
|
|
3
|
-
export * from './dynamo-nts-route-security.enum';
|
|
4
|
-
export * from './dynamo-nts-socket-security.enum';
|
|
5
|
-
export * from './predefined-data-types.enum';
|
|
6
|
-
export * from './http/http-call-type.enum';
|
|
7
|
-
export * from './http/http-response-type.enum';
|
|
8
|
-
export * from './http/socket-event.enum';
|
|
1
|
+
export * from './data-model-type.enum';
|
|
2
|
+
export * from './dynamo-nts-data-service-function.enum';
|
|
3
|
+
export * from './dynamo-nts-route-security.enum';
|
|
4
|
+
export * from './dynamo-nts-socket-security.enum';
|
|
5
|
+
export * from './predefined-data-types.enum';
|
|
6
|
+
export * from './http/http-call-type.enum';
|
|
7
|
+
export * from './http/http-response-type.enum';
|
|
8
|
+
export * from './http/socket-event.enum';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/_enums/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// ENUMS
|
|
5
|
-
tslib_1.__exportStar(require("./data-model-type.enum"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./dynamo-nts-data-service-function.enum"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./dynamo-nts-route-security.enum"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./dynamo-nts-socket-security.enum"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./predefined-data-types.enum"), exports);
|
|
10
|
-
// HTTP ENUMS
|
|
11
|
-
tslib_1.__exportStar(require("./http/http-call-type.enum"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./http/http-response-type.enum"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./http/socket-event.enum"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// ENUMS
|
|
5
|
+
tslib_1.__exportStar(require("./data-model-type.enum"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./dynamo-nts-data-service-function.enum"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./dynamo-nts-route-security.enum"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./dynamo-nts-socket-security.enum"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./predefined-data-types.enum"), exports);
|
|
10
|
+
// HTTP ENUMS
|
|
11
|
+
tslib_1.__exportStar(require("./http/http-call-type.enum"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./http/http-response-type.enum"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./http/socket-event.enum"), exports);
|
|
14
14
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* the most basic data types
|
|
3
|
-
*/
|
|
4
|
-
export declare enum PredefinedDataTypes {
|
|
5
|
-
'string' = 0,
|
|
6
|
-
'number' = 1,
|
|
7
|
-
'boolean' = 2,
|
|
8
|
-
'Date' = 3,
|
|
9
|
-
'object' = 4
|
|
10
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* the most basic data types
|
|
3
|
+
*/
|
|
4
|
+
export declare enum PredefinedDataTypes {
|
|
5
|
+
'string' = 0,
|
|
6
|
+
'number' = 1,
|
|
7
|
+
'boolean' = 2,
|
|
8
|
+
'Date' = 3,
|
|
9
|
+
'object' = 4
|
|
10
|
+
}
|
|
11
11
|
//# sourceMappingURL=predefined-data-types.enum.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PredefinedDataTypes = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* the most basic data types
|
|
6
|
-
*/
|
|
7
|
-
var PredefinedDataTypes;
|
|
8
|
-
(function (PredefinedDataTypes) {
|
|
9
|
-
PredefinedDataTypes[PredefinedDataTypes["string"] = 0] = "string";
|
|
10
|
-
PredefinedDataTypes[PredefinedDataTypes["number"] = 1] = "number";
|
|
11
|
-
PredefinedDataTypes[PredefinedDataTypes["boolean"] = 2] = "boolean";
|
|
12
|
-
PredefinedDataTypes[PredefinedDataTypes["Date"] = 3] = "Date";
|
|
13
|
-
PredefinedDataTypes[PredefinedDataTypes["object"] = 4] = "object";
|
|
14
|
-
})(PredefinedDataTypes
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PredefinedDataTypes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* the most basic data types
|
|
6
|
+
*/
|
|
7
|
+
var PredefinedDataTypes;
|
|
8
|
+
(function (PredefinedDataTypes) {
|
|
9
|
+
PredefinedDataTypes[PredefinedDataTypes["string"] = 0] = "string";
|
|
10
|
+
PredefinedDataTypes[PredefinedDataTypes["number"] = 1] = "number";
|
|
11
|
+
PredefinedDataTypes[PredefinedDataTypes["boolean"] = 2] = "boolean";
|
|
12
|
+
PredefinedDataTypes[PredefinedDataTypes["Date"] = 3] = "Date";
|
|
13
|
+
PredefinedDataTypes[PredefinedDataTypes["object"] = 4] = "object";
|
|
14
|
+
})(PredefinedDataTypes || (exports.PredefinedDataTypes = PredefinedDataTypes = {}));
|
|
15
15
|
//# sourceMappingURL=predefined-data-types.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"predefined-data-types.enum.js","sourceRoot":"","sources":["../../src/_enums/predefined-data-types.enum.ts"],"names":[],"mappings":";;;AACA;;GAEG;AACH,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,iEAAQ,CAAA;IACR,iEAAQ,CAAA;IACR,mEAAS,CAAA;IACT,6DAAM,CAAA;IACN,iEAAQ,CAAA;AACV,CAAC,EANW,mBAAmB,
|
|
1
|
+
{"version":3,"file":"predefined-data-types.enum.js","sourceRoot":"","sources":["../../src/_enums/predefined-data-types.enum.ts"],"names":[],"mappings":";;;AACA;;GAEG;AACH,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,iEAAQ,CAAA;IACR,iEAAQ,CAAA;IACR,mEAAS,CAAA;IACT,6DAAM,CAAA;IACN,iEAAQ,CAAA;AACV,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certification-settings.interface.d.ts","sourceRoot":"","sources":["../../src/_interfaces/certification-settings.interface.ts"],"names":[],"mappings":";AACA,OAAO,KAAK,UAAU,MAAM,IAAI,CAAC;AAEjC,MAAM,WAAW,+BAA+B;IAC9C,OAAO,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC7B,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;CAC/B"}
|