@futdevpro/nts-dynamo 1.4.6 → 1.4.8

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