@futdevpro/nts-dynamo 1.4.4 → 1.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/lib/_constants/dynamobe-global.settings.d.ts +3 -0
  2. package/lib/_constants/dynamobe-global.settings.d.ts.map +1 -0
  3. package/lib/_constants/dynamobe-global.settings.js +13 -0
  4. package/lib/_constants/dynamobe-global.settings.js.map +1 -0
  5. package/lib/_constants/index.d.ts +2 -0
  6. package/lib/_constants/index.d.ts.map +1 -0
  7. package/lib/_constants/index.js +5 -0
  8. package/lib/_constants/index.js.map +1 -0
  9. package/lib/_enums/data-model-type.enum.d.ts +6 -0
  10. package/lib/_enums/data-model-type.enum.d.ts.map +1 -0
  11. package/lib/_enums/data-model-type.enum.js +10 -0
  12. package/lib/_enums/data-model-type.enum.js.map +1 -0
  13. package/lib/_enums/dynamobe-data-service-function.enum.d.ts +8 -0
  14. package/lib/_enums/dynamobe-data-service-function.enum.d.ts.map +1 -0
  15. package/lib/_enums/dynamobe-data-service-function.enum.js +15 -0
  16. package/lib/_enums/dynamobe-data-service-function.enum.js.map +1 -0
  17. package/lib/_enums/dynamobe-route-security.enum.d.ts +6 -0
  18. package/lib/_enums/dynamobe-route-security.enum.d.ts.map +1 -0
  19. package/lib/_enums/dynamobe-route-security.enum.js +10 -0
  20. package/lib/_enums/dynamobe-route-security.enum.js.map +1 -0
  21. package/lib/_enums/http/http-call-type.enum.d.ts +8 -0
  22. package/lib/_enums/http/http-call-type.enum.d.ts.map +1 -0
  23. package/lib/_enums/http/http-call-type.enum.js +12 -0
  24. package/lib/_enums/http/http-call-type.enum.js.map +1 -0
  25. package/lib/_enums/http/http-response-type.enum.d.ts +7 -0
  26. package/lib/_enums/http/http-response-type.enum.d.ts.map +1 -0
  27. package/lib/_enums/http/http-response-type.enum.js +11 -0
  28. package/lib/_enums/http/http-response-type.enum.js.map +1 -0
  29. package/lib/_enums/index.d.ts +8 -0
  30. package/lib/_enums/index.d.ts.map +1 -0
  31. package/lib/_enums/index.js +39 -0
  32. package/lib/_enums/index.js.map +1 -0
  33. package/lib/_enums/log-style.enum.d.ts +26 -0
  34. package/lib/_enums/log-style.enum.d.ts.map +1 -0
  35. package/lib/_enums/log-style.enum.js +30 -0
  36. package/lib/_enums/log-style.enum.js.map +1 -0
  37. package/lib/_enums/predefined-data-types.enum.d.ts +8 -0
  38. package/lib/_enums/predefined-data-types.enum.d.ts.map +1 -0
  39. package/lib/_enums/predefined-data-types.enum.js +12 -0
  40. package/lib/_enums/predefined-data-types.enum.js.map +1 -0
  41. package/lib/_models/dynamo-module-settings.d.ts +7 -0
  42. package/lib/_models/dynamo-module-settings.d.ts.map +1 -0
  43. package/lib/_models/dynamo-module-settings.js +3 -0
  44. package/lib/_models/dynamo-module-settings.js.map +1 -0
  45. package/lib/_models/dynamobe-api-call-params.d.ts +35 -0
  46. package/lib/_models/dynamobe-api-call-params.d.ts.map +1 -0
  47. package/lib/_models/dynamobe-api-call-params.js +24 -0
  48. package/lib/_models/dynamobe-api-call-params.js.map +1 -0
  49. package/lib/_models/dynamobe-app-params.d.ts +15 -0
  50. package/lib/_models/dynamobe-app-params.d.ts.map +1 -0
  51. package/lib/_models/dynamobe-app-params.js +14 -0
  52. package/lib/_models/dynamobe-app-params.js.map +1 -0
  53. package/lib/_models/dynamobe-data-model-params.d.ts +13 -0
  54. package/lib/_models/dynamobe-data-model-params.d.ts.map +1 -0
  55. package/lib/_models/dynamobe-data-model-params.js +15 -0
  56. package/lib/_models/dynamobe-data-model-params.js.map +1 -0
  57. package/lib/_models/dynamobe-endpoint-params.d.ts +30 -0
  58. package/lib/_models/dynamobe-endpoint-params.d.ts.map +1 -0
  59. package/lib/_models/dynamobe-endpoint-params.js +101 -0
  60. package/lib/_models/dynamobe-endpoint-params.js.map +1 -0
  61. package/lib/_models/dynamobe-global-settings.d.ts +10 -0
  62. package/lib/_models/dynamobe-global-settings.d.ts.map +1 -0
  63. package/lib/_models/dynamobe-global-settings.js +3 -0
  64. package/lib/_models/dynamobe-global-settings.js.map +1 -0
  65. package/lib/_models/index.d.ts +6 -0
  66. package/lib/_models/index.d.ts.map +1 -0
  67. package/lib/_models/index.js +10 -0
  68. package/lib/_models/index.js.map +1 -0
  69. package/lib/_modules/api-service.index.d.ts +5 -0
  70. package/lib/_modules/api-service.index.d.ts.map +1 -0
  71. package/lib/_modules/api-service.index.js +11 -0
  72. package/lib/_modules/api-service.index.js.map +1 -0
  73. package/lib/_modules/app.index.d.ts +10 -0
  74. package/lib/_modules/app.index.d.ts.map +1 -0
  75. package/lib/_modules/app.index.js +17 -0
  76. package/lib/_modules/app.index.js.map +1 -0
  77. package/lib/_modules/auth.index.d.ts +3 -0
  78. package/lib/_modules/auth.index.d.ts.map +1 -0
  79. package/lib/_modules/auth.index.js +7 -0
  80. package/lib/_modules/auth.index.js.map +1 -0
  81. package/lib/_modules/controller.index.d.ts +5 -0
  82. package/lib/_modules/controller.index.d.ts.map +1 -0
  83. package/lib/_modules/controller.index.js +11 -0
  84. package/lib/_modules/controller.index.js.map +1 -0
  85. package/lib/_modules/data-service.index.d.ts +5 -0
  86. package/lib/_modules/data-service.index.d.ts.map +1 -0
  87. package/lib/_modules/data-service.index.js +9 -0
  88. package/lib/_modules/data-service.index.js.map +1 -0
  89. package/lib/_modules/test/custom-data.service.d.ts +6 -0
  90. package/lib/_modules/test/custom-data.service.d.ts.map +1 -0
  91. package/lib/_modules/test/custom-data.service.js +12 -0
  92. package/lib/_modules/test/custom-data.service.js.map +1 -0
  93. package/lib/_modules/test/get-test-routing-module.d.ts +4 -0
  94. package/lib/_modules/test/get-test-routing-module.d.ts.map +1 -0
  95. package/lib/_modules/test/get-test-routing-module.js +18 -0
  96. package/lib/_modules/test/get-test-routing-module.js.map +1 -0
  97. package/lib/_modules/test/index.d.ts +4 -0
  98. package/lib/_modules/test/index.d.ts.map +1 -0
  99. package/lib/_modules/test/index.js +8 -0
  100. package/lib/_modules/test/index.js.map +1 -0
  101. package/lib/_modules/test/test-controller.d.ts +6 -0
  102. package/lib/_modules/test/test-controller.d.ts.map +1 -0
  103. package/lib/_modules/test/test-controller.js +127 -0
  104. package/lib/_modules/test/test-controller.js.map +1 -0
  105. package/lib/_modules/usage/get-usage-routing-module.d.ts +4 -0
  106. package/lib/_modules/usage/get-usage-routing-module.d.ts.map +1 -0
  107. package/lib/_modules/usage/get-usage-routing-module.js +18 -0
  108. package/lib/_modules/usage/get-usage-routing-module.js.map +1 -0
  109. package/lib/_modules/usage/index.d.ts +4 -0
  110. package/lib/_modules/usage/index.d.ts.map +1 -0
  111. package/lib/_modules/usage/index.js +8 -0
  112. package/lib/_modules/usage/index.js.map +1 -0
  113. package/lib/_modules/usage/usage-controller.d.ts +7 -0
  114. package/lib/_modules/usage/usage-controller.d.ts.map +1 -0
  115. package/lib/_modules/usage/usage-controller.js +89 -0
  116. package/lib/_modules/usage/usage-controller.js.map +1 -0
  117. package/lib/_modules/usage/usage.service.d.ts +17 -0
  118. package/lib/_modules/usage/usage.service.d.ts.map +1 -0
  119. package/lib/_modules/usage/usage.service.js +108 -0
  120. package/lib/_modules/usage/usage.service.js.map +1 -0
  121. package/lib/_services/dynamobe-api.service.d.ts +10 -0
  122. package/lib/_services/dynamobe-api.service.d.ts.map +1 -0
  123. package/lib/_services/dynamobe-api.service.js +131 -0
  124. package/lib/_services/dynamobe-api.service.js.map +1 -0
  125. package/lib/_services/dynamobe-app.d.ts +105 -0
  126. package/lib/_services/dynamobe-app.d.ts.map +1 -0
  127. package/lib/_services/dynamobe-app.js +212 -0
  128. package/lib/_services/dynamobe-app.js.map +1 -0
  129. package/lib/_services/dynamobe-auth.service.d.ts +41 -0
  130. package/lib/_services/dynamobe-auth.service.d.ts.map +1 -0
  131. package/lib/_services/dynamobe-auth.service.js +40 -0
  132. package/lib/_services/dynamobe-auth.service.js.map +1 -0
  133. package/lib/_services/dynamobe-controller.service.d.ts +11 -0
  134. package/lib/_services/dynamobe-controller.service.d.ts.map +1 -0
  135. package/lib/_services/dynamobe-controller.service.js +18 -0
  136. package/lib/_services/dynamobe-controller.service.js.map +1 -0
  137. package/lib/_services/dynamobe-data.service.d.ts +50 -0
  138. package/lib/_services/dynamobe-data.service.d.ts.map +1 -0
  139. package/lib/_services/dynamobe-data.service.js +222 -0
  140. package/lib/_services/dynamobe-data.service.js.map +1 -0
  141. package/lib/_services/dynamobe-db-service-collection.service.d.ts +6 -0
  142. package/lib/_services/dynamobe-db-service-collection.service.d.ts.map +1 -0
  143. package/lib/_services/dynamobe-db-service-collection.service.js +8 -0
  144. package/lib/_services/dynamobe-db-service-collection.service.js.map +1 -0
  145. package/lib/_services/dynamobe-db.service.d.ts +149 -0
  146. package/lib/_services/dynamobe-db.service.d.ts.map +1 -0
  147. package/lib/_services/dynamobe-db.service.js +577 -0
  148. package/lib/_services/dynamobe-db.service.js.map +1 -0
  149. package/lib/_services/dynamobe-email-service-collection.service.d.ts +19 -0
  150. package/lib/_services/dynamobe-email-service-collection.service.d.ts.map +1 -0
  151. package/lib/_services/dynamobe-email-service-collection.service.js +21 -0
  152. package/lib/_services/dynamobe-email-service-collection.service.js.map +1 -0
  153. package/lib/_services/dynamobe-email.service.d.ts +34 -0
  154. package/lib/_services/dynamobe-email.service.d.ts.map +1 -0
  155. package/lib/_services/dynamobe-email.service.js +144 -0
  156. package/lib/_services/dynamobe-email.service.js.map +1 -0
  157. package/lib/_services/dynamobe-global.service.d.ts +40 -0
  158. package/lib/_services/dynamobe-global.service.d.ts.map +1 -0
  159. package/lib/_services/dynamobe-global.service.js +74 -0
  160. package/lib/_services/dynamobe-global.service.js.map +1 -0
  161. package/lib/_services/dynamobe-routing-module.service.d.ts +27 -0
  162. package/lib/_services/dynamobe-routing-module.service.d.ts.map +1 -0
  163. package/lib/_services/dynamobe-routing-module.service.js +119 -0
  164. package/lib/_services/dynamobe-routing-module.service.js.map +1 -0
  165. package/lib/_services/dynamobe-shared-be.service.d.ts +9 -0
  166. package/lib/_services/dynamobe-shared-be.service.d.ts.map +1 -0
  167. package/lib/_services/dynamobe-shared-be.service.js +45 -0
  168. package/lib/_services/dynamobe-shared-be.service.js.map +1 -0
  169. package/lib/_services/dynamobe-shared.service.d.ts +86 -0
  170. package/lib/_services/dynamobe-shared.service.d.ts.map +1 -0
  171. package/lib/_services/dynamobe-shared.service.js +251 -0
  172. package/lib/_services/dynamobe-shared.service.js.map +1 -0
  173. package/lib/_services/dynamobe-singleton.service.d.ts +6 -0
  174. package/lib/_services/dynamobe-singleton.service.d.ts.map +1 -0
  175. package/lib/_services/dynamobe-singleton.service.js +16 -0
  176. package/lib/_services/dynamobe-singleton.service.js.map +1 -0
  177. package/lib/_services/index.d.ts +15 -0
  178. package/lib/_services/index.d.ts.map +1 -0
  179. package/lib/_services/index.js +19 -0
  180. package/lib/_services/index.js.map +1 -0
  181. package/lib/index.d.ts +7 -0
  182. package/lib/index.d.ts.map +1 -0
  183. package/lib/index.js +15 -0
  184. package/lib/index.js.map +1 -0
  185. package/lib/tsconfig.tsbuildinfo +4257 -0
  186. package/package.json +4 -15
  187. package/src/_constants/index.ts +0 -3
  188. package/src/_models/dynamobe-data-model-params.ts +2 -1
  189. package/src/_models/index.ts +0 -13
  190. package/src/_modules/api-service.index.ts +0 -1
  191. package/src/_modules/auth.index.ts +0 -3
  192. package/src/_modules/data-service.index.ts +0 -3
  193. package/src/_modules/test/custom-data.service.ts +2 -1
  194. package/src/_modules/test/get-test-routing-module.ts +2 -1
  195. package/src/_modules/test/index.ts +0 -2
  196. package/src/_modules/test/test-controller.ts +2 -1
  197. package/src/_modules/usage/get-usage-routing-module.ts +2 -1
  198. package/src/_modules/usage/index.ts +0 -2
  199. package/src/_modules/usage/usage-controller.ts +2 -2
  200. package/src/_modules/usage/usage.service.ts +4 -5
  201. package/src/_services/dynamobe-api.service.ts +2 -1
  202. package/src/_services/dynamobe-auth.service.ts +2 -1
  203. package/src/_services/dynamobe-data.service.ts +3 -4
  204. package/src/_services/dynamobe-db.service.ts +2 -4
  205. package/src/_services/dynamobe-email.service.ts +2 -1
  206. package/src/_services/dynamobe-global.service.ts +2 -2
  207. package/src/_services/dynamobe-routing-module.service.ts +2 -1
  208. package/src/_services/dynamobe-shared-be.service.ts +2 -1
  209. package/src/_services/dynamobe-shared.service.ts +2 -3
  210. package/src/index.ts +0 -6
  211. package/src/_constants/fullstack/module-settings/test-module-settings.ts +0 -14
  212. package/src/_constants/fullstack/module-settings/usage-module-settings.ts +0 -12
  213. package/src/_constants/fullstack/times.ts +0 -8
  214. package/src/_models/fullstack/control-models/daily-usage-data.ts +0 -34
  215. package/src/_models/fullstack/control-models/dynamobe-data-params.ts +0 -19
  216. package/src/_models/fullstack/control-models/dynamobe-data-property-params.ts +0 -98
  217. package/src/_models/fullstack/control-models/dynamobe-error.ts +0 -199
  218. package/src/_models/fullstack/control-models/geo-ip-location.ts +0 -26
  219. package/src/_models/fullstack/control-models/location-coordinates.ts +0 -5
  220. package/src/_models/fullstack/control-models/usage-action.ts +0 -18
  221. package/src/_models/fullstack/control-models/usage-data.ts +0 -26
  222. package/src/_models/fullstack/data-models/custom-data.ts +0 -41
  223. package/src/_models/fullstack/data-models/metadata.ts +0 -30
  224. package/src/_models/fullstack/data-models/usage-session.ts +0 -85
  225. package/src/_modules/data-models.index.ts +0 -3
@@ -0,0 +1,4257 @@
1
+ {
2
+ "program": {
3
+ "fileInfos": {
4
+ "../node_modules/typescript/lib/lib.es5.d.ts": {
5
+ "version": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
6
+ "signature": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
7
+ "affectsGlobalScope": true
8
+ },
9
+ "../node_modules/typescript/lib/lib.es2015.d.ts": {
10
+ "version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
11
+ "signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
12
+ "affectsGlobalScope": false
13
+ },
14
+ "../node_modules/typescript/lib/lib.es2016.d.ts": {
15
+ "version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
16
+ "signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
17
+ "affectsGlobalScope": false
18
+ },
19
+ "../node_modules/typescript/lib/lib.es2017.d.ts": {
20
+ "version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
21
+ "signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
22
+ "affectsGlobalScope": false
23
+ },
24
+ "../node_modules/typescript/lib/lib.es2018.d.ts": {
25
+ "version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
26
+ "signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
27
+ "affectsGlobalScope": false
28
+ },
29
+ "../node_modules/typescript/lib/lib.dom.d.ts": {
30
+ "version": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
31
+ "signature": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
32
+ "affectsGlobalScope": true
33
+ },
34
+ "../node_modules/typescript/lib/lib.es2015.core.d.ts": {
35
+ "version": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
36
+ "signature": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
37
+ "affectsGlobalScope": true
38
+ },
39
+ "../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
40
+ "version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
41
+ "signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
42
+ "affectsGlobalScope": true
43
+ },
44
+ "../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
45
+ "version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
46
+ "signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
47
+ "affectsGlobalScope": true
48
+ },
49
+ "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
50
+ "version": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
51
+ "signature": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
52
+ "affectsGlobalScope": true
53
+ },
54
+ "../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
55
+ "version": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
56
+ "signature": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
57
+ "affectsGlobalScope": true
58
+ },
59
+ "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
60
+ "version": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
61
+ "signature": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
62
+ "affectsGlobalScope": true
63
+ },
64
+ "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
65
+ "version": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
66
+ "signature": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
67
+ "affectsGlobalScope": true
68
+ },
69
+ "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
70
+ "version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
71
+ "signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
72
+ "affectsGlobalScope": true
73
+ },
74
+ "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
75
+ "version": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
76
+ "signature": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
77
+ "affectsGlobalScope": true
78
+ },
79
+ "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
80
+ "version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
81
+ "signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
82
+ "affectsGlobalScope": true
83
+ },
84
+ "../node_modules/typescript/lib/lib.es2017.object.d.ts": {
85
+ "version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
86
+ "signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
87
+ "affectsGlobalScope": true
88
+ },
89
+ "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
90
+ "version": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
91
+ "signature": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
92
+ "affectsGlobalScope": true
93
+ },
94
+ "../node_modules/typescript/lib/lib.es2017.string.d.ts": {
95
+ "version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
96
+ "signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
97
+ "affectsGlobalScope": true
98
+ },
99
+ "../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
100
+ "version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
101
+ "signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
102
+ "affectsGlobalScope": true
103
+ },
104
+ "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
105
+ "version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
106
+ "signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
107
+ "affectsGlobalScope": true
108
+ },
109
+ "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
110
+ "version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
111
+ "signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
112
+ "affectsGlobalScope": true
113
+ },
114
+ "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
115
+ "version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
116
+ "signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
117
+ "affectsGlobalScope": true
118
+ },
119
+ "../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
120
+ "version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
121
+ "signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
122
+ "affectsGlobalScope": true
123
+ },
124
+ "../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
125
+ "version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
126
+ "signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
127
+ "affectsGlobalScope": true
128
+ },
129
+ "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
130
+ "version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
131
+ "signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
132
+ "affectsGlobalScope": true
133
+ },
134
+ "../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
135
+ "version": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
136
+ "signature": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
137
+ "affectsGlobalScope": true
138
+ },
139
+ "../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
140
+ "version": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
141
+ "signature": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
142
+ "affectsGlobalScope": true
143
+ },
144
+ "../node_modules/tslib/tslib.d.ts": {
145
+ "version": "9eb0ae9fa333acfc2dcbe6a7eaa2ab8be46b97ca259982c797c39167823235d5",
146
+ "signature": "9eb0ae9fa333acfc2dcbe6a7eaa2ab8be46b97ca259982c797c39167823235d5",
147
+ "affectsGlobalScope": false
148
+ },
149
+ "../src/_enums/dynamobe-route-security.enum.ts": {
150
+ "version": "9b5c26688fd53ae5b2ec9b58a3ebc5883e2a1085831b9647dd85adb7cbc3169c",
151
+ "signature": "d298bd3831d9ca38bafbaa4daf195f41f7a1bf141e114485411d292802612ec5",
152
+ "affectsGlobalScope": false
153
+ },
154
+ "../src/_models/dynamobe-global-settings.ts": {
155
+ "version": "2295ca9bd5dcfc612d9b07ff86920b6c6f5b6ecd964c10fcda1db04da00335dd",
156
+ "signature": "4fbab01ec3449a13b44653906c34853adbd8e034e1e1e3b857f79a687de56afa",
157
+ "affectsGlobalScope": false
158
+ },
159
+ "../src/_constants/dynamobe-global.settings.ts": {
160
+ "version": "6b11e0e2bae5ef188367041fc505df468a5b86659ae8ef9ec6750200704e420e",
161
+ "signature": "9dd1b81933c5c08302234a8075ef5f9c8cc174da9fc22f69bafae60e75d29cc8",
162
+ "affectsGlobalScope": false
163
+ },
164
+ "../src/_constants/index.ts": {
165
+ "version": "9ac19371811b0fa5020d57a92b13098d7bb0fb72a19b12f910299acb2229aed6",
166
+ "signature": "fb289931dec703dc019eb0da80374d2d0bcb6692001559c897b1dcb73c9c9a1e",
167
+ "affectsGlobalScope": false
168
+ },
169
+ "../src/_enums/data-model-type.enum.ts": {
170
+ "version": "17d3b646a98bd788ea718b31249b4d3f53d37be1c18890520f940658d2d45b45",
171
+ "signature": "58db1bde43f232985d47f296cec0e0c9e09b30c2a24d28a0aee8d4dfc25f1de8",
172
+ "affectsGlobalScope": false
173
+ },
174
+ "../src/_enums/dynamobe-data-service-function.enum.ts": {
175
+ "version": "0f160fdc3443beb6b1d26a0ea5580f249534d4529106e66cef65cb35e8909686",
176
+ "signature": "4d907aecc9fc8792084d856615a16830aff454a3d09d8769c677174926c88af0",
177
+ "affectsGlobalScope": false
178
+ },
179
+ "../src/_enums/log-style.enum.ts": {
180
+ "version": "27f6c4b16a83f0eb1cb5cfd59e0e525bc046a1c03b5e87655631fb4ab589a197",
181
+ "signature": "c26555c149dcd8b1647cce3f4bc4fbf2e14a0cdc63151dbb2cba5355c7409979",
182
+ "affectsGlobalScope": false
183
+ },
184
+ "../src/_enums/predefined-data-types.enum.ts": {
185
+ "version": "423c245fde7982aa6f291d3cd3c12cec5d817440b18704ff1e6345a8903b61fc",
186
+ "signature": "851278fad995b1635e0a790c798edb987ea4e9313f40aa17395a8220afb720f3",
187
+ "affectsGlobalScope": false
188
+ },
189
+ "../src/_enums/http/http-call-type.enum.ts": {
190
+ "version": "eb4716d6b021305da18ce020bcd2861def22f65fe8dd54fe3667669ab2cc951d",
191
+ "signature": "cd63428d0b93927a9a60abd084043b8567735ae9784a8413743eb5d3feda005f",
192
+ "affectsGlobalScope": false
193
+ },
194
+ "../src/_enums/http/http-response-type.enum.ts": {
195
+ "version": "19a65883921145ac7d42b1b81752ad786d6cfc886d9af08975528a4f4230cde5",
196
+ "signature": "4688eb04092632cc04ce589e6674671476b940baa6409701345b22b55e5302fc",
197
+ "affectsGlobalScope": false
198
+ },
199
+ "../src/_enums/index.ts": {
200
+ "version": "b6b9b68ed43d4004b90363f6a1436887957dec31818ae1b19858c05ad939fa40",
201
+ "signature": "c777e4d5efec12219f2f7bdcca7cfea6dd0d865a8832cf12f3f86cf484124c62",
202
+ "affectsGlobalScope": false
203
+ },
204
+ "../src/_models/dynamobe-api-call-params.ts": {
205
+ "version": "990432e36206bd469ea73cd769d9d7e3b89d00bdfaf8c0b3ee11b25de4381074",
206
+ "signature": "90004194c2e11e5a61abfb032e04bb2ae249b3dcdbcdb29601539d0ee286e882",
207
+ "affectsGlobalScope": false
208
+ },
209
+ "../src/_models/dynamobe-app-params.ts": {
210
+ "version": "622ea6a9647f3dab6b0b727ed3c5d639d9671be16f24cd061b63640217f92e76",
211
+ "signature": "99502ca12eb62c51fcbe5f1f3a40493f2e9b88fae5eb28e9b8d8a90affdfdfb2",
212
+ "affectsGlobalScope": false
213
+ },
214
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts": {
215
+ "version": "9027c775f21111b2147cae30402cc6cd8c650987428c1fe4ed4c022d9b379148",
216
+ "signature": "9027c775f21111b2147cae30402cc6cd8c650987428c1fe4ed4c022d9b379148",
217
+ "affectsGlobalScope": false
218
+ },
219
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts": {
220
+ "version": "dded145aa6e648dd70bbe30f629227d888c3de711f0408cdd53248155cc7c23a",
221
+ "signature": "dded145aa6e648dd70bbe30f629227d888c3de711f0408cdd53248155cc7c23a",
222
+ "affectsGlobalScope": false
223
+ },
224
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts": {
225
+ "version": "dee59c897eab2bb977d5f60487292d8a5140a1040792e4c417ac432056aff02c",
226
+ "signature": "dee59c897eab2bb977d5f60487292d8a5140a1040792e4c417ac432056aff02c",
227
+ "affectsGlobalScope": false
228
+ },
229
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts": {
230
+ "version": "8a13db6984b3c54cd5751fadc3384e679bf18f1b91d907254e43dcb67d28e2cc",
231
+ "signature": "8a13db6984b3c54cd5751fadc3384e679bf18f1b91d907254e43dcb67d28e2cc",
232
+ "affectsGlobalScope": false
233
+ },
234
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts": {
235
+ "version": "800d7f761e403637aed5966e7b5877581da06289eb3fd7960331f2eb6adcf190",
236
+ "signature": "800d7f761e403637aed5966e7b5877581da06289eb3fd7960331f2eb6adcf190",
237
+ "affectsGlobalScope": false
238
+ },
239
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts": {
240
+ "version": "025682521ce1dcb42ae8d5ccb58e2116d2422c2b34eb1781f32a00b24a0b582f",
241
+ "signature": "025682521ce1dcb42ae8d5ccb58e2116d2422c2b34eb1781f32a00b24a0b582f",
242
+ "affectsGlobalScope": false
243
+ },
244
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts": {
245
+ "version": "314e94eb1c23678c6f3f976aa811ee807bb0046b887e282ebb68c46368d035ef",
246
+ "signature": "314e94eb1c23678c6f3f976aa811ee807bb0046b887e282ebb68c46368d035ef",
247
+ "affectsGlobalScope": false
248
+ },
249
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts": {
250
+ "version": "8bedaf14a377250eb3b100545efe5b68f2a05a20edb9c362a1c0f0ec6f4d4822",
251
+ "signature": "8bedaf14a377250eb3b100545efe5b68f2a05a20edb9c362a1c0f0ec6f4d4822",
252
+ "affectsGlobalScope": false
253
+ },
254
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts": {
255
+ "version": "859e86c18aa3bbdbd9e187e59b1637549c157274f6597bae60f5bea980355da7",
256
+ "signature": "859e86c18aa3bbdbd9e187e59b1637549c157274f6597bae60f5bea980355da7",
257
+ "affectsGlobalScope": false
258
+ },
259
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts": {
260
+ "version": "b897b7c9c89e2e8a14d46461626370b4ea03e9faa28ceb411e09a4ee3c1c737f",
261
+ "signature": "b897b7c9c89e2e8a14d46461626370b4ea03e9faa28ceb411e09a4ee3c1c737f",
262
+ "affectsGlobalScope": false
263
+ },
264
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts": {
265
+ "version": "ccf0a2bed97771d66e9e6fa91fc4ee6264112a170c9f0c637ad642809ab506d2",
266
+ "signature": "ccf0a2bed97771d66e9e6fa91fc4ee6264112a170c9f0c637ad642809ab506d2",
267
+ "affectsGlobalScope": false
268
+ },
269
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts": {
270
+ "version": "dc2321b112cd3da2fbcad532da215333f8d35fdbd94222393edb1630d2275b4f",
271
+ "signature": "dc2321b112cd3da2fbcad532da215333f8d35fdbd94222393edb1630d2275b4f",
272
+ "affectsGlobalScope": false
273
+ },
274
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts": {
275
+ "version": "83d32a0f7d967d4c16e3b78f619cad49b3b4ea9fba9b818d47a106ffa52736c2",
276
+ "signature": "83d32a0f7d967d4c16e3b78f619cad49b3b4ea9fba9b818d47a106ffa52736c2",
277
+ "affectsGlobalScope": false
278
+ },
279
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts": {
280
+ "version": "bb4f6c344ff46aceef84fce457dd9882d1bbc7f1cf183c82d74fb47612561899",
281
+ "signature": "bb4f6c344ff46aceef84fce457dd9882d1bbc7f1cf183c82d74fb47612561899",
282
+ "affectsGlobalScope": false
283
+ },
284
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts": {
285
+ "version": "e545e854d6dd01967aebecd261df34d6e5413ea70e514f258f077f828164d406",
286
+ "signature": "e545e854d6dd01967aebecd261df34d6e5413ea70e514f258f077f828164d406",
287
+ "affectsGlobalScope": false
288
+ },
289
+ "../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts": {
290
+ "version": "d4630fa3192b484dda4eba8086946e300aba10449429809fe6f8d2f069db38a0",
291
+ "signature": "d4630fa3192b484dda4eba8086946e300aba10449429809fe6f8d2f069db38a0",
292
+ "affectsGlobalScope": false
293
+ },
294
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts": {
295
+ "version": "c8f38fdde28763a7b1a6d9ae6391e389b0633275e0ada1a2a13ecd7996338548",
296
+ "signature": "c8f38fdde28763a7b1a6d9ae6391e389b0633275e0ada1a2a13ecd7996338548",
297
+ "affectsGlobalScope": false
298
+ },
299
+ "../src/_models/dynamobe-data-model-params.ts": {
300
+ "version": "55b88cd9b628ad3051b89d9fcf0a1ac4cf6e2bca3b0d6b50880bf0d5dc33abf2",
301
+ "signature": "f455a04f1b31065fa4fe74c59433fa5928f31c68954b1664d4b1380f2793c8d5",
302
+ "affectsGlobalScope": false
303
+ },
304
+ "../node_modules/@types/node/globals.d.ts": {
305
+ "version": "6fc83519155969f2457d2454908d68830a6f6480974914c024eaf4e3248a2fd1",
306
+ "signature": "6fc83519155969f2457d2454908d68830a6f6480974914c024eaf4e3248a2fd1",
307
+ "affectsGlobalScope": true
308
+ },
309
+ "../node_modules/@types/node/async_hooks.d.ts": {
310
+ "version": "4ed9f71ddbb5753771ee391f64297078a88f7dfd1480646dcf08c31395778682",
311
+ "signature": "4ed9f71ddbb5753771ee391f64297078a88f7dfd1480646dcf08c31395778682",
312
+ "affectsGlobalScope": false
313
+ },
314
+ "../node_modules/@types/node/buffer.d.ts": {
315
+ "version": "bc6a78961535181265845bf9b9e8a147ffd0ca275097ceb670a9b92afa825152",
316
+ "signature": "bc6a78961535181265845bf9b9e8a147ffd0ca275097ceb670a9b92afa825152",
317
+ "affectsGlobalScope": false
318
+ },
319
+ "../node_modules/@types/node/child_process.d.ts": {
320
+ "version": "714e21572208da98a16594de5e42ee54dbbebca7e69e956d2dac010564378c45",
321
+ "signature": "714e21572208da98a16594de5e42ee54dbbebca7e69e956d2dac010564378c45",
322
+ "affectsGlobalScope": false
323
+ },
324
+ "../node_modules/@types/node/cluster.d.ts": {
325
+ "version": "123ec69e4b3a686eb49afd94ebe3292a5c84a867ecbcb6bb84bdd720a12af803",
326
+ "signature": "123ec69e4b3a686eb49afd94ebe3292a5c84a867ecbcb6bb84bdd720a12af803",
327
+ "affectsGlobalScope": false
328
+ },
329
+ "../node_modules/@types/node/console.d.ts": {
330
+ "version": "51851805d06a6878796c3a00ccf0839fe18111a38d1bae84964c269f16bcc2b7",
331
+ "signature": "51851805d06a6878796c3a00ccf0839fe18111a38d1bae84964c269f16bcc2b7",
332
+ "affectsGlobalScope": true
333
+ },
334
+ "../node_modules/@types/node/constants.d.ts": {
335
+ "version": "90c85ddbb8de82cd19198bda062065fc51b7407c0f206f2e399e65a52e979720",
336
+ "signature": "90c85ddbb8de82cd19198bda062065fc51b7407c0f206f2e399e65a52e979720",
337
+ "affectsGlobalScope": false
338
+ },
339
+ "../node_modules/@types/node/crypto.d.ts": {
340
+ "version": "bc99370962c617000b3f66ba97426142bf49daa5467c081c64a57ad7bc6bcc14",
341
+ "signature": "bc99370962c617000b3f66ba97426142bf49daa5467c081c64a57ad7bc6bcc14",
342
+ "affectsGlobalScope": false
343
+ },
344
+ "../node_modules/@types/node/dgram.d.ts": {
345
+ "version": "7ecfe97b43aa6c8b8f90caa599d5648bb559962e74e6f038f73a77320569dd78",
346
+ "signature": "7ecfe97b43aa6c8b8f90caa599d5648bb559962e74e6f038f73a77320569dd78",
347
+ "affectsGlobalScope": false
348
+ },
349
+ "../node_modules/@types/node/dns.d.ts": {
350
+ "version": "7db7569fbb3e2b01ba8751c761cdd3f0debd104170d5665b7dc20a11630df3a9",
351
+ "signature": "7db7569fbb3e2b01ba8751c761cdd3f0debd104170d5665b7dc20a11630df3a9",
352
+ "affectsGlobalScope": false
353
+ },
354
+ "../node_modules/@types/node/domain.d.ts": {
355
+ "version": "cde4d7f6274468180fa39847b183aec22626e8212ff885d535c53f4cd7c225fd",
356
+ "signature": "cde4d7f6274468180fa39847b183aec22626e8212ff885d535c53f4cd7c225fd",
357
+ "affectsGlobalScope": true
358
+ },
359
+ "../node_modules/@types/node/events.d.ts": {
360
+ "version": "072b0ac82ae8fe05b0d4f2eadb7f6edd0ebd84175ecad2f9e09261290a86bcee",
361
+ "signature": "072b0ac82ae8fe05b0d4f2eadb7f6edd0ebd84175ecad2f9e09261290a86bcee",
362
+ "affectsGlobalScope": true
363
+ },
364
+ "../node_modules/@types/node/fs.d.ts": {
365
+ "version": "5a1eba6d050430241b27463e4917e1d30d3f5e242f47cab42619e4f7c5dea486",
366
+ "signature": "5a1eba6d050430241b27463e4917e1d30d3f5e242f47cab42619e4f7c5dea486",
367
+ "affectsGlobalScope": false
368
+ },
369
+ "../node_modules/@types/node/fs/promises.d.ts": {
370
+ "version": "fb28748ff8d015f52e99daee4f454e57cec1a22141f1257c317f3630a15edeb7",
371
+ "signature": "fb28748ff8d015f52e99daee4f454e57cec1a22141f1257c317f3630a15edeb7",
372
+ "affectsGlobalScope": false
373
+ },
374
+ "../node_modules/@types/node/http.d.ts": {
375
+ "version": "27534007150d3d80f12fe48dc815b32bf9b92a7de058b52bfc21a256e9d18966",
376
+ "signature": "27534007150d3d80f12fe48dc815b32bf9b92a7de058b52bfc21a256e9d18966",
377
+ "affectsGlobalScope": false
378
+ },
379
+ "../node_modules/@types/node/http2.d.ts": {
380
+ "version": "5d9394b829cfd504b2fe17287aaad8ce1dcfb2a2183c962a90a85b96da2c1c90",
381
+ "signature": "5d9394b829cfd504b2fe17287aaad8ce1dcfb2a2183c962a90a85b96da2c1c90",
382
+ "affectsGlobalScope": false
383
+ },
384
+ "../node_modules/@types/node/https.d.ts": {
385
+ "version": "c969bf4c7cdfe4d5dd28aa09432f99d09ad1d8d8b839959646579521d0467d1a",
386
+ "signature": "c969bf4c7cdfe4d5dd28aa09432f99d09ad1d8d8b839959646579521d0467d1a",
387
+ "affectsGlobalScope": false
388
+ },
389
+ "../node_modules/@types/node/inspector.d.ts": {
390
+ "version": "6c3857edaeeaaf43812f527830ebeece9266b6e8eb5271ab6d2f0008306c9947",
391
+ "signature": "6c3857edaeeaaf43812f527830ebeece9266b6e8eb5271ab6d2f0008306c9947",
392
+ "affectsGlobalScope": false
393
+ },
394
+ "../node_modules/@types/node/module.d.ts": {
395
+ "version": "bc6a77e750f4d34584e46b1405b771fb69a224197dd6bafe5b0392a29a70b665",
396
+ "signature": "bc6a77e750f4d34584e46b1405b771fb69a224197dd6bafe5b0392a29a70b665",
397
+ "affectsGlobalScope": false
398
+ },
399
+ "../node_modules/@types/node/net.d.ts": {
400
+ "version": "46cac76114704902baa535b30fb66a26aeaf9430f3b3ab44746e329f12e85498",
401
+ "signature": "46cac76114704902baa535b30fb66a26aeaf9430f3b3ab44746e329f12e85498",
402
+ "affectsGlobalScope": false
403
+ },
404
+ "../node_modules/@types/node/os.d.ts": {
405
+ "version": "ed4ae81196cccc10f297d228bca8d02e31058e6d723a3c5bc4be5fb3c61c6a34",
406
+ "signature": "ed4ae81196cccc10f297d228bca8d02e31058e6d723a3c5bc4be5fb3c61c6a34",
407
+ "affectsGlobalScope": false
408
+ },
409
+ "../node_modules/@types/node/path.d.ts": {
410
+ "version": "84044697c8b3e08ef24e4b32cfe6440143d07e469a5e34bda0635276d32d9f35",
411
+ "signature": "84044697c8b3e08ef24e4b32cfe6440143d07e469a5e34bda0635276d32d9f35",
412
+ "affectsGlobalScope": false
413
+ },
414
+ "../node_modules/@types/node/perf_hooks.d.ts": {
415
+ "version": "0b6098fedb648cab8091cca2b022a5c729b6ef18da923852033f495907cb1a45",
416
+ "signature": "0b6098fedb648cab8091cca2b022a5c729b6ef18da923852033f495907cb1a45",
417
+ "affectsGlobalScope": false
418
+ },
419
+ "../node_modules/@types/node/process.d.ts": {
420
+ "version": "6eaee45c02a226f96d34e0c6a7542873d0160af179bbf9ead42e05f6fc36f9e5",
421
+ "signature": "6eaee45c02a226f96d34e0c6a7542873d0160af179bbf9ead42e05f6fc36f9e5",
422
+ "affectsGlobalScope": true
423
+ },
424
+ "../node_modules/@types/node/punycode.d.ts": {
425
+ "version": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
426
+ "signature": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
427
+ "affectsGlobalScope": false
428
+ },
429
+ "../node_modules/@types/node/querystring.d.ts": {
430
+ "version": "884560fda6c3868f925f022adc3a1289fe6507bbb45adb10fa1bbcc73a941bb0",
431
+ "signature": "884560fda6c3868f925f022adc3a1289fe6507bbb45adb10fa1bbcc73a941bb0",
432
+ "affectsGlobalScope": false
433
+ },
434
+ "../node_modules/@types/node/readline.d.ts": {
435
+ "version": "6b2bb67b0942bcfce93e1d6fad5f70afd54940a2b13df7f311201fba54b2cbe9",
436
+ "signature": "6b2bb67b0942bcfce93e1d6fad5f70afd54940a2b13df7f311201fba54b2cbe9",
437
+ "affectsGlobalScope": false
438
+ },
439
+ "../node_modules/@types/node/repl.d.ts": {
440
+ "version": "dd3706b25d06fe23c73d16079e8c66ac775831ef419da00716bf2aee530a04a4",
441
+ "signature": "dd3706b25d06fe23c73d16079e8c66ac775831ef419da00716bf2aee530a04a4",
442
+ "affectsGlobalScope": false
443
+ },
444
+ "../node_modules/@types/node/stream.d.ts": {
445
+ "version": "1298327149e93a60c24a3b5db6048f7cc8fd4e3259e91d05fc44306a04b1b873",
446
+ "signature": "1298327149e93a60c24a3b5db6048f7cc8fd4e3259e91d05fc44306a04b1b873",
447
+ "affectsGlobalScope": false
448
+ },
449
+ "../node_modules/@types/node/string_decoder.d.ts": {
450
+ "version": "d67e08745494b000da9410c1ae2fdc9965fc6d593fe0f381a47491f75417d457",
451
+ "signature": "d67e08745494b000da9410c1ae2fdc9965fc6d593fe0f381a47491f75417d457",
452
+ "affectsGlobalScope": false
453
+ },
454
+ "../node_modules/@types/node/timers.d.ts": {
455
+ "version": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
456
+ "signature": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
457
+ "affectsGlobalScope": false
458
+ },
459
+ "../node_modules/@types/node/tls.d.ts": {
460
+ "version": "b268804feea68616eb0daad944359f46a2eac9b53a72a3d12bf328ef01207805",
461
+ "signature": "b268804feea68616eb0daad944359f46a2eac9b53a72a3d12bf328ef01207805",
462
+ "affectsGlobalScope": false
463
+ },
464
+ "../node_modules/@types/node/trace_events.d.ts": {
465
+ "version": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
466
+ "signature": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
467
+ "affectsGlobalScope": false
468
+ },
469
+ "../node_modules/@types/node/tty.d.ts": {
470
+ "version": "3c2ac350c3baa61fd2b1925844109e098f4376d0768a4643abc82754fd752748",
471
+ "signature": "3c2ac350c3baa61fd2b1925844109e098f4376d0768a4643abc82754fd752748",
472
+ "affectsGlobalScope": false
473
+ },
474
+ "../node_modules/@types/node/url.d.ts": {
475
+ "version": "826d48e49c905cedb906cbde6ccaf758827ff5867d4daa006b5a79e0fb489357",
476
+ "signature": "826d48e49c905cedb906cbde6ccaf758827ff5867d4daa006b5a79e0fb489357",
477
+ "affectsGlobalScope": false
478
+ },
479
+ "../node_modules/@types/node/util.d.ts": {
480
+ "version": "baa711b17f67390c60eac3c70a1391b23a8e3833cb723b2d7336d4817a22455c",
481
+ "signature": "baa711b17f67390c60eac3c70a1391b23a8e3833cb723b2d7336d4817a22455c",
482
+ "affectsGlobalScope": false
483
+ },
484
+ "../node_modules/@types/node/v8.d.ts": {
485
+ "version": "289be113bad7ee27ee7fa5b1e373c964c9789a5e9ed7db5ddcb631371120b953",
486
+ "signature": "289be113bad7ee27ee7fa5b1e373c964c9789a5e9ed7db5ddcb631371120b953",
487
+ "affectsGlobalScope": false
488
+ },
489
+ "../node_modules/@types/node/vm.d.ts": {
490
+ "version": "e4abb8eaa8a7d78236be0f8342404aab076668d20590209e32fdeb924588531e",
491
+ "signature": "e4abb8eaa8a7d78236be0f8342404aab076668d20590209e32fdeb924588531e",
492
+ "affectsGlobalScope": false
493
+ },
494
+ "../node_modules/@types/node/worker_threads.d.ts": {
495
+ "version": "086bfc0710b044ce1586108ee56c6e1c0d9ca2d325c153bb026cbc850169f593",
496
+ "signature": "086bfc0710b044ce1586108ee56c6e1c0d9ca2d325c153bb026cbc850169f593",
497
+ "affectsGlobalScope": false
498
+ },
499
+ "../node_modules/@types/node/zlib.d.ts": {
500
+ "version": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
501
+ "signature": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
502
+ "affectsGlobalScope": false
503
+ },
504
+ "../node_modules/@types/node/base.d.ts": {
505
+ "version": "b46af749e3574b83bccc0ec829322b15e834ae90b45760eebc75a189c28c0868",
506
+ "signature": "b46af749e3574b83bccc0ec829322b15e834ae90b45760eebc75a189c28c0868",
507
+ "affectsGlobalScope": false
508
+ },
509
+ "../node_modules/@types/node/ts3.2/fs.d.ts": {
510
+ "version": "12b2608d6074167c331c9c3c6994a57819f6ff934c7fd4527e23aabf56d4c8d1",
511
+ "signature": "12b2608d6074167c331c9c3c6994a57819f6ff934c7fd4527e23aabf56d4c8d1",
512
+ "affectsGlobalScope": false
513
+ },
514
+ "../node_modules/@types/node/ts3.2/process.d.ts": {
515
+ "version": "ed9a167405a95168481b8b3ca6934565c8ed59de52f06e08b4c8b547e16b1257",
516
+ "signature": "ed9a167405a95168481b8b3ca6934565c8ed59de52f06e08b4c8b547e16b1257",
517
+ "affectsGlobalScope": true
518
+ },
519
+ "../node_modules/@types/node/ts3.2/util.d.ts": {
520
+ "version": "ffc1cd688606ad1ddb59a40e8f3defbde907af2a3402d1d9ddf69accb2903f07",
521
+ "signature": "ffc1cd688606ad1ddb59a40e8f3defbde907af2a3402d1d9ddf69accb2903f07",
522
+ "affectsGlobalScope": false
523
+ },
524
+ "../node_modules/@types/node/ts3.2/globals.d.ts": {
525
+ "version": "0bd12336f0f61303a1f71e1ab0b2ae325489eb9c7896cd49eb96edc9f182cf07",
526
+ "signature": "0bd12336f0f61303a1f71e1ab0b2ae325489eb9c7896cd49eb96edc9f182cf07",
527
+ "affectsGlobalScope": true
528
+ },
529
+ "../node_modules/@types/node/ts3.2/base.d.ts": {
530
+ "version": "bf7aafaeb6b90aaad61e446a8ad36eb30f6ea0292953eefcb7fdca95582d5c98",
531
+ "signature": "bf7aafaeb6b90aaad61e446a8ad36eb30f6ea0292953eefcb7fdca95582d5c98",
532
+ "affectsGlobalScope": false
533
+ },
534
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts": {
535
+ "version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
536
+ "signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
537
+ "affectsGlobalScope": true
538
+ },
539
+ "../node_modules/@types/node/ts3.5/wasi.d.ts": {
540
+ "version": "0b3fef11ea6208c4cb3715c9aa108766ce98fc726bfba68cc23b25ce944ce9c0",
541
+ "signature": "0b3fef11ea6208c4cb3715c9aa108766ce98fc726bfba68cc23b25ce944ce9c0",
542
+ "affectsGlobalScope": false
543
+ },
544
+ "../node_modules/@types/node/ts3.5/base.d.ts": {
545
+ "version": "255dbc5a5acef2b83b47145042aa0127ebf7fe24cd5ce6afaaaf5c8fc2c5eb96",
546
+ "signature": "255dbc5a5acef2b83b47145042aa0127ebf7fe24cd5ce6afaaaf5c8fc2c5eb96",
547
+ "affectsGlobalScope": false
548
+ },
549
+ "../node_modules/@types/node/ts3.7/assert.d.ts": {
550
+ "version": "a8b842671d535d14f533fd8dbfacebceacf5195069d720425d572d5cc5ab3dc4",
551
+ "signature": "a8b842671d535d14f533fd8dbfacebceacf5195069d720425d572d5cc5ab3dc4",
552
+ "affectsGlobalScope": false
553
+ },
554
+ "../node_modules/@types/node/ts3.7/base.d.ts": {
555
+ "version": "9779312cffccce68e3ffbaa3a876381dc54a8240d9bdaa448f7eba222ec19392",
556
+ "signature": "9779312cffccce68e3ffbaa3a876381dc54a8240d9bdaa448f7eba222ec19392",
557
+ "affectsGlobalScope": false
558
+ },
559
+ "../node_modules/@types/node/ts3.7/index.d.ts": {
560
+ "version": "d522314e80ed71b57e3c2939d3c9594eaae63a4adf028559e6574f6b270b0fee",
561
+ "signature": "d522314e80ed71b57e3c2939d3c9594eaae63a4adf028559e6574f6b270b0fee",
562
+ "affectsGlobalScope": false
563
+ },
564
+ "../node_modules/@types/range-parser/index.d.ts": {
565
+ "version": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
566
+ "signature": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
567
+ "affectsGlobalScope": false
568
+ },
569
+ "../node_modules/@types/qs/index.d.ts": {
570
+ "version": "ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",
571
+ "signature": "ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",
572
+ "affectsGlobalScope": false
573
+ },
574
+ "../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": {
575
+ "version": "7ddc9c49109ed3701aad0cece391251ab652fc8646dd6aedc4f9a0a89327718c",
576
+ "signature": "7ddc9c49109ed3701aad0cece391251ab652fc8646dd6aedc4f9a0a89327718c",
577
+ "affectsGlobalScope": true
578
+ },
579
+ "../node_modules/@types/mime/index.d.ts": {
580
+ "version": "84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86",
581
+ "signature": "84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86",
582
+ "affectsGlobalScope": false
583
+ },
584
+ "../node_modules/@types/serve-static/index.d.ts": {
585
+ "version": "0b85cb069d0e427ba946e5eb2d86ef65ffd19867042810516d16919f6c1a5aec",
586
+ "signature": "0b85cb069d0e427ba946e5eb2d86ef65ffd19867042810516d16919f6c1a5aec",
587
+ "affectsGlobalScope": false
588
+ },
589
+ "../node_modules/@types/connect/index.d.ts": {
590
+ "version": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
591
+ "signature": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
592
+ "affectsGlobalScope": false
593
+ },
594
+ "../node_modules/@types/body-parser/index.d.ts": {
595
+ "version": "afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90",
596
+ "signature": "afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90",
597
+ "affectsGlobalScope": false
598
+ },
599
+ "../node_modules/@types/express/ts4.0/index.d.ts": {
600
+ "version": "587b9ba944f50038226049381e9c44389c3f720eb2ca6774e7d58dbc43109826",
601
+ "signature": "587b9ba944f50038226049381e9c44389c3f720eb2ca6774e7d58dbc43109826",
602
+ "affectsGlobalScope": false
603
+ },
604
+ "../src/_services/dynamobe-shared.service.ts": {
605
+ "version": "d8dd8dd5010da65b0df3bf4cbcaa461ee36412e718370b0d6685e428e6ad68d6",
606
+ "signature": "b50adf2d5413fbff9641e07fa123b285903a51b232c8cea93d377694bc847054",
607
+ "affectsGlobalScope": false
608
+ },
609
+ "../src/_services/dynamobe-singleton.service.ts": {
610
+ "version": "ef4c94ba8c2aad9ad5c44ca7f8e08916c3d7dea10f6410b54c9389cdcb7f1431",
611
+ "signature": "07d46dd6bbdc7d845d5b5dbf57ef8ae9d1876c6bb1a8fd4c21e79c6ffc44d85d",
612
+ "affectsGlobalScope": false
613
+ },
614
+ "../src/_services/dynamobe-auth.service.ts": {
615
+ "version": "4a18db82618ab6421f2e1f54e5cf79a103f3f47154a86cad61d417fd44af0756",
616
+ "signature": "f7205c2d08a3f7125c35504d48fd057e454ad8b4cc9a390464451bd8b383224c",
617
+ "affectsGlobalScope": false
618
+ },
619
+ "../node_modules/@types/bson/index.d.ts": {
620
+ "version": "1da731703f961e2cbf64049f07eb837b9f33a3e6b2133be6275ffa7902a45b7d",
621
+ "signature": "1da731703f961e2cbf64049f07eb837b9f33a3e6b2133be6275ffa7902a45b7d",
622
+ "affectsGlobalScope": false
623
+ },
624
+ "../node_modules/@types/mongodb/index.d.ts": {
625
+ "version": "a3e7005501f68c921594997dd39c00153c07f20e87d97de276a73535a1e75f88",
626
+ "signature": "a3e7005501f68c921594997dd39c00153c07f20e87d97de276a73535a1e75f88",
627
+ "affectsGlobalScope": false
628
+ },
629
+ "../node_modules/mongoose/index.d.ts": {
630
+ "version": "425917f891c2563a9eaafe382823c33368c76134061f88ac614442961f740527",
631
+ "signature": "425917f891c2563a9eaafe382823c33368c76134061f88ac614442961f740527",
632
+ "affectsGlobalScope": false
633
+ },
634
+ "../src/_services/dynamobe-db.service.ts": {
635
+ "version": "2d7f3cd15a72beac2f55f43587985620353a8e237fa71e5fba8a9bc37b103a7f",
636
+ "signature": "e75e6f9d12a44a8ed5b8934fef4533f813f72064c95a0742239a770a608a16aa",
637
+ "affectsGlobalScope": false
638
+ },
639
+ "../src/_services/dynamobe-db-service-collection.service.ts": {
640
+ "version": "6bfcc89114dde8b284755caa4ebf914ab1c854d3f34b205125b3c21ad5dc6410",
641
+ "signature": "31f44d65caa7bc8b7a088a42643fdb41a20281ee80ba0021615ae0ea300b5e40",
642
+ "affectsGlobalScope": false
643
+ },
644
+ "../node_modules/@types/nodemailer/lib/dkim/index.d.ts": {
645
+ "version": "bb654d426b82e0846cd4bd7de91d637039ecdfd63c94447373490178f80846fe",
646
+ "signature": "bb654d426b82e0846cd4bd7de91d637039ecdfd63c94447373490178f80846fe",
647
+ "affectsGlobalScope": false
648
+ },
649
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts": {
650
+ "version": "db90f54098b237753ac9c846e39cd49aa538dcad07a2e1c68a138f3c0f8e621d",
651
+ "signature": "db90f54098b237753ac9c846e39cd49aa538dcad07a2e1c68a138f3c0f8e621d",
652
+ "affectsGlobalScope": false
653
+ },
654
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts": {
655
+ "version": "892f8cf5db77196b9f4da151423570a9ad92f01692740d6137c0a13a006d9121",
656
+ "signature": "892f8cf5db77196b9f4da151423570a9ad92f01692740d6137c0a13a006d9121",
657
+ "affectsGlobalScope": false
658
+ },
659
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts": {
660
+ "version": "6e41751646fe275206d052a2e5ba87d27dd0df4dcbca134fc3fd2dc4d3d410d2",
661
+ "signature": "6e41751646fe275206d052a2e5ba87d27dd0df4dcbca134fc3fd2dc4d3d410d2",
662
+ "affectsGlobalScope": false
663
+ },
664
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts": {
665
+ "version": "eecb2ea10a1500dcc6bdeff14be1fb43806f63a9b8562e16e1b4fc8baa8dfa8d",
666
+ "signature": "eecb2ea10a1500dcc6bdeff14be1fb43806f63a9b8562e16e1b4fc8baa8dfa8d",
667
+ "affectsGlobalScope": false
668
+ },
669
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts": {
670
+ "version": "221a6ab66d611349faaf80af49c7a34d95623787610fd153fed4da0811abdcae",
671
+ "signature": "221a6ab66d611349faaf80af49c7a34d95623787610fd153fed4da0811abdcae",
672
+ "affectsGlobalScope": false
673
+ },
674
+ "../node_modules/@types/nodemailer/lib/shared.d.ts": {
675
+ "version": "40122dcc63746bc8827d17f5f981668844e6c12537ca3b3e5e1a35883a50d666",
676
+ "signature": "40122dcc63746bc8827d17f5f981668844e6c12537ca3b3e5e1a35883a50d666",
677
+ "affectsGlobalScope": false
678
+ },
679
+ "../node_modules/@types/nodemailer/lib/json-transport.d.ts": {
680
+ "version": "966418bf54ad347058abfd433deb2f74480e859adb80b9ddbe90bb3ada1a8eda",
681
+ "signature": "966418bf54ad347058abfd433deb2f74480e859adb80b9ddbe90bb3ada1a8eda",
682
+ "affectsGlobalScope": false
683
+ },
684
+ "../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts": {
685
+ "version": "e79130cf2ba010f2b79747bf43b086252ad041b130768331a1144c0a86185877",
686
+ "signature": "e79130cf2ba010f2b79747bf43b086252ad041b130768331a1144c0a86185877",
687
+ "affectsGlobalScope": false
688
+ },
689
+ "../node_modules/@types/nodemailer/lib/ses-transport.d.ts": {
690
+ "version": "5945e7a91249d0dcbce4609279cb8fa95e45a4ac0edf6b81742724ed38e5018f",
691
+ "signature": "5945e7a91249d0dcbce4609279cb8fa95e45a4ac0edf6b81742724ed38e5018f",
692
+ "affectsGlobalScope": false
693
+ },
694
+ "../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts": {
695
+ "version": "dafce7a7b279977940b6b4b50017625e4f922f73094433d2875994bdc0b27e87",
696
+ "signature": "dafce7a7b279977940b6b4b50017625e4f922f73094433d2875994bdc0b27e87",
697
+ "affectsGlobalScope": false
698
+ },
699
+ "../node_modules/@types/nodemailer/lib/smtp-transport.d.ts": {
700
+ "version": "ec630acd5a4ac97faadbfff935eb00df5318a6302dd25938685ad8c25c70465c",
701
+ "signature": "ec630acd5a4ac97faadbfff935eb00df5318a6302dd25938685ad8c25c70465c",
702
+ "affectsGlobalScope": false
703
+ },
704
+ "../node_modules/@types/nodemailer/lib/stream-transport.d.ts": {
705
+ "version": "b3edafa3cb2b51781dffced9ec03613b8fe4981c44dea915f119996d201c1d03",
706
+ "signature": "b3edafa3cb2b51781dffced9ec03613b8fe4981c44dea915f119996d201c1d03",
707
+ "affectsGlobalScope": false
708
+ },
709
+ "../node_modules/@types/nodemailer/index.d.ts": {
710
+ "version": "6c559dee3c6251c261b67df08e01d4cbc89cbd7a63300150c636705733cebfff",
711
+ "signature": "6c559dee3c6251c261b67df08e01d4cbc89cbd7a63300150c636705733cebfff",
712
+ "affectsGlobalScope": false
713
+ },
714
+ "../src/_services/dynamobe-email.service.ts": {
715
+ "version": "6db015c09b77c73356415d685b81e2f7946286fdf46ecc35d1091bf3e181a47c",
716
+ "signature": "41c126b3831f4b8f2e29ceae78d67185e97a780451aedf993b36bb736809c3aa",
717
+ "affectsGlobalScope": false
718
+ },
719
+ "../src/_services/dynamobe-email-service-collection.service.ts": {
720
+ "version": "9ca8784ef2197fbd002b90d4b8c909d0ab00b909627d249cfc4302e56b5a4821",
721
+ "signature": "9bbd8a2481f1cc5bd7e7f0541990ca1887c8d3fbe8e951701b35217351e3d5bf",
722
+ "affectsGlobalScope": false
723
+ },
724
+ "../src/_services/dynamobe-global.service.ts": {
725
+ "version": "7caf3899dae14250545eddc06f751d7056dea5ba5550f17eea069f12aa70c065",
726
+ "signature": "cfd141bf3241b498eed4cef1a6288c5d76a1bb65e45e6615df2f6c418f0adfca",
727
+ "affectsGlobalScope": false
728
+ },
729
+ "../src/_models/dynamobe-endpoint-params.ts": {
730
+ "version": "af0e9ad380bfe362d7ea4d57e8adbbe696565d202789641bd717b1e7d3cde960",
731
+ "signature": "e7bfbec94fc5433c4620ed19ba0c11fd3c4ff43276309f5272791e0028d42689",
732
+ "affectsGlobalScope": false
733
+ },
734
+ "../src/_models/index.ts": {
735
+ "version": "719dc57753479fc548a7bff63ca9533cd7c71baffd03ee1fb5e591f6d6e63368",
736
+ "signature": "f7f153a01da00e57bd8b83adc3aa83ab6814d29135dab3a9a03baf6fee165c9a",
737
+ "affectsGlobalScope": false
738
+ },
739
+ "../node_modules/axios/index.d.ts": {
740
+ "version": "3154a026075044aa102298fe9e6a7a14aaa26a06270680c7478a1765af8ffb09",
741
+ "signature": "3154a026075044aa102298fe9e6a7a14aaa26a06270680c7478a1765af8ffb09",
742
+ "affectsGlobalScope": false
743
+ },
744
+ "../src/_services/dynamobe-api.service.ts": {
745
+ "version": "39fddca5217710872dd2b48d484536298c52833879a1d9633d32d47d2a885872",
746
+ "signature": "77fd693912d1655e7a924782721236a0335bac4c29e81985614a28a62c43ef60",
747
+ "affectsGlobalScope": false
748
+ },
749
+ "../src/_services/dynamobe-controller.service.ts": {
750
+ "version": "58417456b06cccc73472e564683a38b4f9bcfe3104fbc5ce522e9557dbc2b932",
751
+ "signature": "b7ec4d19c7d69082c204f11116aebb57be0557dcb7ed784f8a097eac1dce0967",
752
+ "affectsGlobalScope": false
753
+ },
754
+ "../src/_services/dynamobe-routing-module.service.ts": {
755
+ "version": "40c839312f3fdc0c933e652fb6e313d112b8b4ed8ba38d168c345bd9e89def2a",
756
+ "signature": "1c5ee82c7daa73098c6f971e9979d7233cc392450bb5dde5bb9a0f8c43452ad3",
757
+ "affectsGlobalScope": false
758
+ },
759
+ "../src/_services/dynamobe-app.ts": {
760
+ "version": "c856931e2ae9000e9c07b32e8bd0f375ef2decdfb8469067b6d398da5d12e24e",
761
+ "signature": "14ebd273862fb791086141d2c1e1e2a6ee0a6fbc0e1ca10f44778ae71088b07b",
762
+ "affectsGlobalScope": false
763
+ },
764
+ "../src/_services/dynamobe-data.service.ts": {
765
+ "version": "53adbd9020c9b3886808b53ac5533a313830921d4176258787493f527df48f00",
766
+ "signature": "4411442686162197a8d18138ba4e02af43e05140fe076583c0ceb0fc95a9971e",
767
+ "affectsGlobalScope": false
768
+ },
769
+ "../node_modules/@types/geoip-lite/index.d.ts": {
770
+ "version": "2532ca8993ce39da0141a1d118e0f662ddbb45100557113d5886350a862116b0",
771
+ "signature": "2532ca8993ce39da0141a1d118e0f662ddbb45100557113d5886350a862116b0",
772
+ "affectsGlobalScope": false
773
+ },
774
+ "../src/_services/dynamobe-shared-be.service.ts": {
775
+ "version": "83a462fef89e038a80acb772ecc962ca73bbed9b11646142977f1dc4974f91bd",
776
+ "signature": "99026d6c6ab06a2d163e850b3c49eb2d8dc5a28a4f2fbee1754ef678eaa585a3",
777
+ "affectsGlobalScope": false
778
+ },
779
+ "../src/_services/index.ts": {
780
+ "version": "3aae941d20f07e527f8609d2758f569f746708b8d3fe35cf315147f361f52437",
781
+ "signature": "3516e4531241232143808b9446c45f3416797954a35946cbe3ea155f0bf49722",
782
+ "affectsGlobalScope": false
783
+ },
784
+ "../src/_modules/test/custom-data.service.ts": {
785
+ "version": "d1d9489f9f10691c926b60c53ab11ff8ebadcd7086b2ab4a1149dbace9d44845",
786
+ "signature": "a1537efbcdb2665c72021fa6e3a45be49edcb2df36d973583cda791f9b2d18df",
787
+ "affectsGlobalScope": false
788
+ },
789
+ "../src/_modules/test/test-controller.ts": {
790
+ "version": "67f8935c6679402e66eba7cf52e2a2e5b38386020418fc5f6f5395ec9c674c1c",
791
+ "signature": "917415fea8ede168b64a250e6cb2e34e2ba7dbb72f61babf463a327474685020",
792
+ "affectsGlobalScope": false
793
+ },
794
+ "../src/_modules/test/get-test-routing-module.ts": {
795
+ "version": "7b6071b54ba3c34a0b23897e97ce0d795ec8ff3e5e7bba6ff281a4fac6f5cc78",
796
+ "signature": "72dc6dd0e4552c9b45965b424a8224fb20cee8fe16471b6d8dd4e993decb80d5",
797
+ "affectsGlobalScope": false
798
+ },
799
+ "../src/_modules/test/index.ts": {
800
+ "version": "a7d545512aad5f01bb5af4593c9b8945619e188ba51f2b5b1ec2214abfdbfd75",
801
+ "signature": "8208653df0681b2181edb921b996f4713cb57ce05007ad1aef25f598f0e39875",
802
+ "affectsGlobalScope": false
803
+ },
804
+ "../src/_modules/usage/usage.service.ts": {
805
+ "version": "fab79fa7982abe5b98729a38c3a399f538411caec933caf5a3bb394458244d1e",
806
+ "signature": "2de4c5cdefb4483b946dd7b19530285cf02694df8664b0f4ed06928229a40af5",
807
+ "affectsGlobalScope": false
808
+ },
809
+ "../src/_modules/usage/usage-controller.ts": {
810
+ "version": "c5b144c216d1245b26883ac51201fc2afa184ffc23765ec745e491ebb9b303e1",
811
+ "signature": "4739c5b1e5a2ae94d3f700d8d534ea50bd0d3baabc1575b283fdf9229bc47cb6",
812
+ "affectsGlobalScope": false
813
+ },
814
+ "../src/_modules/usage/get-usage-routing-module.ts": {
815
+ "version": "3584e9f991a457b7c71125efd9bd22fff17bea7457226149f521d43ed9b1279b",
816
+ "signature": "a1e131c3a01139d4f735957f8ca325f188e256acade3341cc9f0ca7498709466",
817
+ "affectsGlobalScope": false
818
+ },
819
+ "../src/_modules/usage/index.ts": {
820
+ "version": "e2f6ead49cadb5922839420ad05ec4f604efc50e39a4402b639d0dc631c4e83d",
821
+ "signature": "38aea40efaca2f8fe4fe989879f9a4fdf9c3cec2225c95275b6f74d4eba14927",
822
+ "affectsGlobalScope": false
823
+ },
824
+ "../src/index.ts": {
825
+ "version": "9700dc31f7112c422c3db1da1d1b40241bbea86a2f17021540e31f8261871ce7",
826
+ "signature": "879e5b8a05144cceac531bd31da1035c34743866158e9ba870ea2a18d6ba6d91",
827
+ "affectsGlobalScope": false
828
+ },
829
+ "../src/_models/dynamo-module-settings.ts": {
830
+ "version": "bd92f0779854653b42fbc7cccad7104242e90fd8e84c50a99e59a81f94d68377",
831
+ "signature": "82e7139edfae38f5480a88d1621806a06c4b8694234d3d94a9d5b23486ab9947",
832
+ "affectsGlobalScope": false
833
+ },
834
+ "../src/_modules/api-service.index.ts": {
835
+ "version": "896b1905b4ab99f69b88ff993dd2604beb9e8ef8823243708e94149253246c96",
836
+ "signature": "bebbc13ef2e76c585ffd679a15ed0d8076c1f1cafd90866c10e76a8a548a73a0",
837
+ "affectsGlobalScope": false
838
+ },
839
+ "../src/_modules/app.index.ts": {
840
+ "version": "a30c80085e250925e538642c9d6ca6fb63d672498f70d99a8ea0be17ed9118dd",
841
+ "signature": "d5ad633e850ed767c6cdac5f21e4f001733bb64cdf7056b9a1dd4a028481b20d",
842
+ "affectsGlobalScope": false
843
+ },
844
+ "../src/_modules/auth.index.ts": {
845
+ "version": "ec8711b1cb0f6eaf4cf4616a080759f0a6214ee0457afa07d18052530af43ae6",
846
+ "signature": "25dde6b514a6d62dd784cc294fcd02cd0ef619a6ccc71e3ef8e80c265626d3b4",
847
+ "affectsGlobalScope": false
848
+ },
849
+ "../src/_modules/controller.index.ts": {
850
+ "version": "1b785be20b2aa559d4e8a54426f874c54025c75f5eaa9452df9e473b2ff6bbfe",
851
+ "signature": "d45e1a794e9df4833d20b9bd044c3ecc2a0ce9023d42fefc4d842d79d41cb68b",
852
+ "affectsGlobalScope": false
853
+ },
854
+ "../src/_modules/data-service.index.ts": {
855
+ "version": "4db52507d7d6a8922dcdce28f497411f64ba7702581f0ada2e2d1b3b60d16739",
856
+ "signature": "ee0b5b3b7d1766d92d735072f4dacd2c0576ff022ae19b2d6de32b6d3c56c33a",
857
+ "affectsGlobalScope": false
858
+ }
859
+ },
860
+ "options": {
861
+ "incremental": true,
862
+ "target": 2,
863
+ "module": 1,
864
+ "lib": [
865
+ "lib.es2015.d.ts",
866
+ "lib.es2018.d.ts",
867
+ "lib.dom.d.ts"
868
+ ],
869
+ "allowJs": true,
870
+ "declaration": true,
871
+ "declarationMap": true,
872
+ "sourceMap": true,
873
+ "outDir": "./",
874
+ "importHelpers": true,
875
+ "moduleResolution": 2,
876
+ "esModuleInterop": true,
877
+ "skipLibCheck": true,
878
+ "forceConsistentCasingInFileNames": true,
879
+ "resolveJsonModule": true,
880
+ "configFilePath": "../tsconfig.json"
881
+ },
882
+ "referencedMap": {
883
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts": [
884
+ "../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
885
+ "../node_modules/@types/node/fs.d.ts",
886
+ "../node_modules/@types/node/process.d.ts",
887
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
888
+ "../node_modules/@types/node/ts3.2/process.d.ts",
889
+ "../node_modules/@types/node/ts3.2/util.d.ts",
890
+ "../node_modules/@types/node/util.d.ts"
891
+ ],
892
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts": [
893
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
894
+ "../node_modules/@types/node/fs.d.ts",
895
+ "../node_modules/@types/node/process.d.ts",
896
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
897
+ "../node_modules/@types/node/ts3.2/process.d.ts",
898
+ "../node_modules/@types/node/ts3.2/util.d.ts",
899
+ "../node_modules/@types/node/util.d.ts"
900
+ ],
901
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts": [
902
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
903
+ "../node_modules/@types/node/fs.d.ts",
904
+ "../node_modules/@types/node/process.d.ts",
905
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
906
+ "../node_modules/@types/node/ts3.2/process.d.ts",
907
+ "../node_modules/@types/node/ts3.2/util.d.ts",
908
+ "../node_modules/@types/node/util.d.ts"
909
+ ],
910
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts": [
911
+ "../node_modules/@types/node/fs.d.ts",
912
+ "../node_modules/@types/node/process.d.ts",
913
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
914
+ "../node_modules/@types/node/ts3.2/process.d.ts",
915
+ "../node_modules/@types/node/ts3.2/util.d.ts",
916
+ "../node_modules/@types/node/util.d.ts"
917
+ ],
918
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts": [
919
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
920
+ "../node_modules/@types/node/fs.d.ts",
921
+ "../node_modules/@types/node/process.d.ts",
922
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
923
+ "../node_modules/@types/node/ts3.2/process.d.ts",
924
+ "../node_modules/@types/node/ts3.2/util.d.ts",
925
+ "../node_modules/@types/node/util.d.ts"
926
+ ],
927
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts": [
928
+ "../node_modules/@types/node/fs.d.ts",
929
+ "../node_modules/@types/node/process.d.ts",
930
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
931
+ "../node_modules/@types/node/ts3.2/process.d.ts",
932
+ "../node_modules/@types/node/ts3.2/util.d.ts",
933
+ "../node_modules/@types/node/util.d.ts"
934
+ ],
935
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts": [
936
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
937
+ "../node_modules/@types/node/fs.d.ts",
938
+ "../node_modules/@types/node/process.d.ts",
939
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
940
+ "../node_modules/@types/node/ts3.2/process.d.ts",
941
+ "../node_modules/@types/node/ts3.2/util.d.ts",
942
+ "../node_modules/@types/node/util.d.ts"
943
+ ],
944
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts": [
945
+ "../node_modules/@types/node/fs.d.ts",
946
+ "../node_modules/@types/node/process.d.ts",
947
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
948
+ "../node_modules/@types/node/ts3.2/process.d.ts",
949
+ "../node_modules/@types/node/ts3.2/util.d.ts",
950
+ "../node_modules/@types/node/util.d.ts"
951
+ ],
952
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts": [
953
+ "../node_modules/@types/node/fs.d.ts",
954
+ "../node_modules/@types/node/process.d.ts",
955
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
956
+ "../node_modules/@types/node/ts3.2/process.d.ts",
957
+ "../node_modules/@types/node/ts3.2/util.d.ts",
958
+ "../node_modules/@types/node/util.d.ts"
959
+ ],
960
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts": [
961
+ "../node_modules/@types/node/fs.d.ts",
962
+ "../node_modules/@types/node/process.d.ts",
963
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
964
+ "../node_modules/@types/node/ts3.2/process.d.ts",
965
+ "../node_modules/@types/node/ts3.2/util.d.ts",
966
+ "../node_modules/@types/node/util.d.ts"
967
+ ],
968
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts": [
969
+ "../node_modules/@types/node/fs.d.ts",
970
+ "../node_modules/@types/node/process.d.ts",
971
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
972
+ "../node_modules/@types/node/ts3.2/process.d.ts",
973
+ "../node_modules/@types/node/ts3.2/util.d.ts",
974
+ "../node_modules/@types/node/util.d.ts"
975
+ ],
976
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts": [
977
+ "../node_modules/@types/node/fs.d.ts",
978
+ "../node_modules/@types/node/process.d.ts",
979
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
980
+ "../node_modules/@types/node/ts3.2/process.d.ts",
981
+ "../node_modules/@types/node/ts3.2/util.d.ts",
982
+ "../node_modules/@types/node/util.d.ts"
983
+ ],
984
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts": [
985
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
986
+ "../node_modules/@types/node/fs.d.ts",
987
+ "../node_modules/@types/node/process.d.ts",
988
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
989
+ "../node_modules/@types/node/ts3.2/process.d.ts",
990
+ "../node_modules/@types/node/ts3.2/util.d.ts",
991
+ "../node_modules/@types/node/util.d.ts"
992
+ ],
993
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts": [
994
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
995
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
996
+ "../node_modules/@types/node/fs.d.ts",
997
+ "../node_modules/@types/node/process.d.ts",
998
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
999
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1000
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1001
+ "../node_modules/@types/node/util.d.ts"
1002
+ ],
1003
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts": [
1004
+ "../node_modules/@types/node/fs.d.ts",
1005
+ "../node_modules/@types/node/process.d.ts",
1006
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1007
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1008
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1009
+ "../node_modules/@types/node/util.d.ts"
1010
+ ],
1011
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts": [
1012
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
1013
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
1014
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
1015
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
1016
+ "../node_modules/@types/node/fs.d.ts",
1017
+ "../node_modules/@types/node/process.d.ts",
1018
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1019
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1020
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1021
+ "../node_modules/@types/node/util.d.ts"
1022
+ ],
1023
+ "../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts": [
1024
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts",
1025
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts",
1026
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts",
1027
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts",
1028
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
1029
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
1030
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts",
1031
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
1032
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts",
1033
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
1034
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
1035
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts",
1036
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
1037
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
1038
+ "../node_modules/@types/node/fs.d.ts",
1039
+ "../node_modules/@types/node/process.d.ts",
1040
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1041
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1042
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1043
+ "../node_modules/@types/node/util.d.ts"
1044
+ ],
1045
+ "../node_modules/@types/body-parser/index.d.ts": [
1046
+ "../node_modules/@types/connect/index.d.ts",
1047
+ "../node_modules/@types/node/fs.d.ts",
1048
+ "../node_modules/@types/node/http.d.ts",
1049
+ "../node_modules/@types/node/process.d.ts",
1050
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1051
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1052
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1053
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1054
+ "../node_modules/@types/node/util.d.ts"
1055
+ ],
1056
+ "../node_modules/@types/bson/index.d.ts": [
1057
+ "../node_modules/@types/node/fs.d.ts",
1058
+ "../node_modules/@types/node/process.d.ts",
1059
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1060
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1061
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1062
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1063
+ "../node_modules/@types/node/util.d.ts"
1064
+ ],
1065
+ "../node_modules/@types/connect/index.d.ts": [
1066
+ "../node_modules/@types/node/fs.d.ts",
1067
+ "../node_modules/@types/node/http.d.ts",
1068
+ "../node_modules/@types/node/process.d.ts",
1069
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1070
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1071
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1072
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1073
+ "../node_modules/@types/node/util.d.ts"
1074
+ ],
1075
+ "../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": [
1076
+ "../node_modules/@types/node/events.d.ts",
1077
+ "../node_modules/@types/node/fs.d.ts",
1078
+ "../node_modules/@types/node/http.d.ts",
1079
+ "../node_modules/@types/node/process.d.ts",
1080
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1081
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1082
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1083
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1084
+ "../node_modules/@types/node/util.d.ts",
1085
+ "../node_modules/@types/qs/index.d.ts",
1086
+ "../node_modules/@types/range-parser/index.d.ts"
1087
+ ],
1088
+ "../node_modules/@types/express/ts4.0/index.d.ts": [
1089
+ "../node_modules/@types/body-parser/index.d.ts",
1090
+ "../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts",
1091
+ "../node_modules/@types/node/fs.d.ts",
1092
+ "../node_modules/@types/node/process.d.ts",
1093
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1094
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1095
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1096
+ "../node_modules/@types/node/util.d.ts",
1097
+ "../node_modules/@types/qs/index.d.ts",
1098
+ "../node_modules/@types/serve-static/index.d.ts"
1099
+ ],
1100
+ "../node_modules/@types/geoip-lite/index.d.ts": [
1101
+ "../node_modules/@types/node/fs.d.ts",
1102
+ "../node_modules/@types/node/process.d.ts",
1103
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1104
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1105
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1106
+ "../node_modules/@types/node/util.d.ts"
1107
+ ],
1108
+ "../node_modules/@types/mime/index.d.ts": [
1109
+ "../node_modules/@types/node/fs.d.ts",
1110
+ "../node_modules/@types/node/process.d.ts",
1111
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1112
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1113
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1114
+ "../node_modules/@types/node/util.d.ts"
1115
+ ],
1116
+ "../node_modules/@types/mongodb/index.d.ts": [
1117
+ "../node_modules/@types/bson/index.d.ts",
1118
+ "../node_modules/@types/node/events.d.ts",
1119
+ "../node_modules/@types/node/fs.d.ts",
1120
+ "../node_modules/@types/node/process.d.ts",
1121
+ "../node_modules/@types/node/stream.d.ts",
1122
+ "../node_modules/@types/node/tls.d.ts",
1123
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1124
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1125
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1126
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1127
+ "../node_modules/@types/node/util.d.ts"
1128
+ ],
1129
+ "../node_modules/@types/node/async_hooks.d.ts": [
1130
+ "../node_modules/@types/node/fs.d.ts",
1131
+ "../node_modules/@types/node/process.d.ts",
1132
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1133
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1134
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1135
+ "../node_modules/@types/node/util.d.ts"
1136
+ ],
1137
+ "../node_modules/@types/node/base.d.ts": [
1138
+ "../node_modules/@types/node/async_hooks.d.ts",
1139
+ "../node_modules/@types/node/buffer.d.ts",
1140
+ "../node_modules/@types/node/child_process.d.ts",
1141
+ "../node_modules/@types/node/cluster.d.ts",
1142
+ "../node_modules/@types/node/console.d.ts",
1143
+ "../node_modules/@types/node/constants.d.ts",
1144
+ "../node_modules/@types/node/crypto.d.ts",
1145
+ "../node_modules/@types/node/dgram.d.ts",
1146
+ "../node_modules/@types/node/dns.d.ts",
1147
+ "../node_modules/@types/node/domain.d.ts",
1148
+ "../node_modules/@types/node/events.d.ts",
1149
+ "../node_modules/@types/node/fs.d.ts",
1150
+ "../node_modules/@types/node/fs/promises.d.ts",
1151
+ "../node_modules/@types/node/globals.d.ts",
1152
+ "../node_modules/@types/node/http.d.ts",
1153
+ "../node_modules/@types/node/http2.d.ts",
1154
+ "../node_modules/@types/node/https.d.ts",
1155
+ "../node_modules/@types/node/inspector.d.ts",
1156
+ "../node_modules/@types/node/module.d.ts",
1157
+ "../node_modules/@types/node/net.d.ts",
1158
+ "../node_modules/@types/node/os.d.ts",
1159
+ "../node_modules/@types/node/path.d.ts",
1160
+ "../node_modules/@types/node/perf_hooks.d.ts",
1161
+ "../node_modules/@types/node/process.d.ts",
1162
+ "../node_modules/@types/node/punycode.d.ts",
1163
+ "../node_modules/@types/node/querystring.d.ts",
1164
+ "../node_modules/@types/node/readline.d.ts",
1165
+ "../node_modules/@types/node/repl.d.ts",
1166
+ "../node_modules/@types/node/stream.d.ts",
1167
+ "../node_modules/@types/node/string_decoder.d.ts",
1168
+ "../node_modules/@types/node/timers.d.ts",
1169
+ "../node_modules/@types/node/tls.d.ts",
1170
+ "../node_modules/@types/node/trace_events.d.ts",
1171
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1172
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1173
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1174
+ "../node_modules/@types/node/tty.d.ts",
1175
+ "../node_modules/@types/node/url.d.ts",
1176
+ "../node_modules/@types/node/util.d.ts",
1177
+ "../node_modules/@types/node/v8.d.ts",
1178
+ "../node_modules/@types/node/vm.d.ts",
1179
+ "../node_modules/@types/node/worker_threads.d.ts",
1180
+ "../node_modules/@types/node/zlib.d.ts"
1181
+ ],
1182
+ "../node_modules/@types/node/buffer.d.ts": [
1183
+ "../node_modules/@types/node/fs.d.ts",
1184
+ "../node_modules/@types/node/process.d.ts",
1185
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1186
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1187
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1188
+ "../node_modules/@types/node/util.d.ts"
1189
+ ],
1190
+ "../node_modules/@types/node/child_process.d.ts": [
1191
+ "../node_modules/@types/node/events.d.ts",
1192
+ "../node_modules/@types/node/fs.d.ts",
1193
+ "../node_modules/@types/node/net.d.ts",
1194
+ "../node_modules/@types/node/process.d.ts",
1195
+ "../node_modules/@types/node/stream.d.ts",
1196
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1197
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1198
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1199
+ "../node_modules/@types/node/util.d.ts"
1200
+ ],
1201
+ "../node_modules/@types/node/cluster.d.ts": [
1202
+ "../node_modules/@types/node/child_process.d.ts",
1203
+ "../node_modules/@types/node/events.d.ts",
1204
+ "../node_modules/@types/node/fs.d.ts",
1205
+ "../node_modules/@types/node/net.d.ts",
1206
+ "../node_modules/@types/node/process.d.ts",
1207
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1208
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1209
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1210
+ "../node_modules/@types/node/util.d.ts"
1211
+ ],
1212
+ "../node_modules/@types/node/console.d.ts": [
1213
+ "../node_modules/@types/node/fs.d.ts",
1214
+ "../node_modules/@types/node/process.d.ts",
1215
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1216
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1217
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1218
+ "../node_modules/@types/node/util.d.ts"
1219
+ ],
1220
+ "../node_modules/@types/node/constants.d.ts": [
1221
+ "../node_modules/@types/node/crypto.d.ts",
1222
+ "../node_modules/@types/node/fs.d.ts",
1223
+ "../node_modules/@types/node/os.d.ts",
1224
+ "../node_modules/@types/node/process.d.ts",
1225
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1226
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1227
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1228
+ "../node_modules/@types/node/util.d.ts"
1229
+ ],
1230
+ "../node_modules/@types/node/crypto.d.ts": [
1231
+ "../node_modules/@types/node/fs.d.ts",
1232
+ "../node_modules/@types/node/process.d.ts",
1233
+ "../node_modules/@types/node/stream.d.ts",
1234
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1235
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1236
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1237
+ "../node_modules/@types/node/util.d.ts"
1238
+ ],
1239
+ "../node_modules/@types/node/dgram.d.ts": [
1240
+ "../node_modules/@types/node/dns.d.ts",
1241
+ "../node_modules/@types/node/events.d.ts",
1242
+ "../node_modules/@types/node/fs.d.ts",
1243
+ "../node_modules/@types/node/net.d.ts",
1244
+ "../node_modules/@types/node/process.d.ts",
1245
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1246
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1247
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1248
+ "../node_modules/@types/node/util.d.ts"
1249
+ ],
1250
+ "../node_modules/@types/node/dns.d.ts": [
1251
+ "../node_modules/@types/node/fs.d.ts",
1252
+ "../node_modules/@types/node/process.d.ts",
1253
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1254
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1255
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1256
+ "../node_modules/@types/node/util.d.ts"
1257
+ ],
1258
+ "../node_modules/@types/node/domain.d.ts": [
1259
+ "../node_modules/@types/node/events.d.ts",
1260
+ "../node_modules/@types/node/fs.d.ts",
1261
+ "../node_modules/@types/node/process.d.ts",
1262
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1263
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1264
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1265
+ "../node_modules/@types/node/util.d.ts"
1266
+ ],
1267
+ "../node_modules/@types/node/events.d.ts": [
1268
+ "../node_modules/@types/node/fs.d.ts",
1269
+ "../node_modules/@types/node/process.d.ts",
1270
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1271
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1272
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1273
+ "../node_modules/@types/node/util.d.ts"
1274
+ ],
1275
+ "../node_modules/@types/node/fs.d.ts": [
1276
+ "../node_modules/@types/node/events.d.ts",
1277
+ "../node_modules/@types/node/fs/promises.d.ts",
1278
+ "../node_modules/@types/node/process.d.ts",
1279
+ "../node_modules/@types/node/stream.d.ts",
1280
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1281
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1282
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1283
+ "../node_modules/@types/node/url.d.ts",
1284
+ "../node_modules/@types/node/util.d.ts"
1285
+ ],
1286
+ "../node_modules/@types/node/fs/promises.d.ts": [
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"
1293
+ ],
1294
+ "../node_modules/@types/node/globals.d.ts": [
1295
+ "../node_modules/@types/node/fs.d.ts",
1296
+ "../node_modules/@types/node/process.d.ts",
1297
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1298
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1299
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1300
+ "../node_modules/@types/node/util.d.ts"
1301
+ ],
1302
+ "../node_modules/@types/node/http.d.ts": [
1303
+ "../node_modules/@types/node/fs.d.ts",
1304
+ "../node_modules/@types/node/net.d.ts",
1305
+ "../node_modules/@types/node/process.d.ts",
1306
+ "../node_modules/@types/node/stream.d.ts",
1307
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1308
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1309
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1310
+ "../node_modules/@types/node/url.d.ts",
1311
+ "../node_modules/@types/node/util.d.ts"
1312
+ ],
1313
+ "../node_modules/@types/node/http2.d.ts": [
1314
+ "../node_modules/@types/node/events.d.ts",
1315
+ "../node_modules/@types/node/fs.d.ts",
1316
+ "../node_modules/@types/node/http.d.ts",
1317
+ "../node_modules/@types/node/net.d.ts",
1318
+ "../node_modules/@types/node/process.d.ts",
1319
+ "../node_modules/@types/node/stream.d.ts",
1320
+ "../node_modules/@types/node/tls.d.ts",
1321
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1322
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1323
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1324
+ "../node_modules/@types/node/url.d.ts",
1325
+ "../node_modules/@types/node/util.d.ts"
1326
+ ],
1327
+ "../node_modules/@types/node/https.d.ts": [
1328
+ "../node_modules/@types/node/events.d.ts",
1329
+ "../node_modules/@types/node/fs.d.ts",
1330
+ "../node_modules/@types/node/http.d.ts",
1331
+ "../node_modules/@types/node/process.d.ts",
1332
+ "../node_modules/@types/node/tls.d.ts",
1333
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1334
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1335
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1336
+ "../node_modules/@types/node/url.d.ts",
1337
+ "../node_modules/@types/node/util.d.ts"
1338
+ ],
1339
+ "../node_modules/@types/node/inspector.d.ts": [
1340
+ "../node_modules/@types/node/events.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/process.d.ts",
1345
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1346
+ "../node_modules/@types/node/util.d.ts"
1347
+ ],
1348
+ "../node_modules/@types/node/module.d.ts": [
1349
+ "../node_modules/@types/node/fs.d.ts",
1350
+ "../node_modules/@types/node/process.d.ts",
1351
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1352
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1353
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1354
+ "../node_modules/@types/node/url.d.ts",
1355
+ "../node_modules/@types/node/util.d.ts"
1356
+ ],
1357
+ "../node_modules/@types/node/net.d.ts": [
1358
+ "../node_modules/@types/node/dns.d.ts",
1359
+ "../node_modules/@types/node/events.d.ts",
1360
+ "../node_modules/@types/node/fs.d.ts",
1361
+ "../node_modules/@types/node/process.d.ts",
1362
+ "../node_modules/@types/node/stream.d.ts",
1363
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1364
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1365
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1366
+ "../node_modules/@types/node/util.d.ts"
1367
+ ],
1368
+ "../node_modules/@types/node/os.d.ts": [
1369
+ "../node_modules/@types/node/fs.d.ts",
1370
+ "../node_modules/@types/node/process.d.ts",
1371
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1372
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1373
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1374
+ "../node_modules/@types/node/util.d.ts"
1375
+ ],
1376
+ "../node_modules/@types/node/path.d.ts": [
1377
+ "../node_modules/@types/node/fs.d.ts",
1378
+ "../node_modules/@types/node/process.d.ts",
1379
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1380
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1381
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1382
+ "../node_modules/@types/node/util.d.ts"
1383
+ ],
1384
+ "../node_modules/@types/node/perf_hooks.d.ts": [
1385
+ "../node_modules/@types/node/async_hooks.d.ts",
1386
+ "../node_modules/@types/node/fs.d.ts",
1387
+ "../node_modules/@types/node/process.d.ts",
1388
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1389
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1390
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1391
+ "../node_modules/@types/node/util.d.ts"
1392
+ ],
1393
+ "../node_modules/@types/node/process.d.ts": [
1394
+ "../node_modules/@types/node/fs.d.ts",
1395
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1396
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1397
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1398
+ "../node_modules/@types/node/tty.d.ts",
1399
+ "../node_modules/@types/node/util.d.ts"
1400
+ ],
1401
+ "../node_modules/@types/node/punycode.d.ts": [
1402
+ "../node_modules/@types/node/fs.d.ts",
1403
+ "../node_modules/@types/node/process.d.ts",
1404
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1405
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1406
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1407
+ "../node_modules/@types/node/util.d.ts"
1408
+ ],
1409
+ "../node_modules/@types/node/querystring.d.ts": [
1410
+ "../node_modules/@types/node/fs.d.ts",
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"
1416
+ ],
1417
+ "../node_modules/@types/node/readline.d.ts": [
1418
+ "../node_modules/@types/node/events.d.ts",
1419
+ "../node_modules/@types/node/fs.d.ts",
1420
+ "../node_modules/@types/node/process.d.ts",
1421
+ "../node_modules/@types/node/stream.d.ts",
1422
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1423
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1424
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1425
+ "../node_modules/@types/node/util.d.ts"
1426
+ ],
1427
+ "../node_modules/@types/node/repl.d.ts": [
1428
+ "../node_modules/@types/node/fs.d.ts",
1429
+ "../node_modules/@types/node/process.d.ts",
1430
+ "../node_modules/@types/node/readline.d.ts",
1431
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1432
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1433
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1434
+ "../node_modules/@types/node/util.d.ts",
1435
+ "../node_modules/@types/node/vm.d.ts"
1436
+ ],
1437
+ "../node_modules/@types/node/stream.d.ts": [
1438
+ "../node_modules/@types/node/events.d.ts",
1439
+ "../node_modules/@types/node/fs.d.ts",
1440
+ "../node_modules/@types/node/process.d.ts",
1441
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1442
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1443
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1444
+ "../node_modules/@types/node/util.d.ts"
1445
+ ],
1446
+ "../node_modules/@types/node/string_decoder.d.ts": [
1447
+ "../node_modules/@types/node/fs.d.ts",
1448
+ "../node_modules/@types/node/process.d.ts",
1449
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1450
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1451
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1452
+ "../node_modules/@types/node/util.d.ts"
1453
+ ],
1454
+ "../node_modules/@types/node/timers.d.ts": [
1455
+ "../node_modules/@types/node/fs.d.ts",
1456
+ "../node_modules/@types/node/process.d.ts",
1457
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1458
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1459
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1460
+ "../node_modules/@types/node/util.d.ts"
1461
+ ],
1462
+ "../node_modules/@types/node/tls.d.ts": [
1463
+ "../node_modules/@types/node/crypto.d.ts",
1464
+ "../node_modules/@types/node/dns.d.ts",
1465
+ "../node_modules/@types/node/fs.d.ts",
1466
+ "../node_modules/@types/node/net.d.ts",
1467
+ "../node_modules/@types/node/process.d.ts",
1468
+ "../node_modules/@types/node/stream.d.ts",
1469
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1470
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1471
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1472
+ "../node_modules/@types/node/util.d.ts"
1473
+ ],
1474
+ "../node_modules/@types/node/trace_events.d.ts": [
1475
+ "../node_modules/@types/node/fs.d.ts",
1476
+ "../node_modules/@types/node/process.d.ts",
1477
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1478
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1479
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1480
+ "../node_modules/@types/node/util.d.ts"
1481
+ ],
1482
+ "../node_modules/@types/node/ts3.2/base.d.ts": [
1483
+ "../node_modules/@types/node/base.d.ts",
1484
+ "../node_modules/@types/node/fs.d.ts",
1485
+ "../node_modules/@types/node/process.d.ts",
1486
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1487
+ "../node_modules/@types/node/ts3.2/globals.d.ts",
1488
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1489
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1490
+ "../node_modules/@types/node/util.d.ts"
1491
+ ],
1492
+ "../node_modules/@types/node/ts3.2/fs.d.ts": [
1493
+ "../node_modules/@types/node/fs.d.ts",
1494
+ "../node_modules/@types/node/process.d.ts",
1495
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1496
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1497
+ "../node_modules/@types/node/util.d.ts"
1498
+ ],
1499
+ "../node_modules/@types/node/ts3.2/globals.d.ts": [
1500
+ "../node_modules/@types/node/fs.d.ts",
1501
+ "../node_modules/@types/node/globals.d.ts",
1502
+ "../node_modules/@types/node/process.d.ts",
1503
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1504
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1505
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1506
+ "../node_modules/@types/node/util.d.ts"
1507
+ ],
1508
+ "../node_modules/@types/node/ts3.2/process.d.ts": [
1509
+ "../node_modules/@types/node/fs.d.ts",
1510
+ "../node_modules/@types/node/process.d.ts",
1511
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1512
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1513
+ "../node_modules/@types/node/util.d.ts"
1514
+ ],
1515
+ "../node_modules/@types/node/ts3.2/util.d.ts": [
1516
+ "../node_modules/@types/node/fs.d.ts",
1517
+ "../node_modules/@types/node/process.d.ts",
1518
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1519
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1520
+ "../node_modules/@types/node/util.d.ts"
1521
+ ],
1522
+ "../node_modules/@types/node/ts3.5/base.d.ts": [
1523
+ "../node_modules/@types/node/fs.d.ts",
1524
+ "../node_modules/@types/node/process.d.ts",
1525
+ "../node_modules/@types/node/ts3.2/base.d.ts",
1526
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1527
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1528
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1529
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts",
1530
+ "../node_modules/@types/node/ts3.5/wasi.d.ts",
1531
+ "../node_modules/@types/node/util.d.ts"
1532
+ ],
1533
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts": [
1534
+ "../node_modules/@types/node/fs.d.ts",
1535
+ "../node_modules/@types/node/process.d.ts",
1536
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1537
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1538
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1539
+ "../node_modules/@types/node/util.d.ts"
1540
+ ],
1541
+ "../node_modules/@types/node/ts3.5/wasi.d.ts": [
1542
+ "../node_modules/@types/node/fs.d.ts",
1543
+ "../node_modules/@types/node/process.d.ts",
1544
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1545
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1546
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1547
+ "../node_modules/@types/node/util.d.ts"
1548
+ ],
1549
+ "../node_modules/@types/node/ts3.7/assert.d.ts": [
1550
+ "../node_modules/@types/node/fs.d.ts",
1551
+ "../node_modules/@types/node/process.d.ts",
1552
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1553
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1554
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1555
+ "../node_modules/@types/node/util.d.ts"
1556
+ ],
1557
+ "../node_modules/@types/node/ts3.7/base.d.ts": [
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.5/base.d.ts",
1564
+ "../node_modules/@types/node/ts3.7/assert.d.ts",
1565
+ "../node_modules/@types/node/util.d.ts"
1566
+ ],
1567
+ "../node_modules/@types/node/ts3.7/index.d.ts": [
1568
+ "../node_modules/@types/node/fs.d.ts",
1569
+ "../node_modules/@types/node/process.d.ts",
1570
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1571
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1572
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1573
+ "../node_modules/@types/node/ts3.7/base.d.ts",
1574
+ "../node_modules/@types/node/util.d.ts"
1575
+ ],
1576
+ "../node_modules/@types/node/tty.d.ts": [
1577
+ "../node_modules/@types/node/fs.d.ts",
1578
+ "../node_modules/@types/node/net.d.ts",
1579
+ "../node_modules/@types/node/process.d.ts",
1580
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1581
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1582
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1583
+ "../node_modules/@types/node/util.d.ts"
1584
+ ],
1585
+ "../node_modules/@types/node/url.d.ts": [
1586
+ "../node_modules/@types/node/fs.d.ts",
1587
+ "../node_modules/@types/node/process.d.ts",
1588
+ "../node_modules/@types/node/querystring.d.ts",
1589
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1590
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1591
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1592
+ "../node_modules/@types/node/util.d.ts"
1593
+ ],
1594
+ "../node_modules/@types/node/util.d.ts": [
1595
+ "../node_modules/@types/node/fs.d.ts",
1596
+ "../node_modules/@types/node/process.d.ts",
1597
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1598
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1599
+ "../node_modules/@types/node/ts3.2/util.d.ts"
1600
+ ],
1601
+ "../node_modules/@types/node/v8.d.ts": [
1602
+ "../node_modules/@types/node/fs.d.ts",
1603
+ "../node_modules/@types/node/process.d.ts",
1604
+ "../node_modules/@types/node/stream.d.ts",
1605
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1606
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1607
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1608
+ "../node_modules/@types/node/util.d.ts"
1609
+ ],
1610
+ "../node_modules/@types/node/vm.d.ts": [
1611
+ "../node_modules/@types/node/fs.d.ts",
1612
+ "../node_modules/@types/node/process.d.ts",
1613
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1614
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1615
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1616
+ "../node_modules/@types/node/util.d.ts"
1617
+ ],
1618
+ "../node_modules/@types/node/worker_threads.d.ts": [
1619
+ "../node_modules/@types/node/events.d.ts",
1620
+ "../node_modules/@types/node/fs.d.ts",
1621
+ "../node_modules/@types/node/process.d.ts",
1622
+ "../node_modules/@types/node/stream.d.ts",
1623
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1624
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1625
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1626
+ "../node_modules/@types/node/url.d.ts",
1627
+ "../node_modules/@types/node/util.d.ts",
1628
+ "../node_modules/@types/node/vm.d.ts"
1629
+ ],
1630
+ "../node_modules/@types/node/zlib.d.ts": [
1631
+ "../node_modules/@types/node/fs.d.ts",
1632
+ "../node_modules/@types/node/process.d.ts",
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/util.d.ts"
1638
+ ],
1639
+ "../node_modules/@types/nodemailer/index.d.ts": [
1640
+ "../node_modules/@types/node/fs.d.ts",
1641
+ "../node_modules/@types/node/process.d.ts",
1642
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1643
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1644
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1645
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1646
+ "../node_modules/@types/node/util.d.ts",
1647
+ "../node_modules/@types/nodemailer/lib/json-transport.d.ts",
1648
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
1649
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
1650
+ "../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts",
1651
+ "../node_modules/@types/nodemailer/lib/ses-transport.d.ts",
1652
+ "../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts",
1653
+ "../node_modules/@types/nodemailer/lib/smtp-transport.d.ts",
1654
+ "../node_modules/@types/nodemailer/lib/stream-transport.d.ts"
1655
+ ],
1656
+ "../node_modules/@types/nodemailer/lib/dkim/index.d.ts": [
1657
+ "../node_modules/@types/node/fs.d.ts",
1658
+ "../node_modules/@types/node/process.d.ts",
1659
+ "../node_modules/@types/node/stream.d.ts",
1660
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1661
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1662
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1663
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1664
+ "../node_modules/@types/node/util.d.ts"
1665
+ ],
1666
+ "../node_modules/@types/nodemailer/lib/json-transport.d.ts": [
1667
+ "../node_modules/@types/node/events.d.ts",
1668
+ "../node_modules/@types/node/fs.d.ts",
1669
+ "../node_modules/@types/node/process.d.ts",
1670
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1671
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1672
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1673
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1674
+ "../node_modules/@types/node/util.d.ts",
1675
+ "../node_modules/@types/nodemailer/index.d.ts",
1676
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
1677
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
1678
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
1679
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
1680
+ ],
1681
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts": [
1682
+ "../node_modules/@types/node/events.d.ts",
1683
+ "../node_modules/@types/node/fs.d.ts",
1684
+ "../node_modules/@types/node/net.d.ts",
1685
+ "../node_modules/@types/node/process.d.ts",
1686
+ "../node_modules/@types/node/stream.d.ts",
1687
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1688
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1689
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1690
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1691
+ "../node_modules/@types/node/url.d.ts",
1692
+ "../node_modules/@types/node/util.d.ts",
1693
+ "../node_modules/@types/nodemailer/index.d.ts",
1694
+ "../node_modules/@types/nodemailer/lib/dkim/index.d.ts",
1695
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
1696
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
1697
+ "../node_modules/@types/nodemailer/lib/shared.d.ts",
1698
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
1699
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
1700
+ ],
1701
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts": [
1702
+ "../node_modules/@types/node/fs.d.ts",
1703
+ "../node_modules/@types/node/process.d.ts",
1704
+ "../node_modules/@types/node/stream.d.ts",
1705
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1706
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1707
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1708
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1709
+ "../node_modules/@types/node/util.d.ts",
1710
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
1711
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts"
1712
+ ],
1713
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts": [
1714
+ "../node_modules/@types/node/fs.d.ts",
1715
+ "../node_modules/@types/node/process.d.ts",
1716
+ "../node_modules/@types/node/stream.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
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
1723
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
1724
+ ],
1725
+ "../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts": [
1726
+ "../node_modules/@types/node/fs.d.ts",
1727
+ "../node_modules/@types/node/process.d.ts",
1728
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1729
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1730
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1731
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1732
+ "../node_modules/@types/node/util.d.ts",
1733
+ "../node_modules/@types/nodemailer/index.d.ts",
1734
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
1735
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
1736
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
1737
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
1738
+ ],
1739
+ "../node_modules/@types/nodemailer/lib/ses-transport.d.ts": [
1740
+ "../node_modules/@types/node/events.d.ts",
1741
+ "../node_modules/@types/node/fs.d.ts",
1742
+ "../node_modules/@types/node/process.d.ts",
1743
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1744
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1745
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1746
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1747
+ "../node_modules/@types/node/util.d.ts",
1748
+ "../node_modules/@types/nodemailer/index.d.ts",
1749
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
1750
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
1751
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
1752
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
1753
+ ],
1754
+ "../node_modules/@types/nodemailer/lib/shared.d.ts": [
1755
+ "../node_modules/@types/node/fs.d.ts",
1756
+ "../node_modules/@types/node/process.d.ts",
1757
+ "../node_modules/@types/node/stream.d.ts",
1758
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1759
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1760
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1761
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1762
+ "../node_modules/@types/node/util.d.ts",
1763
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
1764
+ ],
1765
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts": [
1766
+ "../node_modules/@types/node/events.d.ts",
1767
+ "../node_modules/@types/node/fs.d.ts",
1768
+ "../node_modules/@types/node/net.d.ts",
1769
+ "../node_modules/@types/node/process.d.ts",
1770
+ "../node_modules/@types/node/stream.d.ts",
1771
+ "../node_modules/@types/node/tls.d.ts",
1772
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1773
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1774
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1775
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1776
+ "../node_modules/@types/node/util.d.ts",
1777
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
1778
+ "../node_modules/@types/nodemailer/lib/shared.d.ts",
1779
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
1780
+ ],
1781
+ "../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts": [
1782
+ "../node_modules/@types/node/events.d.ts",
1783
+ "../node_modules/@types/node/fs.d.ts",
1784
+ "../node_modules/@types/node/process.d.ts",
1785
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1786
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1787
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1788
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1789
+ "../node_modules/@types/node/util.d.ts",
1790
+ "../node_modules/@types/nodemailer/index.d.ts",
1791
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
1792
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
1793
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
1794
+ "../node_modules/@types/nodemailer/lib/shared.d.ts",
1795
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
1796
+ ],
1797
+ "../node_modules/@types/nodemailer/lib/smtp-transport.d.ts": [
1798
+ "../node_modules/@types/node/events.d.ts",
1799
+ "../node_modules/@types/node/fs.d.ts",
1800
+ "../node_modules/@types/node/process.d.ts",
1801
+ "../node_modules/@types/node/stream.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/ts3.7/index.d.ts",
1806
+ "../node_modules/@types/node/util.d.ts",
1807
+ "../node_modules/@types/nodemailer/index.d.ts",
1808
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
1809
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
1810
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
1811
+ "../node_modules/@types/nodemailer/lib/shared.d.ts",
1812
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
1813
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
1814
+ ],
1815
+ "../node_modules/@types/nodemailer/lib/stream-transport.d.ts": [
1816
+ "../node_modules/@types/node/events.d.ts",
1817
+ "../node_modules/@types/node/fs.d.ts",
1818
+ "../node_modules/@types/node/process.d.ts",
1819
+ "../node_modules/@types/node/stream.d.ts",
1820
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1821
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1822
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1823
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1824
+ "../node_modules/@types/node/util.d.ts",
1825
+ "../node_modules/@types/nodemailer/index.d.ts",
1826
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
1827
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
1828
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
1829
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
1830
+ ],
1831
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts": [
1832
+ "../node_modules/@types/node/fs.d.ts",
1833
+ "../node_modules/@types/node/http.d.ts",
1834
+ "../node_modules/@types/node/process.d.ts",
1835
+ "../node_modules/@types/node/stream.d.ts",
1836
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1837
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1838
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1839
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1840
+ "../node_modules/@types/node/util.d.ts",
1841
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
1842
+ ],
1843
+ "../node_modules/@types/qs/index.d.ts": [
1844
+ "../node_modules/@types/node/fs.d.ts",
1845
+ "../node_modules/@types/node/process.d.ts",
1846
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1847
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1848
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1849
+ "../node_modules/@types/node/util.d.ts"
1850
+ ],
1851
+ "../node_modules/@types/range-parser/index.d.ts": [
1852
+ "../node_modules/@types/node/fs.d.ts",
1853
+ "../node_modules/@types/node/process.d.ts",
1854
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1855
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1856
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1857
+ "../node_modules/@types/node/util.d.ts"
1858
+ ],
1859
+ "../node_modules/@types/serve-static/index.d.ts": [
1860
+ "../node_modules/@types/mime/index.d.ts",
1861
+ "../node_modules/@types/node/fs.d.ts",
1862
+ "../node_modules/@types/node/http.d.ts",
1863
+ "../node_modules/@types/node/process.d.ts",
1864
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1865
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1866
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1867
+ "../node_modules/@types/node/ts3.7/index.d.ts",
1868
+ "../node_modules/@types/node/util.d.ts"
1869
+ ],
1870
+ "../node_modules/axios/index.d.ts": [
1871
+ "../node_modules/@types/node/fs.d.ts",
1872
+ "../node_modules/@types/node/process.d.ts",
1873
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1874
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1875
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1876
+ "../node_modules/@types/node/util.d.ts"
1877
+ ],
1878
+ "../node_modules/mongoose/index.d.ts": [
1879
+ "../node_modules/@types/mongodb/index.d.ts",
1880
+ "../node_modules/@types/node/events.d.ts",
1881
+ "../node_modules/@types/node/fs.d.ts",
1882
+ "../node_modules/@types/node/process.d.ts",
1883
+ "../node_modules/@types/node/stream.d.ts",
1884
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1885
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1886
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1887
+ "../node_modules/@types/node/util.d.ts",
1888
+ "../node_modules/mongoose/index.d.ts"
1889
+ ],
1890
+ "../node_modules/tslib/tslib.d.ts": [
1891
+ "../node_modules/@types/node/fs.d.ts",
1892
+ "../node_modules/@types/node/process.d.ts",
1893
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1894
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1895
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1896
+ "../node_modules/@types/node/util.d.ts"
1897
+ ],
1898
+ "../node_modules/typescript/lib/lib.dom.d.ts": [
1899
+ "../node_modules/@types/node/fs.d.ts",
1900
+ "../node_modules/@types/node/process.d.ts",
1901
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1902
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1903
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1904
+ "../node_modules/@types/node/util.d.ts"
1905
+ ],
1906
+ "../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
1907
+ "../node_modules/@types/node/fs.d.ts",
1908
+ "../node_modules/@types/node/process.d.ts",
1909
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1910
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1911
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1912
+ "../node_modules/@types/node/util.d.ts"
1913
+ ],
1914
+ "../node_modules/typescript/lib/lib.es2015.core.d.ts": [
1915
+ "../node_modules/@types/node/fs.d.ts",
1916
+ "../node_modules/@types/node/process.d.ts",
1917
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1918
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1919
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1920
+ "../node_modules/@types/node/util.d.ts"
1921
+ ],
1922
+ "../node_modules/typescript/lib/lib.es2015.d.ts": [
1923
+ "../node_modules/@types/node/fs.d.ts",
1924
+ "../node_modules/@types/node/process.d.ts",
1925
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1926
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1927
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1928
+ "../node_modules/@types/node/util.d.ts"
1929
+ ],
1930
+ "../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
1931
+ "../node_modules/@types/node/fs.d.ts",
1932
+ "../node_modules/@types/node/process.d.ts",
1933
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1934
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1935
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1936
+ "../node_modules/@types/node/util.d.ts"
1937
+ ],
1938
+ "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
1939
+ "../node_modules/@types/node/fs.d.ts",
1940
+ "../node_modules/@types/node/process.d.ts",
1941
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1942
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1943
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1944
+ "../node_modules/@types/node/util.d.ts"
1945
+ ],
1946
+ "../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
1947
+ "../node_modules/@types/node/fs.d.ts",
1948
+ "../node_modules/@types/node/process.d.ts",
1949
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1950
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1951
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1952
+ "../node_modules/@types/node/util.d.ts"
1953
+ ],
1954
+ "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
1955
+ "../node_modules/@types/node/fs.d.ts",
1956
+ "../node_modules/@types/node/process.d.ts",
1957
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1958
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1959
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1960
+ "../node_modules/@types/node/util.d.ts"
1961
+ ],
1962
+ "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
1963
+ "../node_modules/@types/node/fs.d.ts",
1964
+ "../node_modules/@types/node/process.d.ts",
1965
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1966
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1967
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1968
+ "../node_modules/@types/node/util.d.ts"
1969
+ ],
1970
+ "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
1971
+ "../node_modules/@types/node/fs.d.ts",
1972
+ "../node_modules/@types/node/process.d.ts",
1973
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1974
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1975
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1976
+ "../node_modules/@types/node/util.d.ts"
1977
+ ],
1978
+ "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
1979
+ "../node_modules/@types/node/fs.d.ts",
1980
+ "../node_modules/@types/node/process.d.ts",
1981
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1982
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1983
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1984
+ "../node_modules/@types/node/util.d.ts"
1985
+ ],
1986
+ "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
1987
+ "../node_modules/@types/node/fs.d.ts",
1988
+ "../node_modules/@types/node/process.d.ts",
1989
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1990
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1991
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1992
+ "../node_modules/@types/node/util.d.ts"
1993
+ ],
1994
+ "../node_modules/typescript/lib/lib.es2016.d.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
+ ],
2002
+ "../node_modules/typescript/lib/lib.es2017.d.ts": [
2003
+ "../node_modules/@types/node/fs.d.ts",
2004
+ "../node_modules/@types/node/process.d.ts",
2005
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2006
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2007
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2008
+ "../node_modules/@types/node/util.d.ts"
2009
+ ],
2010
+ "../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
2011
+ "../node_modules/@types/node/fs.d.ts",
2012
+ "../node_modules/@types/node/process.d.ts",
2013
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2014
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2015
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2016
+ "../node_modules/@types/node/util.d.ts"
2017
+ ],
2018
+ "../node_modules/typescript/lib/lib.es2017.object.d.ts": [
2019
+ "../node_modules/@types/node/fs.d.ts",
2020
+ "../node_modules/@types/node/process.d.ts",
2021
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2022
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2023
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2024
+ "../node_modules/@types/node/util.d.ts"
2025
+ ],
2026
+ "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
2027
+ "../node_modules/@types/node/fs.d.ts",
2028
+ "../node_modules/@types/node/process.d.ts",
2029
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2030
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2031
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2032
+ "../node_modules/@types/node/util.d.ts"
2033
+ ],
2034
+ "../node_modules/typescript/lib/lib.es2017.string.d.ts": [
2035
+ "../node_modules/@types/node/fs.d.ts",
2036
+ "../node_modules/@types/node/process.d.ts",
2037
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2038
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2039
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2040
+ "../node_modules/@types/node/util.d.ts"
2041
+ ],
2042
+ "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
2043
+ "../node_modules/@types/node/fs.d.ts",
2044
+ "../node_modules/@types/node/process.d.ts",
2045
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2046
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2047
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2048
+ "../node_modules/@types/node/util.d.ts"
2049
+ ],
2050
+ "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
2051
+ "../node_modules/@types/node/fs.d.ts",
2052
+ "../node_modules/@types/node/process.d.ts",
2053
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2054
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2055
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2056
+ "../node_modules/@types/node/util.d.ts"
2057
+ ],
2058
+ "../node_modules/typescript/lib/lib.es2018.asynciterable.d.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
+ "../node_modules/typescript/lib/lib.es2018.d.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
+ "../node_modules/typescript/lib/lib.es2018.intl.d.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
+ ],
2082
+ "../node_modules/typescript/lib/lib.es2018.promise.d.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"
2089
+ ],
2090
+ "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
2091
+ "../node_modules/@types/node/fs.d.ts",
2092
+ "../node_modules/@types/node/process.d.ts",
2093
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2094
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2095
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2096
+ "../node_modules/@types/node/util.d.ts"
2097
+ ],
2098
+ "../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
2099
+ "../node_modules/@types/node/fs.d.ts",
2100
+ "../node_modules/@types/node/process.d.ts",
2101
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2102
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2103
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2104
+ "../node_modules/@types/node/util.d.ts"
2105
+ ],
2106
+ "../node_modules/typescript/lib/lib.es5.d.ts": [
2107
+ "../node_modules/@types/node/fs.d.ts",
2108
+ "../node_modules/@types/node/process.d.ts",
2109
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2110
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2111
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2112
+ "../node_modules/@types/node/util.d.ts"
2113
+ ],
2114
+ "../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
2115
+ "../node_modules/@types/node/fs.d.ts",
2116
+ "../node_modules/@types/node/process.d.ts",
2117
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2118
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2119
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2120
+ "../node_modules/@types/node/util.d.ts"
2121
+ ],
2122
+ "../src/_constants/dynamobe-global.settings.ts": [
2123
+ "../node_modules/@types/node/fs.d.ts",
2124
+ "../node_modules/@types/node/process.d.ts",
2125
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2126
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2127
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2128
+ "../node_modules/@types/node/util.d.ts",
2129
+ "../src/_enums/dynamobe-route-security.enum.ts",
2130
+ "../src/_models/dynamobe-global-settings.ts"
2131
+ ],
2132
+ "../src/_constants/index.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/_constants/dynamobe-global.settings.ts"
2140
+ ],
2141
+ "../src/_enums/data-model-type.enum.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
+ ],
2149
+ "../src/_enums/dynamobe-data-service-function.enum.ts": [
2150
+ "../node_modules/@types/node/fs.d.ts",
2151
+ "../node_modules/@types/node/process.d.ts",
2152
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2153
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2154
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2155
+ "../node_modules/@types/node/util.d.ts"
2156
+ ],
2157
+ "../src/_enums/dynamobe-route-security.enum.ts": [
2158
+ "../node_modules/@types/node/fs.d.ts",
2159
+ "../node_modules/@types/node/process.d.ts",
2160
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2161
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2162
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2163
+ "../node_modules/@types/node/util.d.ts"
2164
+ ],
2165
+ "../src/_enums/http/http-call-type.enum.ts": [
2166
+ "../node_modules/@types/node/fs.d.ts",
2167
+ "../node_modules/@types/node/process.d.ts",
2168
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2169
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2170
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2171
+ "../node_modules/@types/node/util.d.ts"
2172
+ ],
2173
+ "../src/_enums/http/http-response-type.enum.ts": [
2174
+ "../node_modules/@types/node/fs.d.ts",
2175
+ "../node_modules/@types/node/process.d.ts",
2176
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2177
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2178
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2179
+ "../node_modules/@types/node/util.d.ts"
2180
+ ],
2181
+ "../src/_enums/index.ts": [
2182
+ "../node_modules/@types/node/fs.d.ts",
2183
+ "../node_modules/@types/node/process.d.ts",
2184
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2185
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2186
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2187
+ "../node_modules/@types/node/util.d.ts",
2188
+ "../src/_enums/data-model-type.enum.ts",
2189
+ "../src/_enums/dynamobe-data-service-function.enum.ts",
2190
+ "../src/_enums/dynamobe-route-security.enum.ts",
2191
+ "../src/_enums/http/http-call-type.enum.ts",
2192
+ "../src/_enums/http/http-response-type.enum.ts",
2193
+ "../src/_enums/log-style.enum.ts",
2194
+ "../src/_enums/predefined-data-types.enum.ts"
2195
+ ],
2196
+ "../src/_enums/log-style.enum.ts": [
2197
+ "../node_modules/@types/node/fs.d.ts",
2198
+ "../node_modules/@types/node/process.d.ts",
2199
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2200
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2201
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2202
+ "../node_modules/@types/node/util.d.ts"
2203
+ ],
2204
+ "../src/_enums/predefined-data-types.enum.ts": [
2205
+ "../node_modules/@types/node/fs.d.ts",
2206
+ "../node_modules/@types/node/process.d.ts",
2207
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2208
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2209
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2210
+ "../node_modules/@types/node/util.d.ts"
2211
+ ],
2212
+ "../src/_models/dynamo-module-settings.ts": [
2213
+ "../node_modules/@types/node/fs.d.ts",
2214
+ "../node_modules/@types/node/process.d.ts",
2215
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2216
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2217
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2218
+ "../node_modules/@types/node/util.d.ts"
2219
+ ],
2220
+ "../src/_models/dynamobe-api-call-params.ts": [
2221
+ "../node_modules/@types/node/fs.d.ts",
2222
+ "../node_modules/@types/node/process.d.ts",
2223
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2224
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2225
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2226
+ "../node_modules/@types/node/util.d.ts",
2227
+ "../src/_enums/http/http-call-type.enum.ts",
2228
+ "../src/_enums/http/http-response-type.enum.ts"
2229
+ ],
2230
+ "../src/_models/dynamobe-app-params.ts": [
2231
+ "../node_modules/@types/node/fs.d.ts",
2232
+ "../node_modules/@types/node/process.d.ts",
2233
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2234
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2235
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2236
+ "../node_modules/@types/node/util.d.ts"
2237
+ ],
2238
+ "../src/_models/dynamobe-data-model-params.ts": [
2239
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2240
+ "../node_modules/@types/node/fs.d.ts",
2241
+ "../node_modules/@types/node/process.d.ts",
2242
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2243
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2244
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2245
+ "../node_modules/@types/node/util.d.ts",
2246
+ "../src/_enums/data-model-type.enum.ts"
2247
+ ],
2248
+ "../src/_models/dynamobe-endpoint-params.ts": [
2249
+ "../node_modules/@types/express/ts4.0/index.d.ts",
2250
+ "../node_modules/@types/node/fs.d.ts",
2251
+ "../node_modules/@types/node/process.d.ts",
2252
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2253
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2254
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2255
+ "../node_modules/@types/node/util.d.ts",
2256
+ "../src/_constants/index.ts",
2257
+ "../src/_enums/dynamobe-route-security.enum.ts",
2258
+ "../src/_enums/http/http-call-type.enum.ts",
2259
+ "../src/_services/dynamobe-global.service.ts",
2260
+ "../src/_services/dynamobe-shared.service.ts"
2261
+ ],
2262
+ "../src/_models/dynamobe-global-settings.ts": [
2263
+ "../node_modules/@types/node/fs.d.ts",
2264
+ "../node_modules/@types/node/process.d.ts",
2265
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2266
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2267
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2268
+ "../node_modules/@types/node/util.d.ts",
2269
+ "../src/_enums/dynamobe-route-security.enum.ts"
2270
+ ],
2271
+ "../src/_models/index.ts": [
2272
+ "../node_modules/@types/node/fs.d.ts",
2273
+ "../node_modules/@types/node/process.d.ts",
2274
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2275
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2276
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2277
+ "../node_modules/@types/node/util.d.ts",
2278
+ "../src/_models/dynamobe-api-call-params.ts",
2279
+ "../src/_models/dynamobe-app-params.ts",
2280
+ "../src/_models/dynamobe-data-model-params.ts",
2281
+ "../src/_models/dynamobe-endpoint-params.ts",
2282
+ "../src/_models/dynamobe-global-settings.ts"
2283
+ ],
2284
+ "../src/_modules/api-service.index.ts": [
2285
+ "../node_modules/@types/node/fs.d.ts",
2286
+ "../node_modules/@types/node/process.d.ts",
2287
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2288
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2289
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2290
+ "../node_modules/@types/node/util.d.ts",
2291
+ "../src/_enums/http/http-call-type.enum.ts",
2292
+ "../src/_models/dynamobe-api-call-params.ts",
2293
+ "../src/_services/dynamobe-api.service.ts",
2294
+ "../src/_services/dynamobe-singleton.service.ts"
2295
+ ],
2296
+ "../src/_modules/app.index.ts": [
2297
+ "../node_modules/@types/node/fs.d.ts",
2298
+ "../node_modules/@types/node/process.d.ts",
2299
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2300
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2301
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2302
+ "../node_modules/@types/node/util.d.ts",
2303
+ "../src/_constants/dynamobe-global.settings.ts",
2304
+ "../src/_enums/dynamobe-route-security.enum.ts",
2305
+ "../src/_models/dynamobe-app-params.ts",
2306
+ "../src/_models/dynamobe-endpoint-params.ts",
2307
+ "../src/_models/dynamobe-global-settings.ts",
2308
+ "../src/_services/dynamobe-app.ts",
2309
+ "../src/_services/dynamobe-global.service.ts",
2310
+ "../src/_services/dynamobe-routing-module.service.ts",
2311
+ "../src/_services/dynamobe-shared.service.ts"
2312
+ ],
2313
+ "../src/_modules/auth.index.ts": [
2314
+ "../node_modules/@types/node/fs.d.ts",
2315
+ "../node_modules/@types/node/process.d.ts",
2316
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2317
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2318
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2319
+ "../node_modules/@types/node/util.d.ts",
2320
+ "../src/_services/dynamobe-auth.service.ts",
2321
+ "../src/_services/dynamobe-shared.service.ts"
2322
+ ],
2323
+ "../src/_modules/controller.index.ts": [
2324
+ "../node_modules/@types/node/fs.d.ts",
2325
+ "../node_modules/@types/node/process.d.ts",
2326
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2327
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2328
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2329
+ "../node_modules/@types/node/util.d.ts",
2330
+ "../src/_enums/dynamobe-route-security.enum.ts",
2331
+ "../src/_enums/http/http-call-type.enum.ts",
2332
+ "../src/_models/dynamobe-endpoint-params.ts",
2333
+ "../src/_services/dynamobe-controller.service.ts"
2334
+ ],
2335
+ "../src/_modules/data-service.index.ts": [
2336
+ "../node_modules/@types/node/fs.d.ts",
2337
+ "../node_modules/@types/node/process.d.ts",
2338
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2339
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2340
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2341
+ "../node_modules/@types/node/util.d.ts",
2342
+ "../src/_services/dynamobe-data.service.ts",
2343
+ "../src/_services/dynamobe-db.service.ts",
2344
+ "../src/_services/dynamobe-global.service.ts",
2345
+ "../src/_services/dynamobe-shared.service.ts"
2346
+ ],
2347
+ "../src/_modules/test/custom-data.service.ts": [
2348
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2349
+ "../node_modules/@types/node/fs.d.ts",
2350
+ "../node_modules/@types/node/process.d.ts",
2351
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2352
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2353
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2354
+ "../node_modules/@types/node/util.d.ts",
2355
+ "../src/_services/dynamobe-data.service.ts"
2356
+ ],
2357
+ "../src/_modules/test/get-test-routing-module.ts": [
2358
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2359
+ "../node_modules/@types/node/fs.d.ts",
2360
+ "../node_modules/@types/node/process.d.ts",
2361
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2362
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2363
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2364
+ "../node_modules/@types/node/util.d.ts",
2365
+ "../src/_enums/dynamobe-route-security.enum.ts",
2366
+ "../src/_modules/test/test-controller.ts",
2367
+ "../src/_services/dynamobe-routing-module.service.ts"
2368
+ ],
2369
+ "../src/_modules/test/index.ts": [
2370
+ "../node_modules/@types/node/fs.d.ts",
2371
+ "../node_modules/@types/node/process.d.ts",
2372
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2373
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2374
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2375
+ "../node_modules/@types/node/util.d.ts",
2376
+ "../src/_modules/test/custom-data.service.ts",
2377
+ "../src/_modules/test/get-test-routing-module.ts",
2378
+ "../src/_modules/test/test-controller.ts"
2379
+ ],
2380
+ "../src/_modules/test/test-controller.ts": [
2381
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2382
+ "../node_modules/@types/express/ts4.0/index.d.ts",
2383
+ "../node_modules/@types/node/fs.d.ts",
2384
+ "../node_modules/@types/node/process.d.ts",
2385
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2386
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2387
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2388
+ "../node_modules/@types/node/util.d.ts",
2389
+ "../src/_enums/http/http-call-type.enum.ts",
2390
+ "../src/_models/dynamobe-endpoint-params.ts",
2391
+ "../src/_modules/test/custom-data.service.ts",
2392
+ "../src/_services/dynamobe-controller.service.ts"
2393
+ ],
2394
+ "../src/_modules/usage/get-usage-routing-module.ts": [
2395
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2396
+ "../node_modules/@types/node/fs.d.ts",
2397
+ "../node_modules/@types/node/process.d.ts",
2398
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2399
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2400
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2401
+ "../node_modules/@types/node/util.d.ts",
2402
+ "../src/_enums/dynamobe-route-security.enum.ts",
2403
+ "../src/_modules/usage/usage-controller.ts",
2404
+ "../src/_services/dynamobe-routing-module.service.ts"
2405
+ ],
2406
+ "../src/_modules/usage/index.ts": [
2407
+ "../node_modules/@types/node/fs.d.ts",
2408
+ "../node_modules/@types/node/process.d.ts",
2409
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2410
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2411
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2412
+ "../node_modules/@types/node/util.d.ts",
2413
+ "../src/_modules/usage/get-usage-routing-module.ts",
2414
+ "../src/_modules/usage/usage-controller.ts",
2415
+ "../src/_modules/usage/usage.service.ts"
2416
+ ],
2417
+ "../src/_modules/usage/usage-controller.ts": [
2418
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2419
+ "../node_modules/@types/express/ts4.0/index.d.ts",
2420
+ "../node_modules/@types/node/fs.d.ts",
2421
+ "../node_modules/@types/node/process.d.ts",
2422
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2423
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2424
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2425
+ "../node_modules/@types/node/util.d.ts",
2426
+ "../src/_enums/http/http-call-type.enum.ts",
2427
+ "../src/_models/dynamobe-endpoint-params.ts",
2428
+ "../src/_modules/usage/usage.service.ts",
2429
+ "../src/_services/dynamobe-auth.service.ts",
2430
+ "../src/_services/dynamobe-controller.service.ts",
2431
+ "../src/_services/dynamobe-global.service.ts"
2432
+ ],
2433
+ "../src/_modules/usage/usage.service.ts": [
2434
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2435
+ "../node_modules/@types/express/ts4.0/index.d.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",
2442
+ "../src/_services/dynamobe-data.service.ts",
2443
+ "../src/_services/dynamobe-shared-be.service.ts"
2444
+ ],
2445
+ "../src/_services/dynamobe-api.service.ts": [
2446
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2447
+ "../node_modules/@types/node/fs.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",
2453
+ "../node_modules/axios/index.d.ts",
2454
+ "../src/_enums/http/http-call-type.enum.ts",
2455
+ "../src/_enums/http/http-response-type.enum.ts",
2456
+ "../src/_models/dynamobe-api-call-params.ts",
2457
+ "../src/_services/dynamobe-shared.service.ts"
2458
+ ],
2459
+ "../src/_services/dynamobe-app.ts": [
2460
+ "../node_modules/@types/body-parser/index.d.ts",
2461
+ "../node_modules/@types/express/ts4.0/index.d.ts",
2462
+ "../node_modules/@types/node/fs.d.ts",
2463
+ "../node_modules/@types/node/https.d.ts",
2464
+ "../node_modules/@types/node/process.d.ts",
2465
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2466
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2467
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2468
+ "../node_modules/@types/node/util.d.ts",
2469
+ "../node_modules/mongoose/index.d.ts",
2470
+ "../src/_constants/index.ts",
2471
+ "../src/_enums/dynamobe-route-security.enum.ts",
2472
+ "../src/_models/dynamobe-app-params.ts",
2473
+ "../src/_models/dynamobe-endpoint-params.ts",
2474
+ "../src/_services/dynamobe-routing-module.service.ts",
2475
+ "../src/_services/dynamobe-shared.service.ts",
2476
+ "../src/_services/dynamobe-singleton.service.ts"
2477
+ ],
2478
+ "../src/_services/dynamobe-auth.service.ts": [
2479
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2480
+ "../node_modules/@types/express/ts4.0/index.d.ts",
2481
+ "../node_modules/@types/node/fs.d.ts",
2482
+ "../node_modules/@types/node/process.d.ts",
2483
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2484
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2485
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2486
+ "../node_modules/@types/node/util.d.ts",
2487
+ "../src/_services/dynamobe-singleton.service.ts"
2488
+ ],
2489
+ "../src/_services/dynamobe-controller.service.ts": [
2490
+ "../node_modules/@types/node/fs.d.ts",
2491
+ "../node_modules/@types/node/process.d.ts",
2492
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2493
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2494
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2495
+ "../node_modules/@types/node/util.d.ts",
2496
+ "../src/_models/dynamobe-endpoint-params.ts",
2497
+ "../src/_services/dynamobe-shared.service.ts",
2498
+ "../src/_services/dynamobe-singleton.service.ts"
2499
+ ],
2500
+ "../src/_services/dynamobe-data.service.ts": [
2501
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2502
+ "../node_modules/@types/node/fs.d.ts",
2503
+ "../node_modules/@types/node/process.d.ts",
2504
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2505
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2506
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2507
+ "../node_modules/@types/node/util.d.ts",
2508
+ "../src/_services/dynamobe-db.service.ts",
2509
+ "../src/_services/dynamobe-global.service.ts"
2510
+ ],
2511
+ "../src/_services/dynamobe-db-service-collection.service.ts": [
2512
+ "../node_modules/@types/node/fs.d.ts",
2513
+ "../node_modules/@types/node/process.d.ts",
2514
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2515
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2516
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2517
+ "../node_modules/@types/node/util.d.ts",
2518
+ "../src/_services/dynamobe-db.service.ts",
2519
+ "../src/_services/dynamobe-singleton.service.ts"
2520
+ ],
2521
+ "../src/_services/dynamobe-db.service.ts": [
2522
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2523
+ "../node_modules/@types/node/fs.d.ts",
2524
+ "../node_modules/@types/node/process.d.ts",
2525
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2526
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2527
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2528
+ "../node_modules/@types/node/util.d.ts",
2529
+ "../node_modules/mongoose/index.d.ts"
2530
+ ],
2531
+ "../src/_services/dynamobe-email-service-collection.service.ts": [
2532
+ "../node_modules/@types/node/fs.d.ts",
2533
+ "../node_modules/@types/node/process.d.ts",
2534
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2535
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2536
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2537
+ "../node_modules/@types/node/util.d.ts",
2538
+ "../src/_services/dynamobe-email.service.ts",
2539
+ "../src/_services/dynamobe-singleton.service.ts"
2540
+ ],
2541
+ "../src/_services/dynamobe-email.service.ts": [
2542
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2543
+ "../node_modules/@types/node/fs.d.ts",
2544
+ "../node_modules/@types/node/path.d.ts",
2545
+ "../node_modules/@types/node/process.d.ts",
2546
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2547
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2548
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2549
+ "../node_modules/@types/node/util.d.ts",
2550
+ "../node_modules/@types/nodemailer/index.d.ts",
2551
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
2552
+ "../src/_services/dynamobe-shared.service.ts"
2553
+ ],
2554
+ "../src/_services/dynamobe-global.service.ts": [
2555
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2556
+ "../node_modules/@types/node/fs.d.ts",
2557
+ "../node_modules/@types/node/process.d.ts",
2558
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2559
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2560
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2561
+ "../node_modules/@types/node/util.d.ts",
2562
+ "../src/_services/dynamobe-auth.service.ts",
2563
+ "../src/_services/dynamobe-db-service-collection.service.ts",
2564
+ "../src/_services/dynamobe-db.service.ts",
2565
+ "../src/_services/dynamobe-email-service-collection.service.ts",
2566
+ "../src/_services/dynamobe-singleton.service.ts"
2567
+ ],
2568
+ "../src/_services/dynamobe-routing-module.service.ts": [
2569
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2570
+ "../node_modules/@types/express/ts4.0/index.d.ts",
2571
+ "../node_modules/@types/node/fs.d.ts",
2572
+ "../node_modules/@types/node/process.d.ts",
2573
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2574
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2575
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2576
+ "../node_modules/@types/node/util.d.ts",
2577
+ "../src/_constants/dynamobe-global.settings.ts",
2578
+ "../src/_enums/dynamobe-route-security.enum.ts",
2579
+ "../src/_enums/http/http-call-type.enum.ts",
2580
+ "../src/_models/dynamobe-endpoint-params.ts",
2581
+ "../src/_services/dynamobe-controller.service.ts",
2582
+ "../src/_services/dynamobe-shared.service.ts"
2583
+ ],
2584
+ "../src/_services/dynamobe-shared-be.service.ts": [
2585
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2586
+ "../node_modules/@types/express/ts4.0/index.d.ts",
2587
+ "../node_modules/@types/geoip-lite/index.d.ts",
2588
+ "../node_modules/@types/node/fs.d.ts",
2589
+ "../node_modules/@types/node/process.d.ts",
2590
+ "../node_modules/@types/node/readline.d.ts",
2591
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2592
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2593
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2594
+ "../node_modules/@types/node/util.d.ts",
2595
+ "../src/_services/dynamobe-shared.service.ts"
2596
+ ],
2597
+ "../src/_services/dynamobe-shared.service.ts": [
2598
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
2599
+ "../node_modules/@types/node/fs.d.ts",
2600
+ "../node_modules/@types/node/process.d.ts",
2601
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2602
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2603
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2604
+ "../node_modules/@types/node/util.d.ts",
2605
+ "../src/_enums/log-style.enum.ts"
2606
+ ],
2607
+ "../src/_services/dynamobe-singleton.service.ts": [
2608
+ "../node_modules/@types/node/fs.d.ts",
2609
+ "../node_modules/@types/node/process.d.ts",
2610
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2611
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2612
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2613
+ "../node_modules/@types/node/util.d.ts"
2614
+ ],
2615
+ "../src/_services/index.ts": [
2616
+ "../node_modules/@types/node/fs.d.ts",
2617
+ "../node_modules/@types/node/process.d.ts",
2618
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2619
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2620
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2621
+ "../node_modules/@types/node/util.d.ts",
2622
+ "../src/_services/dynamobe-api.service.ts",
2623
+ "../src/_services/dynamobe-app.ts",
2624
+ "../src/_services/dynamobe-auth.service.ts",
2625
+ "../src/_services/dynamobe-controller.service.ts",
2626
+ "../src/_services/dynamobe-data.service.ts",
2627
+ "../src/_services/dynamobe-db-service-collection.service.ts",
2628
+ "../src/_services/dynamobe-db.service.ts",
2629
+ "../src/_services/dynamobe-email-service-collection.service.ts",
2630
+ "../src/_services/dynamobe-email.service.ts",
2631
+ "../src/_services/dynamobe-global.service.ts",
2632
+ "../src/_services/dynamobe-routing-module.service.ts",
2633
+ "../src/_services/dynamobe-shared-be.service.ts",
2634
+ "../src/_services/dynamobe-shared.service.ts",
2635
+ "../src/_services/dynamobe-singleton.service.ts"
2636
+ ],
2637
+ "../src/index.ts": [
2638
+ "../node_modules/@types/node/fs.d.ts",
2639
+ "../node_modules/@types/node/process.d.ts",
2640
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2641
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2642
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2643
+ "../node_modules/@types/node/util.d.ts",
2644
+ "../src/_constants/index.ts",
2645
+ "../src/_enums/index.ts",
2646
+ "../src/_models/index.ts",
2647
+ "../src/_modules/test/index.ts",
2648
+ "../src/_modules/usage/index.ts",
2649
+ "../src/_services/index.ts"
2650
+ ]
2651
+ },
2652
+ "exportedModulesMap": {
2653
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts": [
2654
+ "../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
2655
+ "../node_modules/@types/node/fs.d.ts",
2656
+ "../node_modules/@types/node/process.d.ts",
2657
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2658
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2659
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2660
+ "../node_modules/@types/node/util.d.ts"
2661
+ ],
2662
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts": [
2663
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
2664
+ "../node_modules/@types/node/fs.d.ts",
2665
+ "../node_modules/@types/node/process.d.ts",
2666
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2667
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2668
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2669
+ "../node_modules/@types/node/util.d.ts"
2670
+ ],
2671
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts": [
2672
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
2673
+ "../node_modules/@types/node/fs.d.ts",
2674
+ "../node_modules/@types/node/process.d.ts",
2675
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2676
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2677
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2678
+ "../node_modules/@types/node/util.d.ts"
2679
+ ],
2680
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.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
+ ],
2688
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts": [
2689
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
2690
+ "../node_modules/@types/node/fs.d.ts",
2691
+ "../node_modules/@types/node/process.d.ts",
2692
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2693
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2694
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2695
+ "../node_modules/@types/node/util.d.ts"
2696
+ ],
2697
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts": [
2698
+ "../node_modules/@types/node/fs.d.ts",
2699
+ "../node_modules/@types/node/process.d.ts",
2700
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2701
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2702
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2703
+ "../node_modules/@types/node/util.d.ts"
2704
+ ],
2705
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts": [
2706
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
2707
+ "../node_modules/@types/node/fs.d.ts",
2708
+ "../node_modules/@types/node/process.d.ts",
2709
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2710
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2711
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2712
+ "../node_modules/@types/node/util.d.ts"
2713
+ ],
2714
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts": [
2715
+ "../node_modules/@types/node/fs.d.ts",
2716
+ "../node_modules/@types/node/process.d.ts",
2717
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2718
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2719
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2720
+ "../node_modules/@types/node/util.d.ts"
2721
+ ],
2722
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts": [
2723
+ "../node_modules/@types/node/fs.d.ts",
2724
+ "../node_modules/@types/node/process.d.ts",
2725
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2726
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2727
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2728
+ "../node_modules/@types/node/util.d.ts"
2729
+ ],
2730
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts": [
2731
+ "../node_modules/@types/node/fs.d.ts",
2732
+ "../node_modules/@types/node/process.d.ts",
2733
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2734
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2735
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2736
+ "../node_modules/@types/node/util.d.ts"
2737
+ ],
2738
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts": [
2739
+ "../node_modules/@types/node/fs.d.ts",
2740
+ "../node_modules/@types/node/process.d.ts",
2741
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2742
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2743
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2744
+ "../node_modules/@types/node/util.d.ts"
2745
+ ],
2746
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts": [
2747
+ "../node_modules/@types/node/fs.d.ts",
2748
+ "../node_modules/@types/node/process.d.ts",
2749
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2750
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2751
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2752
+ "../node_modules/@types/node/util.d.ts"
2753
+ ],
2754
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts": [
2755
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
2756
+ "../node_modules/@types/node/fs.d.ts",
2757
+ "../node_modules/@types/node/process.d.ts",
2758
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2759
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2760
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2761
+ "../node_modules/@types/node/util.d.ts"
2762
+ ],
2763
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts": [
2764
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
2765
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
2766
+ "../node_modules/@types/node/fs.d.ts",
2767
+ "../node_modules/@types/node/process.d.ts",
2768
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2769
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2770
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2771
+ "../node_modules/@types/node/util.d.ts"
2772
+ ],
2773
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.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
+ ],
2781
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts": [
2782
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
2783
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
2784
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
2785
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
2786
+ "../node_modules/@types/node/fs.d.ts",
2787
+ "../node_modules/@types/node/process.d.ts",
2788
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2789
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2790
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2791
+ "../node_modules/@types/node/util.d.ts"
2792
+ ],
2793
+ "../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts": [
2794
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts",
2795
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts",
2796
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts",
2797
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts",
2798
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
2799
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
2800
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts",
2801
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
2802
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts",
2803
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
2804
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
2805
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts",
2806
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
2807
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
2808
+ "../node_modules/@types/node/fs.d.ts",
2809
+ "../node_modules/@types/node/process.d.ts",
2810
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2811
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2812
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2813
+ "../node_modules/@types/node/util.d.ts"
2814
+ ],
2815
+ "../node_modules/@types/body-parser/index.d.ts": [
2816
+ "../node_modules/@types/connect/index.d.ts",
2817
+ "../node_modules/@types/node/fs.d.ts",
2818
+ "../node_modules/@types/node/http.d.ts",
2819
+ "../node_modules/@types/node/process.d.ts",
2820
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2821
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2822
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2823
+ "../node_modules/@types/node/ts3.7/index.d.ts",
2824
+ "../node_modules/@types/node/util.d.ts"
2825
+ ],
2826
+ "../node_modules/@types/bson/index.d.ts": [
2827
+ "../node_modules/@types/node/fs.d.ts",
2828
+ "../node_modules/@types/node/process.d.ts",
2829
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2830
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2831
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2832
+ "../node_modules/@types/node/ts3.7/index.d.ts",
2833
+ "../node_modules/@types/node/util.d.ts"
2834
+ ],
2835
+ "../node_modules/@types/connect/index.d.ts": [
2836
+ "../node_modules/@types/node/fs.d.ts",
2837
+ "../node_modules/@types/node/http.d.ts",
2838
+ "../node_modules/@types/node/process.d.ts",
2839
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2840
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2841
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2842
+ "../node_modules/@types/node/ts3.7/index.d.ts",
2843
+ "../node_modules/@types/node/util.d.ts"
2844
+ ],
2845
+ "../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts": [
2846
+ "../node_modules/@types/node/events.d.ts",
2847
+ "../node_modules/@types/node/fs.d.ts",
2848
+ "../node_modules/@types/node/http.d.ts",
2849
+ "../node_modules/@types/node/process.d.ts",
2850
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2851
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2852
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2853
+ "../node_modules/@types/node/ts3.7/index.d.ts",
2854
+ "../node_modules/@types/node/util.d.ts",
2855
+ "../node_modules/@types/qs/index.d.ts",
2856
+ "../node_modules/@types/range-parser/index.d.ts"
2857
+ ],
2858
+ "../node_modules/@types/express/ts4.0/index.d.ts": [
2859
+ "../node_modules/@types/body-parser/index.d.ts",
2860
+ "../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts",
2861
+ "../node_modules/@types/node/fs.d.ts",
2862
+ "../node_modules/@types/node/process.d.ts",
2863
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2864
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2865
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2866
+ "../node_modules/@types/node/util.d.ts",
2867
+ "../node_modules/@types/qs/index.d.ts",
2868
+ "../node_modules/@types/serve-static/index.d.ts"
2869
+ ],
2870
+ "../node_modules/@types/geoip-lite/index.d.ts": [
2871
+ "../node_modules/@types/node/fs.d.ts",
2872
+ "../node_modules/@types/node/process.d.ts",
2873
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2874
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2875
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2876
+ "../node_modules/@types/node/util.d.ts"
2877
+ ],
2878
+ "../node_modules/@types/mime/index.d.ts": [
2879
+ "../node_modules/@types/node/fs.d.ts",
2880
+ "../node_modules/@types/node/process.d.ts",
2881
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2882
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2883
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2884
+ "../node_modules/@types/node/util.d.ts"
2885
+ ],
2886
+ "../node_modules/@types/mongodb/index.d.ts": [
2887
+ "../node_modules/@types/bson/index.d.ts",
2888
+ "../node_modules/@types/node/events.d.ts",
2889
+ "../node_modules/@types/node/fs.d.ts",
2890
+ "../node_modules/@types/node/process.d.ts",
2891
+ "../node_modules/@types/node/stream.d.ts",
2892
+ "../node_modules/@types/node/tls.d.ts",
2893
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2894
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2895
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2896
+ "../node_modules/@types/node/ts3.7/index.d.ts",
2897
+ "../node_modules/@types/node/util.d.ts"
2898
+ ],
2899
+ "../node_modules/@types/node/async_hooks.d.ts": [
2900
+ "../node_modules/@types/node/fs.d.ts",
2901
+ "../node_modules/@types/node/process.d.ts",
2902
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2903
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2904
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2905
+ "../node_modules/@types/node/util.d.ts"
2906
+ ],
2907
+ "../node_modules/@types/node/base.d.ts": [
2908
+ "../node_modules/@types/node/async_hooks.d.ts",
2909
+ "../node_modules/@types/node/buffer.d.ts",
2910
+ "../node_modules/@types/node/child_process.d.ts",
2911
+ "../node_modules/@types/node/cluster.d.ts",
2912
+ "../node_modules/@types/node/console.d.ts",
2913
+ "../node_modules/@types/node/constants.d.ts",
2914
+ "../node_modules/@types/node/crypto.d.ts",
2915
+ "../node_modules/@types/node/dgram.d.ts",
2916
+ "../node_modules/@types/node/dns.d.ts",
2917
+ "../node_modules/@types/node/domain.d.ts",
2918
+ "../node_modules/@types/node/events.d.ts",
2919
+ "../node_modules/@types/node/fs.d.ts",
2920
+ "../node_modules/@types/node/fs/promises.d.ts",
2921
+ "../node_modules/@types/node/globals.d.ts",
2922
+ "../node_modules/@types/node/http.d.ts",
2923
+ "../node_modules/@types/node/http2.d.ts",
2924
+ "../node_modules/@types/node/https.d.ts",
2925
+ "../node_modules/@types/node/inspector.d.ts",
2926
+ "../node_modules/@types/node/module.d.ts",
2927
+ "../node_modules/@types/node/net.d.ts",
2928
+ "../node_modules/@types/node/os.d.ts",
2929
+ "../node_modules/@types/node/path.d.ts",
2930
+ "../node_modules/@types/node/perf_hooks.d.ts",
2931
+ "../node_modules/@types/node/process.d.ts",
2932
+ "../node_modules/@types/node/punycode.d.ts",
2933
+ "../node_modules/@types/node/querystring.d.ts",
2934
+ "../node_modules/@types/node/readline.d.ts",
2935
+ "../node_modules/@types/node/repl.d.ts",
2936
+ "../node_modules/@types/node/stream.d.ts",
2937
+ "../node_modules/@types/node/string_decoder.d.ts",
2938
+ "../node_modules/@types/node/timers.d.ts",
2939
+ "../node_modules/@types/node/tls.d.ts",
2940
+ "../node_modules/@types/node/trace_events.d.ts",
2941
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2942
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2943
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2944
+ "../node_modules/@types/node/tty.d.ts",
2945
+ "../node_modules/@types/node/url.d.ts",
2946
+ "../node_modules/@types/node/util.d.ts",
2947
+ "../node_modules/@types/node/v8.d.ts",
2948
+ "../node_modules/@types/node/vm.d.ts",
2949
+ "../node_modules/@types/node/worker_threads.d.ts",
2950
+ "../node_modules/@types/node/zlib.d.ts"
2951
+ ],
2952
+ "../node_modules/@types/node/buffer.d.ts": [
2953
+ "../node_modules/@types/node/fs.d.ts",
2954
+ "../node_modules/@types/node/process.d.ts",
2955
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2956
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2957
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2958
+ "../node_modules/@types/node/util.d.ts"
2959
+ ],
2960
+ "../node_modules/@types/node/child_process.d.ts": [
2961
+ "../node_modules/@types/node/events.d.ts",
2962
+ "../node_modules/@types/node/fs.d.ts",
2963
+ "../node_modules/@types/node/net.d.ts",
2964
+ "../node_modules/@types/node/process.d.ts",
2965
+ "../node_modules/@types/node/stream.d.ts",
2966
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2967
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2968
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2969
+ "../node_modules/@types/node/util.d.ts"
2970
+ ],
2971
+ "../node_modules/@types/node/cluster.d.ts": [
2972
+ "../node_modules/@types/node/child_process.d.ts",
2973
+ "../node_modules/@types/node/events.d.ts",
2974
+ "../node_modules/@types/node/fs.d.ts",
2975
+ "../node_modules/@types/node/net.d.ts",
2976
+ "../node_modules/@types/node/process.d.ts",
2977
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2978
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2979
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2980
+ "../node_modules/@types/node/util.d.ts"
2981
+ ],
2982
+ "../node_modules/@types/node/console.d.ts": [
2983
+ "../node_modules/@types/node/fs.d.ts",
2984
+ "../node_modules/@types/node/process.d.ts",
2985
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2986
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2987
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2988
+ "../node_modules/@types/node/util.d.ts"
2989
+ ],
2990
+ "../node_modules/@types/node/constants.d.ts": [
2991
+ "../node_modules/@types/node/crypto.d.ts",
2992
+ "../node_modules/@types/node/fs.d.ts",
2993
+ "../node_modules/@types/node/os.d.ts",
2994
+ "../node_modules/@types/node/process.d.ts",
2995
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2996
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2997
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2998
+ "../node_modules/@types/node/util.d.ts"
2999
+ ],
3000
+ "../node_modules/@types/node/crypto.d.ts": [
3001
+ "../node_modules/@types/node/fs.d.ts",
3002
+ "../node_modules/@types/node/process.d.ts",
3003
+ "../node_modules/@types/node/stream.d.ts",
3004
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3005
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3006
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3007
+ "../node_modules/@types/node/util.d.ts"
3008
+ ],
3009
+ "../node_modules/@types/node/dgram.d.ts": [
3010
+ "../node_modules/@types/node/dns.d.ts",
3011
+ "../node_modules/@types/node/events.d.ts",
3012
+ "../node_modules/@types/node/fs.d.ts",
3013
+ "../node_modules/@types/node/net.d.ts",
3014
+ "../node_modules/@types/node/process.d.ts",
3015
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3016
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3017
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3018
+ "../node_modules/@types/node/util.d.ts"
3019
+ ],
3020
+ "../node_modules/@types/node/dns.d.ts": [
3021
+ "../node_modules/@types/node/fs.d.ts",
3022
+ "../node_modules/@types/node/process.d.ts",
3023
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3024
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3025
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3026
+ "../node_modules/@types/node/util.d.ts"
3027
+ ],
3028
+ "../node_modules/@types/node/domain.d.ts": [
3029
+ "../node_modules/@types/node/events.d.ts",
3030
+ "../node_modules/@types/node/fs.d.ts",
3031
+ "../node_modules/@types/node/process.d.ts",
3032
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3033
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3034
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3035
+ "../node_modules/@types/node/util.d.ts"
3036
+ ],
3037
+ "../node_modules/@types/node/events.d.ts": [
3038
+ "../node_modules/@types/node/fs.d.ts",
3039
+ "../node_modules/@types/node/process.d.ts",
3040
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3041
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3042
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3043
+ "../node_modules/@types/node/util.d.ts"
3044
+ ],
3045
+ "../node_modules/@types/node/fs.d.ts": [
3046
+ "../node_modules/@types/node/events.d.ts",
3047
+ "../node_modules/@types/node/fs/promises.d.ts",
3048
+ "../node_modules/@types/node/process.d.ts",
3049
+ "../node_modules/@types/node/stream.d.ts",
3050
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3051
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3052
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3053
+ "../node_modules/@types/node/url.d.ts",
3054
+ "../node_modules/@types/node/util.d.ts"
3055
+ ],
3056
+ "../node_modules/@types/node/fs/promises.d.ts": [
3057
+ "../node_modules/@types/node/fs.d.ts",
3058
+ "../node_modules/@types/node/process.d.ts",
3059
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3060
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3061
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3062
+ "../node_modules/@types/node/util.d.ts"
3063
+ ],
3064
+ "../node_modules/@types/node/globals.d.ts": [
3065
+ "../node_modules/@types/node/fs.d.ts",
3066
+ "../node_modules/@types/node/process.d.ts",
3067
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3068
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3069
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3070
+ "../node_modules/@types/node/util.d.ts"
3071
+ ],
3072
+ "../node_modules/@types/node/http.d.ts": [
3073
+ "../node_modules/@types/node/fs.d.ts",
3074
+ "../node_modules/@types/node/net.d.ts",
3075
+ "../node_modules/@types/node/process.d.ts",
3076
+ "../node_modules/@types/node/stream.d.ts",
3077
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3078
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3079
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3080
+ "../node_modules/@types/node/url.d.ts",
3081
+ "../node_modules/@types/node/util.d.ts"
3082
+ ],
3083
+ "../node_modules/@types/node/http2.d.ts": [
3084
+ "../node_modules/@types/node/events.d.ts",
3085
+ "../node_modules/@types/node/fs.d.ts",
3086
+ "../node_modules/@types/node/http.d.ts",
3087
+ "../node_modules/@types/node/net.d.ts",
3088
+ "../node_modules/@types/node/process.d.ts",
3089
+ "../node_modules/@types/node/stream.d.ts",
3090
+ "../node_modules/@types/node/tls.d.ts",
3091
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3092
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3093
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3094
+ "../node_modules/@types/node/url.d.ts",
3095
+ "../node_modules/@types/node/util.d.ts"
3096
+ ],
3097
+ "../node_modules/@types/node/https.d.ts": [
3098
+ "../node_modules/@types/node/events.d.ts",
3099
+ "../node_modules/@types/node/fs.d.ts",
3100
+ "../node_modules/@types/node/http.d.ts",
3101
+ "../node_modules/@types/node/process.d.ts",
3102
+ "../node_modules/@types/node/tls.d.ts",
3103
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3104
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3105
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3106
+ "../node_modules/@types/node/url.d.ts",
3107
+ "../node_modules/@types/node/util.d.ts"
3108
+ ],
3109
+ "../node_modules/@types/node/inspector.d.ts": [
3110
+ "../node_modules/@types/node/events.d.ts",
3111
+ "../node_modules/@types/node/fs.d.ts",
3112
+ "../node_modules/@types/node/process.d.ts",
3113
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3114
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3115
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3116
+ "../node_modules/@types/node/util.d.ts"
3117
+ ],
3118
+ "../node_modules/@types/node/module.d.ts": [
3119
+ "../node_modules/@types/node/fs.d.ts",
3120
+ "../node_modules/@types/node/process.d.ts",
3121
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3122
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3123
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3124
+ "../node_modules/@types/node/url.d.ts",
3125
+ "../node_modules/@types/node/util.d.ts"
3126
+ ],
3127
+ "../node_modules/@types/node/net.d.ts": [
3128
+ "../node_modules/@types/node/dns.d.ts",
3129
+ "../node_modules/@types/node/events.d.ts",
3130
+ "../node_modules/@types/node/fs.d.ts",
3131
+ "../node_modules/@types/node/process.d.ts",
3132
+ "../node_modules/@types/node/stream.d.ts",
3133
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3134
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3135
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3136
+ "../node_modules/@types/node/util.d.ts"
3137
+ ],
3138
+ "../node_modules/@types/node/os.d.ts": [
3139
+ "../node_modules/@types/node/fs.d.ts",
3140
+ "../node_modules/@types/node/process.d.ts",
3141
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3142
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3143
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3144
+ "../node_modules/@types/node/util.d.ts"
3145
+ ],
3146
+ "../node_modules/@types/node/path.d.ts": [
3147
+ "../node_modules/@types/node/fs.d.ts",
3148
+ "../node_modules/@types/node/process.d.ts",
3149
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3150
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3151
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3152
+ "../node_modules/@types/node/util.d.ts"
3153
+ ],
3154
+ "../node_modules/@types/node/perf_hooks.d.ts": [
3155
+ "../node_modules/@types/node/async_hooks.d.ts",
3156
+ "../node_modules/@types/node/fs.d.ts",
3157
+ "../node_modules/@types/node/process.d.ts",
3158
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3159
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3160
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3161
+ "../node_modules/@types/node/util.d.ts"
3162
+ ],
3163
+ "../node_modules/@types/node/process.d.ts": [
3164
+ "../node_modules/@types/node/fs.d.ts",
3165
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3166
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3167
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3168
+ "../node_modules/@types/node/tty.d.ts",
3169
+ "../node_modules/@types/node/util.d.ts"
3170
+ ],
3171
+ "../node_modules/@types/node/punycode.d.ts": [
3172
+ "../node_modules/@types/node/fs.d.ts",
3173
+ "../node_modules/@types/node/process.d.ts",
3174
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3175
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3176
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3177
+ "../node_modules/@types/node/util.d.ts"
3178
+ ],
3179
+ "../node_modules/@types/node/querystring.d.ts": [
3180
+ "../node_modules/@types/node/fs.d.ts",
3181
+ "../node_modules/@types/node/process.d.ts",
3182
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3183
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3184
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3185
+ "../node_modules/@types/node/util.d.ts"
3186
+ ],
3187
+ "../node_modules/@types/node/readline.d.ts": [
3188
+ "../node_modules/@types/node/events.d.ts",
3189
+ "../node_modules/@types/node/fs.d.ts",
3190
+ "../node_modules/@types/node/process.d.ts",
3191
+ "../node_modules/@types/node/stream.d.ts",
3192
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3193
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3194
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3195
+ "../node_modules/@types/node/util.d.ts"
3196
+ ],
3197
+ "../node_modules/@types/node/repl.d.ts": [
3198
+ "../node_modules/@types/node/fs.d.ts",
3199
+ "../node_modules/@types/node/process.d.ts",
3200
+ "../node_modules/@types/node/readline.d.ts",
3201
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3202
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3203
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3204
+ "../node_modules/@types/node/util.d.ts",
3205
+ "../node_modules/@types/node/vm.d.ts"
3206
+ ],
3207
+ "../node_modules/@types/node/stream.d.ts": [
3208
+ "../node_modules/@types/node/events.d.ts",
3209
+ "../node_modules/@types/node/fs.d.ts",
3210
+ "../node_modules/@types/node/process.d.ts",
3211
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3212
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3213
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3214
+ "../node_modules/@types/node/util.d.ts"
3215
+ ],
3216
+ "../node_modules/@types/node/string_decoder.d.ts": [
3217
+ "../node_modules/@types/node/fs.d.ts",
3218
+ "../node_modules/@types/node/process.d.ts",
3219
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3220
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3221
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3222
+ "../node_modules/@types/node/util.d.ts"
3223
+ ],
3224
+ "../node_modules/@types/node/timers.d.ts": [
3225
+ "../node_modules/@types/node/fs.d.ts",
3226
+ "../node_modules/@types/node/process.d.ts",
3227
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3228
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3229
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3230
+ "../node_modules/@types/node/util.d.ts"
3231
+ ],
3232
+ "../node_modules/@types/node/tls.d.ts": [
3233
+ "../node_modules/@types/node/crypto.d.ts",
3234
+ "../node_modules/@types/node/dns.d.ts",
3235
+ "../node_modules/@types/node/fs.d.ts",
3236
+ "../node_modules/@types/node/net.d.ts",
3237
+ "../node_modules/@types/node/process.d.ts",
3238
+ "../node_modules/@types/node/stream.d.ts",
3239
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3240
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3241
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3242
+ "../node_modules/@types/node/util.d.ts"
3243
+ ],
3244
+ "../node_modules/@types/node/trace_events.d.ts": [
3245
+ "../node_modules/@types/node/fs.d.ts",
3246
+ "../node_modules/@types/node/process.d.ts",
3247
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3248
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3249
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3250
+ "../node_modules/@types/node/util.d.ts"
3251
+ ],
3252
+ "../node_modules/@types/node/ts3.2/base.d.ts": [
3253
+ "../node_modules/@types/node/base.d.ts",
3254
+ "../node_modules/@types/node/fs.d.ts",
3255
+ "../node_modules/@types/node/process.d.ts",
3256
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3257
+ "../node_modules/@types/node/ts3.2/globals.d.ts",
3258
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3259
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3260
+ "../node_modules/@types/node/util.d.ts"
3261
+ ],
3262
+ "../node_modules/@types/node/ts3.2/fs.d.ts": [
3263
+ "../node_modules/@types/node/fs.d.ts",
3264
+ "../node_modules/@types/node/process.d.ts",
3265
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3266
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3267
+ "../node_modules/@types/node/util.d.ts"
3268
+ ],
3269
+ "../node_modules/@types/node/ts3.2/globals.d.ts": [
3270
+ "../node_modules/@types/node/fs.d.ts",
3271
+ "../node_modules/@types/node/globals.d.ts",
3272
+ "../node_modules/@types/node/process.d.ts",
3273
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3274
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3275
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3276
+ "../node_modules/@types/node/util.d.ts"
3277
+ ],
3278
+ "../node_modules/@types/node/ts3.2/process.d.ts": [
3279
+ "../node_modules/@types/node/fs.d.ts",
3280
+ "../node_modules/@types/node/process.d.ts",
3281
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3282
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3283
+ "../node_modules/@types/node/util.d.ts"
3284
+ ],
3285
+ "../node_modules/@types/node/ts3.2/util.d.ts": [
3286
+ "../node_modules/@types/node/fs.d.ts",
3287
+ "../node_modules/@types/node/process.d.ts",
3288
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3289
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3290
+ "../node_modules/@types/node/util.d.ts"
3291
+ ],
3292
+ "../node_modules/@types/node/ts3.5/base.d.ts": [
3293
+ "../node_modules/@types/node/fs.d.ts",
3294
+ "../node_modules/@types/node/process.d.ts",
3295
+ "../node_modules/@types/node/ts3.2/base.d.ts",
3296
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3297
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3298
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3299
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts",
3300
+ "../node_modules/@types/node/ts3.5/wasi.d.ts",
3301
+ "../node_modules/@types/node/util.d.ts"
3302
+ ],
3303
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts": [
3304
+ "../node_modules/@types/node/fs.d.ts",
3305
+ "../node_modules/@types/node/process.d.ts",
3306
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3307
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3308
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3309
+ "../node_modules/@types/node/util.d.ts"
3310
+ ],
3311
+ "../node_modules/@types/node/ts3.5/wasi.d.ts": [
3312
+ "../node_modules/@types/node/fs.d.ts",
3313
+ "../node_modules/@types/node/process.d.ts",
3314
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3315
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3316
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3317
+ "../node_modules/@types/node/util.d.ts"
3318
+ ],
3319
+ "../node_modules/@types/node/ts3.7/assert.d.ts": [
3320
+ "../node_modules/@types/node/fs.d.ts",
3321
+ "../node_modules/@types/node/process.d.ts",
3322
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3323
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3324
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3325
+ "../node_modules/@types/node/util.d.ts"
3326
+ ],
3327
+ "../node_modules/@types/node/ts3.7/base.d.ts": [
3328
+ "../node_modules/@types/node/fs.d.ts",
3329
+ "../node_modules/@types/node/process.d.ts",
3330
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3331
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3332
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3333
+ "../node_modules/@types/node/ts3.5/base.d.ts",
3334
+ "../node_modules/@types/node/ts3.7/assert.d.ts",
3335
+ "../node_modules/@types/node/util.d.ts"
3336
+ ],
3337
+ "../node_modules/@types/node/ts3.7/index.d.ts": [
3338
+ "../node_modules/@types/node/fs.d.ts",
3339
+ "../node_modules/@types/node/process.d.ts",
3340
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3341
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3342
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3343
+ "../node_modules/@types/node/ts3.7/base.d.ts",
3344
+ "../node_modules/@types/node/util.d.ts"
3345
+ ],
3346
+ "../node_modules/@types/node/tty.d.ts": [
3347
+ "../node_modules/@types/node/fs.d.ts",
3348
+ "../node_modules/@types/node/net.d.ts",
3349
+ "../node_modules/@types/node/process.d.ts",
3350
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3351
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3352
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3353
+ "../node_modules/@types/node/util.d.ts"
3354
+ ],
3355
+ "../node_modules/@types/node/url.d.ts": [
3356
+ "../node_modules/@types/node/fs.d.ts",
3357
+ "../node_modules/@types/node/process.d.ts",
3358
+ "../node_modules/@types/node/querystring.d.ts",
3359
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3360
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3361
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3362
+ "../node_modules/@types/node/util.d.ts"
3363
+ ],
3364
+ "../node_modules/@types/node/util.d.ts": [
3365
+ "../node_modules/@types/node/fs.d.ts",
3366
+ "../node_modules/@types/node/process.d.ts",
3367
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3368
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3369
+ "../node_modules/@types/node/ts3.2/util.d.ts"
3370
+ ],
3371
+ "../node_modules/@types/node/v8.d.ts": [
3372
+ "../node_modules/@types/node/fs.d.ts",
3373
+ "../node_modules/@types/node/process.d.ts",
3374
+ "../node_modules/@types/node/stream.d.ts",
3375
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3376
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3377
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3378
+ "../node_modules/@types/node/util.d.ts"
3379
+ ],
3380
+ "../node_modules/@types/node/vm.d.ts": [
3381
+ "../node_modules/@types/node/fs.d.ts",
3382
+ "../node_modules/@types/node/process.d.ts",
3383
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3384
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3385
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3386
+ "../node_modules/@types/node/util.d.ts"
3387
+ ],
3388
+ "../node_modules/@types/node/worker_threads.d.ts": [
3389
+ "../node_modules/@types/node/events.d.ts",
3390
+ "../node_modules/@types/node/fs.d.ts",
3391
+ "../node_modules/@types/node/process.d.ts",
3392
+ "../node_modules/@types/node/stream.d.ts",
3393
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3394
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3395
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3396
+ "../node_modules/@types/node/url.d.ts",
3397
+ "../node_modules/@types/node/util.d.ts",
3398
+ "../node_modules/@types/node/vm.d.ts"
3399
+ ],
3400
+ "../node_modules/@types/node/zlib.d.ts": [
3401
+ "../node_modules/@types/node/fs.d.ts",
3402
+ "../node_modules/@types/node/process.d.ts",
3403
+ "../node_modules/@types/node/stream.d.ts",
3404
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3405
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3406
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3407
+ "../node_modules/@types/node/util.d.ts"
3408
+ ],
3409
+ "../node_modules/@types/nodemailer/index.d.ts": [
3410
+ "../node_modules/@types/node/fs.d.ts",
3411
+ "../node_modules/@types/node/process.d.ts",
3412
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3413
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3414
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3415
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3416
+ "../node_modules/@types/node/util.d.ts",
3417
+ "../node_modules/@types/nodemailer/lib/json-transport.d.ts",
3418
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
3419
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
3420
+ "../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts",
3421
+ "../node_modules/@types/nodemailer/lib/ses-transport.d.ts",
3422
+ "../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts",
3423
+ "../node_modules/@types/nodemailer/lib/smtp-transport.d.ts",
3424
+ "../node_modules/@types/nodemailer/lib/stream-transport.d.ts"
3425
+ ],
3426
+ "../node_modules/@types/nodemailer/lib/dkim/index.d.ts": [
3427
+ "../node_modules/@types/node/fs.d.ts",
3428
+ "../node_modules/@types/node/process.d.ts",
3429
+ "../node_modules/@types/node/stream.d.ts",
3430
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3431
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3432
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3433
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3434
+ "../node_modules/@types/node/util.d.ts"
3435
+ ],
3436
+ "../node_modules/@types/nodemailer/lib/json-transport.d.ts": [
3437
+ "../node_modules/@types/node/events.d.ts",
3438
+ "../node_modules/@types/node/fs.d.ts",
3439
+ "../node_modules/@types/node/process.d.ts",
3440
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3441
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3442
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3443
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3444
+ "../node_modules/@types/node/util.d.ts",
3445
+ "../node_modules/@types/nodemailer/index.d.ts",
3446
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
3447
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
3448
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
3449
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
3450
+ ],
3451
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts": [
3452
+ "../node_modules/@types/node/events.d.ts",
3453
+ "../node_modules/@types/node/fs.d.ts",
3454
+ "../node_modules/@types/node/net.d.ts",
3455
+ "../node_modules/@types/node/process.d.ts",
3456
+ "../node_modules/@types/node/stream.d.ts",
3457
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3458
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3459
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3460
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3461
+ "../node_modules/@types/node/url.d.ts",
3462
+ "../node_modules/@types/node/util.d.ts",
3463
+ "../node_modules/@types/nodemailer/index.d.ts",
3464
+ "../node_modules/@types/nodemailer/lib/dkim/index.d.ts",
3465
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
3466
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
3467
+ "../node_modules/@types/nodemailer/lib/shared.d.ts",
3468
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
3469
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
3470
+ ],
3471
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts": [
3472
+ "../node_modules/@types/node/fs.d.ts",
3473
+ "../node_modules/@types/node/process.d.ts",
3474
+ "../node_modules/@types/node/stream.d.ts",
3475
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3476
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3477
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3478
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3479
+ "../node_modules/@types/node/util.d.ts",
3480
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
3481
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts"
3482
+ ],
3483
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts": [
3484
+ "../node_modules/@types/node/fs.d.ts",
3485
+ "../node_modules/@types/node/process.d.ts",
3486
+ "../node_modules/@types/node/stream.d.ts",
3487
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3488
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3489
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3490
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3491
+ "../node_modules/@types/node/util.d.ts",
3492
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
3493
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
3494
+ ],
3495
+ "../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts": [
3496
+ "../node_modules/@types/node/fs.d.ts",
3497
+ "../node_modules/@types/node/process.d.ts",
3498
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3499
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3500
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3501
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3502
+ "../node_modules/@types/node/util.d.ts",
3503
+ "../node_modules/@types/nodemailer/index.d.ts",
3504
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
3505
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
3506
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
3507
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
3508
+ ],
3509
+ "../node_modules/@types/nodemailer/lib/ses-transport.d.ts": [
3510
+ "../node_modules/@types/node/events.d.ts",
3511
+ "../node_modules/@types/node/fs.d.ts",
3512
+ "../node_modules/@types/node/process.d.ts",
3513
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3514
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3515
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3516
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3517
+ "../node_modules/@types/node/util.d.ts",
3518
+ "../node_modules/@types/nodemailer/index.d.ts",
3519
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
3520
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
3521
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
3522
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
3523
+ ],
3524
+ "../node_modules/@types/nodemailer/lib/shared.d.ts": [
3525
+ "../node_modules/@types/node/fs.d.ts",
3526
+ "../node_modules/@types/node/process.d.ts",
3527
+ "../node_modules/@types/node/stream.d.ts",
3528
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3529
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3530
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3531
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3532
+ "../node_modules/@types/node/util.d.ts",
3533
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
3534
+ ],
3535
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts": [
3536
+ "../node_modules/@types/node/events.d.ts",
3537
+ "../node_modules/@types/node/fs.d.ts",
3538
+ "../node_modules/@types/node/net.d.ts",
3539
+ "../node_modules/@types/node/process.d.ts",
3540
+ "../node_modules/@types/node/stream.d.ts",
3541
+ "../node_modules/@types/node/tls.d.ts",
3542
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3543
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3544
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3545
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3546
+ "../node_modules/@types/node/util.d.ts",
3547
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
3548
+ "../node_modules/@types/nodemailer/lib/shared.d.ts",
3549
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
3550
+ ],
3551
+ "../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts": [
3552
+ "../node_modules/@types/node/events.d.ts",
3553
+ "../node_modules/@types/node/fs.d.ts",
3554
+ "../node_modules/@types/node/process.d.ts",
3555
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3556
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3557
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3558
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3559
+ "../node_modules/@types/node/util.d.ts",
3560
+ "../node_modules/@types/nodemailer/index.d.ts",
3561
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
3562
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
3563
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
3564
+ "../node_modules/@types/nodemailer/lib/shared.d.ts",
3565
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts"
3566
+ ],
3567
+ "../node_modules/@types/nodemailer/lib/smtp-transport.d.ts": [
3568
+ "../node_modules/@types/node/events.d.ts",
3569
+ "../node_modules/@types/node/fs.d.ts",
3570
+ "../node_modules/@types/node/process.d.ts",
3571
+ "../node_modules/@types/node/stream.d.ts",
3572
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3573
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3574
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3575
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3576
+ "../node_modules/@types/node/util.d.ts",
3577
+ "../node_modules/@types/nodemailer/index.d.ts",
3578
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
3579
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
3580
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
3581
+ "../node_modules/@types/nodemailer/lib/shared.d.ts",
3582
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
3583
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts"
3584
+ ],
3585
+ "../node_modules/@types/nodemailer/lib/stream-transport.d.ts": [
3586
+ "../node_modules/@types/node/events.d.ts",
3587
+ "../node_modules/@types/node/fs.d.ts",
3588
+ "../node_modules/@types/node/process.d.ts",
3589
+ "../node_modules/@types/node/stream.d.ts",
3590
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3591
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3592
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3593
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3594
+ "../node_modules/@types/node/util.d.ts",
3595
+ "../node_modules/@types/nodemailer/index.d.ts",
3596
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
3597
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
3598
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
3599
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
3600
+ ],
3601
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts": [
3602
+ "../node_modules/@types/node/fs.d.ts",
3603
+ "../node_modules/@types/node/http.d.ts",
3604
+ "../node_modules/@types/node/process.d.ts",
3605
+ "../node_modules/@types/node/stream.d.ts",
3606
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3607
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3608
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3609
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3610
+ "../node_modules/@types/node/util.d.ts",
3611
+ "../node_modules/@types/nodemailer/lib/shared.d.ts"
3612
+ ],
3613
+ "../node_modules/@types/qs/index.d.ts": [
3614
+ "../node_modules/@types/node/fs.d.ts",
3615
+ "../node_modules/@types/node/process.d.ts",
3616
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3617
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3618
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3619
+ "../node_modules/@types/node/util.d.ts"
3620
+ ],
3621
+ "../node_modules/@types/range-parser/index.d.ts": [
3622
+ "../node_modules/@types/node/fs.d.ts",
3623
+ "../node_modules/@types/node/process.d.ts",
3624
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3625
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3626
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3627
+ "../node_modules/@types/node/util.d.ts"
3628
+ ],
3629
+ "../node_modules/@types/serve-static/index.d.ts": [
3630
+ "../node_modules/@types/mime/index.d.ts",
3631
+ "../node_modules/@types/node/fs.d.ts",
3632
+ "../node_modules/@types/node/http.d.ts",
3633
+ "../node_modules/@types/node/process.d.ts",
3634
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3635
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3636
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3637
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3638
+ "../node_modules/@types/node/util.d.ts"
3639
+ ],
3640
+ "../node_modules/axios/index.d.ts": [
3641
+ "../node_modules/@types/node/fs.d.ts",
3642
+ "../node_modules/@types/node/process.d.ts",
3643
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3644
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3645
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3646
+ "../node_modules/@types/node/util.d.ts"
3647
+ ],
3648
+ "../node_modules/mongoose/index.d.ts": [
3649
+ "../node_modules/@types/mongodb/index.d.ts",
3650
+ "../node_modules/@types/node/events.d.ts",
3651
+ "../node_modules/@types/node/fs.d.ts",
3652
+ "../node_modules/@types/node/process.d.ts",
3653
+ "../node_modules/@types/node/stream.d.ts",
3654
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3655
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3656
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3657
+ "../node_modules/@types/node/util.d.ts",
3658
+ "../node_modules/mongoose/index.d.ts"
3659
+ ],
3660
+ "../node_modules/tslib/tslib.d.ts": [
3661
+ "../node_modules/@types/node/fs.d.ts",
3662
+ "../node_modules/@types/node/process.d.ts",
3663
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3664
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3665
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3666
+ "../node_modules/@types/node/util.d.ts"
3667
+ ],
3668
+ "../node_modules/typescript/lib/lib.dom.d.ts": [
3669
+ "../node_modules/@types/node/fs.d.ts",
3670
+ "../node_modules/@types/node/process.d.ts",
3671
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3672
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3673
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3674
+ "../node_modules/@types/node/util.d.ts"
3675
+ ],
3676
+ "../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
3677
+ "../node_modules/@types/node/fs.d.ts",
3678
+ "../node_modules/@types/node/process.d.ts",
3679
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3680
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3681
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3682
+ "../node_modules/@types/node/util.d.ts"
3683
+ ],
3684
+ "../node_modules/typescript/lib/lib.es2015.core.d.ts": [
3685
+ "../node_modules/@types/node/fs.d.ts",
3686
+ "../node_modules/@types/node/process.d.ts",
3687
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3688
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3689
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3690
+ "../node_modules/@types/node/util.d.ts"
3691
+ ],
3692
+ "../node_modules/typescript/lib/lib.es2015.d.ts": [
3693
+ "../node_modules/@types/node/fs.d.ts",
3694
+ "../node_modules/@types/node/process.d.ts",
3695
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3696
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3697
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3698
+ "../node_modules/@types/node/util.d.ts"
3699
+ ],
3700
+ "../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
3701
+ "../node_modules/@types/node/fs.d.ts",
3702
+ "../node_modules/@types/node/process.d.ts",
3703
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3704
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3705
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3706
+ "../node_modules/@types/node/util.d.ts"
3707
+ ],
3708
+ "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
3709
+ "../node_modules/@types/node/fs.d.ts",
3710
+ "../node_modules/@types/node/process.d.ts",
3711
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3712
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3713
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3714
+ "../node_modules/@types/node/util.d.ts"
3715
+ ],
3716
+ "../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
3717
+ "../node_modules/@types/node/fs.d.ts",
3718
+ "../node_modules/@types/node/process.d.ts",
3719
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3720
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3721
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3722
+ "../node_modules/@types/node/util.d.ts"
3723
+ ],
3724
+ "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
3725
+ "../node_modules/@types/node/fs.d.ts",
3726
+ "../node_modules/@types/node/process.d.ts",
3727
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3728
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3729
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3730
+ "../node_modules/@types/node/util.d.ts"
3731
+ ],
3732
+ "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
3733
+ "../node_modules/@types/node/fs.d.ts",
3734
+ "../node_modules/@types/node/process.d.ts",
3735
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3736
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3737
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3738
+ "../node_modules/@types/node/util.d.ts"
3739
+ ],
3740
+ "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
3741
+ "../node_modules/@types/node/fs.d.ts",
3742
+ "../node_modules/@types/node/process.d.ts",
3743
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3744
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3745
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3746
+ "../node_modules/@types/node/util.d.ts"
3747
+ ],
3748
+ "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
3749
+ "../node_modules/@types/node/fs.d.ts",
3750
+ "../node_modules/@types/node/process.d.ts",
3751
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3752
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3753
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3754
+ "../node_modules/@types/node/util.d.ts"
3755
+ ],
3756
+ "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
3757
+ "../node_modules/@types/node/fs.d.ts",
3758
+ "../node_modules/@types/node/process.d.ts",
3759
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3760
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3761
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3762
+ "../node_modules/@types/node/util.d.ts"
3763
+ ],
3764
+ "../node_modules/typescript/lib/lib.es2016.d.ts": [
3765
+ "../node_modules/@types/node/fs.d.ts",
3766
+ "../node_modules/@types/node/process.d.ts",
3767
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3768
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3769
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3770
+ "../node_modules/@types/node/util.d.ts"
3771
+ ],
3772
+ "../node_modules/typescript/lib/lib.es2017.d.ts": [
3773
+ "../node_modules/@types/node/fs.d.ts",
3774
+ "../node_modules/@types/node/process.d.ts",
3775
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3776
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3777
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3778
+ "../node_modules/@types/node/util.d.ts"
3779
+ ],
3780
+ "../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
3781
+ "../node_modules/@types/node/fs.d.ts",
3782
+ "../node_modules/@types/node/process.d.ts",
3783
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3784
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3785
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3786
+ "../node_modules/@types/node/util.d.ts"
3787
+ ],
3788
+ "../node_modules/typescript/lib/lib.es2017.object.d.ts": [
3789
+ "../node_modules/@types/node/fs.d.ts",
3790
+ "../node_modules/@types/node/process.d.ts",
3791
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3792
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3793
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3794
+ "../node_modules/@types/node/util.d.ts"
3795
+ ],
3796
+ "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
3797
+ "../node_modules/@types/node/fs.d.ts",
3798
+ "../node_modules/@types/node/process.d.ts",
3799
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3800
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3801
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3802
+ "../node_modules/@types/node/util.d.ts"
3803
+ ],
3804
+ "../node_modules/typescript/lib/lib.es2017.string.d.ts": [
3805
+ "../node_modules/@types/node/fs.d.ts",
3806
+ "../node_modules/@types/node/process.d.ts",
3807
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3808
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3809
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3810
+ "../node_modules/@types/node/util.d.ts"
3811
+ ],
3812
+ "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
3813
+ "../node_modules/@types/node/fs.d.ts",
3814
+ "../node_modules/@types/node/process.d.ts",
3815
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3816
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3817
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3818
+ "../node_modules/@types/node/util.d.ts"
3819
+ ],
3820
+ "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
3821
+ "../node_modules/@types/node/fs.d.ts",
3822
+ "../node_modules/@types/node/process.d.ts",
3823
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3824
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3825
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3826
+ "../node_modules/@types/node/util.d.ts"
3827
+ ],
3828
+ "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
3829
+ "../node_modules/@types/node/fs.d.ts",
3830
+ "../node_modules/@types/node/process.d.ts",
3831
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3832
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3833
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3834
+ "../node_modules/@types/node/util.d.ts"
3835
+ ],
3836
+ "../node_modules/typescript/lib/lib.es2018.d.ts": [
3837
+ "../node_modules/@types/node/fs.d.ts",
3838
+ "../node_modules/@types/node/process.d.ts",
3839
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3840
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3841
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3842
+ "../node_modules/@types/node/util.d.ts"
3843
+ ],
3844
+ "../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
3845
+ "../node_modules/@types/node/fs.d.ts",
3846
+ "../node_modules/@types/node/process.d.ts",
3847
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3848
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3849
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3850
+ "../node_modules/@types/node/util.d.ts"
3851
+ ],
3852
+ "../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
3853
+ "../node_modules/@types/node/fs.d.ts",
3854
+ "../node_modules/@types/node/process.d.ts",
3855
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3856
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3857
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3858
+ "../node_modules/@types/node/util.d.ts"
3859
+ ],
3860
+ "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
3861
+ "../node_modules/@types/node/fs.d.ts",
3862
+ "../node_modules/@types/node/process.d.ts",
3863
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3864
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3865
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3866
+ "../node_modules/@types/node/util.d.ts"
3867
+ ],
3868
+ "../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
3869
+ "../node_modules/@types/node/fs.d.ts",
3870
+ "../node_modules/@types/node/process.d.ts",
3871
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3872
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3873
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3874
+ "../node_modules/@types/node/util.d.ts"
3875
+ ],
3876
+ "../node_modules/typescript/lib/lib.es5.d.ts": [
3877
+ "../node_modules/@types/node/fs.d.ts",
3878
+ "../node_modules/@types/node/process.d.ts",
3879
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3880
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3881
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3882
+ "../node_modules/@types/node/util.d.ts"
3883
+ ],
3884
+ "../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
3885
+ "../node_modules/@types/node/fs.d.ts",
3886
+ "../node_modules/@types/node/process.d.ts",
3887
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3888
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3889
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3890
+ "../node_modules/@types/node/util.d.ts"
3891
+ ],
3892
+ "../src/_constants/dynamobe-global.settings.ts": [
3893
+ "../src/_models/dynamobe-global-settings.ts"
3894
+ ],
3895
+ "../src/_constants/index.ts": [
3896
+ "../src/_constants/dynamobe-global.settings.ts"
3897
+ ],
3898
+ "../src/_enums/index.ts": [
3899
+ "../src/_enums/data-model-type.enum.ts",
3900
+ "../src/_enums/dynamobe-data-service-function.enum.ts",
3901
+ "../src/_enums/dynamobe-route-security.enum.ts",
3902
+ "../src/_enums/http/http-call-type.enum.ts",
3903
+ "../src/_enums/http/http-response-type.enum.ts",
3904
+ "../src/_enums/log-style.enum.ts",
3905
+ "../src/_enums/predefined-data-types.enum.ts"
3906
+ ],
3907
+ "../src/_models/dynamobe-api-call-params.ts": [
3908
+ "../src/_enums/http/http-call-type.enum.ts",
3909
+ "../src/_enums/http/http-response-type.enum.ts"
3910
+ ],
3911
+ "../src/_models/dynamobe-data-model-params.ts": [
3912
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
3913
+ "../src/_enums/data-model-type.enum.ts"
3914
+ ],
3915
+ "../src/_models/dynamobe-endpoint-params.ts": [
3916
+ "../node_modules/@types/express/ts4.0/index.d.ts",
3917
+ "../src/_enums/dynamobe-route-security.enum.ts",
3918
+ "../src/_enums/http/http-call-type.enum.ts"
3919
+ ],
3920
+ "../src/_models/dynamobe-global-settings.ts": [
3921
+ "../src/_enums/dynamobe-route-security.enum.ts"
3922
+ ],
3923
+ "../src/_models/index.ts": [
3924
+ "../src/_models/dynamobe-api-call-params.ts",
3925
+ "../src/_models/dynamobe-app-params.ts",
3926
+ "../src/_models/dynamobe-data-model-params.ts",
3927
+ "../src/_models/dynamobe-endpoint-params.ts",
3928
+ "../src/_models/dynamobe-global-settings.ts"
3929
+ ],
3930
+ "../src/_modules/api-service.index.ts": [
3931
+ "../src/_enums/http/http-call-type.enum.ts",
3932
+ "../src/_models/dynamobe-api-call-params.ts",
3933
+ "../src/_services/dynamobe-api.service.ts",
3934
+ "../src/_services/dynamobe-singleton.service.ts"
3935
+ ],
3936
+ "../src/_modules/app.index.ts": [
3937
+ "../src/_constants/dynamobe-global.settings.ts",
3938
+ "../src/_enums/dynamobe-route-security.enum.ts",
3939
+ "../src/_models/dynamobe-app-params.ts",
3940
+ "../src/_models/dynamobe-endpoint-params.ts",
3941
+ "../src/_models/dynamobe-global-settings.ts",
3942
+ "../src/_services/dynamobe-app.ts",
3943
+ "../src/_services/dynamobe-global.service.ts",
3944
+ "../src/_services/dynamobe-routing-module.service.ts",
3945
+ "../src/_services/dynamobe-shared.service.ts"
3946
+ ],
3947
+ "../src/_modules/auth.index.ts": [
3948
+ "../src/_services/dynamobe-auth.service.ts",
3949
+ "../src/_services/dynamobe-shared.service.ts"
3950
+ ],
3951
+ "../src/_modules/controller.index.ts": [
3952
+ "../src/_enums/dynamobe-route-security.enum.ts",
3953
+ "../src/_enums/http/http-call-type.enum.ts",
3954
+ "../src/_models/dynamobe-endpoint-params.ts",
3955
+ "../src/_services/dynamobe-controller.service.ts"
3956
+ ],
3957
+ "../src/_modules/data-service.index.ts": [
3958
+ "../src/_services/dynamobe-data.service.ts",
3959
+ "../src/_services/dynamobe-db.service.ts",
3960
+ "../src/_services/dynamobe-global.service.ts",
3961
+ "../src/_services/dynamobe-shared.service.ts"
3962
+ ],
3963
+ "../src/_modules/test/custom-data.service.ts": [
3964
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
3965
+ "../src/_services/dynamobe-data.service.ts"
3966
+ ],
3967
+ "../src/_modules/test/get-test-routing-module.ts": [
3968
+ "../src/_enums/dynamobe-route-security.enum.ts",
3969
+ "../src/_services/dynamobe-routing-module.service.ts"
3970
+ ],
3971
+ "../src/_modules/test/index.ts": [
3972
+ "../src/_modules/test/custom-data.service.ts",
3973
+ "../src/_modules/test/get-test-routing-module.ts",
3974
+ "../src/_modules/test/test-controller.ts"
3975
+ ],
3976
+ "../src/_modules/test/test-controller.ts": [
3977
+ "../src/_services/dynamobe-controller.service.ts"
3978
+ ],
3979
+ "../src/_modules/usage/get-usage-routing-module.ts": [
3980
+ "../src/_enums/dynamobe-route-security.enum.ts",
3981
+ "../src/_services/dynamobe-routing-module.service.ts"
3982
+ ],
3983
+ "../src/_modules/usage/index.ts": [
3984
+ "../src/_modules/usage/get-usage-routing-module.ts",
3985
+ "../src/_modules/usage/usage-controller.ts",
3986
+ "../src/_modules/usage/usage.service.ts"
3987
+ ],
3988
+ "../src/_modules/usage/usage-controller.ts": [
3989
+ "../src/_services/dynamobe-controller.service.ts"
3990
+ ],
3991
+ "../src/_modules/usage/usage.service.ts": [
3992
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
3993
+ "../node_modules/@types/express/ts4.0/index.d.ts",
3994
+ "../src/_services/dynamobe-data.service.ts"
3995
+ ],
3996
+ "../src/_services/dynamobe-api.service.ts": [
3997
+ "../src/_models/dynamobe-api-call-params.ts"
3998
+ ],
3999
+ "../src/_services/dynamobe-app.ts": [
4000
+ "../node_modules/@types/node/fs.d.ts",
4001
+ "../node_modules/mongoose/index.d.ts",
4002
+ "../src/_enums/dynamobe-route-security.enum.ts",
4003
+ "../src/_models/dynamobe-app-params.ts",
4004
+ "../src/_services/dynamobe-routing-module.service.ts",
4005
+ "../src/_services/dynamobe-singleton.service.ts"
4006
+ ],
4007
+ "../src/_services/dynamobe-auth.service.ts": [
4008
+ "../node_modules/@types/express/ts4.0/index.d.ts",
4009
+ "../src/_services/dynamobe-singleton.service.ts"
4010
+ ],
4011
+ "../src/_services/dynamobe-controller.service.ts": [
4012
+ "../src/_models/dynamobe-endpoint-params.ts",
4013
+ "../src/_services/dynamobe-singleton.service.ts"
4014
+ ],
4015
+ "../src/_services/dynamobe-data.service.ts": [
4016
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
4017
+ "../src/_services/dynamobe-db.service.ts"
4018
+ ],
4019
+ "../src/_services/dynamobe-db-service-collection.service.ts": [
4020
+ "../src/_services/dynamobe-db.service.ts",
4021
+ "../src/_services/dynamobe-singleton.service.ts"
4022
+ ],
4023
+ "../src/_services/dynamobe-db.service.ts": [
4024
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
4025
+ "../node_modules/mongoose/index.d.ts"
4026
+ ],
4027
+ "../src/_services/dynamobe-email-service-collection.service.ts": [
4028
+ "../src/_services/dynamobe-email.service.ts",
4029
+ "../src/_services/dynamobe-singleton.service.ts"
4030
+ ],
4031
+ "../src/_services/dynamobe-email.service.ts": [
4032
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts"
4033
+ ],
4034
+ "../src/_services/dynamobe-global.service.ts": [
4035
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
4036
+ "../src/_services/dynamobe-auth.service.ts",
4037
+ "../src/_services/dynamobe-db-service-collection.service.ts",
4038
+ "../src/_services/dynamobe-db.service.ts",
4039
+ "../src/_services/dynamobe-email-service-collection.service.ts",
4040
+ "../src/_services/dynamobe-singleton.service.ts"
4041
+ ],
4042
+ "../src/_services/dynamobe-routing-module.service.ts": [
4043
+ "../node_modules/@types/express/ts4.0/index.d.ts",
4044
+ "../src/_enums/dynamobe-route-security.enum.ts",
4045
+ "../src/_models/dynamobe-endpoint-params.ts",
4046
+ "../src/_services/dynamobe-controller.service.ts"
4047
+ ],
4048
+ "../src/_services/dynamobe-shared-be.service.ts": [
4049
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
4050
+ "../node_modules/@types/express/ts4.0/index.d.ts",
4051
+ "../src/_services/dynamobe-shared.service.ts"
4052
+ ],
4053
+ "../src/_services/dynamobe-shared.service.ts": [
4054
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
4055
+ "../src/_enums/log-style.enum.ts"
4056
+ ],
4057
+ "../src/_services/index.ts": [
4058
+ "../src/_services/dynamobe-api.service.ts",
4059
+ "../src/_services/dynamobe-app.ts",
4060
+ "../src/_services/dynamobe-auth.service.ts",
4061
+ "../src/_services/dynamobe-controller.service.ts",
4062
+ "../src/_services/dynamobe-data.service.ts",
4063
+ "../src/_services/dynamobe-db-service-collection.service.ts",
4064
+ "../src/_services/dynamobe-db.service.ts",
4065
+ "../src/_services/dynamobe-email-service-collection.service.ts",
4066
+ "../src/_services/dynamobe-email.service.ts",
4067
+ "../src/_services/dynamobe-global.service.ts",
4068
+ "../src/_services/dynamobe-routing-module.service.ts",
4069
+ "../src/_services/dynamobe-shared-be.service.ts",
4070
+ "../src/_services/dynamobe-shared.service.ts",
4071
+ "../src/_services/dynamobe-singleton.service.ts"
4072
+ ],
4073
+ "../src/index.ts": [
4074
+ "../src/_constants/index.ts",
4075
+ "../src/_enums/index.ts",
4076
+ "../src/_models/index.ts",
4077
+ "../src/_modules/test/index.ts",
4078
+ "../src/_modules/usage/index.ts",
4079
+ "../src/_services/index.ts"
4080
+ ]
4081
+ },
4082
+ "semanticDiagnosticsPerFile": [
4083
+ "../node_modules/@futdevpro/fsm-dynamo/futdevpro-fsm-dynamo.d.ts",
4084
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/test-module-settings.d.ts",
4085
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/module-settings/usage-module-settings.d.ts",
4086
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_constants/times.d.ts",
4087
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/daily-usage-data.d.ts",
4088
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamo-module-settings.d.ts",
4089
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-params.d.ts",
4090
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-data-property-params.d.ts",
4091
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/dynamobe-error.d.ts",
4092
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/geo-ip-location.d.ts",
4093
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/location-coordinates.d.ts",
4094
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-action.d.ts",
4095
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/control-models/usage-data.d.ts",
4096
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/custom-data.d.ts",
4097
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/metadata.d.ts",
4098
+ "../node_modules/@futdevpro/fsm-dynamo/lib/_models/data-models/usage-session.d.ts",
4099
+ "../node_modules/@futdevpro/fsm-dynamo/public-api.d.ts",
4100
+ "../node_modules/@types/body-parser/index.d.ts",
4101
+ "../node_modules/@types/bson/index.d.ts",
4102
+ "../node_modules/@types/connect/index.d.ts",
4103
+ "../node_modules/@types/express-serve-static-core/ts4.0/index.d.ts",
4104
+ "../node_modules/@types/express/ts4.0/index.d.ts",
4105
+ "../node_modules/@types/geoip-lite/index.d.ts",
4106
+ "../node_modules/@types/mime/index.d.ts",
4107
+ "../node_modules/@types/mongodb/index.d.ts",
4108
+ "../node_modules/@types/node/async_hooks.d.ts",
4109
+ "../node_modules/@types/node/base.d.ts",
4110
+ "../node_modules/@types/node/buffer.d.ts",
4111
+ "../node_modules/@types/node/child_process.d.ts",
4112
+ "../node_modules/@types/node/cluster.d.ts",
4113
+ "../node_modules/@types/node/console.d.ts",
4114
+ "../node_modules/@types/node/constants.d.ts",
4115
+ "../node_modules/@types/node/crypto.d.ts",
4116
+ "../node_modules/@types/node/dgram.d.ts",
4117
+ "../node_modules/@types/node/dns.d.ts",
4118
+ "../node_modules/@types/node/domain.d.ts",
4119
+ "../node_modules/@types/node/events.d.ts",
4120
+ "../node_modules/@types/node/fs.d.ts",
4121
+ "../node_modules/@types/node/fs/promises.d.ts",
4122
+ "../node_modules/@types/node/globals.d.ts",
4123
+ "../node_modules/@types/node/http.d.ts",
4124
+ "../node_modules/@types/node/http2.d.ts",
4125
+ "../node_modules/@types/node/https.d.ts",
4126
+ "../node_modules/@types/node/inspector.d.ts",
4127
+ "../node_modules/@types/node/module.d.ts",
4128
+ "../node_modules/@types/node/net.d.ts",
4129
+ "../node_modules/@types/node/os.d.ts",
4130
+ "../node_modules/@types/node/path.d.ts",
4131
+ "../node_modules/@types/node/perf_hooks.d.ts",
4132
+ "../node_modules/@types/node/process.d.ts",
4133
+ "../node_modules/@types/node/punycode.d.ts",
4134
+ "../node_modules/@types/node/querystring.d.ts",
4135
+ "../node_modules/@types/node/readline.d.ts",
4136
+ "../node_modules/@types/node/repl.d.ts",
4137
+ "../node_modules/@types/node/stream.d.ts",
4138
+ "../node_modules/@types/node/string_decoder.d.ts",
4139
+ "../node_modules/@types/node/timers.d.ts",
4140
+ "../node_modules/@types/node/tls.d.ts",
4141
+ "../node_modules/@types/node/trace_events.d.ts",
4142
+ "../node_modules/@types/node/ts3.2/base.d.ts",
4143
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
4144
+ "../node_modules/@types/node/ts3.2/globals.d.ts",
4145
+ "../node_modules/@types/node/ts3.2/process.d.ts",
4146
+ "../node_modules/@types/node/ts3.2/util.d.ts",
4147
+ "../node_modules/@types/node/ts3.5/base.d.ts",
4148
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts",
4149
+ "../node_modules/@types/node/ts3.5/wasi.d.ts",
4150
+ "../node_modules/@types/node/ts3.7/assert.d.ts",
4151
+ "../node_modules/@types/node/ts3.7/base.d.ts",
4152
+ "../node_modules/@types/node/ts3.7/index.d.ts",
4153
+ "../node_modules/@types/node/tty.d.ts",
4154
+ "../node_modules/@types/node/url.d.ts",
4155
+ "../node_modules/@types/node/util.d.ts",
4156
+ "../node_modules/@types/node/v8.d.ts",
4157
+ "../node_modules/@types/node/vm.d.ts",
4158
+ "../node_modules/@types/node/worker_threads.d.ts",
4159
+ "../node_modules/@types/node/zlib.d.ts",
4160
+ "../node_modules/@types/nodemailer/index.d.ts",
4161
+ "../node_modules/@types/nodemailer/lib/dkim/index.d.ts",
4162
+ "../node_modules/@types/nodemailer/lib/json-transport.d.ts",
4163
+ "../node_modules/@types/nodemailer/lib/mailer/index.d.ts",
4164
+ "../node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts",
4165
+ "../node_modules/@types/nodemailer/lib/mime-node/index.d.ts",
4166
+ "../node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts",
4167
+ "../node_modules/@types/nodemailer/lib/ses-transport.d.ts",
4168
+ "../node_modules/@types/nodemailer/lib/shared.d.ts",
4169
+ "../node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts",
4170
+ "../node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts",
4171
+ "../node_modules/@types/nodemailer/lib/smtp-transport.d.ts",
4172
+ "../node_modules/@types/nodemailer/lib/stream-transport.d.ts",
4173
+ "../node_modules/@types/nodemailer/lib/xoauth2.d.ts",
4174
+ "../node_modules/@types/qs/index.d.ts",
4175
+ "../node_modules/@types/range-parser/index.d.ts",
4176
+ "../node_modules/@types/serve-static/index.d.ts",
4177
+ "../node_modules/axios/index.d.ts",
4178
+ "../node_modules/mongoose/index.d.ts",
4179
+ "../node_modules/tslib/tslib.d.ts",
4180
+ "../node_modules/typescript/lib/lib.dom.d.ts",
4181
+ "../node_modules/typescript/lib/lib.es2015.collection.d.ts",
4182
+ "../node_modules/typescript/lib/lib.es2015.core.d.ts",
4183
+ "../node_modules/typescript/lib/lib.es2015.d.ts",
4184
+ "../node_modules/typescript/lib/lib.es2015.generator.d.ts",
4185
+ "../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
4186
+ "../node_modules/typescript/lib/lib.es2015.promise.d.ts",
4187
+ "../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
4188
+ "../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
4189
+ "../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
4190
+ "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
4191
+ "../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
4192
+ "../node_modules/typescript/lib/lib.es2016.d.ts",
4193
+ "../node_modules/typescript/lib/lib.es2017.d.ts",
4194
+ "../node_modules/typescript/lib/lib.es2017.intl.d.ts",
4195
+ "../node_modules/typescript/lib/lib.es2017.object.d.ts",
4196
+ "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
4197
+ "../node_modules/typescript/lib/lib.es2017.string.d.ts",
4198
+ "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
4199
+ "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
4200
+ "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
4201
+ "../node_modules/typescript/lib/lib.es2018.d.ts",
4202
+ "../node_modules/typescript/lib/lib.es2018.intl.d.ts",
4203
+ "../node_modules/typescript/lib/lib.es2018.promise.d.ts",
4204
+ "../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
4205
+ "../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
4206
+ "../node_modules/typescript/lib/lib.es5.d.ts",
4207
+ "../node_modules/typescript/lib/lib.esnext.intl.d.ts",
4208
+ "../src/_constants/dynamobe-global.settings.ts",
4209
+ "../src/_constants/index.ts",
4210
+ "../src/_enums/data-model-type.enum.ts",
4211
+ "../src/_enums/dynamobe-data-service-function.enum.ts",
4212
+ "../src/_enums/dynamobe-route-security.enum.ts",
4213
+ "../src/_enums/http/http-call-type.enum.ts",
4214
+ "../src/_enums/http/http-response-type.enum.ts",
4215
+ "../src/_enums/index.ts",
4216
+ "../src/_enums/log-style.enum.ts",
4217
+ "../src/_enums/predefined-data-types.enum.ts",
4218
+ "../src/_models/dynamo-module-settings.ts",
4219
+ "../src/_models/dynamobe-api-call-params.ts",
4220
+ "../src/_models/dynamobe-app-params.ts",
4221
+ "../src/_models/dynamobe-data-model-params.ts",
4222
+ "../src/_models/dynamobe-endpoint-params.ts",
4223
+ "../src/_models/dynamobe-global-settings.ts",
4224
+ "../src/_models/index.ts",
4225
+ "../src/_modules/api-service.index.ts",
4226
+ "../src/_modules/app.index.ts",
4227
+ "../src/_modules/auth.index.ts",
4228
+ "../src/_modules/controller.index.ts",
4229
+ "../src/_modules/data-service.index.ts",
4230
+ "../src/_modules/test/custom-data.service.ts",
4231
+ "../src/_modules/test/get-test-routing-module.ts",
4232
+ "../src/_modules/test/index.ts",
4233
+ "../src/_modules/test/test-controller.ts",
4234
+ "../src/_modules/usage/get-usage-routing-module.ts",
4235
+ "../src/_modules/usage/index.ts",
4236
+ "../src/_modules/usage/usage-controller.ts",
4237
+ "../src/_modules/usage/usage.service.ts",
4238
+ "../src/_services/dynamobe-api.service.ts",
4239
+ "../src/_services/dynamobe-app.ts",
4240
+ "../src/_services/dynamobe-auth.service.ts",
4241
+ "../src/_services/dynamobe-controller.service.ts",
4242
+ "../src/_services/dynamobe-data.service.ts",
4243
+ "../src/_services/dynamobe-db-service-collection.service.ts",
4244
+ "../src/_services/dynamobe-db.service.ts",
4245
+ "../src/_services/dynamobe-email-service-collection.service.ts",
4246
+ "../src/_services/dynamobe-email.service.ts",
4247
+ "../src/_services/dynamobe-global.service.ts",
4248
+ "../src/_services/dynamobe-routing-module.service.ts",
4249
+ "../src/_services/dynamobe-shared-be.service.ts",
4250
+ "../src/_services/dynamobe-shared.service.ts",
4251
+ "../src/_services/dynamobe-singleton.service.ts",
4252
+ "../src/_services/index.ts",
4253
+ "../src/index.ts"
4254
+ ]
4255
+ },
4256
+ "version": "3.9.10"
4257
+ }