@futdevpro/nts-dynamo 1.3.68 → 1.3.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_constants/fullstack/module-settings/test-module-settings.d.ts +3 -0
- package/lib/_constants/fullstack/module-settings/test-module-settings.d.ts.map +1 -0
- package/lib/_constants/fullstack/module-settings/test-module-settings.js +16 -0
- package/lib/_constants/fullstack/module-settings/test-module-settings.js.map +1 -0
- package/lib/_constants/fullstack/module-settings/usage-module-settings.d.ts +3 -0
- package/lib/_constants/fullstack/module-settings/usage-module-settings.d.ts.map +1 -0
- package/lib/_constants/fullstack/module-settings/usage-module-settings.js +13 -0
- package/lib/_constants/fullstack/module-settings/usage-module-settings.js.map +1 -0
- package/lib/_models/dynamo-module-settings.d.ts +7 -0
- package/lib/_models/dynamo-module-settings.d.ts.map +1 -0
- package/lib/_models/dynamo-module-settings.js +3 -0
- package/lib/_models/dynamo-module-settings.js.map +1 -0
- 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-endpoint-params.d.ts +30 -0
- package/lib/_models/dynamobe-endpoint-params.d.ts.map +1 -0
- package/lib/_models/dynamobe-endpoint-params.js +95 -0
- package/lib/_models/dynamobe-endpoint-params.js.map +1 -0
- package/lib/_models/fullstack/control-models/daily-usage-data.d.ts +18 -0
- package/lib/_models/fullstack/control-models/daily-usage-data.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/daily-usage-data.js +22 -0
- package/lib/_models/fullstack/control-models/daily-usage-data.js.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-params.d.ts +11 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-params.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-params.js +12 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-params.js.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.d.ts +28 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.js +67 -0
- package/lib/_models/fullstack/control-models/dynamobe-data-property-params.js.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-error.d.ts +18 -0
- package/lib/_models/fullstack/control-models/dynamobe-error.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/dynamobe-error.js +188 -0
- package/lib/_models/fullstack/control-models/dynamobe-error.js.map +1 -0
- package/lib/_models/fullstack/control-models/geo-ip-location.d.ts +26 -0
- package/lib/_models/fullstack/control-models/geo-ip-location.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/geo-ip-location.js +3 -0
- package/lib/_models/fullstack/control-models/geo-ip-location.js.map +1 -0
- package/lib/_models/fullstack/control-models/usage-action.d.ts +9 -0
- package/lib/_models/fullstack/control-models/usage-action.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/usage-action.js +13 -0
- package/lib/_models/fullstack/control-models/usage-action.js.map +1 -0
- package/lib/_models/fullstack/control-models/usage-data.d.ts +14 -0
- package/lib/_models/fullstack/control-models/usage-data.d.ts.map +1 -0
- package/lib/_models/fullstack/control-models/usage-data.js +16 -0
- package/lib/_models/fullstack/control-models/usage-data.js.map +1 -0
- package/lib/_models/fullstack/data-models/custom-data.d.ts +16 -0
- package/lib/_models/fullstack/data-models/custom-data.d.ts.map +1 -0
- package/lib/_models/fullstack/data-models/custom-data.js +28 -0
- package/lib/_models/fullstack/data-models/custom-data.js.map +1 -0
- package/lib/_models/fullstack/data-models/metadata.d.ts +17 -0
- package/lib/_models/fullstack/data-models/metadata.d.ts.map +1 -0
- package/lib/_models/fullstack/data-models/metadata.js +17 -0
- package/lib/_models/fullstack/data-models/metadata.js.map +1 -0
- package/lib/_models/fullstack/data-models/usage-session.d.ts +34 -0
- package/lib/_models/fullstack/data-models/usage-session.d.ts.map +1 -0
- package/lib/_models/fullstack/data-models/usage-session.js +53 -0
- package/lib/_models/fullstack/data-models/usage-session.js.map +1 -0
- package/lib/_models/fullstack-models/control-models/daily-usage-data.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/daily-usage-data.js.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-data-params.js.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-data-property-params.js.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-error.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-error.js.map +1 -1
- package/lib/_models/fullstack-models/control-models/geo-ip-location.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/geo-ip-location.js.map +1 -1
- package/lib/_models/fullstack-models/control-models/usage-action.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/usage-action.js.map +1 -1
- package/lib/_models/fullstack-models/control-models/usage-data.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/usage-data.js.map +1 -1
- package/lib/_models/fullstack-models/data-models/custom-data.d.ts.map +1 -1
- package/lib/_models/fullstack-models/data-models/custom-data.js.map +1 -1
- package/lib/_models/fullstack-models/data-models/metadata.d.ts.map +1 -1
- package/lib/_models/fullstack-models/data-models/metadata.js.map +1 -1
- package/lib/_models/fullstack-models/data-models/usage-session.d.ts.map +1 -1
- package/lib/_models/fullstack-models/data-models/usage-session.js.map +1 -1
- package/lib/_models/index.d.ts +11 -11
- package/lib/_models/index.d.ts.map +1 -1
- package/lib/_models/index.js +12 -23
- package/lib/_models/index.js.map +1 -1
- package/lib/_modules/test/custom-data.service.d.ts +6 -0
- package/lib/_modules/test/custom-data.service.d.ts.map +1 -0
- package/lib/_modules/test/custom-data.service.js +12 -0
- package/lib/_modules/test/custom-data.service.js.map +1 -0
- package/lib/_modules/test/index.d.ts +4 -0
- package/lib/_modules/test/index.d.ts.map +1 -0
- package/lib/_modules/test/index.js +8 -0
- package/lib/_modules/test/index.js.map +1 -0
- package/lib/_modules/test/test-controller.d.ts +6 -0
- package/lib/_modules/test/test-controller.d.ts.map +1 -0
- package/lib/_modules/test/test-controller.js +127 -0
- package/lib/_modules/test/test-controller.js.map +1 -0
- package/lib/_modules/test/test-routing-module.d.ts +3 -0
- package/lib/_modules/test/test-routing-module.d.ts.map +1 -0
- package/lib/_modules/test/test-routing-module.js +10 -0
- package/lib/_modules/test/test-routing-module.js.map +1 -0
- package/lib/_modules/test-route/custom-data.service.d.ts +1 -1
- package/lib/_modules/test-route/custom-data.service.js +1 -1
- package/lib/_modules/usage/index.d.ts +4 -0
- package/lib/_modules/usage/index.d.ts.map +1 -0
- package/lib/_modules/usage/index.js +8 -0
- package/lib/_modules/usage/index.js.map +1 -0
- package/lib/_modules/usage/usage-controller.d.ts +7 -0
- package/lib/_modules/usage/usage-controller.d.ts.map +1 -0
- package/lib/_modules/usage/usage-controller.js +90 -0
- package/lib/_modules/usage/usage-controller.js.map +1 -0
- package/lib/_modules/usage/usage-routing-module.d.ts +3 -0
- package/lib/_modules/usage/usage-routing-module.d.ts.map +1 -0
- package/lib/_modules/usage/usage-routing-module.js +10 -0
- package/lib/_modules/usage/usage-routing-module.js.map +1 -0
- package/lib/_modules/usage/usage.service.d.ts +19 -0
- package/lib/_modules/usage/usage.service.d.ts.map +1 -0
- package/lib/_modules/usage/usage.service.js +110 -0
- package/lib/_modules/usage/usage.service.js.map +1 -0
- package/lib/_modules/usage-route/usage-controller.js +1 -1
- package/lib/_modules/usage-route/usage.service.d.ts +3 -3
- package/lib/_modules/usage-route/usage.service.js +3 -3
- package/lib/_services/dynamobe-api.service.js +1 -1
- package/lib/_services/dynamobe-api.service.js.map +1 -1
- package/lib/_services/dynamobe-app.d.ts.map +1 -1
- package/lib/_services/dynamobe-app.js +11 -9
- package/lib/_services/dynamobe-app.js.map +1 -1
- package/lib/_services/dynamobe-auth.service.js +1 -1
- package/lib/_services/dynamobe-auth.service.js.map +1 -1
- package/lib/_services/dynamobe-controller.service.d.ts +1 -1
- package/lib/_services/dynamobe-controller.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-data.service.d.ts +3 -3
- package/lib/_services/dynamobe-data.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-data.service.js +1 -1
- package/lib/_services/dynamobe-data.service.js.map +1 -1
- package/lib/_services/dynamobe-db.service.d.ts +2 -2
- package/lib/_services/dynamobe-db.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-db.service.js +1 -1
- 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 +1 -2
- package/lib/_services/dynamobe-email.service.js.map +1 -1
- package/lib/_services/dynamobe-global.service.d.ts +2 -2
- package/lib/_services/dynamobe-global.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-routing-module.service.d.ts +1 -1
- package/lib/_services/dynamobe-routing-module.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-routing-module.service.js +1 -1
- package/lib/_services/dynamobe-routing-module.service.js.map +1 -1
- package/lib/_services/dynamobe-shared.service.d.ts +2 -2
- package/lib/_services/dynamobe-shared.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-shared.service.js +22 -13
- package/lib/_services/dynamobe-shared.service.js.map +1 -1
- package/lib/_services/index.d.ts +0 -1
- package/lib/_services/index.d.ts.map +1 -1
- package/lib/_services/index.js +0 -1
- package/lib/_services/index.js.map +1 -1
- package/lib/api-service.d.ts +6 -0
- package/lib/api-service.d.ts.map +1 -0
- package/lib/api-service.js +12 -0
- package/lib/api-service.js.map +1 -0
- package/lib/app.d.ts +11 -0
- package/lib/app.d.ts.map +1 -0
- package/lib/app.js +17 -0
- package/lib/app.js.map +1 -0
- package/lib/controller.d.ts +5 -0
- package/lib/controller.d.ts.map +1 -0
- package/lib/controller.js +11 -0
- package/lib/controller.js.map +1 -0
- package/lib/data-models.d.ts +3 -0
- package/lib/data-models.d.ts.map +1 -0
- package/lib/data-models.js +6 -0
- package/lib/data-models.js.map +1 -0
- package/lib/data-service.d.ts +6 -0
- package/lib/data-service.d.ts.map +1 -0
- package/lib/data-service.js +11 -0
- package/lib/data-service.js.map +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +2328 -644
- package/package.json +89 -31
- package/src/_constants/fullstack/module-settings/test-module-settings.ts +14 -0
- package/src/_constants/fullstack/module-settings/usage-module-settings.ts +12 -0
- package/src/_models/dynamo-module-settings.ts +8 -0
- package/src/_models/dynamobe-data-model-params.ts +1 -1
- package/src/_models/index.ts +12 -24
- package/src/_modules/{test-route → test}/custom-data.service.ts +1 -1
- package/src/_modules/test/index.ts +6 -0
- package/src/_modules/{test-route → test}/test-controller.ts +8 -7
- package/src/_modules/test/test-routing-module.ts +7 -0
- package/src/_modules/usage/index.ts +6 -0
- package/src/_modules/{usage-route → usage}/usage-controller.ts +5 -4
- package/src/_modules/usage/usage-routing-module.ts +7 -0
- package/src/_modules/{usage-route → usage}/usage.service.ts +4 -4
- package/src/_services/dynamobe-api.service.ts +1 -1
- package/src/_services/dynamobe-app.ts +12 -10
- package/src/_services/dynamobe-auth.service.ts +1 -1
- package/src/_services/dynamobe-controller.service.ts +1 -1
- package/src/_services/dynamobe-data.service.ts +4 -4
- package/src/_services/dynamobe-db.service.ts +4 -4
- package/src/_services/dynamobe-email.service.ts +2 -4
- package/src/_services/dynamobe-global.service.ts +2 -2
- package/src/_services/dynamobe-routing-module.service.ts +2 -2
- package/src/_services/dynamobe-shared.service.ts +23 -15
- package/src/_services/index.ts +0 -1
- package/src/api-service.ts +11 -0
- package/src/app.ts +16 -0
- package/src/controller.ts +10 -0
- package/src/data-models.ts +3 -0
- package/src/data-service.ts +9 -0
- package/src/index.ts +1 -1
- package/src/sync.ffs_db +0 -0
- package/src/version.json +1 -1
- package/tsconfig.json +6 -4
- package/src/_modules/index.ts +0 -7
- package/src/_services/dynamobe-global-collection.service.ts +0 -57
- package/src/_services/dynamobe-server.ts +0 -226
- /package/src/_models/{dynamobe-endpoint-control.ts → dynamobe-endpoint-params.ts} +0 -0
- /package/src/_models/{fullstack-models → fullstack}/control-models/daily-usage-data.ts +0 -0
- /package/src/_models/{fullstack-models → fullstack}/control-models/dynamobe-data-params.ts +0 -0
- /package/src/_models/{fullstack-models → fullstack}/control-models/dynamobe-data-property-params.ts +0 -0
- /package/src/_models/{fullstack-models → fullstack}/control-models/dynamobe-error.ts +0 -0
- /package/src/_models/{fullstack-models → fullstack}/control-models/geo-ip-location.ts +0 -0
- /package/src/_models/{fullstack-models → fullstack}/control-models/usage-action.ts +0 -0
- /package/src/_models/{fullstack-models → fullstack}/control-models/usage-data.ts +0 -0
- /package/src/_models/{fullstack-models → fullstack}/data-models/custom-data.ts +0 -0
- /package/src/_models/{fullstack-models → fullstack}/data-models/metadata.ts +0 -0
- /package/src/_models/{fullstack-models → fullstack}/data-models/usage-session.ts +0 -0
package/lib/tsconfig.tsbuildinfo
CHANGED
|
@@ -142,43 +142,13 @@
|
|
|
142
142
|
"affectsGlobalScope": true
|
|
143
143
|
},
|
|
144
144
|
"../node_modules/tslib/tslib.d.ts": {
|
|
145
|
-
"version": "
|
|
146
|
-
"signature": "
|
|
145
|
+
"version": "9eb0ae9fa333acfc2dcbe6a7eaa2ab8be46b97ca259982c797c39167823235d5",
|
|
146
|
+
"signature": "9eb0ae9fa333acfc2dcbe6a7eaa2ab8be46b97ca259982c797c39167823235d5",
|
|
147
147
|
"affectsGlobalScope": false
|
|
148
148
|
},
|
|
149
|
-
"../
|
|
150
|
-
"version": "
|
|
151
|
-
"signature": "
|
|
152
|
-
"affectsGlobalScope": false
|
|
153
|
-
},
|
|
154
|
-
"../src/_models/dynamobe-global-settings.ts": {
|
|
155
|
-
"version": "aaa3527474b056626ad000bf8fb076de3dce217efab490f9d42bc385d8677cb9",
|
|
156
|
-
"signature": "fb387e484f7eab1268be576aeb48beb0188a600a6b5987a9b0801f8a08f38c29",
|
|
157
|
-
"affectsGlobalScope": false
|
|
158
|
-
},
|
|
159
|
-
"../src/dynamobe-global.settings.ts": {
|
|
160
|
-
"version": "9eb9d0eac08867e5e14507f6d079972537e01774fa791483e1e1e2e022fd2abd",
|
|
161
|
-
"signature": "9cf53dee82685e9f79477476828eb65ef2bed364cee3e39e858fdf81cef0c6a2",
|
|
162
|
-
"affectsGlobalScope": false
|
|
163
|
-
},
|
|
164
|
-
"../src/_enums/data-model-type.enum.ts": {
|
|
165
|
-
"version": "17d3b646a98bd788ea718b31249b4d3f53d37be1c18890520f940658d2d45b45",
|
|
166
|
-
"signature": "58db1bde43f232985d47f296cec0e0c9e09b30c2a24d28a0aee8d4dfc25f1de8",
|
|
167
|
-
"affectsGlobalScope": false
|
|
168
|
-
},
|
|
169
|
-
"../src/_enums/dynamobe-data-service-function.enum.ts": {
|
|
170
|
-
"version": "0f160fdc3443beb6b1d26a0ea5580f249534d4529106e66cef65cb35e8909686",
|
|
171
|
-
"signature": "4d907aecc9fc8792084d856615a16830aff454a3d09d8769c677174926c88af0",
|
|
172
|
-
"affectsGlobalScope": false
|
|
173
|
-
},
|
|
174
|
-
"../src/_enums/log-style.enum.ts": {
|
|
175
|
-
"version": "27f6c4b16a83f0eb1cb5cfd59e0e525bc046a1c03b5e87655631fb4ab589a197",
|
|
176
|
-
"signature": "c26555c149dcd8b1647cce3f4bc4fbf2e14a0cdc63151dbb2cba5355c7409979",
|
|
177
|
-
"affectsGlobalScope": false
|
|
178
|
-
},
|
|
179
|
-
"../src/_enums/predefined-data-types.enum.ts": {
|
|
180
|
-
"version": "423c245fde7982aa6f291d3cd3c12cec5d817440b18704ff1e6345a8903b61fc",
|
|
181
|
-
"signature": "851278fad995b1635e0a790c798edb987ea4e9313f40aa17395a8220afb720f3",
|
|
149
|
+
"../node_modules/axios/index.d.ts": {
|
|
150
|
+
"version": "3154a026075044aa102298fe9e6a7a14aaa26a06270680c7478a1765af8ffb09",
|
|
151
|
+
"signature": "3154a026075044aa102298fe9e6a7a14aaa26a06270680c7478a1765af8ffb09",
|
|
182
152
|
"affectsGlobalScope": false
|
|
183
153
|
},
|
|
184
154
|
"../src/_enums/http/http-call-type.enum.ts": {
|
|
@@ -191,254 +161,274 @@
|
|
|
191
161
|
"signature": "4688eb04092632cc04ce589e6674671476b940baa6409701345b22b55e5302fc",
|
|
192
162
|
"affectsGlobalScope": false
|
|
193
163
|
},
|
|
194
|
-
"../src/_enums/index.ts": {
|
|
195
|
-
"version": "b6b9b68ed43d4004b90363f6a1436887957dec31818ae1b19858c05ad939fa40",
|
|
196
|
-
"signature": "c777e4d5efec12219f2f7bdcca7cfea6dd0d865a8832cf12f3f86cf484124c62",
|
|
197
|
-
"affectsGlobalScope": false
|
|
198
|
-
},
|
|
199
164
|
"../src/_models/dynamobe-api-call-params.ts": {
|
|
200
165
|
"version": "990432e36206bd469ea73cd769d9d7e3b89d00bdfaf8c0b3ee11b25de4381074",
|
|
201
166
|
"signature": "90004194c2e11e5a61abfb032e04bb2ae249b3dcdbcdb29601539d0ee286e882",
|
|
202
167
|
"affectsGlobalScope": false
|
|
203
168
|
},
|
|
204
|
-
"../src/_models/dynamobe-
|
|
205
|
-
"version": "622ea6a9647f3dab6b0b727ed3c5d639d9671be16f24cd061b63640217f92e76",
|
|
206
|
-
"signature": "99502ca12eb62c51fcbe5f1f3a40493f2e9b88fae5eb28e9b8d8a90affdfdfb2",
|
|
207
|
-
"affectsGlobalScope": false
|
|
208
|
-
},
|
|
209
|
-
"../src/_models/fullstack-models/control-models/dynamobe-error.ts": {
|
|
169
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts": {
|
|
210
170
|
"version": "3c5d63a287f44678ad717d4ecd2fcb0e0c0d41fe0fb3cf1fc20895822757bbb6",
|
|
211
171
|
"signature": "7188098247473746aca2c9d01f1959c3a82aed0d9a9c1be68eb1a3d606cf61fe",
|
|
212
172
|
"affectsGlobalScope": false
|
|
213
173
|
},
|
|
214
|
-
"../src/_models/fullstack-models/control-models/dynamobe-data-property-params.ts": {
|
|
215
|
-
"version": "04b21fd0a6615bc345c2601df041450af06883349222780e4aa5fc2fc0df7c37",
|
|
216
|
-
"signature": "fc154285557eb1a3c5ec287b13f1974ce3ded24d1942ae22db1fc2b327f4e1de",
|
|
217
|
-
"affectsGlobalScope": false
|
|
218
|
-
},
|
|
219
|
-
"../src/_models/dynamobe-data-model-params.ts": {
|
|
220
|
-
"version": "f1e99cfc20752ca1a0643dc82561af5e53f8e6d8c6c08ec5bd7d1fe4a4bf069f",
|
|
221
|
-
"signature": "ff9f1e08a73404faa2171bc8b026496a66a116372a8f6ae773182ba18eb013ec",
|
|
222
|
-
"affectsGlobalScope": false
|
|
223
|
-
},
|
|
224
|
-
"../node_modules/@types/node/assert.d.ts": {
|
|
225
|
-
"version": "4c2c4f53e8eedd970f8afa369d7371544fb6231bf95e659f8602e09abe74d5a5",
|
|
226
|
-
"signature": "4c2c4f53e8eedd970f8afa369d7371544fb6231bf95e659f8602e09abe74d5a5",
|
|
227
|
-
"affectsGlobalScope": false
|
|
228
|
-
},
|
|
229
174
|
"../node_modules/@types/node/globals.d.ts": {
|
|
230
|
-
"version": "
|
|
231
|
-
"signature": "
|
|
175
|
+
"version": "6fc83519155969f2457d2454908d68830a6f6480974914c024eaf4e3248a2fd1",
|
|
176
|
+
"signature": "6fc83519155969f2457d2454908d68830a6f6480974914c024eaf4e3248a2fd1",
|
|
232
177
|
"affectsGlobalScope": true
|
|
233
178
|
},
|
|
234
179
|
"../node_modules/@types/node/async_hooks.d.ts": {
|
|
235
|
-
"version": "
|
|
236
|
-
"signature": "
|
|
180
|
+
"version": "4ed9f71ddbb5753771ee391f64297078a88f7dfd1480646dcf08c31395778682",
|
|
181
|
+
"signature": "4ed9f71ddbb5753771ee391f64297078a88f7dfd1480646dcf08c31395778682",
|
|
237
182
|
"affectsGlobalScope": false
|
|
238
183
|
},
|
|
239
184
|
"../node_modules/@types/node/buffer.d.ts": {
|
|
240
|
-
"version": "
|
|
241
|
-
"signature": "
|
|
185
|
+
"version": "bc6a78961535181265845bf9b9e8a147ffd0ca275097ceb670a9b92afa825152",
|
|
186
|
+
"signature": "bc6a78961535181265845bf9b9e8a147ffd0ca275097ceb670a9b92afa825152",
|
|
242
187
|
"affectsGlobalScope": false
|
|
243
188
|
},
|
|
244
189
|
"../node_modules/@types/node/child_process.d.ts": {
|
|
245
|
-
"version": "
|
|
246
|
-
"signature": "
|
|
190
|
+
"version": "714e21572208da98a16594de5e42ee54dbbebca7e69e956d2dac010564378c45",
|
|
191
|
+
"signature": "714e21572208da98a16594de5e42ee54dbbebca7e69e956d2dac010564378c45",
|
|
247
192
|
"affectsGlobalScope": false
|
|
248
193
|
},
|
|
249
194
|
"../node_modules/@types/node/cluster.d.ts": {
|
|
250
|
-
"version": "
|
|
251
|
-
"signature": "
|
|
195
|
+
"version": "123ec69e4b3a686eb49afd94ebe3292a5c84a867ecbcb6bb84bdd720a12af803",
|
|
196
|
+
"signature": "123ec69e4b3a686eb49afd94ebe3292a5c84a867ecbcb6bb84bdd720a12af803",
|
|
252
197
|
"affectsGlobalScope": false
|
|
253
198
|
},
|
|
254
199
|
"../node_modules/@types/node/console.d.ts": {
|
|
255
|
-
"version": "
|
|
256
|
-
"signature": "
|
|
200
|
+
"version": "51851805d06a6878796c3a00ccf0839fe18111a38d1bae84964c269f16bcc2b7",
|
|
201
|
+
"signature": "51851805d06a6878796c3a00ccf0839fe18111a38d1bae84964c269f16bcc2b7",
|
|
257
202
|
"affectsGlobalScope": true
|
|
258
203
|
},
|
|
259
204
|
"../node_modules/@types/node/constants.d.ts": {
|
|
260
|
-
"version": "
|
|
261
|
-
"signature": "
|
|
205
|
+
"version": "90c85ddbb8de82cd19198bda062065fc51b7407c0f206f2e399e65a52e979720",
|
|
206
|
+
"signature": "90c85ddbb8de82cd19198bda062065fc51b7407c0f206f2e399e65a52e979720",
|
|
262
207
|
"affectsGlobalScope": false
|
|
263
208
|
},
|
|
264
209
|
"../node_modules/@types/node/crypto.d.ts": {
|
|
265
|
-
"version": "
|
|
266
|
-
"signature": "
|
|
210
|
+
"version": "bc99370962c617000b3f66ba97426142bf49daa5467c081c64a57ad7bc6bcc14",
|
|
211
|
+
"signature": "bc99370962c617000b3f66ba97426142bf49daa5467c081c64a57ad7bc6bcc14",
|
|
267
212
|
"affectsGlobalScope": false
|
|
268
213
|
},
|
|
269
214
|
"../node_modules/@types/node/dgram.d.ts": {
|
|
270
|
-
"version": "
|
|
271
|
-
"signature": "
|
|
215
|
+
"version": "7ecfe97b43aa6c8b8f90caa599d5648bb559962e74e6f038f73a77320569dd78",
|
|
216
|
+
"signature": "7ecfe97b43aa6c8b8f90caa599d5648bb559962e74e6f038f73a77320569dd78",
|
|
272
217
|
"affectsGlobalScope": false
|
|
273
218
|
},
|
|
274
219
|
"../node_modules/@types/node/dns.d.ts": {
|
|
275
|
-
"version": "
|
|
276
|
-
"signature": "
|
|
220
|
+
"version": "7db7569fbb3e2b01ba8751c761cdd3f0debd104170d5665b7dc20a11630df3a9",
|
|
221
|
+
"signature": "7db7569fbb3e2b01ba8751c761cdd3f0debd104170d5665b7dc20a11630df3a9",
|
|
277
222
|
"affectsGlobalScope": false
|
|
278
223
|
},
|
|
279
224
|
"../node_modules/@types/node/domain.d.ts": {
|
|
280
|
-
"version": "
|
|
281
|
-
"signature": "
|
|
225
|
+
"version": "cde4d7f6274468180fa39847b183aec22626e8212ff885d535c53f4cd7c225fd",
|
|
226
|
+
"signature": "cde4d7f6274468180fa39847b183aec22626e8212ff885d535c53f4cd7c225fd",
|
|
282
227
|
"affectsGlobalScope": true
|
|
283
228
|
},
|
|
284
229
|
"../node_modules/@types/node/events.d.ts": {
|
|
285
|
-
"version": "
|
|
286
|
-
"signature": "
|
|
230
|
+
"version": "072b0ac82ae8fe05b0d4f2eadb7f6edd0ebd84175ecad2f9e09261290a86bcee",
|
|
231
|
+
"signature": "072b0ac82ae8fe05b0d4f2eadb7f6edd0ebd84175ecad2f9e09261290a86bcee",
|
|
287
232
|
"affectsGlobalScope": true
|
|
288
233
|
},
|
|
289
234
|
"../node_modules/@types/node/fs.d.ts": {
|
|
290
|
-
"version": "
|
|
291
|
-
"signature": "
|
|
235
|
+
"version": "5a1eba6d050430241b27463e4917e1d30d3f5e242f47cab42619e4f7c5dea486",
|
|
236
|
+
"signature": "5a1eba6d050430241b27463e4917e1d30d3f5e242f47cab42619e4f7c5dea486",
|
|
292
237
|
"affectsGlobalScope": false
|
|
293
238
|
},
|
|
294
239
|
"../node_modules/@types/node/fs/promises.d.ts": {
|
|
295
|
-
"version": "
|
|
296
|
-
"signature": "
|
|
240
|
+
"version": "fb28748ff8d015f52e99daee4f454e57cec1a22141f1257c317f3630a15edeb7",
|
|
241
|
+
"signature": "fb28748ff8d015f52e99daee4f454e57cec1a22141f1257c317f3630a15edeb7",
|
|
297
242
|
"affectsGlobalScope": false
|
|
298
243
|
},
|
|
299
244
|
"../node_modules/@types/node/http.d.ts": {
|
|
300
|
-
"version": "
|
|
301
|
-
"signature": "
|
|
245
|
+
"version": "27534007150d3d80f12fe48dc815b32bf9b92a7de058b52bfc21a256e9d18966",
|
|
246
|
+
"signature": "27534007150d3d80f12fe48dc815b32bf9b92a7de058b52bfc21a256e9d18966",
|
|
302
247
|
"affectsGlobalScope": false
|
|
303
248
|
},
|
|
304
249
|
"../node_modules/@types/node/http2.d.ts": {
|
|
305
|
-
"version": "
|
|
306
|
-
"signature": "
|
|
250
|
+
"version": "5d9394b829cfd504b2fe17287aaad8ce1dcfb2a2183c962a90a85b96da2c1c90",
|
|
251
|
+
"signature": "5d9394b829cfd504b2fe17287aaad8ce1dcfb2a2183c962a90a85b96da2c1c90",
|
|
307
252
|
"affectsGlobalScope": false
|
|
308
253
|
},
|
|
309
254
|
"../node_modules/@types/node/https.d.ts": {
|
|
310
|
-
"version": "
|
|
311
|
-
"signature": "
|
|
255
|
+
"version": "c969bf4c7cdfe4d5dd28aa09432f99d09ad1d8d8b839959646579521d0467d1a",
|
|
256
|
+
"signature": "c969bf4c7cdfe4d5dd28aa09432f99d09ad1d8d8b839959646579521d0467d1a",
|
|
312
257
|
"affectsGlobalScope": false
|
|
313
258
|
},
|
|
314
259
|
"../node_modules/@types/node/inspector.d.ts": {
|
|
315
|
-
"version": "
|
|
316
|
-
"signature": "
|
|
260
|
+
"version": "6c3857edaeeaaf43812f527830ebeece9266b6e8eb5271ab6d2f0008306c9947",
|
|
261
|
+
"signature": "6c3857edaeeaaf43812f527830ebeece9266b6e8eb5271ab6d2f0008306c9947",
|
|
317
262
|
"affectsGlobalScope": false
|
|
318
263
|
},
|
|
319
264
|
"../node_modules/@types/node/module.d.ts": {
|
|
320
|
-
"version": "
|
|
321
|
-
"signature": "
|
|
265
|
+
"version": "bc6a77e750f4d34584e46b1405b771fb69a224197dd6bafe5b0392a29a70b665",
|
|
266
|
+
"signature": "bc6a77e750f4d34584e46b1405b771fb69a224197dd6bafe5b0392a29a70b665",
|
|
322
267
|
"affectsGlobalScope": false
|
|
323
268
|
},
|
|
324
269
|
"../node_modules/@types/node/net.d.ts": {
|
|
325
|
-
"version": "
|
|
326
|
-
"signature": "
|
|
270
|
+
"version": "46cac76114704902baa535b30fb66a26aeaf9430f3b3ab44746e329f12e85498",
|
|
271
|
+
"signature": "46cac76114704902baa535b30fb66a26aeaf9430f3b3ab44746e329f12e85498",
|
|
327
272
|
"affectsGlobalScope": false
|
|
328
273
|
},
|
|
329
274
|
"../node_modules/@types/node/os.d.ts": {
|
|
330
|
-
"version": "
|
|
331
|
-
"signature": "
|
|
275
|
+
"version": "ed4ae81196cccc10f297d228bca8d02e31058e6d723a3c5bc4be5fb3c61c6a34",
|
|
276
|
+
"signature": "ed4ae81196cccc10f297d228bca8d02e31058e6d723a3c5bc4be5fb3c61c6a34",
|
|
332
277
|
"affectsGlobalScope": false
|
|
333
278
|
},
|
|
334
279
|
"../node_modules/@types/node/path.d.ts": {
|
|
335
|
-
"version": "
|
|
336
|
-
"signature": "
|
|
280
|
+
"version": "84044697c8b3e08ef24e4b32cfe6440143d07e469a5e34bda0635276d32d9f35",
|
|
281
|
+
"signature": "84044697c8b3e08ef24e4b32cfe6440143d07e469a5e34bda0635276d32d9f35",
|
|
337
282
|
"affectsGlobalScope": false
|
|
338
283
|
},
|
|
339
284
|
"../node_modules/@types/node/perf_hooks.d.ts": {
|
|
340
|
-
"version": "
|
|
341
|
-
"signature": "
|
|
285
|
+
"version": "0b6098fedb648cab8091cca2b022a5c729b6ef18da923852033f495907cb1a45",
|
|
286
|
+
"signature": "0b6098fedb648cab8091cca2b022a5c729b6ef18da923852033f495907cb1a45",
|
|
342
287
|
"affectsGlobalScope": false
|
|
343
288
|
},
|
|
344
289
|
"../node_modules/@types/node/process.d.ts": {
|
|
345
|
-
"version": "
|
|
346
|
-
"signature": "
|
|
290
|
+
"version": "6eaee45c02a226f96d34e0c6a7542873d0160af179bbf9ead42e05f6fc36f9e5",
|
|
291
|
+
"signature": "6eaee45c02a226f96d34e0c6a7542873d0160af179bbf9ead42e05f6fc36f9e5",
|
|
347
292
|
"affectsGlobalScope": true
|
|
348
293
|
},
|
|
349
294
|
"../node_modules/@types/node/punycode.d.ts": {
|
|
350
|
-
"version": "
|
|
351
|
-
"signature": "
|
|
295
|
+
"version": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
|
|
296
|
+
"signature": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
|
|
352
297
|
"affectsGlobalScope": false
|
|
353
298
|
},
|
|
354
299
|
"../node_modules/@types/node/querystring.d.ts": {
|
|
355
|
-
"version": "
|
|
356
|
-
"signature": "
|
|
300
|
+
"version": "884560fda6c3868f925f022adc3a1289fe6507bbb45adb10fa1bbcc73a941bb0",
|
|
301
|
+
"signature": "884560fda6c3868f925f022adc3a1289fe6507bbb45adb10fa1bbcc73a941bb0",
|
|
357
302
|
"affectsGlobalScope": false
|
|
358
303
|
},
|
|
359
304
|
"../node_modules/@types/node/readline.d.ts": {
|
|
360
|
-
"version": "
|
|
361
|
-
"signature": "
|
|
305
|
+
"version": "6b2bb67b0942bcfce93e1d6fad5f70afd54940a2b13df7f311201fba54b2cbe9",
|
|
306
|
+
"signature": "6b2bb67b0942bcfce93e1d6fad5f70afd54940a2b13df7f311201fba54b2cbe9",
|
|
362
307
|
"affectsGlobalScope": false
|
|
363
308
|
},
|
|
364
309
|
"../node_modules/@types/node/repl.d.ts": {
|
|
365
|
-
"version": "
|
|
366
|
-
"signature": "
|
|
310
|
+
"version": "dd3706b25d06fe23c73d16079e8c66ac775831ef419da00716bf2aee530a04a4",
|
|
311
|
+
"signature": "dd3706b25d06fe23c73d16079e8c66ac775831ef419da00716bf2aee530a04a4",
|
|
367
312
|
"affectsGlobalScope": false
|
|
368
313
|
},
|
|
369
314
|
"../node_modules/@types/node/stream.d.ts": {
|
|
370
|
-
"version": "
|
|
371
|
-
"signature": "
|
|
315
|
+
"version": "1298327149e93a60c24a3b5db6048f7cc8fd4e3259e91d05fc44306a04b1b873",
|
|
316
|
+
"signature": "1298327149e93a60c24a3b5db6048f7cc8fd4e3259e91d05fc44306a04b1b873",
|
|
372
317
|
"affectsGlobalScope": false
|
|
373
318
|
},
|
|
374
319
|
"../node_modules/@types/node/string_decoder.d.ts": {
|
|
375
|
-
"version": "
|
|
376
|
-
"signature": "
|
|
320
|
+
"version": "d67e08745494b000da9410c1ae2fdc9965fc6d593fe0f381a47491f75417d457",
|
|
321
|
+
"signature": "d67e08745494b000da9410c1ae2fdc9965fc6d593fe0f381a47491f75417d457",
|
|
377
322
|
"affectsGlobalScope": false
|
|
378
323
|
},
|
|
379
324
|
"../node_modules/@types/node/timers.d.ts": {
|
|
380
|
-
"version": "
|
|
381
|
-
"signature": "
|
|
325
|
+
"version": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
|
|
326
|
+
"signature": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
|
|
382
327
|
"affectsGlobalScope": false
|
|
383
328
|
},
|
|
384
329
|
"../node_modules/@types/node/tls.d.ts": {
|
|
385
|
-
"version": "
|
|
386
|
-
"signature": "
|
|
330
|
+
"version": "b268804feea68616eb0daad944359f46a2eac9b53a72a3d12bf328ef01207805",
|
|
331
|
+
"signature": "b268804feea68616eb0daad944359f46a2eac9b53a72a3d12bf328ef01207805",
|
|
387
332
|
"affectsGlobalScope": false
|
|
388
333
|
},
|
|
389
334
|
"../node_modules/@types/node/trace_events.d.ts": {
|
|
390
|
-
"version": "
|
|
391
|
-
"signature": "
|
|
335
|
+
"version": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
|
|
336
|
+
"signature": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
|
|
392
337
|
"affectsGlobalScope": false
|
|
393
338
|
},
|
|
394
339
|
"../node_modules/@types/node/tty.d.ts": {
|
|
395
|
-
"version": "
|
|
396
|
-
"signature": "
|
|
340
|
+
"version": "3c2ac350c3baa61fd2b1925844109e098f4376d0768a4643abc82754fd752748",
|
|
341
|
+
"signature": "3c2ac350c3baa61fd2b1925844109e098f4376d0768a4643abc82754fd752748",
|
|
397
342
|
"affectsGlobalScope": false
|
|
398
343
|
},
|
|
399
344
|
"../node_modules/@types/node/url.d.ts": {
|
|
400
|
-
"version": "
|
|
401
|
-
"signature": "
|
|
402
|
-
"affectsGlobalScope":
|
|
345
|
+
"version": "826d48e49c905cedb906cbde6ccaf758827ff5867d4daa006b5a79e0fb489357",
|
|
346
|
+
"signature": "826d48e49c905cedb906cbde6ccaf758827ff5867d4daa006b5a79e0fb489357",
|
|
347
|
+
"affectsGlobalScope": false
|
|
403
348
|
},
|
|
404
349
|
"../node_modules/@types/node/util.d.ts": {
|
|
405
|
-
"version": "
|
|
406
|
-
"signature": "
|
|
350
|
+
"version": "baa711b17f67390c60eac3c70a1391b23a8e3833cb723b2d7336d4817a22455c",
|
|
351
|
+
"signature": "baa711b17f67390c60eac3c70a1391b23a8e3833cb723b2d7336d4817a22455c",
|
|
407
352
|
"affectsGlobalScope": false
|
|
408
353
|
},
|
|
409
354
|
"../node_modules/@types/node/v8.d.ts": {
|
|
410
|
-
"version": "
|
|
411
|
-
"signature": "
|
|
355
|
+
"version": "289be113bad7ee27ee7fa5b1e373c964c9789a5e9ed7db5ddcb631371120b953",
|
|
356
|
+
"signature": "289be113bad7ee27ee7fa5b1e373c964c9789a5e9ed7db5ddcb631371120b953",
|
|
412
357
|
"affectsGlobalScope": false
|
|
413
358
|
},
|
|
414
359
|
"../node_modules/@types/node/vm.d.ts": {
|
|
415
|
-
"version": "
|
|
416
|
-
"signature": "
|
|
417
|
-
"affectsGlobalScope": false
|
|
418
|
-
},
|
|
419
|
-
"../node_modules/@types/node/wasi.d.ts": {
|
|
420
|
-
"version": "3b220849d58140dcc6718f5b52dcd29fdb79c45bc28f561cbd29eb1cac6cce13",
|
|
421
|
-
"signature": "3b220849d58140dcc6718f5b52dcd29fdb79c45bc28f561cbd29eb1cac6cce13",
|
|
360
|
+
"version": "e4abb8eaa8a7d78236be0f8342404aab076668d20590209e32fdeb924588531e",
|
|
361
|
+
"signature": "e4abb8eaa8a7d78236be0f8342404aab076668d20590209e32fdeb924588531e",
|
|
422
362
|
"affectsGlobalScope": false
|
|
423
363
|
},
|
|
424
364
|
"../node_modules/@types/node/worker_threads.d.ts": {
|
|
425
|
-
"version": "
|
|
426
|
-
"signature": "
|
|
365
|
+
"version": "086bfc0710b044ce1586108ee56c6e1c0d9ca2d325c153bb026cbc850169f593",
|
|
366
|
+
"signature": "086bfc0710b044ce1586108ee56c6e1c0d9ca2d325c153bb026cbc850169f593",
|
|
427
367
|
"affectsGlobalScope": false
|
|
428
368
|
},
|
|
429
369
|
"../node_modules/@types/node/zlib.d.ts": {
|
|
430
|
-
"version": "
|
|
431
|
-
"signature": "
|
|
370
|
+
"version": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
|
|
371
|
+
"signature": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
|
|
372
|
+
"affectsGlobalScope": false
|
|
373
|
+
},
|
|
374
|
+
"../node_modules/@types/node/base.d.ts": {
|
|
375
|
+
"version": "b46af749e3574b83bccc0ec829322b15e834ae90b45760eebc75a189c28c0868",
|
|
376
|
+
"signature": "b46af749e3574b83bccc0ec829322b15e834ae90b45760eebc75a189c28c0868",
|
|
377
|
+
"affectsGlobalScope": false
|
|
378
|
+
},
|
|
379
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts": {
|
|
380
|
+
"version": "12b2608d6074167c331c9c3c6994a57819f6ff934c7fd4527e23aabf56d4c8d1",
|
|
381
|
+
"signature": "12b2608d6074167c331c9c3c6994a57819f6ff934c7fd4527e23aabf56d4c8d1",
|
|
382
|
+
"affectsGlobalScope": false
|
|
383
|
+
},
|
|
384
|
+
"../node_modules/@types/node/ts3.2/process.d.ts": {
|
|
385
|
+
"version": "ed9a167405a95168481b8b3ca6934565c8ed59de52f06e08b4c8b547e16b1257",
|
|
386
|
+
"signature": "ed9a167405a95168481b8b3ca6934565c8ed59de52f06e08b4c8b547e16b1257",
|
|
387
|
+
"affectsGlobalScope": true
|
|
388
|
+
},
|
|
389
|
+
"../node_modules/@types/node/ts3.2/util.d.ts": {
|
|
390
|
+
"version": "ffc1cd688606ad1ddb59a40e8f3defbde907af2a3402d1d9ddf69accb2903f07",
|
|
391
|
+
"signature": "ffc1cd688606ad1ddb59a40e8f3defbde907af2a3402d1d9ddf69accb2903f07",
|
|
392
|
+
"affectsGlobalScope": false
|
|
393
|
+
},
|
|
394
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts": {
|
|
395
|
+
"version": "0bd12336f0f61303a1f71e1ab0b2ae325489eb9c7896cd49eb96edc9f182cf07",
|
|
396
|
+
"signature": "0bd12336f0f61303a1f71e1ab0b2ae325489eb9c7896cd49eb96edc9f182cf07",
|
|
397
|
+
"affectsGlobalScope": true
|
|
398
|
+
},
|
|
399
|
+
"../node_modules/@types/node/ts3.2/base.d.ts": {
|
|
400
|
+
"version": "bf7aafaeb6b90aaad61e446a8ad36eb30f6ea0292953eefcb7fdca95582d5c98",
|
|
401
|
+
"signature": "bf7aafaeb6b90aaad61e446a8ad36eb30f6ea0292953eefcb7fdca95582d5c98",
|
|
432
402
|
"affectsGlobalScope": false
|
|
433
403
|
},
|
|
434
|
-
"../node_modules/@types/node/globals.global.d.ts": {
|
|
404
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts": {
|
|
435
405
|
"version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
|
|
436
406
|
"signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
|
|
437
407
|
"affectsGlobalScope": true
|
|
438
408
|
},
|
|
439
|
-
"../node_modules/@types/node/
|
|
440
|
-
"version": "
|
|
441
|
-
"signature": "
|
|
409
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts": {
|
|
410
|
+
"version": "0b3fef11ea6208c4cb3715c9aa108766ce98fc726bfba68cc23b25ce944ce9c0",
|
|
411
|
+
"signature": "0b3fef11ea6208c4cb3715c9aa108766ce98fc726bfba68cc23b25ce944ce9c0",
|
|
412
|
+
"affectsGlobalScope": false
|
|
413
|
+
},
|
|
414
|
+
"../node_modules/@types/node/ts3.5/base.d.ts": {
|
|
415
|
+
"version": "255dbc5a5acef2b83b47145042aa0127ebf7fe24cd5ce6afaaaf5c8fc2c5eb96",
|
|
416
|
+
"signature": "255dbc5a5acef2b83b47145042aa0127ebf7fe24cd5ce6afaaaf5c8fc2c5eb96",
|
|
417
|
+
"affectsGlobalScope": false
|
|
418
|
+
},
|
|
419
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts": {
|
|
420
|
+
"version": "a8b842671d535d14f533fd8dbfacebceacf5195069d720425d572d5cc5ab3dc4",
|
|
421
|
+
"signature": "a8b842671d535d14f533fd8dbfacebceacf5195069d720425d572d5cc5ab3dc4",
|
|
422
|
+
"affectsGlobalScope": false
|
|
423
|
+
},
|
|
424
|
+
"../node_modules/@types/node/ts3.7/base.d.ts": {
|
|
425
|
+
"version": "9779312cffccce68e3ffbaa3a876381dc54a8240d9bdaa448f7eba222ec19392",
|
|
426
|
+
"signature": "9779312cffccce68e3ffbaa3a876381dc54a8240d9bdaa448f7eba222ec19392",
|
|
427
|
+
"affectsGlobalScope": false
|
|
428
|
+
},
|
|
429
|
+
"../node_modules/@types/node/ts3.7/index.d.ts": {
|
|
430
|
+
"version": "d522314e80ed71b57e3c2939d3c9594eaae63a4adf028559e6574f6b270b0fee",
|
|
431
|
+
"signature": "d522314e80ed71b57e3c2939d3c9594eaae63a4adf028559e6574f6b270b0fee",
|
|
442
432
|
"affectsGlobalScope": false
|
|
443
433
|
},
|
|
444
434
|
"../node_modules/@types/range-parser/index.d.ts": {
|
|
@@ -452,8 +442,8 @@
|
|
|
452
442
|
"affectsGlobalScope": false
|
|
453
443
|
},
|
|
454
444
|
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": {
|
|
455
|
-
"version": "
|
|
456
|
-
"signature": "
|
|
445
|
+
"version": "7ddc9c49109ed3701aad0cece391251ab652fc8646dd6aedc4f9a0a89327718c",
|
|
446
|
+
"signature": "7ddc9c49109ed3701aad0cece391251ab652fc8646dd6aedc4f9a0a89327718c",
|
|
457
447
|
"affectsGlobalScope": true
|
|
458
448
|
},
|
|
459
449
|
"../node_modules/@types/mime/index.d.ts": {
|
|
@@ -486,19 +476,24 @@
|
|
|
486
476
|
"signature": "2532ca8993ce39da0141a1d118e0f662ddbb45100557113d5886350a862116b0",
|
|
487
477
|
"affectsGlobalScope": false
|
|
488
478
|
},
|
|
489
|
-
"../src/_models/fullstack
|
|
479
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts": {
|
|
490
480
|
"version": "b8d36b7c50887f1a2bcd802c388d89983be5eb85f88e67e69d7febe849e63ee9",
|
|
491
481
|
"signature": "634f58c42bbb700eeb2c5741eb0ab67b21452cf98bfdfa733d61d087c1c75db4",
|
|
492
482
|
"affectsGlobalScope": false
|
|
493
483
|
},
|
|
484
|
+
"../src/_enums/log-style.enum.ts": {
|
|
485
|
+
"version": "27f6c4b16a83f0eb1cb5cfd59e0e525bc046a1c03b5e87655631fb4ab589a197",
|
|
486
|
+
"signature": "c26555c149dcd8b1647cce3f4bc4fbf2e14a0cdc63151dbb2cba5355c7409979",
|
|
487
|
+
"affectsGlobalScope": false
|
|
488
|
+
},
|
|
494
489
|
"../src/_services/dynamobe-shared.service.ts": {
|
|
495
|
-
"version": "
|
|
496
|
-
"signature": "
|
|
490
|
+
"version": "8410aca346bc0f45baceb270576724dcead0b4826b2e87e0b6ec698d0d685683",
|
|
491
|
+
"signature": "ff61e06e148a3613897b399bd7aa6df2ff80c5b383a172db3859e60190977af0",
|
|
497
492
|
"affectsGlobalScope": false
|
|
498
493
|
},
|
|
499
|
-
"../src/
|
|
500
|
-
"version": "
|
|
501
|
-
"signature": "
|
|
494
|
+
"../src/_services/dynamobe-api.service.ts": {
|
|
495
|
+
"version": "05e649da854d29f9fa987bdf3e58232f64fcaff8e47b421f27af2c17f087846e",
|
|
496
|
+
"signature": "77fd693912d1655e7a924782721236a0335bac4c29e81985614a28a62c43ef60",
|
|
502
497
|
"affectsGlobalScope": false
|
|
503
498
|
},
|
|
504
499
|
"../src/_services/dynamobe-singleton.service.ts": {
|
|
@@ -506,9 +501,14 @@
|
|
|
506
501
|
"signature": "07d46dd6bbdc7d845d5b5dbf57ef8ae9d1876c6bb1a8fd4c21e79c6ffc44d85d",
|
|
507
502
|
"affectsGlobalScope": false
|
|
508
503
|
},
|
|
509
|
-
"../src/
|
|
510
|
-
"version": "
|
|
511
|
-
"signature": "
|
|
504
|
+
"../src/api-service.ts": {
|
|
505
|
+
"version": "c05858f523d5156fdb502e9b3fe766d294e493771261081f28f83542e1e03b37",
|
|
506
|
+
"signature": "e9c3fb47c41a4617f9f644a549ea64734c2a3da2e927ff90ec9aa499b689c314",
|
|
507
|
+
"affectsGlobalScope": false
|
|
508
|
+
},
|
|
509
|
+
"../src/_models/dynamobe-app-params.ts": {
|
|
510
|
+
"version": "622ea6a9647f3dab6b0b727ed3c5d639d9671be16f24cd061b63640217f92e76",
|
|
511
|
+
"signature": "99502ca12eb62c51fcbe5f1f3a40493f2e9b88fae5eb28e9b8d8a90affdfdfb2",
|
|
512
512
|
"affectsGlobalScope": false
|
|
513
513
|
},
|
|
514
514
|
"../node_modules/@types/bson/index.d.ts": {
|
|
@@ -526,14 +526,39 @@
|
|
|
526
526
|
"signature": "425917f891c2563a9eaafe382823c33368c76134061f88ac614442961f740527",
|
|
527
527
|
"affectsGlobalScope": false
|
|
528
528
|
},
|
|
529
|
-
"../src/
|
|
529
|
+
"../src/_enums/dynamobe-route-security.enum.ts": {
|
|
530
|
+
"version": "9b5c26688fd53ae5b2ec9b58a3ebc5883e2a1085831b9647dd85adb7cbc3169c",
|
|
531
|
+
"signature": "d298bd3831d9ca38bafbaa4daf195f41f7a1bf141e114485411d292802612ec5",
|
|
532
|
+
"affectsGlobalScope": false
|
|
533
|
+
},
|
|
534
|
+
"../src/_models/fullstack/data-models/metadata.ts": {
|
|
535
|
+
"version": "3516e88bb340706b4e5e0c75ff24ec79621cec501d7fd6ff5af3fe809efa173f",
|
|
536
|
+
"signature": "3a6ad5b0efc28eef16cc0568bce7fb02abb8231bb6430fbe40c1c6252e6ab910",
|
|
537
|
+
"affectsGlobalScope": false
|
|
538
|
+
},
|
|
539
|
+
"../src/_models/dynamobe-global-settings.ts": {
|
|
540
|
+
"version": "aaa3527474b056626ad000bf8fb076de3dce217efab490f9d42bc385d8677cb9",
|
|
541
|
+
"signature": "fb387e484f7eab1268be576aeb48beb0188a600a6b5987a9b0801f8a08f38c29",
|
|
542
|
+
"affectsGlobalScope": false
|
|
543
|
+
},
|
|
544
|
+
"../src/_services/dynamobe-auth.service.ts": {
|
|
545
|
+
"version": "9a6037adcbf32900a958d698507eb7b0f1c2c94a5389d287c1cfb3116f685239",
|
|
546
|
+
"signature": "f7205c2d08a3f7125c35504d48fd057e454ad8b4cc9a390464451bd8b383224c",
|
|
547
|
+
"affectsGlobalScope": false
|
|
548
|
+
},
|
|
549
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts": {
|
|
550
|
+
"version": "04b21fd0a6615bc345c2601df041450af06883349222780e4aa5fc2fc0df7c37",
|
|
551
|
+
"signature": "fc154285557eb1a3c5ec287b13f1974ce3ded24d1942ae22db1fc2b327f4e1de",
|
|
552
|
+
"affectsGlobalScope": false
|
|
553
|
+
},
|
|
554
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts": {
|
|
530
555
|
"version": "d6bf7cd97c4e1da5fc2a97079d728c787743bb6631ad2d0bf8926432b3b00266",
|
|
531
556
|
"signature": "e790d724a82ff7e44382964941364b15709ba05845219a1dff6fd9226e6ee27d",
|
|
532
557
|
"affectsGlobalScope": false
|
|
533
558
|
},
|
|
534
559
|
"../src/_services/dynamobe-db.service.ts": {
|
|
535
|
-
"version": "
|
|
536
|
-
"signature": "
|
|
560
|
+
"version": "69f738339a036708278858da291abf56e3d8a48aa8b16bcf34359cc45b13a2df",
|
|
561
|
+
"signature": "1f9f382a438820f70221938ce30cb1928d457926f3df9ac5945b6f3fcc13db2a",
|
|
537
562
|
"affectsGlobalScope": false
|
|
538
563
|
},
|
|
539
564
|
"../src/_services/dynamobe-db-service-collection.service.ts": {
|
|
@@ -612,7 +637,7 @@
|
|
|
612
637
|
"affectsGlobalScope": false
|
|
613
638
|
},
|
|
614
639
|
"../src/_services/dynamobe-email.service.ts": {
|
|
615
|
-
"version": "
|
|
640
|
+
"version": "77eed4bb81facc2bedfb07f4118eed5d23e266fca6ce59a4246b409650146833",
|
|
616
641
|
"signature": "41c126b3831f4b8f2e29ceae78d67185e97a780451aedf993b36bb736809c3aa",
|
|
617
642
|
"affectsGlobalScope": false
|
|
618
643
|
},
|
|
@@ -622,113 +647,153 @@
|
|
|
622
647
|
"affectsGlobalScope": false
|
|
623
648
|
},
|
|
624
649
|
"../src/_services/dynamobe-global.service.ts": {
|
|
625
|
-
"version": "
|
|
626
|
-
"signature": "
|
|
650
|
+
"version": "d7d56da1b3a68a4c06b1a9f991138766274756680ef112308bcc53e86abd5c59",
|
|
651
|
+
"signature": "2e1858c2b521b894ad2a8103f4fde4792919fabecc30a27a8e12226315cd9e59",
|
|
627
652
|
"affectsGlobalScope": false
|
|
628
653
|
},
|
|
629
|
-
"../src/_models/dynamobe-endpoint-
|
|
654
|
+
"../src/_models/dynamobe-endpoint-params.ts": {
|
|
630
655
|
"version": "4472a3af14f90c79c6dd84d42c13642c8f6b48bdf1b6ca8e28e1d0a9c321636a",
|
|
631
|
-
"signature": "
|
|
656
|
+
"signature": "e7bfbec94fc5433c4620ed19ba0c11fd3c4ff43276309f5272791e0028d42689",
|
|
657
|
+
"affectsGlobalScope": false
|
|
658
|
+
},
|
|
659
|
+
"../src/_services/dynamobe-controller.service.ts": {
|
|
660
|
+
"version": "58417456b06cccc73472e564683a38b4f9bcfe3104fbc5ce522e9557dbc2b932",
|
|
661
|
+
"signature": "b7ec4d19c7d69082c204f11116aebb57be0557dcb7ed784f8a097eac1dce0967",
|
|
662
|
+
"affectsGlobalScope": false
|
|
663
|
+
},
|
|
664
|
+
"../src/_services/dynamobe-routing-module.service.ts": {
|
|
665
|
+
"version": "9d4abf6e2fb35646c9c42a5f3c2445b5929ed4b8f39a1a934fd845d287916605",
|
|
666
|
+
"signature": "67afbde2e52da5b31569040b33ed6068f3b75e13042f18fb0bcb3416c6048ce9",
|
|
667
|
+
"affectsGlobalScope": false
|
|
668
|
+
},
|
|
669
|
+
"../src/_services/dynamobe-app.ts": {
|
|
670
|
+
"version": "7a4991c11d0933a121c479373d301da0e9829e46605754b601685599cca6f70c",
|
|
671
|
+
"signature": "9e428294c7fd9d06c2914f0c789e834916df9802b71d9afc8f7d9caaa36e7b02",
|
|
672
|
+
"affectsGlobalScope": false
|
|
673
|
+
},
|
|
674
|
+
"../src/_models/fullstack/data-models/custom-data.ts": {
|
|
675
|
+
"version": "39170700cf45a81fed914133aa2c43589e58e4b6cc65935344b8866b000bbbd7",
|
|
676
|
+
"signature": "71f8fa5a038bec8bc0890a45542391059a73b0020522d443081e3f188bc88880",
|
|
632
677
|
"affectsGlobalScope": false
|
|
633
678
|
},
|
|
634
|
-
"../src/_models/fullstack
|
|
679
|
+
"../src/_models/fullstack/control-models/usage-action.ts": {
|
|
635
680
|
"version": "b5a70801bee8995ab4e4833514df24adba3b3d0cfae6a607f9c5bb93dff77cfa",
|
|
636
681
|
"signature": "753d1fbf27e2e3430bcce195669181bf357719bf417947a7a0faec715c084bef",
|
|
637
682
|
"affectsGlobalScope": false
|
|
638
683
|
},
|
|
639
|
-
"../src/_models/fullstack
|
|
684
|
+
"../src/_models/fullstack/control-models/usage-data.ts": {
|
|
640
685
|
"version": "60692eaa9d89ff3979b916361625c4038f1246de1247c20ee117f425a1ecb1a6",
|
|
641
686
|
"signature": "aeff79d75f92b9be69e35cc640830b27ed8323789b13839e7f80bb503ac45f32",
|
|
642
687
|
"affectsGlobalScope": false
|
|
643
688
|
},
|
|
644
|
-
"../src/_models/fullstack
|
|
689
|
+
"../src/_models/fullstack/data-models/usage-session.ts": {
|
|
645
690
|
"version": "8cd50fa8903f15c40f8cccbadf3a4bc197366ea7e9cf80ed4fea0fbdfc55c6a7",
|
|
646
691
|
"signature": "c16a6dd5d48f6cb7b3de76cbcd34c24e992beaaa91679b6b9a3e99189d0659e4",
|
|
647
692
|
"affectsGlobalScope": false
|
|
648
693
|
},
|
|
649
|
-
"../src/
|
|
650
|
-
"version": "
|
|
651
|
-
"signature": "
|
|
694
|
+
"../src/app.ts": {
|
|
695
|
+
"version": "ac4edcd5ec19f96a87f490ba017294dc6f95fbee580336a72548a95011774e46",
|
|
696
|
+
"signature": "e830f128883b8706e462d3a1c99d750a49c9f6c9d6ad7f9af34d76417843f051",
|
|
652
697
|
"affectsGlobalScope": false
|
|
653
698
|
},
|
|
654
|
-
"../src/
|
|
655
|
-
"version": "
|
|
656
|
-
"signature": "
|
|
699
|
+
"../src/controller.ts": {
|
|
700
|
+
"version": "fef22ca174b10d529a7cdd46cd20eb4d0bbf7fabac4c9f88d49120cf3fbb5b41",
|
|
701
|
+
"signature": "5eb34897357022c797502d20728fc930d3701df5880b9a6dbeccdf7cfb24f763",
|
|
657
702
|
"affectsGlobalScope": false
|
|
658
703
|
},
|
|
659
|
-
"../src/
|
|
660
|
-
"version": "
|
|
661
|
-
"signature": "
|
|
704
|
+
"../src/data-models.ts": {
|
|
705
|
+
"version": "69da1a7eb5964e0ea77d1980b7ea0fec8c3661b092dc2473adc072986efac529",
|
|
706
|
+
"signature": "cf520d52437820902f21cb72b0732dd9233ef2bf5f412ed4682f08e22d07948b",
|
|
662
707
|
"affectsGlobalScope": false
|
|
663
708
|
},
|
|
664
|
-
"../src/_services/dynamobe-
|
|
665
|
-
"version": "
|
|
666
|
-
"signature": "
|
|
709
|
+
"../src/_services/dynamobe-data.service.ts": {
|
|
710
|
+
"version": "929c3608cdf8f05a97b0780beb87d0561ab691eaacbf230123aa55b18acc3cb3",
|
|
711
|
+
"signature": "563ae778621928b1613cf328fb4e8c61a2427b1fbcb0d6e443ff146941f5e97d",
|
|
667
712
|
"affectsGlobalScope": false
|
|
668
713
|
},
|
|
669
|
-
"../src/
|
|
670
|
-
"version": "
|
|
671
|
-
"signature": "
|
|
714
|
+
"../src/data-service.ts": {
|
|
715
|
+
"version": "1cb58063da72a67702339ab42a844c683e1fbe3a0f7740bdfe0a12519bc20873",
|
|
716
|
+
"signature": "4f3b1387b1096d4e3bcad59fffec513168ac14e5d111a318127d28f01298c230",
|
|
672
717
|
"affectsGlobalScope": false
|
|
673
718
|
},
|
|
674
|
-
"../src/
|
|
675
|
-
"version": "
|
|
676
|
-
"signature": "
|
|
719
|
+
"../src/dynamobe-global.settings.ts": {
|
|
720
|
+
"version": "9eb9d0eac08867e5e14507f6d079972537e01774fa791483e1e1e2e022fd2abd",
|
|
721
|
+
"signature": "9cf53dee82685e9f79477476828eb65ef2bed364cee3e39e858fdf81cef0c6a2",
|
|
677
722
|
"affectsGlobalScope": false
|
|
678
723
|
},
|
|
679
|
-
"../src/
|
|
680
|
-
"version": "
|
|
681
|
-
"signature": "
|
|
724
|
+
"../src/_enums/data-model-type.enum.ts": {
|
|
725
|
+
"version": "17d3b646a98bd788ea718b31249b4d3f53d37be1c18890520f940658d2d45b45",
|
|
726
|
+
"signature": "58db1bde43f232985d47f296cec0e0c9e09b30c2a24d28a0aee8d4dfc25f1de8",
|
|
682
727
|
"affectsGlobalScope": false
|
|
683
728
|
},
|
|
684
|
-
"../src/
|
|
685
|
-
"version": "
|
|
686
|
-
"signature": "
|
|
729
|
+
"../src/_enums/dynamobe-data-service-function.enum.ts": {
|
|
730
|
+
"version": "0f160fdc3443beb6b1d26a0ea5580f249534d4529106e66cef65cb35e8909686",
|
|
731
|
+
"signature": "4d907aecc9fc8792084d856615a16830aff454a3d09d8769c677174926c88af0",
|
|
687
732
|
"affectsGlobalScope": false
|
|
688
733
|
},
|
|
689
|
-
"../src/
|
|
690
|
-
"version": "
|
|
691
|
-
"signature": "
|
|
734
|
+
"../src/_enums/predefined-data-types.enum.ts": {
|
|
735
|
+
"version": "423c245fde7982aa6f291d3cd3c12cec5d817440b18704ff1e6345a8903b61fc",
|
|
736
|
+
"signature": "851278fad995b1635e0a790c798edb987ea4e9313f40aa17395a8220afb720f3",
|
|
692
737
|
"affectsGlobalScope": false
|
|
693
738
|
},
|
|
694
|
-
"../src/
|
|
695
|
-
"version": "
|
|
696
|
-
"signature": "
|
|
739
|
+
"../src/_enums/index.ts": {
|
|
740
|
+
"version": "b6b9b68ed43d4004b90363f6a1436887957dec31818ae1b19858c05ad939fa40",
|
|
741
|
+
"signature": "c777e4d5efec12219f2f7bdcca7cfea6dd0d865a8832cf12f3f86cf484124c62",
|
|
697
742
|
"affectsGlobalScope": false
|
|
698
743
|
},
|
|
699
|
-
"../
|
|
700
|
-
"version": "
|
|
701
|
-
"signature": "
|
|
744
|
+
"../src/_models/dynamobe-data-model-params.ts": {
|
|
745
|
+
"version": "0c64a256245347ac1e5f1881828d5f222f2f8bf41e0fa6648d03da42ee7e9038",
|
|
746
|
+
"signature": "1d59ede0985da0aaa33a13f0960e965cae9bc7821d318771acce268a43562e29",
|
|
702
747
|
"affectsGlobalScope": false
|
|
703
748
|
},
|
|
704
|
-
"../src/
|
|
705
|
-
"version": "
|
|
706
|
-
"signature": "
|
|
749
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts": {
|
|
750
|
+
"version": "272b96ce5e1f1aa968b77534d644a13f7f3021fa4f2b9b20c0fb30341d5e39c5",
|
|
751
|
+
"signature": "8381932a1179a1144130d5b8ddfd7c4e430c53397b451baad85a5edf58109855",
|
|
707
752
|
"affectsGlobalScope": false
|
|
708
753
|
},
|
|
709
|
-
"../src/
|
|
710
|
-
"version": "
|
|
711
|
-
"signature": "
|
|
754
|
+
"../src/_models/index.ts": {
|
|
755
|
+
"version": "a1c9bb2e3756f978172a9c7a71c33af01f6c56a774abc4570ceb9b65091fb0e7",
|
|
756
|
+
"signature": "0e52137af314b57a5770f3989772d79ea935004343ae9f28933e0baed8d662cd",
|
|
712
757
|
"affectsGlobalScope": false
|
|
713
758
|
},
|
|
714
|
-
"../src/
|
|
715
|
-
"version": "
|
|
716
|
-
"signature": "
|
|
759
|
+
"../src/_models/dynamo-module-settings.ts": {
|
|
760
|
+
"version": "bd92f0779854653b42fbc7cccad7104242e90fd8e84c50a99e59a81f94d68377",
|
|
761
|
+
"signature": "82e7139edfae38f5480a88d1621806a06c4b8694234d3d94a9d5b23486ab9947",
|
|
762
|
+
"affectsGlobalScope": false
|
|
763
|
+
},
|
|
764
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts": {
|
|
765
|
+
"version": "5f57fa206b071d27d644d69fd85850396fd6ce3614c4dfae7810705df7756748",
|
|
766
|
+
"signature": "f2d44aa7417278219fdc033e6ddcf4584775e593ffa99331ac71260a6bb70717",
|
|
767
|
+
"affectsGlobalScope": false
|
|
768
|
+
},
|
|
769
|
+
"../src/_modules/test/custom-data.service.ts": {
|
|
770
|
+
"version": "fe77bf7f57d36a465639d10d3eb7f168198eca012553ca4e81a244e294d78344",
|
|
771
|
+
"signature": "29bcc08e98255801b7c7ba168993b0f047310b8a19d5b162e46a50a56ca17c95",
|
|
772
|
+
"affectsGlobalScope": false
|
|
773
|
+
},
|
|
774
|
+
"../src/_modules/test/test-controller.ts": {
|
|
775
|
+
"version": "dce9d06a8282ff33fdb0c4c4c3eff951c4e617b20b83ae77fd20080696284809",
|
|
776
|
+
"signature": "917415fea8ede168b64a250e6cb2e34e2ba7dbb72f61babf463a327474685020",
|
|
777
|
+
"affectsGlobalScope": false
|
|
778
|
+
},
|
|
779
|
+
"../src/_modules/test/test-routing-module.ts": {
|
|
780
|
+
"version": "b745f4160d5613d7ea101242d0e9da24f73b4b1f58cf109cf91c031b77388202",
|
|
781
|
+
"signature": "e07d1408c633f5b0fa5a99bf02d501bd720795d192e3711f24f667d52ad88250",
|
|
717
782
|
"affectsGlobalScope": false
|
|
718
783
|
},
|
|
719
|
-
"../src/
|
|
720
|
-
"version": "
|
|
721
|
-
"signature": "
|
|
784
|
+
"../src/_modules/test/index.ts": {
|
|
785
|
+
"version": "31853180f8963a1b75f861ca52a79b260c18e139aa68ec57f55e5b46e933703f",
|
|
786
|
+
"signature": "b7aa70f1aecb54ec7bbe461dcfb402098291c433d41b08c9038693f788df1925",
|
|
722
787
|
"affectsGlobalScope": false
|
|
723
788
|
},
|
|
724
789
|
"../src/_services/index.ts": {
|
|
725
|
-
"version": "
|
|
726
|
-
"signature": "
|
|
790
|
+
"version": "150e341cbe2e331ed34bf642b297a619d09eeeb886fa627c732af30832c64e2f",
|
|
791
|
+
"signature": "b1a29f70d32238cd271ccc09d1b88218d8e24b02e16afc31455fd9f12a2b5ef8",
|
|
727
792
|
"affectsGlobalScope": false
|
|
728
793
|
},
|
|
729
794
|
"../src/index.ts": {
|
|
730
|
-
"version": "
|
|
731
|
-
"signature": "
|
|
795
|
+
"version": "98afbb4adfc5a9d61ac9840f7faa46df516e1c748c22a574a9130718159a044b",
|
|
796
|
+
"signature": "ddcb9248e9c2343dbac13014525029a259ec243d14d624b56561ad396a0e4fba",
|
|
732
797
|
"affectsGlobalScope": false
|
|
733
798
|
},
|
|
734
799
|
"../src/_constants/dynamobe-global.settings.ts": {
|
|
@@ -736,9 +801,29 @@
|
|
|
736
801
|
"signature": "c8bfc1b88eeb86c134a33d1c4f89ee6b4fdf4ced80ed3dd9173dd5aff9d7511a",
|
|
737
802
|
"affectsGlobalScope": false
|
|
738
803
|
},
|
|
739
|
-
"../src/
|
|
740
|
-
"version": "
|
|
741
|
-
"signature": "
|
|
804
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts": {
|
|
805
|
+
"version": "09229191639419d9818dce12513ff6c9fb7839ce0a3514c4b2d8eb2424769e16",
|
|
806
|
+
"signature": "304bd6467d166bf7525e76777bc8528f4f57e1e4a628e6b7fbfd08d4fab4b696",
|
|
807
|
+
"affectsGlobalScope": false
|
|
808
|
+
},
|
|
809
|
+
"../src/_modules/usage/usage.service.ts": {
|
|
810
|
+
"version": "4579a1f6b92c125d6aa858b3bb9b00b8bc46a21b3263f92a4595cc3445efd06f",
|
|
811
|
+
"signature": "dd7a33474a4db26000678fbcca6ab0c208ea959136fc53229c2a472aa61ce525",
|
|
812
|
+
"affectsGlobalScope": false
|
|
813
|
+
},
|
|
814
|
+
"../src/_modules/usage/usage-controller.ts": {
|
|
815
|
+
"version": "78b5cd5ce9ad011ed4c366afd8d9819f7866ea755e3137d55b9a77c6a8329b85",
|
|
816
|
+
"signature": "4739c5b1e5a2ae94d3f700d8d534ea50bd0d3baabc1575b283fdf9229bc47cb6",
|
|
817
|
+
"affectsGlobalScope": false
|
|
818
|
+
},
|
|
819
|
+
"../src/_modules/usage/usage-routing-module.ts": {
|
|
820
|
+
"version": "81330802b09dc1f93fddee9d2886599f9f7012a07ee20a74d875575f978106fa",
|
|
821
|
+
"signature": "7d43cc1b94129ba5454708225c9e8e66be9614879ceea591590ec2d38f2a4cbd",
|
|
822
|
+
"affectsGlobalScope": false
|
|
823
|
+
},
|
|
824
|
+
"../src/_modules/usage/index.ts": {
|
|
825
|
+
"version": "eb566933610d713bfc2a270f79a4101042f7988390c94662dfee42cfd650c4b4",
|
|
826
|
+
"signature": "16104105019f659338360d393b11ca73bf5b3ccca4610977b2687c80c70e6ab7",
|
|
742
827
|
"affectsGlobalScope": false
|
|
743
828
|
},
|
|
744
829
|
"../node_modules/@types/jsonwebtoken/index.d.ts": {
|
|
@@ -782,130 +867,108 @@
|
|
|
782
867
|
"referencedMap": {
|
|
783
868
|
"../node_modules/@types/body-parser/index.d.ts": [
|
|
784
869
|
"../node_modules/@types/connect/index.d.ts",
|
|
870
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
785
871
|
"../node_modules/@types/node/http.d.ts",
|
|
786
|
-
"../node_modules/@types/node/
|
|
872
|
+
"../node_modules/@types/node/process.d.ts",
|
|
873
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
874
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
875
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
876
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
877
|
+
"../node_modules/@types/node/util.d.ts"
|
|
787
878
|
],
|
|
788
879
|
"../node_modules/@types/bson/index.d.ts": [
|
|
789
|
-
"../node_modules/@types/node/
|
|
880
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
881
|
+
"../node_modules/@types/node/process.d.ts",
|
|
882
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
883
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
884
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
885
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
886
|
+
"../node_modules/@types/node/util.d.ts"
|
|
790
887
|
],
|
|
791
888
|
"../node_modules/@types/connect/index.d.ts": [
|
|
889
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
792
890
|
"../node_modules/@types/node/http.d.ts",
|
|
793
|
-
"../node_modules/@types/node/
|
|
891
|
+
"../node_modules/@types/node/process.d.ts",
|
|
892
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
893
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
894
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
895
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
896
|
+
"../node_modules/@types/node/util.d.ts"
|
|
794
897
|
],
|
|
795
898
|
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": [
|
|
796
899
|
"../node_modules/@types/node/events.d.ts",
|
|
900
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
797
901
|
"../node_modules/@types/node/http.d.ts",
|
|
798
|
-
"../node_modules/@types/node/
|
|
902
|
+
"../node_modules/@types/node/process.d.ts",
|
|
903
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
904
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
905
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
906
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
907
|
+
"../node_modules/@types/node/util.d.ts",
|
|
799
908
|
"../node_modules/@types/qs/index.d.ts",
|
|
800
909
|
"../node_modules/@types/range-parser/index.d.ts"
|
|
801
910
|
],
|
|
802
911
|
"../node_modules/@types/express/ts4.0/index.d.ts": [
|
|
803
912
|
"../node_modules/@types/body-parser/index.d.ts",
|
|
804
913
|
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts",
|
|
914
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
915
|
+
"../node_modules/@types/node/process.d.ts",
|
|
916
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
917
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
918
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
919
|
+
"../node_modules/@types/node/util.d.ts",
|
|
805
920
|
"../node_modules/@types/qs/index.d.ts",
|
|
806
921
|
"../node_modules/@types/serve-static/index.d.ts"
|
|
807
922
|
],
|
|
923
|
+
"../node_modules/@types/geoip-lite/index.d.ts": [
|
|
924
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
925
|
+
"../node_modules/@types/node/process.d.ts",
|
|
926
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
927
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
928
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
929
|
+
"../node_modules/@types/node/util.d.ts"
|
|
930
|
+
],
|
|
808
931
|
"../node_modules/@types/jsonwebtoken/index.d.ts": [
|
|
809
|
-
"../node_modules/@types/node/
|
|
932
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
933
|
+
"../node_modules/@types/node/process.d.ts",
|
|
934
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
935
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
936
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
937
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
938
|
+
"../node_modules/@types/node/util.d.ts"
|
|
939
|
+
],
|
|
940
|
+
"../node_modules/@types/mime/index.d.ts": [
|
|
941
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
942
|
+
"../node_modules/@types/node/process.d.ts",
|
|
943
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
944
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
945
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
946
|
+
"../node_modules/@types/node/util.d.ts"
|
|
810
947
|
],
|
|
811
948
|
"../node_modules/@types/mongodb/index.d.ts": [
|
|
812
949
|
"../node_modules/@types/bson/index.d.ts",
|
|
813
950
|
"../node_modules/@types/node/events.d.ts",
|
|
814
|
-
"../node_modules/@types/node/
|
|
951
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
952
|
+
"../node_modules/@types/node/process.d.ts",
|
|
815
953
|
"../node_modules/@types/node/stream.d.ts",
|
|
816
|
-
"../node_modules/@types/node/tls.d.ts"
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
"../node_modules/@types/node/
|
|
954
|
+
"../node_modules/@types/node/tls.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/ts3.7/index.d.ts",
|
|
959
|
+
"../node_modules/@types/node/util.d.ts"
|
|
820
960
|
],
|
|
821
961
|
"../node_modules/@types/node/async_hooks.d.ts": [
|
|
822
|
-
"../node_modules/@types/node/async_hooks.d.ts"
|
|
823
|
-
],
|
|
824
|
-
"../node_modules/@types/node/buffer.d.ts": [
|
|
825
|
-
"../node_modules/@types/node/buffer.d.ts",
|
|
826
|
-
"../node_modules/@types/node/crypto.d.ts"
|
|
827
|
-
],
|
|
828
|
-
"../node_modules/@types/node/child_process.d.ts": [
|
|
829
|
-
"../node_modules/@types/node/child_process.d.ts",
|
|
830
|
-
"../node_modules/@types/node/events.d.ts",
|
|
831
962
|
"../node_modules/@types/node/fs.d.ts",
|
|
832
|
-
"../node_modules/@types/node/
|
|
833
|
-
"../node_modules/@types/node/
|
|
963
|
+
"../node_modules/@types/node/process.d.ts",
|
|
964
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
965
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
966
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
967
|
+
"../node_modules/@types/node/util.d.ts"
|
|
834
968
|
],
|
|
835
|
-
"../node_modules/@types/node/
|
|
836
|
-
"../node_modules/@types/node/
|
|
837
|
-
"../node_modules/@types/node/
|
|
838
|
-
"../node_modules/@types/node/events.d.ts",
|
|
839
|
-
"../node_modules/@types/node/net.d.ts"
|
|
840
|
-
],
|
|
841
|
-
"../node_modules/@types/node/console.d.ts": [
|
|
842
|
-
"../node_modules/@types/node/console.d.ts",
|
|
843
|
-
"../node_modules/@types/node/util.d.ts"
|
|
844
|
-
],
|
|
845
|
-
"../node_modules/@types/node/constants.d.ts": [
|
|
846
|
-
"../node_modules/@types/node/constants.d.ts",
|
|
847
|
-
"../node_modules/@types/node/crypto.d.ts",
|
|
848
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
849
|
-
"../node_modules/@types/node/os.d.ts"
|
|
850
|
-
],
|
|
851
|
-
"../node_modules/@types/node/crypto.d.ts": [
|
|
852
|
-
"../node_modules/@types/node/crypto.d.ts",
|
|
853
|
-
"../node_modules/@types/node/stream.d.ts"
|
|
854
|
-
],
|
|
855
|
-
"../node_modules/@types/node/dgram.d.ts": [
|
|
856
|
-
"../node_modules/@types/node/dgram.d.ts",
|
|
857
|
-
"../node_modules/@types/node/dns.d.ts",
|
|
858
|
-
"../node_modules/@types/node/events.d.ts",
|
|
859
|
-
"../node_modules/@types/node/net.d.ts"
|
|
860
|
-
],
|
|
861
|
-
"../node_modules/@types/node/dns.d.ts": [
|
|
862
|
-
"../node_modules/@types/node/dns.d.ts"
|
|
863
|
-
],
|
|
864
|
-
"../node_modules/@types/node/domain.d.ts": [
|
|
865
|
-
"../node_modules/@types/node/domain.d.ts",
|
|
866
|
-
"../node_modules/@types/node/events.d.ts"
|
|
867
|
-
],
|
|
868
|
-
"../node_modules/@types/node/events.d.ts": [
|
|
869
|
-
"../node_modules/@types/node/events.d.ts"
|
|
870
|
-
],
|
|
871
|
-
"../node_modules/@types/node/fs.d.ts": [
|
|
872
|
-
"../node_modules/@types/node/events.d.ts",
|
|
873
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
874
|
-
"../node_modules/@types/node/fs/promises.d.ts",
|
|
875
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
876
|
-
"../node_modules/@types/node/url.d.ts"
|
|
877
|
-
],
|
|
878
|
-
"../node_modules/@types/node/fs/promises.d.ts": [
|
|
879
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
880
|
-
"../node_modules/@types/node/fs/promises.d.ts"
|
|
881
|
-
],
|
|
882
|
-
"../node_modules/@types/node/http.d.ts": [
|
|
883
|
-
"../node_modules/@types/node/http.d.ts",
|
|
884
|
-
"../node_modules/@types/node/net.d.ts",
|
|
885
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
886
|
-
"../node_modules/@types/node/url.d.ts"
|
|
887
|
-
],
|
|
888
|
-
"../node_modules/@types/node/http2.d.ts": [
|
|
889
|
-
"../node_modules/@types/node/events.d.ts",
|
|
890
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
891
|
-
"../node_modules/@types/node/http.d.ts",
|
|
892
|
-
"../node_modules/@types/node/http2.d.ts",
|
|
893
|
-
"../node_modules/@types/node/net.d.ts",
|
|
894
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
895
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
896
|
-
"../node_modules/@types/node/url.d.ts"
|
|
897
|
-
],
|
|
898
|
-
"../node_modules/@types/node/https.d.ts": [
|
|
899
|
-
"../node_modules/@types/node/http.d.ts",
|
|
900
|
-
"../node_modules/@types/node/https.d.ts",
|
|
901
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
902
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
903
|
-
"../node_modules/@types/node/url.d.ts"
|
|
904
|
-
],
|
|
905
|
-
"../node_modules/@types/node/index.d.ts": [
|
|
906
|
-
"../node_modules/@types/node/assert.d.ts",
|
|
907
|
-
"../node_modules/@types/node/async_hooks.d.ts",
|
|
908
|
-
"../node_modules/@types/node/buffer.d.ts",
|
|
969
|
+
"../node_modules/@types/node/base.d.ts": [
|
|
970
|
+
"../node_modules/@types/node/async_hooks.d.ts",
|
|
971
|
+
"../node_modules/@types/node/buffer.d.ts",
|
|
909
972
|
"../node_modules/@types/node/child_process.d.ts",
|
|
910
973
|
"../node_modules/@types/node/cluster.d.ts",
|
|
911
974
|
"../node_modules/@types/node/console.d.ts",
|
|
@@ -918,7 +981,6 @@
|
|
|
918
981
|
"../node_modules/@types/node/fs.d.ts",
|
|
919
982
|
"../node_modules/@types/node/fs/promises.d.ts",
|
|
920
983
|
"../node_modules/@types/node/globals.d.ts",
|
|
921
|
-
"../node_modules/@types/node/globals.global.d.ts",
|
|
922
984
|
"../node_modules/@types/node/http.d.ts",
|
|
923
985
|
"../node_modules/@types/node/http2.d.ts",
|
|
924
986
|
"../node_modules/@types/node/https.d.ts",
|
|
@@ -938,112 +1000,482 @@
|
|
|
938
1000
|
"../node_modules/@types/node/timers.d.ts",
|
|
939
1001
|
"../node_modules/@types/node/tls.d.ts",
|
|
940
1002
|
"../node_modules/@types/node/trace_events.d.ts",
|
|
1003
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1004
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1005
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
941
1006
|
"../node_modules/@types/node/tty.d.ts",
|
|
942
1007
|
"../node_modules/@types/node/url.d.ts",
|
|
943
1008
|
"../node_modules/@types/node/util.d.ts",
|
|
944
1009
|
"../node_modules/@types/node/v8.d.ts",
|
|
945
1010
|
"../node_modules/@types/node/vm.d.ts",
|
|
946
|
-
"../node_modules/@types/node/wasi.d.ts",
|
|
947
1011
|
"../node_modules/@types/node/worker_threads.d.ts",
|
|
948
1012
|
"../node_modules/@types/node/zlib.d.ts"
|
|
949
1013
|
],
|
|
1014
|
+
"../node_modules/@types/node/buffer.d.ts": [
|
|
1015
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1016
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1017
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1018
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1019
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1020
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1021
|
+
],
|
|
1022
|
+
"../node_modules/@types/node/child_process.d.ts": [
|
|
1023
|
+
"../node_modules/@types/node/events.d.ts",
|
|
1024
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1025
|
+
"../node_modules/@types/node/net.d.ts",
|
|
1026
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1027
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
1028
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1029
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1030
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1031
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1032
|
+
],
|
|
1033
|
+
"../node_modules/@types/node/cluster.d.ts": [
|
|
1034
|
+
"../node_modules/@types/node/child_process.d.ts",
|
|
1035
|
+
"../node_modules/@types/node/events.d.ts",
|
|
1036
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1037
|
+
"../node_modules/@types/node/net.d.ts",
|
|
1038
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1039
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1040
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1041
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1042
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1043
|
+
],
|
|
1044
|
+
"../node_modules/@types/node/console.d.ts": [
|
|
1045
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1046
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1047
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1048
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1049
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1050
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1051
|
+
],
|
|
1052
|
+
"../node_modules/@types/node/constants.d.ts": [
|
|
1053
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
1054
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1055
|
+
"../node_modules/@types/node/os.d.ts",
|
|
1056
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1057
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1058
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1059
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1060
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1061
|
+
],
|
|
1062
|
+
"../node_modules/@types/node/crypto.d.ts": [
|
|
1063
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1064
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1065
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
1066
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1067
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1068
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1069
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1070
|
+
],
|
|
1071
|
+
"../node_modules/@types/node/dgram.d.ts": [
|
|
1072
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
1073
|
+
"../node_modules/@types/node/events.d.ts",
|
|
1074
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1075
|
+
"../node_modules/@types/node/net.d.ts",
|
|
1076
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1077
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1078
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1079
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1080
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1081
|
+
],
|
|
1082
|
+
"../node_modules/@types/node/dns.d.ts": [
|
|
1083
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1084
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1085
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1086
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1087
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1088
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1089
|
+
],
|
|
1090
|
+
"../node_modules/@types/node/domain.d.ts": [
|
|
1091
|
+
"../node_modules/@types/node/events.d.ts",
|
|
1092
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1093
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1094
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1095
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1096
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1097
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1098
|
+
],
|
|
1099
|
+
"../node_modules/@types/node/events.d.ts": [
|
|
1100
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1101
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1102
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1103
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1104
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1105
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1106
|
+
],
|
|
1107
|
+
"../node_modules/@types/node/fs.d.ts": [
|
|
1108
|
+
"../node_modules/@types/node/events.d.ts",
|
|
1109
|
+
"../node_modules/@types/node/fs/promises.d.ts",
|
|
1110
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1111
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
1112
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1113
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1114
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1115
|
+
"../node_modules/@types/node/url.d.ts",
|
|
1116
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1117
|
+
],
|
|
1118
|
+
"../node_modules/@types/node/fs/promises.d.ts": [
|
|
1119
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1120
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1121
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1122
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1123
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1124
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1125
|
+
],
|
|
1126
|
+
"../node_modules/@types/node/globals.d.ts": [
|
|
1127
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1128
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1129
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1130
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1131
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1132
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1133
|
+
],
|
|
1134
|
+
"../node_modules/@types/node/http.d.ts": [
|
|
1135
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1136
|
+
"../node_modules/@types/node/net.d.ts",
|
|
1137
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1138
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
1139
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1140
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1141
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1142
|
+
"../node_modules/@types/node/url.d.ts",
|
|
1143
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1144
|
+
],
|
|
1145
|
+
"../node_modules/@types/node/http2.d.ts": [
|
|
1146
|
+
"../node_modules/@types/node/events.d.ts",
|
|
1147
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1148
|
+
"../node_modules/@types/node/http.d.ts",
|
|
1149
|
+
"../node_modules/@types/node/net.d.ts",
|
|
1150
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1151
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
1152
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
1153
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1154
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1155
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1156
|
+
"../node_modules/@types/node/url.d.ts",
|
|
1157
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1158
|
+
],
|
|
1159
|
+
"../node_modules/@types/node/https.d.ts": [
|
|
1160
|
+
"../node_modules/@types/node/events.d.ts",
|
|
1161
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1162
|
+
"../node_modules/@types/node/http.d.ts",
|
|
1163
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1164
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
1165
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1166
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1167
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1168
|
+
"../node_modules/@types/node/url.d.ts",
|
|
1169
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1170
|
+
],
|
|
950
1171
|
"../node_modules/@types/node/inspector.d.ts": [
|
|
951
1172
|
"../node_modules/@types/node/events.d.ts",
|
|
952
|
-
"../node_modules/@types/node/
|
|
1173
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1174
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1175
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1176
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1177
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1178
|
+
"../node_modules/@types/node/util.d.ts"
|
|
953
1179
|
],
|
|
954
1180
|
"../node_modules/@types/node/module.d.ts": [
|
|
955
|
-
"../node_modules/@types/node/
|
|
956
|
-
"../node_modules/@types/node/
|
|
1181
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1182
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1183
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1184
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1185
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1186
|
+
"../node_modules/@types/node/url.d.ts",
|
|
1187
|
+
"../node_modules/@types/node/util.d.ts"
|
|
957
1188
|
],
|
|
958
1189
|
"../node_modules/@types/node/net.d.ts": [
|
|
959
1190
|
"../node_modules/@types/node/dns.d.ts",
|
|
960
1191
|
"../node_modules/@types/node/events.d.ts",
|
|
961
|
-
"../node_modules/@types/node/
|
|
962
|
-
"../node_modules/@types/node/
|
|
1192
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1193
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1194
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
1195
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1196
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1197
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1198
|
+
"../node_modules/@types/node/util.d.ts"
|
|
963
1199
|
],
|
|
964
1200
|
"../node_modules/@types/node/os.d.ts": [
|
|
965
|
-
"../node_modules/@types/node/
|
|
1201
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1202
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1203
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1204
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1205
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1206
|
+
"../node_modules/@types/node/util.d.ts"
|
|
966
1207
|
],
|
|
967
1208
|
"../node_modules/@types/node/path.d.ts": [
|
|
968
|
-
"../node_modules/@types/node/
|
|
1209
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1210
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1211
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1212
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1213
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1214
|
+
"../node_modules/@types/node/util.d.ts"
|
|
969
1215
|
],
|
|
970
1216
|
"../node_modules/@types/node/perf_hooks.d.ts": [
|
|
971
1217
|
"../node_modules/@types/node/async_hooks.d.ts",
|
|
972
|
-
"../node_modules/@types/node/
|
|
1218
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1219
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1220
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1221
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1222
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1223
|
+
"../node_modules/@types/node/util.d.ts"
|
|
973
1224
|
],
|
|
974
1225
|
"../node_modules/@types/node/process.d.ts": [
|
|
975
|
-
"../node_modules/@types/node/
|
|
976
|
-
"../node_modules/@types/node/
|
|
1226
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1227
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1228
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1229
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1230
|
+
"../node_modules/@types/node/tty.d.ts",
|
|
1231
|
+
"../node_modules/@types/node/util.d.ts"
|
|
977
1232
|
],
|
|
978
1233
|
"../node_modules/@types/node/punycode.d.ts": [
|
|
979
|
-
"../node_modules/@types/node/
|
|
1234
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1235
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1236
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1237
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1238
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1239
|
+
"../node_modules/@types/node/util.d.ts"
|
|
980
1240
|
],
|
|
981
1241
|
"../node_modules/@types/node/querystring.d.ts": [
|
|
982
|
-
"../node_modules/@types/node/
|
|
1242
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1243
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1244
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1245
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1246
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1247
|
+
"../node_modules/@types/node/util.d.ts"
|
|
983
1248
|
],
|
|
984
1249
|
"../node_modules/@types/node/readline.d.ts": [
|
|
985
1250
|
"../node_modules/@types/node/events.d.ts",
|
|
986
|
-
"../node_modules/@types/node/
|
|
1251
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1252
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1253
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
1254
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1255
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1256
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1257
|
+
"../node_modules/@types/node/util.d.ts"
|
|
987
1258
|
],
|
|
988
1259
|
"../node_modules/@types/node/repl.d.ts": [
|
|
1260
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1261
|
+
"../node_modules/@types/node/process.d.ts",
|
|
989
1262
|
"../node_modules/@types/node/readline.d.ts",
|
|
990
|
-
"../node_modules/@types/node/
|
|
1263
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1264
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1265
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
991
1266
|
"../node_modules/@types/node/util.d.ts",
|
|
992
1267
|
"../node_modules/@types/node/vm.d.ts"
|
|
993
1268
|
],
|
|
994
1269
|
"../node_modules/@types/node/stream.d.ts": [
|
|
995
1270
|
"../node_modules/@types/node/events.d.ts",
|
|
996
|
-
"../node_modules/@types/node/
|
|
1271
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1272
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1273
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1274
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1275
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1276
|
+
"../node_modules/@types/node/util.d.ts"
|
|
997
1277
|
],
|
|
998
1278
|
"../node_modules/@types/node/string_decoder.d.ts": [
|
|
999
|
-
"../node_modules/@types/node/
|
|
1279
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1280
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1281
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1282
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1283
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1284
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1000
1285
|
],
|
|
1001
1286
|
"../node_modules/@types/node/timers.d.ts": [
|
|
1002
|
-
"../node_modules/@types/node/
|
|
1287
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1288
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1289
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1290
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1291
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1292
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1003
1293
|
],
|
|
1004
1294
|
"../node_modules/@types/node/tls.d.ts": [
|
|
1295
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
1296
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
1297
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1005
1298
|
"../node_modules/@types/node/net.d.ts",
|
|
1299
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1006
1300
|
"../node_modules/@types/node/stream.d.ts",
|
|
1007
|
-
"../node_modules/@types/node/
|
|
1301
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1302
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1303
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1304
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1008
1305
|
],
|
|
1009
1306
|
"../node_modules/@types/node/trace_events.d.ts": [
|
|
1010
|
-
"../node_modules/@types/node/
|
|
1307
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1308
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1309
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1310
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1311
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1312
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1313
|
+
],
|
|
1314
|
+
"../node_modules/@types/node/ts3.2/base.d.ts": [
|
|
1315
|
+
"../node_modules/@types/node/base.d.ts",
|
|
1316
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1317
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1318
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1319
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts",
|
|
1320
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1321
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1322
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1323
|
+
],
|
|
1324
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts": [
|
|
1325
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1326
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1327
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1328
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1329
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1330
|
+
],
|
|
1331
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts": [
|
|
1332
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1333
|
+
"../node_modules/@types/node/globals.d.ts",
|
|
1334
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1335
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1336
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1337
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1338
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1339
|
+
],
|
|
1340
|
+
"../node_modules/@types/node/ts3.2/process.d.ts": [
|
|
1341
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1342
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1343
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1344
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1345
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1346
|
+
],
|
|
1347
|
+
"../node_modules/@types/node/ts3.2/util.d.ts": [
|
|
1348
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1349
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1350
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1351
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1352
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1353
|
+
],
|
|
1354
|
+
"../node_modules/@types/node/ts3.5/base.d.ts": [
|
|
1355
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1356
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1357
|
+
"../node_modules/@types/node/ts3.2/base.d.ts",
|
|
1358
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1359
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1360
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1361
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts",
|
|
1362
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts",
|
|
1363
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1364
|
+
],
|
|
1365
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts": [
|
|
1366
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1367
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1368
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1369
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1370
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1371
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1372
|
+
],
|
|
1373
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts": [
|
|
1374
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1375
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1376
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1377
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1378
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1379
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1380
|
+
],
|
|
1381
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts": [
|
|
1382
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1383
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1384
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1385
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1386
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1387
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1388
|
+
],
|
|
1389
|
+
"../node_modules/@types/node/ts3.7/base.d.ts": [
|
|
1390
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1391
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1392
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1393
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1394
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1395
|
+
"../node_modules/@types/node/ts3.5/base.d.ts",
|
|
1396
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts",
|
|
1397
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1398
|
+
],
|
|
1399
|
+
"../node_modules/@types/node/ts3.7/index.d.ts": [
|
|
1400
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1401
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1402
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1403
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1404
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1405
|
+
"../node_modules/@types/node/ts3.7/base.d.ts",
|
|
1406
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1011
1407
|
],
|
|
1012
1408
|
"../node_modules/@types/node/tty.d.ts": [
|
|
1409
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1013
1410
|
"../node_modules/@types/node/net.d.ts",
|
|
1014
|
-
"../node_modules/@types/node/
|
|
1411
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1412
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1413
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1414
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1415
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1015
1416
|
],
|
|
1016
1417
|
"../node_modules/@types/node/url.d.ts": [
|
|
1418
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1419
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1017
1420
|
"../node_modules/@types/node/querystring.d.ts",
|
|
1018
|
-
"../node_modules/@types/node/
|
|
1421
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1422
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1423
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1424
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1019
1425
|
],
|
|
1020
1426
|
"../node_modules/@types/node/util.d.ts": [
|
|
1021
|
-
"../node_modules/@types/node/
|
|
1427
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1428
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1429
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1430
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1431
|
+
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
1022
1432
|
],
|
|
1023
1433
|
"../node_modules/@types/node/v8.d.ts": [
|
|
1434
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1435
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1024
1436
|
"../node_modules/@types/node/stream.d.ts",
|
|
1025
|
-
"../node_modules/@types/node/
|
|
1437
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1438
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1439
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1440
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1026
1441
|
],
|
|
1027
1442
|
"../node_modules/@types/node/vm.d.ts": [
|
|
1028
|
-
"../node_modules/@types/node/
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
"../node_modules/@types/node/
|
|
1443
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1444
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1445
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1446
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1447
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1448
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1032
1449
|
],
|
|
1033
1450
|
"../node_modules/@types/node/worker_threads.d.ts": [
|
|
1034
1451
|
"../node_modules/@types/node/events.d.ts",
|
|
1035
|
-
"../node_modules/@types/node/fs
|
|
1452
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1453
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1036
1454
|
"../node_modules/@types/node/stream.d.ts",
|
|
1455
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1456
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1457
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1037
1458
|
"../node_modules/@types/node/url.d.ts",
|
|
1038
|
-
"../node_modules/@types/node/
|
|
1039
|
-
"../node_modules/@types/node/
|
|
1459
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1460
|
+
"../node_modules/@types/node/vm.d.ts"
|
|
1040
1461
|
],
|
|
1041
1462
|
"../node_modules/@types/node/zlib.d.ts": [
|
|
1463
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1464
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1042
1465
|
"../node_modules/@types/node/stream.d.ts",
|
|
1043
|
-
"../node_modules/@types/node/
|
|
1466
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1467
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1468
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1469
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1044
1470
|
],
|
|
1045
1471
|
"../node_modules/@types/nodemailer/index.d.ts": [
|
|
1046
|
-
"../node_modules/@types/node/
|
|
1472
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1473
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1474
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1475
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1476
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1477
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1478
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1047
1479
|
"../node_modules/@types/nodemailer/lib/json-transport.d.ts",
|
|
1048
1480
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1049
1481
|
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
@@ -1054,12 +1486,24 @@
|
|
|
1054
1486
|
"../node_modules/@types/nodemailer/lib/stream-transport.d.ts"
|
|
1055
1487
|
],
|
|
1056
1488
|
"../node_modules/@types/nodemailer/lib/dkim/index.d.ts": [
|
|
1057
|
-
"../node_modules/@types/node/
|
|
1058
|
-
"../node_modules/@types/node/
|
|
1489
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1490
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1491
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
1492
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1493
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1494
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1495
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1496
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1059
1497
|
],
|
|
1060
1498
|
"../node_modules/@types/nodemailer/lib/json-transport.d.ts": [
|
|
1061
1499
|
"../node_modules/@types/node/events.d.ts",
|
|
1062
|
-
"../node_modules/@types/node/
|
|
1500
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1501
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1502
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1503
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1504
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1505
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1506
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1063
1507
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
1064
1508
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1065
1509
|
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
@@ -1068,10 +1512,16 @@
|
|
|
1068
1512
|
],
|
|
1069
1513
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts": [
|
|
1070
1514
|
"../node_modules/@types/node/events.d.ts",
|
|
1071
|
-
"../node_modules/@types/node/
|
|
1515
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1072
1516
|
"../node_modules/@types/node/net.d.ts",
|
|
1517
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1073
1518
|
"../node_modules/@types/node/stream.d.ts",
|
|
1519
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1520
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1521
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1522
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1074
1523
|
"../node_modules/@types/node/url.d.ts",
|
|
1524
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1075
1525
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
1076
1526
|
"../node_modules/@types/nodemailer/lib/dkim/index.d.ts",
|
|
1077
1527
|
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
@@ -1081,19 +1531,37 @@
|
|
|
1081
1531
|
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
1082
1532
|
],
|
|
1083
1533
|
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts": [
|
|
1084
|
-
"../node_modules/@types/node/
|
|
1534
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1535
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1085
1536
|
"../node_modules/@types/node/stream.d.ts",
|
|
1537
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1538
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1539
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1540
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1541
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1086
1542
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1087
1543
|
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts"
|
|
1088
1544
|
],
|
|
1089
1545
|
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts": [
|
|
1090
|
-
"../node_modules/@types/node/
|
|
1546
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1547
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1091
1548
|
"../node_modules/@types/node/stream.d.ts",
|
|
1549
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1550
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1551
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1552
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1553
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1092
1554
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1093
1555
|
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
1094
1556
|
],
|
|
1095
1557
|
"../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts": [
|
|
1096
|
-
"../node_modules/@types/node/
|
|
1558
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1559
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1560
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1561
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1562
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1563
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1564
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1097
1565
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
1098
1566
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1099
1567
|
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
@@ -1102,7 +1570,13 @@
|
|
|
1102
1570
|
],
|
|
1103
1571
|
"../node_modules/@types/nodemailer/lib/ses-transport.d.ts": [
|
|
1104
1572
|
"../node_modules/@types/node/events.d.ts",
|
|
1105
|
-
"../node_modules/@types/node/
|
|
1573
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1574
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1575
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1576
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1577
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1578
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1579
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1106
1580
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
1107
1581
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1108
1582
|
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
@@ -1110,23 +1584,41 @@
|
|
|
1110
1584
|
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
1111
1585
|
],
|
|
1112
1586
|
"../node_modules/@types/nodemailer/lib/shared.d.ts": [
|
|
1113
|
-
"../node_modules/@types/node/
|
|
1587
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1588
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1114
1589
|
"../node_modules/@types/node/stream.d.ts",
|
|
1590
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1591
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1592
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1593
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1594
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1115
1595
|
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
|
|
1116
1596
|
],
|
|
1117
1597
|
"../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts": [
|
|
1118
1598
|
"../node_modules/@types/node/events.d.ts",
|
|
1119
|
-
"../node_modules/@types/node/
|
|
1599
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1120
1600
|
"../node_modules/@types/node/net.d.ts",
|
|
1601
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1121
1602
|
"../node_modules/@types/node/stream.d.ts",
|
|
1122
1603
|
"../node_modules/@types/node/tls.d.ts",
|
|
1604
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1605
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1606
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1607
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1608
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1123
1609
|
"../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
|
|
1124
1610
|
"../node_modules/@types/nodemailer/lib/shared.d.ts",
|
|
1125
1611
|
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
|
|
1126
1612
|
],
|
|
1127
1613
|
"../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts": [
|
|
1128
1614
|
"../node_modules/@types/node/events.d.ts",
|
|
1129
|
-
"../node_modules/@types/node/
|
|
1615
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1616
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1617
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1618
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1619
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1620
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1621
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1130
1622
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
1131
1623
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1132
1624
|
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
@@ -1136,8 +1628,14 @@
|
|
|
1136
1628
|
],
|
|
1137
1629
|
"../node_modules/@types/nodemailer/lib/smtp-transport.d.ts": [
|
|
1138
1630
|
"../node_modules/@types/node/events.d.ts",
|
|
1139
|
-
"../node_modules/@types/node/
|
|
1631
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1632
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1140
1633
|
"../node_modules/@types/node/stream.d.ts",
|
|
1634
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1635
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1636
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1637
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1638
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1141
1639
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
1142
1640
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1143
1641
|
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
@@ -1148,8 +1646,14 @@
|
|
|
1148
1646
|
],
|
|
1149
1647
|
"../node_modules/@types/nodemailer/lib/stream-transport.d.ts": [
|
|
1150
1648
|
"../node_modules/@types/node/events.d.ts",
|
|
1151
|
-
"../node_modules/@types/node/
|
|
1649
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1650
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1152
1651
|
"../node_modules/@types/node/stream.d.ts",
|
|
1652
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1653
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1654
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1655
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1656
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1153
1657
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
1154
1658
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1155
1659
|
"../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
|
|
@@ -1157,36 +1661,392 @@
|
|
|
1157
1661
|
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
1158
1662
|
],
|
|
1159
1663
|
"../node_modules/@types/nodemailer/lib/xoauth2.d.ts": [
|
|
1664
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1160
1665
|
"../node_modules/@types/node/http.d.ts",
|
|
1161
|
-
"../node_modules/@types/node/
|
|
1666
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1162
1667
|
"../node_modules/@types/node/stream.d.ts",
|
|
1668
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1669
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1670
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1671
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1672
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1163
1673
|
"../node_modules/@types/nodemailer/lib/shared.d.ts"
|
|
1164
1674
|
],
|
|
1165
1675
|
"../node_modules/@types/oauth2orize/index.d.ts": [
|
|
1166
1676
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1677
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1167
1678
|
"../node_modules/@types/node/http.d.ts",
|
|
1168
|
-
"../node_modules/@types/node/
|
|
1679
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1680
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1681
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1682
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1683
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1684
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1169
1685
|
],
|
|
1170
1686
|
"../node_modules/@types/passport/index.d.ts": [
|
|
1171
1687
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1172
|
-
"../node_modules/@types/node/
|
|
1688
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1689
|
+
"../node_modules/@types/node/http.d.ts",
|
|
1690
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1691
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1692
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1693
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1694
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1695
|
+
],
|
|
1696
|
+
"../node_modules/@types/qs/index.d.ts": [
|
|
1697
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1698
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1699
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1700
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1701
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1702
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1703
|
+
],
|
|
1704
|
+
"../node_modules/@types/range-parser/index.d.ts": [
|
|
1705
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1706
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1707
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1708
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1709
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1710
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1173
1711
|
],
|
|
1174
1712
|
"../node_modules/@types/serve-static/index.d.ts": [
|
|
1175
1713
|
"../node_modules/@types/mime/index.d.ts",
|
|
1714
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1176
1715
|
"../node_modules/@types/node/http.d.ts",
|
|
1177
|
-
"../node_modules/@types/node/
|
|
1716
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1717
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1718
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1719
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1720
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
1721
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1722
|
+
],
|
|
1723
|
+
"../node_modules/axios/index.d.ts": [
|
|
1724
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1725
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1726
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1727
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1728
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1729
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1178
1730
|
],
|
|
1179
1731
|
"../node_modules/mongoose/index.d.ts": [
|
|
1180
1732
|
"../node_modules/@types/mongodb/index.d.ts",
|
|
1181
1733
|
"../node_modules/@types/node/events.d.ts",
|
|
1734
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1735
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1182
1736
|
"../node_modules/@types/node/stream.d.ts",
|
|
1737
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1738
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1739
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1740
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1183
1741
|
"../node_modules/mongoose/index.d.ts"
|
|
1184
1742
|
],
|
|
1743
|
+
"../node_modules/tslib/tslib.d.ts": [
|
|
1744
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1745
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1746
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1747
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1748
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1749
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1750
|
+
],
|
|
1751
|
+
"../node_modules/typescript/lib/lib.dom.d.ts": [
|
|
1752
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1753
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1754
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1755
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1756
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1757
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1758
|
+
],
|
|
1759
|
+
"../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
|
|
1760
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1761
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1762
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1763
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1764
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1765
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1766
|
+
],
|
|
1767
|
+
"../node_modules/typescript/lib/lib.es2015.core.d.ts": [
|
|
1768
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1769
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1770
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1771
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1772
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1773
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1774
|
+
],
|
|
1775
|
+
"../node_modules/typescript/lib/lib.es2015.d.ts": [
|
|
1776
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1777
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1778
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1779
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1780
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1781
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1782
|
+
],
|
|
1783
|
+
"../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
|
|
1784
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1785
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1786
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1787
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1788
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1789
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1790
|
+
],
|
|
1791
|
+
"../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
|
|
1792
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1793
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1794
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1795
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1796
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1797
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1798
|
+
],
|
|
1799
|
+
"../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
|
|
1800
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1801
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1802
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1803
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1804
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1805
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1806
|
+
],
|
|
1807
|
+
"../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
|
|
1808
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1809
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1810
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1811
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1812
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1813
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1814
|
+
],
|
|
1815
|
+
"../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
|
|
1816
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1817
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1818
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1819
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1820
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1821
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1822
|
+
],
|
|
1823
|
+
"../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
|
|
1824
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1825
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1826
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1827
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1828
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1829
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1830
|
+
],
|
|
1831
|
+
"../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
|
|
1832
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1833
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1834
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1835
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1836
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1837
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1838
|
+
],
|
|
1839
|
+
"../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
|
|
1840
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1841
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1842
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1843
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1844
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1845
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1846
|
+
],
|
|
1847
|
+
"../node_modules/typescript/lib/lib.es2016.d.ts": [
|
|
1848
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1849
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1850
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1851
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1852
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1853
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1854
|
+
],
|
|
1855
|
+
"../node_modules/typescript/lib/lib.es2017.d.ts": [
|
|
1856
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1857
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1858
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1859
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1860
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1861
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1862
|
+
],
|
|
1863
|
+
"../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
|
|
1864
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1865
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1866
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1867
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1868
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1869
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1870
|
+
],
|
|
1871
|
+
"../node_modules/typescript/lib/lib.es2017.object.d.ts": [
|
|
1872
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1873
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1874
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1875
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1876
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1877
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1878
|
+
],
|
|
1879
|
+
"../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
|
|
1880
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1881
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1882
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1883
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1884
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1885
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1886
|
+
],
|
|
1887
|
+
"../node_modules/typescript/lib/lib.es2017.string.d.ts": [
|
|
1888
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1889
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1890
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1891
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1892
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1893
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1894
|
+
],
|
|
1895
|
+
"../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
|
|
1896
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1897
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1898
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1899
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1900
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1901
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1902
|
+
],
|
|
1903
|
+
"../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
|
|
1904
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1905
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1906
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1907
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1908
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1909
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1910
|
+
],
|
|
1911
|
+
"../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
|
|
1912
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1913
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1914
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1915
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1916
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1917
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1918
|
+
],
|
|
1919
|
+
"../node_modules/typescript/lib/lib.es2018.d.ts": [
|
|
1920
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1921
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1922
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1923
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1924
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1925
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1926
|
+
],
|
|
1927
|
+
"../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
|
|
1928
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1929
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1930
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1931
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1932
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1933
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1934
|
+
],
|
|
1935
|
+
"../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
|
|
1936
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1937
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1938
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1939
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1940
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1941
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1942
|
+
],
|
|
1943
|
+
"../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
|
|
1944
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1945
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1946
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1947
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1948
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1949
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1950
|
+
],
|
|
1951
|
+
"../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
|
|
1952
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1953
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1954
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1955
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1956
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1957
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1958
|
+
],
|
|
1959
|
+
"../node_modules/typescript/lib/lib.es5.d.ts": [
|
|
1960
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1961
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1962
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1963
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1964
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1965
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1966
|
+
],
|
|
1967
|
+
"../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
|
|
1968
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1969
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1970
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1971
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1972
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1973
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1974
|
+
],
|
|
1185
1975
|
"../src/_constants/dynamobe-global.settings.ts": [
|
|
1976
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1977
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1978
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1979
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1980
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1981
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1186
1982
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1187
1983
|
"../src/_models/dynamobe-global-settings.ts"
|
|
1188
1984
|
],
|
|
1985
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts": [
|
|
1986
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1987
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1988
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1989
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1990
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1991
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1992
|
+
"../src/_models/dynamo-module-settings.ts"
|
|
1993
|
+
],
|
|
1994
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts": [
|
|
1995
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1996
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1997
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1998
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1999
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2000
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2001
|
+
"../src/_models/dynamo-module-settings.ts"
|
|
2002
|
+
],
|
|
2003
|
+
"../src/_enums/data-model-type.enum.ts": [
|
|
2004
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2005
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2006
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2007
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2008
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2009
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2010
|
+
],
|
|
2011
|
+
"../src/_enums/dynamobe-data-service-function.enum.ts": [
|
|
2012
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2013
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2014
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2015
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2016
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2017
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2018
|
+
],
|
|
2019
|
+
"../src/_enums/dynamobe-route-security.enum.ts": [
|
|
2020
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2021
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2022
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2023
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2024
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2025
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2026
|
+
],
|
|
2027
|
+
"../src/_enums/http/http-call-type.enum.ts": [
|
|
2028
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2029
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2030
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2031
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2032
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2033
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2034
|
+
],
|
|
2035
|
+
"../src/_enums/http/http-response-type.enum.ts": [
|
|
2036
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2037
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2038
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2039
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2040
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2041
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2042
|
+
],
|
|
1189
2043
|
"../src/_enums/index.ts": [
|
|
2044
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2045
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2046
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2047
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2048
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2049
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1190
2050
|
"../src/_enums/data-model-type.enum.ts",
|
|
1191
2051
|
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
1192
2052
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
@@ -1195,105 +2055,303 @@
|
|
|
1195
2055
|
"../src/_enums/log-style.enum.ts",
|
|
1196
2056
|
"../src/_enums/predefined-data-types.enum.ts"
|
|
1197
2057
|
],
|
|
2058
|
+
"../src/_enums/log-style.enum.ts": [
|
|
2059
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2060
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2061
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2062
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2063
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2064
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2065
|
+
],
|
|
2066
|
+
"../src/_enums/predefined-data-types.enum.ts": [
|
|
2067
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2068
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2069
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2070
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2071
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2072
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2073
|
+
],
|
|
2074
|
+
"../src/_models/dynamo-module-settings.ts": [
|
|
2075
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2076
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2077
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2078
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2079
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2080
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2081
|
+
],
|
|
1198
2082
|
"../src/_models/dynamobe-api-call-params.ts": [
|
|
2083
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2084
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2085
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2086
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2087
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2088
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1199
2089
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
1200
2090
|
"../src/_enums/http/http-response-type.enum.ts"
|
|
1201
2091
|
],
|
|
2092
|
+
"../src/_models/dynamobe-app-params.ts": [
|
|
2093
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2094
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2095
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2096
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2097
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2098
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2099
|
+
],
|
|
1202
2100
|
"../src/_models/dynamobe-data-model-params.ts": [
|
|
2101
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2102
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2103
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2104
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2105
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2106
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1203
2107
|
"../src/_enums/data-model-type.enum.ts",
|
|
1204
|
-
"../src/_models/fullstack
|
|
2108
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
1205
2109
|
],
|
|
1206
|
-
"../src/_models/dynamobe-endpoint-
|
|
2110
|
+
"../src/_models/dynamobe-endpoint-params.ts": [
|
|
1207
2111
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2112
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2113
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2114
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2115
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2116
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2117
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1208
2118
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1209
2119
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
1210
2120
|
"../src/_services/dynamobe-global.service.ts",
|
|
1211
2121
|
"../src/_services/dynamobe-shared.service.ts"
|
|
1212
2122
|
],
|
|
1213
2123
|
"../src/_models/dynamobe-global-settings.ts": [
|
|
2124
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2125
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2126
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2127
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2128
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2129
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1214
2130
|
"../src/_enums/dynamobe-route-security.enum.ts"
|
|
1215
2131
|
],
|
|
1216
|
-
"../src/_models/fullstack
|
|
1217
|
-
"../
|
|
2132
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts": [
|
|
2133
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2134
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2135
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2136
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2137
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2138
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2139
|
+
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
2140
|
+
],
|
|
2141
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts": [
|
|
2142
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2143
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2144
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2145
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2146
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2147
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2148
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
2149
|
+
],
|
|
2150
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts": [
|
|
2151
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2152
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2153
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2154
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2155
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2156
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2157
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts"
|
|
2158
|
+
],
|
|
2159
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts": [
|
|
2160
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2161
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2162
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2163
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2164
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2165
|
+
"../node_modules/@types/node/util.d.ts"
|
|
2166
|
+
],
|
|
2167
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts": [
|
|
2168
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2169
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2170
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2171
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2172
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2173
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1218
2174
|
],
|
|
1219
|
-
"../src/_models/fullstack
|
|
1220
|
-
"../
|
|
2175
|
+
"../src/_models/fullstack/control-models/usage-action.ts": [
|
|
2176
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2177
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2178
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2179
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2180
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2181
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1221
2182
|
],
|
|
1222
|
-
"../src/_models/fullstack
|
|
1223
|
-
"../
|
|
2183
|
+
"../src/_models/fullstack/control-models/usage-data.ts": [
|
|
2184
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2185
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2186
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2187
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2188
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2189
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2190
|
+
"../src/_models/fullstack/control-models/usage-action.ts"
|
|
1224
2191
|
],
|
|
1225
|
-
"../src/_models/fullstack
|
|
1226
|
-
"../
|
|
2192
|
+
"../src/_models/fullstack/data-models/custom-data.ts": [
|
|
2193
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2194
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2195
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2196
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2197
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2198
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2199
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2200
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
1227
2201
|
],
|
|
1228
|
-
"../src/_models/fullstack
|
|
1229
|
-
"../
|
|
1230
|
-
"../
|
|
2202
|
+
"../src/_models/fullstack/data-models/metadata.ts": [
|
|
2203
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2204
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2205
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2206
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2207
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2208
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1231
2209
|
],
|
|
1232
|
-
"../src/_models/fullstack
|
|
1233
|
-
"../
|
|
1234
|
-
"../
|
|
1235
|
-
"../
|
|
1236
|
-
"../
|
|
2210
|
+
"../src/_models/fullstack/data-models/usage-session.ts": [
|
|
2211
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2212
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2213
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2214
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2215
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2216
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2217
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2218
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
2219
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
2220
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
1237
2221
|
],
|
|
1238
2222
|
"../src/_models/index.ts": [
|
|
2223
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2224
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2225
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2226
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2227
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2228
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1239
2229
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
1240
2230
|
"../src/_models/dynamobe-app-params.ts",
|
|
1241
2231
|
"../src/_models/dynamobe-data-model-params.ts",
|
|
1242
|
-
"../src/_models/dynamobe-endpoint-
|
|
2232
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
1243
2233
|
"../src/_models/dynamobe-global-settings.ts",
|
|
1244
|
-
"../src/_models/fullstack
|
|
1245
|
-
"../src/_models/fullstack
|
|
1246
|
-
"../src/_models/fullstack
|
|
1247
|
-
"../src/_models/fullstack
|
|
1248
|
-
"../src/_models/fullstack
|
|
1249
|
-
"../src/_models/fullstack
|
|
1250
|
-
"../src/_models/fullstack
|
|
1251
|
-
"../src/_models/fullstack
|
|
1252
|
-
"../src/_models/fullstack
|
|
1253
|
-
"../src/_models/fullstack
|
|
1254
|
-
],
|
|
1255
|
-
"../src/_modules/
|
|
1256
|
-
"../
|
|
1257
|
-
"../
|
|
1258
|
-
"../
|
|
1259
|
-
"../
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
"../src/_models/fullstack
|
|
2234
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
2235
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2236
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
2237
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2238
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
2239
|
+
"../src/_models/fullstack/control-models/usage-action.ts",
|
|
2240
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
2241
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
2242
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
2243
|
+
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
2244
|
+
],
|
|
2245
|
+
"../src/_modules/test/custom-data.service.ts": [
|
|
2246
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2247
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2248
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2249
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2250
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2251
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2252
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
1263
2253
|
"../src/_services/dynamobe-data.service.ts"
|
|
1264
2254
|
],
|
|
1265
|
-
"../src/_modules/test
|
|
2255
|
+
"../src/_modules/test/index.ts": [
|
|
2256
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2257
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2258
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2259
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2260
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2261
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2262
|
+
"../src/_modules/test/custom-data.service.ts",
|
|
2263
|
+
"../src/_modules/test/test-controller.ts",
|
|
2264
|
+
"../src/_modules/test/test-routing-module.ts"
|
|
2265
|
+
],
|
|
2266
|
+
"../src/_modules/test/test-controller.ts": [
|
|
1266
2267
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2268
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2269
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2270
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2271
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2272
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2273
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2274
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
1267
2275
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
1268
|
-
"../src/_models/dynamobe-endpoint-
|
|
1269
|
-
"../src/_modules/test
|
|
2276
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2277
|
+
"../src/_modules/test/custom-data.service.ts",
|
|
1270
2278
|
"../src/_services/dynamobe-controller.service.ts"
|
|
1271
2279
|
],
|
|
1272
|
-
"../src/_modules/
|
|
2280
|
+
"../src/_modules/test/test-routing-module.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/_modules/test/test-controller.ts",
|
|
2288
|
+
"../src/_services/dynamobe-routing-module.service.ts"
|
|
2289
|
+
],
|
|
2290
|
+
"../src/_modules/usage/index.ts": [
|
|
2291
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2292
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2293
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2294
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2295
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2296
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2297
|
+
"../src/_modules/usage/usage-controller.ts",
|
|
2298
|
+
"../src/_modules/usage/usage-routing-module.ts",
|
|
2299
|
+
"../src/_modules/usage/usage.service.ts"
|
|
2300
|
+
],
|
|
2301
|
+
"../src/_modules/usage/usage-controller.ts": [
|
|
1273
2302
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2303
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2304
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2305
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2306
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2307
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2308
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2309
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
1274
2310
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
1275
|
-
"../src/_models/dynamobe-endpoint-
|
|
1276
|
-
"../src/_models/fullstack
|
|
1277
|
-
"../src/_modules/usage
|
|
2311
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2312
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
2313
|
+
"../src/_modules/usage/usage.service.ts",
|
|
1278
2314
|
"../src/_services/dynamobe-auth.service.ts",
|
|
1279
2315
|
"../src/_services/dynamobe-controller.service.ts",
|
|
1280
2316
|
"../src/_services/dynamobe-global.service.ts"
|
|
1281
2317
|
],
|
|
1282
|
-
"../src/_modules/usage
|
|
2318
|
+
"../src/_modules/usage/usage-routing-module.ts": [
|
|
2319
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2320
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2321
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2322
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2323
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2324
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2325
|
+
"../src/_modules/usage/usage-controller.ts",
|
|
2326
|
+
"../src/_services/dynamobe-routing-module.service.ts"
|
|
2327
|
+
],
|
|
2328
|
+
"../src/_modules/usage/usage.service.ts": [
|
|
1283
2329
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1284
|
-
"../
|
|
1285
|
-
"../
|
|
1286
|
-
"../
|
|
1287
|
-
"../
|
|
2330
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2331
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2332
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2333
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2334
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2335
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2336
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
2337
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2338
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
2339
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
1288
2340
|
"../src/_services/dynamobe-data.service.ts",
|
|
1289
2341
|
"../src/_services/dynamobe-shared.service.ts"
|
|
1290
2342
|
],
|
|
1291
2343
|
"../src/_services/dynamobe-api.service.ts": [
|
|
2344
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2345
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2346
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2347
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2348
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2349
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1292
2350
|
"../node_modules/axios/index.d.ts",
|
|
1293
2351
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
1294
2352
|
"../src/_enums/http/http-response-type.enum.ts",
|
|
1295
2353
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
1296
|
-
"../src/_models/fullstack
|
|
2354
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
1297
2355
|
"../src/_services/dynamobe-shared.service.ts"
|
|
1298
2356
|
],
|
|
1299
2357
|
"../src/_services/dynamobe-app.ts": [
|
|
@@ -1301,10 +2359,15 @@
|
|
|
1301
2359
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1302
2360
|
"../node_modules/@types/node/fs.d.ts",
|
|
1303
2361
|
"../node_modules/@types/node/https.d.ts",
|
|
2362
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2363
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2364
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2365
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2366
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1304
2367
|
"../node_modules/mongoose/index.d.ts",
|
|
1305
2368
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1306
2369
|
"../src/_models/dynamobe-app-params.ts",
|
|
1307
|
-
"../src/_models/dynamobe-endpoint-
|
|
2370
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
1308
2371
|
"../src/_services/dynamobe-global.service.ts",
|
|
1309
2372
|
"../src/_services/dynamobe-routing-module.service.ts",
|
|
1310
2373
|
"../src/_services/dynamobe-shared.service.ts",
|
|
@@ -1312,50 +2375,97 @@
|
|
|
1312
2375
|
],
|
|
1313
2376
|
"../src/_services/dynamobe-auth.service.ts": [
|
|
1314
2377
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1315
|
-
"../
|
|
2378
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2379
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2380
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2381
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2382
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2383
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2384
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
1316
2385
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1317
2386
|
],
|
|
1318
2387
|
"../src/_services/dynamobe-controller.service.ts": [
|
|
1319
|
-
"../
|
|
2388
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2389
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2390
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2391
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2392
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2393
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2394
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
1320
2395
|
"../src/_services/dynamobe-shared.service.ts",
|
|
1321
2396
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1322
2397
|
],
|
|
1323
2398
|
"../src/_services/dynamobe-data.service.ts": [
|
|
1324
|
-
"../
|
|
1325
|
-
"../
|
|
1326
|
-
"../
|
|
1327
|
-
"../
|
|
2399
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2400
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2401
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2402
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2403
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2404
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2405
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2406
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
2407
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2408
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
1328
2409
|
"../src/_services/dynamobe-db.service.ts",
|
|
1329
2410
|
"../src/_services/dynamobe-global.service.ts"
|
|
1330
2411
|
],
|
|
1331
2412
|
"../src/_services/dynamobe-db-service-collection.service.ts": [
|
|
2413
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2414
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2415
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2416
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2417
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2418
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1332
2419
|
"../src/_services/dynamobe-db.service.ts",
|
|
1333
2420
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1334
2421
|
],
|
|
1335
2422
|
"../src/_services/dynamobe-db.service.ts": [
|
|
2423
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2424
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2425
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2426
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2427
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2428
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1336
2429
|
"../node_modules/mongoose/index.d.ts",
|
|
1337
|
-
"../src/_models/fullstack
|
|
1338
|
-
"../src/_models/fullstack
|
|
1339
|
-
"../src/_models/fullstack
|
|
1340
|
-
"../src/_models/fullstack
|
|
2430
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2431
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
2432
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2433
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
1341
2434
|
],
|
|
1342
2435
|
"../src/_services/dynamobe-email-service-collection.service.ts": [
|
|
2436
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2437
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2438
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2439
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2440
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2441
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1343
2442
|
"../src/_services/dynamobe-email.service.ts",
|
|
1344
2443
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1345
2444
|
],
|
|
1346
2445
|
"../src/_services/dynamobe-email.service.ts": [
|
|
1347
2446
|
"../node_modules/@types/node/fs.d.ts",
|
|
1348
2447
|
"../node_modules/@types/node/path.d.ts",
|
|
2448
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2449
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2450
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2451
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2452
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1349
2453
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
1350
2454
|
"../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
|
|
1351
|
-
"../src/_models/fullstack
|
|
2455
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
1352
2456
|
"../src/_services/dynamobe-shared.service.ts"
|
|
1353
2457
|
],
|
|
1354
2458
|
"../src/_services/dynamobe-global.service.ts": [
|
|
2459
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2460
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2461
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2462
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2463
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2464
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1355
2465
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1356
2466
|
"../src/_models/dynamobe-global-settings.ts",
|
|
1357
|
-
"../src/_models/fullstack
|
|
1358
|
-
"../src/_models/fullstack
|
|
2467
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2468
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
1359
2469
|
"../src/_services/dynamobe-auth.service.ts",
|
|
1360
2470
|
"../src/_services/dynamobe-db-service-collection.service.ts",
|
|
1361
2471
|
"../src/_services/dynamobe-db.service.ts",
|
|
@@ -1364,34 +2474,49 @@
|
|
|
1364
2474
|
],
|
|
1365
2475
|
"../src/_services/dynamobe-routing-module.service.ts": [
|
|
1366
2476
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
2477
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2478
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2479
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2480
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2481
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2482
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1367
2483
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1368
2484
|
"../src/_enums/http/http-call-type.enum.ts",
|
|
1369
|
-
"../src/_models/dynamobe-endpoint-
|
|
1370
|
-
"../src/_models/fullstack
|
|
2485
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2486
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
1371
2487
|
"../src/_services/dynamobe-controller.service.ts",
|
|
1372
2488
|
"../src/_services/dynamobe-global.service.ts",
|
|
1373
2489
|
"../src/_services/dynamobe-shared.service.ts"
|
|
1374
2490
|
],
|
|
1375
|
-
"../src/_services/dynamobe-server.ts": [
|
|
1376
|
-
"../node_modules/@types/body-parser/index.d.ts",
|
|
1377
|
-
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1378
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
1379
|
-
"../node_modules/@types/node/https.d.ts",
|
|
1380
|
-
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1381
|
-
"../src/_models/dynamobe-endpoint-control.ts",
|
|
1382
|
-
"../src/_services/dynamobe-global.service.ts",
|
|
1383
|
-
"../src/_services/dynamobe-routing-module.service.ts",
|
|
1384
|
-
"../src/_services/dynamobe-shared.service.ts",
|
|
1385
|
-
"../src/_services/dynamobe-singleton.service.ts"
|
|
1386
|
-
],
|
|
1387
2491
|
"../src/_services/dynamobe-shared.service.ts": [
|
|
1388
2492
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1389
2493
|
"../node_modules/@types/geoip-lite/index.d.ts",
|
|
2494
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2495
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2496
|
+
"../node_modules/@types/node/readline.d.ts",
|
|
2497
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2498
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2499
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2500
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1390
2501
|
"../src/_enums/log-style.enum.ts",
|
|
1391
|
-
"../src/_models/fullstack
|
|
1392
|
-
"../src/_models/fullstack
|
|
2502
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2503
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts"
|
|
2504
|
+
],
|
|
2505
|
+
"../src/_services/dynamobe-singleton.service.ts": [
|
|
2506
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2507
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2508
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2509
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2510
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2511
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1393
2512
|
],
|
|
1394
2513
|
"../src/_services/index.ts": [
|
|
2514
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2515
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2516
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2517
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2518
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2519
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1395
2520
|
"../src/_services/dynamobe-api.service.ts",
|
|
1396
2521
|
"../src/_services/dynamobe-app.ts",
|
|
1397
2522
|
"../src/_services/dynamobe-auth.service.ts",
|
|
@@ -1403,18 +2528,95 @@
|
|
|
1403
2528
|
"../src/_services/dynamobe-email.service.ts",
|
|
1404
2529
|
"../src/_services/dynamobe-global.service.ts",
|
|
1405
2530
|
"../src/_services/dynamobe-routing-module.service.ts",
|
|
1406
|
-
"../src/_services/dynamobe-server.ts",
|
|
1407
2531
|
"../src/_services/dynamobe-shared.service.ts",
|
|
1408
2532
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1409
2533
|
],
|
|
2534
|
+
"../src/api-service.ts": [
|
|
2535
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2536
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2537
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2538
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2539
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2540
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2541
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
2542
|
+
"../src/_models/dynamobe-api-call-params.ts",
|
|
2543
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2544
|
+
"../src/_services/dynamobe-api.service.ts",
|
|
2545
|
+
"../src/_services/dynamobe-singleton.service.ts"
|
|
2546
|
+
],
|
|
2547
|
+
"../src/app.ts": [
|
|
2548
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2549
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2550
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2551
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2552
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2553
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2554
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2555
|
+
"../src/_models/dynamobe-app-params.ts",
|
|
2556
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2557
|
+
"../src/_models/dynamobe-global-settings.ts",
|
|
2558
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
2559
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
2560
|
+
"../src/_services/dynamobe-app.ts",
|
|
2561
|
+
"../src/_services/dynamobe-global.service.ts",
|
|
2562
|
+
"../src/_services/dynamobe-routing-module.service.ts",
|
|
2563
|
+
"../src/_services/dynamobe-shared.service.ts"
|
|
2564
|
+
],
|
|
2565
|
+
"../src/controller.ts": [
|
|
2566
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2567
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2568
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2569
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2570
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2571
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2572
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
2573
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
2574
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2575
|
+
"../src/_services/dynamobe-controller.service.ts"
|
|
2576
|
+
],
|
|
2577
|
+
"../src/data-models.ts": [
|
|
2578
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2579
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2580
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2581
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2582
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2583
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2584
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
2585
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
2586
|
+
],
|
|
2587
|
+
"../src/data-service.ts": [
|
|
2588
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2589
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2590
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2591
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2592
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2593
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2594
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
2595
|
+
"../src/_services/dynamobe-data.service.ts",
|
|
2596
|
+
"../src/_services/dynamobe-db.service.ts",
|
|
2597
|
+
"../src/_services/dynamobe-global.service.ts",
|
|
2598
|
+
"../src/_services/dynamobe-shared.service.ts"
|
|
2599
|
+
],
|
|
1410
2600
|
"../src/dynamobe-global.settings.ts": [
|
|
2601
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2602
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2603
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2604
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2605
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2606
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1411
2607
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1412
2608
|
"../src/_models/dynamobe-global-settings.ts"
|
|
1413
2609
|
],
|
|
1414
2610
|
"../src/index.ts": [
|
|
2611
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2612
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2613
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2614
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2615
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2616
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1415
2617
|
"../src/_enums/index.ts",
|
|
1416
2618
|
"../src/_models/index.ts",
|
|
1417
|
-
"../src/_modules/index.ts",
|
|
2619
|
+
"../src/_modules/test/index.ts",
|
|
1418
2620
|
"../src/_services/index.ts"
|
|
1419
2621
|
]
|
|
1420
2622
|
},
|
|
@@ -1425,18 +2627,32 @@
|
|
|
1425
2627
|
"../node_modules/@types/node/index.d.ts"
|
|
1426
2628
|
],
|
|
1427
2629
|
"../node_modules/@types/bson/index.d.ts": [
|
|
1428
|
-
"../node_modules/@types/node/
|
|
2630
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2631
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2632
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2633
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2634
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2635
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2636
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1429
2637
|
],
|
|
1430
2638
|
"../node_modules/@types/connect/index.d.ts": [
|
|
1431
2639
|
"../node_modules/@types/node/http.d.ts",
|
|
1432
2640
|
"../node_modules/@types/node/index.d.ts"
|
|
1433
2641
|
],
|
|
1434
2642
|
"../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": [
|
|
2643
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1435
2644
|
"../node_modules/@types/node/events.d.ts",
|
|
2645
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1436
2646
|
"../node_modules/@types/node/http.d.ts",
|
|
1437
|
-
"../node_modules/@types/node/
|
|
2647
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2648
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2649
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2650
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2651
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2652
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1438
2653
|
"../node_modules/@types/qs/index.d.ts",
|
|
1439
|
-
"../node_modules/@types/range-parser/index.d.ts"
|
|
2654
|
+
"../node_modules/@types/range-parser/index.d.ts",
|
|
2655
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1440
2656
|
],
|
|
1441
2657
|
"../node_modules/@types/express/ts4.0/index.d.ts": [
|
|
1442
2658
|
"../node_modules/@types/body-parser/index.d.ts",
|
|
@@ -1450,236 +2666,629 @@
|
|
|
1450
2666
|
"../node_modules/@types/mongodb/index.d.ts": [
|
|
1451
2667
|
"../node_modules/@types/bson/index.d.ts",
|
|
1452
2668
|
"../node_modules/@types/node/events.d.ts",
|
|
1453
|
-
"../node_modules/@types/node/
|
|
2669
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2670
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1454
2671
|
"../node_modules/@types/node/stream.d.ts",
|
|
1455
|
-
"../node_modules/@types/node/tls.d.ts"
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
"../node_modules/@types/node/
|
|
2672
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
2673
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2674
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2675
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2676
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2677
|
+
"../node_modules/@types/node/util.d.ts"
|
|
1459
2678
|
],
|
|
1460
2679
|
"../node_modules/@types/node/async_hooks.d.ts": [
|
|
1461
|
-
"../node_modules/@types/
|
|
2680
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2681
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2682
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2683
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2684
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2685
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2686
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2687
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1462
2688
|
],
|
|
1463
|
-
"../node_modules/@types/node/
|
|
2689
|
+
"../node_modules/@types/node/base.d.ts": [
|
|
2690
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2691
|
+
"../node_modules/@types/node/async_hooks.d.ts",
|
|
1464
2692
|
"../node_modules/@types/node/buffer.d.ts",
|
|
1465
|
-
"../node_modules/@types/node/
|
|
2693
|
+
"../node_modules/@types/node/child_process.d.ts",
|
|
2694
|
+
"../node_modules/@types/node/cluster.d.ts",
|
|
2695
|
+
"../node_modules/@types/node/console.d.ts",
|
|
2696
|
+
"../node_modules/@types/node/constants.d.ts",
|
|
2697
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
2698
|
+
"../node_modules/@types/node/dgram.d.ts",
|
|
2699
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
2700
|
+
"../node_modules/@types/node/domain.d.ts",
|
|
2701
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2702
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2703
|
+
"../node_modules/@types/node/fs/promises.d.ts",
|
|
2704
|
+
"../node_modules/@types/node/globals.d.ts",
|
|
2705
|
+
"../node_modules/@types/node/http.d.ts",
|
|
2706
|
+
"../node_modules/@types/node/http2.d.ts",
|
|
2707
|
+
"../node_modules/@types/node/https.d.ts",
|
|
2708
|
+
"../node_modules/@types/node/inspector.d.ts",
|
|
2709
|
+
"../node_modules/@types/node/module.d.ts",
|
|
2710
|
+
"../node_modules/@types/node/net.d.ts",
|
|
2711
|
+
"../node_modules/@types/node/os.d.ts",
|
|
2712
|
+
"../node_modules/@types/node/path.d.ts",
|
|
2713
|
+
"../node_modules/@types/node/perf_hooks.d.ts",
|
|
2714
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2715
|
+
"../node_modules/@types/node/punycode.d.ts",
|
|
2716
|
+
"../node_modules/@types/node/querystring.d.ts",
|
|
2717
|
+
"../node_modules/@types/node/readline.d.ts",
|
|
2718
|
+
"../node_modules/@types/node/repl.d.ts",
|
|
2719
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2720
|
+
"../node_modules/@types/node/string_decoder.d.ts",
|
|
2721
|
+
"../node_modules/@types/node/timers.d.ts",
|
|
2722
|
+
"../node_modules/@types/node/tls.d.ts",
|
|
2723
|
+
"../node_modules/@types/node/trace_events.d.ts",
|
|
2724
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2725
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2726
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2727
|
+
"../node_modules/@types/node/tty.d.ts",
|
|
2728
|
+
"../node_modules/@types/node/url.d.ts",
|
|
2729
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2730
|
+
"../node_modules/@types/node/v8.d.ts",
|
|
2731
|
+
"../node_modules/@types/node/vm.d.ts",
|
|
2732
|
+
"../node_modules/@types/node/worker_threads.d.ts",
|
|
2733
|
+
"../node_modules/@types/node/zlib.d.ts",
|
|
2734
|
+
"../node_modules/mongoose/index.d.ts"
|
|
2735
|
+
],
|
|
2736
|
+
"../node_modules/@types/node/buffer.d.ts": [
|
|
2737
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2738
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2739
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2740
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2741
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2742
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2743
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2744
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1466
2745
|
],
|
|
1467
2746
|
"../node_modules/@types/node/child_process.d.ts": [
|
|
1468
|
-
"../node_modules/@types/
|
|
2747
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1469
2748
|
"../node_modules/@types/node/events.d.ts",
|
|
1470
2749
|
"../node_modules/@types/node/fs.d.ts",
|
|
1471
2750
|
"../node_modules/@types/node/net.d.ts",
|
|
1472
|
-
"../node_modules/@types/node/
|
|
2751
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2752
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2753
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2754
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2755
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2756
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2757
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1473
2758
|
],
|
|
1474
2759
|
"../node_modules/@types/node/cluster.d.ts": [
|
|
2760
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1475
2761
|
"../node_modules/@types/node/child_process.d.ts",
|
|
1476
|
-
"../node_modules/@types/node/cluster.d.ts",
|
|
1477
2762
|
"../node_modules/@types/node/events.d.ts",
|
|
1478
|
-
"../node_modules/@types/node/
|
|
2763
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2764
|
+
"../node_modules/@types/node/net.d.ts",
|
|
2765
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2766
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2767
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2768
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2769
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2770
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1479
2771
|
],
|
|
1480
2772
|
"../node_modules/@types/node/console.d.ts": [
|
|
1481
|
-
"../node_modules/@types/
|
|
1482
|
-
"../node_modules/@types/node/
|
|
2773
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2774
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2775
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2776
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2777
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2778
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2779
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2780
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1483
2781
|
],
|
|
1484
2782
|
"../node_modules/@types/node/constants.d.ts": [
|
|
1485
|
-
"../node_modules/@types/
|
|
2783
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1486
2784
|
"../node_modules/@types/node/crypto.d.ts",
|
|
1487
2785
|
"../node_modules/@types/node/fs.d.ts",
|
|
1488
|
-
"../node_modules/@types/node/os.d.ts"
|
|
2786
|
+
"../node_modules/@types/node/os.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
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1489
2793
|
],
|
|
1490
2794
|
"../node_modules/@types/node/crypto.d.ts": [
|
|
1491
|
-
"../node_modules/@types/
|
|
1492
|
-
"../node_modules/@types/node/
|
|
2795
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2796
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2797
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2798
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2799
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2800
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2801
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2802
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2803
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1493
2804
|
],
|
|
1494
2805
|
"../node_modules/@types/node/dgram.d.ts": [
|
|
1495
|
-
"../node_modules/@types/
|
|
2806
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1496
2807
|
"../node_modules/@types/node/dns.d.ts",
|
|
1497
2808
|
"../node_modules/@types/node/events.d.ts",
|
|
1498
|
-
"../node_modules/@types/node/
|
|
2809
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2810
|
+
"../node_modules/@types/node/net.d.ts",
|
|
2811
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2812
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2813
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2814
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2815
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2816
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1499
2817
|
],
|
|
1500
2818
|
"../node_modules/@types/node/dns.d.ts": [
|
|
1501
|
-
"../node_modules/@types/
|
|
2819
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2820
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2821
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2822
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2823
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2824
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2825
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2826
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1502
2827
|
],
|
|
1503
2828
|
"../node_modules/@types/node/domain.d.ts": [
|
|
1504
|
-
"../node_modules/@types/
|
|
1505
|
-
"../node_modules/@types/node/events.d.ts"
|
|
2829
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2830
|
+
"../node_modules/@types/node/events.d.ts",
|
|
2831
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2832
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2833
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2834
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2835
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2836
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2837
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1506
2838
|
],
|
|
1507
2839
|
"../node_modules/@types/node/events.d.ts": [
|
|
1508
|
-
"../node_modules/@types/
|
|
2840
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2841
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2842
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2843
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2844
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2845
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2846
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2847
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1509
2848
|
],
|
|
1510
2849
|
"../node_modules/@types/node/fs.d.ts": [
|
|
2850
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1511
2851
|
"../node_modules/@types/node/events.d.ts",
|
|
1512
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
1513
2852
|
"../node_modules/@types/node/fs/promises.d.ts",
|
|
2853
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1514
2854
|
"../node_modules/@types/node/stream.d.ts",
|
|
1515
|
-
"../node_modules/@types/node/
|
|
2855
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2856
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2857
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2858
|
+
"../node_modules/@types/node/url.d.ts",
|
|
2859
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2860
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1516
2861
|
],
|
|
1517
2862
|
"../node_modules/@types/node/fs/promises.d.ts": [
|
|
2863
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2864
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2865
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2866
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2867
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2868
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2869
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2870
|
+
"../node_modules/mongoose/index.d.ts"
|
|
2871
|
+
],
|
|
2872
|
+
"../node_modules/@types/node/globals.d.ts": [
|
|
2873
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1518
2874
|
"../node_modules/@types/node/fs.d.ts",
|
|
1519
|
-
"../node_modules/@types/node/
|
|
2875
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2876
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2877
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2878
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2879
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2880
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1520
2881
|
],
|
|
1521
2882
|
"../node_modules/@types/node/http.d.ts": [
|
|
1522
|
-
"../node_modules/@types/
|
|
2883
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2884
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1523
2885
|
"../node_modules/@types/node/net.d.ts",
|
|
2886
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1524
2887
|
"../node_modules/@types/node/stream.d.ts",
|
|
1525
|
-
"../node_modules/@types/node/
|
|
2888
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2889
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2890
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2891
|
+
"../node_modules/@types/node/url.d.ts",
|
|
2892
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2893
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1526
2894
|
],
|
|
1527
2895
|
"../node_modules/@types/node/http2.d.ts": [
|
|
2896
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1528
2897
|
"../node_modules/@types/node/events.d.ts",
|
|
1529
2898
|
"../node_modules/@types/node/fs.d.ts",
|
|
1530
2899
|
"../node_modules/@types/node/http.d.ts",
|
|
1531
|
-
"../node_modules/@types/node/http2.d.ts",
|
|
1532
2900
|
"../node_modules/@types/node/net.d.ts",
|
|
2901
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1533
2902
|
"../node_modules/@types/node/stream.d.ts",
|
|
1534
2903
|
"../node_modules/@types/node/tls.d.ts",
|
|
1535
|
-
"../node_modules/@types/node/
|
|
2904
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2905
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2906
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2907
|
+
"../node_modules/@types/node/url.d.ts",
|
|
2908
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2909
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1536
2910
|
],
|
|
1537
2911
|
"../node_modules/@types/node/https.d.ts": [
|
|
1538
|
-
"../node_modules/@types/
|
|
1539
|
-
"../node_modules/@types/node/https.d.ts",
|
|
1540
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
1541
|
-
"../node_modules/@types/node/tls.d.ts",
|
|
1542
|
-
"../node_modules/@types/node/url.d.ts"
|
|
1543
|
-
],
|
|
1544
|
-
"../node_modules/@types/node/index.d.ts": [
|
|
1545
|
-
"../node_modules/@types/node/assert.d.ts",
|
|
1546
|
-
"../node_modules/@types/node/async_hooks.d.ts",
|
|
1547
|
-
"../node_modules/@types/node/buffer.d.ts",
|
|
1548
|
-
"../node_modules/@types/node/child_process.d.ts",
|
|
1549
|
-
"../node_modules/@types/node/cluster.d.ts",
|
|
1550
|
-
"../node_modules/@types/node/console.d.ts",
|
|
1551
|
-
"../node_modules/@types/node/constants.d.ts",
|
|
1552
|
-
"../node_modules/@types/node/crypto.d.ts",
|
|
1553
|
-
"../node_modules/@types/node/dgram.d.ts",
|
|
1554
|
-
"../node_modules/@types/node/dns.d.ts",
|
|
1555
|
-
"../node_modules/@types/node/domain.d.ts",
|
|
2912
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1556
2913
|
"../node_modules/@types/node/events.d.ts",
|
|
1557
2914
|
"../node_modules/@types/node/fs.d.ts",
|
|
1558
|
-
"../node_modules/@types/node/fs/promises.d.ts",
|
|
1559
|
-
"../node_modules/@types/node/globals.d.ts",
|
|
1560
|
-
"../node_modules/@types/node/globals.global.d.ts",
|
|
1561
2915
|
"../node_modules/@types/node/http.d.ts",
|
|
1562
|
-
"../node_modules/@types/node/http2.d.ts",
|
|
1563
|
-
"../node_modules/@types/node/https.d.ts",
|
|
1564
|
-
"../node_modules/@types/node/inspector.d.ts",
|
|
1565
|
-
"../node_modules/@types/node/module.d.ts",
|
|
1566
|
-
"../node_modules/@types/node/net.d.ts",
|
|
1567
|
-
"../node_modules/@types/node/os.d.ts",
|
|
1568
|
-
"../node_modules/@types/node/path.d.ts",
|
|
1569
|
-
"../node_modules/@types/node/perf_hooks.d.ts",
|
|
1570
2916
|
"../node_modules/@types/node/process.d.ts",
|
|
1571
|
-
"../node_modules/@types/node/punycode.d.ts",
|
|
1572
|
-
"../node_modules/@types/node/querystring.d.ts",
|
|
1573
|
-
"../node_modules/@types/node/readline.d.ts",
|
|
1574
|
-
"../node_modules/@types/node/repl.d.ts",
|
|
1575
|
-
"../node_modules/@types/node/stream.d.ts",
|
|
1576
|
-
"../node_modules/@types/node/string_decoder.d.ts",
|
|
1577
|
-
"../node_modules/@types/node/timers.d.ts",
|
|
1578
2917
|
"../node_modules/@types/node/tls.d.ts",
|
|
1579
|
-
"../node_modules/@types/node/
|
|
1580
|
-
"../node_modules/@types/node/
|
|
2918
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2919
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2920
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1581
2921
|
"../node_modules/@types/node/url.d.ts",
|
|
1582
2922
|
"../node_modules/@types/node/util.d.ts",
|
|
1583
|
-
"../node_modules
|
|
1584
|
-
"../node_modules/@types/node/vm.d.ts",
|
|
1585
|
-
"../node_modules/@types/node/wasi.d.ts",
|
|
1586
|
-
"../node_modules/@types/node/worker_threads.d.ts",
|
|
1587
|
-
"../node_modules/@types/node/zlib.d.ts"
|
|
2923
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1588
2924
|
],
|
|
1589
2925
|
"../node_modules/@types/node/inspector.d.ts": [
|
|
2926
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1590
2927
|
"../node_modules/@types/node/events.d.ts",
|
|
1591
|
-
"../node_modules/@types/node/
|
|
2928
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2929
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2930
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2931
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2932
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2933
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2934
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1592
2935
|
],
|
|
1593
2936
|
"../node_modules/@types/node/module.d.ts": [
|
|
1594
|
-
"../node_modules/@types/
|
|
1595
|
-
"../node_modules/@types/node/
|
|
2937
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2938
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2939
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2940
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2941
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2942
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2943
|
+
"../node_modules/@types/node/url.d.ts",
|
|
2944
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2945
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1596
2946
|
],
|
|
1597
2947
|
"../node_modules/@types/node/net.d.ts": [
|
|
2948
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1598
2949
|
"../node_modules/@types/node/dns.d.ts",
|
|
1599
2950
|
"../node_modules/@types/node/events.d.ts",
|
|
1600
|
-
"../node_modules/@types/node/
|
|
1601
|
-
"../node_modules/@types/node/
|
|
2951
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2952
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2953
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
2954
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2955
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2956
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2957
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2958
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1602
2959
|
],
|
|
1603
2960
|
"../node_modules/@types/node/os.d.ts": [
|
|
1604
|
-
"../node_modules/@types/
|
|
2961
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2962
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2963
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2964
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2965
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2966
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2967
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2968
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1605
2969
|
],
|
|
1606
2970
|
"../node_modules/@types/node/path.d.ts": [
|
|
1607
|
-
"../node_modules/@types/
|
|
2971
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2972
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2973
|
+
"../node_modules/@types/node/process.d.ts",
|
|
2974
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2975
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2976
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2977
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2978
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1608
2979
|
],
|
|
1609
2980
|
"../node_modules/@types/node/perf_hooks.d.ts": [
|
|
2981
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1610
2982
|
"../node_modules/@types/node/async_hooks.d.ts",
|
|
1611
|
-
"../node_modules/@types/node/
|
|
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
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1612
2990
|
],
|
|
1613
2991
|
"../node_modules/@types/node/process.d.ts": [
|
|
1614
|
-
"../node_modules/@types/
|
|
1615
|
-
"../node_modules/@types/node/
|
|
2992
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
2993
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
2994
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
2995
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
2996
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2997
|
+
"../node_modules/@types/node/tty.d.ts",
|
|
2998
|
+
"../node_modules/@types/node/util.d.ts",
|
|
2999
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1616
3000
|
],
|
|
1617
3001
|
"../node_modules/@types/node/punycode.d.ts": [
|
|
1618
|
-
"../node_modules/@types/
|
|
3002
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3003
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3004
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3005
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3006
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3007
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3008
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3009
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1619
3010
|
],
|
|
1620
3011
|
"../node_modules/@types/node/querystring.d.ts": [
|
|
1621
|
-
"../node_modules/@types/
|
|
3012
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3013
|
+
"../node_modules/@types/node/fs.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
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1622
3020
|
],
|
|
1623
3021
|
"../node_modules/@types/node/readline.d.ts": [
|
|
3022
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1624
3023
|
"../node_modules/@types/node/events.d.ts",
|
|
1625
|
-
"../node_modules/@types/node/
|
|
3024
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3025
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3026
|
+
"../node_modules/@types/node/stream.d.ts",
|
|
3027
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3028
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3029
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3030
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3031
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1626
3032
|
],
|
|
1627
3033
|
"../node_modules/@types/node/repl.d.ts": [
|
|
3034
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3035
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3036
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1628
3037
|
"../node_modules/@types/node/readline.d.ts",
|
|
1629
|
-
"../node_modules/@types/node/
|
|
3038
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3039
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3040
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1630
3041
|
"../node_modules/@types/node/util.d.ts",
|
|
1631
|
-
"../node_modules/@types/node/vm.d.ts"
|
|
3042
|
+
"../node_modules/@types/node/vm.d.ts",
|
|
3043
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1632
3044
|
],
|
|
1633
3045
|
"../node_modules/@types/node/stream.d.ts": [
|
|
3046
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1634
3047
|
"../node_modules/@types/node/events.d.ts",
|
|
1635
|
-
"../node_modules/@types/node/
|
|
3048
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3049
|
+
"../node_modules/@types/node/process.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/util.d.ts",
|
|
3054
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1636
3055
|
],
|
|
1637
3056
|
"../node_modules/@types/node/string_decoder.d.ts": [
|
|
1638
|
-
"../node_modules/@types/
|
|
3057
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3058
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3059
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3060
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3061
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3062
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3063
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3064
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1639
3065
|
],
|
|
1640
3066
|
"../node_modules/@types/node/timers.d.ts": [
|
|
1641
|
-
"../node_modules/@types/
|
|
3067
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3068
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3069
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3070
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3071
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3072
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3073
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3074
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1642
3075
|
],
|
|
1643
3076
|
"../node_modules/@types/node/tls.d.ts": [
|
|
3077
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3078
|
+
"../node_modules/@types/node/crypto.d.ts",
|
|
3079
|
+
"../node_modules/@types/node/dns.d.ts",
|
|
3080
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1644
3081
|
"../node_modules/@types/node/net.d.ts",
|
|
3082
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1645
3083
|
"../node_modules/@types/node/stream.d.ts",
|
|
1646
|
-
"../node_modules/@types/node/
|
|
3084
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3085
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3086
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3087
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3088
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1647
3089
|
],
|
|
1648
3090
|
"../node_modules/@types/node/trace_events.d.ts": [
|
|
1649
|
-
"../node_modules/@types/
|
|
3091
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3092
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3093
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3094
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3095
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3096
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3097
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3098
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3099
|
+
],
|
|
3100
|
+
"../node_modules/@types/node/ts3.2/base.d.ts": [
|
|
3101
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3102
|
+
"../node_modules/@types/node/base.d.ts",
|
|
3103
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3104
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3105
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3106
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts",
|
|
3107
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3108
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3109
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3110
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3111
|
+
],
|
|
3112
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts": [
|
|
3113
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3114
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3115
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3116
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3117
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3118
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3119
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3120
|
+
],
|
|
3121
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts": [
|
|
3122
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3123
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3124
|
+
"../node_modules/@types/node/globals.d.ts",
|
|
3125
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3126
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3127
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3128
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3129
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3130
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3131
|
+
],
|
|
3132
|
+
"../node_modules/@types/node/ts3.2/process.d.ts": [
|
|
3133
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3134
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3135
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3136
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3137
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3138
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3139
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3140
|
+
],
|
|
3141
|
+
"../node_modules/@types/node/ts3.2/util.d.ts": [
|
|
3142
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3143
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3144
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3145
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3146
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3147
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3148
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3149
|
+
],
|
|
3150
|
+
"../node_modules/@types/node/ts3.5/base.d.ts": [
|
|
3151
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3152
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3153
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3154
|
+
"../node_modules/@types/node/ts3.2/base.d.ts",
|
|
3155
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3156
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3157
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3158
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts",
|
|
3159
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts",
|
|
3160
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3161
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3162
|
+
],
|
|
3163
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts": [
|
|
3164
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3165
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3166
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3167
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3168
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3169
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3170
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3171
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3172
|
+
],
|
|
3173
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts": [
|
|
3174
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3175
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3176
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3177
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3178
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3179
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3180
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3181
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3182
|
+
],
|
|
3183
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts": [
|
|
3184
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3185
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3186
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3187
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3188
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3189
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3190
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3191
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3192
|
+
],
|
|
3193
|
+
"../node_modules/@types/node/ts3.7/base.d.ts": [
|
|
3194
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3195
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3196
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3197
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3198
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3199
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3200
|
+
"../node_modules/@types/node/ts3.5/base.d.ts",
|
|
3201
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts",
|
|
3202
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3203
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3204
|
+
],
|
|
3205
|
+
"../node_modules/@types/node/ts3.7/index.d.ts": [
|
|
3206
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3207
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3208
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3209
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3210
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3211
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3212
|
+
"../node_modules/@types/node/ts3.7/base.d.ts",
|
|
3213
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3214
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1650
3215
|
],
|
|
1651
3216
|
"../node_modules/@types/node/tty.d.ts": [
|
|
3217
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3218
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1652
3219
|
"../node_modules/@types/node/net.d.ts",
|
|
1653
|
-
"../node_modules/@types/node/
|
|
3220
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3221
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3222
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3223
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3224
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3225
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1654
3226
|
],
|
|
1655
3227
|
"../node_modules/@types/node/url.d.ts": [
|
|
3228
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3229
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3230
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1656
3231
|
"../node_modules/@types/node/querystring.d.ts",
|
|
1657
|
-
"../node_modules/@types/node/
|
|
3232
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3233
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3234
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3235
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3236
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1658
3237
|
],
|
|
1659
3238
|
"../node_modules/@types/node/util.d.ts": [
|
|
1660
|
-
"../node_modules/@types/
|
|
3239
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3240
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3241
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3242
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3243
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3244
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3245
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1661
3246
|
],
|
|
1662
3247
|
"../node_modules/@types/node/v8.d.ts": [
|
|
3248
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3249
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3250
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1663
3251
|
"../node_modules/@types/node/stream.d.ts",
|
|
1664
|
-
"../node_modules/@types/node/
|
|
3252
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3253
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3254
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3255
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3256
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1665
3257
|
],
|
|
1666
3258
|
"../node_modules/@types/node/vm.d.ts": [
|
|
1667
|
-
"../node_modules/@types/
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
"../node_modules/@types/node/
|
|
3259
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3260
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3261
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3262
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3263
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3264
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3265
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3266
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1671
3267
|
],
|
|
1672
3268
|
"../node_modules/@types/node/worker_threads.d.ts": [
|
|
3269
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
1673
3270
|
"../node_modules/@types/node/events.d.ts",
|
|
1674
|
-
"../node_modules/@types/node/fs
|
|
3271
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3272
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1675
3273
|
"../node_modules/@types/node/stream.d.ts",
|
|
3274
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3275
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3276
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1676
3277
|
"../node_modules/@types/node/url.d.ts",
|
|
3278
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1677
3279
|
"../node_modules/@types/node/vm.d.ts",
|
|
1678
|
-
"../node_modules
|
|
3280
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1679
3281
|
],
|
|
1680
3282
|
"../node_modules/@types/node/zlib.d.ts": [
|
|
3283
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3284
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3285
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1681
3286
|
"../node_modules/@types/node/stream.d.ts",
|
|
1682
|
-
"../node_modules/@types/node/
|
|
3287
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3288
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3289
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3290
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3291
|
+
"../node_modules/mongoose/index.d.ts"
|
|
1683
3292
|
],
|
|
1684
3293
|
"../node_modules/@types/nodemailer/index.d.ts": [
|
|
1685
3294
|
"../node_modules/@types/node/index.d.ts",
|
|
@@ -1818,12 +3427,31 @@
|
|
|
1818
3427
|
"../node_modules/mongoose/index.d.ts": [
|
|
1819
3428
|
"../node_modules/@types/mongodb/index.d.ts",
|
|
1820
3429
|
"../node_modules/@types/node/events.d.ts",
|
|
3430
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3431
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1821
3432
|
"../node_modules/@types/node/stream.d.ts",
|
|
3433
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3434
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3435
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3436
|
+
"../node_modules/@types/node/util.d.ts",
|
|
3437
|
+
"../node_modules/mongoose/index.d.ts"
|
|
3438
|
+
],
|
|
3439
|
+
"../node_modules/tslib/tslib.d.ts": [
|
|
3440
|
+
"../node_modules/@types/mongoose/index.d.ts",
|
|
3441
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
3442
|
+
"../node_modules/@types/node/process.d.ts",
|
|
3443
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3444
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3445
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3446
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1822
3447
|
"../node_modules/mongoose/index.d.ts"
|
|
1823
3448
|
],
|
|
1824
3449
|
"../src/_constants/dynamobe-global.settings.ts": [
|
|
1825
3450
|
"../src/_models/dynamobe-global-settings.ts"
|
|
1826
3451
|
],
|
|
3452
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts": [
|
|
3453
|
+
"../src/_models/dynamo-module-settings.ts"
|
|
3454
|
+
],
|
|
1827
3455
|
"../src/_enums/index.ts": [
|
|
1828
3456
|
"../src/_enums/data-model-type.enum.ts",
|
|
1829
3457
|
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
@@ -1839,9 +3467,9 @@
|
|
|
1839
3467
|
],
|
|
1840
3468
|
"../src/_models/dynamobe-data-model-params.ts": [
|
|
1841
3469
|
"../src/_enums/data-model-type.enum.ts",
|
|
1842
|
-
"../src/_models/fullstack
|
|
3470
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
1843
3471
|
],
|
|
1844
|
-
"../src/_models/dynamobe-endpoint-
|
|
3472
|
+
"../src/_models/dynamobe-endpoint-params.ts": [
|
|
1845
3473
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1846
3474
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1847
3475
|
"../src/_enums/http/http-call-type.enum.ts"
|
|
@@ -1849,63 +3477,73 @@
|
|
|
1849
3477
|
"../src/_models/dynamobe-global-settings.ts": [
|
|
1850
3478
|
"../src/_enums/dynamobe-route-security.enum.ts"
|
|
1851
3479
|
],
|
|
1852
|
-
"../src/_models/fullstack
|
|
1853
|
-
"../src/_models/fullstack
|
|
3480
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts": [
|
|
3481
|
+
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
1854
3482
|
],
|
|
1855
|
-
"../src/_models/fullstack
|
|
1856
|
-
"../src/_models/fullstack
|
|
3483
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts": [
|
|
3484
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts"
|
|
1857
3485
|
],
|
|
1858
|
-
"../src/_models/fullstack
|
|
1859
|
-
"../src/_models/fullstack
|
|
3486
|
+
"../src/_models/fullstack/control-models/usage-data.ts": [
|
|
3487
|
+
"../src/_models/fullstack/control-models/usage-action.ts"
|
|
1860
3488
|
],
|
|
1861
|
-
"../src/_models/fullstack
|
|
1862
|
-
"../src/_models/fullstack
|
|
1863
|
-
"../src/_models/fullstack
|
|
3489
|
+
"../src/_models/fullstack/data-models/custom-data.ts": [
|
|
3490
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3491
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
1864
3492
|
],
|
|
1865
|
-
"../src/_models/fullstack
|
|
1866
|
-
"../src/_models/fullstack
|
|
1867
|
-
"../src/_models/fullstack
|
|
1868
|
-
"../src/_models/fullstack
|
|
1869
|
-
"../src/_models/fullstack
|
|
3493
|
+
"../src/_models/fullstack/data-models/usage-session.ts": [
|
|
3494
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3495
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
3496
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3497
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
1870
3498
|
],
|
|
1871
3499
|
"../src/_models/index.ts": [
|
|
1872
3500
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
1873
3501
|
"../src/_models/dynamobe-app-params.ts",
|
|
1874
3502
|
"../src/_models/dynamobe-data-model-params.ts",
|
|
1875
|
-
"../src/_models/dynamobe-endpoint-
|
|
3503
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
1876
3504
|
"../src/_models/dynamobe-global-settings.ts",
|
|
1877
|
-
"../src/_models/fullstack
|
|
1878
|
-
"../src/_models/fullstack
|
|
1879
|
-
"../src/_models/fullstack
|
|
1880
|
-
"../src/_models/fullstack
|
|
1881
|
-
"../src/_models/fullstack
|
|
1882
|
-
"../src/_models/fullstack
|
|
1883
|
-
"../src/_models/fullstack
|
|
1884
|
-
"../src/_models/fullstack
|
|
1885
|
-
"../src/_models/fullstack
|
|
1886
|
-
"../src/_models/fullstack
|
|
1887
|
-
],
|
|
1888
|
-
"../src/_modules/
|
|
1889
|
-
"../src/
|
|
1890
|
-
"../src/_modules/test-route/test-controller.ts",
|
|
1891
|
-
"../src/_modules/usage-route/usage-controller.ts",
|
|
1892
|
-
"../src/_modules/usage-route/usage.service.ts"
|
|
1893
|
-
],
|
|
1894
|
-
"../src/_modules/test-route/custom-data.service.ts": [
|
|
1895
|
-
"../src/_models/fullstack-models/data-models/custom-data.ts",
|
|
3505
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
3506
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3507
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
3508
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3509
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
3510
|
+
"../src/_models/fullstack/control-models/usage-action.ts",
|
|
3511
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3512
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
3513
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
3514
|
+
"../src/_models/fullstack/data-models/usage-session.ts"
|
|
3515
|
+
],
|
|
3516
|
+
"../src/_modules/test/custom-data.service.ts": [
|
|
3517
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
1896
3518
|
"../src/_services/dynamobe-data.service.ts"
|
|
1897
3519
|
],
|
|
1898
|
-
"../src/_modules/test
|
|
3520
|
+
"../src/_modules/test/index.ts": [
|
|
3521
|
+
"../src/_modules/test/custom-data.service.ts",
|
|
3522
|
+
"../src/_modules/test/test-controller.ts",
|
|
3523
|
+
"../src/_modules/test/test-routing-module.ts"
|
|
3524
|
+
],
|
|
3525
|
+
"../src/_modules/test/test-controller.ts": [
|
|
1899
3526
|
"../src/_services/dynamobe-controller.service.ts"
|
|
1900
3527
|
],
|
|
1901
|
-
"../src/_modules/
|
|
3528
|
+
"../src/_modules/test/test-routing-module.ts": [
|
|
3529
|
+
"../src/_services/dynamobe-routing-module.service.ts"
|
|
3530
|
+
],
|
|
3531
|
+
"../src/_modules/usage/index.ts": [
|
|
3532
|
+
"../src/_modules/usage/usage-controller.ts",
|
|
3533
|
+
"../src/_modules/usage/usage-routing-module.ts",
|
|
3534
|
+
"../src/_modules/usage/usage.service.ts"
|
|
3535
|
+
],
|
|
3536
|
+
"../src/_modules/usage/usage-controller.ts": [
|
|
1902
3537
|
"../src/_services/dynamobe-controller.service.ts"
|
|
1903
3538
|
],
|
|
1904
|
-
"../src/_modules/usage
|
|
3539
|
+
"../src/_modules/usage/usage-routing-module.ts": [
|
|
3540
|
+
"../src/_services/dynamobe-routing-module.service.ts"
|
|
3541
|
+
],
|
|
3542
|
+
"../src/_modules/usage/usage.service.ts": [
|
|
1905
3543
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1906
|
-
"../src/_models/fullstack
|
|
1907
|
-
"../src/_models/fullstack
|
|
1908
|
-
"../src/_models/fullstack
|
|
3544
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
3545
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3546
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
1909
3547
|
"../src/_services/dynamobe-data.service.ts"
|
|
1910
3548
|
],
|
|
1911
3549
|
"../src/_services/dynamobe-api.service.ts": [
|
|
@@ -1924,13 +3562,13 @@
|
|
|
1924
3562
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1925
3563
|
],
|
|
1926
3564
|
"../src/_services/dynamobe-controller.service.ts": [
|
|
1927
|
-
"../src/_models/dynamobe-endpoint-
|
|
3565
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
1928
3566
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1929
3567
|
],
|
|
1930
3568
|
"../src/_services/dynamobe-data.service.ts": [
|
|
1931
|
-
"../src/_models/fullstack
|
|
1932
|
-
"../src/_models/fullstack
|
|
1933
|
-
"../src/_models/fullstack
|
|
3569
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3570
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
3571
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
1934
3572
|
"../src/_services/dynamobe-db.service.ts"
|
|
1935
3573
|
],
|
|
1936
3574
|
"../src/_services/dynamobe-db-service-collection.service.ts": [
|
|
@@ -1939,8 +3577,8 @@
|
|
|
1939
3577
|
],
|
|
1940
3578
|
"../src/_services/dynamobe-db.service.ts": [
|
|
1941
3579
|
"../node_modules/mongoose/index.d.ts",
|
|
1942
|
-
"../src/_models/fullstack
|
|
1943
|
-
"../src/_models/fullstack
|
|
3580
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3581
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
1944
3582
|
],
|
|
1945
3583
|
"../src/_services/dynamobe-email-service-collection.service.ts": [
|
|
1946
3584
|
"../src/_services/dynamobe-email.service.ts",
|
|
@@ -1951,8 +3589,8 @@
|
|
|
1951
3589
|
],
|
|
1952
3590
|
"../src/_services/dynamobe-global.service.ts": [
|
|
1953
3591
|
"../src/_models/dynamobe-global-settings.ts",
|
|
1954
|
-
"../src/_models/fullstack
|
|
1955
|
-
"../src/_models/fullstack
|
|
3592
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3593
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
1956
3594
|
"../src/_services/dynamobe-auth.service.ts",
|
|
1957
3595
|
"../src/_services/dynamobe-db-service-collection.service.ts",
|
|
1958
3596
|
"../src/_services/dynamobe-db.service.ts",
|
|
@@ -1962,19 +3600,13 @@
|
|
|
1962
3600
|
"../src/_services/dynamobe-routing-module.service.ts": [
|
|
1963
3601
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1964
3602
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1965
|
-
"../src/_models/dynamobe-endpoint-
|
|
3603
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
1966
3604
|
"../src/_services/dynamobe-controller.service.ts"
|
|
1967
3605
|
],
|
|
1968
|
-
"../src/_services/dynamobe-server.ts": [
|
|
1969
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
1970
|
-
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
1971
|
-
"../src/_services/dynamobe-routing-module.service.ts",
|
|
1972
|
-
"../src/_services/dynamobe-singleton.service.ts"
|
|
1973
|
-
],
|
|
1974
3606
|
"../src/_services/dynamobe-shared.service.ts": [
|
|
1975
3607
|
"../node_modules/@types/express/ts4.0/index.d.ts",
|
|
1976
3608
|
"../src/_enums/log-style.enum.ts",
|
|
1977
|
-
"../src/_models/fullstack
|
|
3609
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts"
|
|
1978
3610
|
],
|
|
1979
3611
|
"../src/_services/index.ts": [
|
|
1980
3612
|
"../src/_services/dynamobe-api.service.ts",
|
|
@@ -1988,17 +3620,52 @@
|
|
|
1988
3620
|
"../src/_services/dynamobe-email.service.ts",
|
|
1989
3621
|
"../src/_services/dynamobe-global.service.ts",
|
|
1990
3622
|
"../src/_services/dynamobe-routing-module.service.ts",
|
|
1991
|
-
"../src/_services/dynamobe-server.ts",
|
|
1992
3623
|
"../src/_services/dynamobe-shared.service.ts",
|
|
1993
3624
|
"../src/_services/dynamobe-singleton.service.ts"
|
|
1994
3625
|
],
|
|
3626
|
+
"../src/api-service.ts": [
|
|
3627
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
3628
|
+
"../src/_models/dynamobe-api-call-params.ts",
|
|
3629
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3630
|
+
"../src/_services/dynamobe-api.service.ts",
|
|
3631
|
+
"../src/_services/dynamobe-singleton.service.ts"
|
|
3632
|
+
],
|
|
3633
|
+
"../src/app.ts": [
|
|
3634
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
3635
|
+
"../src/_models/dynamobe-app-params.ts",
|
|
3636
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
3637
|
+
"../src/_models/dynamobe-global-settings.ts",
|
|
3638
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
3639
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
3640
|
+
"../src/_services/dynamobe-app.ts",
|
|
3641
|
+
"../src/_services/dynamobe-global.service.ts",
|
|
3642
|
+
"../src/_services/dynamobe-routing-module.service.ts",
|
|
3643
|
+
"../src/_services/dynamobe-shared.service.ts"
|
|
3644
|
+
],
|
|
3645
|
+
"../src/controller.ts": [
|
|
3646
|
+
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
3647
|
+
"../src/_enums/http/http-call-type.enum.ts",
|
|
3648
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
3649
|
+
"../src/_services/dynamobe-controller.service.ts"
|
|
3650
|
+
],
|
|
3651
|
+
"../src/data-models.ts": [
|
|
3652
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3653
|
+
"../src/_models/fullstack/data-models/metadata.ts"
|
|
3654
|
+
],
|
|
3655
|
+
"../src/data-service.ts": [
|
|
3656
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3657
|
+
"../src/_services/dynamobe-data.service.ts",
|
|
3658
|
+
"../src/_services/dynamobe-db.service.ts",
|
|
3659
|
+
"../src/_services/dynamobe-global.service.ts",
|
|
3660
|
+
"../src/_services/dynamobe-shared.service.ts"
|
|
3661
|
+
],
|
|
1995
3662
|
"../src/dynamobe-global.settings.ts": [
|
|
1996
3663
|
"../src/_models/dynamobe-global-settings.ts"
|
|
1997
3664
|
],
|
|
1998
3665
|
"../src/index.ts": [
|
|
1999
3666
|
"../src/_enums/index.ts",
|
|
2000
3667
|
"../src/_models/index.ts",
|
|
2001
|
-
"../src/_modules/index.ts",
|
|
3668
|
+
"../src/_modules/test/index.ts",
|
|
2002
3669
|
"../src/_services/index.ts"
|
|
2003
3670
|
]
|
|
2004
3671
|
},
|
|
@@ -2012,8 +3679,8 @@
|
|
|
2012
3679
|
"../node_modules/@types/jsonwebtoken/index.d.ts",
|
|
2013
3680
|
"../node_modules/@types/mime/index.d.ts",
|
|
2014
3681
|
"../node_modules/@types/mongodb/index.d.ts",
|
|
2015
|
-
"../node_modules/@types/node/assert.d.ts",
|
|
2016
3682
|
"../node_modules/@types/node/async_hooks.d.ts",
|
|
3683
|
+
"../node_modules/@types/node/base.d.ts",
|
|
2017
3684
|
"../node_modules/@types/node/buffer.d.ts",
|
|
2018
3685
|
"../node_modules/@types/node/child_process.d.ts",
|
|
2019
3686
|
"../node_modules/@types/node/cluster.d.ts",
|
|
@@ -2027,11 +3694,9 @@
|
|
|
2027
3694
|
"../node_modules/@types/node/fs.d.ts",
|
|
2028
3695
|
"../node_modules/@types/node/fs/promises.d.ts",
|
|
2029
3696
|
"../node_modules/@types/node/globals.d.ts",
|
|
2030
|
-
"../node_modules/@types/node/globals.global.d.ts",
|
|
2031
3697
|
"../node_modules/@types/node/http.d.ts",
|
|
2032
3698
|
"../node_modules/@types/node/http2.d.ts",
|
|
2033
3699
|
"../node_modules/@types/node/https.d.ts",
|
|
2034
|
-
"../node_modules/@types/node/index.d.ts",
|
|
2035
3700
|
"../node_modules/@types/node/inspector.d.ts",
|
|
2036
3701
|
"../node_modules/@types/node/module.d.ts",
|
|
2037
3702
|
"../node_modules/@types/node/net.d.ts",
|
|
@@ -2048,12 +3713,22 @@
|
|
|
2048
3713
|
"../node_modules/@types/node/timers.d.ts",
|
|
2049
3714
|
"../node_modules/@types/node/tls.d.ts",
|
|
2050
3715
|
"../node_modules/@types/node/trace_events.d.ts",
|
|
3716
|
+
"../node_modules/@types/node/ts3.2/base.d.ts",
|
|
3717
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
3718
|
+
"../node_modules/@types/node/ts3.2/globals.d.ts",
|
|
3719
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
3720
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
3721
|
+
"../node_modules/@types/node/ts3.5/base.d.ts",
|
|
3722
|
+
"../node_modules/@types/node/ts3.5/globals.global.d.ts",
|
|
3723
|
+
"../node_modules/@types/node/ts3.5/wasi.d.ts",
|
|
3724
|
+
"../node_modules/@types/node/ts3.7/assert.d.ts",
|
|
3725
|
+
"../node_modules/@types/node/ts3.7/base.d.ts",
|
|
3726
|
+
"../node_modules/@types/node/ts3.7/index.d.ts",
|
|
2051
3727
|
"../node_modules/@types/node/tty.d.ts",
|
|
2052
3728
|
"../node_modules/@types/node/url.d.ts",
|
|
2053
3729
|
"../node_modules/@types/node/util.d.ts",
|
|
2054
3730
|
"../node_modules/@types/node/v8.d.ts",
|
|
2055
3731
|
"../node_modules/@types/node/vm.d.ts",
|
|
2056
|
-
"../node_modules/@types/node/wasi.d.ts",
|
|
2057
3732
|
"../node_modules/@types/node/worker_threads.d.ts",
|
|
2058
3733
|
"../node_modules/@types/node/zlib.d.ts",
|
|
2059
3734
|
"../node_modules/@types/nodemailer/index.d.ts",
|
|
@@ -2107,6 +3782,8 @@
|
|
|
2107
3782
|
"../node_modules/typescript/lib/lib.es5.d.ts",
|
|
2108
3783
|
"../node_modules/typescript/lib/lib.esnext.intl.d.ts",
|
|
2109
3784
|
"../src/_constants/dynamobe-global.settings.ts",
|
|
3785
|
+
"../src/_constants/fullstack/module-settings/test-module-settings.ts",
|
|
3786
|
+
"../src/_constants/fullstack/module-settings/usage-module-settings.ts",
|
|
2110
3787
|
"../src/_enums/data-model-type.enum.ts",
|
|
2111
3788
|
"../src/_enums/dynamobe-data-service-function.enum.ts",
|
|
2112
3789
|
"../src/_enums/dynamobe-route-security.enum.ts",
|
|
@@ -2115,27 +3792,31 @@
|
|
|
2115
3792
|
"../src/_enums/index.ts",
|
|
2116
3793
|
"../src/_enums/log-style.enum.ts",
|
|
2117
3794
|
"../src/_enums/predefined-data-types.enum.ts",
|
|
3795
|
+
"../src/_models/dynamo-module-settings.ts",
|
|
2118
3796
|
"../src/_models/dynamobe-api-call-params.ts",
|
|
2119
3797
|
"../src/_models/dynamobe-app-params.ts",
|
|
2120
3798
|
"../src/_models/dynamobe-data-model-params.ts",
|
|
2121
|
-
"../src/_models/dynamobe-endpoint-
|
|
3799
|
+
"../src/_models/dynamobe-endpoint-params.ts",
|
|
2122
3800
|
"../src/_models/dynamobe-global-settings.ts",
|
|
2123
|
-
"../src/_models/fullstack
|
|
2124
|
-
"../src/_models/fullstack
|
|
2125
|
-
"../src/_models/fullstack
|
|
2126
|
-
"../src/_models/fullstack
|
|
2127
|
-
"../src/_models/fullstack
|
|
2128
|
-
"../src/_models/fullstack
|
|
2129
|
-
"../src/_models/fullstack
|
|
2130
|
-
"../src/_models/fullstack
|
|
2131
|
-
"../src/_models/fullstack
|
|
2132
|
-
"../src/_models/fullstack
|
|
3801
|
+
"../src/_models/fullstack/control-models/daily-usage-data.ts",
|
|
3802
|
+
"../src/_models/fullstack/control-models/dynamobe-data-params.ts",
|
|
3803
|
+
"../src/_models/fullstack/control-models/dynamobe-data-property-params.ts",
|
|
3804
|
+
"../src/_models/fullstack/control-models/dynamobe-error.ts",
|
|
3805
|
+
"../src/_models/fullstack/control-models/geo-ip-location.ts",
|
|
3806
|
+
"../src/_models/fullstack/control-models/usage-action.ts",
|
|
3807
|
+
"../src/_models/fullstack/control-models/usage-data.ts",
|
|
3808
|
+
"../src/_models/fullstack/data-models/custom-data.ts",
|
|
3809
|
+
"../src/_models/fullstack/data-models/metadata.ts",
|
|
3810
|
+
"../src/_models/fullstack/data-models/usage-session.ts",
|
|
2133
3811
|
"../src/_models/index.ts",
|
|
2134
|
-
"../src/_modules/
|
|
2135
|
-
"../src/_modules/test
|
|
2136
|
-
"../src/_modules/test
|
|
2137
|
-
"../src/_modules/
|
|
2138
|
-
"../src/_modules/usage
|
|
3812
|
+
"../src/_modules/test/custom-data.service.ts",
|
|
3813
|
+
"../src/_modules/test/index.ts",
|
|
3814
|
+
"../src/_modules/test/test-controller.ts",
|
|
3815
|
+
"../src/_modules/test/test-routing-module.ts",
|
|
3816
|
+
"../src/_modules/usage/index.ts",
|
|
3817
|
+
"../src/_modules/usage/usage-controller.ts",
|
|
3818
|
+
"../src/_modules/usage/usage-routing-module.ts",
|
|
3819
|
+
"../src/_modules/usage/usage.service.ts",
|
|
2139
3820
|
"../src/_services/dynamobe-api.service.ts",
|
|
2140
3821
|
"../src/_services/dynamobe-app.ts",
|
|
2141
3822
|
"../src/_services/dynamobe-auth.service.ts",
|
|
@@ -2145,13 +3826,16 @@
|
|
|
2145
3826
|
"../src/_services/dynamobe-db.service.ts",
|
|
2146
3827
|
"../src/_services/dynamobe-email-service-collection.service.ts",
|
|
2147
3828
|
"../src/_services/dynamobe-email.service.ts",
|
|
2148
|
-
"../src/_services/dynamobe-global-collection.service.ts",
|
|
2149
3829
|
"../src/_services/dynamobe-global.service.ts",
|
|
2150
3830
|
"../src/_services/dynamobe-routing-module.service.ts",
|
|
2151
|
-
"../src/_services/dynamobe-server.ts",
|
|
2152
3831
|
"../src/_services/dynamobe-shared.service.ts",
|
|
2153
3832
|
"../src/_services/dynamobe-singleton.service.ts",
|
|
2154
3833
|
"../src/_services/index.ts",
|
|
3834
|
+
"../src/api-service.ts",
|
|
3835
|
+
"../src/app.ts",
|
|
3836
|
+
"../src/controller.ts",
|
|
3837
|
+
"../src/data-models.ts",
|
|
3838
|
+
"../src/data-service.ts",
|
|
2155
3839
|
"../src/dynamobe-global.settings.ts",
|
|
2156
3840
|
"../src/index.ts"
|
|
2157
3841
|
]
|