@futdevpro/nts-dynamo 1.4.7 → 1.4.8
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/fullstack/module-settings/test-module-settings.d.ts +3 -0
- package/lib/_constants/fullstack/module-settings/test-module-settings.d.ts.map +1 -0
- package/lib/_constants/fullstack/module-settings/test-module-settings.js +16 -0
- package/lib/_constants/fullstack/module-settings/test-module-settings.js.map +1 -0
- package/lib/_constants/fullstack/module-settings/usage-module-settings.d.ts +3 -0
- package/lib/_constants/fullstack/module-settings/usage-module-settings.d.ts.map +1 -0
- package/lib/_constants/fullstack/module-settings/usage-module-settings.js +13 -0
- package/lib/_constants/fullstack/module-settings/usage-module-settings.js.map +1 -0
- package/lib/_constants/index.d.ts +2 -0
- package/lib/_constants/index.d.ts.map +1 -1
- package/lib/_constants/index.js +2 -0
- package/lib/_constants/index.js.map +1 -1
- package/lib/_models/dynamobe-data-model-params.d.ts +1 -1
- package/lib/_models/dynamobe-data-model-params.d.ts.map +1 -1
- package/lib/_models/dynamobe-data-model-params.js.map +1 -1
- package/lib/_models/dynamobe-endpoint-control.d.ts +30 -0
- package/lib/_models/dynamobe-endpoint-control.d.ts.map +1 -0
- package/lib/_models/dynamobe-endpoint-control.js +95 -0
- package/lib/_models/dynamobe-endpoint-control.js.map +1 -0
- package/lib/_models/fullstack/control-models/daily-usage-data.d.ts +18 -0
- package/lib/_models/fullstack/control-models/daily-usage-data.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/daily-usage-data.js +22 -0
- package/lib/_models/fullstack/control-models/daily-usage-data.js.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-params.d.ts +11 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-params.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-params.js +12 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-params.js.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.d.ts +28 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.js +67 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.js.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-error.d.ts +18 -0
- package/lib/_models/fullstack/control-models/dynamobe-error.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-error.js +188 -0
- package/lib/_models/fullstack/control-models/dynamobe-error.js.map +1 -0
- package/lib/_models/fullstack/control-models/geo-ip-location.d.ts +26 -0
- package/lib/_models/fullstack/control-models/geo-ip-location.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/geo-ip-location.js +3 -0
- package/lib/_models/fullstack/control-models/geo-ip-location.js.map +1 -0
- package/lib/_models/fullstack/control-models/usage-action.d.ts +9 -0
- package/lib/_models/fullstack/control-models/usage-action.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/usage-action.js +13 -0
- package/lib/_models/fullstack/control-models/usage-action.js.map +1 -0
- package/lib/_models/fullstack/control-models/usage-data.d.ts +14 -0
- package/lib/_models/fullstack/control-models/usage-data.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/usage-data.js +16 -0
- package/lib/_models/fullstack/control-models/usage-data.js.map +1 -0
- package/lib/_models/fullstack/data-models/custom-data.d.ts +16 -0
- package/lib/_models/fullstack/data-models/custom-data.d.ts.map +1 -0
- package/lib/_models/fullstack/data-models/custom-data.js +28 -0
- package/lib/_models/fullstack/data-models/custom-data.js.map +1 -0
- package/lib/_models/fullstack/data-models/metadata.d.ts +17 -0
- package/lib/_models/fullstack/data-models/metadata.d.ts.map +1 -0
- package/lib/_models/fullstack/data-models/metadata.js +17 -0
- package/lib/_models/fullstack/data-models/metadata.js.map +1 -0
- package/lib/_models/fullstack/data-models/usage-session.d.ts +34 -0
- package/lib/_models/fullstack/data-models/usage-session.d.ts.map +1 -0
- package/lib/_models/fullstack/data-models/usage-session.js +53 -0
- package/lib/_models/fullstack/data-models/usage-session.js.map +1 -0
- package/lib/_models/fullstack-models/control-models/daily-usage-data.d.ts +18 -0
- package/lib/_models/fullstack-models/control-models/daily-usage-data.d.ts.map +1 -0
- package/lib/_models/fullstack-models/control-models/daily-usage-data.js +22 -0
- package/lib/_models/fullstack-models/control-models/daily-usage-data.js.map +1 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.d.ts +11 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.d.ts.map +1 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.js +12 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.js.map +1 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.d.ts +28 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.d.ts.map +1 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.js +67 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.js.map +1 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-error.d.ts +18 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-error.d.ts.map +1 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-error.js +188 -0
- package/lib/_models/fullstack-models/control-models/dynamobe-error.js.map +1 -0
- package/lib/_models/fullstack-models/control-models/geo-ip-location.d.ts +26 -0
- package/lib/_models/fullstack-models/control-models/geo-ip-location.d.ts.map +1 -0
- package/lib/_models/fullstack-models/control-models/geo-ip-location.js +3 -0
- package/lib/_models/fullstack-models/control-models/geo-ip-location.js.map +1 -0
- package/lib/_models/fullstack-models/control-models/usage-action.d.ts +9 -0
- package/lib/_models/fullstack-models/control-models/usage-action.d.ts.map +1 -0
- package/lib/_models/fullstack-models/control-models/usage-action.js +13 -0
- package/lib/_models/fullstack-models/control-models/usage-action.js.map +1 -0
- package/lib/_models/fullstack-models/control-models/usage-data.d.ts +14 -0
- package/lib/_models/fullstack-models/control-models/usage-data.d.ts.map +1 -0
- package/lib/_models/fullstack-models/control-models/usage-data.js +16 -0
- package/lib/_models/fullstack-models/control-models/usage-data.js.map +1 -0
- package/lib/_models/fullstack-models/data-models/custom-data.d.ts +16 -0
- package/lib/_models/fullstack-models/data-models/custom-data.d.ts.map +1 -0
- package/lib/_models/fullstack-models/data-models/custom-data.js +28 -0
- package/lib/_models/fullstack-models/data-models/custom-data.js.map +1 -0
- package/lib/_models/fullstack-models/data-models/metadata.d.ts +17 -0
- package/lib/_models/fullstack-models/data-models/metadata.d.ts.map +1 -0
- package/lib/_models/fullstack-models/data-models/metadata.js +17 -0
- package/lib/_models/fullstack-models/data-models/metadata.js.map +1 -0
- package/lib/_models/fullstack-models/data-models/usage-session.d.ts +34 -0
- package/lib/_models/fullstack-models/data-models/usage-session.d.ts.map +1 -0
- package/lib/_models/fullstack-models/data-models/usage-session.js +53 -0
- package/lib/_models/fullstack-models/data-models/usage-session.js.map +1 -0
- package/lib/_models/index.d.ts +10 -0
- package/lib/_models/index.d.ts.map +1 -1
- package/lib/_models/index.js +12 -0
- package/lib/_models/index.js.map +1 -1
- package/lib/_modules/api-service.index.d.ts +1 -0
- package/lib/_modules/api-service.index.d.ts.map +1 -1
- package/lib/_modules/api-service.index.js +1 -0
- package/lib/_modules/api-service.index.js.map +1 -1
- package/lib/_modules/auth.index.d.ts +1 -0
- package/lib/_modules/auth.index.d.ts.map +1 -1
- package/lib/_modules/auth.index.js +2 -0
- package/lib/_modules/auth.index.js.map +1 -1
- package/lib/_modules/data-models.index.d.ts +3 -0
- package/lib/_modules/data-models.index.d.ts.map +1 -0
- package/lib/_modules/data-models.index.js +6 -0
- package/lib/_modules/data-models.index.js.map +1 -0
- package/lib/_modules/data-service.index.d.ts +1 -0
- package/lib/_modules/data-service.index.d.ts.map +1 -1
- package/lib/_modules/data-service.index.js +2 -0
- package/lib/_modules/data-service.index.js.map +1 -1
- package/lib/_modules/index.d.ts +5 -0
- package/lib/_modules/index.d.ts.map +1 -0
- package/lib/_modules/index.js +9 -0
- package/lib/_modules/index.js.map +1 -0
- package/lib/_modules/test/custom-data.service.d.ts +1 -1
- 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.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/index.d.ts +2 -0
- package/lib/_modules/test/index.d.ts.map +1 -1
- package/lib/_modules/test/index.js +2 -0
- package/lib/_modules/test/index.js.map +1 -1
- package/lib/_modules/test/test-controller.d.ts.map +1 -1
- package/lib/_modules/test/test-controller.js +8 -8
- package/lib/_modules/test/test-controller.js.map +1 -1
- package/lib/_modules/test/test-routing-module-settings.d.ts +3 -0
- package/lib/_modules/test/test-routing-module-settings.d.ts.map +1 -0
- package/lib/_modules/test/test-routing-module-settings.js +10 -0
- package/lib/_modules/test/test-routing-module-settings.js.map +1 -0
- package/lib/_modules/test/test-routing-module.d.ts +3 -0
- package/lib/_modules/test/test-routing-module.d.ts.map +1 -0
- package/lib/_modules/test/test-routing-module.js +10 -0
- package/lib/_modules/test/test-routing-module.js.map +1 -0
- package/lib/_modules/test-route/custom-data.service.d.ts +6 -0
- package/lib/_modules/test-route/custom-data.service.d.ts.map +1 -0
- package/lib/_modules/test-route/custom-data.service.js +12 -0
- package/lib/_modules/test-route/custom-data.service.js.map +1 -0
- package/lib/_modules/test-route/test-controller.d.ts +6 -0
- package/lib/_modules/test-route/test-controller.d.ts.map +1 -0
- package/lib/_modules/test-route/test-controller.js +126 -0
- package/lib/_modules/test-route/test-controller.js.map +1 -0
- 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/index.d.ts +2 -0
- package/lib/_modules/usage/index.d.ts.map +1 -1
- package/lib/_modules/usage/index.js +2 -0
- package/lib/_modules/usage/index.js.map +1 -1
- package/lib/_modules/usage/usage-controller.js +7 -6
- package/lib/_modules/usage/usage-controller.js.map +1 -1
- package/lib/_modules/usage/usage-routing-module-settings.d.ts +3 -0
- package/lib/_modules/usage/usage-routing-module-settings.d.ts.map +1 -0
- package/lib/_modules/usage/usage-routing-module-settings.js +10 -0
- package/lib/_modules/usage/usage-routing-module-settings.js.map +1 -0
- package/lib/_modules/usage/usage-routing-module.d.ts +3 -0
- package/lib/_modules/usage/usage-routing-module.d.ts.map +1 -0
- package/lib/_modules/usage/usage-routing-module.js +10 -0
- package/lib/_modules/usage/usage-routing-module.js.map +1 -0
- package/lib/_modules/usage/usage.service.d.ts +4 -2
- package/lib/_modules/usage/usage.service.d.ts.map +1 -1
- package/lib/_modules/usage/usage.service.js +13 -11
- package/lib/_modules/usage/usage.service.js.map +1 -1
- package/lib/_modules/usage-route/usage-controller.d.ts +7 -0
- package/lib/_modules/usage-route/usage-controller.d.ts.map +1 -0
- package/lib/_modules/usage-route/usage-controller.js +89 -0
- package/lib/_modules/usage-route/usage-controller.js.map +1 -0
- package/lib/_modules/usage-route/usage.service.d.ts +19 -0
- package/lib/_modules/usage-route/usage.service.d.ts.map +1 -0
- package/lib/_modules/usage-route/usage.service.js +110 -0
- package/lib/_modules/usage-route/usage.service.js.map +1 -0
- package/lib/_services/dynamobe-api.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-api.service.js +4 -4
- package/lib/_services/dynamobe-api.service.js.map +1 -1
- package/lib/_services/dynamobe-auth.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-auth.service.js +3 -3
- package/lib/_services/dynamobe-auth.service.js.map +1 -1
- package/lib/_services/dynamobe-data.service.d.ts +3 -1
- package/lib/_services/dynamobe-data.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-data.service.js +17 -17
- package/lib/_services/dynamobe-data.service.js.map +1 -1
- package/lib/_services/dynamobe-db.service.d.ts +2 -1
- package/lib/_services/dynamobe-db.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-db.service.js +26 -26
- package/lib/_services/dynamobe-db.service.js.map +1 -1
- package/lib/_services/dynamobe-email.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-email.service.js +5 -5
- package/lib/_services/dynamobe-email.service.js.map +1 -1
- package/lib/_services/dynamobe-global-collection.service.d.ts +1 -0
- package/lib/_services/dynamobe-global-collection.service.d.ts.map +1 -0
- package/lib/_services/dynamobe-global-collection.service.js +58 -0
- package/lib/_services/dynamobe-global-collection.service.js.map +1 -0
- package/lib/_services/dynamobe-global.service.d.ts +2 -1
- package/lib/_services/dynamobe-global.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-global.service.js.map +1 -1
- package/lib/_services/dynamobe-routing-module.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-routing-module.service.js +4 -4
- package/lib/_services/dynamobe-routing-module.service.js.map +1 -1
- package/lib/_services/dynamobe-server.d.ts +32 -0
- package/lib/_services/dynamobe-server.d.ts.map +1 -0
- package/lib/_services/dynamobe-server.js +183 -0
- package/lib/_services/dynamobe-server.js.map +1 -0
- package/lib/_services/dynamobe-shared-be.service.d.ts +1 -1
- package/lib/_services/dynamobe-shared-be.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-shared-be.service.js.map +1 -1
- package/lib/_services/dynamobe-shared.service.d.ts +16 -1
- package/lib/_services/dynamobe-shared.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-shared.service.js +64 -11
- package/lib/_services/dynamobe-shared.service.js.map +1 -1
- package/lib/_services/index.d.ts +1 -1
- package/lib/_services/index.d.ts.map +1 -1
- package/lib/_services/index.js +23 -1
- package/lib/_services/index.js.map +1 -1
- package/lib/api-service.d.ts +6 -0
- package/lib/api-service.d.ts.map +1 -0
- package/lib/api-service.js +12 -0
- package/lib/api-service.js.map +1 -0
- package/lib/app.d.ts +10 -0
- package/lib/app.d.ts.map +1 -0
- package/lib/app.js +17 -0
- package/lib/app.js.map +1 -0
- package/lib/auth.d.ts +4 -0
- package/lib/auth.d.ts.map +1 -0
- package/lib/auth.js +9 -0
- package/lib/auth.js.map +1 -0
- package/lib/controller.d.ts +5 -0
- package/lib/controller.d.ts.map +1 -0
- package/lib/controller.js +11 -0
- package/lib/controller.js.map +1 -0
- package/lib/data-models.d.ts +3 -0
- package/lib/data-models.d.ts.map +1 -0
- package/lib/data-models.js +6 -0
- package/lib/data-models.js.map +1 -0
- package/lib/data-service.d.ts +6 -0
- package/lib/data-service.d.ts.map +1 -0
- package/lib/data-service.js +11 -0
- package/lib/data-service.js.map +1 -0
- package/lib/dynamobe-global.settings.d.ts +3 -0
- package/lib/dynamobe-global.settings.d.ts.map +1 -0
- package/lib/dynamobe-global.settings.js +13 -0
- package/lib/dynamobe-global.settings.js.map +1 -0
- package/lib/index.js +6 -0
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +978 -1163
- package/package.json +15 -4
- package/src/_constants/fullstack/module-settings/test-module-settings.ts +14 -0
- package/src/_constants/fullstack/module-settings/usage-module-settings.ts +12 -0
- package/src/_constants/index.ts +2 -0
- package/src/_models/dynamobe-data-model-params.ts +1 -2
- package/src/_models/fullstack/control-models/daily-usage-data.ts +34 -0
- package/src/_models/fullstack/control-models/dynamobe-data-params.ts +19 -0
- package/src/_models/fullstack/control-models/dynamobe-data-property-params.ts +98 -0
- package/src/_models/fullstack/control-models/dynamobe-error.ts +199 -0
- package/src/_models/fullstack/control-models/geo-ip-location.ts +26 -0
- package/src/_models/fullstack/control-models/usage-action.ts +18 -0
- package/src/_models/fullstack/control-models/usage-data.ts +26 -0
- package/src/_models/fullstack/data-models/custom-data.ts +41 -0
- package/src/_models/fullstack/data-models/metadata.ts +30 -0
- package/src/_models/fullstack/data-models/usage-session.ts +85 -0
- package/src/_models/index.ts +12 -0
- package/src/_modules/api-service.index.ts +1 -0
- package/src/_modules/auth.index.ts +3 -0
- package/src/_modules/data-models.index.ts +3 -0
- package/src/_modules/data-service.index.ts +3 -0
- package/src/_modules/test/custom-data.service.ts +1 -2
- package/src/_modules/test/get-test-routing-module.ts +1 -2
- package/src/_modules/test/index.ts +2 -0
- package/src/_modules/test/test-controller.ts +1 -2
- package/src/_modules/usage/get-usage-routing-module.ts +1 -2
- package/src/_modules/usage/index.ts +2 -0
- package/src/_modules/usage/usage-controller.ts +2 -2
- package/src/_modules/usage/usage.service.ts +9 -8
- package/src/_services/dynamobe-api.service.ts +1 -2
- package/src/_services/dynamobe-auth.service.ts +1 -2
- package/src/_services/dynamobe-data.service.ts +4 -3
- package/src/_services/dynamobe-db.service.ts +4 -2
- package/src/_services/dynamobe-email.service.ts +1 -2
- package/src/_services/dynamobe-global.service.ts +2 -2
- package/src/_services/dynamobe-routing-module.service.ts +1 -2
- package/src/_services/dynamobe-shared-be.service.ts +1 -1
- package/src/_services/dynamobe-shared.service.ts +63 -2
- package/src/_services/index.ts +22 -1
- package/src/index.ts +6 -0
- package/tsconfig.json +1 -0
package/lib/tsconfig.tsbuildinfo
CHANGED
|
@@ -26,6 +26,16 @@
|
|
|
26
26
|
"signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
|
|
27
27
|
"affectsGlobalScope": false
|
|
28
28
|
},
|
|
29
|
+
"../node_modules/typescript/lib/lib.es2019.d.ts": {
|
|
30
|
+
"version": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
|
|
31
|
+
"signature": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
|
|
32
|
+
"affectsGlobalScope": false
|
|
33
|
+
},
|
|
34
|
+
"../node_modules/typescript/lib/lib.es2020.d.ts": {
|
|
35
|
+
"version": "94b4108552f078722078d7c4a010ca4851063882f6c0c51a1468aa7a39aed4b3",
|
|
36
|
+
"signature": "94b4108552f078722078d7c4a010ca4851063882f6c0c51a1468aa7a39aed4b3",
|
|
37
|
+
"affectsGlobalScope": false
|
|
38
|
+
},
|
|
29
39
|
"../node_modules/typescript/lib/lib.dom.d.ts": {
|
|
30
40
|
"version": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
|
|
31
41
|
"signature": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
|
|
@@ -131,11 +141,46 @@
|
|
|
131
141
|
"signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
|
|
132
142
|
"affectsGlobalScope": true
|
|
133
143
|
},
|
|
144
|
+
"../node_modules/typescript/lib/lib.es2019.array.d.ts": {
|
|
145
|
+
"version": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
|
|
146
|
+
"signature": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
|
|
147
|
+
"affectsGlobalScope": true
|
|
148
|
+
},
|
|
149
|
+
"../node_modules/typescript/lib/lib.es2019.object.d.ts": {
|
|
150
|
+
"version": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
|
|
151
|
+
"signature": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
|
|
152
|
+
"affectsGlobalScope": true
|
|
153
|
+
},
|
|
154
|
+
"../node_modules/typescript/lib/lib.es2019.string.d.ts": {
|
|
155
|
+
"version": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
|
|
156
|
+
"signature": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
|
|
157
|
+
"affectsGlobalScope": true
|
|
158
|
+
},
|
|
159
|
+
"../node_modules/typescript/lib/lib.es2019.symbol.d.ts": {
|
|
160
|
+
"version": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
|
|
161
|
+
"signature": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
|
|
162
|
+
"affectsGlobalScope": true
|
|
163
|
+
},
|
|
134
164
|
"../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
|
|
135
165
|
"version": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
|
|
136
166
|
"signature": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
|
|
137
167
|
"affectsGlobalScope": true
|
|
138
168
|
},
|
|
169
|
+
"../node_modules/typescript/lib/lib.es2020.promise.d.ts": {
|
|
170
|
+
"version": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
|
|
171
|
+
"signature": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
|
|
172
|
+
"affectsGlobalScope": true
|
|
173
|
+
},
|
|
174
|
+
"../node_modules/typescript/lib/lib.es2020.string.d.ts": {
|
|
175
|
+
"version": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
|
|
176
|
+
"signature": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
|
|
177
|
+
"affectsGlobalScope": true
|
|
178
|
+
},
|
|
179
|
+
"../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": {
|
|
180
|
+
"version": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
|
|
181
|
+
"signature": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
|
|
182
|
+
"affectsGlobalScope": true
|
|
183
|
+
},
|
|
139
184
|
"../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
|
|
140
185
|
"version": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
|
|
141
186
|
"signature": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
|
|
@@ -161,9 +206,24 @@
|
|
|
161
206
|
"signature": "9dd1b81933c5c08302234a8075ef5f9c8cc174da9fc22f69bafae60e75d29cc8",
|
|
162
207
|
"affectsGlobalScope": false
|
|
163
208
|
},
|
|
209
|
+
"../src/_models/dynamo-module-settings.ts": {
|
|
210
|
+
"version": "bd92f0779854653b42fbc7cccad7104242e90fd8e84c50a99e59a81f94d68377",
|
|
211
|
+
"signature": "82e7139edfae38f5480a88d1621806a06c4b8694234d3d94a9d5b23486ab9947",
|
|
212
|
+
"affectsGlobalScope": false
|
|
213
|
+
},
|
|
214
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts": {
|
|
215
|
+
"version": "5f57fa206b071d27d644d69fd85850396fd6ce3614c4dfae7810705df7756748",
|
|
216
|
+
"signature": "f2d44aa7417278219fdc033e6ddcf4584775e593ffa99331ac71260a6bb70717",
|
|
217
|
+
"affectsGlobalScope": false
|
|
218
|
+
},
|
|
219
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts": {
|
|
220
|
+
"version": "664dfb97b35ffdbec7794b6097ff5e67e43e20fed6fde15209dbee1707189d4d",
|
|
221
|
+
"signature": "304bd6467d166bf7525e76777bc8528f4f57e1e4a628e6b7fbfd08d4fab4b696",
|
|
222
|
+
"affectsGlobalScope": false
|
|
223
|
+
},
|
|
164
224
|
"../src/_constants/index.ts": {
|
|
165
|
-
"version": "
|
|
166
|
-
"signature": "
|
|
225
|
+
"version": "e47f0faee1921b88c55b5810e2ba3972bb932f1e6a4a711da6026c49f95aaca8",
|
|
226
|
+
"signature": "9d709fe0a08b7b956e1110cace3aad04267a93f1516ca4f7407955d4f5ed3313",
|
|
167
227
|
"affectsGlobalScope": false
|
|
168
228
|
},
|
|
169
229
|
"../src/_enums/data-model-type.enum.ts": {
|
|
@@ -211,89 +271,19 @@
|
|
|
211
271
|
"signature": "99502ca12eb62c51fcbe5f1f3a40493f2e9b88fae5eb28e9b8d8a90affdfdfb2",
|
|
212
272
|
"affectsGlobalScope": false
|
|
213
273
|
},
|
|
214
|
-
"../
|
|
215
|
-
"version": "
|
|
216
|
-
"signature": "
|
|
217
|
-
"affectsGlobalScope": false
|
|
218
|
-
},
|
|
219
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts": {
|
|
220
|
-
"version": "dded145aa6e648dd70bbe30f629227d888c3de711f0408cdd53248155cc7c23a",
|
|
221
|
-
"signature": "dded145aa6e648dd70bbe30f629227d888c3de711f0408cdd53248155cc7c23a",
|
|
222
|
-
"affectsGlobalScope": false
|
|
223
|
-
},
|
|
224
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts": {
|
|
225
|
-
"version": "dee59c897eab2bb977d5f60487292d8a5140a1040792e4c417ac432056aff02c",
|
|
226
|
-
"signature": "dee59c897eab2bb977d5f60487292d8a5140a1040792e4c417ac432056aff02c",
|
|
227
|
-
"affectsGlobalScope": false
|
|
228
|
-
},
|
|
229
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts": {
|
|
230
|
-
"version": "8a13db6984b3c54cd5751fadc3384e679bf18f1b91d907254e43dcb67d28e2cc",
|
|
231
|
-
"signature": "8a13db6984b3c54cd5751fadc3384e679bf18f1b91d907254e43dcb67d28e2cc",
|
|
232
|
-
"affectsGlobalScope": false
|
|
233
|
-
},
|
|
234
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts": {
|
|
235
|
-
"version": "800d7f761e403637aed5966e7b5877581da06289eb3fd7960331f2eb6adcf190",
|
|
236
|
-
"signature": "800d7f761e403637aed5966e7b5877581da06289eb3fd7960331f2eb6adcf190",
|
|
237
|
-
"affectsGlobalScope": false
|
|
238
|
-
},
|
|
239
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts": {
|
|
240
|
-
"version": "025682521ce1dcb42ae8d5ccb58e2116d2422c2b34eb1781f32a00b24a0b582f",
|
|
241
|
-
"signature": "025682521ce1dcb42ae8d5ccb58e2116d2422c2b34eb1781f32a00b24a0b582f",
|
|
242
|
-
"affectsGlobalScope": false
|
|
243
|
-
},
|
|
244
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts": {
|
|
245
|
-
"version": "314e94eb1c23678c6f3f976aa811ee807bb0046b887e282ebb68c46368d035ef",
|
|
246
|
-
"signature": "314e94eb1c23678c6f3f976aa811ee807bb0046b887e282ebb68c46368d035ef",
|
|
247
|
-
"affectsGlobalScope": false
|
|
248
|
-
},
|
|
249
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts": {
|
|
250
|
-
"version": "8bedaf14a377250eb3b100545efe5b68f2a05a20edb9c362a1c0f0ec6f4d4822",
|
|
251
|
-
"signature": "8bedaf14a377250eb3b100545efe5b68f2a05a20edb9c362a1c0f0ec6f4d4822",
|
|
252
|
-
"affectsGlobalScope": false
|
|
253
|
-
},
|
|
254
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts": {
|
|
255
|
-
"version": "859e86c18aa3bbdbd9e187e59b1637549c157274f6597bae60f5bea980355da7",
|
|
256
|
-
"signature": "859e86c18aa3bbdbd9e187e59b1637549c157274f6597bae60f5bea980355da7",
|
|
257
|
-
"affectsGlobalScope": false
|
|
258
|
-
},
|
|
259
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts": {
|
|
260
|
-
"version": "b897b7c9c89e2e8a14d46461626370b4ea03e9faa28ceb411e09a4ee3c1c737f",
|
|
261
|
-
"signature": "b897b7c9c89e2e8a14d46461626370b4ea03e9faa28ceb411e09a4ee3c1c737f",
|
|
262
|
-
"affectsGlobalScope": false
|
|
263
|
-
},
|
|
264
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts": {
|
|
265
|
-
"version": "ccf0a2bed97771d66e9e6fa91fc4ee6264112a170c9f0c637ad642809ab506d2",
|
|
266
|
-
"signature": "ccf0a2bed97771d66e9e6fa91fc4ee6264112a170c9f0c637ad642809ab506d2",
|
|
267
|
-
"affectsGlobalScope": false
|
|
268
|
-
},
|
|
269
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts": {
|
|
270
|
-
"version": "dc2321b112cd3da2fbcad532da215333f8d35fdbd94222393edb1630d2275b4f",
|
|
271
|
-
"signature": "dc2321b112cd3da2fbcad532da215333f8d35fdbd94222393edb1630d2275b4f",
|
|
272
|
-
"affectsGlobalScope": false
|
|
273
|
-
},
|
|
274
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts": {
|
|
275
|
-
"version": "83d32a0f7d967d4c16e3b78f619cad49b3b4ea9fba9b818d47a106ffa52736c2",
|
|
276
|
-
"signature": "83d32a0f7d967d4c16e3b78f619cad49b3b4ea9fba9b818d47a106ffa52736c2",
|
|
277
|
-
"affectsGlobalScope": false
|
|
278
|
-
},
|
|
279
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts": {
|
|
280
|
-
"version": "bb4f6c344ff46aceef84fce457dd9882d1bbc7f1cf183c82d74fb47612561899",
|
|
281
|
-
"signature": "bb4f6c344ff46aceef84fce457dd9882d1bbc7f1cf183c82d74fb47612561899",
|
|
282
|
-
"affectsGlobalScope": false
|
|
283
|
-
},
|
|
284
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts": {
|
|
285
|
-
"version": "e545e854d6dd01967aebecd261df34d6e5413ea70e514f258f077f828164d406",
|
|
286
|
-
"signature": "e545e854d6dd01967aebecd261df34d6e5413ea70e514f258f077f828164d406",
|
|
274
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts": {
|
|
275
|
+
"version": "3c5d63a287f44678ad717d4ecd2fcb0e0c0d41fe0fb3cf1fc20895822757bbb6",
|
|
276
|
+
"signature": "7188098247473746aca2c9d01f1959c3a82aed0d9a9c1be68eb1a3d606cf61fe",
|
|
287
277
|
"affectsGlobalScope": false
|
|
288
278
|
},
|
|
289
|
-
"../
|
|
290
|
-
"version": "
|
|
291
|
-
"signature": "
|
|
279
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts": {
|
|
280
|
+
"version": "04b21fd0a6615bc345c2601df041450af06883349222780e4aa5fc2fc0df7c37",
|
|
281
|
+
"signature": "fc154285557eb1a3c5ec287b13f1974ce3ded24d1942ae22db1fc2b327f4e1de",
|
|
292
282
|
"affectsGlobalScope": false
|
|
293
283
|
},
|
|
294
284
|
"../src/_models/dynamobe-data-model-params.ts": {
|
|
295
|
-
"version": "
|
|
296
|
-
"signature": "
|
|
285
|
+
"version": "0c64a256245347ac1e5f1881828d5f222f2f8bf41e0fa6648d03da42ee7e9038",
|
|
286
|
+
"signature": "1d59ede0985da0aaa33a13f0960e965cae9bc7821d318771acce268a43562e29",
|
|
297
287
|
"affectsGlobalScope": false
|
|
298
288
|
},
|
|
299
289
|
"../node_modules/@types/node/globals.d.ts": {
|
|
@@ -596,9 +586,24 @@
|
|
|
596
586
|
"signature": "587b9ba944f50038226049381e9c44389c3f720eb2ca6774e7d58dbc43109826",
|
|
597
587
|
"affectsGlobalScope": false
|
|
598
588
|
},
|
|
589
|
+
"../node_modules/@types/geoip-lite/index.d.ts": {
|
|
590
|
+
"version": "2532ca8993ce39da0141a1d118e0f662ddbb45100557113d5886350a862116b0",
|
|
591
|
+
"signature": "2532ca8993ce39da0141a1d118e0f662ddbb45100557113d5886350a862116b0",
|
|
592
|
+
"affectsGlobalScope": false
|
|
593
|
+
},
|
|
594
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts": {
|
|
595
|
+
"version": "b8d36b7c50887f1a2bcd802c388d89983be5eb85f88e67e69d7febe849e63ee9",
|
|
596
|
+
"signature": "634f58c42bbb700eeb2c5741eb0ab67b21452cf98bfdfa733d61d087c1c75db4",
|
|
597
|
+
"affectsGlobalScope": false
|
|
598
|
+
},
|
|
599
599
|
"../src/_services/dynamobe-shared.service.ts": {
|
|
600
|
-
"version": "
|
|
601
|
-
"signature": "
|
|
600
|
+
"version": "8410aca346bc0f45baceb270576724dcead0b4826b2e87e0b6ec698d0d685683",
|
|
601
|
+
"signature": "ff61e06e148a3613897b399bd7aa6df2ff80c5b383a172db3859e60190977af0",
|
|
602
|
+
"affectsGlobalScope": false
|
|
603
|
+
},
|
|
604
|
+
"../src/_models/fullstack/data-models/metadata.ts": {
|
|
605
|
+
"version": "3516e88bb340706b4e5e0c75ff24ec79621cec501d7fd6ff5af3fe809efa173f",
|
|
606
|
+
"signature": "3a6ad5b0efc28eef16cc0568bce7fb02abb8231bb6430fbe40c1c6252e6ab910",
|
|
602
607
|
"affectsGlobalScope": false
|
|
603
608
|
},
|
|
604
609
|
"../src/_services/dynamobe-singleton.service.ts": {
|
|
@@ -607,7 +612,7 @@
|
|
|
607
612
|
"affectsGlobalScope": false
|
|
608
613
|
},
|
|
609
614
|
"../src/_services/dynamobe-auth.service.ts": {
|
|
610
|
-
"version": "
|
|
615
|
+
"version": "9a6037adcbf32900a958d698507eb7b0f1c2c94a5389d287c1cfb3116f685239",
|
|
611
616
|
"signature": "f7205c2d08a3f7125c35504d48fd057e454ad8b4cc9a390464451bd8b383224c",
|
|
612
617
|
"affectsGlobalScope": false
|
|
613
618
|
},
|
|
@@ -626,9 +631,14 @@
|
|
|
626
631
|
"signature": "425917f891c2563a9eaafe382823c33368c76134061f88ac614442961f740527",
|
|
627
632
|
"affectsGlobalScope": false
|
|
628
633
|
},
|
|
634
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts": {
|
|
635
|
+
"version": "d6bf7cd97c4e1da5fc2a97079d728c787743bb6631ad2d0bf8926432b3b00266",
|
|
636
|
+
"signature": "e790d724a82ff7e44382964941364b15709ba05845219a1dff6fd9226e6ee27d",
|
|
637
|
+
"affectsGlobalScope": false
|
|
638
|
+
},
|
|
629
639
|
"../src/_services/dynamobe-db.service.ts": {
|
|
630
|
-
"version": "
|
|
631
|
-
"signature": "
|
|
640
|
+
"version": "69f738339a036708278858da291abf56e3d8a48aa8b16bcf34359cc45b13a2df",
|
|
641
|
+
"signature": "1f9f382a438820f70221938ce30cb1928d457926f3df9ac5945b6f3fcc13db2a",
|
|
632
642
|
"affectsGlobalScope": false
|
|
633
643
|
},
|
|
634
644
|
"../src/_services/dynamobe-db-service-collection.service.ts": {
|
|
@@ -707,7 +717,7 @@
|
|
|
707
717
|
"affectsGlobalScope": false
|
|
708
718
|
},
|
|
709
719
|
"../src/_services/dynamobe-email.service.ts": {
|
|
710
|
-
"version": "
|
|
720
|
+
"version": "77eed4bb81facc2bedfb07f4118eed5d23e266fca6ce59a4246b409650146833",
|
|
711
721
|
"signature": "41c126b3831f4b8f2e29ceae78d67185e97a780451aedf993b36bb736809c3aa",
|
|
712
722
|
"affectsGlobalScope": false
|
|
713
723
|
},
|
|
@@ -717,8 +727,8 @@
|
|
|
717
727
|
"affectsGlobalScope": false
|
|
718
728
|
},
|
|
719
729
|
"../src/_services/dynamobe-global.service.ts": {
|
|
720
|
-
"version": "
|
|
721
|
-
"signature": "
|
|
730
|
+
"version": "2dccc10d61e1de5d55bcc10cc2d1ed786c1f21f24eb24b54efcee208f7927f39",
|
|
731
|
+
"signature": "ac8cb29037ff59ae3a5fe53b1904372e328461cc2f0f499ceff0d11afd3159c5",
|
|
722
732
|
"affectsGlobalScope": false
|
|
723
733
|
},
|
|
724
734
|
"../src/_models/dynamobe-endpoint-params.ts": {
|
|
@@ -726,9 +736,34 @@
|
|
|
726
736
|
"signature": "e7bfbec94fc5433c4620ed19ba0c11fd3c4ff43276309f5272791e0028d42689",
|
|
727
737
|
"affectsGlobalScope": false
|
|
728
738
|
},
|
|
739
|
+
"../src/_models/fullstack/control-models/usage-action.ts": {
|
|
740
|
+
"version": "b5a70801bee8995ab4e4833514df24adba3b3d0cfae6a607f9c5bb93dff77cfa",
|
|
741
|
+
"signature": "753d1fbf27e2e3430bcce195669181bf357719bf417947a7a0faec715c084bef",
|
|
742
|
+
"affectsGlobalScope": false
|
|
743
|
+
},
|
|
744
|
+
"../src/_models/fullstack/control-models/usage-data.ts": {
|
|
745
|
+
"version": "60692eaa9d89ff3979b916361625c4038f1246de1247c20ee117f425a1ecb1a6",
|
|
746
|
+
"signature": "aeff79d75f92b9be69e35cc640830b27ed8323789b13839e7f80bb503ac45f32",
|
|
747
|
+
"affectsGlobalScope": false
|
|
748
|
+
},
|
|
749
|
+
"../src/_models/fullstack/data-models/usage-session.ts": {
|
|
750
|
+
"version": "8cd50fa8903f15c40f8cccbadf3a4bc197366ea7e9cf80ed4fea0fbdfc55c6a7",
|
|
751
|
+
"signature": "c16a6dd5d48f6cb7b3de76cbcd34c24e992beaaa91679b6b9a3e99189d0659e4",
|
|
752
|
+
"affectsGlobalScope": false
|
|
753
|
+
},
|
|
754
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts": {
|
|
755
|
+
"version": "272b96ce5e1f1aa968b77534d644a13f7f3021fa4f2b9b20c0fb30341d5e39c5",
|
|
756
|
+
"signature": "8381932a1179a1144130d5b8ddfd7c4e430c53397b451baad85a5edf58109855",
|
|
757
|
+
"affectsGlobalScope": false
|
|
758
|
+
},
|
|
759
|
+
"../src/_models/fullstack/data-models/custom-data.ts": {
|
|
760
|
+
"version": "39170700cf45a81fed914133aa2c43589e58e4b6cc65935344b8866b000bbbd7",
|
|
761
|
+
"signature": "71f8fa5a038bec8bc0890a45542391059a73b0020522d443081e3f188bc88880",
|
|
762
|
+
"affectsGlobalScope": false
|
|
763
|
+
},
|
|
729
764
|
"../src/_models/index.ts": {
|
|
730
|
-
"version": "
|
|
731
|
-
"signature": "
|
|
765
|
+
"version": "a1c9bb2e3756f978172a9c7a71c33af01f6c56a774abc4570ceb9b65091fb0e7",
|
|
766
|
+
"signature": "0e52137af314b57a5770f3989772d79ea935004343ae9f28933e0baed8d662cd",
|
|
732
767
|
"affectsGlobalScope": false
|
|
733
768
|
},
|
|
734
769
|
"../node_modules/axios/index.d.ts": {
|
|
@@ -737,7 +772,7 @@
|
|
|
737
772
|
"affectsGlobalScope": false
|
|
738
773
|
},
|
|
739
774
|
"../src/_services/dynamobe-api.service.ts": {
|
|
740
|
-
"version": "
|
|
775
|
+
"version": "05e649da854d29f9fa987bdf3e58232f64fcaff8e47b421f27af2c17f087846e",
|
|
741
776
|
"signature": "77fd693912d1655e7a924782721236a0335bac4c29e81985614a28a62c43ef60",
|
|
742
777
|
"affectsGlobalScope": false
|
|
743
778
|
},
|
|
@@ -747,7 +782,7 @@
|
|
|
747
782
|
"affectsGlobalScope": false
|
|
748
783
|
},
|
|
749
784
|
"../src/_services/dynamobe-routing-module.service.ts": {
|
|
750
|
-
"version": "
|
|
785
|
+
"version": "adcf2e5915aecacd464db7ea3c8bf212295f500ffd40ca37a10849079d27b59e",
|
|
751
786
|
"signature": "1c5ee82c7daa73098c6f971e9979d7233cc392450bb5dde5bb9a0f8c43452ad3",
|
|
752
787
|
"affectsGlobalScope": false
|
|
753
788
|
},
|
|
@@ -757,78 +792,68 @@
|
|
|
757
792
|
"affectsGlobalScope": false
|
|
758
793
|
},
|
|
759
794
|
"../src/_services/dynamobe-data.service.ts": {
|
|
760
|
-
"version": "
|
|
761
|
-
"signature": "
|
|
762
|
-
"affectsGlobalScope": false
|
|
763
|
-
},
|
|
764
|
-
"../node_modules/@types/geoip-lite/index.d.ts": {
|
|
765
|
-
"version": "2532ca8993ce39da0141a1d118e0f662ddbb45100557113d5886350a862116b0",
|
|
766
|
-
"signature": "2532ca8993ce39da0141a1d118e0f662ddbb45100557113d5886350a862116b0",
|
|
795
|
+
"version": "929c3608cdf8f05a97b0780beb87d0561ab691eaacbf230123aa55b18acc3cb3",
|
|
796
|
+
"signature": "563ae778621928b1613cf328fb4e8c61a2427b1fbcb0d6e443ff146941f5e97d",
|
|
767
797
|
"affectsGlobalScope": false
|
|
768
798
|
},
|
|
769
799
|
"../src/_services/dynamobe-shared-be.service.ts": {
|
|
770
|
-
"version": "
|
|
771
|
-
"signature": "
|
|
800
|
+
"version": "9e72efec5af44639aa0b8769cb0e557160eb1876fc917201bd245346639651e4",
|
|
801
|
+
"signature": "4250bdf7bfc46ebcd01114f2c1026db6af46aeb53206e4d1d7a4bfe6c5810e53",
|
|
772
802
|
"affectsGlobalScope": false
|
|
773
803
|
},
|
|
774
804
|
"../src/_services/index.ts": {
|
|
775
|
-
"version": "
|
|
776
|
-
"signature": "
|
|
805
|
+
"version": "a8de6c8bc387a609365c1b14dbafdf74ade24e9c0603988debbbde510854666b",
|
|
806
|
+
"signature": "9cae19b0df0fd7aa8a59bd41a2d92ddd9b870e0479a5df086f3e763fd6ee9d42",
|
|
777
807
|
"affectsGlobalScope": false
|
|
778
808
|
},
|
|
779
809
|
"../src/_modules/test/custom-data.service.ts": {
|
|
780
|
-
"version": "
|
|
781
|
-
"signature": "
|
|
810
|
+
"version": "fe77bf7f57d36a465639d10d3eb7f168198eca012553ca4e81a244e294d78344",
|
|
811
|
+
"signature": "29bcc08e98255801b7c7ba168993b0f047310b8a19d5b162e46a50a56ca17c95",
|
|
782
812
|
"affectsGlobalScope": false
|
|
783
813
|
},
|
|
784
814
|
"../src/_modules/test/test-controller.ts": {
|
|
785
|
-
"version": "
|
|
815
|
+
"version": "4f801c404583a34ee9dcda95be48b530b274401e82a40ddac0fdcfde252a7e18",
|
|
786
816
|
"signature": "917415fea8ede168b64a250e6cb2e34e2ba7dbb72f61babf463a327474685020",
|
|
787
817
|
"affectsGlobalScope": false
|
|
788
818
|
},
|
|
789
819
|
"../src/_modules/test/get-test-routing-module.ts": {
|
|
790
|
-
"version": "
|
|
820
|
+
"version": "7c20b646397d67b35f918d817c1b58ca8bc51a557fdecfa35ddb3280cee79e2e",
|
|
791
821
|
"signature": "72dc6dd0e4552c9b45965b424a8224fb20cee8fe16471b6d8dd4e993decb80d5",
|
|
792
822
|
"affectsGlobalScope": false
|
|
793
823
|
},
|
|
794
824
|
"../src/_modules/test/index.ts": {
|
|
795
|
-
"version": "
|
|
796
|
-
"signature": "
|
|
825
|
+
"version": "db0bdf251714998220e8ce16e4c0bebf100eab2b0b6503c12a1ee703925269dd",
|
|
826
|
+
"signature": "489d282accb75ffaf9b5b675f50a6011f87b7aee23b95b305db3b797333f3e6a",
|
|
797
827
|
"affectsGlobalScope": false
|
|
798
828
|
},
|
|
799
829
|
"../src/_modules/usage/usage.service.ts": {
|
|
800
|
-
"version": "
|
|
801
|
-
"signature": "
|
|
830
|
+
"version": "4579a1f6b92c125d6aa858b3bb9b00b8bc46a21b3263f92a4595cc3445efd06f",
|
|
831
|
+
"signature": "dd7a33474a4db26000678fbcca6ab0c208ea959136fc53229c2a472aa61ce525",
|
|
802
832
|
"affectsGlobalScope": false
|
|
803
833
|
},
|
|
804
834
|
"../src/_modules/usage/usage-controller.ts": {
|
|
805
|
-
"version": "
|
|
835
|
+
"version": "4aab020ef17628a927da8fc23a493a2490a2b5b87f45f0900a8b7590fd125d84",
|
|
806
836
|
"signature": "4739c5b1e5a2ae94d3f700d8d534ea50bd0d3baabc1575b283fdf9229bc47cb6",
|
|
807
837
|
"affectsGlobalScope": false
|
|
808
838
|
},
|
|
809
839
|
"../src/_modules/usage/get-usage-routing-module.ts": {
|
|
810
|
-
"version": "
|
|
840
|
+
"version": "26575cf93a7742fd7bdcc7065a5248d3a519a418e4bfe59a93b5907e92c91522",
|
|
811
841
|
"signature": "a1e131c3a01139d4f735957f8ca325f188e256acade3341cc9f0ca7498709466",
|
|
812
842
|
"affectsGlobalScope": false
|
|
813
843
|
},
|
|
814
844
|
"../src/_modules/usage/index.ts": {
|
|
815
|
-
"version": "
|
|
816
|
-
"signature": "
|
|
845
|
+
"version": "c3354298df1920f4958e8d817da55085a67814ae4d514a5f10b25383f29c8693",
|
|
846
|
+
"signature": "9d60687dc762db8ed936ce97b9b57253e6f057a6391071b0e80c6161532d2db1",
|
|
817
847
|
"affectsGlobalScope": false
|
|
818
848
|
},
|
|
819
849
|
"../src/index.ts": {
|
|
820
|
-
"version": "
|
|
850
|
+
"version": "aae21d960cd71bc7b91e0719394f785d8773215662a6e7eb46f62b7f8b685747",
|
|
821
851
|
"signature": "879e5b8a05144cceac531bd31da1035c34743866158e9ba870ea2a18d6ba6d91",
|
|
822
852
|
"affectsGlobalScope": false
|
|
823
853
|
},
|
|
824
|
-
"../src/_models/dynamo-module-settings.ts": {
|
|
825
|
-
"version": "bd92f0779854653b42fbc7cccad7104242e90fd8e84c50a99e59a81f94d68377",
|
|
826
|
-
"signature": "82e7139edfae38f5480a88d1621806a06c4b8694234d3d94a9d5b23486ab9947",
|
|
827
|
-
"affectsGlobalScope": false
|
|
828
|
-
},
|
|
829
854
|
"../src/_modules/api-service.index.ts": {
|
|
830
|
-
"version": "
|
|
831
|
-
"signature": "
|
|
855
|
+
"version": "16eb809cf6ce98eb560e02a2afacd02f73c1fd90c4792ce84891fdcde01079dc",
|
|
856
|
+
"signature": "35827123c4987df485d4b03817ce506a7c0d7831766acf563c6bfd956b40afdc",
|
|
832
857
|
"affectsGlobalScope": false
|
|
833
858
|
},
|
|
834
859
|
"../src/_modules/app.index.ts": {
|
|
@@ -837,8 +862,8 @@
|
|
|
837
862
|
"affectsGlobalScope": false
|
|
838
863
|
},
|
|
839
864
|
"../src/_modules/auth.index.ts": {
|
|
840
|
-
"version": "
|
|
841
|
-
"signature": "
|
|
865
|
+
"version": "0c57f56e358948f66a059e1c0e63305fdeca64285b5baa2e2a8db381fe3398f2",
|
|
866
|
+
"signature": "d630b391336e67948016d32c5c997578e0764c601527725c2ac3a5916fccd2b1",
|
|
842
867
|
"affectsGlobalScope": false
|
|
843
868
|
},
|
|
844
869
|
"../src/_modules/controller.index.ts": {
|
|
@@ -846,9 +871,14 @@
|
|
|
846
871
|
"signature": "d45e1a794e9df4833d20b9bd044c3ecc2a0ce9023d42fefc4d842d79d41cb68b",
|
|
847
872
|
"affectsGlobalScope": false
|
|
848
873
|
},
|
|
874
|
+
"../src/_modules/data-models.index.ts": {
|
|
875
|
+
"version": "8d41de0b49d355913b0ee5e4a5de260af67e918c8dbeb8766b98c0e56698ae4a",
|
|
876
|
+
"signature": "b3c4cd8f68c02c73add9f9a04c285621a0db84bda77e6becd116f3bb1f06df61",
|
|
877
|
+
"affectsGlobalScope": false
|
|
878
|
+
},
|
|
849
879
|
"../src/_modules/data-service.index.ts": {
|
|
850
|
-
"version": "
|
|
851
|
-
"signature": "
|
|
880
|
+
"version": "0a972d36085e70d52883562ec2e009ceb78f15036b7280ca751bfde149261f9a",
|
|
881
|
+
"signature": "0370c315b3b2df045abc67f251e63c0ea205dcee57217f0aa5b0cc65793e0e6d",
|
|
852
882
|
"affectsGlobalScope": false
|
|
853
883
|
}
|
|
854
884
|
},
|
|
@@ -859,6 +889,7 @@
|
|
|
859
889
|
"lib": [
|
|
860
890
|
"lib.es2015.d.ts",
|
|
861
891
|
"lib.es2018.d.ts",
|
|
892
|
+
"lib.es2020.d.ts",
|
|
862
893
|
"lib.dom.d.ts"
|
|
863
894
|
],
|
|
864
895
|
"allowJs": true,
|
|
@@ -875,159 +906,6 @@
|
|
|
875
906
|
"configFilePath": "../tsconfig.json"
|
|
876
907
|
},
|
|
877
908
|
"referencedMap": {
|
|
878
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts": [
|
|
879
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
|
|
880
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
881
|
-
"../node_modules/@types/node/process.d.ts",
|
|
882
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
883
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
884
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
885
|
-
"../node_modules/@types/node/util.d.ts"
|
|
886
|
-
],
|
|
887
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts": [
|
|
888
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
|
|
889
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
890
|
-
"../node_modules/@types/node/process.d.ts",
|
|
891
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
892
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
893
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
894
|
-
"../node_modules/@types/node/util.d.ts"
|
|
895
|
-
],
|
|
896
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts": [
|
|
897
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
898
|
-
"../node_modules/@types/node/process.d.ts",
|
|
899
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
900
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
901
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
902
|
-
"../node_modules/@types/node/util.d.ts"
|
|
903
|
-
],
|
|
904
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts": [
|
|
905
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
|
|
906
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
907
|
-
"../node_modules/@types/node/process.d.ts",
|
|
908
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
909
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
910
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
911
|
-
"../node_modules/@types/node/util.d.ts"
|
|
912
|
-
],
|
|
913
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts": [
|
|
914
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
915
|
-
"../node_modules/@types/node/process.d.ts",
|
|
916
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
917
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
918
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
919
|
-
"../node_modules/@types/node/util.d.ts"
|
|
920
|
-
],
|
|
921
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts": [
|
|
922
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
|
|
923
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
924
|
-
"../node_modules/@types/node/process.d.ts",
|
|
925
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
926
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
927
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
928
|
-
"../node_modules/@types/node/util.d.ts"
|
|
929
|
-
],
|
|
930
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts": [
|
|
931
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
932
|
-
"../node_modules/@types/node/process.d.ts",
|
|
933
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
934
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
935
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
936
|
-
"../node_modules/@types/node/util.d.ts"
|
|
937
|
-
],
|
|
938
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts": [
|
|
939
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
940
|
-
"../node_modules/@types/node/process.d.ts",
|
|
941
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
942
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
943
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
944
|
-
"../node_modules/@types/node/util.d.ts"
|
|
945
|
-
],
|
|
946
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts": [
|
|
947
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
948
|
-
"../node_modules/@types/node/process.d.ts",
|
|
949
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
950
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
951
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
952
|
-
"../node_modules/@types/node/util.d.ts"
|
|
953
|
-
],
|
|
954
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts": [
|
|
955
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
956
|
-
"../node_modules/@types/node/process.d.ts",
|
|
957
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
958
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
959
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
960
|
-
"../node_modules/@types/node/util.d.ts"
|
|
961
|
-
],
|
|
962
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts": [
|
|
963
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
964
|
-
"../node_modules/@types/node/process.d.ts",
|
|
965
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
966
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
967
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
968
|
-
"../node_modules/@types/node/util.d.ts"
|
|
969
|
-
],
|
|
970
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts": [
|
|
971
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
972
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
973
|
-
"../node_modules/@types/node/process.d.ts",
|
|
974
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
975
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
976
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
977
|
-
"../node_modules/@types/node/util.d.ts"
|
|
978
|
-
],
|
|
979
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts": [
|
|
980
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
981
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
982
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
983
|
-
"../node_modules/@types/node/process.d.ts",
|
|
984
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
985
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
986
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
987
|
-
"../node_modules/@types/node/util.d.ts"
|
|
988
|
-
],
|
|
989
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts": [
|
|
990
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
991
|
-
"../node_modules/@types/node/process.d.ts",
|
|
992
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
993
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
994
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
995
|
-
"../node_modules/@types/node/util.d.ts"
|
|
996
|
-
],
|
|
997
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts": [
|
|
998
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
999
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
1000
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
1001
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
1002
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
1003
|
-
"../node_modules/@types/node/process.d.ts",
|
|
1004
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1005
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1006
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1007
|
-
"../node_modules/@types/node/util.d.ts"
|
|
1008
|
-
],
|
|
1009
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts": [
|
|
1010
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts",
|
|
1011
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts",
|
|
1012
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts",
|
|
1013
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts",
|
|
1014
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
1015
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
|
|
1016
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts",
|
|
1017
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
1018
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts",
|
|
1019
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
1020
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
1021
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts",
|
|
1022
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
1023
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
|
|
1024
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
1025
|
-
"../node_modules/@types/node/process.d.ts",
|
|
1026
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1027
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1028
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1029
|
-
"../node_modules/@types/node/util.d.ts"
|
|
1030
|
-
],
|
|
1031
909
|
"../node_modules/@types/body-parser/index.d.ts": [
|
|
1032
910
|
"../node_modules/@types/connect/index.d.ts",
|
|
1033
911
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2081,7 +1959,7 @@
|
|
|
2081
1959
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2082
1960
|
"../node_modules/@types/node/util.d.ts"
|
|
2083
1961
|
],
|
|
2084
|
-
"../node_modules/typescript/lib/lib.
|
|
1962
|
+
"../node_modules/typescript/lib/lib.es2019.array.d.ts": [
|
|
2085
1963
|
"../node_modules/@types/node/fs.d.ts",
|
|
2086
1964
|
"../node_modules/@types/node/process.d.ts",
|
|
2087
1965
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2089,7 +1967,7 @@
|
|
|
2089
1967
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2090
1968
|
"../node_modules/@types/node/util.d.ts"
|
|
2091
1969
|
],
|
|
2092
|
-
"../node_modules/typescript/lib/lib.
|
|
1970
|
+
"../node_modules/typescript/lib/lib.es2019.d.ts": [
|
|
2093
1971
|
"../node_modules/@types/node/fs.d.ts",
|
|
2094
1972
|
"../node_modules/@types/node/process.d.ts",
|
|
2095
1973
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2097,7 +1975,7 @@
|
|
|
2097
1975
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2098
1976
|
"../node_modules/@types/node/util.d.ts"
|
|
2099
1977
|
],
|
|
2100
|
-
"../node_modules/typescript/lib/lib.
|
|
1978
|
+
"../node_modules/typescript/lib/lib.es2019.object.d.ts": [
|
|
2101
1979
|
"../node_modules/@types/node/fs.d.ts",
|
|
2102
1980
|
"../node_modules/@types/node/process.d.ts",
|
|
2103
1981
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2105,26 +1983,23 @@
|
|
|
2105
1983
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2106
1984
|
"../node_modules/@types/node/util.d.ts"
|
|
2107
1985
|
],
|
|
2108
|
-
"../
|
|
1986
|
+
"../node_modules/typescript/lib/lib.es2019.string.d.ts": [
|
|
2109
1987
|
"../node_modules/@types/node/fs.d.ts",
|
|
2110
1988
|
"../node_modules/@types/node/process.d.ts",
|
|
2111
1989
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2112
1990
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2113
1991
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2114
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2115
|
-
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2116
|
-
"../src/_models/dynamobe-global-settings.ts"
|
|
1992
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2117
1993
|
],
|
|
2118
|
-
"../
|
|
1994
|
+
"../node_modules/typescript/lib/lib.es2019.symbol.d.ts": [
|
|
2119
1995
|
"../node_modules/@types/node/fs.d.ts",
|
|
2120
1996
|
"../node_modules/@types/node/process.d.ts",
|
|
2121
1997
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2122
1998
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2123
1999
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2124
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2125
|
-
"../src/_constants/dynamobe-global.settings.ts"
|
|
2000
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2126
2001
|
],
|
|
2127
|
-
"../
|
|
2002
|
+
"../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
|
|
2128
2003
|
"../node_modules/@types/node/fs.d.ts",
|
|
2129
2004
|
"../node_modules/@types/node/process.d.ts",
|
|
2130
2005
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2132,7 +2007,7 @@
|
|
|
2132
2007
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2133
2008
|
"../node_modules/@types/node/util.d.ts"
|
|
2134
2009
|
],
|
|
2135
|
-
"../
|
|
2010
|
+
"../node_modules/typescript/lib/lib.es2020.d.ts": [
|
|
2136
2011
|
"../node_modules/@types/node/fs.d.ts",
|
|
2137
2012
|
"../node_modules/@types/node/process.d.ts",
|
|
2138
2013
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2140,7 +2015,7 @@
|
|
|
2140
2015
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2141
2016
|
"../node_modules/@types/node/util.d.ts"
|
|
2142
2017
|
],
|
|
2143
|
-
"../
|
|
2018
|
+
"../node_modules/typescript/lib/lib.es2020.promise.d.ts": [
|
|
2144
2019
|
"../node_modules/@types/node/fs.d.ts",
|
|
2145
2020
|
"../node_modules/@types/node/process.d.ts",
|
|
2146
2021
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2148,7 +2023,7 @@
|
|
|
2148
2023
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2149
2024
|
"../node_modules/@types/node/util.d.ts"
|
|
2150
2025
|
],
|
|
2151
|
-
"../
|
|
2026
|
+
"../node_modules/typescript/lib/lib.es2020.string.d.ts": [
|
|
2152
2027
|
"../node_modules/@types/node/fs.d.ts",
|
|
2153
2028
|
"../node_modules/@types/node/process.d.ts",
|
|
2154
2029
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2156,7 +2031,7 @@
|
|
|
2156
2031
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2157
2032
|
"../node_modules/@types/node/util.d.ts"
|
|
2158
2033
|
],
|
|
2159
|
-
"../
|
|
2034
|
+
"../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": [
|
|
2160
2035
|
"../node_modules/@types/node/fs.d.ts",
|
|
2161
2036
|
"../node_modules/@types/node/process.d.ts",
|
|
2162
2037
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2164,22 +2039,15 @@
|
|
|
2164
2039
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2165
2040
|
"../node_modules/@types/node/util.d.ts"
|
|
2166
2041
|
],
|
|
2167
|
-
"../
|
|
2042
|
+
"../node_modules/typescript/lib/lib.es5.d.ts": [
|
|
2168
2043
|
"../node_modules/@types/node/fs.d.ts",
|
|
2169
2044
|
"../node_modules/@types/node/process.d.ts",
|
|
2170
2045
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2171
2046
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2172
2047
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2173
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2174
|
-
"../src/_enums/data-model-type.enum.ts",
|
|
2175
|
-
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
2176
|
-
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2177
|
-
"../src/_enums/http/http-call-type.enum.ts",
|
|
2178
|
-
"../src/_enums/http/http-response-type.enum.ts",
|
|
2179
|
-
"../src/_enums/log-style.enum.ts",
|
|
2180
|
-
"../src/_enums/predefined-data-types.enum.ts"
|
|
2048
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2181
2049
|
],
|
|
2182
|
-
"../
|
|
2050
|
+
"../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
|
|
2183
2051
|
"../node_modules/@types/node/fs.d.ts",
|
|
2184
2052
|
"../node_modules/@types/node/process.d.ts",
|
|
2185
2053
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2187,59 +2055,161 @@
|
|
|
2187
2055
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2188
2056
|
"../node_modules/@types/node/util.d.ts"
|
|
2189
2057
|
],
|
|
2190
|
-
"../src/
|
|
2058
|
+
"../src/_constants/dynamobe-global.settings.ts": [
|
|
2191
2059
|
"../node_modules/@types/node/fs.d.ts",
|
|
2192
2060
|
"../node_modules/@types/node/process.d.ts",
|
|
2193
2061
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2194
2062
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2195
2063
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2196
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2064
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2065
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2066
|
+
"../src/_models/dynamobe-global-settings.ts"
|
|
2197
2067
|
],
|
|
2198
|
-
"../src/
|
|
2068
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts": [
|
|
2199
2069
|
"../node_modules/@types/node/fs.d.ts",
|
|
2200
2070
|
"../node_modules/@types/node/process.d.ts",
|
|
2201
2071
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2202
2072
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2203
2073
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2204
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2074
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2075
|
+
"../src/_models/dynamo-module-settings.ts"
|
|
2205
2076
|
],
|
|
2206
|
-
"../src/
|
|
2077
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts": [
|
|
2207
2078
|
"../node_modules/@types/node/fs.d.ts",
|
|
2208
2079
|
"../node_modules/@types/node/process.d.ts",
|
|
2209
2080
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2210
2081
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2211
2082
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2212
2083
|
"../node_modules/@types/node/util.d.ts",
|
|
2213
|
-
"../src/
|
|
2214
|
-
"../src/_enums/http/http-response-type.enum.ts"
|
|
2084
|
+
"../src/_models/dynamo-module-settings.ts"
|
|
2215
2085
|
],
|
|
2216
|
-
"../src/
|
|
2086
|
+
"../src/_constants/index.ts": [
|
|
2217
2087
|
"../node_modules/@types/node/fs.d.ts",
|
|
2218
2088
|
"../node_modules/@types/node/process.d.ts",
|
|
2219
2089
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2220
2090
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2221
2091
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2222
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2092
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2093
|
+
"../src/_constants/dynamobe-global.settings.ts",
|
|
2094
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
2095
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts"
|
|
2223
2096
|
],
|
|
2224
|
-
"../src/
|
|
2225
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2097
|
+
"../src/_enums/data-model-type.enum.ts": [
|
|
2226
2098
|
"../node_modules/@types/node/fs.d.ts",
|
|
2227
2099
|
"../node_modules/@types/node/process.d.ts",
|
|
2228
2100
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2229
2101
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2230
2102
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2231
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2232
|
-
"../src/_enums/data-model-type.enum.ts"
|
|
2103
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2233
2104
|
],
|
|
2234
|
-
"../src/
|
|
2235
|
-
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2105
|
+
"../src/_enums/dynamobe-data-service-function.enum.ts": [
|
|
2236
2106
|
"../node_modules/@types/node/fs.d.ts",
|
|
2237
2107
|
"../node_modules/@types/node/process.d.ts",
|
|
2238
2108
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2239
2109
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2240
2110
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2241
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2242
|
-
|
|
2111
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2112
|
+
],
|
|
2113
|
+
"../src/_enums/dynamobe-route-security.enum.ts": [
|
|
2114
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2115
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2116
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2117
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2118
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2119
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2120
|
+
],
|
|
2121
|
+
"../src/_enums/http/http-call-type.enum.ts": [
|
|
2122
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2123
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2124
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2125
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2126
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2127
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2128
|
+
],
|
|
2129
|
+
"../src/_enums/http/http-response-type.enum.ts": [
|
|
2130
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2131
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2132
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2133
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2134
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2135
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2136
|
+
],
|
|
2137
|
+
"../src/_enums/index.ts": [
|
|
2138
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2139
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2140
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2141
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2142
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2143
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2144
|
+
"../src/_enums/data-model-type.enum.ts",
|
|
2145
|
+
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
2146
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2147
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
2148
|
+
"../src/_enums/http/http-response-type.enum.ts",
|
|
2149
|
+
"../src/_enums/log-style.enum.ts",
|
|
2150
|
+
"../src/_enums/predefined-data-types.enum.ts"
|
|
2151
|
+
],
|
|
2152
|
+
"../src/_enums/log-style.enum.ts": [
|
|
2153
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2154
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2155
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2156
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2157
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2158
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2159
|
+
],
|
|
2160
|
+
"../src/_enums/predefined-data-types.enum.ts": [
|
|
2161
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2162
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2163
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2164
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2165
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2166
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2167
|
+
],
|
|
2168
|
+
"../src/_models/dynamo-module-settings.ts": [
|
|
2169
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2170
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2171
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2172
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2173
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2174
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2175
|
+
],
|
|
2176
|
+
"../src/_models/dynamobe-api-call-params.ts": [
|
|
2177
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2178
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2179
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2180
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2181
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2182
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2183
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
2184
|
+
"../src/_enums/http/http-response-type.enum.ts"
|
|
2185
|
+
],
|
|
2186
|
+
"../src/_models/dynamobe-app-params.ts": [
|
|
2187
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2188
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2189
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2190
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2191
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2192
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2193
|
+
],
|
|
2194
|
+
"../src/_models/dynamobe-data-model-params.ts": [
|
|
2195
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2196
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2197
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2198
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2199
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2200
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2201
|
+
"../src/_enums/data-model-type.enum.ts",
|
|
2202
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
2203
|
+
],
|
|
2204
|
+
"../src/_models/dynamobe-endpoint-params.ts": [
|
|
2205
|
+
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2206
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2207
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2208
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2209
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2210
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2211
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2212
|
+
"../src/_constants/index.ts",
|
|
2243
2213
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2244
2214
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2245
2215
|
"../src/_services/dynamobe-global.service.ts",
|
|
@@ -2254,6 +2224,96 @@
|
|
|
2254
2224
|
"../node_modules/@types/node/util.d.ts",
|
|
2255
2225
|
"../src/_enums/dynamobe-route-security.enum.ts"
|
|
2256
2226
|
],
|
|
2227
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts": [
|
|
2228
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2229
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2230
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2231
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2232
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2233
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2234
|
+
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
2235
|
+
],
|
|
2236
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts": [
|
|
2237
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2238
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2239
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2240
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2241
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2242
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2243
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
2244
|
+
],
|
|
2245
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts": [
|
|
2246
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2247
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2248
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2249
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2250
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2251
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2252
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts"
|
|
2253
|
+
],
|
|
2254
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts": [
|
|
2255
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2256
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2257
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2258
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2259
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2260
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2261
|
+
],
|
|
2262
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts": [
|
|
2263
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2264
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2265
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2266
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2267
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2268
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2269
|
+
],
|
|
2270
|
+
"../src/_models/fullstack/control-models/usage-action.ts": [
|
|
2271
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2272
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2273
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2274
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2275
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2276
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2277
|
+
],
|
|
2278
|
+
"../src/_models/fullstack/control-models/usage-data.ts": [
|
|
2279
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2280
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2281
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2282
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2283
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2284
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2285
|
+
"../src/_models/fullstack/control-models/usage-action.ts"
|
|
2286
|
+
],
|
|
2287
|
+
"../src/_models/fullstack/data-models/custom-data.ts": [
|
|
2288
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2289
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2290
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2291
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2292
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2293
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2294
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2295
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
2296
|
+
],
|
|
2297
|
+
"../src/_models/fullstack/data-models/metadata.ts": [
|
|
2298
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2299
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2300
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2301
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2302
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2303
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2304
|
+
],
|
|
2305
|
+
"../src/_models/fullstack/data-models/usage-session.ts": [
|
|
2306
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2307
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2308
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2309
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2310
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2311
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2312
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2313
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
2314
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
2315
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
2316
|
+
],
|
|
2257
2317
|
"../src/_models/index.ts": [
|
|
2258
2318
|
"../node_modules/@types/node/fs.d.ts",
|
|
2259
2319
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2265,7 +2325,17 @@
|
|
|
2265
2325
|
"../src/_models/dynamobe-app-params.ts",
|
|
2266
2326
|
"../src/_models/dynamobe-data-model-params.ts",
|
|
2267
2327
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2268
|
-
"../src/_models/dynamobe-global-settings.ts"
|
|
2328
|
+
"../src/_models/dynamobe-global-settings.ts",
|
|
2329
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
2330
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2331
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
2332
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2333
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
2334
|
+
"../src/_models/fullstack/control-models/usage-action.ts",
|
|
2335
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
2336
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
2337
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
2338
|
+
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
2269
2339
|
],
|
|
2270
2340
|
"../src/_modules/api-service.index.ts": [
|
|
2271
2341
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2276,6 +2346,7 @@
|
|
|
2276
2346
|
"../node_modules/@types/node/util.d.ts",
|
|
2277
2347
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2278
2348
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
2349
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2279
2350
|
"../src/_services/dynamobe-api.service.ts",
|
|
2280
2351
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2281
2352
|
],
|
|
@@ -2303,6 +2374,7 @@
|
|
|
2303
2374
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2304
2375
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2305
2376
|
"../node_modules/@types/node/util.d.ts",
|
|
2377
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2306
2378
|
"../src/_services/dynamobe-auth.service.ts",
|
|
2307
2379
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2308
2380
|
],
|
|
@@ -2318,6 +2390,16 @@
|
|
|
2318
2390
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2319
2391
|
"../src/_services/dynamobe-controller.service.ts"
|
|
2320
2392
|
],
|
|
2393
|
+
"../src/_modules/data-models.index.ts": [
|
|
2394
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2395
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2396
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2397
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2398
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2399
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2400
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2401
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
2402
|
+
],
|
|
2321
2403
|
"../src/_modules/data-service.index.ts": [
|
|
2322
2404
|
"../node_modules/@types/node/fs.d.ts",
|
|
2323
2405
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2325,29 +2407,30 @@
|
|
|
2325
2407
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2326
2408
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2327
2409
|
"../node_modules/@types/node/util.d.ts",
|
|
2410
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2328
2411
|
"../src/_services/dynamobe-data.service.ts",
|
|
2329
2412
|
"../src/_services/dynamobe-db.service.ts",
|
|
2330
2413
|
"../src/_services/dynamobe-global.service.ts",
|
|
2331
2414
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2332
2415
|
],
|
|
2333
2416
|
"../src/_modules/test/custom-data.service.ts": [
|
|
2334
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2335
2417
|
"../node_modules/@types/node/fs.d.ts",
|
|
2336
2418
|
"../node_modules/@types/node/process.d.ts",
|
|
2337
2419
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2338
2420
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2339
2421
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2340
2422
|
"../node_modules/@types/node/util.d.ts",
|
|
2423
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
2341
2424
|
"../src/_services/dynamobe-data.service.ts"
|
|
2342
2425
|
],
|
|
2343
2426
|
"../src/_modules/test/get-test-routing-module.ts": [
|
|
2344
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2345
2427
|
"../node_modules/@types/node/fs.d.ts",
|
|
2346
2428
|
"../node_modules/@types/node/process.d.ts",
|
|
2347
2429
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2348
2430
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2349
2431
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2350
2432
|
"../node_modules/@types/node/util.d.ts",
|
|
2433
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
2351
2434
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2352
2435
|
"../src/_modules/test/test-controller.ts",
|
|
2353
2436
|
"../src/_services/dynamobe-routing-module.service.ts"
|
|
@@ -2359,12 +2442,13 @@
|
|
|
2359
2442
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2360
2443
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2361
2444
|
"../node_modules/@types/node/util.d.ts",
|
|
2445
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
2446
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
2362
2447
|
"../src/_modules/test/custom-data.service.ts",
|
|
2363
2448
|
"../src/_modules/test/get-test-routing-module.ts",
|
|
2364
2449
|
"../src/_modules/test/test-controller.ts"
|
|
2365
2450
|
],
|
|
2366
2451
|
"../src/_modules/test/test-controller.ts": [
|
|
2367
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2368
2452
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2369
2453
|
"../node_modules/@types/node/fs.d.ts",
|
|
2370
2454
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2372,19 +2456,20 @@
|
|
|
2372
2456
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2373
2457
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2374
2458
|
"../node_modules/@types/node/util.d.ts",
|
|
2459
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
2375
2460
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2376
2461
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2377
2462
|
"../src/_modules/test/custom-data.service.ts",
|
|
2378
2463
|
"../src/_services/dynamobe-controller.service.ts"
|
|
2379
2464
|
],
|
|
2380
2465
|
"../src/_modules/usage/get-usage-routing-module.ts": [
|
|
2381
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2382
2466
|
"../node_modules/@types/node/fs.d.ts",
|
|
2383
2467
|
"../node_modules/@types/node/process.d.ts",
|
|
2384
2468
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2385
2469
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2386
2470
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2387
2471
|
"../node_modules/@types/node/util.d.ts",
|
|
2472
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
2388
2473
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2389
2474
|
"../src/_modules/usage/usage-controller.ts",
|
|
2390
2475
|
"../src/_services/dynamobe-routing-module.service.ts"
|
|
@@ -2396,12 +2481,13 @@
|
|
|
2396
2481
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2397
2482
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2398
2483
|
"../node_modules/@types/node/util.d.ts",
|
|
2484
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
2485
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
2399
2486
|
"../src/_modules/usage/get-usage-routing-module.ts",
|
|
2400
2487
|
"../src/_modules/usage/usage-controller.ts",
|
|
2401
2488
|
"../src/_modules/usage/usage.service.ts"
|
|
2402
2489
|
],
|
|
2403
2490
|
"../src/_modules/usage/usage-controller.ts": [
|
|
2404
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2405
2491
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2406
2492
|
"../node_modules/@types/node/fs.d.ts",
|
|
2407
2493
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2409,15 +2495,16 @@
|
|
|
2409
2495
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2410
2496
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2411
2497
|
"../node_modules/@types/node/util.d.ts",
|
|
2498
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
2412
2499
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2413
2500
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2501
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
2414
2502
|
"../src/_modules/usage/usage.service.ts",
|
|
2415
2503
|
"../src/_services/dynamobe-auth.service.ts",
|
|
2416
2504
|
"../src/_services/dynamobe-controller.service.ts",
|
|
2417
2505
|
"../src/_services/dynamobe-global.service.ts"
|
|
2418
2506
|
],
|
|
2419
2507
|
"../src/_modules/usage/usage.service.ts": [
|
|
2420
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2421
2508
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2422
2509
|
"../node_modules/@types/node/fs.d.ts",
|
|
2423
2510
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2425,11 +2512,14 @@
|
|
|
2425
2512
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2426
2513
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2427
2514
|
"../node_modules/@types/node/util.d.ts",
|
|
2515
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
2516
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2517
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
2518
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
2428
2519
|
"../src/_services/dynamobe-data.service.ts",
|
|
2429
|
-
"../src/_services/dynamobe-shared
|
|
2520
|
+
"../src/_services/dynamobe-shared.service.ts"
|
|
2430
2521
|
],
|
|
2431
2522
|
"../src/_services/dynamobe-api.service.ts": [
|
|
2432
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2433
2523
|
"../node_modules/@types/node/fs.d.ts",
|
|
2434
2524
|
"../node_modules/@types/node/process.d.ts",
|
|
2435
2525
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2440,6 +2530,7 @@
|
|
|
2440
2530
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2441
2531
|
"../src/_enums/http/http-response-type.enum.ts",
|
|
2442
2532
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
2533
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2443
2534
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2444
2535
|
],
|
|
2445
2536
|
"../src/_services/dynamobe-app.ts": [
|
|
@@ -2462,7 +2553,6 @@
|
|
|
2462
2553
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2463
2554
|
],
|
|
2464
2555
|
"../src/_services/dynamobe-auth.service.ts": [
|
|
2465
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2466
2556
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2467
2557
|
"../node_modules/@types/node/fs.d.ts",
|
|
2468
2558
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2470,6 +2560,7 @@
|
|
|
2470
2560
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2471
2561
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2472
2562
|
"../node_modules/@types/node/util.d.ts",
|
|
2563
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2473
2564
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2474
2565
|
],
|
|
2475
2566
|
"../src/_services/dynamobe-controller.service.ts": [
|
|
@@ -2484,13 +2575,16 @@
|
|
|
2484
2575
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2485
2576
|
],
|
|
2486
2577
|
"../src/_services/dynamobe-data.service.ts": [
|
|
2487
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2488
2578
|
"../node_modules/@types/node/fs.d.ts",
|
|
2489
2579
|
"../node_modules/@types/node/process.d.ts",
|
|
2490
2580
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2491
2581
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2492
2582
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2493
2583
|
"../node_modules/@types/node/util.d.ts",
|
|
2584
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2585
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
2586
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2587
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
2494
2588
|
"../src/_services/dynamobe-db.service.ts",
|
|
2495
2589
|
"../src/_services/dynamobe-global.service.ts"
|
|
2496
2590
|
],
|
|
@@ -2505,14 +2599,17 @@
|
|
|
2505
2599
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2506
2600
|
],
|
|
2507
2601
|
"../src/_services/dynamobe-db.service.ts": [
|
|
2508
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2509
2602
|
"../node_modules/@types/node/fs.d.ts",
|
|
2510
2603
|
"../node_modules/@types/node/process.d.ts",
|
|
2511
2604
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2512
2605
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2513
2606
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2514
2607
|
"../node_modules/@types/node/util.d.ts",
|
|
2515
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2608
|
+
"../node_modules/mongoose/index.d.ts",
|
|
2609
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2610
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
2611
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2612
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
2516
2613
|
],
|
|
2517
2614
|
"../src/_services/dynamobe-email-service-collection.service.ts": [
|
|
2518
2615
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2525,7 +2622,6 @@
|
|
|
2525
2622
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2526
2623
|
],
|
|
2527
2624
|
"../src/_services/dynamobe-email.service.ts": [
|
|
2528
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2529
2625
|
"../node_modules/@types/node/fs.d.ts",
|
|
2530
2626
|
"../node_modules/@types/node/path.d.ts",
|
|
2531
2627
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2535,16 +2631,18 @@
|
|
|
2535
2631
|
"../node_modules/@types/node/util.d.ts",
|
|
2536
2632
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
2537
2633
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
2634
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2538
2635
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2539
2636
|
],
|
|
2540
2637
|
"../src/_services/dynamobe-global.service.ts": [
|
|
2541
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2542
2638
|
"../node_modules/@types/node/fs.d.ts",
|
|
2543
2639
|
"../node_modules/@types/node/process.d.ts",
|
|
2544
2640
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2545
2641
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2546
2642
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2547
2643
|
"../node_modules/@types/node/util.d.ts",
|
|
2644
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2645
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
2548
2646
|
"../src/_services/dynamobe-auth.service.ts",
|
|
2549
2647
|
"../src/_services/dynamobe-db-service-collection.service.ts",
|
|
2550
2648
|
"../src/_services/dynamobe-db.service.ts",
|
|
@@ -2552,7 +2650,6 @@
|
|
|
2552
2650
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2553
2651
|
],
|
|
2554
2652
|
"../src/_services/dynamobe-routing-module.service.ts": [
|
|
2555
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2556
2653
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2557
2654
|
"../node_modules/@types/node/fs.d.ts",
|
|
2558
2655
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2564,11 +2661,11 @@
|
|
|
2564
2661
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2565
2662
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2566
2663
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2664
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2567
2665
|
"../src/_services/dynamobe-controller.service.ts",
|
|
2568
2666
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2569
2667
|
],
|
|
2570
2668
|
"../src/_services/dynamobe-shared-be.service.ts": [
|
|
2571
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2572
2669
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2573
2670
|
"../node_modules/@types/geoip-lite/index.d.ts",
|
|
2574
2671
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2578,17 +2675,22 @@
|
|
|
2578
2675
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2579
2676
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2580
2677
|
"../node_modules/@types/node/util.d.ts",
|
|
2678
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
2581
2679
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2582
2680
|
],
|
|
2583
2681
|
"../src/_services/dynamobe-shared.service.ts": [
|
|
2584
|
-
"../node_modules/@
|
|
2682
|
+
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2683
|
+
"../node_modules/@types/geoip-lite/index.d.ts",
|
|
2585
2684
|
"../node_modules/@types/node/fs.d.ts",
|
|
2586
2685
|
"../node_modules/@types/node/process.d.ts",
|
|
2686
|
+
"../node_modules/@types/node/readline.d.ts",
|
|
2587
2687
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2588
2688
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2589
2689
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2590
2690
|
"../node_modules/@types/node/util.d.ts",
|
|
2591
|
-
"../src/_enums/log-style.enum.ts"
|
|
2691
|
+
"../src/_enums/log-style.enum.ts",
|
|
2692
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2693
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts"
|
|
2592
2694
|
],
|
|
2593
2695
|
"../src/_services/dynamobe-singleton.service.ts": [
|
|
2594
2696
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2636,285 +2738,103 @@
|
|
|
2636
2738
|
]
|
|
2637
2739
|
},
|
|
2638
2740
|
"exportedModulesMap": {
|
|
2639
|
-
"../node_modules/@
|
|
2640
|
-
"../node_modules/@
|
|
2741
|
+
"../node_modules/@types/body-parser/index.d.ts": [
|
|
2742
|
+
"../node_modules/@types/connect/index.d.ts",
|
|
2743
|
+
"../node_modules/@types/node/http.d.ts",
|
|
2744
|
+
"../node_modules/@types/node/index.d.ts"
|
|
2745
|
+
],
|
|
2746
|
+
"../node_modules/@types/bson/index.d.ts": [
|
|
2641
2747
|
"../node_modules/@types/node/fs.d.ts",
|
|
2642
2748
|
"../node_modules/@types/node/process.d.ts",
|
|
2643
2749
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2644
2750
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2645
2751
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2752
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2646
2753
|
"../node_modules/@types/node/util.d.ts"
|
|
2647
2754
|
],
|
|
2648
|
-
"../node_modules/@
|
|
2649
|
-
"../node_modules/@
|
|
2755
|
+
"../node_modules/@types/connect/index.d.ts": [
|
|
2756
|
+
"../node_modules/@types/node/http.d.ts",
|
|
2757
|
+
"../node_modules/@types/node/index.d.ts"
|
|
2758
|
+
],
|
|
2759
|
+
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": [
|
|
2760
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2761
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2650
2762
|
"../node_modules/@types/node/fs.d.ts",
|
|
2763
|
+
"../node_modules/@types/node/http.d.ts",
|
|
2651
2764
|
"../node_modules/@types/node/process.d.ts",
|
|
2652
2765
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2653
2766
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2654
2767
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2655
|
-
"../node_modules/@types/node/
|
|
2768
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2769
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2770
|
+
"../node_modules/@types/qs/index.d.ts",
|
|
2771
|
+
"../node_modules/@types/range-parser/index.d.ts",
|
|
2772
|
+
"../node_modules/mongoose/index.d.ts"
|
|
2773
|
+
],
|
|
2774
|
+
"../node_modules/@types/express/ts4.0/index.d.ts": [
|
|
2775
|
+
"../node_modules/@types/body-parser/index.d.ts",
|
|
2776
|
+
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts",
|
|
2777
|
+
"../node_modules/@types/qs/index.d.ts",
|
|
2778
|
+
"../node_modules/@types/serve-static/index.d.ts"
|
|
2656
2779
|
],
|
|
2657
|
-
"../node_modules/@
|
|
2780
|
+
"../node_modules/@types/mongodb/index.d.ts": [
|
|
2781
|
+
"../node_modules/@types/bson/index.d.ts",
|
|
2782
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2658
2783
|
"../node_modules/@types/node/fs.d.ts",
|
|
2659
2784
|
"../node_modules/@types/node/process.d.ts",
|
|
2785
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2786
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
2660
2787
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2661
2788
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2662
2789
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2790
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2663
2791
|
"../node_modules/@types/node/util.d.ts"
|
|
2664
2792
|
],
|
|
2665
|
-
"../node_modules/@
|
|
2666
|
-
"../node_modules/@
|
|
2793
|
+
"../node_modules/@types/node/async_hooks.d.ts": [
|
|
2794
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2667
2795
|
"../node_modules/@types/node/fs.d.ts",
|
|
2668
2796
|
"../node_modules/@types/node/process.d.ts",
|
|
2669
2797
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2670
2798
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2671
2799
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2672
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2800
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2801
|
+
"../node_modules/mongoose/index.d.ts"
|
|
2673
2802
|
],
|
|
2674
|
-
"../node_modules/@
|
|
2803
|
+
"../node_modules/@types/node/base.d.ts": [
|
|
2804
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2805
|
+
"../node_modules/@types/node/async_hooks.d.ts",
|
|
2806
|
+
"../node_modules/@types/node/buffer.d.ts",
|
|
2807
|
+
"../node_modules/@types/node/child_process.d.ts",
|
|
2808
|
+
"../node_modules/@types/node/cluster.d.ts",
|
|
2809
|
+
"../node_modules/@types/node/console.d.ts",
|
|
2810
|
+
"../node_modules/@types/node/constants.d.ts",
|
|
2811
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
2812
|
+
"../node_modules/@types/node/dgram.d.ts",
|
|
2813
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
2814
|
+
"../node_modules/@types/node/domain.d.ts",
|
|
2815
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2675
2816
|
"../node_modules/@types/node/fs.d.ts",
|
|
2817
|
+
"../node_modules/@types/node/fs/promises.d.ts",
|
|
2818
|
+
"../node_modules/@types/node/globals.d.ts",
|
|
2819
|
+
"../node_modules/@types/node/http.d.ts",
|
|
2820
|
+
"../node_modules/@types/node/http2.d.ts",
|
|
2821
|
+
"../node_modules/@types/node/https.d.ts",
|
|
2822
|
+
"../node_modules/@types/node/inspector.d.ts",
|
|
2823
|
+
"../node_modules/@types/node/module.d.ts",
|
|
2824
|
+
"../node_modules/@types/node/net.d.ts",
|
|
2825
|
+
"../node_modules/@types/node/os.d.ts",
|
|
2826
|
+
"../node_modules/@types/node/path.d.ts",
|
|
2827
|
+
"../node_modules/@types/node/perf_hooks.d.ts",
|
|
2676
2828
|
"../node_modules/@types/node/process.d.ts",
|
|
2677
|
-
"../node_modules/@types/node/
|
|
2678
|
-
"../node_modules/@types/node/
|
|
2679
|
-
"../node_modules/@types/node/
|
|
2680
|
-
"../node_modules/@types/node/
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
"../node_modules/@
|
|
2684
|
-
"../node_modules/@types/node/
|
|
2685
|
-
"../node_modules/@types/node/
|
|
2686
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2687
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2688
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2689
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2690
|
-
],
|
|
2691
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts": [
|
|
2692
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2693
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2694
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2695
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2696
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2697
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2698
|
-
],
|
|
2699
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts": [
|
|
2700
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2701
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2702
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2703
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2704
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2705
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2706
|
-
],
|
|
2707
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts": [
|
|
2708
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2709
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2710
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2711
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2712
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2713
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2714
|
-
],
|
|
2715
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts": [
|
|
2716
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2717
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2718
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2719
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2720
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2721
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2722
|
-
],
|
|
2723
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts": [
|
|
2724
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2725
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2726
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2727
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2728
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2729
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2730
|
-
],
|
|
2731
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts": [
|
|
2732
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
2733
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2734
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2735
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2736
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2737
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2738
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2739
|
-
],
|
|
2740
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts": [
|
|
2741
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
2742
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
2743
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2744
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2745
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2746
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2747
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2748
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2749
|
-
],
|
|
2750
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts": [
|
|
2751
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2752
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2753
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2754
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2755
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2756
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2757
|
-
],
|
|
2758
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts": [
|
|
2759
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
2760
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
2761
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
2762
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
2763
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2764
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2765
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2766
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2767
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2768
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2769
|
-
],
|
|
2770
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts": [
|
|
2771
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts",
|
|
2772
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts",
|
|
2773
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts",
|
|
2774
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts",
|
|
2775
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
2776
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
|
|
2777
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts",
|
|
2778
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
2779
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts",
|
|
2780
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
2781
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
2782
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts",
|
|
2783
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
2784
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
|
|
2785
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2786
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2787
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2788
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2789
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2790
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2791
|
-
],
|
|
2792
|
-
"../node_modules/@types/body-parser/index.d.ts": [
|
|
2793
|
-
"../node_modules/@types/connect/index.d.ts",
|
|
2794
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2795
|
-
"../node_modules/@types/node/http.d.ts",
|
|
2796
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2797
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2798
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2799
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2800
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2801
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2802
|
-
],
|
|
2803
|
-
"../node_modules/@types/bson/index.d.ts": [
|
|
2804
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2805
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2806
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2807
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2808
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2809
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2810
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2811
|
-
],
|
|
2812
|
-
"../node_modules/@types/connect/index.d.ts": [
|
|
2813
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2814
|
-
"../node_modules/@types/node/http.d.ts",
|
|
2815
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2816
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2817
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2818
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2819
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2820
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2821
|
-
],
|
|
2822
|
-
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": [
|
|
2823
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2824
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2825
|
-
"../node_modules/@types/node/http.d.ts",
|
|
2826
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2827
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2828
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2829
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2830
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2831
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2832
|
-
"../node_modules/@types/qs/index.d.ts",
|
|
2833
|
-
"../node_modules/@types/range-parser/index.d.ts"
|
|
2834
|
-
],
|
|
2835
|
-
"../node_modules/@types/express/ts4.0/index.d.ts": [
|
|
2836
|
-
"../node_modules/@types/body-parser/index.d.ts",
|
|
2837
|
-
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts",
|
|
2838
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2839
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2840
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2841
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2842
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2843
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2844
|
-
"../node_modules/@types/qs/index.d.ts",
|
|
2845
|
-
"../node_modules/@types/serve-static/index.d.ts"
|
|
2846
|
-
],
|
|
2847
|
-
"../node_modules/@types/geoip-lite/index.d.ts": [
|
|
2848
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2849
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2850
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2851
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2852
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2853
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2854
|
-
],
|
|
2855
|
-
"../node_modules/@types/mime/index.d.ts": [
|
|
2856
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2857
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2858
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2859
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2860
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2861
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2862
|
-
],
|
|
2863
|
-
"../node_modules/@types/mongodb/index.d.ts": [
|
|
2864
|
-
"../node_modules/@types/bson/index.d.ts",
|
|
2865
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2866
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2867
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2868
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
2869
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
2870
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2871
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2872
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2873
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2874
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2875
|
-
],
|
|
2876
|
-
"../node_modules/@types/node/async_hooks.d.ts": [
|
|
2877
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2878
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2879
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2880
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2881
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2882
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2883
|
-
],
|
|
2884
|
-
"../node_modules/@types/node/base.d.ts": [
|
|
2885
|
-
"../node_modules/@types/node/async_hooks.d.ts",
|
|
2886
|
-
"../node_modules/@types/node/buffer.d.ts",
|
|
2887
|
-
"../node_modules/@types/node/child_process.d.ts",
|
|
2888
|
-
"../node_modules/@types/node/cluster.d.ts",
|
|
2889
|
-
"../node_modules/@types/node/console.d.ts",
|
|
2890
|
-
"../node_modules/@types/node/constants.d.ts",
|
|
2891
|
-
"../node_modules/@types/node/crypto.d.ts",
|
|
2892
|
-
"../node_modules/@types/node/dgram.d.ts",
|
|
2893
|
-
"../node_modules/@types/node/dns.d.ts",
|
|
2894
|
-
"../node_modules/@types/node/domain.d.ts",
|
|
2895
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2896
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2897
|
-
"../node_modules/@types/node/fs/promises.d.ts",
|
|
2898
|
-
"../node_modules/@types/node/globals.d.ts",
|
|
2899
|
-
"../node_modules/@types/node/http.d.ts",
|
|
2900
|
-
"../node_modules/@types/node/http2.d.ts",
|
|
2901
|
-
"../node_modules/@types/node/https.d.ts",
|
|
2902
|
-
"../node_modules/@types/node/inspector.d.ts",
|
|
2903
|
-
"../node_modules/@types/node/module.d.ts",
|
|
2904
|
-
"../node_modules/@types/node/net.d.ts",
|
|
2905
|
-
"../node_modules/@types/node/os.d.ts",
|
|
2906
|
-
"../node_modules/@types/node/path.d.ts",
|
|
2907
|
-
"../node_modules/@types/node/perf_hooks.d.ts",
|
|
2908
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2909
|
-
"../node_modules/@types/node/punycode.d.ts",
|
|
2910
|
-
"../node_modules/@types/node/querystring.d.ts",
|
|
2911
|
-
"../node_modules/@types/node/readline.d.ts",
|
|
2912
|
-
"../node_modules/@types/node/repl.d.ts",
|
|
2913
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
2914
|
-
"../node_modules/@types/node/string_decoder.d.ts",
|
|
2915
|
-
"../node_modules/@types/node/timers.d.ts",
|
|
2916
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
2917
|
-
"../node_modules/@types/node/trace_events.d.ts",
|
|
2829
|
+
"../node_modules/@types/node/punycode.d.ts",
|
|
2830
|
+
"../node_modules/@types/node/querystring.d.ts",
|
|
2831
|
+
"../node_modules/@types/node/readline.d.ts",
|
|
2832
|
+
"../node_modules/@types/node/repl.d.ts",
|
|
2833
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2834
|
+
"../node_modules/@types/node/string_decoder.d.ts",
|
|
2835
|
+
"../node_modules/@types/node/timers.d.ts",
|
|
2836
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
2837
|
+
"../node_modules/@types/node/trace_events.d.ts",
|
|
2918
2838
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2919
2839
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2920
2840
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
@@ -2924,17 +2844,21 @@
|
|
|
2924
2844
|
"../node_modules/@types/node/v8.d.ts",
|
|
2925
2845
|
"../node_modules/@types/node/vm.d.ts",
|
|
2926
2846
|
"../node_modules/@types/node/worker_threads.d.ts",
|
|
2927
|
-
"../node_modules/@types/node/zlib.d.ts"
|
|
2847
|
+
"../node_modules/@types/node/zlib.d.ts",
|
|
2848
|
+
"../node_modules/mongoose/index.d.ts"
|
|
2928
2849
|
],
|
|
2929
2850
|
"../node_modules/@types/node/buffer.d.ts": [
|
|
2851
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2930
2852
|
"../node_modules/@types/node/fs.d.ts",
|
|
2931
2853
|
"../node_modules/@types/node/process.d.ts",
|
|
2932
2854
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2933
2855
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2934
2856
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2935
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2857
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2858
|
+
"../node_modules/mongoose/index.d.ts"
|
|
2936
2859
|
],
|
|
2937
2860
|
"../node_modules/@types/node/child_process.d.ts": [
|
|
2861
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2938
2862
|
"../node_modules/@types/node/events.d.ts",
|
|
2939
2863
|
"../node_modules/@types/node/fs.d.ts",
|
|
2940
2864
|
"../node_modules/@types/node/net.d.ts",
|
|
@@ -2943,623 +2867,273 @@
|
|
|
2943
2867
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2944
2868
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2945
2869
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2946
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2870
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2871
|
+
"../node_modules/mongoose/index.d.ts"
|
|
2947
2872
|
],
|
|
2948
2873
|
"../node_modules/@types/node/cluster.d.ts": [
|
|
2874
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2949
2875
|
"../node_modules/@types/node/child_process.d.ts",
|
|
2950
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2951
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2952
|
-
"../node_modules/@types/node/net.d.ts",
|
|
2953
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2954
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2955
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2956
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2957
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2958
|
-
],
|
|
2959
|
-
"../node_modules/@types/node/console.d.ts": [
|
|
2960
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2961
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2962
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2963
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2964
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2965
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2966
|
-
],
|
|
2967
|
-
"../node_modules/@types/node/constants.d.ts": [
|
|
2968
|
-
"../node_modules/@types/node/crypto.d.ts",
|
|
2969
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2970
|
-
"../node_modules/@types/node/os.d.ts",
|
|
2971
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2972
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2973
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2974
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2975
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2976
|
-
],
|
|
2977
|
-
"../node_modules/@types/node/crypto.d.ts": [
|
|
2978
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2979
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2980
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
2981
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2982
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2983
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2984
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2985
|
-
],
|
|
2986
|
-
"../node_modules/@types/node/dgram.d.ts": [
|
|
2987
|
-
"../node_modules/@types/node/dns.d.ts",
|
|
2988
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2989
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2990
|
-
"../node_modules/@types/node/net.d.ts",
|
|
2991
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2992
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2993
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2994
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2995
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2996
|
-
],
|
|
2997
|
-
"../node_modules/@types/node/dns.d.ts": [
|
|
2998
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2999
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3000
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3001
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3002
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3003
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3004
|
-
],
|
|
3005
|
-
"../node_modules/@types/node/domain.d.ts": [
|
|
3006
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3007
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3008
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3009
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3010
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3011
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3012
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3013
|
-
],
|
|
3014
|
-
"../node_modules/@types/node/events.d.ts": [
|
|
3015
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3016
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3017
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3018
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3019
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3020
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3021
|
-
],
|
|
3022
|
-
"../node_modules/@types/node/fs.d.ts": [
|
|
3023
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3024
|
-
"../node_modules/@types/node/fs/promises.d.ts",
|
|
3025
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3026
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3027
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3028
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3029
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3030
|
-
"../node_modules/@types/node/url.d.ts",
|
|
3031
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3032
|
-
],
|
|
3033
|
-
"../node_modules/@types/node/fs/promises.d.ts": [
|
|
3034
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3035
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3036
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3037
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3038
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3039
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3040
|
-
],
|
|
3041
|
-
"../node_modules/@types/node/globals.d.ts": [
|
|
3042
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3043
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3044
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3045
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3046
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3047
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3048
|
-
],
|
|
3049
|
-
"../node_modules/@types/node/http.d.ts": [
|
|
3050
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3051
|
-
"../node_modules/@types/node/net.d.ts",
|
|
3052
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3053
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3054
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3055
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3056
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3057
|
-
"../node_modules/@types/node/url.d.ts",
|
|
3058
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3059
|
-
],
|
|
3060
|
-
"../node_modules/@types/node/http2.d.ts": [
|
|
3061
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3062
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3063
|
-
"../node_modules/@types/node/http.d.ts",
|
|
3064
|
-
"../node_modules/@types/node/net.d.ts",
|
|
3065
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3066
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3067
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
3068
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3069
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3070
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3071
|
-
"../node_modules/@types/node/url.d.ts",
|
|
3072
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3073
|
-
],
|
|
3074
|
-
"../node_modules/@types/node/https.d.ts": [
|
|
3075
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3076
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3077
|
-
"../node_modules/@types/node/http.d.ts",
|
|
3078
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3079
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
3080
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3081
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3082
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3083
|
-
"../node_modules/@types/node/url.d.ts",
|
|
3084
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3085
|
-
],
|
|
3086
|
-
"../node_modules/@types/node/inspector.d.ts": [
|
|
3087
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3088
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3089
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3090
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3091
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3092
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3093
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3094
|
-
],
|
|
3095
|
-
"../node_modules/@types/node/module.d.ts": [
|
|
3096
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3097
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3098
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3099
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3100
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3101
|
-
"../node_modules/@types/node/url.d.ts",
|
|
3102
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3103
|
-
],
|
|
3104
|
-
"../node_modules/@types/node/net.d.ts": [
|
|
3105
|
-
"../node_modules/@types/node/dns.d.ts",
|
|
3106
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3107
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3108
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3109
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3110
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3111
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3112
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3113
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3114
|
-
],
|
|
3115
|
-
"../node_modules/@types/node/os.d.ts": [
|
|
3116
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3117
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3118
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3119
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3120
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3121
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3122
|
-
],
|
|
3123
|
-
"../node_modules/@types/node/path.d.ts": [
|
|
3124
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3125
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3126
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3127
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3128
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3129
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3130
|
-
],
|
|
3131
|
-
"../node_modules/@types/node/perf_hooks.d.ts": [
|
|
3132
|
-
"../node_modules/@types/node/async_hooks.d.ts",
|
|
3133
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3134
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3135
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3136
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3137
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3138
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3139
|
-
],
|
|
3140
|
-
"../node_modules/@types/node/process.d.ts": [
|
|
3141
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3142
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3143
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3144
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3145
|
-
"../node_modules/@types/node/tty.d.ts",
|
|
3146
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3147
|
-
],
|
|
3148
|
-
"../node_modules/@types/node/punycode.d.ts": [
|
|
3149
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3150
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3151
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3152
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3153
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3154
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3155
|
-
],
|
|
3156
|
-
"../node_modules/@types/node/querystring.d.ts": [
|
|
3157
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3158
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3159
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3160
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3161
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3162
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3163
|
-
],
|
|
3164
|
-
"../node_modules/@types/node/readline.d.ts": [
|
|
3165
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3166
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3167
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3168
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3169
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3170
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3171
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3172
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3173
|
-
],
|
|
3174
|
-
"../node_modules/@types/node/repl.d.ts": [
|
|
3175
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3176
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3177
|
-
"../node_modules/@types/node/readline.d.ts",
|
|
3178
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3179
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3180
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3181
|
-
"../node_modules/@types/node/util.d.ts",
|
|
3182
|
-
"../node_modules/@types/node/vm.d.ts"
|
|
3183
|
-
],
|
|
3184
|
-
"../node_modules/@types/node/stream.d.ts": [
|
|
3185
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3186
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3187
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3188
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3189
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3190
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3191
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3192
|
-
],
|
|
3193
|
-
"../node_modules/@types/node/string_decoder.d.ts": [
|
|
3194
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3195
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3196
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3197
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3198
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3199
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3200
|
-
],
|
|
3201
|
-
"../node_modules/@types/node/timers.d.ts": [
|
|
3202
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3203
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3204
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3205
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3206
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3207
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3208
|
-
],
|
|
3209
|
-
"../node_modules/@types/node/tls.d.ts": [
|
|
3210
|
-
"../node_modules/@types/node/crypto.d.ts",
|
|
3211
|
-
"../node_modules/@types/node/dns.d.ts",
|
|
3212
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3213
|
-
"../node_modules/@types/node/net.d.ts",
|
|
3214
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3215
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3216
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3217
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3218
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3219
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3220
|
-
],
|
|
3221
|
-
"../node_modules/@types/node/trace_events.d.ts": [
|
|
3222
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3223
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3224
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3225
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3226
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3227
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3228
|
-
],
|
|
3229
|
-
"../node_modules/@types/node/ts3.2/base.d.ts": [
|
|
3230
|
-
"../node_modules/@types/node/base.d.ts",
|
|
3231
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3232
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3233
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3234
|
-
"../node_modules/@types/node/ts3.2/globals.d.ts",
|
|
3235
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3236
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3237
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3238
|
-
],
|
|
3239
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts": [
|
|
3240
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3241
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3242
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3243
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3244
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3245
|
-
],
|
|
3246
|
-
"../node_modules/@types/node/ts3.2/globals.d.ts": [
|
|
3247
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3248
|
-
"../node_modules/@types/node/globals.d.ts",
|
|
3249
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3250
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3251
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3252
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3253
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3254
|
-
],
|
|
3255
|
-
"../node_modules/@types/node/ts3.2/process.d.ts": [
|
|
3256
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3257
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3258
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3259
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3260
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3261
|
-
],
|
|
3262
|
-
"../node_modules/@types/node/ts3.2/util.d.ts": [
|
|
3263
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3264
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3265
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3266
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3267
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3268
|
-
],
|
|
3269
|
-
"../node_modules/@types/node/ts3.5/base.d.ts": [
|
|
3270
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3271
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3272
|
-
"../node_modules/@types/node/ts3.2/base.d.ts",
|
|
3273
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3274
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3275
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3276
|
-
"../node_modules/@types/node/ts3.5/globals.global.d.ts",
|
|
3277
|
-
"../node_modules/@types/node/ts3.5/wasi.d.ts",
|
|
3278
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3279
|
-
],
|
|
3280
|
-
"../node_modules/@types/node/ts3.5/globals.global.d.ts": [
|
|
3281
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
3282
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3283
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3284
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3285
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3286
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3287
|
-
],
|
|
3288
|
-
"../node_modules/@types/node/ts3.5/wasi.d.ts": [
|
|
2876
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3289
2877
|
"../node_modules/@types/node/fs.d.ts",
|
|
2878
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3290
2879
|
"../node_modules/@types/node/process.d.ts",
|
|
3291
2880
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3292
2881
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3293
2882
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3294
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2883
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2884
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3295
2885
|
],
|
|
3296
|
-
"../node_modules/@types/node/
|
|
2886
|
+
"../node_modules/@types/node/console.d.ts": [
|
|
2887
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3297
2888
|
"../node_modules/@types/node/fs.d.ts",
|
|
3298
2889
|
"../node_modules/@types/node/process.d.ts",
|
|
3299
2890
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3300
2891
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3301
2892
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3302
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2893
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2894
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3303
2895
|
],
|
|
3304
|
-
"../node_modules/@types/node/
|
|
2896
|
+
"../node_modules/@types/node/constants.d.ts": [
|
|
2897
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2898
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
3305
2899
|
"../node_modules/@types/node/fs.d.ts",
|
|
2900
|
+
"../node_modules/@types/node/os.d.ts",
|
|
3306
2901
|
"../node_modules/@types/node/process.d.ts",
|
|
3307
2902
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3308
2903
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3309
2904
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3310
|
-
"../node_modules/@types/node/
|
|
3311
|
-
"../node_modules
|
|
3312
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2905
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2906
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3313
2907
|
],
|
|
3314
|
-
"../node_modules/@types/node/
|
|
2908
|
+
"../node_modules/@types/node/crypto.d.ts": [
|
|
2909
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3315
2910
|
"../node_modules/@types/node/fs.d.ts",
|
|
3316
2911
|
"../node_modules/@types/node/process.d.ts",
|
|
2912
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3317
2913
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3318
2914
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3319
2915
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3320
|
-
"../node_modules/@types/node/
|
|
3321
|
-
"../node_modules
|
|
2916
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2917
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3322
2918
|
],
|
|
3323
|
-
"../node_modules/@types/node/
|
|
2919
|
+
"../node_modules/@types/node/dgram.d.ts": [
|
|
2920
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2921
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
2922
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3324
2923
|
"../node_modules/@types/node/fs.d.ts",
|
|
3325
2924
|
"../node_modules/@types/node/net.d.ts",
|
|
3326
2925
|
"../node_modules/@types/node/process.d.ts",
|
|
3327
2926
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3328
2927
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3329
2928
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3330
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2929
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2930
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3331
2931
|
],
|
|
3332
|
-
"../node_modules/@types/node/
|
|
2932
|
+
"../node_modules/@types/node/dns.d.ts": [
|
|
2933
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3333
2934
|
"../node_modules/@types/node/fs.d.ts",
|
|
3334
2935
|
"../node_modules/@types/node/process.d.ts",
|
|
3335
|
-
"../node_modules/@types/node/querystring.d.ts",
|
|
3336
2936
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3337
2937
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3338
2938
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3339
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2939
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2940
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3340
2941
|
],
|
|
3341
|
-
"../node_modules/@types/node/
|
|
2942
|
+
"../node_modules/@types/node/domain.d.ts": [
|
|
2943
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2944
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3342
2945
|
"../node_modules/@types/node/fs.d.ts",
|
|
3343
2946
|
"../node_modules/@types/node/process.d.ts",
|
|
3344
2947
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3345
2948
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3346
|
-
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
2949
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2950
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2951
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3347
2952
|
],
|
|
3348
|
-
"../node_modules/@types/node/
|
|
2953
|
+
"../node_modules/@types/node/events.d.ts": [
|
|
2954
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3349
2955
|
"../node_modules/@types/node/fs.d.ts",
|
|
3350
2956
|
"../node_modules/@types/node/process.d.ts",
|
|
3351
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3352
2957
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3353
2958
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3354
2959
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3355
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2960
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2961
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3356
2962
|
],
|
|
3357
|
-
"../node_modules/@types/node/
|
|
3358
|
-
"../node_modules/@types/
|
|
2963
|
+
"../node_modules/@types/node/fs.d.ts": [
|
|
2964
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2965
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2966
|
+
"../node_modules/@types/node/fs/promises.d.ts",
|
|
3359
2967
|
"../node_modules/@types/node/process.d.ts",
|
|
2968
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3360
2969
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3361
2970
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3362
2971
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3363
|
-
"../node_modules/@types/node/
|
|
2972
|
+
"../node_modules/@types/node/url.d.ts",
|
|
2973
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2974
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3364
2975
|
],
|
|
3365
|
-
"../node_modules/@types/node/
|
|
3366
|
-
"../node_modules/@types/
|
|
2976
|
+
"../node_modules/@types/node/fs/promises.d.ts": [
|
|
2977
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3367
2978
|
"../node_modules/@types/node/fs.d.ts",
|
|
3368
2979
|
"../node_modules/@types/node/process.d.ts",
|
|
3369
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3370
2980
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3371
2981
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3372
2982
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3373
|
-
"../node_modules/@types/node/url.d.ts",
|
|
3374
2983
|
"../node_modules/@types/node/util.d.ts",
|
|
3375
|
-
"../node_modules
|
|
2984
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3376
2985
|
],
|
|
3377
|
-
"../node_modules/@types/node/
|
|
2986
|
+
"../node_modules/@types/node/globals.d.ts": [
|
|
2987
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3378
2988
|
"../node_modules/@types/node/fs.d.ts",
|
|
3379
2989
|
"../node_modules/@types/node/process.d.ts",
|
|
3380
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3381
2990
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3382
2991
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3383
2992
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3384
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2993
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2994
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3385
2995
|
],
|
|
3386
|
-
"../node_modules/@types/
|
|
2996
|
+
"../node_modules/@types/node/http.d.ts": [
|
|
2997
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3387
2998
|
"../node_modules/@types/node/fs.d.ts",
|
|
2999
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3388
3000
|
"../node_modules/@types/node/process.d.ts",
|
|
3001
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3389
3002
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3390
3003
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3391
3004
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3392
|
-
"../node_modules/@types/node/
|
|
3005
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3393
3006
|
"../node_modules/@types/node/util.d.ts",
|
|
3394
|
-
"../node_modules
|
|
3395
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3396
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3397
|
-
"../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts",
|
|
3398
|
-
"../node_modules/@types/nodemailer/lib/ses-transport.d.ts",
|
|
3399
|
-
"../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts",
|
|
3400
|
-
"../node_modules/@types/nodemailer/lib/smtp-transport.d.ts",
|
|
3401
|
-
"../node_modules/@types/nodemailer/lib/stream-transport.d.ts"
|
|
3007
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3402
3008
|
],
|
|
3403
|
-
"../node_modules/@types/
|
|
3009
|
+
"../node_modules/@types/node/http2.d.ts": [
|
|
3010
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3011
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3404
3012
|
"../node_modules/@types/node/fs.d.ts",
|
|
3013
|
+
"../node_modules/@types/node/http.d.ts",
|
|
3014
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3405
3015
|
"../node_modules/@types/node/process.d.ts",
|
|
3406
3016
|
"../node_modules/@types/node/stream.d.ts",
|
|
3017
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
3407
3018
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3408
3019
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3409
3020
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3410
|
-
"../node_modules/@types/node/
|
|
3411
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3021
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3022
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3023
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3412
3024
|
],
|
|
3413
|
-
"../node_modules/@types/
|
|
3025
|
+
"../node_modules/@types/node/https.d.ts": [
|
|
3026
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3414
3027
|
"../node_modules/@types/node/events.d.ts",
|
|
3415
3028
|
"../node_modules/@types/node/fs.d.ts",
|
|
3029
|
+
"../node_modules/@types/node/http.d.ts",
|
|
3416
3030
|
"../node_modules/@types/node/process.d.ts",
|
|
3031
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
3417
3032
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3418
3033
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3419
3034
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3420
|
-
"../node_modules/@types/node/
|
|
3035
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3421
3036
|
"../node_modules/@types/node/util.d.ts",
|
|
3422
|
-
"../node_modules
|
|
3423
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3424
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3425
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3426
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3037
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3427
3038
|
],
|
|
3428
|
-
"../node_modules/@types/
|
|
3039
|
+
"../node_modules/@types/node/inspector.d.ts": [
|
|
3040
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3429
3041
|
"../node_modules/@types/node/events.d.ts",
|
|
3430
3042
|
"../node_modules/@types/node/fs.d.ts",
|
|
3431
|
-
"../node_modules/@types/node/net.d.ts",
|
|
3432
3043
|
"../node_modules/@types/node/process.d.ts",
|
|
3433
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3434
3044
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3435
3045
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3436
3046
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3437
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3438
|
-
"../node_modules/@types/node/url.d.ts",
|
|
3439
3047
|
"../node_modules/@types/node/util.d.ts",
|
|
3440
|
-
"../node_modules
|
|
3441
|
-
"../node_modules/@types/nodemailer/lib/dkim/index.d.ts",
|
|
3442
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3443
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3444
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3445
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
|
|
3446
|
-
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3048
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3447
3049
|
],
|
|
3448
|
-
"../node_modules/@types/
|
|
3050
|
+
"../node_modules/@types/node/module.d.ts": [
|
|
3051
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3449
3052
|
"../node_modules/@types/node/fs.d.ts",
|
|
3450
3053
|
"../node_modules/@types/node/process.d.ts",
|
|
3451
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3452
3054
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3453
3055
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3454
3056
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3455
|
-
"../node_modules/@types/node/
|
|
3057
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3456
3058
|
"../node_modules/@types/node/util.d.ts",
|
|
3457
|
-
"../node_modules
|
|
3458
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts"
|
|
3059
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3459
3060
|
],
|
|
3460
|
-
"../node_modules/@types/
|
|
3061
|
+
"../node_modules/@types/node/net.d.ts": [
|
|
3062
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3063
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
3064
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3461
3065
|
"../node_modules/@types/node/fs.d.ts",
|
|
3462
3066
|
"../node_modules/@types/node/process.d.ts",
|
|
3463
3067
|
"../node_modules/@types/node/stream.d.ts",
|
|
3464
3068
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3465
3069
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3466
3070
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3467
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3468
3071
|
"../node_modules/@types/node/util.d.ts",
|
|
3469
|
-
"../node_modules
|
|
3470
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
3072
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3471
3073
|
],
|
|
3472
|
-
"../node_modules/@types/
|
|
3074
|
+
"../node_modules/@types/node/os.d.ts": [
|
|
3075
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3473
3076
|
"../node_modules/@types/node/fs.d.ts",
|
|
3474
3077
|
"../node_modules/@types/node/process.d.ts",
|
|
3475
3078
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3476
3079
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3477
3080
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3478
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3479
3081
|
"../node_modules/@types/node/util.d.ts",
|
|
3480
|
-
"../node_modules
|
|
3481
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3482
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3483
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3484
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3082
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3485
3083
|
],
|
|
3486
|
-
"../node_modules/@types/
|
|
3487
|
-
"../node_modules/@types/
|
|
3084
|
+
"../node_modules/@types/node/path.d.ts": [
|
|
3085
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3488
3086
|
"../node_modules/@types/node/fs.d.ts",
|
|
3489
3087
|
"../node_modules/@types/node/process.d.ts",
|
|
3490
3088
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3491
3089
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3492
3090
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3493
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3494
3091
|
"../node_modules/@types/node/util.d.ts",
|
|
3495
|
-
"../node_modules
|
|
3496
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3497
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3498
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3499
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3092
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3500
3093
|
],
|
|
3501
|
-
"../node_modules/@types/
|
|
3094
|
+
"../node_modules/@types/node/perf_hooks.d.ts": [
|
|
3095
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3096
|
+
"../node_modules/@types/node/async_hooks.d.ts",
|
|
3502
3097
|
"../node_modules/@types/node/fs.d.ts",
|
|
3503
3098
|
"../node_modules/@types/node/process.d.ts",
|
|
3504
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3505
3099
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3506
3100
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3507
3101
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3508
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3509
3102
|
"../node_modules/@types/node/util.d.ts",
|
|
3510
|
-
"../node_modules
|
|
3103
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3511
3104
|
],
|
|
3512
|
-
"../node_modules/@types/
|
|
3513
|
-
"../node_modules/@types/
|
|
3105
|
+
"../node_modules/@types/node/process.d.ts": [
|
|
3106
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3514
3107
|
"../node_modules/@types/node/fs.d.ts",
|
|
3515
|
-
"../node_modules/@types/node/net.d.ts",
|
|
3516
|
-
"../node_modules/@types/node/process.d.ts",
|
|
3517
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3518
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
3519
3108
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3520
3109
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3521
3110
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3522
|
-
"../node_modules/@types/node/
|
|
3111
|
+
"../node_modules/@types/node/tty.d.ts",
|
|
3523
3112
|
"../node_modules/@types/node/util.d.ts",
|
|
3524
|
-
"../node_modules
|
|
3525
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3526
|
-
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3113
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3527
3114
|
],
|
|
3528
|
-
"../node_modules/@types/
|
|
3529
|
-
"../node_modules/@types/
|
|
3115
|
+
"../node_modules/@types/node/punycode.d.ts": [
|
|
3116
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3530
3117
|
"../node_modules/@types/node/fs.d.ts",
|
|
3531
3118
|
"../node_modules/@types/node/process.d.ts",
|
|
3532
3119
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3533
3120
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3534
3121
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3535
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3536
3122
|
"../node_modules/@types/node/util.d.ts",
|
|
3537
|
-
"../node_modules
|
|
3538
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3539
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3540
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3541
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3542
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
3123
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3543
3124
|
],
|
|
3544
|
-
"../node_modules/@types/
|
|
3545
|
-
"../node_modules/@types/
|
|
3125
|
+
"../node_modules/@types/node/querystring.d.ts": [
|
|
3126
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3546
3127
|
"../node_modules/@types/node/fs.d.ts",
|
|
3547
3128
|
"../node_modules/@types/node/process.d.ts",
|
|
3548
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3549
3129
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3550
3130
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3551
3131
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3552
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3553
3132
|
"../node_modules/@types/node/util.d.ts",
|
|
3554
|
-
"../node_modules
|
|
3555
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3556
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3557
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3558
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3559
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
|
|
3560
|
-
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3133
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3561
3134
|
],
|
|
3562
|
-
"../node_modules/@types/
|
|
3135
|
+
"../node_modules/@types/node/readline.d.ts": [
|
|
3136
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3563
3137
|
"../node_modules/@types/node/events.d.ts",
|
|
3564
3138
|
"../node_modules/@types/node/fs.d.ts",
|
|
3565
3139
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -3567,234 +3141,417 @@
|
|
|
3567
3141
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3568
3142
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3569
3143
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3570
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3571
3144
|
"../node_modules/@types/node/util.d.ts",
|
|
3572
|
-
"../node_modules
|
|
3573
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3574
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3575
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3576
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3145
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3577
3146
|
],
|
|
3578
|
-
"../node_modules/@types/
|
|
3147
|
+
"../node_modules/@types/node/repl.d.ts": [
|
|
3148
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3579
3149
|
"../node_modules/@types/node/fs.d.ts",
|
|
3580
|
-
"../node_modules/@types/node/http.d.ts",
|
|
3581
3150
|
"../node_modules/@types/node/process.d.ts",
|
|
3582
|
-
"../node_modules/@types/node/
|
|
3151
|
+
"../node_modules/@types/node/readline.d.ts",
|
|
3583
3152
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3584
3153
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3585
3154
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3586
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3587
3155
|
"../node_modules/@types/node/util.d.ts",
|
|
3588
|
-
"../node_modules/@types/
|
|
3156
|
+
"../node_modules/@types/node/vm.d.ts",
|
|
3157
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3589
3158
|
],
|
|
3590
|
-
"../node_modules/@types/
|
|
3159
|
+
"../node_modules/@types/node/stream.d.ts": [
|
|
3160
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3161
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3591
3162
|
"../node_modules/@types/node/fs.d.ts",
|
|
3592
3163
|
"../node_modules/@types/node/process.d.ts",
|
|
3593
3164
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3594
3165
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3595
3166
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3596
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3167
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3168
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3597
3169
|
],
|
|
3598
|
-
"../node_modules/@types/
|
|
3170
|
+
"../node_modules/@types/node/string_decoder.d.ts": [
|
|
3171
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3599
3172
|
"../node_modules/@types/node/fs.d.ts",
|
|
3600
3173
|
"../node_modules/@types/node/process.d.ts",
|
|
3601
3174
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3602
3175
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3603
3176
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3604
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3177
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3178
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3605
3179
|
],
|
|
3606
|
-
"../node_modules/@types/
|
|
3607
|
-
"../node_modules/@types/
|
|
3180
|
+
"../node_modules/@types/node/timers.d.ts": [
|
|
3181
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3608
3182
|
"../node_modules/@types/node/fs.d.ts",
|
|
3609
|
-
"../node_modules/@types/node/http.d.ts",
|
|
3610
3183
|
"../node_modules/@types/node/process.d.ts",
|
|
3611
3184
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3612
3185
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3613
3186
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3614
|
-
"../node_modules/@types/node/
|
|
3615
|
-
"../node_modules
|
|
3187
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3188
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3616
3189
|
],
|
|
3617
|
-
"../node_modules/
|
|
3190
|
+
"../node_modules/@types/node/tls.d.ts": [
|
|
3191
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3192
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
3193
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
3618
3194
|
"../node_modules/@types/node/fs.d.ts",
|
|
3195
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3619
3196
|
"../node_modules/@types/node/process.d.ts",
|
|
3197
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3620
3198
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3621
3199
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3622
3200
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3623
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3201
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3202
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3624
3203
|
],
|
|
3625
|
-
"../node_modules/
|
|
3626
|
-
"../node_modules/@types/
|
|
3627
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3204
|
+
"../node_modules/@types/node/trace_events.d.ts": [
|
|
3205
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3628
3206
|
"../node_modules/@types/node/fs.d.ts",
|
|
3629
3207
|
"../node_modules/@types/node/process.d.ts",
|
|
3630
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3631
3208
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3632
3209
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3633
3210
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3634
3211
|
"../node_modules/@types/node/util.d.ts",
|
|
3635
3212
|
"../node_modules/mongoose/index.d.ts"
|
|
3636
3213
|
],
|
|
3637
|
-
"../node_modules/
|
|
3214
|
+
"../node_modules/@types/node/ts3.2/base.d.ts": [
|
|
3215
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3216
|
+
"../node_modules/@types/node/base.d.ts",
|
|
3638
3217
|
"../node_modules/@types/node/fs.d.ts",
|
|
3639
3218
|
"../node_modules/@types/node/process.d.ts",
|
|
3640
3219
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3220
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts",
|
|
3641
3221
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3642
3222
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3643
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3223
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3224
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3644
3225
|
],
|
|
3645
|
-
"../node_modules/
|
|
3226
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts": [
|
|
3227
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3646
3228
|
"../node_modules/@types/node/fs.d.ts",
|
|
3647
3229
|
"../node_modules/@types/node/process.d.ts",
|
|
3648
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3649
3230
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3650
3231
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3651
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3232
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3233
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3652
3234
|
],
|
|
3653
|
-
"../node_modules/
|
|
3235
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts": [
|
|
3236
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3654
3237
|
"../node_modules/@types/node/fs.d.ts",
|
|
3238
|
+
"../node_modules/@types/node/globals.d.ts",
|
|
3655
3239
|
"../node_modules/@types/node/process.d.ts",
|
|
3656
3240
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3657
3241
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3658
3242
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3659
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3243
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3244
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3660
3245
|
],
|
|
3661
|
-
"../node_modules/
|
|
3246
|
+
"../node_modules/@types/node/ts3.2/process.d.ts": [
|
|
3247
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3662
3248
|
"../node_modules/@types/node/fs.d.ts",
|
|
3663
3249
|
"../node_modules/@types/node/process.d.ts",
|
|
3664
3250
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3665
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3666
3251
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3667
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3252
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3253
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3668
3254
|
],
|
|
3669
|
-
"../node_modules/
|
|
3255
|
+
"../node_modules/@types/node/ts3.2/util.d.ts": [
|
|
3256
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3670
3257
|
"../node_modules/@types/node/fs.d.ts",
|
|
3671
3258
|
"../node_modules/@types/node/process.d.ts",
|
|
3672
3259
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3673
3260
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3674
|
-
"../node_modules/@types/node/
|
|
3675
|
-
"../node_modules
|
|
3261
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3262
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3676
3263
|
],
|
|
3677
|
-
"../node_modules/
|
|
3264
|
+
"../node_modules/@types/node/ts3.5/base.d.ts": [
|
|
3265
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3678
3266
|
"../node_modules/@types/node/fs.d.ts",
|
|
3679
3267
|
"../node_modules/@types/node/process.d.ts",
|
|
3268
|
+
"../node_modules/@types/node/ts3.2/base.d.ts",
|
|
3680
3269
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3681
3270
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3682
3271
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3683
|
-
"../node_modules/@types/node/
|
|
3272
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts",
|
|
3273
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts",
|
|
3274
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3275
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3684
3276
|
],
|
|
3685
|
-
"../node_modules/
|
|
3277
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts": [
|
|
3278
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3686
3279
|
"../node_modules/@types/node/fs.d.ts",
|
|
3687
3280
|
"../node_modules/@types/node/process.d.ts",
|
|
3688
3281
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3689
3282
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3690
3283
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3691
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3284
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3285
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3692
3286
|
],
|
|
3693
|
-
"../node_modules/
|
|
3287
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts": [
|
|
3288
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3694
3289
|
"../node_modules/@types/node/fs.d.ts",
|
|
3695
3290
|
"../node_modules/@types/node/process.d.ts",
|
|
3696
3291
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3697
3292
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3698
3293
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3699
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3294
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3295
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3700
3296
|
],
|
|
3701
|
-
"../node_modules/
|
|
3297
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts": [
|
|
3298
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3702
3299
|
"../node_modules/@types/node/fs.d.ts",
|
|
3703
3300
|
"../node_modules/@types/node/process.d.ts",
|
|
3704
3301
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3705
3302
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3706
3303
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3707
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3304
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3305
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3708
3306
|
],
|
|
3709
|
-
"../node_modules/
|
|
3307
|
+
"../node_modules/@types/node/ts3.7/base.d.ts": [
|
|
3308
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3710
3309
|
"../node_modules/@types/node/fs.d.ts",
|
|
3711
3310
|
"../node_modules/@types/node/process.d.ts",
|
|
3712
3311
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3713
3312
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3714
3313
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3715
|
-
"../node_modules/@types/node/
|
|
3314
|
+
"../node_modules/@types/node/ts3.5/base.d.ts",
|
|
3315
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts",
|
|
3316
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3317
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3716
3318
|
],
|
|
3717
|
-
"../node_modules/
|
|
3319
|
+
"../node_modules/@types/node/ts3.7/index.d.ts": [
|
|
3320
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3718
3321
|
"../node_modules/@types/node/fs.d.ts",
|
|
3719
3322
|
"../node_modules/@types/node/process.d.ts",
|
|
3720
3323
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3721
3324
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3722
3325
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3723
|
-
"../node_modules/@types/node/
|
|
3326
|
+
"../node_modules/@types/node/ts3.7/base.d.ts",
|
|
3327
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3328
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3724
3329
|
],
|
|
3725
|
-
"../node_modules/
|
|
3330
|
+
"../node_modules/@types/node/tty.d.ts": [
|
|
3331
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3726
3332
|
"../node_modules/@types/node/fs.d.ts",
|
|
3333
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3727
3334
|
"../node_modules/@types/node/process.d.ts",
|
|
3728
3335
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3729
3336
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3730
3337
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3731
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3338
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3339
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3732
3340
|
],
|
|
3733
|
-
"../node_modules/
|
|
3341
|
+
"../node_modules/@types/node/url.d.ts": [
|
|
3342
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3734
3343
|
"../node_modules/@types/node/fs.d.ts",
|
|
3735
3344
|
"../node_modules/@types/node/process.d.ts",
|
|
3345
|
+
"../node_modules/@types/node/querystring.d.ts",
|
|
3736
3346
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3737
3347
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3738
3348
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3739
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3349
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3350
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3740
3351
|
],
|
|
3741
|
-
"../node_modules/
|
|
3352
|
+
"../node_modules/@types/node/util.d.ts": [
|
|
3353
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3742
3354
|
"../node_modules/@types/node/fs.d.ts",
|
|
3743
3355
|
"../node_modules/@types/node/process.d.ts",
|
|
3744
3356
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3745
3357
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3746
3358
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3747
|
-
"../node_modules
|
|
3359
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3748
3360
|
],
|
|
3749
|
-
"../node_modules/
|
|
3361
|
+
"../node_modules/@types/node/v8.d.ts": [
|
|
3362
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3750
3363
|
"../node_modules/@types/node/fs.d.ts",
|
|
3751
3364
|
"../node_modules/@types/node/process.d.ts",
|
|
3365
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3752
3366
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3753
3367
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3754
3368
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3755
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3369
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3370
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3756
3371
|
],
|
|
3757
|
-
"../node_modules/
|
|
3372
|
+
"../node_modules/@types/node/vm.d.ts": [
|
|
3373
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3758
3374
|
"../node_modules/@types/node/fs.d.ts",
|
|
3759
3375
|
"../node_modules/@types/node/process.d.ts",
|
|
3760
3376
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3761
3377
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3762
3378
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3763
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3379
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3380
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3764
3381
|
],
|
|
3765
|
-
"../node_modules/
|
|
3382
|
+
"../node_modules/@types/node/worker_threads.d.ts": [
|
|
3383
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3384
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3766
3385
|
"../node_modules/@types/node/fs.d.ts",
|
|
3767
3386
|
"../node_modules/@types/node/process.d.ts",
|
|
3387
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3768
3388
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3769
3389
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3770
3390
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3771
|
-
"../node_modules/@types/node/
|
|
3391
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3392
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3393
|
+
"../node_modules/@types/node/vm.d.ts",
|
|
3394
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3772
3395
|
],
|
|
3773
|
-
"../node_modules/
|
|
3396
|
+
"../node_modules/@types/node/zlib.d.ts": [
|
|
3397
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3774
3398
|
"../node_modules/@types/node/fs.d.ts",
|
|
3775
3399
|
"../node_modules/@types/node/process.d.ts",
|
|
3400
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3776
3401
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3777
3402
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3778
3403
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3779
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3404
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3405
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3780
3406
|
],
|
|
3781
|
-
"../node_modules/
|
|
3407
|
+
"../node_modules/@types/nodemailer/index.d.ts": [
|
|
3408
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3409
|
+
"../node_modules/@types/nodemailer/lib/json-transport.d.ts",
|
|
3410
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3411
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3412
|
+
"../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts",
|
|
3413
|
+
"../node_modules/@types/nodemailer/lib/ses-transport.d.ts",
|
|
3414
|
+
"../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts",
|
|
3415
|
+
"../node_modules/@types/nodemailer/lib/smtp-transport.d.ts",
|
|
3416
|
+
"../node_modules/@types/nodemailer/lib/stream-transport.d.ts"
|
|
3417
|
+
],
|
|
3418
|
+
"../node_modules/@types/nodemailer/lib/dkim/index.d.ts": [
|
|
3419
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3420
|
+
"../node_modules/@types/node/stream.d.ts"
|
|
3421
|
+
],
|
|
3422
|
+
"../node_modules/@types/nodemailer/lib/json-transport.d.ts": [
|
|
3423
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3424
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3425
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3426
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3427
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3428
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3429
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3430
|
+
],
|
|
3431
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts": [
|
|
3432
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3433
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3434
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3435
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3436
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3437
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3438
|
+
"../node_modules/@types/nodemailer/lib/dkim/index.d.ts",
|
|
3439
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3440
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3441
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3442
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
|
|
3443
|
+
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3444
|
+
],
|
|
3445
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts": [
|
|
3446
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3447
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3448
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3449
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts"
|
|
3450
|
+
],
|
|
3451
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts": [
|
|
3452
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3453
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3454
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3455
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
3456
|
+
],
|
|
3457
|
+
"../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts": [
|
|
3458
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3459
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3460
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3461
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3462
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3463
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3464
|
+
],
|
|
3465
|
+
"../node_modules/@types/nodemailer/lib/ses-transport.d.ts": [
|
|
3466
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3467
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3468
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3469
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3470
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3471
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3472
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3473
|
+
],
|
|
3474
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts": [
|
|
3475
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3476
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3477
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
3478
|
+
],
|
|
3479
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts": [
|
|
3480
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3481
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3482
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3483
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3484
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
3485
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3486
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3487
|
+
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3488
|
+
],
|
|
3489
|
+
"../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts": [
|
|
3490
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3491
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3492
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3493
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3494
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3495
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3496
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3497
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
3498
|
+
],
|
|
3499
|
+
"../node_modules/@types/nodemailer/lib/smtp-transport.d.ts": [
|
|
3500
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3501
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3502
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3503
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3504
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3505
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3506
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3507
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3508
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
|
|
3509
|
+
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3510
|
+
],
|
|
3511
|
+
"../node_modules/@types/nodemailer/lib/stream-transport.d.ts": [
|
|
3512
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3513
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3514
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3515
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3516
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3517
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3518
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3519
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3520
|
+
],
|
|
3521
|
+
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts": [
|
|
3522
|
+
"../node_modules/@types/node/http.d.ts",
|
|
3523
|
+
"../node_modules/@types/node/index.d.ts",
|
|
3524
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3525
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3526
|
+
],
|
|
3527
|
+
"../node_modules/@types/serve-static/index.d.ts": [
|
|
3528
|
+
"../node_modules/@types/mime/index.d.ts",
|
|
3529
|
+
"../node_modules/@types/node/http.d.ts",
|
|
3530
|
+
"../node_modules/@types/node/index.d.ts"
|
|
3531
|
+
],
|
|
3532
|
+
"../node_modules/mongoose/index.d.ts": [
|
|
3533
|
+
"../node_modules/@types/mongodb/index.d.ts",
|
|
3534
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3782
3535
|
"../node_modules/@types/node/fs.d.ts",
|
|
3783
3536
|
"../node_modules/@types/node/process.d.ts",
|
|
3537
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3784
3538
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3785
3539
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3786
3540
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3787
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3541
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3542
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3788
3543
|
],
|
|
3789
|
-
"../node_modules/
|
|
3544
|
+
"../node_modules/tslib/tslib.d.ts": [
|
|
3545
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3790
3546
|
"../node_modules/@types/node/fs.d.ts",
|
|
3791
3547
|
"../node_modules/@types/node/process.d.ts",
|
|
3792
3548
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3793
3549
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3794
3550
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3795
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3551
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3552
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3796
3553
|
],
|
|
3797
|
-
"../node_modules/typescript/lib/lib.
|
|
3554
|
+
"../node_modules/typescript/lib/lib.es2019.array.d.ts": [
|
|
3798
3555
|
"../node_modules/@types/node/fs.d.ts",
|
|
3799
3556
|
"../node_modules/@types/node/process.d.ts",
|
|
3800
3557
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -3802,7 +3559,7 @@
|
|
|
3802
3559
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3803
3560
|
"../node_modules/@types/node/util.d.ts"
|
|
3804
3561
|
],
|
|
3805
|
-
"../node_modules/typescript/lib/lib.
|
|
3562
|
+
"../node_modules/typescript/lib/lib.es2019.d.ts": [
|
|
3806
3563
|
"../node_modules/@types/node/fs.d.ts",
|
|
3807
3564
|
"../node_modules/@types/node/process.d.ts",
|
|
3808
3565
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -3810,7 +3567,7 @@
|
|
|
3810
3567
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3811
3568
|
"../node_modules/@types/node/util.d.ts"
|
|
3812
3569
|
],
|
|
3813
|
-
"../node_modules/typescript/lib/lib.
|
|
3570
|
+
"../node_modules/typescript/lib/lib.es2019.object.d.ts": [
|
|
3814
3571
|
"../node_modules/@types/node/fs.d.ts",
|
|
3815
3572
|
"../node_modules/@types/node/process.d.ts",
|
|
3816
3573
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -3818,7 +3575,7 @@
|
|
|
3818
3575
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3819
3576
|
"../node_modules/@types/node/util.d.ts"
|
|
3820
3577
|
],
|
|
3821
|
-
"../node_modules/typescript/lib/lib.
|
|
3578
|
+
"../node_modules/typescript/lib/lib.es2019.string.d.ts": [
|
|
3822
3579
|
"../node_modules/@types/node/fs.d.ts",
|
|
3823
3580
|
"../node_modules/@types/node/process.d.ts",
|
|
3824
3581
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -3826,7 +3583,7 @@
|
|
|
3826
3583
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3827
3584
|
"../node_modules/@types/node/util.d.ts"
|
|
3828
3585
|
],
|
|
3829
|
-
"../node_modules/typescript/lib/lib.
|
|
3586
|
+
"../node_modules/typescript/lib/lib.es2019.symbol.d.ts": [
|
|
3830
3587
|
"../node_modules/@types/node/fs.d.ts",
|
|
3831
3588
|
"../node_modules/@types/node/process.d.ts",
|
|
3832
3589
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -3834,7 +3591,7 @@
|
|
|
3834
3591
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3835
3592
|
"../node_modules/@types/node/util.d.ts"
|
|
3836
3593
|
],
|
|
3837
|
-
"../node_modules/typescript/lib/lib.
|
|
3594
|
+
"../node_modules/typescript/lib/lib.es2020.d.ts": [
|
|
3838
3595
|
"../node_modules/@types/node/fs.d.ts",
|
|
3839
3596
|
"../node_modules/@types/node/process.d.ts",
|
|
3840
3597
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -3842,7 +3599,7 @@
|
|
|
3842
3599
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3843
3600
|
"../node_modules/@types/node/util.d.ts"
|
|
3844
3601
|
],
|
|
3845
|
-
"../node_modules/typescript/lib/lib.es2020.
|
|
3602
|
+
"../node_modules/typescript/lib/lib.es2020.promise.d.ts": [
|
|
3846
3603
|
"../node_modules/@types/node/fs.d.ts",
|
|
3847
3604
|
"../node_modules/@types/node/process.d.ts",
|
|
3848
3605
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -3850,7 +3607,7 @@
|
|
|
3850
3607
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3851
3608
|
"../node_modules/@types/node/util.d.ts"
|
|
3852
3609
|
],
|
|
3853
|
-
"../node_modules/typescript/lib/lib.
|
|
3610
|
+
"../node_modules/typescript/lib/lib.es2020.string.d.ts": [
|
|
3854
3611
|
"../node_modules/@types/node/fs.d.ts",
|
|
3855
3612
|
"../node_modules/@types/node/process.d.ts",
|
|
3856
3613
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -3858,7 +3615,7 @@
|
|
|
3858
3615
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3859
3616
|
"../node_modules/@types/node/util.d.ts"
|
|
3860
3617
|
],
|
|
3861
|
-
"../node_modules/typescript/lib/lib.
|
|
3618
|
+
"../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": [
|
|
3862
3619
|
"../node_modules/@types/node/fs.d.ts",
|
|
3863
3620
|
"../node_modules/@types/node/process.d.ts",
|
|
3864
3621
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -3869,8 +3626,13 @@
|
|
|
3869
3626
|
"../src/_constants/dynamobe-global.settings.ts": [
|
|
3870
3627
|
"../src/_models/dynamobe-global-settings.ts"
|
|
3871
3628
|
],
|
|
3629
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts": [
|
|
3630
|
+
"../src/_models/dynamo-module-settings.ts"
|
|
3631
|
+
],
|
|
3872
3632
|
"../src/_constants/index.ts": [
|
|
3873
|
-
"../src/_constants/dynamobe-global.settings.ts"
|
|
3633
|
+
"../src/_constants/dynamobe-global.settings.ts",
|
|
3634
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
3635
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts"
|
|
3874
3636
|
],
|
|
3875
3637
|
"../src/_enums/index.ts": [
|
|
3876
3638
|
"../src/_enums/data-model-type.enum.ts",
|
|
@@ -3886,8 +3648,8 @@
|
|
|
3886
3648
|
"../src/_enums/http/http-response-type.enum.ts"
|
|
3887
3649
|
],
|
|
3888
3650
|
"../src/_models/dynamobe-data-model-params.ts": [
|
|
3889
|
-
"../
|
|
3890
|
-
"../src/
|
|
3651
|
+
"../src/_enums/data-model-type.enum.ts",
|
|
3652
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
3891
3653
|
],
|
|
3892
3654
|
"../src/_models/dynamobe-endpoint-params.ts": [
|
|
3893
3655
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
@@ -3897,16 +3659,46 @@
|
|
|
3897
3659
|
"../src/_models/dynamobe-global-settings.ts": [
|
|
3898
3660
|
"../src/_enums/dynamobe-route-security.enum.ts"
|
|
3899
3661
|
],
|
|
3662
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts": [
|
|
3663
|
+
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
3664
|
+
],
|
|
3665
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts": [
|
|
3666
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
3667
|
+
],
|
|
3668
|
+
"../src/_models/fullstack/control-models/usage-data.ts": [
|
|
3669
|
+
"../src/_models/fullstack/control-models/usage-action.ts"
|
|
3670
|
+
],
|
|
3671
|
+
"../src/_models/fullstack/data-models/custom-data.ts": [
|
|
3672
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3673
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
3674
|
+
],
|
|
3675
|
+
"../src/_models/fullstack/data-models/usage-session.ts": [
|
|
3676
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3677
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
3678
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3679
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
3680
|
+
],
|
|
3900
3681
|
"../src/_models/index.ts": [
|
|
3901
3682
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
3902
3683
|
"../src/_models/dynamobe-app-params.ts",
|
|
3903
3684
|
"../src/_models/dynamobe-data-model-params.ts",
|
|
3904
3685
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
3905
|
-
"../src/_models/dynamobe-global-settings.ts"
|
|
3686
|
+
"../src/_models/dynamobe-global-settings.ts",
|
|
3687
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
3688
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3689
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
3690
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3691
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
3692
|
+
"../src/_models/fullstack/control-models/usage-action.ts",
|
|
3693
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3694
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
3695
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
3696
|
+
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
3906
3697
|
],
|
|
3907
3698
|
"../src/_modules/api-service.index.ts": [
|
|
3908
3699
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
3909
3700
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
3701
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3910
3702
|
"../src/_services/dynamobe-api.service.ts",
|
|
3911
3703
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
3912
3704
|
],
|
|
@@ -3922,6 +3714,7 @@
|
|
|
3922
3714
|
"../src/_services/dynamobe-shared.service.ts"
|
|
3923
3715
|
],
|
|
3924
3716
|
"../src/_modules/auth.index.ts": [
|
|
3717
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3925
3718
|
"../src/_services/dynamobe-auth.service.ts",
|
|
3926
3719
|
"../src/_services/dynamobe-shared.service.ts"
|
|
3927
3720
|
],
|
|
@@ -3931,14 +3724,19 @@
|
|
|
3931
3724
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
3932
3725
|
"../src/_services/dynamobe-controller.service.ts"
|
|
3933
3726
|
],
|
|
3727
|
+
"../src/_modules/data-models.index.ts": [
|
|
3728
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3729
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
3730
|
+
],
|
|
3934
3731
|
"../src/_modules/data-service.index.ts": [
|
|
3732
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3935
3733
|
"../src/_services/dynamobe-data.service.ts",
|
|
3936
3734
|
"../src/_services/dynamobe-db.service.ts",
|
|
3937
3735
|
"../src/_services/dynamobe-global.service.ts",
|
|
3938
3736
|
"../src/_services/dynamobe-shared.service.ts"
|
|
3939
3737
|
],
|
|
3940
3738
|
"../src/_modules/test/custom-data.service.ts": [
|
|
3941
|
-
"../
|
|
3739
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
3942
3740
|
"../src/_services/dynamobe-data.service.ts"
|
|
3943
3741
|
],
|
|
3944
3742
|
"../src/_modules/test/get-test-routing-module.ts": [
|
|
@@ -3946,6 +3744,8 @@
|
|
|
3946
3744
|
"../src/_services/dynamobe-routing-module.service.ts"
|
|
3947
3745
|
],
|
|
3948
3746
|
"../src/_modules/test/index.ts": [
|
|
3747
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
3748
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
3949
3749
|
"../src/_modules/test/custom-data.service.ts",
|
|
3950
3750
|
"../src/_modules/test/get-test-routing-module.ts",
|
|
3951
3751
|
"../src/_modules/test/test-controller.ts"
|
|
@@ -3958,6 +3758,8 @@
|
|
|
3958
3758
|
"../src/_services/dynamobe-routing-module.service.ts"
|
|
3959
3759
|
],
|
|
3960
3760
|
"../src/_modules/usage/index.ts": [
|
|
3761
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
3762
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
3961
3763
|
"../src/_modules/usage/get-usage-routing-module.ts",
|
|
3962
3764
|
"../src/_modules/usage/usage-controller.ts",
|
|
3963
3765
|
"../src/_modules/usage/usage.service.ts"
|
|
@@ -3966,8 +3768,10 @@
|
|
|
3966
3768
|
"../src/_services/dynamobe-controller.service.ts"
|
|
3967
3769
|
],
|
|
3968
3770
|
"../src/_modules/usage/usage.service.ts": [
|
|
3969
|
-
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
3970
3771
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
3772
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
3773
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3774
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
3971
3775
|
"../src/_services/dynamobe-data.service.ts"
|
|
3972
3776
|
],
|
|
3973
3777
|
"../src/_services/dynamobe-api.service.ts": [
|
|
@@ -3990,7 +3794,9 @@
|
|
|
3990
3794
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
3991
3795
|
],
|
|
3992
3796
|
"../src/_services/dynamobe-data.service.ts": [
|
|
3993
|
-
"../
|
|
3797
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3798
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
3799
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
3994
3800
|
"../src/_services/dynamobe-db.service.ts"
|
|
3995
3801
|
],
|
|
3996
3802
|
"../src/_services/dynamobe-db-service-collection.service.ts": [
|
|
@@ -3998,8 +3804,9 @@
|
|
|
3998
3804
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
3999
3805
|
],
|
|
4000
3806
|
"../src/_services/dynamobe-db.service.ts": [
|
|
4001
|
-
"../node_modules
|
|
4002
|
-
"../
|
|
3807
|
+
"../node_modules/mongoose/index.d.ts",
|
|
3808
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3809
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
4003
3810
|
],
|
|
4004
3811
|
"../src/_services/dynamobe-email-service-collection.service.ts": [
|
|
4005
3812
|
"../src/_services/dynamobe-email.service.ts",
|
|
@@ -4009,7 +3816,8 @@
|
|
|
4009
3816
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts"
|
|
4010
3817
|
],
|
|
4011
3818
|
"../src/_services/dynamobe-global.service.ts": [
|
|
4012
|
-
"../
|
|
3819
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3820
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
4013
3821
|
"../src/_services/dynamobe-auth.service.ts",
|
|
4014
3822
|
"../src/_services/dynamobe-db-service-collection.service.ts",
|
|
4015
3823
|
"../src/_services/dynamobe-db.service.ts",
|
|
@@ -4023,13 +3831,14 @@
|
|
|
4023
3831
|
"../src/_services/dynamobe-controller.service.ts"
|
|
4024
3832
|
],
|
|
4025
3833
|
"../src/_services/dynamobe-shared-be.service.ts": [
|
|
4026
|
-
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
4027
3834
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
3835
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
4028
3836
|
"../src/_services/dynamobe-shared.service.ts"
|
|
4029
3837
|
],
|
|
4030
3838
|
"../src/_services/dynamobe-shared.service.ts": [
|
|
4031
|
-
"../node_modules/@
|
|
4032
|
-
"../src/_enums/log-style.enum.ts"
|
|
3839
|
+
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
3840
|
+
"../src/_enums/log-style.enum.ts",
|
|
3841
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts"
|
|
4033
3842
|
],
|
|
4034
3843
|
"../src/_services/index.ts": [
|
|
4035
3844
|
"../src/_services/dynamobe-api.service.ts",
|
|
@@ -4057,22 +3866,6 @@
|
|
|
4057
3866
|
]
|
|
4058
3867
|
},
|
|
4059
3868
|
"semanticDiagnosticsPerFile": [
|
|
4060
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts",
|
|
4061
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts",
|
|
4062
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts",
|
|
4063
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts",
|
|
4064
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
|
|
4065
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
4066
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
|
|
4067
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts",
|
|
4068
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
4069
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts",
|
|
4070
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
4071
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
4072
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts",
|
|
4073
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
4074
|
-
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
|
|
4075
|
-
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
4076
3869
|
"../node_modules/@types/body-parser/index.d.ts",
|
|
4077
3870
|
"../node_modules/@types/bson/index.d.ts",
|
|
4078
3871
|
"../node_modules/@types/connect/index.d.ts",
|
|
@@ -4178,10 +3971,21 @@
|
|
|
4178
3971
|
"../node_modules/typescript/lib/lib.es2018.intl.d.ts",
|
|
4179
3972
|
"../node_modules/typescript/lib/lib.es2018.promise.d.ts",
|
|
4180
3973
|
"../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
|
|
3974
|
+
"../node_modules/typescript/lib/lib.es2019.array.d.ts",
|
|
3975
|
+
"../node_modules/typescript/lib/lib.es2019.d.ts",
|
|
3976
|
+
"../node_modules/typescript/lib/lib.es2019.object.d.ts",
|
|
3977
|
+
"../node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
3978
|
+
"../node_modules/typescript/lib/lib.es2019.symbol.d.ts",
|
|
4181
3979
|
"../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
|
|
3980
|
+
"../node_modules/typescript/lib/lib.es2020.d.ts",
|
|
3981
|
+
"../node_modules/typescript/lib/lib.es2020.promise.d.ts",
|
|
3982
|
+
"../node_modules/typescript/lib/lib.es2020.string.d.ts",
|
|
3983
|
+
"../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts",
|
|
4182
3984
|
"../node_modules/typescript/lib/lib.es5.d.ts",
|
|
4183
3985
|
"../node_modules/typescript/lib/lib.esnext.intl.d.ts",
|
|
4184
3986
|
"../src/_constants/dynamobe-global.settings.ts",
|
|
3987
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
3988
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
4185
3989
|
"../src/_constants/index.ts",
|
|
4186
3990
|
"../src/_enums/data-model-type.enum.ts",
|
|
4187
3991
|
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
@@ -4197,11 +4001,22 @@
|
|
|
4197
4001
|
"../src/_models/dynamobe-data-model-params.ts",
|
|
4198
4002
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
4199
4003
|
"../src/_models/dynamobe-global-settings.ts",
|
|
4004
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
4005
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
4006
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
4007
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
4008
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
4009
|
+
"../src/_models/fullstack/control-models/usage-action.ts",
|
|
4010
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
4011
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
4012
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
4013
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
4200
4014
|
"../src/_models/index.ts",
|
|
4201
4015
|
"../src/_modules/api-service.index.ts",
|
|
4202
4016
|
"../src/_modules/app.index.ts",
|
|
4203
4017
|
"../src/_modules/auth.index.ts",
|
|
4204
4018
|
"../src/_modules/controller.index.ts",
|
|
4019
|
+
"../src/_modules/data-models.index.ts",
|
|
4205
4020
|
"../src/_modules/data-service.index.ts",
|
|
4206
4021
|
"../src/_modules/test/custom-data.service.ts",
|
|
4207
4022
|
"../src/_modules/test/get-test-routing-module.ts",
|