@futdevpro/fsm-dynamo 1.5.47 → 1.5.50

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 (316) hide show
  1. package/package.json +12 -1
  2. package/src/_collections/_tools/dynamo-log.ts +43 -9
  3. package/src/_collections/_tools/dynamo-regions.ts +9 -9
  4. package/src/_constants/index.ts +1 -0
  5. package/src/_constants/module-settings/custom-data-module-settings.ts +10 -0
  6. package/src/_constants/module-settings/test-module-settings.ts +3 -4
  7. package/src/_constants/module-settings/usage-module-settings.ts +2 -2
  8. package/src/_enums/basic-property-type.enum.ts +9 -0
  9. package/src/_models/control-models/dynamo-daily-usage-data.ts +3 -2
  10. package/src/_models/control-models/{dynamo-nts-data-params.ts → dynamo-data-params.ts} +10 -5
  11. package/src/_models/control-models/{dynamo-nts-data-property-params.ts → dynamo-data-property-params.ts} +11 -10
  12. package/src/_models/control-models/dynamo-error.ts +1 -1
  13. package/src/_models/control-models/dynamo-range-value.ts +15 -0
  14. package/src/_models/control-models/{dynamo-nts-module-settings.ts → dynamo-route-settings.ts} +1 -1
  15. package/src/_models/control-models/dynamo-usage-action.ts +3 -2
  16. package/src/_models/control-models/dynamo-usage-data.ts +3 -2
  17. package/src/_models/data-models/dynamo-custom-data.ts +6 -5
  18. package/src/_models/data-models/dynamo-metadata.ts +7 -3
  19. package/src/_models/data-models/dynamo-usage-session.ts +10 -18
  20. package/src/_models/index.ts +4 -3
  21. package/src/_modules/custom-data-module.index.ts +6 -0
  22. package/src/_modules/data-modules.index.ts +2 -2
  23. package/src/_modules/test-module.index.ts +0 -1
  24. package/lib/_collections/_constants/country-codes-ISO-3166.json +0 -3239
  25. package/lib/_collections/_constants/country-divisions-ISO-3166-all-list.json +0 -19036
  26. package/lib/_collections/_constants/country-iso.d.ts +0 -67
  27. package/lib/_collections/_constants/country-iso.d.ts.map +0 -1
  28. package/lib/_collections/_constants/country-iso.js +0 -47
  29. package/lib/_collections/_constants/country-iso.js.map +0 -1
  30. package/lib/_collections/_constants/country-phone-code.d.ts +0 -6
  31. package/lib/_collections/_constants/country-phone-code.d.ts.map +0 -1
  32. package/lib/_collections/_constants/country-phone-code.js +0 -3
  33. package/lib/_collections/_constants/country-phone-code.js.map +0 -1
  34. package/lib/_collections/_constants/country-phone-codes.json +0 -1202
  35. package/lib/_collections/_constants/country-sub-divisions-ISO-3166.json +0 -4994
  36. package/lib/_collections/_tools/dynamo-location.d.ts +0 -6
  37. package/lib/_collections/_tools/dynamo-location.d.ts.map +0 -1
  38. package/lib/_collections/_tools/dynamo-location.js +0 -40
  39. package/lib/_collections/_tools/dynamo-location.js.map +0 -1
  40. package/lib/_collections/_tools/dynamo-log.d.ts +0 -11
  41. package/lib/_collections/_tools/dynamo-log.d.ts.map +0 -1
  42. package/lib/_collections/_tools/dynamo-log.js +0 -59
  43. package/lib/_collections/_tools/dynamo-log.js.map +0 -1
  44. package/lib/_collections/_tools/dynamo-random.d.ts +0 -8
  45. package/lib/_collections/_tools/dynamo-random.d.ts.map +0 -1
  46. package/lib/_collections/_tools/dynamo-random.js +0 -60
  47. package/lib/_collections/_tools/dynamo-random.js.map +0 -1
  48. package/lib/_collections/_tools/dynamo-regions.d.ts +0 -16
  49. package/lib/_collections/_tools/dynamo-regions.d.ts.map +0 -1
  50. package/lib/_collections/_tools/dynamo-regions.js +0 -68
  51. package/lib/_collections/_tools/dynamo-regions.js.map +0 -1
  52. package/lib/_collections/_tools/dynamo-round-list.d.ts +0 -8
  53. package/lib/_collections/_tools/dynamo-round-list.d.ts.map +0 -1
  54. package/lib/_collections/_tools/dynamo-round-list.js +0 -39
  55. package/lib/_collections/_tools/dynamo-round-list.js.map +0 -1
  56. package/lib/_collections/_tools/dynamo-shared.service.d.ts +0 -73
  57. package/lib/_collections/_tools/dynamo-shared.service.d.ts.map +0 -1
  58. package/lib/_collections/_tools/dynamo-shared.service.js +0 -151
  59. package/lib/_collections/_tools/dynamo-shared.service.js.map +0 -1
  60. package/lib/_collections/_tools/dynamo-time.d.ts +0 -12
  61. package/lib/_collections/_tools/dynamo-time.d.ts.map +0 -1
  62. package/lib/_collections/_tools/dynamo-time.js +0 -41
  63. package/lib/_collections/_tools/dynamo-time.js.map +0 -1
  64. package/lib/_collections/_tools/dynamo-trigonometry.d.ts +0 -43
  65. package/lib/_collections/_tools/dynamo-trigonometry.d.ts.map +0 -1
  66. package/lib/_collections/_tools/dynamo-trigonometry.js +0 -62
  67. package/lib/_collections/_tools/dynamo-trigonometry.js.map +0 -1
  68. package/lib/_collections/_tools/location.d.ts +0 -6
  69. package/lib/_collections/_tools/location.d.ts.map +0 -1
  70. package/lib/_collections/_tools/location.js +0 -40
  71. package/lib/_collections/_tools/location.js.map +0 -1
  72. package/lib/_collections/_tools/log.d.ts +0 -10
  73. package/lib/_collections/_tools/log.d.ts.map +0 -1
  74. package/lib/_collections/_tools/log.js +0 -53
  75. package/lib/_collections/_tools/log.js.map +0 -1
  76. package/lib/_collections/_tools/random.d.ts +0 -8
  77. package/lib/_collections/_tools/random.d.ts.map +0 -1
  78. package/lib/_collections/_tools/random.js +0 -60
  79. package/lib/_collections/_tools/random.js.map +0 -1
  80. package/lib/_collections/_tools/region-translator.d.ts +0 -12
  81. package/lib/_collections/_tools/region-translator.d.ts.map +0 -1
  82. package/lib/_collections/_tools/region-translator.js +0 -48
  83. package/lib/_collections/_tools/region-translator.js.map +0 -1
  84. package/lib/_collections/_tools/round-list.d.ts +0 -8
  85. package/lib/_collections/_tools/round-list.d.ts.map +0 -1
  86. package/lib/_collections/_tools/round-list.js +0 -39
  87. package/lib/_collections/_tools/round-list.js.map +0 -1
  88. package/lib/_collections/_tools/time.d.ts +0 -12
  89. package/lib/_collections/_tools/time.d.ts.map +0 -1
  90. package/lib/_collections/_tools/time.js +0 -41
  91. package/lib/_collections/_tools/time.js.map +0 -1
  92. package/lib/_collections/_tools/trigonometry.d.ts +0 -43
  93. package/lib/_collections/_tools/trigonometry.d.ts.map +0 -1
  94. package/lib/_collections/_tools/trigonometry.js +0 -62
  95. package/lib/_collections/_tools/trigonometry.js.map +0 -1
  96. package/lib/_collections/_tools/utilities.d.ts +0 -32
  97. package/lib/_collections/_tools/utilities.d.ts.map +0 -1
  98. package/lib/_collections/_tools/utilities.js +0 -71
  99. package/lib/_collections/_tools/utilities.js.map +0 -1
  100. package/lib/_collections/_tools/vector.d.ts +0 -38
  101. package/lib/_collections/_tools/vector.d.ts.map +0 -1
  102. package/lib/_collections/_tools/vector.js +0 -107
  103. package/lib/_collections/_tools/vector.js.map +0 -1
  104. package/lib/_collections/dynamo-shared.service.d.ts +0 -87
  105. package/lib/_collections/dynamo-shared.service.d.ts.map +0 -1
  106. package/lib/_collections/dynamo-shared.service.js +0 -261
  107. package/lib/_collections/dynamo-shared.service.js.map +0 -1
  108. package/lib/_collections/index.d.ts +0 -11
  109. package/lib/_collections/index.d.ts.map +0 -1
  110. package/lib/_collections/index.js +0 -15
  111. package/lib/_collections/index.js.map +0 -1
  112. package/lib/_constants/index.d.ts +0 -4
  113. package/lib/_constants/index.d.ts.map +0 -1
  114. package/lib/_constants/index.js +0 -9
  115. package/lib/_constants/index.js.map +0 -1
  116. package/lib/_constants/module-settings/test-module-settings.d.ts +0 -3
  117. package/lib/_constants/module-settings/test-module-settings.d.ts.map +0 -1
  118. package/lib/_constants/module-settings/test-module-settings.js +0 -16
  119. package/lib/_constants/module-settings/test-module-settings.js.map +0 -1
  120. package/lib/_constants/module-settings/usage-module-settings.d.ts +0 -3
  121. package/lib/_constants/module-settings/usage-module-settings.d.ts.map +0 -1
  122. package/lib/_constants/module-settings/usage-module-settings.js +0 -13
  123. package/lib/_constants/module-settings/usage-module-settings.js.map +0 -1
  124. package/lib/_constants/times.d.ts +0 -8
  125. package/lib/_constants/times.d.ts.map +0 -1
  126. package/lib/_constants/times.js +0 -11
  127. package/lib/_constants/times.js.map +0 -1
  128. package/lib/_enums/data-model-type.enum.d.ts +0 -6
  129. package/lib/_enums/data-model-type.enum.d.ts.map +0 -1
  130. package/lib/_enums/data-model-type.enum.js +0 -10
  131. package/lib/_enums/data-model-type.enum.js.map +0 -1
  132. package/lib/_enums/index.d.ts +0 -3
  133. package/lib/_enums/index.d.ts.map +0 -1
  134. package/lib/_enums/index.js +0 -7
  135. package/lib/_enums/index.js.map +0 -1
  136. package/lib/_enums/log-style.enum.d.ts +0 -26
  137. package/lib/_enums/log-style.enum.d.ts.map +0 -1
  138. package/lib/_enums/log-style.enum.js +0 -30
  139. package/lib/_enums/log-style.enum.js.map +0 -1
  140. package/lib/_enums/region.enum.d.ts +0 -8
  141. package/lib/_enums/region.enum.d.ts.map +0 -1
  142. package/lib/_enums/region.enum.js +0 -12
  143. package/lib/_enums/region.enum.js.map +0 -1
  144. package/lib/_enums/sub-region.enum.d.ts +0 -20
  145. package/lib/_enums/sub-region.enum.d.ts.map +0 -1
  146. package/lib/_enums/sub-region.enum.js +0 -24
  147. package/lib/_enums/sub-region.enum.js.map +0 -1
  148. package/lib/_models/control-models/country-division.d.ts +0 -6
  149. package/lib/_models/control-models/country-division.d.ts.map +0 -1
  150. package/lib/_models/control-models/country-division.js +0 -3
  151. package/lib/_models/control-models/country-division.js.map +0 -1
  152. package/lib/_models/control-models/country-iso.d.ts +0 -19
  153. package/lib/_models/control-models/country-iso.d.ts.map +0 -1
  154. package/lib/_models/control-models/country-iso.js +0 -3
  155. package/lib/_models/control-models/country-iso.js.map +0 -1
  156. package/lib/_models/control-models/country-phone-code.d.ts +0 -6
  157. package/lib/_models/control-models/country-phone-code.d.ts.map +0 -1
  158. package/lib/_models/control-models/country-phone-code.js +0 -3
  159. package/lib/_models/control-models/country-phone-code.js.map +0 -1
  160. package/lib/_models/control-models/daily-usage-data.d.ts +0 -18
  161. package/lib/_models/control-models/daily-usage-data.d.ts.map +0 -1
  162. package/lib/_models/control-models/daily-usage-data.js +0 -22
  163. package/lib/_models/control-models/daily-usage-data.js.map +0 -1
  164. package/lib/_models/control-models/division-collection.d.ts +0 -9
  165. package/lib/_models/control-models/division-collection.d.ts.map +0 -1
  166. package/lib/_models/control-models/division-collection.js +0 -3
  167. package/lib/_models/control-models/division-collection.js.map +0 -1
  168. package/lib/_models/control-models/division-region-data.d.ts +0 -45
  169. package/lib/_models/control-models/division-region-data.d.ts.map +0 -1
  170. package/lib/_models/control-models/division-region-data.js +0 -46
  171. package/lib/_models/control-models/division-region-data.js.map +0 -1
  172. package/lib/_models/control-models/dynamo-daily-usage-data.d.ts +0 -18
  173. package/lib/_models/control-models/dynamo-daily-usage-data.d.ts.map +0 -1
  174. package/lib/_models/control-models/dynamo-daily-usage-data.js +0 -22
  175. package/lib/_models/control-models/dynamo-daily-usage-data.js.map +0 -1
  176. package/lib/_models/control-models/dynamo-error.d.ts +0 -263
  177. package/lib/_models/control-models/dynamo-error.d.ts.map +0 -1
  178. package/lib/_models/control-models/dynamo-error.js +0 -114
  179. package/lib/_models/control-models/dynamo-error.js.map +0 -1
  180. package/lib/_models/control-models/dynamo-module-settings.d.ts +0 -7
  181. package/lib/_models/control-models/dynamo-module-settings.d.ts.map +0 -1
  182. package/lib/_models/control-models/dynamo-module-settings.js +0 -3
  183. package/lib/_models/control-models/dynamo-module-settings.js.map +0 -1
  184. package/lib/_models/control-models/dynamo-nts-data-params.d.ts +0 -14
  185. package/lib/_models/control-models/dynamo-nts-data-params.d.ts.map +0 -1
  186. package/lib/_models/control-models/dynamo-nts-data-params.js +0 -19
  187. package/lib/_models/control-models/dynamo-nts-data-params.js.map +0 -1
  188. package/lib/_models/control-models/dynamo-nts-data-property-params.d.ts +0 -45
  189. package/lib/_models/control-models/dynamo-nts-data-property-params.d.ts.map +0 -1
  190. package/lib/_models/control-models/dynamo-nts-data-property-params.js +0 -61
  191. package/lib/_models/control-models/dynamo-nts-data-property-params.js.map +0 -1
  192. package/lib/_models/control-models/dynamo-nts-error.d.ts +0 -19
  193. package/lib/_models/control-models/dynamo-nts-error.d.ts.map +0 -1
  194. package/lib/_models/control-models/dynamo-nts-error.js +0 -190
  195. package/lib/_models/control-models/dynamo-nts-error.js.map +0 -1
  196. package/lib/_models/control-models/dynamo-nts-module-settings.d.ts +0 -7
  197. package/lib/_models/control-models/dynamo-nts-module-settings.d.ts.map +0 -1
  198. package/lib/_models/control-models/dynamo-nts-module-settings.js +0 -3
  199. package/lib/_models/control-models/dynamo-nts-module-settings.js.map +0 -1
  200. package/lib/_models/control-models/dynamo-poll.d.ts +0 -31
  201. package/lib/_models/control-models/dynamo-poll.d.ts.map +0 -1
  202. package/lib/_models/control-models/dynamo-poll.js +0 -90
  203. package/lib/_models/control-models/dynamo-poll.js.map +0 -1
  204. package/lib/_models/control-models/dynamo-usage-action.d.ts +0 -9
  205. package/lib/_models/control-models/dynamo-usage-action.d.ts.map +0 -1
  206. package/lib/_models/control-models/dynamo-usage-action.js +0 -13
  207. package/lib/_models/control-models/dynamo-usage-action.js.map +0 -1
  208. package/lib/_models/control-models/dynamo-usage-data.d.ts +0 -14
  209. package/lib/_models/control-models/dynamo-usage-data.d.ts.map +0 -1
  210. package/lib/_models/control-models/dynamo-usage-data.js +0 -16
  211. package/lib/_models/control-models/dynamo-usage-data.js.map +0 -1
  212. package/lib/_models/control-models/dynamobe-data-params.d.ts +0 -14
  213. package/lib/_models/control-models/dynamobe-data-params.d.ts.map +0 -1
  214. package/lib/_models/control-models/dynamobe-data-params.js +0 -19
  215. package/lib/_models/control-models/dynamobe-data-params.js.map +0 -1
  216. package/lib/_models/control-models/dynamobe-data-property-params.d.ts +0 -28
  217. package/lib/_models/control-models/dynamobe-data-property-params.d.ts.map +0 -1
  218. package/lib/_models/control-models/dynamobe-data-property-params.js +0 -57
  219. package/lib/_models/control-models/dynamobe-data-property-params.js.map +0 -1
  220. package/lib/_models/control-models/dynamobe-error.d.ts +0 -19
  221. package/lib/_models/control-models/dynamobe-error.d.ts.map +0 -1
  222. package/lib/_models/control-models/dynamobe-error.js +0 -188
  223. package/lib/_models/control-models/dynamobe-error.js.map +0 -1
  224. package/lib/_models/control-models/geo-ip-location.d.ts +0 -26
  225. package/lib/_models/control-models/geo-ip-location.d.ts.map +0 -1
  226. package/lib/_models/control-models/geo-ip-location.js +0 -3
  227. package/lib/_models/control-models/geo-ip-location.js.map +0 -1
  228. package/lib/_models/control-models/location-coordinates.d.ts +0 -5
  229. package/lib/_models/control-models/location-coordinates.d.ts.map +0 -1
  230. package/lib/_models/control-models/location-coordinates.js +0 -3
  231. package/lib/_models/control-models/location-coordinates.js.map +0 -1
  232. package/lib/_models/control-models/random-weight.d.ts +0 -5
  233. package/lib/_models/control-models/random-weight.d.ts.map +0 -1
  234. package/lib/_models/control-models/random-weight.js +0 -3
  235. package/lib/_models/control-models/random-weight.js.map +0 -1
  236. package/lib/_models/control-models/subdivision-collection.d.ts +0 -9
  237. package/lib/_models/control-models/subdivision-collection.d.ts.map +0 -1
  238. package/lib/_models/control-models/subdivision-collection.js +0 -3
  239. package/lib/_models/control-models/subdivision-collection.js.map +0 -1
  240. package/lib/_models/control-models/subdivision-region-data.d.ts +0 -45
  241. package/lib/_models/control-models/subdivision-region-data.d.ts.map +0 -1
  242. package/lib/_models/control-models/subdivision-region-data.js +0 -46
  243. package/lib/_models/control-models/subdivision-region-data.js.map +0 -1
  244. package/lib/_models/control-models/usage-action.d.ts +0 -9
  245. package/lib/_models/control-models/usage-action.d.ts.map +0 -1
  246. package/lib/_models/control-models/usage-action.js +0 -13
  247. package/lib/_models/control-models/usage-action.js.map +0 -1
  248. package/lib/_models/control-models/usage-data.d.ts +0 -14
  249. package/lib/_models/control-models/usage-data.d.ts.map +0 -1
  250. package/lib/_models/control-models/usage-data.js +0 -16
  251. package/lib/_models/control-models/usage-data.js.map +0 -1
  252. package/lib/_models/data-models/custom-data.d.ts +0 -16
  253. package/lib/_models/data-models/custom-data.d.ts.map +0 -1
  254. package/lib/_models/data-models/custom-data.js +0 -28
  255. package/lib/_models/data-models/custom-data.js.map +0 -1
  256. package/lib/_models/data-models/dynamo-custom-data.d.ts +0 -16
  257. package/lib/_models/data-models/dynamo-custom-data.d.ts.map +0 -1
  258. package/lib/_models/data-models/dynamo-custom-data.js +0 -28
  259. package/lib/_models/data-models/dynamo-custom-data.js.map +0 -1
  260. package/lib/_models/data-models/dynamo-metadata.d.ts +0 -17
  261. package/lib/_models/data-models/dynamo-metadata.d.ts.map +0 -1
  262. package/lib/_models/data-models/dynamo-metadata.js +0 -17
  263. package/lib/_models/data-models/dynamo-metadata.js.map +0 -1
  264. package/lib/_models/data-models/dynamo-usage-session.d.ts +0 -34
  265. package/lib/_models/data-models/dynamo-usage-session.d.ts.map +0 -1
  266. package/lib/_models/data-models/dynamo-usage-session.js +0 -53
  267. package/lib/_models/data-models/dynamo-usage-session.js.map +0 -1
  268. package/lib/_models/data-models/metadata.d.ts +0 -17
  269. package/lib/_models/data-models/metadata.d.ts.map +0 -1
  270. package/lib/_models/data-models/metadata.js +0 -17
  271. package/lib/_models/data-models/metadata.js.map +0 -1
  272. package/lib/_models/data-models/usage-session.d.ts +0 -34
  273. package/lib/_models/data-models/usage-session.d.ts.map +0 -1
  274. package/lib/_models/data-models/usage-session.js +0 -53
  275. package/lib/_models/data-models/usage-session.js.map +0 -1
  276. package/lib/_models/index.d.ts +0 -19
  277. package/lib/_models/index.d.ts.map +0 -1
  278. package/lib/_models/index.js +0 -25
  279. package/lib/_models/index.js.map +0 -1
  280. package/lib/_modules/data-models.index.d.ts +0 -3
  281. package/lib/_modules/data-models.index.d.ts.map +0 -1
  282. package/lib/_modules/data-models.index.js +0 -7
  283. package/lib/_modules/data-models.index.js.map +0 -1
  284. package/lib/_modules/data-module.index.d.ts +0 -5
  285. package/lib/_modules/data-module.index.d.ts.map +0 -1
  286. package/lib/_modules/data-module.index.js +0 -9
  287. package/lib/_modules/data-module.index.js.map +0 -1
  288. package/lib/_modules/data-modules.index.d.ts +0 -6
  289. package/lib/_modules/data-modules.index.d.ts.map +0 -1
  290. package/lib/_modules/data-modules.index.js +0 -10
  291. package/lib/_modules/data-modules.index.js.map +0 -1
  292. package/lib/_modules/error-module.index.d.ts +0 -2
  293. package/lib/_modules/error-module.index.d.ts.map +0 -1
  294. package/lib/_modules/error-module.index.js +0 -6
  295. package/lib/_modules/error-module.index.js.map +0 -1
  296. package/lib/_modules/shared-service.index.d.ts +0 -8
  297. package/lib/_modules/shared-service.index.d.ts.map +0 -1
  298. package/lib/_modules/shared-service.index.js +0 -12
  299. package/lib/_modules/shared-service.index.js.map +0 -1
  300. package/lib/_modules/test-module.index.d.ts +0 -3
  301. package/lib/_modules/test-module.index.d.ts.map +0 -1
  302. package/lib/_modules/test-module.index.js +0 -7
  303. package/lib/_modules/test-module.index.js.map +0 -1
  304. package/lib/_modules/usage-module.index.d.ts +0 -6
  305. package/lib/_modules/usage-module.index.d.ts.map +0 -1
  306. package/lib/_modules/usage-module.index.js +0 -10
  307. package/lib/_modules/usage-module.index.js.map +0 -1
  308. package/lib/data-models.d.ts +0 -3
  309. package/lib/data-models.d.ts.map +0 -1
  310. package/lib/data-models.js +0 -7
  311. package/lib/data-models.js.map +0 -1
  312. package/lib/index.d.ts +0 -5
  313. package/lib/index.d.ts.map +0 -1
  314. package/lib/index.js +0 -12
  315. package/lib/index.js.map +0 -1
  316. package/lib/tsconfig.tsbuildinfo +0 -3104
@@ -1,25 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // MODELS
5
- // Control models
6
- tslib_1.__exportStar(require("./control-models/country-iso"), exports);
7
- tslib_1.__exportStar(require("./control-models/country-phone-code"), exports);
8
- tslib_1.__exportStar(require("./control-models/dynamo-daily-usage-data"), exports);
9
- tslib_1.__exportStar(require("./control-models/dynamo-error"), exports);
10
- tslib_1.__exportStar(require("./control-models/dynamo-nts-data-params"), exports);
11
- tslib_1.__exportStar(require("./control-models/dynamo-nts-data-property-params"), exports);
12
- tslib_1.__exportStar(require("./control-models/dynamo-nts-module-settings"), exports);
13
- tslib_1.__exportStar(require("./control-models/dynamo-poll"), exports);
14
- tslib_1.__exportStar(require("./control-models/dynamo-usage-action"), exports);
15
- tslib_1.__exportStar(require("./control-models/dynamo-usage-data"), exports);
16
- tslib_1.__exportStar(require("./control-models/geo-ip-location"), exports);
17
- tslib_1.__exportStar(require("./control-models/location-coordinates"), exports);
18
- tslib_1.__exportStar(require("./control-models/random-weight"), exports);
19
- tslib_1.__exportStar(require("./control-models/division-collection"), exports);
20
- tslib_1.__exportStar(require("./control-models/division-region-data"), exports);
21
- // Data models
22
- tslib_1.__exportStar(require("./data-models/dynamo-custom-data"), exports);
23
- tslib_1.__exportStar(require("./data-models/dynamo-metadata"), exports);
24
- tslib_1.__exportStar(require("./data-models/dynamo-usage-session"), exports);
25
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/_models/index.ts"],"names":[],"mappings":";;;AACA,SAAS;AACP,iBAAiB;AACnB,uEAA6C;AAC7C,8EAAoD;AACpD,mFAAyD;AACzD,wEAA8C;AAC9C,kFAAwD;AACxD,2FAAiE;AACjE,sFAA4D;AAC5D,uEAA6C;AAC7C,+EAAqD;AACrD,6EAAmD;AACnD,2EAAiD;AACjD,gFAAsD;AACtD,yEAA+C;AAC/C,+EAAqD;AACrD,gFAAsD;AACpD,cAAc;AAChB,2EAAiD;AACjD,wEAA8C;AAC9C,6EAAmD"}
@@ -1,3 +0,0 @@
1
- export * from '../_models/data-models/metadata';
2
- export * from '../_models/control-models/dynamobe-data-params';
3
- //# sourceMappingURL=data-models.index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-models.index.d.ts","sourceRoot":"","sources":["../../src/_modules/data-models.index.ts"],"names":[],"mappings":"AAEA,cAAc,iCAAiC,CAAC;AAChD,cAAc,gDAAgD,CAAC"}
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // DATA MODELS
5
- tslib_1.__exportStar(require("../_models/data-models/metadata"), exports);
6
- tslib_1.__exportStar(require("../_models/control-models/dynamobe-data-params"), exports);
7
- //# sourceMappingURL=data-models.index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-models.index.js","sourceRoot":"","sources":["../../src/_modules/data-models.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,0EAAgD;AAChD,yFAA+D"}
@@ -1,5 +0,0 @@
1
- export * from '../_models/data-models/metadata';
2
- export * from '../_models/control-models/dynamobe-data-params';
3
- export * from '../_models/control-models/dynamobe-data-property-params';
4
- export * from '../_models/control-models/dynamobe-error';
5
- //# sourceMappingURL=data-module.index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/data-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,iCAAiC,CAAC;AAChD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,yDAAyD,CAAC;AACxE,cAAc,0CAA0C,CAAC"}
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // DATA MODULE
5
- tslib_1.__exportStar(require("../_models/data-models/metadata"), exports);
6
- tslib_1.__exportStar(require("../_models/control-models/dynamobe-data-params"), exports);
7
- tslib_1.__exportStar(require("../_models/control-models/dynamobe-data-property-params"), exports);
8
- tslib_1.__exportStar(require("../_models/control-models/dynamobe-error"), exports);
9
- //# sourceMappingURL=data-module.index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-module.index.js","sourceRoot":"","sources":["../../src/_modules/data-module.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,0EAAgD;AAChD,yFAA+D;AAC/D,kGAAwE;AACxE,mFAAyD"}
@@ -1,6 +0,0 @@
1
- export * from '../_models/data-models/dynamo-metadata';
2
- export * from '../_models/control-models/dynamo-nts-data-params';
3
- export * from '../_models/control-models/dynamo-nts-data-property-params';
4
- export * from '../_models/control-models/dynamo-error';
5
- export * from '../_enums/data-model-type.enum';
6
- //# sourceMappingURL=data-modules.index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-modules.index.d.ts","sourceRoot":"","sources":["../../src/_modules/data-modules.index.ts"],"names":[],"mappings":"AAEA,cAAc,wCAAwC,CAAC;AACvD,cAAc,kDAAkD,CAAC;AACjE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,wCAAwC,CAAC;AACvD,cAAc,gCAAgC,CAAC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // DATA MODULE
5
- tslib_1.__exportStar(require("../_models/data-models/dynamo-metadata"), exports);
6
- tslib_1.__exportStar(require("../_models/control-models/dynamo-nts-data-params"), exports);
7
- tslib_1.__exportStar(require("../_models/control-models/dynamo-nts-data-property-params"), exports);
8
- tslib_1.__exportStar(require("../_models/control-models/dynamo-error"), exports);
9
- tslib_1.__exportStar(require("../_enums/data-model-type.enum"), exports);
10
- //# sourceMappingURL=data-modules.index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-modules.index.js","sourceRoot":"","sources":["../../src/_modules/data-modules.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,iFAAuD;AACvD,2FAAiE;AACjE,oGAA0E;AAC1E,iFAAuD;AACvD,yEAA+C"}
@@ -1,2 +0,0 @@
1
- export * from '../_models/control-models/dynamo-error';
2
- //# sourceMappingURL=error-module.index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/error-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,wCAAwC,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // ERROR MODULE
5
- tslib_1.__exportStar(require("../_models/control-models/dynamo-error"), exports);
6
- //# sourceMappingURL=error-module.index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-module.index.js","sourceRoot":"","sources":["../../src/_modules/error-module.index.ts"],"names":[],"mappings":";;;AACA,eAAe;AACf,iFAAuD"}
@@ -1,8 +0,0 @@
1
- export * from '../_collections/_tools/dynamo-shared.service';
2
- export * from '../_constants/times';
3
- export * from '../_enums/log-style.enum';
4
- export * from '../_models/control-models/dynamo-error';
5
- export * from '../_models/control-models/location-coordinates';
6
- export * from '../_models/control-models/geo-ip-location';
7
- export * from '../_models/control-models/dynamo-poll';
8
- //# sourceMappingURL=shared-service.index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shared-service.index.d.ts","sourceRoot":"","sources":["../../src/_modules/shared-service.index.ts"],"names":[],"mappings":"AAEA,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // SHARED SERVICE MODULE
5
- tslib_1.__exportStar(require("../_collections/_tools/dynamo-shared.service"), exports);
6
- tslib_1.__exportStar(require("../_constants/times"), exports);
7
- tslib_1.__exportStar(require("../_enums/log-style.enum"), exports);
8
- tslib_1.__exportStar(require("../_models/control-models/dynamo-error"), exports);
9
- tslib_1.__exportStar(require("../_models/control-models/location-coordinates"), exports);
10
- tslib_1.__exportStar(require("../_models/control-models/geo-ip-location"), exports);
11
- tslib_1.__exportStar(require("../_models/control-models/dynamo-poll"), exports);
12
- //# sourceMappingURL=shared-service.index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shared-service.index.js","sourceRoot":"","sources":["../../src/_modules/shared-service.index.ts"],"names":[],"mappings":";;;AACA,wBAAwB;AACxB,uFAA6D;AAC7D,8DAAoC;AACpC,mEAAyC;AACzC,iFAAuD;AACvD,yFAA+D;AAC/D,oFAA0D;AAC1D,gFAAsD"}
@@ -1,3 +0,0 @@
1
- export * from '../_models/data-models/dynamo-custom-data';
2
- export * from '../_constants/module-settings/test-module-settings';
3
- //# sourceMappingURL=test-module.index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"test-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/test-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oDAAoD,CAAC"}
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // TEST MODULE
5
- tslib_1.__exportStar(require("../_models/data-models/dynamo-custom-data"), exports);
6
- tslib_1.__exportStar(require("../_constants/module-settings/test-module-settings"), exports);
7
- //# sourceMappingURL=test-module.index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"test-module.index.js","sourceRoot":"","sources":["../../src/_modules/test-module.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,oFAA0D;AAC1D,6FAAmE"}
@@ -1,6 +0,0 @@
1
- export * from '../_models/data-models/dynamo-usage-session';
2
- export * from '../_constants/module-settings/usage-module-settings';
3
- export * from '../_models/control-models/dynamo-usage-data';
4
- export * from '../_models/control-models/dynamo-daily-usage-data';
5
- export * from '../_models/control-models/dynamo-usage-action';
6
- //# sourceMappingURL=usage-module.index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"usage-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/usage-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mDAAmD,CAAC;AAClE,cAAc,+CAA+C,CAAC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // USAGE MODULE
5
- tslib_1.__exportStar(require("../_models/data-models/dynamo-usage-session"), exports);
6
- tslib_1.__exportStar(require("../_constants/module-settings/usage-module-settings"), exports);
7
- tslib_1.__exportStar(require("../_models/control-models/dynamo-usage-data"), exports);
8
- tslib_1.__exportStar(require("../_models/control-models/dynamo-daily-usage-data"), exports);
9
- tslib_1.__exportStar(require("../_models/control-models/dynamo-usage-action"), exports);
10
- //# sourceMappingURL=usage-module.index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"usage-module.index.js","sourceRoot":"","sources":["../../src/_modules/usage-module.index.ts"],"names":[],"mappings":";;;AACA,eAAe;AACf,sFAA4D;AAC5D,8FAAoE;AACpE,sFAA4D;AAC5D,4FAAkE;AAClE,wFAA8D"}
@@ -1,3 +0,0 @@
1
- export * from './_models/data-models/metadata';
2
- export * from './_models/control-models/dynamobe-data-params';
3
- //# sourceMappingURL=data-models.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-models.d.ts","sourceRoot":"","sources":["../src/data-models.ts"],"names":[],"mappings":"AAEA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+CAA+C,CAAC"}
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // DATA MODELS
5
- tslib_1.__exportStar(require("./_models/data-models/metadata"), exports);
6
- tslib_1.__exportStar(require("./_models/control-models/dynamobe-data-params"), exports);
7
- //# sourceMappingURL=data-models.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-models.js","sourceRoot":"","sources":["../src/data-models.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,yEAA+C;AAC/C,wFAA8D"}
package/lib/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- export * from './_collections';
2
- export * from './_constants';
3
- export * from './_enums';
4
- export * from './_models';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,gBAAgB,CAAC;AAG/B,cAAc,cAAc,CAAC;AAG7B,cAAc,UAAU,CAAC;AAGzB,cAAc,WAAW,CAAC"}
package/lib/index.js DELETED
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- // COLLECTIONS
5
- tslib_1.__exportStar(require("./_collections"), exports);
6
- // CONSTANTS
7
- tslib_1.__exportStar(require("./_constants"), exports);
8
- // ENUMS
9
- tslib_1.__exportStar(require("./_enums"), exports);
10
- // MODELS
11
- tslib_1.__exportStar(require("./_models"), exports);
12
- //# sourceMappingURL=index.js.map
package/lib/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,yDAA+B;AAE/B,YAAY;AACZ,uDAA6B;AAE7B,QAAQ;AACR,mDAAyB;AAEzB,SAAS;AACT,oDAA0B"}