@futdevpro/nts-dynamo 1.4.5 → 1.4.6
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/index.d.ts +0 -3
- package/lib/_constants/index.d.ts.map +1 -1
- package/lib/_constants/index.js +0 -3
- 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/index.d.ts +0 -11
- package/lib/_models/index.d.ts.map +1 -1
- package/lib/_models/index.js +0 -13
- package/lib/_models/index.js.map +1 -1
- package/lib/_modules/api-service.index.d.ts +0 -1
- package/lib/_modules/api-service.index.d.ts.map +1 -1
- package/lib/_modules/api-service.index.js +0 -1
- package/lib/_modules/api-service.index.js.map +1 -1
- package/lib/_modules/auth.index.d.ts +0 -1
- package/lib/_modules/auth.index.d.ts.map +1 -1
- package/lib/_modules/auth.index.js +0 -2
- package/lib/_modules/auth.index.js.map +1 -1
- package/lib/_modules/data-service.index.d.ts +0 -1
- package/lib/_modules/data-service.index.d.ts.map +1 -1
- package/lib/_modules/data-service.index.js +0 -2
- package/lib/_modules/data-service.index.js.map +1 -1
- 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 +0 -1
- package/lib/_modules/test/index.d.ts.map +1 -1
- package/lib/_modules/test/index.js +0 -2
- 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/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 +0 -1
- package/lib/_modules/usage/index.d.ts.map +1 -1
- package/lib/_modules/usage/index.js +0 -2
- package/lib/_modules/usage/index.js.map +1 -1
- package/lib/_modules/usage/usage-controller.js +6 -7
- package/lib/_modules/usage/usage-controller.js.map +1 -1
- package/lib/_modules/usage/usage.service.d.ts +2 -4
- package/lib/_modules/usage/usage.service.d.ts.map +1 -1
- package/lib/_modules/usage/usage.service.js +7 -9
- package/lib/_modules/usage/usage.service.js.map +1 -1
- 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 +1 -3
- 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 +1 -2
- 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.service.d.ts +1 -2
- 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-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 +1 -1
- package/lib/_services/dynamobe-shared.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-shared.service.js +10 -11
- package/lib/_services/dynamobe-shared.service.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1254 -871
- package/package.json +4 -15
- package/src/_constants/index.ts +0 -3
- package/src/_models/dynamobe-data-model-params.ts +2 -1
- package/src/_models/index.ts +0 -13
- package/src/_modules/api-service.index.ts +0 -1
- package/src/_modules/auth.index.ts +0 -3
- package/src/_modules/data-service.index.ts +0 -3
- package/src/_modules/test/custom-data.service.ts +2 -1
- package/src/_modules/test/get-test-routing-module.ts +2 -1
- package/src/_modules/test/index.ts +0 -2
- package/src/_modules/test/test-controller.ts +2 -1
- package/src/_modules/usage/get-usage-routing-module.ts +2 -1
- package/src/_modules/usage/index.ts +0 -2
- package/src/_modules/usage/usage-controller.ts +2 -2
- package/src/_modules/usage/usage.service.ts +4 -5
- package/src/_services/dynamobe-api.service.ts +2 -1
- package/src/_services/dynamobe-auth.service.ts +2 -1
- package/src/_services/dynamobe-data.service.ts +3 -4
- package/src/_services/dynamobe-db.service.ts +2 -4
- package/src/_services/dynamobe-email.service.ts +2 -1
- package/src/_services/dynamobe-global.service.ts +2 -2
- package/src/_services/dynamobe-routing-module.service.ts +2 -1
- package/src/_services/dynamobe-shared-be.service.ts +2 -1
- package/src/_services/dynamobe-shared.service.ts +2 -3
- package/lib/_constants/fullstack/module-settings/test-module-settings.d.ts +0 -3
- package/lib/_constants/fullstack/module-settings/test-module-settings.d.ts.map +0 -1
- package/lib/_constants/fullstack/module-settings/test-module-settings.js +0 -16
- package/lib/_constants/fullstack/module-settings/test-module-settings.js.map +0 -1
- package/lib/_constants/fullstack/module-settings/usage-module-settings.d.ts +0 -3
- package/lib/_constants/fullstack/module-settings/usage-module-settings.d.ts.map +0 -1
- package/lib/_constants/fullstack/module-settings/usage-module-settings.js +0 -13
- package/lib/_constants/fullstack/module-settings/usage-module-settings.js.map +0 -1
- package/lib/_constants/fullstack/times.d.ts +0 -8
- package/lib/_constants/fullstack/times.d.ts.map +0 -1
- package/lib/_constants/fullstack/times.js +0 -11
- package/lib/_constants/fullstack/times.js.map +0 -1
- package/lib/_models/dynamobe-endpoint-control.d.ts +0 -30
- package/lib/_models/dynamobe-endpoint-control.d.ts.map +0 -1
- package/lib/_models/dynamobe-endpoint-control.js +0 -95
- package/lib/_models/dynamobe-endpoint-control.js.map +0 -1
- package/lib/_models/fullstack/control-models/daily-usage-data.d.ts +0 -18
- package/lib/_models/fullstack/control-models/daily-usage-data.d.ts.map +0 -1
- package/lib/_models/fullstack/control-models/daily-usage-data.js +0 -22
- package/lib/_models/fullstack/control-models/daily-usage-data.js.map +0 -1
- package/lib/_models/fullstack/control-models/dynamobe-data-params.d.ts +0 -11
- package/lib/_models/fullstack/control-models/dynamobe-data-params.d.ts.map +0 -1
- package/lib/_models/fullstack/control-models/dynamobe-data-params.js +0 -12
- package/lib/_models/fullstack/control-models/dynamobe-data-params.js.map +0 -1
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.d.ts +0 -28
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.d.ts.map +0 -1
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.js +0 -67
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.js.map +0 -1
- package/lib/_models/fullstack/control-models/dynamobe-error.d.ts +0 -18
- package/lib/_models/fullstack/control-models/dynamobe-error.d.ts.map +0 -1
- package/lib/_models/fullstack/control-models/dynamobe-error.js +0 -188
- package/lib/_models/fullstack/control-models/dynamobe-error.js.map +0 -1
- package/lib/_models/fullstack/control-models/geo-ip-location.d.ts +0 -26
- package/lib/_models/fullstack/control-models/geo-ip-location.d.ts.map +0 -1
- package/lib/_models/fullstack/control-models/geo-ip-location.js +0 -3
- package/lib/_models/fullstack/control-models/geo-ip-location.js.map +0 -1
- package/lib/_models/fullstack/control-models/location-coordinates.d.ts +0 -5
- package/lib/_models/fullstack/control-models/location-coordinates.d.ts.map +0 -1
- package/lib/_models/fullstack/control-models/location-coordinates.js +0 -3
- package/lib/_models/fullstack/control-models/location-coordinates.js.map +0 -1
- package/lib/_models/fullstack/control-models/usage-action.d.ts +0 -9
- package/lib/_models/fullstack/control-models/usage-action.d.ts.map +0 -1
- package/lib/_models/fullstack/control-models/usage-action.js +0 -13
- package/lib/_models/fullstack/control-models/usage-action.js.map +0 -1
- package/lib/_models/fullstack/control-models/usage-data.d.ts +0 -14
- package/lib/_models/fullstack/control-models/usage-data.d.ts.map +0 -1
- package/lib/_models/fullstack/control-models/usage-data.js +0 -16
- package/lib/_models/fullstack/control-models/usage-data.js.map +0 -1
- package/lib/_models/fullstack/data-models/custom-data.d.ts +0 -16
- package/lib/_models/fullstack/data-models/custom-data.d.ts.map +0 -1
- package/lib/_models/fullstack/data-models/custom-data.js +0 -28
- package/lib/_models/fullstack/data-models/custom-data.js.map +0 -1
- package/lib/_models/fullstack/data-models/metadata.d.ts +0 -17
- package/lib/_models/fullstack/data-models/metadata.d.ts.map +0 -1
- package/lib/_models/fullstack/data-models/metadata.js +0 -17
- package/lib/_models/fullstack/data-models/metadata.js.map +0 -1
- package/lib/_models/fullstack/data-models/usage-session.d.ts +0 -34
- package/lib/_models/fullstack/data-models/usage-session.d.ts.map +0 -1
- package/lib/_models/fullstack/data-models/usage-session.js +0 -53
- package/lib/_models/fullstack/data-models/usage-session.js.map +0 -1
- package/lib/_models/fullstack-models/control-models/daily-usage-data.d.ts +0 -18
- package/lib/_models/fullstack-models/control-models/daily-usage-data.d.ts.map +0 -1
- package/lib/_models/fullstack-models/control-models/daily-usage-data.js +0 -22
- package/lib/_models/fullstack-models/control-models/daily-usage-data.js.map +0 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.d.ts +0 -11
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.d.ts.map +0 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.js +0 -12
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.js.map +0 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.d.ts +0 -28
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.d.ts.map +0 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.js +0 -67
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.js.map +0 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-error.d.ts +0 -18
- package/lib/_models/fullstack-models/control-models/dynamobe-error.d.ts.map +0 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-error.js +0 -188
- package/lib/_models/fullstack-models/control-models/dynamobe-error.js.map +0 -1
- package/lib/_models/fullstack-models/control-models/geo-ip-location.d.ts +0 -26
- package/lib/_models/fullstack-models/control-models/geo-ip-location.d.ts.map +0 -1
- package/lib/_models/fullstack-models/control-models/geo-ip-location.js +0 -3
- package/lib/_models/fullstack-models/control-models/geo-ip-location.js.map +0 -1
- package/lib/_models/fullstack-models/control-models/usage-action.d.ts +0 -9
- package/lib/_models/fullstack-models/control-models/usage-action.d.ts.map +0 -1
- package/lib/_models/fullstack-models/control-models/usage-action.js +0 -13
- package/lib/_models/fullstack-models/control-models/usage-action.js.map +0 -1
- package/lib/_models/fullstack-models/control-models/usage-data.d.ts +0 -14
- package/lib/_models/fullstack-models/control-models/usage-data.d.ts.map +0 -1
- package/lib/_models/fullstack-models/control-models/usage-data.js +0 -16
- package/lib/_models/fullstack-models/control-models/usage-data.js.map +0 -1
- package/lib/_models/fullstack-models/data-models/custom-data.d.ts +0 -16
- package/lib/_models/fullstack-models/data-models/custom-data.d.ts.map +0 -1
- package/lib/_models/fullstack-models/data-models/custom-data.js +0 -28
- package/lib/_models/fullstack-models/data-models/custom-data.js.map +0 -1
- package/lib/_models/fullstack-models/data-models/metadata.d.ts +0 -17
- package/lib/_models/fullstack-models/data-models/metadata.d.ts.map +0 -1
- package/lib/_models/fullstack-models/data-models/metadata.js +0 -17
- package/lib/_models/fullstack-models/data-models/metadata.js.map +0 -1
- package/lib/_models/fullstack-models/data-models/usage-session.d.ts +0 -34
- package/lib/_models/fullstack-models/data-models/usage-session.d.ts.map +0 -1
- package/lib/_models/fullstack-models/data-models/usage-session.js +0 -53
- package/lib/_models/fullstack-models/data-models/usage-session.js.map +0 -1
- package/lib/_modules/data-models.index.d.ts +0 -3
- package/lib/_modules/data-models.index.d.ts.map +0 -1
- package/lib/_modules/data-models.index.js +0 -6
- package/lib/_modules/data-models.index.js.map +0 -1
- package/lib/_modules/index.d.ts +0 -5
- package/lib/_modules/index.d.ts.map +0 -1
- package/lib/_modules/index.js +0 -9
- package/lib/_modules/index.js.map +0 -1
- package/lib/_modules/test/test-routing-module-settings.d.ts +0 -3
- package/lib/_modules/test/test-routing-module-settings.d.ts.map +0 -1
- package/lib/_modules/test/test-routing-module-settings.js +0 -10
- package/lib/_modules/test/test-routing-module-settings.js.map +0 -1
- package/lib/_modules/test/test-routing-module.d.ts +0 -3
- package/lib/_modules/test/test-routing-module.d.ts.map +0 -1
- package/lib/_modules/test/test-routing-module.js +0 -10
- package/lib/_modules/test/test-routing-module.js.map +0 -1
- package/lib/_modules/test-route/custom-data.service.d.ts +0 -6
- package/lib/_modules/test-route/custom-data.service.d.ts.map +0 -1
- package/lib/_modules/test-route/custom-data.service.js +0 -12
- package/lib/_modules/test-route/custom-data.service.js.map +0 -1
- package/lib/_modules/test-route/test-controller.d.ts +0 -6
- package/lib/_modules/test-route/test-controller.d.ts.map +0 -1
- package/lib/_modules/test-route/test-controller.js +0 -126
- package/lib/_modules/test-route/test-controller.js.map +0 -1
- package/lib/_modules/usage/usage-routing-module-settings.d.ts +0 -3
- package/lib/_modules/usage/usage-routing-module-settings.d.ts.map +0 -1
- package/lib/_modules/usage/usage-routing-module-settings.js +0 -10
- package/lib/_modules/usage/usage-routing-module-settings.js.map +0 -1
- package/lib/_modules/usage/usage-routing-module.d.ts +0 -3
- package/lib/_modules/usage/usage-routing-module.d.ts.map +0 -1
- package/lib/_modules/usage/usage-routing-module.js +0 -10
- package/lib/_modules/usage/usage-routing-module.js.map +0 -1
- package/lib/_modules/usage-route/usage-controller.d.ts +0 -7
- package/lib/_modules/usage-route/usage-controller.d.ts.map +0 -1
- package/lib/_modules/usage-route/usage-controller.js +0 -89
- package/lib/_modules/usage-route/usage-controller.js.map +0 -1
- package/lib/_modules/usage-route/usage.service.d.ts +0 -19
- package/lib/_modules/usage-route/usage.service.d.ts.map +0 -1
- package/lib/_modules/usage-route/usage.service.js +0 -110
- package/lib/_modules/usage-route/usage.service.js.map +0 -1
- package/lib/_services/dynamobe-global-collection.service.d.ts +0 -1
- package/lib/_services/dynamobe-global-collection.service.d.ts.map +0 -1
- package/lib/_services/dynamobe-global-collection.service.js +0 -58
- package/lib/_services/dynamobe-global-collection.service.js.map +0 -1
- package/lib/_services/dynamobe-server.d.ts +0 -32
- package/lib/_services/dynamobe-server.d.ts.map +0 -1
- package/lib/_services/dynamobe-server.js +0 -183
- package/lib/_services/dynamobe-server.js.map +0 -1
- package/lib/api-service.d.ts +0 -6
- package/lib/api-service.d.ts.map +0 -1
- package/lib/api-service.js +0 -12
- package/lib/api-service.js.map +0 -1
- package/lib/app.d.ts +0 -10
- package/lib/app.d.ts.map +0 -1
- package/lib/app.js +0 -17
- package/lib/app.js.map +0 -1
- package/lib/auth.d.ts +0 -4
- package/lib/auth.d.ts.map +0 -1
- package/lib/auth.js +0 -9
- package/lib/auth.js.map +0 -1
- package/lib/controller.d.ts +0 -5
- package/lib/controller.d.ts.map +0 -1
- package/lib/controller.js +0 -11
- package/lib/controller.js.map +0 -1
- package/lib/data-models.d.ts +0 -3
- package/lib/data-models.d.ts.map +0 -1
- package/lib/data-models.js +0 -6
- package/lib/data-models.js.map +0 -1
- package/lib/data-service.d.ts +0 -6
- package/lib/data-service.d.ts.map +0 -1
- package/lib/data-service.js +0 -11
- package/lib/data-service.js.map +0 -1
- package/lib/dynamobe-global.settings.d.ts +0 -3
- package/lib/dynamobe-global.settings.d.ts.map +0 -1
- package/lib/dynamobe-global.settings.js +0 -13
- package/lib/dynamobe-global.settings.js.map +0 -1
- package/src/_constants/fullstack/module-settings/test-module-settings.ts +0 -14
- package/src/_constants/fullstack/module-settings/usage-module-settings.ts +0 -12
- package/src/_constants/fullstack/times.ts +0 -8
- package/src/_models/fullstack/control-models/daily-usage-data.ts +0 -34
- package/src/_models/fullstack/control-models/dynamobe-data-params.ts +0 -19
- package/src/_models/fullstack/control-models/dynamobe-data-property-params.ts +0 -98
- package/src/_models/fullstack/control-models/dynamobe-error.ts +0 -199
- package/src/_models/fullstack/control-models/geo-ip-location.ts +0 -26
- package/src/_models/fullstack/control-models/location-coordinates.ts +0 -5
- package/src/_models/fullstack/control-models/usage-action.ts +0 -18
- package/src/_models/fullstack/control-models/usage-data.ts +0 -26
- package/src/_models/fullstack/data-models/custom-data.ts +0 -41
- package/src/_models/fullstack/data-models/metadata.ts +0 -30
- package/src/_models/fullstack/data-models/usage-session.ts +0 -85
- package/src/_modules/data-models.index.ts +0 -3
package/lib/tsconfig.tsbuildinfo
CHANGED
|
@@ -161,29 +161,9 @@
|
|
|
161
161
|
"signature": "9dd1b81933c5c08302234a8075ef5f9c8cc174da9fc22f69bafae60e75d29cc8",
|
|
162
162
|
"affectsGlobalScope": false
|
|
163
163
|
},
|
|
164
|
-
"../src/_constants/fullstack/times.ts": {
|
|
165
|
-
"version": "47dadc52b4ae7850a822786f403d3d8f14fb5a85c188e51301d418d63ba24d6e",
|
|
166
|
-
"signature": "23550ca7aef25dfa8dc22d24e60c391af2c6a5ae53ae76524f42ec3cb69e7f04",
|
|
167
|
-
"affectsGlobalScope": false
|
|
168
|
-
},
|
|
169
|
-
"../src/_models/dynamo-module-settings.ts": {
|
|
170
|
-
"version": "bd92f0779854653b42fbc7cccad7104242e90fd8e84c50a99e59a81f94d68377",
|
|
171
|
-
"signature": "82e7139edfae38f5480a88d1621806a06c4b8694234d3d94a9d5b23486ab9947",
|
|
172
|
-
"affectsGlobalScope": false
|
|
173
|
-
},
|
|
174
|
-
"../src/_constants/fullstack/module-settings/test-module-settings.ts": {
|
|
175
|
-
"version": "5f57fa206b071d27d644d69fd85850396fd6ce3614c4dfae7810705df7756748",
|
|
176
|
-
"signature": "f2d44aa7417278219fdc033e6ddcf4584775e593ffa99331ac71260a6bb70717",
|
|
177
|
-
"affectsGlobalScope": false
|
|
178
|
-
},
|
|
179
|
-
"../src/_constants/fullstack/module-settings/usage-module-settings.ts": {
|
|
180
|
-
"version": "664dfb97b35ffdbec7794b6097ff5e67e43e20fed6fde15209dbee1707189d4d",
|
|
181
|
-
"signature": "304bd6467d166bf7525e76777bc8528f4f57e1e4a628e6b7fbfd08d4fab4b696",
|
|
182
|
-
"affectsGlobalScope": false
|
|
183
|
-
},
|
|
184
164
|
"../src/_constants/index.ts": {
|
|
185
|
-
"version": "
|
|
186
|
-
"signature": "
|
|
165
|
+
"version": "9ac19371811b0fa5020d57a92b13098d7bb0fb72a19b12f910299acb2229aed6",
|
|
166
|
+
"signature": "fb289931dec703dc019eb0da80374d2d0bcb6692001559c897b1dcb73c9c9a1e",
|
|
187
167
|
"affectsGlobalScope": false
|
|
188
168
|
},
|
|
189
169
|
"../src/_enums/data-model-type.enum.ts": {
|
|
@@ -231,19 +211,94 @@
|
|
|
231
211
|
"signature": "99502ca12eb62c51fcbe5f1f3a40493f2e9b88fae5eb28e9b8d8a90affdfdfb2",
|
|
232
212
|
"affectsGlobalScope": false
|
|
233
213
|
},
|
|
234
|
-
"../
|
|
235
|
-
"version": "
|
|
236
|
-
"signature": "
|
|
214
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts": {
|
|
215
|
+
"version": "9027c775f21111b2147cae30402cc6cd8c650987428c1fe4ed4c022d9b379148",
|
|
216
|
+
"signature": "9027c775f21111b2147cae30402cc6cd8c650987428c1fe4ed4c022d9b379148",
|
|
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",
|
|
287
|
+
"affectsGlobalScope": false
|
|
288
|
+
},
|
|
289
|
+
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts": {
|
|
290
|
+
"version": "d4630fa3192b484dda4eba8086946e300aba10449429809fe6f8d2f069db38a0",
|
|
291
|
+
"signature": "d4630fa3192b484dda4eba8086946e300aba10449429809fe6f8d2f069db38a0",
|
|
237
292
|
"affectsGlobalScope": false
|
|
238
293
|
},
|
|
239
|
-
"../
|
|
240
|
-
"version": "
|
|
241
|
-
"signature": "
|
|
294
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts": {
|
|
295
|
+
"version": "c8f38fdde28763a7b1a6d9ae6391e389b0633275e0ada1a2a13ecd7996338548",
|
|
296
|
+
"signature": "c8f38fdde28763a7b1a6d9ae6391e389b0633275e0ada1a2a13ecd7996338548",
|
|
242
297
|
"affectsGlobalScope": false
|
|
243
298
|
},
|
|
244
299
|
"../src/_models/dynamobe-data-model-params.ts": {
|
|
245
|
-
"version": "
|
|
246
|
-
"signature": "
|
|
300
|
+
"version": "55b88cd9b628ad3051b89d9fcf0a1ac4cf6e2bca3b0d6b50880bf0d5dc33abf2",
|
|
301
|
+
"signature": "f455a04f1b31065fa4fe74c59433fa5928f31c68954b1664d4b1380f2793c8d5",
|
|
247
302
|
"affectsGlobalScope": false
|
|
248
303
|
},
|
|
249
304
|
"../node_modules/@types/node/globals.d.ts": {
|
|
@@ -546,19 +601,9 @@
|
|
|
546
601
|
"signature": "587b9ba944f50038226049381e9c44389c3f720eb2ca6774e7d58dbc43109826",
|
|
547
602
|
"affectsGlobalScope": false
|
|
548
603
|
},
|
|
549
|
-
"../src/_models/fullstack/control-models/location-coordinates.ts": {
|
|
550
|
-
"version": "c67beb74dd95cd9d0b08e98e0fb3d7b0f94d04834069a0f9d585e8c1dc14d8e7",
|
|
551
|
-
"signature": "ce6d673d643e705c8fa8695de2d9ca91985a8826db38718b48ac4b27806fd10c",
|
|
552
|
-
"affectsGlobalScope": false
|
|
553
|
-
},
|
|
554
604
|
"../src/_services/dynamobe-shared.service.ts": {
|
|
555
|
-
"version": "
|
|
556
|
-
"signature": "
|
|
557
|
-
"affectsGlobalScope": false
|
|
558
|
-
},
|
|
559
|
-
"../src/_models/fullstack/data-models/metadata.ts": {
|
|
560
|
-
"version": "3516e88bb340706b4e5e0c75ff24ec79621cec501d7fd6ff5af3fe809efa173f",
|
|
561
|
-
"signature": "3a6ad5b0efc28eef16cc0568bce7fb02abb8231bb6430fbe40c1c6252e6ab910",
|
|
605
|
+
"version": "d8dd8dd5010da65b0df3bf4cbcaa461ee36412e718370b0d6685e428e6ad68d6",
|
|
606
|
+
"signature": "b50adf2d5413fbff9641e07fa123b285903a51b232c8cea93d377694bc847054",
|
|
562
607
|
"affectsGlobalScope": false
|
|
563
608
|
},
|
|
564
609
|
"../src/_services/dynamobe-singleton.service.ts": {
|
|
@@ -567,7 +612,7 @@
|
|
|
567
612
|
"affectsGlobalScope": false
|
|
568
613
|
},
|
|
569
614
|
"../src/_services/dynamobe-auth.service.ts": {
|
|
570
|
-
"version": "
|
|
615
|
+
"version": "4a18db82618ab6421f2e1f54e5cf79a103f3f47154a86cad61d417fd44af0756",
|
|
571
616
|
"signature": "f7205c2d08a3f7125c35504d48fd057e454ad8b4cc9a390464451bd8b383224c",
|
|
572
617
|
"affectsGlobalScope": false
|
|
573
618
|
},
|
|
@@ -586,14 +631,9 @@
|
|
|
586
631
|
"signature": "425917f891c2563a9eaafe382823c33368c76134061f88ac614442961f740527",
|
|
587
632
|
"affectsGlobalScope": false
|
|
588
633
|
},
|
|
589
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts": {
|
|
590
|
-
"version": "d6bf7cd97c4e1da5fc2a97079d728c787743bb6631ad2d0bf8926432b3b00266",
|
|
591
|
-
"signature": "e790d724a82ff7e44382964941364b15709ba05845219a1dff6fd9226e6ee27d",
|
|
592
|
-
"affectsGlobalScope": false
|
|
593
|
-
},
|
|
594
634
|
"../src/_services/dynamobe-db.service.ts": {
|
|
595
|
-
"version": "
|
|
596
|
-
"signature": "
|
|
635
|
+
"version": "2d7f3cd15a72beac2f55f43587985620353a8e237fa71e5fba8a9bc37b103a7f",
|
|
636
|
+
"signature": "e75e6f9d12a44a8ed5b8934fef4533f813f72064c95a0742239a770a608a16aa",
|
|
597
637
|
"affectsGlobalScope": false
|
|
598
638
|
},
|
|
599
639
|
"../src/_services/dynamobe-db-service-collection.service.ts": {
|
|
@@ -672,7 +712,7 @@
|
|
|
672
712
|
"affectsGlobalScope": false
|
|
673
713
|
},
|
|
674
714
|
"../src/_services/dynamobe-email.service.ts": {
|
|
675
|
-
"version": "
|
|
715
|
+
"version": "6db015c09b77c73356415d685b81e2f7946286fdf46ecc35d1091bf3e181a47c",
|
|
676
716
|
"signature": "41c126b3831f4b8f2e29ceae78d67185e97a780451aedf993b36bb736809c3aa",
|
|
677
717
|
"affectsGlobalScope": false
|
|
678
718
|
},
|
|
@@ -682,8 +722,8 @@
|
|
|
682
722
|
"affectsGlobalScope": false
|
|
683
723
|
},
|
|
684
724
|
"../src/_services/dynamobe-global.service.ts": {
|
|
685
|
-
"version": "
|
|
686
|
-
"signature": "
|
|
725
|
+
"version": "7caf3899dae14250545eddc06f751d7056dea5ba5550f17eea069f12aa70c065",
|
|
726
|
+
"signature": "cfd141bf3241b498eed4cef1a6288c5d76a1bb65e45e6615df2f6c418f0adfca",
|
|
687
727
|
"affectsGlobalScope": false
|
|
688
728
|
},
|
|
689
729
|
"../src/_models/dynamobe-endpoint-params.ts": {
|
|
@@ -691,39 +731,9 @@
|
|
|
691
731
|
"signature": "e7bfbec94fc5433c4620ed19ba0c11fd3c4ff43276309f5272791e0028d42689",
|
|
692
732
|
"affectsGlobalScope": false
|
|
693
733
|
},
|
|
694
|
-
"../src/_models/fullstack/control-models/geo-ip-location.ts": {
|
|
695
|
-
"version": "b8d36b7c50887f1a2bcd802c388d89983be5eb85f88e67e69d7febe849e63ee9",
|
|
696
|
-
"signature": "634f58c42bbb700eeb2c5741eb0ab67b21452cf98bfdfa733d61d087c1c75db4",
|
|
697
|
-
"affectsGlobalScope": false
|
|
698
|
-
},
|
|
699
|
-
"../src/_models/fullstack/control-models/usage-action.ts": {
|
|
700
|
-
"version": "b5a70801bee8995ab4e4833514df24adba3b3d0cfae6a607f9c5bb93dff77cfa",
|
|
701
|
-
"signature": "753d1fbf27e2e3430bcce195669181bf357719bf417947a7a0faec715c084bef",
|
|
702
|
-
"affectsGlobalScope": false
|
|
703
|
-
},
|
|
704
|
-
"../src/_models/fullstack/control-models/usage-data.ts": {
|
|
705
|
-
"version": "60692eaa9d89ff3979b916361625c4038f1246de1247c20ee117f425a1ecb1a6",
|
|
706
|
-
"signature": "aeff79d75f92b9be69e35cc640830b27ed8323789b13839e7f80bb503ac45f32",
|
|
707
|
-
"affectsGlobalScope": false
|
|
708
|
-
},
|
|
709
|
-
"../src/_models/fullstack/data-models/usage-session.ts": {
|
|
710
|
-
"version": "8cd50fa8903f15c40f8cccbadf3a4bc197366ea7e9cf80ed4fea0fbdfc55c6a7",
|
|
711
|
-
"signature": "c16a6dd5d48f6cb7b3de76cbcd34c24e992beaaa91679b6b9a3e99189d0659e4",
|
|
712
|
-
"affectsGlobalScope": false
|
|
713
|
-
},
|
|
714
|
-
"../src/_models/fullstack/control-models/daily-usage-data.ts": {
|
|
715
|
-
"version": "272b96ce5e1f1aa968b77534d644a13f7f3021fa4f2b9b20c0fb30341d5e39c5",
|
|
716
|
-
"signature": "8381932a1179a1144130d5b8ddfd7c4e430c53397b451baad85a5edf58109855",
|
|
717
|
-
"affectsGlobalScope": false
|
|
718
|
-
},
|
|
719
|
-
"../src/_models/fullstack/data-models/custom-data.ts": {
|
|
720
|
-
"version": "39170700cf45a81fed914133aa2c43589e58e4b6cc65935344b8866b000bbbd7",
|
|
721
|
-
"signature": "71f8fa5a038bec8bc0890a45542391059a73b0020522d443081e3f188bc88880",
|
|
722
|
-
"affectsGlobalScope": false
|
|
723
|
-
},
|
|
724
734
|
"../src/_models/index.ts": {
|
|
725
|
-
"version": "
|
|
726
|
-
"signature": "
|
|
735
|
+
"version": "719dc57753479fc548a7bff63ca9533cd7c71baffd03ee1fb5e591f6d6e63368",
|
|
736
|
+
"signature": "f7f153a01da00e57bd8b83adc3aa83ab6814d29135dab3a9a03baf6fee165c9a",
|
|
727
737
|
"affectsGlobalScope": false
|
|
728
738
|
},
|
|
729
739
|
"../node_modules/axios/index.d.ts": {
|
|
@@ -732,7 +742,7 @@
|
|
|
732
742
|
"affectsGlobalScope": false
|
|
733
743
|
},
|
|
734
744
|
"../src/_services/dynamobe-api.service.ts": {
|
|
735
|
-
"version": "
|
|
745
|
+
"version": "39fddca5217710872dd2b48d484536298c52833879a1d9633d32d47d2a885872",
|
|
736
746
|
"signature": "77fd693912d1655e7a924782721236a0335bac4c29e81985614a28a62c43ef60",
|
|
737
747
|
"affectsGlobalScope": false
|
|
738
748
|
},
|
|
@@ -742,7 +752,7 @@
|
|
|
742
752
|
"affectsGlobalScope": false
|
|
743
753
|
},
|
|
744
754
|
"../src/_services/dynamobe-routing-module.service.ts": {
|
|
745
|
-
"version": "
|
|
755
|
+
"version": "40c839312f3fdc0c933e652fb6e313d112b8b4ed8ba38d168c345bd9e89def2a",
|
|
746
756
|
"signature": "1c5ee82c7daa73098c6f971e9979d7233cc392450bb5dde5bb9a0f8c43452ad3",
|
|
747
757
|
"affectsGlobalScope": false
|
|
748
758
|
},
|
|
@@ -752,8 +762,8 @@
|
|
|
752
762
|
"affectsGlobalScope": false
|
|
753
763
|
},
|
|
754
764
|
"../src/_services/dynamobe-data.service.ts": {
|
|
755
|
-
"version": "
|
|
756
|
-
"signature": "
|
|
765
|
+
"version": "53adbd9020c9b3886808b53ac5533a313830921d4176258787493f527df48f00",
|
|
766
|
+
"signature": "4411442686162197a8d18138ba4e02af43e05140fe076583c0ceb0fc95a9971e",
|
|
757
767
|
"affectsGlobalScope": false
|
|
758
768
|
},
|
|
759
769
|
"../node_modules/@types/geoip-lite/index.d.ts": {
|
|
@@ -762,8 +772,8 @@
|
|
|
762
772
|
"affectsGlobalScope": false
|
|
763
773
|
},
|
|
764
774
|
"../src/_services/dynamobe-shared-be.service.ts": {
|
|
765
|
-
"version": "
|
|
766
|
-
"signature": "
|
|
775
|
+
"version": "83a462fef89e038a80acb772ecc962ca73bbed9b11646142977f1dc4974f91bd",
|
|
776
|
+
"signature": "99026d6c6ab06a2d163e850b3c49eb2d8dc5a28a4f2fbee1754ef678eaa585a3",
|
|
767
777
|
"affectsGlobalScope": false
|
|
768
778
|
},
|
|
769
779
|
"../src/_services/index.ts": {
|
|
@@ -772,43 +782,43 @@
|
|
|
772
782
|
"affectsGlobalScope": false
|
|
773
783
|
},
|
|
774
784
|
"../src/_modules/test/custom-data.service.ts": {
|
|
775
|
-
"version": "
|
|
776
|
-
"signature": "
|
|
785
|
+
"version": "d1d9489f9f10691c926b60c53ab11ff8ebadcd7086b2ab4a1149dbace9d44845",
|
|
786
|
+
"signature": "a1537efbcdb2665c72021fa6e3a45be49edcb2df36d973583cda791f9b2d18df",
|
|
777
787
|
"affectsGlobalScope": false
|
|
778
788
|
},
|
|
779
789
|
"../src/_modules/test/test-controller.ts": {
|
|
780
|
-
"version": "
|
|
790
|
+
"version": "67f8935c6679402e66eba7cf52e2a2e5b38386020418fc5f6f5395ec9c674c1c",
|
|
781
791
|
"signature": "917415fea8ede168b64a250e6cb2e34e2ba7dbb72f61babf463a327474685020",
|
|
782
792
|
"affectsGlobalScope": false
|
|
783
793
|
},
|
|
784
794
|
"../src/_modules/test/get-test-routing-module.ts": {
|
|
785
|
-
"version": "
|
|
795
|
+
"version": "7b6071b54ba3c34a0b23897e97ce0d795ec8ff3e5e7bba6ff281a4fac6f5cc78",
|
|
786
796
|
"signature": "72dc6dd0e4552c9b45965b424a8224fb20cee8fe16471b6d8dd4e993decb80d5",
|
|
787
797
|
"affectsGlobalScope": false
|
|
788
798
|
},
|
|
789
799
|
"../src/_modules/test/index.ts": {
|
|
790
|
-
"version": "
|
|
791
|
-
"signature": "
|
|
800
|
+
"version": "a7d545512aad5f01bb5af4593c9b8945619e188ba51f2b5b1ec2214abfdbfd75",
|
|
801
|
+
"signature": "8208653df0681b2181edb921b996f4713cb57ce05007ad1aef25f598f0e39875",
|
|
792
802
|
"affectsGlobalScope": false
|
|
793
803
|
},
|
|
794
804
|
"../src/_modules/usage/usage.service.ts": {
|
|
795
|
-
"version": "
|
|
796
|
-
"signature": "
|
|
805
|
+
"version": "fab79fa7982abe5b98729a38c3a399f538411caec933caf5a3bb394458244d1e",
|
|
806
|
+
"signature": "2de4c5cdefb4483b946dd7b19530285cf02694df8664b0f4ed06928229a40af5",
|
|
797
807
|
"affectsGlobalScope": false
|
|
798
808
|
},
|
|
799
809
|
"../src/_modules/usage/usage-controller.ts": {
|
|
800
|
-
"version": "
|
|
810
|
+
"version": "c5b144c216d1245b26883ac51201fc2afa184ffc23765ec745e491ebb9b303e1",
|
|
801
811
|
"signature": "4739c5b1e5a2ae94d3f700d8d534ea50bd0d3baabc1575b283fdf9229bc47cb6",
|
|
802
812
|
"affectsGlobalScope": false
|
|
803
813
|
},
|
|
804
814
|
"../src/_modules/usage/get-usage-routing-module.ts": {
|
|
805
|
-
"version": "
|
|
815
|
+
"version": "3584e9f991a457b7c71125efd9bd22fff17bea7457226149f521d43ed9b1279b",
|
|
806
816
|
"signature": "a1e131c3a01139d4f735957f8ca325f188e256acade3341cc9f0ca7498709466",
|
|
807
817
|
"affectsGlobalScope": false
|
|
808
818
|
},
|
|
809
819
|
"../src/_modules/usage/index.ts": {
|
|
810
|
-
"version": "
|
|
811
|
-
"signature": "
|
|
820
|
+
"version": "e2f6ead49cadb5922839420ad05ec4f604efc50e39a4402b639d0dc631c4e83d",
|
|
821
|
+
"signature": "38aea40efaca2f8fe4fe989879f9a4fdf9c3cec2225c95275b6f74d4eba14927",
|
|
812
822
|
"affectsGlobalScope": false
|
|
813
823
|
},
|
|
814
824
|
"../src/index.ts": {
|
|
@@ -816,9 +826,14 @@
|
|
|
816
826
|
"signature": "879e5b8a05144cceac531bd31da1035c34743866158e9ba870ea2a18d6ba6d91",
|
|
817
827
|
"affectsGlobalScope": false
|
|
818
828
|
},
|
|
829
|
+
"../src/_models/dynamo-module-settings.ts": {
|
|
830
|
+
"version": "bd92f0779854653b42fbc7cccad7104242e90fd8e84c50a99e59a81f94d68377",
|
|
831
|
+
"signature": "82e7139edfae38f5480a88d1621806a06c4b8694234d3d94a9d5b23486ab9947",
|
|
832
|
+
"affectsGlobalScope": false
|
|
833
|
+
},
|
|
819
834
|
"../src/_modules/api-service.index.ts": {
|
|
820
|
-
"version": "
|
|
821
|
-
"signature": "
|
|
835
|
+
"version": "896b1905b4ab99f69b88ff993dd2604beb9e8ef8823243708e94149253246c96",
|
|
836
|
+
"signature": "bebbc13ef2e76c585ffd679a15ed0d8076c1f1cafd90866c10e76a8a548a73a0",
|
|
822
837
|
"affectsGlobalScope": false
|
|
823
838
|
},
|
|
824
839
|
"../src/_modules/app.index.ts": {
|
|
@@ -827,8 +842,8 @@
|
|
|
827
842
|
"affectsGlobalScope": false
|
|
828
843
|
},
|
|
829
844
|
"../src/_modules/auth.index.ts": {
|
|
830
|
-
"version": "
|
|
831
|
-
"signature": "
|
|
845
|
+
"version": "ec8711b1cb0f6eaf4cf4616a080759f0a6214ee0457afa07d18052530af43ae6",
|
|
846
|
+
"signature": "25dde6b514a6d62dd784cc294fcd02cd0ef619a6ccc71e3ef8e80c265626d3b4",
|
|
832
847
|
"affectsGlobalScope": false
|
|
833
848
|
},
|
|
834
849
|
"../src/_modules/controller.index.ts": {
|
|
@@ -836,14 +851,9 @@
|
|
|
836
851
|
"signature": "d45e1a794e9df4833d20b9bd044c3ecc2a0ce9023d42fefc4d842d79d41cb68b",
|
|
837
852
|
"affectsGlobalScope": false
|
|
838
853
|
},
|
|
839
|
-
"../src/_modules/data-models.index.ts": {
|
|
840
|
-
"version": "8d41de0b49d355913b0ee5e4a5de260af67e918c8dbeb8766b98c0e56698ae4a",
|
|
841
|
-
"signature": "b3c4cd8f68c02c73add9f9a04c285621a0db84bda77e6becd116f3bb1f06df61",
|
|
842
|
-
"affectsGlobalScope": false
|
|
843
|
-
},
|
|
844
854
|
"../src/_modules/data-service.index.ts": {
|
|
845
|
-
"version": "
|
|
846
|
-
"signature": "
|
|
855
|
+
"version": "4db52507d7d6a8922dcdce28f497411f64ba7702581f0ada2e2d1b3b60d16739",
|
|
856
|
+
"signature": "ee0b5b3b7d1766d92d735072f4dacd2c0576ff022ae19b2d6de32b6d3c56c33a",
|
|
847
857
|
"affectsGlobalScope": false
|
|
848
858
|
}
|
|
849
859
|
},
|
|
@@ -870,6 +880,168 @@
|
|
|
870
880
|
"configFilePath": "../tsconfig.json"
|
|
871
881
|
},
|
|
872
882
|
"referencedMap": {
|
|
883
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts": [
|
|
884
|
+
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
885
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
886
|
+
"../node_modules/@types/node/process.d.ts",
|
|
887
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
888
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
889
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
890
|
+
"../node_modules/@types/node/util.d.ts"
|
|
891
|
+
],
|
|
892
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts": [
|
|
893
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
|
|
894
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
895
|
+
"../node_modules/@types/node/process.d.ts",
|
|
896
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
897
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
898
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
899
|
+
"../node_modules/@types/node/util.d.ts"
|
|
900
|
+
],
|
|
901
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts": [
|
|
902
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
|
|
903
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
904
|
+
"../node_modules/@types/node/process.d.ts",
|
|
905
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
906
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
907
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
908
|
+
"../node_modules/@types/node/util.d.ts"
|
|
909
|
+
],
|
|
910
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts": [
|
|
911
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
912
|
+
"../node_modules/@types/node/process.d.ts",
|
|
913
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
914
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
915
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
916
|
+
"../node_modules/@types/node/util.d.ts"
|
|
917
|
+
],
|
|
918
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts": [
|
|
919
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
|
|
920
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
921
|
+
"../node_modules/@types/node/process.d.ts",
|
|
922
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
923
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
924
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
925
|
+
"../node_modules/@types/node/util.d.ts"
|
|
926
|
+
],
|
|
927
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts": [
|
|
928
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
929
|
+
"../node_modules/@types/node/process.d.ts",
|
|
930
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
931
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
932
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
933
|
+
"../node_modules/@types/node/util.d.ts"
|
|
934
|
+
],
|
|
935
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts": [
|
|
936
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
|
|
937
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
938
|
+
"../node_modules/@types/node/process.d.ts",
|
|
939
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
940
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
941
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
942
|
+
"../node_modules/@types/node/util.d.ts"
|
|
943
|
+
],
|
|
944
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts": [
|
|
945
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
946
|
+
"../node_modules/@types/node/process.d.ts",
|
|
947
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
948
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
949
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
950
|
+
"../node_modules/@types/node/util.d.ts"
|
|
951
|
+
],
|
|
952
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts": [
|
|
953
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
954
|
+
"../node_modules/@types/node/process.d.ts",
|
|
955
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
956
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
957
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
958
|
+
"../node_modules/@types/node/util.d.ts"
|
|
959
|
+
],
|
|
960
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts": [
|
|
961
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
962
|
+
"../node_modules/@types/node/process.d.ts",
|
|
963
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
964
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
965
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
966
|
+
"../node_modules/@types/node/util.d.ts"
|
|
967
|
+
],
|
|
968
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts": [
|
|
969
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
970
|
+
"../node_modules/@types/node/process.d.ts",
|
|
971
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
972
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
973
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
974
|
+
"../node_modules/@types/node/util.d.ts"
|
|
975
|
+
],
|
|
976
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts": [
|
|
977
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
978
|
+
"../node_modules/@types/node/process.d.ts",
|
|
979
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
980
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
981
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
982
|
+
"../node_modules/@types/node/util.d.ts"
|
|
983
|
+
],
|
|
984
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts": [
|
|
985
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
986
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
987
|
+
"../node_modules/@types/node/process.d.ts",
|
|
988
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
989
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
990
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
991
|
+
"../node_modules/@types/node/util.d.ts"
|
|
992
|
+
],
|
|
993
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts": [
|
|
994
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
995
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
996
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
997
|
+
"../node_modules/@types/node/process.d.ts",
|
|
998
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
999
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1000
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1001
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1002
|
+
],
|
|
1003
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts": [
|
|
1004
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1005
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1006
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1007
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1008
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1009
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1010
|
+
],
|
|
1011
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts": [
|
|
1012
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
1013
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
1014
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
1015
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
1016
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1017
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1018
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1019
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1020
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1021
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1022
|
+
],
|
|
1023
|
+
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts": [
|
|
1024
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts",
|
|
1025
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts",
|
|
1026
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts",
|
|
1027
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts",
|
|
1028
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
1029
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
|
|
1030
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts",
|
|
1031
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
1032
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts",
|
|
1033
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
1034
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
1035
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts",
|
|
1036
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
1037
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
|
|
1038
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1039
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1040
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1041
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1042
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1043
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1044
|
+
],
|
|
873
1045
|
"../node_modules/@types/body-parser/index.d.ts": [
|
|
874
1046
|
"../node_modules/@types/connect/index.d.ts",
|
|
875
1047
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -1957,32 +2129,6 @@
|
|
|
1957
2129
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1958
2130
|
"../src/_models/dynamobe-global-settings.ts"
|
|
1959
2131
|
],
|
|
1960
|
-
"../src/_constants/fullstack/module-settings/test-module-settings.ts": [
|
|
1961
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
1962
|
-
"../node_modules/@types/node/process.d.ts",
|
|
1963
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1964
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1965
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1966
|
-
"../node_modules/@types/node/util.d.ts",
|
|
1967
|
-
"../src/_models/dynamo-module-settings.ts"
|
|
1968
|
-
],
|
|
1969
|
-
"../src/_constants/fullstack/module-settings/usage-module-settings.ts": [
|
|
1970
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
1971
|
-
"../node_modules/@types/node/process.d.ts",
|
|
1972
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1973
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1974
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1975
|
-
"../node_modules/@types/node/util.d.ts",
|
|
1976
|
-
"../src/_models/dynamo-module-settings.ts"
|
|
1977
|
-
],
|
|
1978
|
-
"../src/_constants/fullstack/times.ts": [
|
|
1979
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
1980
|
-
"../node_modules/@types/node/process.d.ts",
|
|
1981
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1982
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1983
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1984
|
-
"../node_modules/@types/node/util.d.ts"
|
|
1985
|
-
],
|
|
1986
2132
|
"../src/_constants/index.ts": [
|
|
1987
2133
|
"../node_modules/@types/node/fs.d.ts",
|
|
1988
2134
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -1990,10 +2136,7 @@
|
|
|
1990
2136
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1991
2137
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1992
2138
|
"../node_modules/@types/node/util.d.ts",
|
|
1993
|
-
"../src/_constants/dynamobe-global.settings.ts"
|
|
1994
|
-
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
1995
|
-
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
1996
|
-
"../src/_constants/fullstack/times.ts"
|
|
2139
|
+
"../src/_constants/dynamobe-global.settings.ts"
|
|
1997
2140
|
],
|
|
1998
2141
|
"../src/_enums/data-model-type.enum.ts": [
|
|
1999
2142
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2093,14 +2236,14 @@
|
|
|
2093
2236
|
"../node_modules/@types/node/util.d.ts"
|
|
2094
2237
|
],
|
|
2095
2238
|
"../src/_models/dynamobe-data-model-params.ts": [
|
|
2239
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2096
2240
|
"../node_modules/@types/node/fs.d.ts",
|
|
2097
2241
|
"../node_modules/@types/node/process.d.ts",
|
|
2098
2242
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2099
2243
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2100
2244
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2101
2245
|
"../node_modules/@types/node/util.d.ts",
|
|
2102
|
-
"../src/_enums/data-model-type.enum.ts"
|
|
2103
|
-
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
2246
|
+
"../src/_enums/data-model-type.enum.ts"
|
|
2104
2247
|
],
|
|
2105
2248
|
"../src/_models/dynamobe-endpoint-params.ts": [
|
|
2106
2249
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
@@ -2125,225 +2268,103 @@
|
|
|
2125
2268
|
"../node_modules/@types/node/util.d.ts",
|
|
2126
2269
|
"../src/_enums/dynamobe-route-security.enum.ts"
|
|
2127
2270
|
],
|
|
2128
|
-
"../src/_models/
|
|
2271
|
+
"../src/_models/index.ts": [
|
|
2129
2272
|
"../node_modules/@types/node/fs.d.ts",
|
|
2130
2273
|
"../node_modules/@types/node/process.d.ts",
|
|
2131
2274
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2132
2275
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2133
2276
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2134
2277
|
"../node_modules/@types/node/util.d.ts",
|
|
2135
|
-
"../src/_models/
|
|
2278
|
+
"../src/_models/dynamobe-api-call-params.ts",
|
|
2279
|
+
"../src/_models/dynamobe-app-params.ts",
|
|
2280
|
+
"../src/_models/dynamobe-data-model-params.ts",
|
|
2281
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2282
|
+
"../src/_models/dynamobe-global-settings.ts"
|
|
2136
2283
|
],
|
|
2137
|
-
"../src/
|
|
2284
|
+
"../src/_modules/api-service.index.ts": [
|
|
2138
2285
|
"../node_modules/@types/node/fs.d.ts",
|
|
2139
2286
|
"../node_modules/@types/node/process.d.ts",
|
|
2140
2287
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2141
2288
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2142
2289
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2143
2290
|
"../node_modules/@types/node/util.d.ts",
|
|
2144
|
-
"../src/
|
|
2291
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
2292
|
+
"../src/_models/dynamobe-api-call-params.ts",
|
|
2293
|
+
"../src/_services/dynamobe-api.service.ts",
|
|
2294
|
+
"../src/_services/dynamobe-singleton.service.ts"
|
|
2145
2295
|
],
|
|
2146
|
-
"../src/
|
|
2296
|
+
"../src/_modules/app.index.ts": [
|
|
2147
2297
|
"../node_modules/@types/node/fs.d.ts",
|
|
2148
2298
|
"../node_modules/@types/node/process.d.ts",
|
|
2149
2299
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2150
2300
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2151
2301
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2152
2302
|
"../node_modules/@types/node/util.d.ts",
|
|
2153
|
-
"../src/
|
|
2303
|
+
"../src/_constants/dynamobe-global.settings.ts",
|
|
2304
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2305
|
+
"../src/_models/dynamobe-app-params.ts",
|
|
2306
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2307
|
+
"../src/_models/dynamobe-global-settings.ts",
|
|
2308
|
+
"../src/_services/dynamobe-app.ts",
|
|
2309
|
+
"../src/_services/dynamobe-global.service.ts",
|
|
2310
|
+
"../src/_services/dynamobe-routing-module.service.ts",
|
|
2311
|
+
"../src/_services/dynamobe-shared.service.ts"
|
|
2154
2312
|
],
|
|
2155
|
-
"../src/
|
|
2313
|
+
"../src/_modules/auth.index.ts": [
|
|
2156
2314
|
"../node_modules/@types/node/fs.d.ts",
|
|
2157
2315
|
"../node_modules/@types/node/process.d.ts",
|
|
2158
2316
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2159
2317
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2160
2318
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2161
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2319
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2320
|
+
"../src/_services/dynamobe-auth.service.ts",
|
|
2321
|
+
"../src/_services/dynamobe-shared.service.ts"
|
|
2162
2322
|
],
|
|
2163
|
-
"../src/
|
|
2323
|
+
"../src/_modules/controller.index.ts": [
|
|
2164
2324
|
"../node_modules/@types/node/fs.d.ts",
|
|
2165
2325
|
"../node_modules/@types/node/process.d.ts",
|
|
2166
2326
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2167
2327
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2168
2328
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2169
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2329
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2330
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2331
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
2332
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2333
|
+
"../src/_services/dynamobe-controller.service.ts"
|
|
2170
2334
|
],
|
|
2171
|
-
"../src/
|
|
2335
|
+
"../src/_modules/data-service.index.ts": [
|
|
2172
2336
|
"../node_modules/@types/node/fs.d.ts",
|
|
2173
2337
|
"../node_modules/@types/node/process.d.ts",
|
|
2174
2338
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2175
2339
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2176
2340
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2177
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2341
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2342
|
+
"../src/_services/dynamobe-data.service.ts",
|
|
2343
|
+
"../src/_services/dynamobe-db.service.ts",
|
|
2344
|
+
"../src/_services/dynamobe-global.service.ts",
|
|
2345
|
+
"../src/_services/dynamobe-shared.service.ts"
|
|
2178
2346
|
],
|
|
2179
|
-
"../src/
|
|
2347
|
+
"../src/_modules/test/custom-data.service.ts": [
|
|
2348
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2180
2349
|
"../node_modules/@types/node/fs.d.ts",
|
|
2181
2350
|
"../node_modules/@types/node/process.d.ts",
|
|
2182
2351
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2183
2352
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2184
2353
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2185
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2354
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2355
|
+
"../src/_services/dynamobe-data.service.ts"
|
|
2186
2356
|
],
|
|
2187
|
-
"../src/
|
|
2357
|
+
"../src/_modules/test/get-test-routing-module.ts": [
|
|
2358
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2188
2359
|
"../node_modules/@types/node/fs.d.ts",
|
|
2189
2360
|
"../node_modules/@types/node/process.d.ts",
|
|
2190
2361
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2191
2362
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2192
2363
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2193
2364
|
"../node_modules/@types/node/util.d.ts",
|
|
2194
|
-
"../src/
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2198
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2199
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2200
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2201
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2202
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2203
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2204
|
-
"../src/_models/fullstack/data-models/metadata.ts"
|
|
2205
|
-
],
|
|
2206
|
-
"../src/_models/fullstack/data-models/metadata.ts": [
|
|
2207
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2208
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2209
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2210
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2211
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2212
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2213
|
-
],
|
|
2214
|
-
"../src/_models/fullstack/data-models/usage-session.ts": [
|
|
2215
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2216
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2217
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2218
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2219
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2220
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2221
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2222
|
-
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
2223
|
-
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
2224
|
-
"../src/_models/fullstack/data-models/metadata.ts"
|
|
2225
|
-
],
|
|
2226
|
-
"../src/_models/index.ts": [
|
|
2227
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2228
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2229
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2230
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2231
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2232
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2233
|
-
"../src/_models/dynamobe-api-call-params.ts",
|
|
2234
|
-
"../src/_models/dynamobe-app-params.ts",
|
|
2235
|
-
"../src/_models/dynamobe-data-model-params.ts",
|
|
2236
|
-
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2237
|
-
"../src/_models/dynamobe-global-settings.ts",
|
|
2238
|
-
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
2239
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2240
|
-
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
2241
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2242
|
-
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
2243
|
-
"../src/_models/fullstack/control-models/location-coordinates.ts",
|
|
2244
|
-
"../src/_models/fullstack/control-models/usage-action.ts",
|
|
2245
|
-
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
2246
|
-
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
2247
|
-
"../src/_models/fullstack/data-models/metadata.ts",
|
|
2248
|
-
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
2249
|
-
],
|
|
2250
|
-
"../src/_modules/api-service.index.ts": [
|
|
2251
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2252
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2253
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2254
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2255
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2256
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2257
|
-
"../src/_enums/http/http-call-type.enum.ts",
|
|
2258
|
-
"../src/_models/dynamobe-api-call-params.ts",
|
|
2259
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2260
|
-
"../src/_services/dynamobe-api.service.ts",
|
|
2261
|
-
"../src/_services/dynamobe-singleton.service.ts"
|
|
2262
|
-
],
|
|
2263
|
-
"../src/_modules/app.index.ts": [
|
|
2264
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2265
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2266
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2267
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2268
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2269
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2270
|
-
"../src/_constants/dynamobe-global.settings.ts",
|
|
2271
|
-
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2272
|
-
"../src/_models/dynamobe-app-params.ts",
|
|
2273
|
-
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2274
|
-
"../src/_models/dynamobe-global-settings.ts",
|
|
2275
|
-
"../src/_services/dynamobe-app.ts",
|
|
2276
|
-
"../src/_services/dynamobe-global.service.ts",
|
|
2277
|
-
"../src/_services/dynamobe-routing-module.service.ts",
|
|
2278
|
-
"../src/_services/dynamobe-shared.service.ts"
|
|
2279
|
-
],
|
|
2280
|
-
"../src/_modules/auth.index.ts": [
|
|
2281
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2282
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2283
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2284
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2285
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2286
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2287
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2288
|
-
"../src/_services/dynamobe-auth.service.ts",
|
|
2289
|
-
"../src/_services/dynamobe-shared.service.ts"
|
|
2290
|
-
],
|
|
2291
|
-
"../src/_modules/controller.index.ts": [
|
|
2292
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2293
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2294
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2295
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2296
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2297
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2298
|
-
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2299
|
-
"../src/_enums/http/http-call-type.enum.ts",
|
|
2300
|
-
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2301
|
-
"../src/_services/dynamobe-controller.service.ts"
|
|
2302
|
-
],
|
|
2303
|
-
"../src/_modules/data-models.index.ts": [
|
|
2304
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2305
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2306
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2307
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2308
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2309
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2310
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2311
|
-
"../src/_models/fullstack/data-models/metadata.ts"
|
|
2312
|
-
],
|
|
2313
|
-
"../src/_modules/data-service.index.ts": [
|
|
2314
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2315
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2316
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2317
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2318
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2319
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2320
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2321
|
-
"../src/_services/dynamobe-data.service.ts",
|
|
2322
|
-
"../src/_services/dynamobe-db.service.ts",
|
|
2323
|
-
"../src/_services/dynamobe-global.service.ts",
|
|
2324
|
-
"../src/_services/dynamobe-shared.service.ts"
|
|
2325
|
-
],
|
|
2326
|
-
"../src/_modules/test/custom-data.service.ts": [
|
|
2327
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2328
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2329
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2330
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2331
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2332
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2333
|
-
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
2334
|
-
"../src/_services/dynamobe-data.service.ts"
|
|
2335
|
-
],
|
|
2336
|
-
"../src/_modules/test/get-test-routing-module.ts": [
|
|
2337
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
2338
|
-
"../node_modules/@types/node/process.d.ts",
|
|
2339
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2340
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2341
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2342
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2343
|
-
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
2344
|
-
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2345
|
-
"../src/_modules/test/test-controller.ts",
|
|
2346
|
-
"../src/_services/dynamobe-routing-module.service.ts"
|
|
2365
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2366
|
+
"../src/_modules/test/test-controller.ts",
|
|
2367
|
+
"../src/_services/dynamobe-routing-module.service.ts"
|
|
2347
2368
|
],
|
|
2348
2369
|
"../src/_modules/test/index.ts": [
|
|
2349
2370
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2352,12 +2373,12 @@
|
|
|
2352
2373
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2353
2374
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2354
2375
|
"../node_modules/@types/node/util.d.ts",
|
|
2355
|
-
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
2356
2376
|
"../src/_modules/test/custom-data.service.ts",
|
|
2357
2377
|
"../src/_modules/test/get-test-routing-module.ts",
|
|
2358
2378
|
"../src/_modules/test/test-controller.ts"
|
|
2359
2379
|
],
|
|
2360
2380
|
"../src/_modules/test/test-controller.ts": [
|
|
2381
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2361
2382
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2362
2383
|
"../node_modules/@types/node/fs.d.ts",
|
|
2363
2384
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2365,20 +2386,19 @@
|
|
|
2365
2386
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2366
2387
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2367
2388
|
"../node_modules/@types/node/util.d.ts",
|
|
2368
|
-
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
2369
2389
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2370
2390
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2371
2391
|
"../src/_modules/test/custom-data.service.ts",
|
|
2372
2392
|
"../src/_services/dynamobe-controller.service.ts"
|
|
2373
2393
|
],
|
|
2374
2394
|
"../src/_modules/usage/get-usage-routing-module.ts": [
|
|
2395
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2375
2396
|
"../node_modules/@types/node/fs.d.ts",
|
|
2376
2397
|
"../node_modules/@types/node/process.d.ts",
|
|
2377
2398
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2378
2399
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2379
2400
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2380
2401
|
"../node_modules/@types/node/util.d.ts",
|
|
2381
|
-
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
2382
2402
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2383
2403
|
"../src/_modules/usage/usage-controller.ts",
|
|
2384
2404
|
"../src/_services/dynamobe-routing-module.service.ts"
|
|
@@ -2390,12 +2410,12 @@
|
|
|
2390
2410
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2391
2411
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2392
2412
|
"../node_modules/@types/node/util.d.ts",
|
|
2393
|
-
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
2394
2413
|
"../src/_modules/usage/get-usage-routing-module.ts",
|
|
2395
2414
|
"../src/_modules/usage/usage-controller.ts",
|
|
2396
2415
|
"../src/_modules/usage/usage.service.ts"
|
|
2397
2416
|
],
|
|
2398
2417
|
"../src/_modules/usage/usage-controller.ts": [
|
|
2418
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2399
2419
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2400
2420
|
"../node_modules/@types/node/fs.d.ts",
|
|
2401
2421
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2403,16 +2423,15 @@
|
|
|
2403
2423
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2404
2424
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2405
2425
|
"../node_modules/@types/node/util.d.ts",
|
|
2406
|
-
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
2407
2426
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2408
2427
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2409
|
-
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
2410
2428
|
"../src/_modules/usage/usage.service.ts",
|
|
2411
2429
|
"../src/_services/dynamobe-auth.service.ts",
|
|
2412
2430
|
"../src/_services/dynamobe-controller.service.ts",
|
|
2413
2431
|
"../src/_services/dynamobe-global.service.ts"
|
|
2414
2432
|
],
|
|
2415
2433
|
"../src/_modules/usage/usage.service.ts": [
|
|
2434
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2416
2435
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2417
2436
|
"../node_modules/@types/node/fs.d.ts",
|
|
2418
2437
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2420,14 +2439,11 @@
|
|
|
2420
2439
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2421
2440
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2422
2441
|
"../node_modules/@types/node/util.d.ts",
|
|
2423
|
-
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
2424
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2425
|
-
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
2426
|
-
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
2427
2442
|
"../src/_services/dynamobe-data.service.ts",
|
|
2428
2443
|
"../src/_services/dynamobe-shared-be.service.ts"
|
|
2429
2444
|
],
|
|
2430
2445
|
"../src/_services/dynamobe-api.service.ts": [
|
|
2446
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2431
2447
|
"../node_modules/@types/node/fs.d.ts",
|
|
2432
2448
|
"../node_modules/@types/node/process.d.ts",
|
|
2433
2449
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2438,7 +2454,6 @@
|
|
|
2438
2454
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2439
2455
|
"../src/_enums/http/http-response-type.enum.ts",
|
|
2440
2456
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
2441
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2442
2457
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2443
2458
|
],
|
|
2444
2459
|
"../src/_services/dynamobe-app.ts": [
|
|
@@ -2461,6 +2476,7 @@
|
|
|
2461
2476
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2462
2477
|
],
|
|
2463
2478
|
"../src/_services/dynamobe-auth.service.ts": [
|
|
2479
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2464
2480
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2465
2481
|
"../node_modules/@types/node/fs.d.ts",
|
|
2466
2482
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2468,7 +2484,6 @@
|
|
|
2468
2484
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2469
2485
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2470
2486
|
"../node_modules/@types/node/util.d.ts",
|
|
2471
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2472
2487
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2473
2488
|
],
|
|
2474
2489
|
"../src/_services/dynamobe-controller.service.ts": [
|
|
@@ -2483,16 +2498,13 @@
|
|
|
2483
2498
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2484
2499
|
],
|
|
2485
2500
|
"../src/_services/dynamobe-data.service.ts": [
|
|
2501
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2486
2502
|
"../node_modules/@types/node/fs.d.ts",
|
|
2487
2503
|
"../node_modules/@types/node/process.d.ts",
|
|
2488
2504
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2489
2505
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2490
2506
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2491
2507
|
"../node_modules/@types/node/util.d.ts",
|
|
2492
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2493
|
-
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
2494
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2495
|
-
"../src/_models/fullstack/data-models/metadata.ts",
|
|
2496
2508
|
"../src/_services/dynamobe-db.service.ts",
|
|
2497
2509
|
"../src/_services/dynamobe-global.service.ts"
|
|
2498
2510
|
],
|
|
@@ -2507,17 +2519,14 @@
|
|
|
2507
2519
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2508
2520
|
],
|
|
2509
2521
|
"../src/_services/dynamobe-db.service.ts": [
|
|
2522
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2510
2523
|
"../node_modules/@types/node/fs.d.ts",
|
|
2511
2524
|
"../node_modules/@types/node/process.d.ts",
|
|
2512
2525
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2513
2526
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2514
2527
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2515
2528
|
"../node_modules/@types/node/util.d.ts",
|
|
2516
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2517
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2518
|
-
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
2519
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2520
|
-
"../src/_models/fullstack/data-models/metadata.ts"
|
|
2529
|
+
"../node_modules/mongoose/index.d.ts"
|
|
2521
2530
|
],
|
|
2522
2531
|
"../src/_services/dynamobe-email-service-collection.service.ts": [
|
|
2523
2532
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2530,6 +2539,7 @@
|
|
|
2530
2539
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2531
2540
|
],
|
|
2532
2541
|
"../src/_services/dynamobe-email.service.ts": [
|
|
2542
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2533
2543
|
"../node_modules/@types/node/fs.d.ts",
|
|
2534
2544
|
"../node_modules/@types/node/path.d.ts",
|
|
2535
2545
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2539,18 +2549,16 @@
|
|
|
2539
2549
|
"../node_modules/@types/node/util.d.ts",
|
|
2540
2550
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
2541
2551
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
2542
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2543
2552
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2544
2553
|
],
|
|
2545
2554
|
"../src/_services/dynamobe-global.service.ts": [
|
|
2555
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2546
2556
|
"../node_modules/@types/node/fs.d.ts",
|
|
2547
2557
|
"../node_modules/@types/node/process.d.ts",
|
|
2548
2558
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2549
2559
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2550
2560
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2551
2561
|
"../node_modules/@types/node/util.d.ts",
|
|
2552
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2553
|
-
"../src/_models/fullstack/data-models/metadata.ts",
|
|
2554
2562
|
"../src/_services/dynamobe-auth.service.ts",
|
|
2555
2563
|
"../src/_services/dynamobe-db-service-collection.service.ts",
|
|
2556
2564
|
"../src/_services/dynamobe-db.service.ts",
|
|
@@ -2558,6 +2566,7 @@
|
|
|
2558
2566
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
2559
2567
|
],
|
|
2560
2568
|
"../src/_services/dynamobe-routing-module.service.ts": [
|
|
2569
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2561
2570
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2562
2571
|
"../node_modules/@types/node/fs.d.ts",
|
|
2563
2572
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -2569,11 +2578,11 @@
|
|
|
2569
2578
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2570
2579
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
2571
2580
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2572
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2573
2581
|
"../src/_services/dynamobe-controller.service.ts",
|
|
2574
2582
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2575
2583
|
],
|
|
2576
2584
|
"../src/_services/dynamobe-shared-be.service.ts": [
|
|
2585
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2577
2586
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2578
2587
|
"../node_modules/@types/geoip-lite/index.d.ts",
|
|
2579
2588
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2583,20 +2592,17 @@
|
|
|
2583
2592
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2584
2593
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2585
2594
|
"../node_modules/@types/node/util.d.ts",
|
|
2586
|
-
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
2587
2595
|
"../src/_services/dynamobe-shared.service.ts"
|
|
2588
2596
|
],
|
|
2589
2597
|
"../src/_services/dynamobe-shared.service.ts": [
|
|
2598
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
2590
2599
|
"../node_modules/@types/node/fs.d.ts",
|
|
2591
2600
|
"../node_modules/@types/node/process.d.ts",
|
|
2592
2601
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2593
2602
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2594
2603
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2595
2604
|
"../node_modules/@types/node/util.d.ts",
|
|
2596
|
-
"../src/
|
|
2597
|
-
"../src/_enums/log-style.enum.ts",
|
|
2598
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2599
|
-
"../src/_models/fullstack/control-models/location-coordinates.ts"
|
|
2605
|
+
"../src/_enums/log-style.enum.ts"
|
|
2600
2606
|
],
|
|
2601
2607
|
"../src/_services/dynamobe-singleton.service.ts": [
|
|
2602
2608
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -2644,232 +2650,744 @@
|
|
|
2644
2650
|
]
|
|
2645
2651
|
},
|
|
2646
2652
|
"exportedModulesMap": {
|
|
2647
|
-
"../node_modules/@
|
|
2648
|
-
"../node_modules/@
|
|
2649
|
-
"../node_modules/@types/node/http.d.ts",
|
|
2650
|
-
"../node_modules/@types/node/index.d.ts"
|
|
2651
|
-
],
|
|
2652
|
-
"../node_modules/@types/bson/index.d.ts": [
|
|
2653
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts": [
|
|
2654
|
+
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
2653
2655
|
"../node_modules/@types/node/fs.d.ts",
|
|
2654
2656
|
"../node_modules/@types/node/process.d.ts",
|
|
2655
2657
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2656
2658
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2657
2659
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2658
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2659
2660
|
"../node_modules/@types/node/util.d.ts"
|
|
2660
2661
|
],
|
|
2661
|
-
"../node_modules/@
|
|
2662
|
-
"../node_modules/@
|
|
2663
|
-
"../node_modules/@types/node/index.d.ts"
|
|
2664
|
-
],
|
|
2665
|
-
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": [
|
|
2666
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2667
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2662
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts": [
|
|
2663
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
|
|
2668
2664
|
"../node_modules/@types/node/fs.d.ts",
|
|
2669
|
-
"../node_modules/@types/node/http.d.ts",
|
|
2670
2665
|
"../node_modules/@types/node/process.d.ts",
|
|
2671
2666
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2672
2667
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2673
2668
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2674
|
-
"../node_modules/@types/node/
|
|
2675
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2676
|
-
"../node_modules/@types/qs/index.d.ts",
|
|
2677
|
-
"../node_modules/@types/range-parser/index.d.ts",
|
|
2678
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2679
|
-
],
|
|
2680
|
-
"../node_modules/@types/express/ts4.0/index.d.ts": [
|
|
2681
|
-
"../node_modules/@types/body-parser/index.d.ts",
|
|
2682
|
-
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts",
|
|
2683
|
-
"../node_modules/@types/qs/index.d.ts",
|
|
2684
|
-
"../node_modules/@types/serve-static/index.d.ts"
|
|
2669
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2685
2670
|
],
|
|
2686
|
-
"../node_modules/@
|
|
2687
|
-
"../node_modules/@
|
|
2688
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2671
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts": [
|
|
2672
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
|
|
2689
2673
|
"../node_modules/@types/node/fs.d.ts",
|
|
2690
2674
|
"../node_modules/@types/node/process.d.ts",
|
|
2691
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
2692
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
2693
2675
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2694
2676
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2695
2677
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2696
|
-
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2697
2678
|
"../node_modules/@types/node/util.d.ts"
|
|
2698
2679
|
],
|
|
2699
|
-
"../node_modules/@
|
|
2700
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2680
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts": [
|
|
2701
2681
|
"../node_modules/@types/node/fs.d.ts",
|
|
2702
2682
|
"../node_modules/@types/node/process.d.ts",
|
|
2703
2683
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2704
2684
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2705
2685
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2706
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2707
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2686
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2708
2687
|
],
|
|
2709
|
-
"../node_modules/@
|
|
2710
|
-
"../node_modules/@
|
|
2711
|
-
"../node_modules/@types/node/async_hooks.d.ts",
|
|
2712
|
-
"../node_modules/@types/node/buffer.d.ts",
|
|
2713
|
-
"../node_modules/@types/node/child_process.d.ts",
|
|
2714
|
-
"../node_modules/@types/node/cluster.d.ts",
|
|
2715
|
-
"../node_modules/@types/node/console.d.ts",
|
|
2716
|
-
"../node_modules/@types/node/constants.d.ts",
|
|
2717
|
-
"../node_modules/@types/node/crypto.d.ts",
|
|
2718
|
-
"../node_modules/@types/node/dgram.d.ts",
|
|
2719
|
-
"../node_modules/@types/node/dns.d.ts",
|
|
2720
|
-
"../node_modules/@types/node/domain.d.ts",
|
|
2721
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2688
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts": [
|
|
2689
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
|
|
2722
2690
|
"../node_modules/@types/node/fs.d.ts",
|
|
2723
|
-
"../node_modules/@types/node/fs/promises.d.ts",
|
|
2724
|
-
"../node_modules/@types/node/globals.d.ts",
|
|
2725
|
-
"../node_modules/@types/node/http.d.ts",
|
|
2726
|
-
"../node_modules/@types/node/http2.d.ts",
|
|
2727
|
-
"../node_modules/@types/node/https.d.ts",
|
|
2728
|
-
"../node_modules/@types/node/inspector.d.ts",
|
|
2729
|
-
"../node_modules/@types/node/module.d.ts",
|
|
2730
|
-
"../node_modules/@types/node/net.d.ts",
|
|
2731
|
-
"../node_modules/@types/node/os.d.ts",
|
|
2732
|
-
"../node_modules/@types/node/path.d.ts",
|
|
2733
|
-
"../node_modules/@types/node/perf_hooks.d.ts",
|
|
2734
2691
|
"../node_modules/@types/node/process.d.ts",
|
|
2735
|
-
"../node_modules/@types/node/punycode.d.ts",
|
|
2736
|
-
"../node_modules/@types/node/querystring.d.ts",
|
|
2737
|
-
"../node_modules/@types/node/readline.d.ts",
|
|
2738
|
-
"../node_modules/@types/node/repl.d.ts",
|
|
2739
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
2740
|
-
"../node_modules/@types/node/string_decoder.d.ts",
|
|
2741
|
-
"../node_modules/@types/node/timers.d.ts",
|
|
2742
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
2743
|
-
"../node_modules/@types/node/trace_events.d.ts",
|
|
2744
2692
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2745
2693
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2746
2694
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2747
|
-
"../node_modules/@types/node/
|
|
2748
|
-
"../node_modules/@types/node/url.d.ts",
|
|
2749
|
-
"../node_modules/@types/node/util.d.ts",
|
|
2750
|
-
"../node_modules/@types/node/v8.d.ts",
|
|
2751
|
-
"../node_modules/@types/node/vm.d.ts",
|
|
2752
|
-
"../node_modules/@types/node/worker_threads.d.ts",
|
|
2753
|
-
"../node_modules/@types/node/zlib.d.ts",
|
|
2754
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2695
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2755
2696
|
],
|
|
2756
|
-
"../node_modules/@
|
|
2757
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2697
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts": [
|
|
2758
2698
|
"../node_modules/@types/node/fs.d.ts",
|
|
2759
2699
|
"../node_modules/@types/node/process.d.ts",
|
|
2760
2700
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2761
2701
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2762
2702
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2763
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2764
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2703
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2765
2704
|
],
|
|
2766
|
-
"../node_modules/@
|
|
2767
|
-
"../node_modules/@
|
|
2768
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2705
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts": [
|
|
2706
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
|
|
2769
2707
|
"../node_modules/@types/node/fs.d.ts",
|
|
2770
|
-
"../node_modules/@types/node/net.d.ts",
|
|
2771
2708
|
"../node_modules/@types/node/process.d.ts",
|
|
2772
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
2773
2709
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2774
2710
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2775
2711
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2776
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2777
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2712
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2778
2713
|
],
|
|
2779
|
-
"../node_modules/@
|
|
2780
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2781
|
-
"../node_modules/@types/node/child_process.d.ts",
|
|
2782
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2714
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts": [
|
|
2783
2715
|
"../node_modules/@types/node/fs.d.ts",
|
|
2784
|
-
"../node_modules/@types/node/net.d.ts",
|
|
2785
2716
|
"../node_modules/@types/node/process.d.ts",
|
|
2786
2717
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2787
2718
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2788
2719
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2789
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2790
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2720
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2791
2721
|
],
|
|
2792
|
-
"../node_modules/@
|
|
2793
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2722
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts": [
|
|
2794
2723
|
"../node_modules/@types/node/fs.d.ts",
|
|
2795
2724
|
"../node_modules/@types/node/process.d.ts",
|
|
2796
2725
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2797
2726
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2798
2727
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2799
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2800
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2728
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2801
2729
|
],
|
|
2802
|
-
"../node_modules/@
|
|
2803
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2804
|
-
"../node_modules/@types/node/crypto.d.ts",
|
|
2730
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts": [
|
|
2805
2731
|
"../node_modules/@types/node/fs.d.ts",
|
|
2806
|
-
"../node_modules/@types/node/os.d.ts",
|
|
2807
2732
|
"../node_modules/@types/node/process.d.ts",
|
|
2808
2733
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2809
2734
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2810
2735
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2811
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2812
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2736
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2813
2737
|
],
|
|
2814
|
-
"../node_modules/@
|
|
2815
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2738
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts": [
|
|
2816
2739
|
"../node_modules/@types/node/fs.d.ts",
|
|
2817
2740
|
"../node_modules/@types/node/process.d.ts",
|
|
2818
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
2819
2741
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2820
2742
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2821
2743
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2822
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2823
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2744
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2824
2745
|
],
|
|
2825
|
-
"../node_modules/@
|
|
2826
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2827
|
-
"../node_modules/@types/node/dns.d.ts",
|
|
2828
|
-
"../node_modules/@types/node/events.d.ts",
|
|
2746
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts": [
|
|
2829
2747
|
"../node_modules/@types/node/fs.d.ts",
|
|
2830
|
-
"../node_modules/@types/node/net.d.ts",
|
|
2831
2748
|
"../node_modules/@types/node/process.d.ts",
|
|
2832
2749
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2833
2750
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2834
2751
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2835
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2836
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2752
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2837
2753
|
],
|
|
2838
|
-
"../node_modules/@
|
|
2839
|
-
"../node_modules/@
|
|
2754
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts": [
|
|
2755
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
2840
2756
|
"../node_modules/@types/node/fs.d.ts",
|
|
2841
2757
|
"../node_modules/@types/node/process.d.ts",
|
|
2842
2758
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2843
2759
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2844
2760
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2845
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2846
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2761
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2847
2762
|
],
|
|
2848
|
-
"../node_modules/@
|
|
2849
|
-
"../node_modules/@
|
|
2850
|
-
"../node_modules/@
|
|
2763
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts": [
|
|
2764
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
2765
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
2851
2766
|
"../node_modules/@types/node/fs.d.ts",
|
|
2852
2767
|
"../node_modules/@types/node/process.d.ts",
|
|
2853
2768
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2854
2769
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2855
2770
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2856
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2857
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2771
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2858
2772
|
],
|
|
2859
|
-
"../node_modules/@
|
|
2860
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2773
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts": [
|
|
2861
2774
|
"../node_modules/@types/node/fs.d.ts",
|
|
2862
2775
|
"../node_modules/@types/node/process.d.ts",
|
|
2863
2776
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2864
2777
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2865
2778
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2866
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2867
|
-
"../node_modules/mongoose/index.d.ts"
|
|
2779
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2868
2780
|
],
|
|
2869
|
-
"../node_modules/@
|
|
2870
|
-
"../node_modules/@
|
|
2871
|
-
"../node_modules/@
|
|
2872
|
-
"../node_modules/@
|
|
2781
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts": [
|
|
2782
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
2783
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
2784
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
2785
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
2786
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2787
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2788
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2789
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2790
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2791
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2792
|
+
],
|
|
2793
|
+
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts": [
|
|
2794
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts",
|
|
2795
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts",
|
|
2796
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts",
|
|
2797
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts",
|
|
2798
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
2799
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
|
|
2800
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts",
|
|
2801
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
2802
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts",
|
|
2803
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
2804
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
2805
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts",
|
|
2806
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
2807
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
|
|
2808
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2809
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2810
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2811
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2812
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2813
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2814
|
+
],
|
|
2815
|
+
"../node_modules/@types/body-parser/index.d.ts": [
|
|
2816
|
+
"../node_modules/@types/connect/index.d.ts",
|
|
2817
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2818
|
+
"../node_modules/@types/node/http.d.ts",
|
|
2819
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2820
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2821
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2822
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2823
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2824
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2825
|
+
],
|
|
2826
|
+
"../node_modules/@types/bson/index.d.ts": [
|
|
2827
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2828
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2829
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2830
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2831
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2832
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2833
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2834
|
+
],
|
|
2835
|
+
"../node_modules/@types/connect/index.d.ts": [
|
|
2836
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2837
|
+
"../node_modules/@types/node/http.d.ts",
|
|
2838
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2839
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2840
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2841
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2842
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2843
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2844
|
+
],
|
|
2845
|
+
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": [
|
|
2846
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2847
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2848
|
+
"../node_modules/@types/node/http.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/ts3.7/index.d.ts",
|
|
2854
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2855
|
+
"../node_modules/@types/qs/index.d.ts",
|
|
2856
|
+
"../node_modules/@types/range-parser/index.d.ts"
|
|
2857
|
+
],
|
|
2858
|
+
"../node_modules/@types/express/ts4.0/index.d.ts": [
|
|
2859
|
+
"../node_modules/@types/body-parser/index.d.ts",
|
|
2860
|
+
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts",
|
|
2861
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2862
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2863
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2864
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2865
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2866
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2867
|
+
"../node_modules/@types/qs/index.d.ts",
|
|
2868
|
+
"../node_modules/@types/serve-static/index.d.ts"
|
|
2869
|
+
],
|
|
2870
|
+
"../node_modules/@types/geoip-lite/index.d.ts": [
|
|
2871
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2872
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2873
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2874
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2875
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2876
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2877
|
+
],
|
|
2878
|
+
"../node_modules/@types/mime/index.d.ts": [
|
|
2879
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2880
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2881
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2882
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2883
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2884
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2885
|
+
],
|
|
2886
|
+
"../node_modules/@types/mongodb/index.d.ts": [
|
|
2887
|
+
"../node_modules/@types/bson/index.d.ts",
|
|
2888
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2889
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2890
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2891
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2892
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
2893
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2894
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2895
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2896
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2897
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2898
|
+
],
|
|
2899
|
+
"../node_modules/@types/node/async_hooks.d.ts": [
|
|
2900
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2901
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2902
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2903
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2904
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2905
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2906
|
+
],
|
|
2907
|
+
"../node_modules/@types/node/base.d.ts": [
|
|
2908
|
+
"../node_modules/@types/node/async_hooks.d.ts",
|
|
2909
|
+
"../node_modules/@types/node/buffer.d.ts",
|
|
2910
|
+
"../node_modules/@types/node/child_process.d.ts",
|
|
2911
|
+
"../node_modules/@types/node/cluster.d.ts",
|
|
2912
|
+
"../node_modules/@types/node/console.d.ts",
|
|
2913
|
+
"../node_modules/@types/node/constants.d.ts",
|
|
2914
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
2915
|
+
"../node_modules/@types/node/dgram.d.ts",
|
|
2916
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
2917
|
+
"../node_modules/@types/node/domain.d.ts",
|
|
2918
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2919
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2920
|
+
"../node_modules/@types/node/fs/promises.d.ts",
|
|
2921
|
+
"../node_modules/@types/node/globals.d.ts",
|
|
2922
|
+
"../node_modules/@types/node/http.d.ts",
|
|
2923
|
+
"../node_modules/@types/node/http2.d.ts",
|
|
2924
|
+
"../node_modules/@types/node/https.d.ts",
|
|
2925
|
+
"../node_modules/@types/node/inspector.d.ts",
|
|
2926
|
+
"../node_modules/@types/node/module.d.ts",
|
|
2927
|
+
"../node_modules/@types/node/net.d.ts",
|
|
2928
|
+
"../node_modules/@types/node/os.d.ts",
|
|
2929
|
+
"../node_modules/@types/node/path.d.ts",
|
|
2930
|
+
"../node_modules/@types/node/perf_hooks.d.ts",
|
|
2931
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2932
|
+
"../node_modules/@types/node/punycode.d.ts",
|
|
2933
|
+
"../node_modules/@types/node/querystring.d.ts",
|
|
2934
|
+
"../node_modules/@types/node/readline.d.ts",
|
|
2935
|
+
"../node_modules/@types/node/repl.d.ts",
|
|
2936
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2937
|
+
"../node_modules/@types/node/string_decoder.d.ts",
|
|
2938
|
+
"../node_modules/@types/node/timers.d.ts",
|
|
2939
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
2940
|
+
"../node_modules/@types/node/trace_events.d.ts",
|
|
2941
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2942
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2943
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2944
|
+
"../node_modules/@types/node/tty.d.ts",
|
|
2945
|
+
"../node_modules/@types/node/url.d.ts",
|
|
2946
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2947
|
+
"../node_modules/@types/node/v8.d.ts",
|
|
2948
|
+
"../node_modules/@types/node/vm.d.ts",
|
|
2949
|
+
"../node_modules/@types/node/worker_threads.d.ts",
|
|
2950
|
+
"../node_modules/@types/node/zlib.d.ts"
|
|
2951
|
+
],
|
|
2952
|
+
"../node_modules/@types/node/buffer.d.ts": [
|
|
2953
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2954
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2955
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2956
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2957
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2958
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2959
|
+
],
|
|
2960
|
+
"../node_modules/@types/node/child_process.d.ts": [
|
|
2961
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2962
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2963
|
+
"../node_modules/@types/node/net.d.ts",
|
|
2964
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2965
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2966
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2967
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2968
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2969
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2970
|
+
],
|
|
2971
|
+
"../node_modules/@types/node/cluster.d.ts": [
|
|
2972
|
+
"../node_modules/@types/node/child_process.d.ts",
|
|
2973
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2974
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2975
|
+
"../node_modules/@types/node/net.d.ts",
|
|
2976
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2977
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2978
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2979
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2980
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2981
|
+
],
|
|
2982
|
+
"../node_modules/@types/node/console.d.ts": [
|
|
2983
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2984
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2985
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2986
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2987
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2988
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2989
|
+
],
|
|
2990
|
+
"../node_modules/@types/node/constants.d.ts": [
|
|
2991
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
2992
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2993
|
+
"../node_modules/@types/node/os.d.ts",
|
|
2994
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2995
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2996
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2997
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2998
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2999
|
+
],
|
|
3000
|
+
"../node_modules/@types/node/crypto.d.ts": [
|
|
3001
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3002
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3003
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3004
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3005
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3006
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3007
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3008
|
+
],
|
|
3009
|
+
"../node_modules/@types/node/dgram.d.ts": [
|
|
3010
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
3011
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3012
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3013
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3014
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3015
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3016
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3017
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3018
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3019
|
+
],
|
|
3020
|
+
"../node_modules/@types/node/dns.d.ts": [
|
|
3021
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3022
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3023
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3024
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3025
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3026
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3027
|
+
],
|
|
3028
|
+
"../node_modules/@types/node/domain.d.ts": [
|
|
3029
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3030
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3031
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3032
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3033
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3034
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3035
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3036
|
+
],
|
|
3037
|
+
"../node_modules/@types/node/events.d.ts": [
|
|
3038
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3039
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3040
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3041
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3042
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3043
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3044
|
+
],
|
|
3045
|
+
"../node_modules/@types/node/fs.d.ts": [
|
|
3046
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3047
|
+
"../node_modules/@types/node/fs/promises.d.ts",
|
|
3048
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3049
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3050
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3051
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3052
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3053
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3054
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3055
|
+
],
|
|
3056
|
+
"../node_modules/@types/node/fs/promises.d.ts": [
|
|
3057
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3058
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3059
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3060
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3061
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3062
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3063
|
+
],
|
|
3064
|
+
"../node_modules/@types/node/globals.d.ts": [
|
|
3065
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3066
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3067
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3068
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3069
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3070
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3071
|
+
],
|
|
3072
|
+
"../node_modules/@types/node/http.d.ts": [
|
|
3073
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3074
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3075
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3076
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3077
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3078
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3079
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3080
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3081
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3082
|
+
],
|
|
3083
|
+
"../node_modules/@types/node/http2.d.ts": [
|
|
3084
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3085
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3086
|
+
"../node_modules/@types/node/http.d.ts",
|
|
3087
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3088
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3089
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3090
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
3091
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3092
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3093
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3094
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3095
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3096
|
+
],
|
|
3097
|
+
"../node_modules/@types/node/https.d.ts": [
|
|
3098
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3099
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3100
|
+
"../node_modules/@types/node/http.d.ts",
|
|
3101
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3102
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
3103
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3104
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3105
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3106
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3107
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3108
|
+
],
|
|
3109
|
+
"../node_modules/@types/node/inspector.d.ts": [
|
|
3110
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3111
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3112
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3113
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3114
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3115
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3116
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3117
|
+
],
|
|
3118
|
+
"../node_modules/@types/node/module.d.ts": [
|
|
3119
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3120
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3121
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3122
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3123
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3124
|
+
"../node_modules/@types/node/url.d.ts",
|
|
3125
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3126
|
+
],
|
|
3127
|
+
"../node_modules/@types/node/net.d.ts": [
|
|
3128
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
3129
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3130
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3131
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3132
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3133
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3134
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3135
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3136
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3137
|
+
],
|
|
3138
|
+
"../node_modules/@types/node/os.d.ts": [
|
|
3139
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3140
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3141
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3142
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3143
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3144
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3145
|
+
],
|
|
3146
|
+
"../node_modules/@types/node/path.d.ts": [
|
|
3147
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3148
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3149
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3150
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3151
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3152
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3153
|
+
],
|
|
3154
|
+
"../node_modules/@types/node/perf_hooks.d.ts": [
|
|
3155
|
+
"../node_modules/@types/node/async_hooks.d.ts",
|
|
3156
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3157
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3158
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3159
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3160
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3161
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3162
|
+
],
|
|
3163
|
+
"../node_modules/@types/node/process.d.ts": [
|
|
3164
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3165
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3166
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3167
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3168
|
+
"../node_modules/@types/node/tty.d.ts",
|
|
3169
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3170
|
+
],
|
|
3171
|
+
"../node_modules/@types/node/punycode.d.ts": [
|
|
3172
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3173
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3174
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3175
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3176
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3177
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3178
|
+
],
|
|
3179
|
+
"../node_modules/@types/node/querystring.d.ts": [
|
|
3180
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3181
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3182
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3183
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3184
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3185
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3186
|
+
],
|
|
3187
|
+
"../node_modules/@types/node/readline.d.ts": [
|
|
3188
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3189
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3190
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3191
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3192
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3193
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3194
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3195
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3196
|
+
],
|
|
3197
|
+
"../node_modules/@types/node/repl.d.ts": [
|
|
3198
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3199
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3200
|
+
"../node_modules/@types/node/readline.d.ts",
|
|
3201
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3202
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3203
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3204
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3205
|
+
"../node_modules/@types/node/vm.d.ts"
|
|
3206
|
+
],
|
|
3207
|
+
"../node_modules/@types/node/stream.d.ts": [
|
|
3208
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3209
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3210
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3211
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3212
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3213
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3214
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3215
|
+
],
|
|
3216
|
+
"../node_modules/@types/node/string_decoder.d.ts": [
|
|
3217
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3218
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3219
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3220
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3221
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3222
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3223
|
+
],
|
|
3224
|
+
"../node_modules/@types/node/timers.d.ts": [
|
|
3225
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3226
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3227
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3228
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3229
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3230
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3231
|
+
],
|
|
3232
|
+
"../node_modules/@types/node/tls.d.ts": [
|
|
3233
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
3234
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
3235
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3236
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3237
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3238
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3239
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3240
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3241
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3242
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3243
|
+
],
|
|
3244
|
+
"../node_modules/@types/node/trace_events.d.ts": [
|
|
3245
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3246
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3247
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3248
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3249
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3250
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3251
|
+
],
|
|
3252
|
+
"../node_modules/@types/node/ts3.2/base.d.ts": [
|
|
3253
|
+
"../node_modules/@types/node/base.d.ts",
|
|
3254
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3255
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3256
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3257
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts",
|
|
3258
|
+
"../node_modules/@types/node/ts3.2/process.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/fs.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/process.d.ts",
|
|
3266
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3267
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3268
|
+
],
|
|
3269
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts": [
|
|
3270
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3271
|
+
"../node_modules/@types/node/globals.d.ts",
|
|
3272
|
+
"../node_modules/@types/node/process.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/util.d.ts"
|
|
3277
|
+
],
|
|
3278
|
+
"../node_modules/@types/node/ts3.2/process.d.ts": [
|
|
3279
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3280
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3281
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3282
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3283
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3284
|
+
],
|
|
3285
|
+
"../node_modules/@types/node/ts3.2/util.d.ts": [
|
|
3286
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3287
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3288
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3289
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3290
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3291
|
+
],
|
|
3292
|
+
"../node_modules/@types/node/ts3.5/base.d.ts": [
|
|
3293
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3294
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3295
|
+
"../node_modules/@types/node/ts3.2/base.d.ts",
|
|
3296
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3297
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3298
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3299
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts",
|
|
3300
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts",
|
|
3301
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3302
|
+
],
|
|
3303
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts": [
|
|
3304
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3305
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3306
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3307
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3308
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3309
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3310
|
+
],
|
|
3311
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts": [
|
|
3312
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3313
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3314
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3315
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3316
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3317
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3318
|
+
],
|
|
3319
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts": [
|
|
3320
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3321
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3322
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3323
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3324
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3325
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3326
|
+
],
|
|
3327
|
+
"../node_modules/@types/node/ts3.7/base.d.ts": [
|
|
3328
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3329
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3330
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3331
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3332
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3333
|
+
"../node_modules/@types/node/ts3.5/base.d.ts",
|
|
3334
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts",
|
|
3335
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3336
|
+
],
|
|
3337
|
+
"../node_modules/@types/node/ts3.7/index.d.ts": [
|
|
3338
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3339
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3340
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3341
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3342
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3343
|
+
"../node_modules/@types/node/ts3.7/base.d.ts",
|
|
3344
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3345
|
+
],
|
|
3346
|
+
"../node_modules/@types/node/tty.d.ts": [
|
|
3347
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3348
|
+
"../node_modules/@types/node/net.d.ts",
|
|
3349
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3350
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3351
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3352
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3353
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3354
|
+
],
|
|
3355
|
+
"../node_modules/@types/node/url.d.ts": [
|
|
3356
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3357
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3358
|
+
"../node_modules/@types/node/querystring.d.ts",
|
|
3359
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3360
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3361
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3362
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3363
|
+
],
|
|
3364
|
+
"../node_modules/@types/node/util.d.ts": [
|
|
3365
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3366
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3367
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3368
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3369
|
+
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
3370
|
+
],
|
|
3371
|
+
"../node_modules/@types/node/v8.d.ts": [
|
|
3372
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3373
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3374
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3375
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3376
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3377
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3378
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3379
|
+
],
|
|
3380
|
+
"../node_modules/@types/node/vm.d.ts": [
|
|
3381
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3382
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3383
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3384
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3385
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3386
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3387
|
+
],
|
|
3388
|
+
"../node_modules/@types/node/worker_threads.d.ts": [
|
|
3389
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3390
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2873
3391
|
"../node_modules/@types/node/process.d.ts",
|
|
2874
3392
|
"../node_modules/@types/node/stream.d.ts",
|
|
2875
3393
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -2877,169 +3395,258 @@
|
|
|
2877
3395
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2878
3396
|
"../node_modules/@types/node/url.d.ts",
|
|
2879
3397
|
"../node_modules/@types/node/util.d.ts",
|
|
2880
|
-
"../node_modules/
|
|
3398
|
+
"../node_modules/@types/node/vm.d.ts"
|
|
2881
3399
|
],
|
|
2882
|
-
"../node_modules/@types/node/
|
|
2883
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3400
|
+
"../node_modules/@types/node/zlib.d.ts": [
|
|
2884
3401
|
"../node_modules/@types/node/fs.d.ts",
|
|
2885
3402
|
"../node_modules/@types/node/process.d.ts",
|
|
3403
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2886
3404
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2887
3405
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2888
3406
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2889
|
-
"../node_modules/@types/node/util.d.ts"
|
|
2890
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3407
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2891
3408
|
],
|
|
2892
|
-
"../node_modules/@types/
|
|
2893
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3409
|
+
"../node_modules/@types/nodemailer/index.d.ts": [
|
|
2894
3410
|
"../node_modules/@types/node/fs.d.ts",
|
|
2895
3411
|
"../node_modules/@types/node/process.d.ts",
|
|
2896
3412
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2897
3413
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2898
3414
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3415
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2899
3416
|
"../node_modules/@types/node/util.d.ts",
|
|
2900
|
-
"../node_modules/
|
|
3417
|
+
"../node_modules/@types/nodemailer/lib/json-transport.d.ts",
|
|
3418
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3419
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3420
|
+
"../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts",
|
|
3421
|
+
"../node_modules/@types/nodemailer/lib/ses-transport.d.ts",
|
|
3422
|
+
"../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts",
|
|
3423
|
+
"../node_modules/@types/nodemailer/lib/smtp-transport.d.ts",
|
|
3424
|
+
"../node_modules/@types/nodemailer/lib/stream-transport.d.ts"
|
|
2901
3425
|
],
|
|
2902
|
-
"../node_modules/@types/
|
|
2903
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3426
|
+
"../node_modules/@types/nodemailer/lib/dkim/index.d.ts": [
|
|
2904
3427
|
"../node_modules/@types/node/fs.d.ts",
|
|
2905
|
-
"../node_modules/@types/node/net.d.ts",
|
|
2906
3428
|
"../node_modules/@types/node/process.d.ts",
|
|
2907
3429
|
"../node_modules/@types/node/stream.d.ts",
|
|
2908
3430
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2909
3431
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2910
3432
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2911
|
-
"../node_modules/@types/node/
|
|
3433
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3434
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3435
|
+
],
|
|
3436
|
+
"../node_modules/@types/nodemailer/lib/json-transport.d.ts": [
|
|
3437
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3438
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3439
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3440
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3441
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3442
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3443
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2912
3444
|
"../node_modules/@types/node/util.d.ts",
|
|
2913
|
-
"../node_modules/
|
|
3445
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3446
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3447
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3448
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3449
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
2914
3450
|
],
|
|
2915
|
-
"../node_modules/@types/
|
|
2916
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3451
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts": [
|
|
2917
3452
|
"../node_modules/@types/node/events.d.ts",
|
|
2918
3453
|
"../node_modules/@types/node/fs.d.ts",
|
|
2919
|
-
"../node_modules/@types/node/http.d.ts",
|
|
2920
3454
|
"../node_modules/@types/node/net.d.ts",
|
|
2921
3455
|
"../node_modules/@types/node/process.d.ts",
|
|
2922
3456
|
"../node_modules/@types/node/stream.d.ts",
|
|
2923
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
2924
3457
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2925
3458
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2926
3459
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3460
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2927
3461
|
"../node_modules/@types/node/url.d.ts",
|
|
2928
3462
|
"../node_modules/@types/node/util.d.ts",
|
|
2929
|
-
"../node_modules/
|
|
3463
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3464
|
+
"../node_modules/@types/nodemailer/lib/dkim/index.d.ts",
|
|
3465
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3466
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3467
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3468
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
|
|
3469
|
+
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
2930
3470
|
],
|
|
2931
|
-
"../node_modules/@types/
|
|
2932
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2933
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3471
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts": [
|
|
2934
3472
|
"../node_modules/@types/node/fs.d.ts",
|
|
2935
|
-
"../node_modules/@types/node/http.d.ts",
|
|
2936
3473
|
"../node_modules/@types/node/process.d.ts",
|
|
2937
|
-
"../node_modules/@types/node/
|
|
3474
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2938
3475
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2939
3476
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2940
3477
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2941
|
-
"../node_modules/@types/node/
|
|
3478
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2942
3479
|
"../node_modules/@types/node/util.d.ts",
|
|
2943
|
-
"../node_modules/
|
|
3480
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3481
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts"
|
|
2944
3482
|
],
|
|
2945
|
-
"../node_modules/@types/node/
|
|
2946
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2947
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3483
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts": [
|
|
2948
3484
|
"../node_modules/@types/node/fs.d.ts",
|
|
2949
3485
|
"../node_modules/@types/node/process.d.ts",
|
|
3486
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2950
3487
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2951
3488
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2952
3489
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3490
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2953
3491
|
"../node_modules/@types/node/util.d.ts",
|
|
2954
|
-
"../node_modules/
|
|
3492
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3493
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
2955
3494
|
],
|
|
2956
|
-
"../node_modules/@types/
|
|
2957
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3495
|
+
"../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts": [
|
|
2958
3496
|
"../node_modules/@types/node/fs.d.ts",
|
|
2959
3497
|
"../node_modules/@types/node/process.d.ts",
|
|
2960
3498
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2961
3499
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2962
3500
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2963
|
-
"../node_modules/@types/node/
|
|
3501
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2964
3502
|
"../node_modules/@types/node/util.d.ts",
|
|
2965
|
-
"../node_modules/
|
|
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"
|
|
2966
3508
|
],
|
|
2967
|
-
"../node_modules/@types/
|
|
2968
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
2969
|
-
"../node_modules/@types/node/dns.d.ts",
|
|
3509
|
+
"../node_modules/@types/nodemailer/lib/ses-transport.d.ts": [
|
|
2970
3510
|
"../node_modules/@types/node/events.d.ts",
|
|
2971
3511
|
"../node_modules/@types/node/fs.d.ts",
|
|
2972
3512
|
"../node_modules/@types/node/process.d.ts",
|
|
2973
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
2974
3513
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2975
3514
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2976
3515
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3516
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2977
3517
|
"../node_modules/@types/node/util.d.ts",
|
|
2978
|
-
"../node_modules/
|
|
3518
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3519
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3520
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3521
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3522
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
2979
3523
|
],
|
|
2980
|
-
"../node_modules/@types/
|
|
2981
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3524
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts": [
|
|
2982
3525
|
"../node_modules/@types/node/fs.d.ts",
|
|
2983
3526
|
"../node_modules/@types/node/process.d.ts",
|
|
3527
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2984
3528
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2985
3529
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2986
3530
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3531
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2987
3532
|
"../node_modules/@types/node/util.d.ts",
|
|
2988
|
-
"../node_modules/
|
|
3533
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
2989
3534
|
],
|
|
2990
|
-
"../node_modules/@types/
|
|
2991
|
-
"../node_modules/@types/
|
|
3535
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts": [
|
|
3536
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2992
3537
|
"../node_modules/@types/node/fs.d.ts",
|
|
3538
|
+
"../node_modules/@types/node/net.d.ts",
|
|
2993
3539
|
"../node_modules/@types/node/process.d.ts",
|
|
3540
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3541
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
2994
3542
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2995
3543
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2996
3544
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3545
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2997
3546
|
"../node_modules/@types/node/util.d.ts",
|
|
2998
|
-
"../node_modules/
|
|
3547
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3548
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3549
|
+
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
2999
3550
|
],
|
|
3000
|
-
"../node_modules/@types/
|
|
3001
|
-
"../node_modules/@types/
|
|
3002
|
-
"../node_modules/@types/node/async_hooks.d.ts",
|
|
3551
|
+
"../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts": [
|
|
3552
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3003
3553
|
"../node_modules/@types/node/fs.d.ts",
|
|
3004
3554
|
"../node_modules/@types/node/process.d.ts",
|
|
3005
3555
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3006
3556
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3007
3557
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3558
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3008
3559
|
"../node_modules/@types/node/util.d.ts",
|
|
3009
|
-
"../node_modules/
|
|
3560
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3561
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3562
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3563
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3564
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3565
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
3010
3566
|
],
|
|
3011
|
-
"../node_modules/@types/
|
|
3012
|
-
"../node_modules/@types/
|
|
3567
|
+
"../node_modules/@types/nodemailer/lib/smtp-transport.d.ts": [
|
|
3568
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3013
3569
|
"../node_modules/@types/node/fs.d.ts",
|
|
3570
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3571
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3014
3572
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3015
3573
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3016
3574
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3017
|
-
"../node_modules/@types/node/
|
|
3575
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3018
3576
|
"../node_modules/@types/node/util.d.ts",
|
|
3019
|
-
"../node_modules/
|
|
3577
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3578
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3579
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3580
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3581
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3582
|
+
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
|
|
3583
|
+
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3020
3584
|
],
|
|
3021
|
-
"../node_modules/@types/
|
|
3022
|
-
"../node_modules/@types/
|
|
3585
|
+
"../node_modules/@types/nodemailer/lib/stream-transport.d.ts": [
|
|
3586
|
+
"../node_modules/@types/node/events.d.ts",
|
|
3023
3587
|
"../node_modules/@types/node/fs.d.ts",
|
|
3024
3588
|
"../node_modules/@types/node/process.d.ts",
|
|
3589
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3025
3590
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3026
3591
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3027
3592
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3593
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3028
3594
|
"../node_modules/@types/node/util.d.ts",
|
|
3029
|
-
"../node_modules/
|
|
3595
|
+
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3596
|
+
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3597
|
+
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3598
|
+
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3599
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3030
3600
|
],
|
|
3031
|
-
"../node_modules/@types/
|
|
3032
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3601
|
+
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts": [
|
|
3033
3602
|
"../node_modules/@types/node/fs.d.ts",
|
|
3603
|
+
"../node_modules/@types/node/http.d.ts",
|
|
3034
3604
|
"../node_modules/@types/node/process.d.ts",
|
|
3605
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3035
3606
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3036
3607
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3037
3608
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3609
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3038
3610
|
"../node_modules/@types/node/util.d.ts",
|
|
3039
|
-
"../node_modules/
|
|
3611
|
+
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3040
3612
|
],
|
|
3041
|
-
"../node_modules/@types/
|
|
3042
|
-
"../node_modules/@types/
|
|
3613
|
+
"../node_modules/@types/qs/index.d.ts": [
|
|
3614
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3615
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3616
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3617
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3618
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3619
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3620
|
+
],
|
|
3621
|
+
"../node_modules/@types/range-parser/index.d.ts": [
|
|
3622
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3623
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3624
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3625
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3626
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3627
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3628
|
+
],
|
|
3629
|
+
"../node_modules/@types/serve-static/index.d.ts": [
|
|
3630
|
+
"../node_modules/@types/mime/index.d.ts",
|
|
3631
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3632
|
+
"../node_modules/@types/node/http.d.ts",
|
|
3633
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3634
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3635
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3636
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3637
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
3638
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3639
|
+
],
|
|
3640
|
+
"../node_modules/axios/index.d.ts": [
|
|
3641
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3642
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3643
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3644
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3645
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3646
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3647
|
+
],
|
|
3648
|
+
"../node_modules/mongoose/index.d.ts": [
|
|
3649
|
+
"../node_modules/@types/mongodb/index.d.ts",
|
|
3043
3650
|
"../node_modules/@types/node/events.d.ts",
|
|
3044
3651
|
"../node_modules/@types/node/fs.d.ts",
|
|
3045
3652
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -3050,424 +3657,243 @@
|
|
|
3050
3657
|
"../node_modules/@types/node/util.d.ts",
|
|
3051
3658
|
"../node_modules/mongoose/index.d.ts"
|
|
3052
3659
|
],
|
|
3053
|
-
"../node_modules
|
|
3054
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3660
|
+
"../node_modules/tslib/tslib.d.ts": [
|
|
3055
3661
|
"../node_modules/@types/node/fs.d.ts",
|
|
3056
3662
|
"../node_modules/@types/node/process.d.ts",
|
|
3057
|
-
"../node_modules/@types/node/readline.d.ts",
|
|
3058
3663
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3059
3664
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3060
3665
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3061
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3062
|
-
"../node_modules/@types/node/vm.d.ts",
|
|
3063
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3666
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3064
3667
|
],
|
|
3065
|
-
"../node_modules
|
|
3066
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3067
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3668
|
+
"../node_modules/typescript/lib/lib.dom.d.ts": [
|
|
3068
3669
|
"../node_modules/@types/node/fs.d.ts",
|
|
3069
3670
|
"../node_modules/@types/node/process.d.ts",
|
|
3070
3671
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3071
3672
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3072
3673
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3073
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3074
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3674
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3075
3675
|
],
|
|
3076
|
-
"../node_modules
|
|
3077
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3676
|
+
"../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
|
|
3078
3677
|
"../node_modules/@types/node/fs.d.ts",
|
|
3079
3678
|
"../node_modules/@types/node/process.d.ts",
|
|
3080
3679
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3081
3680
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3082
3681
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3083
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3084
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3682
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3085
3683
|
],
|
|
3086
|
-
"../node_modules
|
|
3087
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3684
|
+
"../node_modules/typescript/lib/lib.es2015.core.d.ts": [
|
|
3088
3685
|
"../node_modules/@types/node/fs.d.ts",
|
|
3089
3686
|
"../node_modules/@types/node/process.d.ts",
|
|
3090
3687
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3091
3688
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3092
3689
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3093
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3094
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3690
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3095
3691
|
],
|
|
3096
|
-
"../node_modules
|
|
3097
|
-
"../node_modules/@types/
|
|
3098
|
-
"../node_modules/@types/node/
|
|
3099
|
-
"../node_modules/@types/node/
|
|
3692
|
+
"../node_modules/typescript/lib/lib.es2015.d.ts": [
|
|
3693
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3694
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3695
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3696
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3697
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3698
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3699
|
+
],
|
|
3700
|
+
"../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
|
|
3701
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3702
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3703
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3704
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3705
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3706
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3707
|
+
],
|
|
3708
|
+
"../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
|
|
3709
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3710
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3711
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3712
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3713
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3714
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3715
|
+
],
|
|
3716
|
+
"../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
|
|
3100
3717
|
"../node_modules/@types/node/fs.d.ts",
|
|
3101
|
-
"../node_modules/@types/node/net.d.ts",
|
|
3102
3718
|
"../node_modules/@types/node/process.d.ts",
|
|
3103
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3104
3719
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3105
3720
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3106
3721
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3107
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3108
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3722
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3109
3723
|
],
|
|
3110
|
-
"../node_modules
|
|
3111
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3724
|
+
"../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
|
|
3112
3725
|
"../node_modules/@types/node/fs.d.ts",
|
|
3113
3726
|
"../node_modules/@types/node/process.d.ts",
|
|
3114
3727
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3115
3728
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3116
3729
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3117
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3118
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3730
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3119
3731
|
],
|
|
3120
|
-
"../node_modules
|
|
3121
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3122
|
-
"../node_modules/@types/node/base.d.ts",
|
|
3732
|
+
"../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
|
|
3123
3733
|
"../node_modules/@types/node/fs.d.ts",
|
|
3124
3734
|
"../node_modules/@types/node/process.d.ts",
|
|
3125
3735
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3126
|
-
"../node_modules/@types/node/ts3.2/globals.d.ts",
|
|
3127
3736
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3128
3737
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3129
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3130
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3738
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3131
3739
|
],
|
|
3132
|
-
"../node_modules
|
|
3133
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3740
|
+
"../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
|
|
3134
3741
|
"../node_modules/@types/node/fs.d.ts",
|
|
3135
3742
|
"../node_modules/@types/node/process.d.ts",
|
|
3743
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3136
3744
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3137
3745
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3138
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3139
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3746
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3140
3747
|
],
|
|
3141
|
-
"../node_modules
|
|
3142
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3748
|
+
"../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
|
|
3143
3749
|
"../node_modules/@types/node/fs.d.ts",
|
|
3144
|
-
"../node_modules/@types/node/globals.d.ts",
|
|
3145
3750
|
"../node_modules/@types/node/process.d.ts",
|
|
3146
3751
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3147
3752
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3148
3753
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3149
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3150
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3754
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3151
3755
|
],
|
|
3152
|
-
"../node_modules
|
|
3153
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3756
|
+
"../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
|
|
3154
3757
|
"../node_modules/@types/node/fs.d.ts",
|
|
3155
3758
|
"../node_modules/@types/node/process.d.ts",
|
|
3156
3759
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3760
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3157
3761
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3158
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3159
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3762
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3160
3763
|
],
|
|
3161
|
-
"../node_modules
|
|
3162
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3764
|
+
"../node_modules/typescript/lib/lib.es2016.d.ts": [
|
|
3163
3765
|
"../node_modules/@types/node/fs.d.ts",
|
|
3164
3766
|
"../node_modules/@types/node/process.d.ts",
|
|
3165
3767
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3166
3768
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3167
|
-
"../node_modules/@types/node/util.d.ts",
|
|
3168
|
-
"../node_modules/
|
|
3769
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3770
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3169
3771
|
],
|
|
3170
|
-
"../node_modules
|
|
3171
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3772
|
+
"../node_modules/typescript/lib/lib.es2017.d.ts": [
|
|
3172
3773
|
"../node_modules/@types/node/fs.d.ts",
|
|
3173
3774
|
"../node_modules/@types/node/process.d.ts",
|
|
3174
|
-
"../node_modules/@types/node/ts3.2/base.d.ts",
|
|
3175
3775
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3176
3776
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3177
3777
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3178
|
-
"../node_modules/@types/node/
|
|
3179
|
-
"../node_modules/@types/node/ts3.5/wasi.d.ts",
|
|
3180
|
-
"../node_modules/@types/node/util.d.ts",
|
|
3181
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3778
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3182
3779
|
],
|
|
3183
|
-
"../node_modules
|
|
3184
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3780
|
+
"../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
|
|
3185
3781
|
"../node_modules/@types/node/fs.d.ts",
|
|
3186
3782
|
"../node_modules/@types/node/process.d.ts",
|
|
3187
3783
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3188
3784
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3189
3785
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3190
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3191
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3786
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3192
3787
|
],
|
|
3193
|
-
"../node_modules
|
|
3194
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3788
|
+
"../node_modules/typescript/lib/lib.es2017.object.d.ts": [
|
|
3195
3789
|
"../node_modules/@types/node/fs.d.ts",
|
|
3196
3790
|
"../node_modules/@types/node/process.d.ts",
|
|
3197
3791
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3198
3792
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3199
3793
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3200
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3201
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3794
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3202
3795
|
],
|
|
3203
|
-
"../node_modules
|
|
3204
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3796
|
+
"../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
|
|
3205
3797
|
"../node_modules/@types/node/fs.d.ts",
|
|
3206
3798
|
"../node_modules/@types/node/process.d.ts",
|
|
3207
3799
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3208
3800
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3209
3801
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3210
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3211
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3802
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3212
3803
|
],
|
|
3213
|
-
"../node_modules
|
|
3214
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3804
|
+
"../node_modules/typescript/lib/lib.es2017.string.d.ts": [
|
|
3215
3805
|
"../node_modules/@types/node/fs.d.ts",
|
|
3216
3806
|
"../node_modules/@types/node/process.d.ts",
|
|
3217
3807
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3218
3808
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3219
3809
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3220
|
-
"../node_modules/@types/node/
|
|
3221
|
-
"../node_modules/@types/node/ts3.7/assert.d.ts",
|
|
3222
|
-
"../node_modules/@types/node/util.d.ts",
|
|
3223
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3810
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3224
3811
|
],
|
|
3225
|
-
"../node_modules
|
|
3226
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3812
|
+
"../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
|
|
3227
3813
|
"../node_modules/@types/node/fs.d.ts",
|
|
3228
3814
|
"../node_modules/@types/node/process.d.ts",
|
|
3229
3815
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3230
3816
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3231
3817
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3232
|
-
"../node_modules/@types/node/
|
|
3233
|
-
"../node_modules/@types/node/util.d.ts",
|
|
3234
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3818
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3235
3819
|
],
|
|
3236
|
-
"../node_modules
|
|
3237
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3820
|
+
"../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
|
|
3238
3821
|
"../node_modules/@types/node/fs.d.ts",
|
|
3239
|
-
"../node_modules/@types/node/net.d.ts",
|
|
3240
3822
|
"../node_modules/@types/node/process.d.ts",
|
|
3241
3823
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3242
3824
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3243
3825
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3244
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3245
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3826
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3246
3827
|
],
|
|
3247
|
-
"../node_modules
|
|
3248
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3828
|
+
"../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
|
|
3249
3829
|
"../node_modules/@types/node/fs.d.ts",
|
|
3250
3830
|
"../node_modules/@types/node/process.d.ts",
|
|
3251
|
-
"../node_modules/@types/node/querystring.d.ts",
|
|
3252
3831
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3253
3832
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3254
3833
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3255
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3256
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3834
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3257
3835
|
],
|
|
3258
|
-
"../node_modules
|
|
3259
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3836
|
+
"../node_modules/typescript/lib/lib.es2018.d.ts": [
|
|
3260
3837
|
"../node_modules/@types/node/fs.d.ts",
|
|
3261
3838
|
"../node_modules/@types/node/process.d.ts",
|
|
3262
3839
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3263
3840
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3264
3841
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3265
|
-
"../node_modules/
|
|
3842
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3266
3843
|
],
|
|
3267
|
-
"../node_modules
|
|
3268
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3844
|
+
"../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
|
|
3269
3845
|
"../node_modules/@types/node/fs.d.ts",
|
|
3270
3846
|
"../node_modules/@types/node/process.d.ts",
|
|
3271
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3272
3847
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3273
3848
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3274
3849
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3275
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3276
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3850
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3277
3851
|
],
|
|
3278
|
-
"../node_modules
|
|
3279
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3852
|
+
"../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
|
|
3280
3853
|
"../node_modules/@types/node/fs.d.ts",
|
|
3281
3854
|
"../node_modules/@types/node/process.d.ts",
|
|
3282
3855
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3283
3856
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3284
3857
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3285
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3286
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3858
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3287
3859
|
],
|
|
3288
|
-
"../node_modules
|
|
3289
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3290
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3860
|
+
"../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
|
|
3291
3861
|
"../node_modules/@types/node/fs.d.ts",
|
|
3292
3862
|
"../node_modules/@types/node/process.d.ts",
|
|
3293
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3294
3863
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3295
3864
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3296
3865
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3297
|
-
"../node_modules/@types/node/
|
|
3298
|
-
"../node_modules/@types/node/util.d.ts",
|
|
3299
|
-
"../node_modules/@types/node/vm.d.ts",
|
|
3300
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3866
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3301
3867
|
],
|
|
3302
|
-
"../node_modules
|
|
3303
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3868
|
+
"../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
|
|
3304
3869
|
"../node_modules/@types/node/fs.d.ts",
|
|
3305
3870
|
"../node_modules/@types/node/process.d.ts",
|
|
3306
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3307
3871
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3308
3872
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3309
3873
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3310
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3311
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3312
|
-
],
|
|
3313
|
-
"../node_modules/@types/nodemailer/index.d.ts": [
|
|
3314
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3315
|
-
"../node_modules/@types/nodemailer/lib/json-transport.d.ts",
|
|
3316
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3317
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3318
|
-
"../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts",
|
|
3319
|
-
"../node_modules/@types/nodemailer/lib/ses-transport.d.ts",
|
|
3320
|
-
"../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts",
|
|
3321
|
-
"../node_modules/@types/nodemailer/lib/smtp-transport.d.ts",
|
|
3322
|
-
"../node_modules/@types/nodemailer/lib/stream-transport.d.ts"
|
|
3323
|
-
],
|
|
3324
|
-
"../node_modules/@types/nodemailer/lib/dkim/index.d.ts": [
|
|
3325
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3326
|
-
"../node_modules/@types/node/stream.d.ts"
|
|
3327
|
-
],
|
|
3328
|
-
"../node_modules/@types/nodemailer/lib/json-transport.d.ts": [
|
|
3329
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3330
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3331
|
-
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3332
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3333
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3334
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3335
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3336
|
-
],
|
|
3337
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts": [
|
|
3338
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3339
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3340
|
-
"../node_modules/@types/node/net.d.ts",
|
|
3341
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3342
|
-
"../node_modules/@types/node/url.d.ts",
|
|
3343
|
-
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3344
|
-
"../node_modules/@types/nodemailer/lib/dkim/index.d.ts",
|
|
3345
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3346
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3347
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3348
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
|
|
3349
|
-
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3350
|
-
],
|
|
3351
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts": [
|
|
3352
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3353
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3354
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3355
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts"
|
|
3356
|
-
],
|
|
3357
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts": [
|
|
3358
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3359
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3360
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3361
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
3362
|
-
],
|
|
3363
|
-
"../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts": [
|
|
3364
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3365
|
-
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3366
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3367
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3368
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3369
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3370
|
-
],
|
|
3371
|
-
"../node_modules/@types/nodemailer/lib/ses-transport.d.ts": [
|
|
3372
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3373
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3374
|
-
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3375
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3376
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3377
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3378
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3379
|
-
],
|
|
3380
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts": [
|
|
3381
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3382
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3383
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
3384
|
-
],
|
|
3385
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts": [
|
|
3386
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3387
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3388
|
-
"../node_modules/@types/node/net.d.ts",
|
|
3389
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3390
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
3391
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3392
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3393
|
-
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3394
|
-
],
|
|
3395
|
-
"../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts": [
|
|
3396
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3397
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3398
|
-
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3399
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3400
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3401
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3402
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3403
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
3404
|
-
],
|
|
3405
|
-
"../node_modules/@types/nodemailer/lib/smtp-transport.d.ts": [
|
|
3406
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3407
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3408
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3409
|
-
"../node_modules/@types/nodemailer/index.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/mime-node/index.d.ts",
|
|
3413
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
3414
|
-
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
|
|
3415
|
-
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
3416
|
-
],
|
|
3417
|
-
"../node_modules/@types/nodemailer/lib/stream-transport.d.ts": [
|
|
3418
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3419
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3420
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3421
|
-
"../node_modules/@types/nodemailer/index.d.ts",
|
|
3422
|
-
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
3423
|
-
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
3424
|
-
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
3425
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3426
|
-
],
|
|
3427
|
-
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts": [
|
|
3428
|
-
"../node_modules/@types/node/http.d.ts",
|
|
3429
|
-
"../node_modules/@types/node/index.d.ts",
|
|
3430
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3431
|
-
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
3432
|
-
],
|
|
3433
|
-
"../node_modules/@types/serve-static/index.d.ts": [
|
|
3434
|
-
"../node_modules/@types/mime/index.d.ts",
|
|
3435
|
-
"../node_modules/@types/node/http.d.ts",
|
|
3436
|
-
"../node_modules/@types/node/index.d.ts"
|
|
3874
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3437
3875
|
],
|
|
3438
|
-
"../node_modules/
|
|
3439
|
-
"../node_modules/@types/mongodb/index.d.ts",
|
|
3440
|
-
"../node_modules/@types/node/events.d.ts",
|
|
3876
|
+
"../node_modules/typescript/lib/lib.es5.d.ts": [
|
|
3441
3877
|
"../node_modules/@types/node/fs.d.ts",
|
|
3442
3878
|
"../node_modules/@types/node/process.d.ts",
|
|
3443
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
3444
3879
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3445
3880
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3446
3881
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3447
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3448
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3882
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3449
3883
|
],
|
|
3450
|
-
"../node_modules/
|
|
3451
|
-
"../node_modules/@types/mongoose/index.d.ts",
|
|
3884
|
+
"../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
|
|
3452
3885
|
"../node_modules/@types/node/fs.d.ts",
|
|
3453
3886
|
"../node_modules/@types/node/process.d.ts",
|
|
3454
3887
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3455
3888
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3456
3889
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3457
|
-
"../node_modules/@types/node/util.d.ts"
|
|
3458
|
-
"../node_modules/mongoose/index.d.ts"
|
|
3890
|
+
"../node_modules/@types/node/util.d.ts"
|
|
3459
3891
|
],
|
|
3460
3892
|
"../src/_constants/dynamobe-global.settings.ts": [
|
|
3461
3893
|
"../src/_models/dynamobe-global-settings.ts"
|
|
3462
3894
|
],
|
|
3463
|
-
"../src/_constants/fullstack/module-settings/usage-module-settings.ts": [
|
|
3464
|
-
"../src/_models/dynamo-module-settings.ts"
|
|
3465
|
-
],
|
|
3466
3895
|
"../src/_constants/index.ts": [
|
|
3467
|
-
"../src/_constants/dynamobe-global.settings.ts"
|
|
3468
|
-
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
3469
|
-
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
3470
|
-
"../src/_constants/fullstack/times.ts"
|
|
3896
|
+
"../src/_constants/dynamobe-global.settings.ts"
|
|
3471
3897
|
],
|
|
3472
3898
|
"../src/_enums/index.ts": [
|
|
3473
3899
|
"../src/_enums/data-model-type.enum.ts",
|
|
@@ -3483,8 +3909,8 @@
|
|
|
3483
3909
|
"../src/_enums/http/http-response-type.enum.ts"
|
|
3484
3910
|
],
|
|
3485
3911
|
"../src/_models/dynamobe-data-model-params.ts": [
|
|
3486
|
-
"../
|
|
3487
|
-
"../src/
|
|
3912
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
3913
|
+
"../src/_enums/data-model-type.enum.ts"
|
|
3488
3914
|
],
|
|
3489
3915
|
"../src/_models/dynamobe-endpoint-params.ts": [
|
|
3490
3916
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
@@ -3494,47 +3920,16 @@
|
|
|
3494
3920
|
"../src/_models/dynamobe-global-settings.ts": [
|
|
3495
3921
|
"../src/_enums/dynamobe-route-security.enum.ts"
|
|
3496
3922
|
],
|
|
3497
|
-
"../src/_models/fullstack/control-models/daily-usage-data.ts": [
|
|
3498
|
-
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
3499
|
-
],
|
|
3500
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts": [
|
|
3501
|
-
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
3502
|
-
],
|
|
3503
|
-
"../src/_models/fullstack/control-models/usage-data.ts": [
|
|
3504
|
-
"../src/_models/fullstack/control-models/usage-action.ts"
|
|
3505
|
-
],
|
|
3506
|
-
"../src/_models/fullstack/data-models/custom-data.ts": [
|
|
3507
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3508
|
-
"../src/_models/fullstack/data-models/metadata.ts"
|
|
3509
|
-
],
|
|
3510
|
-
"../src/_models/fullstack/data-models/usage-session.ts": [
|
|
3511
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3512
|
-
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
3513
|
-
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3514
|
-
"../src/_models/fullstack/data-models/metadata.ts"
|
|
3515
|
-
],
|
|
3516
3923
|
"../src/_models/index.ts": [
|
|
3517
3924
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
3518
3925
|
"../src/_models/dynamobe-app-params.ts",
|
|
3519
3926
|
"../src/_models/dynamobe-data-model-params.ts",
|
|
3520
3927
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
3521
|
-
"../src/_models/dynamobe-global-settings.ts"
|
|
3522
|
-
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
3523
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3524
|
-
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
3525
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3526
|
-
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
3527
|
-
"../src/_models/fullstack/control-models/location-coordinates.ts",
|
|
3528
|
-
"../src/_models/fullstack/control-models/usage-action.ts",
|
|
3529
|
-
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3530
|
-
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
3531
|
-
"../src/_models/fullstack/data-models/metadata.ts",
|
|
3532
|
-
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
3928
|
+
"../src/_models/dynamobe-global-settings.ts"
|
|
3533
3929
|
],
|
|
3534
3930
|
"../src/_modules/api-service.index.ts": [
|
|
3535
3931
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
3536
3932
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
3537
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3538
3933
|
"../src/_services/dynamobe-api.service.ts",
|
|
3539
3934
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
3540
3935
|
],
|
|
@@ -3550,7 +3945,6 @@
|
|
|
3550
3945
|
"../src/_services/dynamobe-shared.service.ts"
|
|
3551
3946
|
],
|
|
3552
3947
|
"../src/_modules/auth.index.ts": [
|
|
3553
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3554
3948
|
"../src/_services/dynamobe-auth.service.ts",
|
|
3555
3949
|
"../src/_services/dynamobe-shared.service.ts"
|
|
3556
3950
|
],
|
|
@@ -3560,19 +3954,14 @@
|
|
|
3560
3954
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
3561
3955
|
"../src/_services/dynamobe-controller.service.ts"
|
|
3562
3956
|
],
|
|
3563
|
-
"../src/_modules/data-models.index.ts": [
|
|
3564
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3565
|
-
"../src/_models/fullstack/data-models/metadata.ts"
|
|
3566
|
-
],
|
|
3567
3957
|
"../src/_modules/data-service.index.ts": [
|
|
3568
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3569
3958
|
"../src/_services/dynamobe-data.service.ts",
|
|
3570
3959
|
"../src/_services/dynamobe-db.service.ts",
|
|
3571
3960
|
"../src/_services/dynamobe-global.service.ts",
|
|
3572
3961
|
"../src/_services/dynamobe-shared.service.ts"
|
|
3573
3962
|
],
|
|
3574
3963
|
"../src/_modules/test/custom-data.service.ts": [
|
|
3575
|
-
"../
|
|
3964
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
3576
3965
|
"../src/_services/dynamobe-data.service.ts"
|
|
3577
3966
|
],
|
|
3578
3967
|
"../src/_modules/test/get-test-routing-module.ts": [
|
|
@@ -3580,7 +3969,6 @@
|
|
|
3580
3969
|
"../src/_services/dynamobe-routing-module.service.ts"
|
|
3581
3970
|
],
|
|
3582
3971
|
"../src/_modules/test/index.ts": [
|
|
3583
|
-
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
3584
3972
|
"../src/_modules/test/custom-data.service.ts",
|
|
3585
3973
|
"../src/_modules/test/get-test-routing-module.ts",
|
|
3586
3974
|
"../src/_modules/test/test-controller.ts"
|
|
@@ -3593,7 +3981,6 @@
|
|
|
3593
3981
|
"../src/_services/dynamobe-routing-module.service.ts"
|
|
3594
3982
|
],
|
|
3595
3983
|
"../src/_modules/usage/index.ts": [
|
|
3596
|
-
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
3597
3984
|
"../src/_modules/usage/get-usage-routing-module.ts",
|
|
3598
3985
|
"../src/_modules/usage/usage-controller.ts",
|
|
3599
3986
|
"../src/_modules/usage/usage.service.ts"
|
|
@@ -3602,10 +3989,8 @@
|
|
|
3602
3989
|
"../src/_services/dynamobe-controller.service.ts"
|
|
3603
3990
|
],
|
|
3604
3991
|
"../src/_modules/usage/usage.service.ts": [
|
|
3992
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
3605
3993
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
3606
|
-
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
3607
|
-
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3608
|
-
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
3609
3994
|
"../src/_services/dynamobe-data.service.ts"
|
|
3610
3995
|
],
|
|
3611
3996
|
"../src/_services/dynamobe-api.service.ts": [
|
|
@@ -3628,9 +4013,7 @@
|
|
|
3628
4013
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
3629
4014
|
],
|
|
3630
4015
|
"../src/_services/dynamobe-data.service.ts": [
|
|
3631
|
-
"../
|
|
3632
|
-
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
3633
|
-
"../src/_models/fullstack/data-models/metadata.ts",
|
|
4016
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
3634
4017
|
"../src/_services/dynamobe-db.service.ts"
|
|
3635
4018
|
],
|
|
3636
4019
|
"../src/_services/dynamobe-db-service-collection.service.ts": [
|
|
@@ -3638,9 +4021,8 @@
|
|
|
3638
4021
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
3639
4022
|
],
|
|
3640
4023
|
"../src/_services/dynamobe-db.service.ts": [
|
|
3641
|
-
"../node_modules/
|
|
3642
|
-
"../
|
|
3643
|
-
"../src/_models/fullstack/data-models/metadata.ts"
|
|
4024
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
4025
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3644
4026
|
],
|
|
3645
4027
|
"../src/_services/dynamobe-email-service-collection.service.ts": [
|
|
3646
4028
|
"../src/_services/dynamobe-email.service.ts",
|
|
@@ -3650,8 +4032,7 @@
|
|
|
3650
4032
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts"
|
|
3651
4033
|
],
|
|
3652
4034
|
"../src/_services/dynamobe-global.service.ts": [
|
|
3653
|
-
"../
|
|
3654
|
-
"../src/_models/fullstack/data-models/metadata.ts",
|
|
4035
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
3655
4036
|
"../src/_services/dynamobe-auth.service.ts",
|
|
3656
4037
|
"../src/_services/dynamobe-db-service-collection.service.ts",
|
|
3657
4038
|
"../src/_services/dynamobe-db.service.ts",
|
|
@@ -3665,13 +4046,13 @@
|
|
|
3665
4046
|
"../src/_services/dynamobe-controller.service.ts"
|
|
3666
4047
|
],
|
|
3667
4048
|
"../src/_services/dynamobe-shared-be.service.ts": [
|
|
4049
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
3668
4050
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
3669
|
-
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
3670
4051
|
"../src/_services/dynamobe-shared.service.ts"
|
|
3671
4052
|
],
|
|
3672
4053
|
"../src/_services/dynamobe-shared.service.ts": [
|
|
3673
|
-
"../
|
|
3674
|
-
"../src/
|
|
4054
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
4055
|
+
"../src/_enums/log-style.enum.ts"
|
|
3675
4056
|
],
|
|
3676
4057
|
"../src/_services/index.ts": [
|
|
3677
4058
|
"../src/_services/dynamobe-api.service.ts",
|
|
@@ -3699,6 +4080,23 @@
|
|
|
3699
4080
|
]
|
|
3700
4081
|
},
|
|
3701
4082
|
"semanticDiagnosticsPerFile": [
|
|
4083
|
+
"../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
|
|
4084
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts",
|
|
4085
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts",
|
|
4086
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts",
|
|
4087
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts",
|
|
4088
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
|
|
4089
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
|
|
4090
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
|
|
4091
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts",
|
|
4092
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
|
|
4093
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts",
|
|
4094
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
|
|
4095
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
|
|
4096
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts",
|
|
4097
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
|
|
4098
|
+
"../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
|
|
4099
|
+
"../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
|
|
3702
4100
|
"../node_modules/@types/body-parser/index.d.ts",
|
|
3703
4101
|
"../node_modules/@types/bson/index.d.ts",
|
|
3704
4102
|
"../node_modules/@types/connect/index.d.ts",
|
|
@@ -3808,9 +4206,6 @@
|
|
|
3808
4206
|
"../node_modules/typescript/lib/lib.es5.d.ts",
|
|
3809
4207
|
"../node_modules/typescript/lib/lib.esnext.intl.d.ts",
|
|
3810
4208
|
"../src/_constants/dynamobe-global.settings.ts",
|
|
3811
|
-
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
3812
|
-
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
3813
|
-
"../src/_constants/fullstack/times.ts",
|
|
3814
4209
|
"../src/_constants/index.ts",
|
|
3815
4210
|
"../src/_enums/data-model-type.enum.ts",
|
|
3816
4211
|
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
@@ -3826,23 +4221,11 @@
|
|
|
3826
4221
|
"../src/_models/dynamobe-data-model-params.ts",
|
|
3827
4222
|
"../src/_models/dynamobe-endpoint-params.ts",
|
|
3828
4223
|
"../src/_models/dynamobe-global-settings.ts",
|
|
3829
|
-
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
3830
|
-
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3831
|
-
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
3832
|
-
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3833
|
-
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
3834
|
-
"../src/_models/fullstack/control-models/location-coordinates.ts",
|
|
3835
|
-
"../src/_models/fullstack/control-models/usage-action.ts",
|
|
3836
|
-
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3837
|
-
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
3838
|
-
"../src/_models/fullstack/data-models/metadata.ts",
|
|
3839
|
-
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
3840
4224
|
"../src/_models/index.ts",
|
|
3841
4225
|
"../src/_modules/api-service.index.ts",
|
|
3842
4226
|
"../src/_modules/app.index.ts",
|
|
3843
4227
|
"../src/_modules/auth.index.ts",
|
|
3844
4228
|
"../src/_modules/controller.index.ts",
|
|
3845
|
-
"../src/_modules/data-models.index.ts",
|
|
3846
4229
|
"../src/_modules/data-service.index.ts",
|
|
3847
4230
|
"../src/_modules/test/custom-data.service.ts",
|
|
3848
4231
|
"../src/_modules/test/get-test-routing-module.ts",
|