@futdevpro/nts-dynamo 1.4.2 → 1.4.4

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