@candlerip/shared 0.0.75 → 0.0.79

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 (1098) hide show
  1. package/aws/cdk/ec2/index.d.ts +1 -0
  2. package/aws/cdk/ec2/index.js +1 -0
  3. package/aws/cdk/ec2/utils/add-security-group-ingress-rule-cdk/index.d.ts +2 -0
  4. package/aws/cdk/ec2/utils/add-security-group-ingress-rule-cdk/index.js +4 -0
  5. package/aws/cdk/ec2/utils/add-security-group-ingress-rule-cdk/types.d.ts +2 -0
  6. package/aws/cdk/ec2/utils/create-ec2-instance-cdk/index.d.ts +2 -0
  7. package/aws/cdk/ec2/utils/create-ec2-instance-cdk/index.js +30 -0
  8. package/aws/cdk/ec2/utils/create-ec2-instance-cdk/type.d.ts +8 -0
  9. package/aws/cdk/ec2/utils/create-security-group-cdk/index.d.ts +2 -0
  10. package/aws/cdk/ec2/utils/create-security-group-cdk/index.js +6 -0
  11. package/aws/cdk/ec2/utils/create-security-group-cdk/type.d.ts +3 -0
  12. package/aws/cdk/ec2/utils/create-vpc-cdk/index.d.ts +2 -0
  13. package/aws/cdk/ec2/utils/create-vpc-cdk/index.js +17 -0
  14. package/aws/cdk/ec2/utils/create-vpc-cdk/type.d.ts +3 -0
  15. package/aws/cdk/ec2/utils/index.d.ts +4 -0
  16. package/aws/cdk/ec2/utils/index.js +4 -0
  17. package/aws/cdk/index.d.ts +7 -0
  18. package/aws/cdk/index.js +7 -0
  19. package/aws/cdk/lambda/index.d.ts +1 -0
  20. package/aws/cdk/lambda/index.js +1 -0
  21. package/aws/cdk/lambda/utils/attach-sqs-to-lambda-cdk/index.d.ts +2 -0
  22. package/aws/cdk/lambda/utils/attach-sqs-to-lambda-cdk/index.js +25 -0
  23. package/aws/cdk/lambda/utils/attach-sqs-to-lambda-cdk/types.d.ts +8 -0
  24. package/aws/cdk/lambda/utils/create-lambda-cdk/index.d.ts +2 -0
  25. package/aws/cdk/lambda/utils/create-lambda-cdk/index.js +37 -0
  26. package/aws/cdk/lambda/utils/create-lambda-cdk/types.d.ts +10 -0
  27. package/aws/cdk/lambda/utils/index.d.ts +2 -0
  28. package/aws/cdk/lambda/utils/index.js +2 -0
  29. package/aws/cdk/s3/index.d.ts +1 -0
  30. package/aws/cdk/s3/index.js +1 -0
  31. package/aws/cdk/s3/utils/attach-s3-bucket-policy-cdk/index.d.ts +2 -0
  32. package/aws/cdk/s3/utils/attach-s3-bucket-policy-cdk/index.js +9 -0
  33. package/aws/cdk/s3/utils/attach-s3-bucket-policy-cdk/types.d.ts +3 -0
  34. package/aws/cdk/s3/utils/create-s3-bucket-cdk/index.d.ts +2 -0
  35. package/aws/cdk/s3/utils/create-s3-bucket-cdk/index.js +23 -0
  36. package/aws/cdk/s3/utils/create-s3-bucket-cdk/type.d.ts +5 -0
  37. package/aws/cdk/s3/utils/index.d.ts +2 -0
  38. package/aws/cdk/s3/utils/index.js +2 -0
  39. package/aws/cdk/s3-deployment/index.d.ts +1 -0
  40. package/aws/cdk/s3-deployment/index.js +1 -0
  41. package/aws/cdk/s3-deployment/utils/deploy-s3-bucket-cdk/index.d.ts +2 -0
  42. package/aws/cdk/s3-deployment/utils/deploy-s3-bucket-cdk/index.js +10 -0
  43. package/aws/cdk/s3-deployment/utils/deploy-s3-bucket-cdk/type.d.ts +7 -0
  44. package/aws/cdk/s3-deployment/utils/index.d.ts +1 -0
  45. package/aws/cdk/s3-deployment/utils/index.js +1 -0
  46. package/aws/cdk/sqs/index.d.ts +1 -0
  47. package/aws/cdk/sqs/index.js +1 -0
  48. package/aws/cdk/sqs/utils/attach-sqs-policy-cdk/index.d.ts +2 -0
  49. package/aws/cdk/sqs/utils/attach-sqs-policy-cdk/index.js +9 -0
  50. package/aws/cdk/sqs/utils/attach-sqs-policy-cdk/types.d.ts +4 -0
  51. package/aws/cdk/sqs/utils/index.d.ts +1 -0
  52. package/aws/cdk/sqs/utils/index.js +1 -0
  53. package/aws/cdk/ssm/index.d.ts +1 -0
  54. package/aws/cdk/ssm/index.js +1 -0
  55. package/aws/cdk/ssm/utils/attach-ssm-policy-cdk/index.d.ts +2 -0
  56. package/aws/cdk/ssm/utils/attach-ssm-policy-cdk/index.js +9 -0
  57. package/aws/cdk/ssm/utils/attach-ssm-policy-cdk/types.d.ts +3 -0
  58. package/aws/cdk/ssm/utils/index.d.ts +1 -0
  59. package/aws/cdk/ssm/utils/index.js +1 -0
  60. package/aws/cdk/utils/compose-cdk-stack/index.d.ts +2 -0
  61. package/aws/cdk/utils/compose-cdk-stack/index.js +2 -0
  62. package/aws/cdk/utils/compose-cdk-stack/types.d.ts +2 -0
  63. package/aws/cdk/utils/index.d.ts +1 -0
  64. package/aws/cdk/utils/index.js +1 -0
  65. package/aws/common/account-id/constants.d.ts +1 -0
  66. package/aws/common/account-id/constants.js +1 -0
  67. package/aws/common/account-id/index.d.ts +1 -0
  68. package/aws/common/account-id/index.js +1 -0
  69. package/aws/common/index.d.ts +5 -0
  70. package/aws/common/index.js +5 -0
  71. package/aws/common/region/constants.d.ts +1 -0
  72. package/aws/common/region/constants.js +1 -0
  73. package/aws/common/region/defaults.d.ts +2 -0
  74. package/aws/common/region/defaults.js +1 -0
  75. package/aws/common/region/domains.d.ts +2 -0
  76. package/aws/common/region/index.d.ts +3 -0
  77. package/aws/common/region/index.js +3 -0
  78. package/aws/common/s3/index.d.ts +2 -0
  79. package/aws/common/s3/index.js +2 -0
  80. package/aws/common/s3/s3-arn/constants.d.ts +1 -0
  81. package/aws/common/s3/s3-arn/constants.js +1 -0
  82. package/aws/common/s3/s3-arn/index.d.ts +2 -0
  83. package/aws/common/s3/s3-arn/index.js +2 -0
  84. package/aws/common/s3/s3-arn/utils/compose-s3-arn/index.d.ts +2 -0
  85. package/aws/common/s3/s3-arn/utils/compose-s3-arn/index.js +2 -0
  86. package/aws/common/s3/s3-arn/utils/compose-s3-arn/types.d.ts +1 -0
  87. package/aws/common/s3/s3-arn/utils/index.d.ts +1 -0
  88. package/aws/common/s3/s3-arn/utils/index.js +1 -0
  89. package/aws/common/s3/s3-url/constants.d.ts +1 -0
  90. package/aws/common/s3/s3-url/constants.js +1 -0
  91. package/aws/common/s3/s3-url/index.d.ts +2 -0
  92. package/aws/common/s3/s3-url/index.js +2 -0
  93. package/aws/common/s3/s3-url/utils/compose-s3-url/index.d.ts +2 -0
  94. package/aws/common/s3/s3-url/utils/compose-s3-url/index.js +2 -0
  95. package/aws/common/s3/s3-url/utils/compose-s3-url/types.d.ts +1 -0
  96. package/aws/common/s3/s3-url/utils/index.d.ts +1 -0
  97. package/aws/common/s3/s3-url/utils/index.js +1 -0
  98. package/aws/common/sqs/index.d.ts +3 -0
  99. package/aws/common/sqs/index.js +3 -0
  100. package/aws/common/sqs/queue/index.d.ts +1 -0
  101. package/aws/common/sqs/queue/index.js +1 -0
  102. package/aws/common/sqs/queue/queue-name/constants.d.ts +1 -0
  103. package/aws/common/sqs/queue/queue-name/constants.js +6 -0
  104. package/aws/common/sqs/queue/queue-name/domains.d.ts +2 -0
  105. package/aws/common/sqs/queue/queue-name/index.d.ts +2 -0
  106. package/aws/common/sqs/queue/queue-name/index.js +2 -0
  107. package/aws/common/sqs/sqs-arn/constants.d.ts +1 -0
  108. package/aws/common/sqs/sqs-arn/constants.js +3 -0
  109. package/aws/common/sqs/sqs-arn/index.d.ts +2 -0
  110. package/aws/common/sqs/sqs-arn/index.js +2 -0
  111. package/aws/common/sqs/sqs-arn/utils/compose-sqs-arn/index.d.ts +2 -0
  112. package/aws/common/sqs/sqs-arn/utils/compose-sqs-arn/index.js +2 -0
  113. package/aws/common/sqs/sqs-arn/utils/compose-sqs-arn/types.d.ts +2 -0
  114. package/aws/common/sqs/sqs-arn/utils/index.d.ts +1 -0
  115. package/aws/common/sqs/sqs-arn/utils/index.js +1 -0
  116. package/aws/common/sqs/sqs-url/constants.d.ts +1 -0
  117. package/aws/common/sqs/sqs-url/constants.js +2 -0
  118. package/aws/common/sqs/sqs-url/index.d.ts +2 -0
  119. package/aws/common/sqs/sqs-url/index.js +2 -0
  120. package/aws/common/sqs/sqs-url/utils/compose-sqs-url/index.d.ts +2 -0
  121. package/aws/common/sqs/sqs-url/utils/compose-sqs-url/index.js +2 -0
  122. package/aws/common/sqs/sqs-url/utils/compose-sqs-url/types.d.ts +3 -0
  123. package/aws/common/sqs/sqs-url/utils/index.d.ts +1 -0
  124. package/aws/common/sqs/sqs-url/utils/index.js +1 -0
  125. package/aws/common/ssm/index.d.ts +1 -0
  126. package/aws/common/ssm/index.js +1 -0
  127. package/aws/common/ssm/ssm-arn/constants.d.ts +1 -0
  128. package/aws/common/ssm/ssm-arn/constants.js +3 -0
  129. package/aws/common/ssm/ssm-arn/index.d.ts +2 -0
  130. package/aws/common/ssm/ssm-arn/index.js +2 -0
  131. package/aws/common/ssm/ssm-arn/utils/compose-ssm-arn/index.d.ts +2 -0
  132. package/aws/common/ssm/ssm-arn/utils/compose-ssm-arn/index.js +2 -0
  133. package/aws/common/ssm/ssm-arn/utils/compose-ssm-arn/types.d.ts +1 -0
  134. package/aws/common/ssm/ssm-arn/utils/index.d.ts +1 -0
  135. package/aws/common/ssm/ssm-arn/utils/index.js +1 -0
  136. package/aws/sdk/ec2/index.d.ts +1 -0
  137. package/aws/sdk/ec2/index.js +1 -0
  138. package/aws/sdk/ec2/utils/get-instance-public-ip-sdk/index.d.ts +2 -0
  139. package/aws/sdk/ec2/utils/get-instance-public-ip-sdk/index.js +51 -0
  140. package/aws/sdk/ec2/utils/get-instance-public-ip-sdk/type.d.ts +2 -0
  141. package/aws/sdk/ec2/utils/index.d.ts +1 -0
  142. package/aws/sdk/ec2/utils/index.js +1 -0
  143. package/aws/sdk/index.d.ts +3 -0
  144. package/aws/sdk/index.js +3 -0
  145. package/aws/sdk/route53/index.d.ts +1 -0
  146. package/aws/sdk/route53/index.js +1 -0
  147. package/aws/sdk/route53/utils/add-route53-a-record-sdk/index.d.ts +2 -0
  148. package/aws/sdk/route53/utils/add-route53-a-record-sdk/index.js +35 -0
  149. package/aws/sdk/route53/utils/add-route53-a-record-sdk/type.d.ts +6 -0
  150. package/aws/sdk/route53/utils/get-hosted-zone-id-sdk/index.d.ts +2 -0
  151. package/aws/sdk/route53/utils/get-hosted-zone-id-sdk/index.js +33 -0
  152. package/aws/sdk/route53/utils/get-hosted-zone-id-sdk/type.d.ts +2 -0
  153. package/aws/sdk/route53/utils/index.d.ts +2 -0
  154. package/aws/sdk/route53/utils/index.js +2 -0
  155. package/aws/sdk/sqs/index.d.ts +2 -0
  156. package/aws/sdk/sqs/index.js +2 -0
  157. package/aws/sdk/sqs/utils/get-sqs-client/index.d.ts +2 -0
  158. package/aws/sdk/sqs/utils/get-sqs-client/index.js +8 -0
  159. package/aws/sdk/sqs/utils/get-sqs-client/type.d.ts +3 -0
  160. package/aws/sdk/sqs/utils/index.d.ts +1 -0
  161. package/aws/sdk/sqs/utils/index.js +1 -0
  162. package/aws/sdk/sqs/workers/index.d.ts +2 -0
  163. package/aws/sdk/sqs/workers/index.js +31 -0
  164. package/aws/sdk/sqs/workers/type.d.ts +9 -0
  165. package/cache/common/cache-key/configs/cache-keys.d.ts +1 -0
  166. package/cache/common/cache-key/configs/cache-keys.js +4 -0
  167. package/cache/common/cache-key/configs/country-dictionary-cache-keys.d.ts +2 -0
  168. package/cache/common/cache-key/configs/country-dictionary-cache-keys.js +2 -0
  169. package/cache/common/cache-key/configs/index.d.ts +4 -0
  170. package/cache/common/cache-key/configs/index.js +4 -0
  171. package/cache/common/cache-key/configs/page-dictionary-cache-keys.d.ts +1 -0
  172. package/cache/common/cache-key/configs/page-dictionary-cache-keys.js +8 -0
  173. package/cache/common/cache-key/configs/page-server-data-cache-keys.d.ts +1 -0
  174. package/cache/common/cache-key/configs/page-server-data-cache-keys.js +9 -0
  175. package/cache/common/cache-key/domains/cache-key.d.ts +4 -0
  176. package/cache/common/cache-key/domains/country-dictionary-cache-key.d.ts +2 -0
  177. package/cache/common/cache-key/domains/index.d.ts +4 -0
  178. package/cache/common/cache-key/domains/index.js +4 -0
  179. package/cache/common/cache-key/domains/page-dictionary-cache-key.d.ts +2 -0
  180. package/cache/common/cache-key/domains/page-server-data-cache-key.d.ts +2 -0
  181. package/cache/common/cache-key/index.d.ts +3 -0
  182. package/cache/common/cache-key/index.js +3 -0
  183. package/cache/common/cache-key/type-guards.d.ts +2 -0
  184. package/cache/common/cache-key/type-guards.js +2 -0
  185. package/cache/common/cache-service/index.d.ts +2 -0
  186. package/cache/common/cache-service/index.js +2 -0
  187. package/cache/common/cache-service/refresh-cache/domains.d.ts +4 -0
  188. package/cache/common/cache-service/workers/index.d.ts +2 -0
  189. package/cache/common/cache-service/workers/index.js +39 -0
  190. package/cache/common/cache-service/workers/type.d.ts +14 -0
  191. package/cache/common/index.d.ts +2 -0
  192. package/cache/common/index.js +2 -0
  193. package/cache/redis/domains.d.ts +15 -0
  194. package/cache/redis/index.d.ts +2 -0
  195. package/cache/redis/index.js +2 -0
  196. package/cache/redis/workers/index.d.ts +2 -0
  197. package/cache/redis/workers/index.js +127 -0
  198. package/cache/redis/workers/type.d.ts +16 -0
  199. package/common/dictionary/country-dictionary/domains.d.ts +4 -0
  200. package/common/dictionary/dictionary/configs.d.ts +47 -0
  201. package/common/dictionary/dictionary/configs.js +269 -0
  202. package/common/person/type.js +1 -0
  203. package/common/request/api/api/domain.js +1 -0
  204. package/common/request/api-request/type.js +1 -0
  205. package/common/request/index.d.ts +3 -0
  206. package/common/request/index.js +3 -0
  207. package/common/request/request-query/compose-request-query/type.js +1 -0
  208. package/common/server-data/candle-details/domains.js +1 -0
  209. package/common/server-data/candles/domains.js +1 -0
  210. package/common/server-data/edit-candle/domains.js +1 -0
  211. package/common/server-data/home/domains.js +1 -0
  212. package/common/server-data/light-candle/domains.js +1 -0
  213. package/common/server-data/person-candles/domains.js +1 -0
  214. package/common/server-data/persons/domains.js +1 -0
  215. package/common/server-data/persons-map/domains.js +1 -0
  216. package/common/service/service-name/domains.js +1 -0
  217. package/common/styles/screen/screen/domains.js +1 -0
  218. package/common/styles/screen/screen/utils/get-screen-by-width/type.js +1 -0
  219. package/common/styles/screen/screen-width/domains.js +1 -0
  220. package/common/styles/screen/screen-width/utils/compose-screen-widths/type.js +1 -0
  221. package/common/translation/language/configs.d.ts +1 -0
  222. package/common/translation/language/configs.js +40 -0
  223. package/common/translation/language/defaults.js +1 -0
  224. package/common/translation/language/domains.js +1 -0
  225. package/common/translation/language/validates/validate-language/type.js +1 -0
  226. package/common/translation/language/validates/validate-page/type.js +1 -0
  227. package/common/translation/translation/domains/index.js +1 -0
  228. package/common/translation/translation-code/excluded-translation-code/domains.js +1 -0
  229. package/common/translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/type.js +1 -0
  230. package/common/translation/translation-code/translation-code/domains.js +1 -0
  231. package/common/type/array/validates/type.js +1 -0
  232. package/common/type/readonly/remove-readonly/index.js +1 -0
  233. package/common/type/strict-with-error/domains.js +1 -0
  234. package/common/type/strict-with-error/index.d.ts +1 -0
  235. package/common/type/strict-with-error/index.js +1 -0
  236. package/common/type/string/validate-comma-separated-string/types.js +1 -0
  237. package/common/type/string/validate-string/type.js +1 -0
  238. package/common/type/type/utils/validate-by-values/type.js +1 -0
  239. package/common/validator/validator-regexp/type.js +1 -0
  240. package/database/aggregate/candle/index.d.ts +1 -0
  241. package/database/aggregate/candle/index.js +1 -0
  242. package/database/aggregate/candle/utils/compose-get-candle-aggregates/index.d.ts +2 -0
  243. package/database/aggregate/candle/utils/compose-get-candle-aggregates/index.js +221 -0
  244. package/database/aggregate/candle/utils/compose-get-candle-aggregates/type.d.ts +7 -0
  245. package/database/aggregate/candle/utils/compose-get-candle-aggregates/type.js +1 -0
  246. package/database/aggregate/candle/utils/compose-get-candles-aggregates/index.d.ts +2 -0
  247. package/database/aggregate/candle/utils/compose-get-candles-aggregates/index.js +103 -0
  248. package/database/aggregate/candle/utils/compose-get-candles-aggregates/type.d.ts +14 -0
  249. package/database/aggregate/candle/utils/compose-get-candles-aggregates/type.js +1 -0
  250. package/database/aggregate/candle/utils/index.d.ts +2 -0
  251. package/database/aggregate/candle/utils/index.js +2 -0
  252. package/database/aggregate/candle-lighting-profile/index.d.ts +1 -0
  253. package/database/aggregate/candle-lighting-profile/index.js +1 -0
  254. package/database/aggregate/candle-lighting-profile/utils/compose-get-lighting-profile-aggregates/index.d.ts +2 -0
  255. package/database/aggregate/candle-lighting-profile/utils/compose-get-lighting-profile-aggregates/index.js +10 -0
  256. package/database/aggregate/candle-lighting-profile/utils/compose-get-lighting-profile-aggregates/type.d.ts +2 -0
  257. package/database/aggregate/candle-lighting-profile/utils/compose-get-lighting-profile-aggregates/type.js +1 -0
  258. package/database/aggregate/candle-lighting-profile/utils/index.d.ts +1 -0
  259. package/database/aggregate/candle-lighting-profile/utils/index.js +1 -0
  260. package/database/aggregate/country/index.d.ts +1 -0
  261. package/database/aggregate/country/index.js +1 -0
  262. package/database/aggregate/country/utils/compose-get-country-aggregates/index.d.ts +2 -0
  263. package/database/aggregate/country/utils/compose-get-country-aggregates/index.js +36 -0
  264. package/database/aggregate/country/utils/compose-get-country-aggregates/type.d.ts +6 -0
  265. package/database/aggregate/country/utils/compose-get-country-aggregates/type.js +1 -0
  266. package/database/aggregate/country/utils/index.d.ts +1 -0
  267. package/database/aggregate/country/utils/index.js +1 -0
  268. package/database/aggregate/index.d.ts +5 -0
  269. package/database/aggregate/index.js +5 -0
  270. package/database/aggregate/person/index.d.ts +1 -0
  271. package/database/aggregate/person/index.js +1 -0
  272. package/database/aggregate/person/utils/compose-get-person-aggregates/index.d.ts +2 -0
  273. package/database/aggregate/person/utils/compose-get-person-aggregates/index.js +167 -0
  274. package/database/aggregate/person/utils/compose-get-person-aggregates/type.d.ts +8 -0
  275. package/database/aggregate/person/utils/compose-get-person-aggregates/type.js +1 -0
  276. package/database/aggregate/person/utils/compose-get-persons-aggregates/index.d.ts +2 -0
  277. package/database/aggregate/person/utils/compose-get-persons-aggregates/index.js +67 -0
  278. package/database/aggregate/person/utils/compose-get-persons-aggregates/type.d.ts +16 -0
  279. package/database/aggregate/person/utils/compose-get-persons-aggregates/type.js +1 -0
  280. package/database/aggregate/person/utils/index.d.ts +2 -0
  281. package/database/aggregate/person/utils/index.js +2 -0
  282. package/database/aggregate/translation/index.d.ts +1 -0
  283. package/database/aggregate/translation/index.js +1 -0
  284. package/database/aggregate/translation/utils/compose-get-translations-as-dictionary-aggregates/index.d.ts +2 -0
  285. package/database/aggregate/translation/utils/compose-get-translations-as-dictionary-aggregates/index.js +39 -0
  286. package/database/aggregate/translation/utils/compose-get-translations-as-dictionary-aggregates/type.d.ts +6 -0
  287. package/database/aggregate/translation/utils/compose-get-translations-as-dictionary-aggregates/type.js +1 -0
  288. package/database/aggregate/translation/utils/index.d.ts +1 -0
  289. package/database/aggregate/translation/utils/index.js +1 -0
  290. package/database/connection/index.d.ts +1 -0
  291. package/database/connection/index.js +1 -0
  292. package/database/connection/utils/connect-database/index.d.ts +2 -0
  293. package/database/connection/utils/connect-database/index.js +12 -0
  294. package/database/connection/utils/connect-database/type.d.ts +1 -0
  295. package/database/connection/utils/connect-database/type.js +1 -0
  296. package/database/connection/utils/index.d.ts +1 -0
  297. package/database/connection/utils/index.js +1 -0
  298. package/database/dictionary/index.d.ts +1 -0
  299. package/database/dictionary/index.js +1 -0
  300. package/database/dictionary/utils/compose-dictionary/index.d.ts +2 -0
  301. package/database/dictionary/utils/compose-dictionary/index.js +9 -0
  302. package/database/dictionary/utils/compose-dictionary/type.d.ts +8 -0
  303. package/database/dictionary/utils/compose-dictionary/type.js +1 -0
  304. package/database/dictionary/utils/index.d.ts +1 -0
  305. package/database/dictionary/utils/index.js +1 -0
  306. package/database/index.d.ts +8 -0
  307. package/database/index.js +8 -0
  308. package/database/model/candle/configs/index.d.ts +142 -0
  309. package/database/model/candle/configs/index.js +35 -0
  310. package/database/model/candle/domains/index.d.ts +6 -0
  311. package/database/model/candle/domains/index.js +1 -0
  312. package/database/model/candle/index.d.ts +3 -0
  313. package/database/model/candle/index.js +3 -0
  314. package/database/model/candle/utils/get-candle-db-model/index.d.ts +2 -0
  315. package/database/model/candle/utils/get-candle-db-model/index.js +3 -0
  316. package/database/model/candle/utils/index.d.ts +1 -0
  317. package/database/model/candle/utils/index.js +1 -0
  318. package/database/model/candle-lighting-profile/configs/index.d.ts +58 -0
  319. package/database/model/candle-lighting-profile/configs/index.js +17 -0
  320. package/database/model/candle-lighting-profile/index.d.ts +2 -0
  321. package/database/model/candle-lighting-profile/index.js +2 -0
  322. package/database/model/candle-lighting-profile/utils/get-candle-lighting-profile-db-model/index.d.ts +2 -0
  323. package/database/model/candle-lighting-profile/utils/get-candle-lighting-profile-db-model/index.js +3 -0
  324. package/database/model/candle-lighting-profile/utils/index.d.ts +1 -0
  325. package/database/model/candle-lighting-profile/utils/index.js +1 -0
  326. package/database/model/country/configs/index.d.ts +88 -0
  327. package/database/model/country/configs/index.js +25 -0
  328. package/database/model/country/index.d.ts +2 -0
  329. package/database/model/country/index.js +2 -0
  330. package/database/model/country/utils/get-country-db-model/index.d.ts +2 -0
  331. package/database/model/country/utils/get-country-db-model/index.js +3 -0
  332. package/database/model/country/utils/index.d.ts +1 -0
  333. package/database/model/country/utils/index.js +1 -0
  334. package/database/model/error/configs/index.d.ts +64 -0
  335. package/database/model/error/configs/index.js +18 -0
  336. package/database/model/error/configs.d.ts +64 -0
  337. package/database/model/error/configs.js +18 -0
  338. package/database/model/error/domains/index.d.ts +6 -0
  339. package/database/model/error/domains/index.js +1 -0
  340. package/database/model/error/domains.d.ts +6 -0
  341. package/database/model/error/domains.js +1 -0
  342. package/database/model/error/index.d.ts +3 -0
  343. package/database/model/error/index.js +3 -0
  344. package/database/model/error/utils/get-error-db-model/index.d.ts +2 -0
  345. package/database/model/error/utils/get-error-db-model/index.js +3 -0
  346. package/database/model/error/utils/index.d.ts +1 -0
  347. package/database/model/error/utils/index.js +1 -0
  348. package/database/model/index.d.ts +6 -0
  349. package/database/model/index.js +6 -0
  350. package/database/model/person/configs/index.d.ts +736 -0
  351. package/database/model/person/configs/index.js +73 -0
  352. package/database/model/person/index.d.ts +2 -0
  353. package/database/model/person/index.js +2 -0
  354. package/database/model/person/utils/get-person-db-model/index.d.ts +2 -0
  355. package/database/model/person/utils/get-person-db-model/index.js +3 -0
  356. package/database/model/person/utils/index.d.ts +1 -0
  357. package/database/model/person/utils/index.js +1 -0
  358. package/database/model/translation/configs/index.d.ts +58 -0
  359. package/database/model/translation/configs/index.js +17 -0
  360. package/database/model/translation/index.d.ts +2 -0
  361. package/database/model/translation/index.js +2 -0
  362. package/database/model/translation/utils/get-translation-db-model/index.d.ts +2 -0
  363. package/database/model/translation/utils/get-translation-db-model/index.js +3 -0
  364. package/database/model/translation/utils/index.d.ts +1 -0
  365. package/database/model/translation/utils/index.js +1 -0
  366. package/database/mutation/candle/index.d.ts +1 -0
  367. package/database/mutation/candle/index.js +1 -0
  368. package/database/mutation/candle/utils/get-candle-db/index.d.ts +2 -0
  369. package/database/mutation/candle/utils/get-candle-db/index.js +23 -0
  370. package/database/mutation/candle/utils/get-candle-db/type.d.ts +10 -0
  371. package/database/mutation/candle/utils/get-candle-db/type.js +1 -0
  372. package/database/mutation/candle/utils/get-candles-db/index.d.ts +2 -0
  373. package/database/mutation/candle/utils/get-candles-db/index.js +21 -0
  374. package/database/mutation/candle/utils/get-candles-db/type.d.ts +20 -0
  375. package/database/mutation/candle/utils/get-candles-db/type.js +1 -0
  376. package/database/mutation/candle/utils/index.d.ts +2 -0
  377. package/database/mutation/candle/utils/index.js +2 -0
  378. package/database/mutation/candle-lighting-profile/index.d.ts +1 -0
  379. package/database/mutation/candle-lighting-profile/index.js +1 -0
  380. package/database/mutation/candle-lighting-profile/utils/get-candle-lighting-profile-db/index.d.ts +2 -0
  381. package/database/mutation/candle-lighting-profile/utils/get-candle-lighting-profile-db/index.js +22 -0
  382. package/database/mutation/candle-lighting-profile/utils/get-candle-lighting-profile-db/type.d.ts +6 -0
  383. package/database/mutation/candle-lighting-profile/utils/get-candle-lighting-profile-db/type.js +1 -0
  384. package/database/mutation/candle-lighting-profile/utils/get-candle-lighting-profiles-db/index.d.ts +2 -0
  385. package/database/mutation/candle-lighting-profile/utils/get-candle-lighting-profiles-db/index.js +17 -0
  386. package/database/mutation/candle-lighting-profile/utils/get-candle-lighting-profiles-db/type.d.ts +6 -0
  387. package/database/mutation/candle-lighting-profile/utils/get-candle-lighting-profiles-db/type.js +1 -0
  388. package/database/mutation/candle-lighting-profile/utils/index.d.ts +2 -0
  389. package/database/mutation/candle-lighting-profile/utils/index.js +2 -0
  390. package/database/mutation/count/index.d.ts +1 -0
  391. package/database/mutation/count/index.js +1 -0
  392. package/database/mutation/count/utils/count-candles-db/index.d.ts +2 -0
  393. package/database/mutation/count/utils/count-candles-db/index.js +68 -0
  394. package/database/mutation/count/utils/count-candles-db/types.d.ts +8 -0
  395. package/database/mutation/count/utils/count-candles-db/types.js +1 -0
  396. package/database/mutation/count/utils/count-persons-db/index.d.ts +2 -0
  397. package/database/mutation/count/utils/count-persons-db/index.js +13 -0
  398. package/database/mutation/count/utils/count-persons-db/types.d.ts +6 -0
  399. package/database/mutation/count/utils/count-persons-db/types.js +1 -0
  400. package/database/mutation/count/utils/index.d.ts +2 -0
  401. package/database/mutation/count/utils/index.js +2 -0
  402. package/database/mutation/country/index.d.ts +1 -0
  403. package/database/mutation/country/index.js +1 -0
  404. package/database/mutation/country/utils/get-countries-as-dictionary-db/index.d.ts +2 -0
  405. package/database/mutation/country/utils/get-countries-as-dictionary-db/index.js +15 -0
  406. package/database/mutation/country/utils/get-countries-as-dictionary-db/type.d.ts +6 -0
  407. package/database/mutation/country/utils/get-countries-as-dictionary-db/type.js +1 -0
  408. package/database/mutation/country/utils/get-countries-db/compose-aggregates/index.d.ts +2 -0
  409. package/database/mutation/country/utils/get-countries-db/compose-aggregates/index.js +70 -0
  410. package/database/mutation/country/utils/get-countries-db/compose-aggregates/type.d.ts +9 -0
  411. package/database/mutation/country/utils/get-countries-db/compose-aggregates/type.js +1 -0
  412. package/database/mutation/country/utils/get-countries-db/index.d.ts +2 -0
  413. package/database/mutation/country/utils/get-countries-db/index.js +18 -0
  414. package/database/mutation/country/utils/get-countries-db/type.d.ts +12 -0
  415. package/database/mutation/country/utils/get-countries-db/type.js +1 -0
  416. package/database/mutation/country/utils/get-country-db/index.d.ts +2 -0
  417. package/database/mutation/country/utils/get-country-db/index.js +23 -0
  418. package/database/mutation/country/utils/get-country-db/type.d.ts +8 -0
  419. package/database/mutation/country/utils/get-country-db/type.js +1 -0
  420. package/database/mutation/country/utils/index.d.ts +3 -0
  421. package/database/mutation/country/utils/index.js +3 -0
  422. package/database/mutation/error/index.d.ts +1 -0
  423. package/database/mutation/error/index.js +1 -0
  424. package/database/mutation/error/utils/create-error-db/index.d.ts +2 -0
  425. package/database/mutation/error/utils/create-error-db/index.js +18 -0
  426. package/database/mutation/error/utils/create-error-db/type.d.ts +7 -0
  427. package/database/mutation/error/utils/create-error-db/type.js +1 -0
  428. package/database/mutation/error/utils/index.d.ts +1 -0
  429. package/database/mutation/error/utils/index.js +1 -0
  430. package/database/mutation/index.d.ts +7 -0
  431. package/database/mutation/index.js +7 -0
  432. package/database/mutation/person/index.d.ts +1 -0
  433. package/database/mutation/person/index.js +1 -0
  434. package/database/mutation/person/utils/get-person-db/index.d.ts +2 -0
  435. package/database/mutation/person/utils/get-person-db/index.js +24 -0
  436. package/database/mutation/person/utils/get-person-db/type.d.ts +9 -0
  437. package/database/mutation/person/utils/get-person-db/type.js +1 -0
  438. package/database/mutation/person/utils/get-persons-db/index.d.ts +2 -0
  439. package/database/mutation/person/utils/get-persons-db/index.js +34 -0
  440. package/database/mutation/person/utils/get-persons-db/type.d.ts +23 -0
  441. package/database/mutation/person/utils/get-persons-db/type.js +1 -0
  442. package/database/mutation/person/utils/get-random-person-db/index.d.ts +2 -0
  443. package/database/mutation/person/utils/get-random-person-db/index.js +25 -0
  444. package/database/mutation/person/utils/get-random-person-db/type.d.ts +10 -0
  445. package/database/mutation/person/utils/get-random-person-db/type.js +1 -0
  446. package/database/mutation/person/utils/index.d.ts +3 -0
  447. package/database/mutation/person/utils/index.js +3 -0
  448. package/database/mutation/translation/index.d.ts +1 -0
  449. package/database/mutation/translation/index.js +1 -0
  450. package/database/mutation/translation/utils/get-translations-as-dictionary-db/index.d.ts +2 -0
  451. package/database/mutation/translation/utils/get-translations-as-dictionary-db/index.js +17 -0
  452. package/database/mutation/translation/utils/get-translations-as-dictionary-db/type.d.ts +6 -0
  453. package/database/mutation/translation/utils/get-translations-as-dictionary-db/type.js +1 -0
  454. package/database/mutation/translation/utils/get-translations-db/index.d.ts +2 -0
  455. package/database/mutation/translation/utils/get-translations-db/index.js +31 -0
  456. package/database/mutation/translation/utils/get-translations-db/type.d.ts +6 -0
  457. package/database/mutation/translation/utils/get-translations-db/type.js +1 -0
  458. package/database/mutation/translation/utils/index.d.ts +2 -0
  459. package/database/mutation/translation/utils/index.js +2 -0
  460. package/database/page-data/candle-details/index.d.ts +1 -0
  461. package/database/page-data/candle-details/index.js +1 -0
  462. package/database/page-data/candle-details/utils/compose-candle-details-page-data/index.d.ts +2 -0
  463. package/database/page-data/candle-details/utils/compose-candle-details-page-data/index.js +36 -0
  464. package/database/page-data/candle-details/utils/compose-candle-details-page-data/type.d.ts +7 -0
  465. package/database/page-data/candle-details/utils/compose-candle-details-page-data/type.js +1 -0
  466. package/database/page-data/candle-details/utils/index.d.ts +1 -0
  467. package/database/page-data/candle-details/utils/index.js +1 -0
  468. package/database/page-data/candles/compose-candles-page-data/index.d.ts +2 -0
  469. package/database/page-data/candles/compose-candles-page-data/index.js +29 -0
  470. package/database/page-data/candles/compose-candles-page-data/type.d.ts +8 -0
  471. package/database/page-data/candles/compose-candles-page-data/type.js +1 -0
  472. package/database/page-data/candles/index.d.ts +1 -0
  473. package/database/page-data/candles/index.js +1 -0
  474. package/database/page-data/edit-candle/index.d.ts +1 -0
  475. package/database/page-data/edit-candle/index.js +1 -0
  476. package/database/page-data/edit-candle/utils/compose-edit-candle-page-data/index.d.ts +2 -0
  477. package/database/page-data/edit-candle/utils/compose-edit-candle-page-data/index.js +34 -0
  478. package/database/page-data/edit-candle/utils/compose-edit-candle-page-data/type.d.ts +8 -0
  479. package/database/page-data/edit-candle/utils/compose-edit-candle-page-data/type.js +1 -0
  480. package/database/page-data/edit-candle/utils/index.d.ts +1 -0
  481. package/database/page-data/edit-candle/utils/index.js +1 -0
  482. package/database/page-data/home/compose-home-page-data/index.d.ts +2 -0
  483. package/database/page-data/home/compose-home-page-data/index.js +76 -0
  484. package/database/page-data/home/compose-home-page-data/type.d.ts +6 -0
  485. package/database/page-data/home/compose-home-page-data/type.js +1 -0
  486. package/database/page-data/home/index.d.ts +1 -0
  487. package/database/page-data/home/index.js +1 -0
  488. package/database/page-data/index.d.ts +8 -0
  489. package/database/page-data/index.js +8 -0
  490. package/database/page-data/light-candle/index.d.ts +1 -0
  491. package/database/page-data/light-candle/index.js +1 -0
  492. package/database/page-data/light-candle/utils/compose-light-candle-page-data/index.d.ts +2 -0
  493. package/database/page-data/light-candle/utils/compose-light-candle-page-data/index.js +30 -0
  494. package/database/page-data/light-candle/utils/compose-light-candle-page-data/type.d.ts +7 -0
  495. package/database/page-data/light-candle/utils/compose-light-candle-page-data/type.js +1 -0
  496. package/database/page-data/light-candle/utils/index.d.ts +1 -0
  497. package/database/page-data/light-candle/utils/index.js +1 -0
  498. package/database/page-data/person-candles/index.d.ts +1 -0
  499. package/database/page-data/person-candles/index.js +1 -0
  500. package/database/page-data/person-candles/utils/compose-person-candles-page-data/index.d.ts +2 -0
  501. package/database/page-data/person-candles/utils/compose-person-candles-page-data/index.js +44 -0
  502. package/database/page-data/person-candles/utils/compose-person-candles-page-data/type.d.ts +9 -0
  503. package/database/page-data/person-candles/utils/compose-person-candles-page-data/type.js +1 -0
  504. package/database/page-data/person-candles/utils/index.d.ts +1 -0
  505. package/database/page-data/person-candles/utils/index.js +1 -0
  506. package/database/page-data/persons/compose-persons-page-data/index.d.ts +2 -0
  507. package/database/page-data/persons/compose-persons-page-data/index.js +39 -0
  508. package/database/page-data/persons/compose-persons-page-data/type.d.ts +9 -0
  509. package/database/page-data/persons/compose-persons-page-data/type.js +1 -0
  510. package/database/page-data/persons/index.d.ts +1 -0
  511. package/database/page-data/persons/index.js +1 -0
  512. package/database/page-data/persons-map/compose-persons-map-page-data/index.d.ts +2 -0
  513. package/database/page-data/persons-map/compose-persons-map-page-data/index.js +20 -0
  514. package/database/page-data/persons-map/compose-persons-map-page-data/type.d.ts +6 -0
  515. package/database/page-data/persons-map/compose-persons-map-page-data/type.js +1 -0
  516. package/database/page-data/persons-map/index.d.ts +1 -0
  517. package/database/page-data/persons-map/index.js +1 -0
  518. package/database/query/index.d.ts +1 -0
  519. package/database/query/index.js +1 -0
  520. package/database/query/translation/index.d.ts +1 -0
  521. package/database/query/translation/index.js +1 -0
  522. package/database/query/translation/utils/compose-get-translations-query/index.d.ts +2 -0
  523. package/database/query/translation/utils/compose-get-translations-query/index.js +10 -0
  524. package/database/query/translation/utils/compose-get-translations-query/type.d.ts +4 -0
  525. package/database/query/translation/utils/compose-get-translations-query/type.js +1 -0
  526. package/database/query/translation/utils/index.d.ts +1 -0
  527. package/database/query/translation/utils/index.js +1 -0
  528. package/database/server-data/candle-details/index.d.ts +1 -0
  529. package/database/server-data/candle-details/index.js +1 -0
  530. package/database/server-data/candle-details/utils/compose-candle-details-page-server-data/index.d.ts +2 -0
  531. package/database/server-data/candle-details/utils/compose-candle-details-page-server-data/index.js +22 -0
  532. package/database/server-data/candle-details/utils/compose-candle-details-page-server-data/type.d.ts +9 -0
  533. package/database/server-data/candle-details/utils/compose-candle-details-page-server-data/type.js +1 -0
  534. package/database/server-data/candle-details/utils/index.d.ts +1 -0
  535. package/database/server-data/candle-details/utils/index.js +1 -0
  536. package/database/server-data/candles/compose-candles-page-server-data/index.d.ts +2 -0
  537. package/database/server-data/candles/compose-candles-page-server-data/index.js +28 -0
  538. package/database/server-data/candles/compose-candles-page-server-data/type.d.ts +9 -0
  539. package/database/server-data/candles/compose-candles-page-server-data/type.js +1 -0
  540. package/database/server-data/candles/index.d.ts +1 -0
  541. package/database/server-data/candles/index.js +1 -0
  542. package/database/server-data/edit-candle/index.d.ts +1 -0
  543. package/database/server-data/edit-candle/index.js +1 -0
  544. package/database/server-data/edit-candle/utils/compose-edit-candle-page-server-data/index.d.ts +2 -0
  545. package/database/server-data/edit-candle/utils/compose-edit-candle-page-server-data/index.js +22 -0
  546. package/database/server-data/edit-candle/utils/compose-edit-candle-page-server-data/type.d.ts +10 -0
  547. package/database/server-data/edit-candle/utils/compose-edit-candle-page-server-data/type.js +1 -0
  548. package/database/server-data/edit-candle/utils/index.d.ts +1 -0
  549. package/database/server-data/edit-candle/utils/index.js +1 -0
  550. package/database/server-data/home/compose-home-page-server-data/index.d.ts +2 -0
  551. package/database/server-data/home/compose-home-page-server-data/index.js +22 -0
  552. package/database/server-data/home/compose-home-page-server-data/type.d.ts +8 -0
  553. package/database/server-data/home/compose-home-page-server-data/type.js +1 -0
  554. package/database/server-data/home/index.d.ts +1 -0
  555. package/database/server-data/home/index.js +1 -0
  556. package/database/server-data/index.d.ts +8 -0
  557. package/database/server-data/index.js +8 -0
  558. package/database/server-data/light-candle/index.d.ts +1 -0
  559. package/database/server-data/light-candle/index.js +1 -0
  560. package/database/server-data/light-candle/utils/compose-light-candle-page-server-data/index.d.ts +2 -0
  561. package/database/server-data/light-candle/utils/compose-light-candle-page-server-data/index.js +22 -0
  562. package/database/server-data/light-candle/utils/compose-light-candle-page-server-data/type.d.ts +9 -0
  563. package/database/server-data/light-candle/utils/compose-light-candle-page-server-data/type.js +1 -0
  564. package/database/server-data/light-candle/utils/index.d.ts +1 -0
  565. package/database/server-data/light-candle/utils/index.js +1 -0
  566. package/database/server-data/person-candles/index.d.ts +1 -0
  567. package/database/server-data/person-candles/index.js +1 -0
  568. package/database/server-data/person-candles/utils/compose-person-candles-page-server-data/index.d.ts +2 -0
  569. package/database/server-data/person-candles/utils/compose-person-candles-page-server-data/index.js +28 -0
  570. package/database/server-data/person-candles/utils/compose-person-candles-page-server-data/type.d.ts +10 -0
  571. package/database/server-data/person-candles/utils/compose-person-candles-page-server-data/type.js +1 -0
  572. package/database/server-data/person-candles/utils/index.d.ts +1 -0
  573. package/database/server-data/person-candles/utils/index.js +1 -0
  574. package/database/server-data/persons/compose-persons-page-server-data/index.d.ts +2 -0
  575. package/database/server-data/persons/compose-persons-page-server-data/index.js +28 -0
  576. package/database/server-data/persons/compose-persons-page-server-data/type.d.ts +9 -0
  577. package/database/server-data/persons/compose-persons-page-server-data/type.js +1 -0
  578. package/database/server-data/persons/index.d.ts +1 -0
  579. package/database/server-data/persons/index.js +1 -0
  580. package/database/server-data/persons-map/compose-persons-map-page-server-data/index.d.ts +2 -0
  581. package/database/server-data/persons-map/compose-persons-map-page-server-data/index.js +27 -0
  582. package/database/server-data/persons-map/compose-persons-map-page-server-data/type.d.ts +8 -0
  583. package/database/server-data/persons-map/compose-persons-map-page-server-data/type.js +1 -0
  584. package/database/server-data/persons-map/index.d.ts +1 -0
  585. package/database/server-data/persons-map/index.js +1 -0
  586. package/package.json +13 -2
  587. package/dictionary/country-dictionary/domains.d.ts +0 -4
  588. package/dictionary/dictionary/configs.d.ts +0 -47
  589. package/dictionary/dictionary/configs.js +0 -268
  590. package/request/index.d.ts +0 -4
  591. package/request/index.js +0 -4
  592. package/request/response/index.d.ts +0 -1
  593. package/request/response/index.js +0 -1
  594. package/request/response/response-text/compose-response-text/index.d.ts +0 -2
  595. package/request/response/response-text/compose-response-text/index.js +0 -2
  596. package/request/response/response-text/compose-response-text/type.d.ts +0 -2
  597. package/request/response/response-text/config.d.ts +0 -8
  598. package/request/response/response-text/config.js +0 -30
  599. package/request/response/response-text/index.d.ts +0 -2
  600. package/request/response/response-text/index.js +0 -2
  601. package/translation/language/configs.d.ts +0 -1
  602. package/translation/language/configs.js +0 -1
  603. package/translation/language/defaults.js +0 -1
  604. /package/{type/string/validate-comma-separated-string → aws/cdk/ec2/utils/add-security-group-ingress-rule-cdk}/types.js +0 -0
  605. /package/{candle/burning-candle-state → aws/cdk/ec2/utils/create-ec2-instance-cdk}/type.js +0 -0
  606. /package/{custom-error/utils/compose-custom-error → aws/cdk/ec2/utils/create-security-group-cdk}/type.js +0 -0
  607. /package/{custom-error/utils/console-custom-error → aws/cdk/ec2/utils/create-vpc-cdk}/type.js +0 -0
  608. /package/{background-image/domain.js → aws/cdk/lambda/utils/attach-sqs-to-lambda-cdk/types.js} +0 -0
  609. /package/{candle/candle-lighting-profile/domains/index.js → aws/cdk/lambda/utils/create-lambda-cdk/types.js} +0 -0
  610. /package/{candle/candle/domains/index.js → aws/cdk/s3/utils/attach-s3-bucket-policy-cdk/types.js} +0 -0
  611. /package/{dictionary/country-dictionary/utils/convert-countries-to-dictionary → aws/cdk/s3/utils/create-s3-bucket-cdk}/type.js +0 -0
  612. /package/{custom-error/workers → aws/cdk/s3-deployment/utils/deploy-s3-bucket-cdk}/type.js +0 -0
  613. /package/{custom-error/domains.js → aws/cdk/sqs/utils/attach-sqs-policy-cdk/types.js} +0 -0
  614. /package/{dictionary/country-dictionary/domains.js → aws/cdk/ssm/utils/attach-ssm-policy-cdk/types.js} +0 -0
  615. /package/{dictionary/dictionary/domains.js → aws/cdk/utils/compose-cdk-stack/types.js} +0 -0
  616. /package/{environment/environment-mode → aws/common/region}/domains.js +0 -0
  617. /package/{filter-sort/candle-filter-sort/type.js → aws/common/s3/s3-arn/utils/compose-s3-arn/types.js} +0 -0
  618. /package/{filter-sort/person-filter-sort/type.js → aws/common/s3/s3-url/utils/compose-s3-url/types.js} +0 -0
  619. /package/{geographical/country → aws/common/sqs/queue/queue-name}/domains.js +0 -0
  620. /package/{filter-sort/sort-name/candle-sort-name/type.js → aws/common/sqs/sqs-arn/utils/compose-sqs-arn/types.js} +0 -0
  621. /package/{filter-sort/sort-name/person-sort-name/type.js → aws/common/sqs/sqs-url/utils/compose-sqs-url/types.js} +0 -0
  622. /package/{filter-sort/sort-order/type.js → aws/common/ssm/ssm-arn/utils/compose-ssm-arn/types.js} +0 -0
  623. /package/{helpers/reveal-all-object-props → aws/sdk/ec2/utils/get-instance-public-ip-sdk}/type.js +0 -0
  624. /package/{helpers/stringify → aws/sdk/route53/utils/add-route53-a-record-sdk}/type.js +0 -0
  625. /package/{person/person-image/file-name → aws/sdk/route53/utils/get-hosted-zone-id-sdk}/type.js +0 -0
  626. /package/{person/person-image → aws/sdk/sqs/utils/get-sqs-client}/type.js +0 -0
  627. /package/{person/person-image/width → aws/sdk/sqs/workers}/type.js +0 -0
  628. /package/{geographical/county-code/domains.js → cache/common/cache-key/domains/cache-key.js} +0 -0
  629. /package/{image/image-dimension/domains/index.js → cache/common/cache-key/domains/country-dictionary-cache-key.js} +0 -0
  630. /package/{image/image/domains/index.js → cache/common/cache-key/domains/page-dictionary-cache-key.js} +0 -0
  631. /package/{page-data/candle-details/domains.js → cache/common/cache-key/domains/page-server-data-cache-key.js} +0 -0
  632. /package/{page-data/candles → cache/common/cache-service/refresh-cache}/domains.js +0 -0
  633. /package/{geographical/country → cache/common/cache-service/refresh-cache}/index.d.ts +0 -0
  634. /package/{geographical/country → cache/common/cache-service/refresh-cache}/index.js +0 -0
  635. /package/{person → cache/common/cache-service/workers}/type.js +0 -0
  636. /package/{page-data/edit-candle → cache/redis}/domains.js +0 -0
  637. /package/{request/api-request → cache/redis/workers}/type.js +0 -0
  638. /package/{background-image → common/background-image}/config.d.ts +0 -0
  639. /package/{background-image → common/background-image}/config.js +0 -0
  640. /package/{background-image → common/background-image}/domain.d.ts +0 -0
  641. /package/{request/api/api → common/background-image}/domain.js +0 -0
  642. /package/{background-image → common/background-image}/index.d.ts +0 -0
  643. /package/{background-image → common/background-image}/index.js +0 -0
  644. /package/{candle → common/candle}/burning-candle-state/config.d.ts +0 -0
  645. /package/{candle → common/candle}/burning-candle-state/config.js +0 -0
  646. /package/{candle → common/candle}/burning-candle-state/index.d.ts +0 -0
  647. /package/{candle → common/candle}/burning-candle-state/index.js +0 -0
  648. /package/{candle → common/candle}/burning-candle-state/type-guard.d.ts +0 -0
  649. /package/{candle → common/candle}/burning-candle-state/type-guard.js +0 -0
  650. /package/{candle → common/candle}/burning-candle-state/type.d.ts +0 -0
  651. /package/{request/request-query/compose-request-query → common/candle/burning-candle-state}/type.js +0 -0
  652. /package/{candle → common/candle}/candle/domains/index.d.ts +0 -0
  653. /package/{type/readonly/remove-readonly → common/candle/candle/domains}/index.js +0 -0
  654. /package/{candle → common/candle}/candle/index.d.ts +0 -0
  655. /package/{candle → common/candle}/candle/index.js +0 -0
  656. /package/{candle → common/candle}/candle-lighting-profile/domains/index.d.ts +0 -0
  657. /package/{translation/translation → common/candle/candle-lighting-profile}/domains/index.js +0 -0
  658. /package/{candle → common/candle}/candle-lighting-profile/index.d.ts +0 -0
  659. /package/{candle → common/candle}/candle-lighting-profile/index.js +0 -0
  660. /package/{candle → common/candle}/index.d.ts +0 -0
  661. /package/{candle → common/candle}/index.js +0 -0
  662. /package/{custom-error → common/custom-error}/domains.d.ts +0 -0
  663. /package/{page-data/home → common/custom-error}/domains.js +0 -0
  664. /package/{custom-error → common/custom-error}/index.d.ts +0 -0
  665. /package/{custom-error → common/custom-error}/index.js +0 -0
  666. /package/{custom-error → common/custom-error}/utils/compose-custom-error/index.d.ts +0 -0
  667. /package/{custom-error → common/custom-error}/utils/compose-custom-error/index.js +0 -0
  668. /package/{custom-error → common/custom-error}/utils/compose-custom-error/type.d.ts +0 -0
  669. /package/{request/response/response-text/compose-response-text → common/custom-error/utils/compose-custom-error}/type.js +0 -0
  670. /package/{custom-error → common/custom-error}/utils/console-custom-error/index.d.ts +0 -0
  671. /package/{custom-error → common/custom-error}/utils/console-custom-error/index.js +0 -0
  672. /package/{custom-error → common/custom-error}/utils/console-custom-error/type.d.ts +0 -0
  673. /package/{styles/screen/screen-width/utils/compose-screen-widths → common/custom-error/utils/console-custom-error}/type.js +0 -0
  674. /package/{custom-error → common/custom-error}/utils/index.d.ts +0 -0
  675. /package/{custom-error → common/custom-error}/utils/index.js +0 -0
  676. /package/{custom-error → common/custom-error}/workers/index.d.ts +0 -0
  677. /package/{custom-error → common/custom-error}/workers/index.js +0 -0
  678. /package/{custom-error → common/custom-error}/workers/type.d.ts +0 -0
  679. /package/{styles/screen/screen/utils/get-screen-by-width → common/custom-error/workers}/type.js +0 -0
  680. /package/{page-data/light-candle → common/dictionary/country-dictionary}/domains.js +0 -0
  681. /package/{dictionary → common/dictionary}/country-dictionary/index.d.ts +0 -0
  682. /package/{dictionary → common/dictionary}/country-dictionary/index.js +0 -0
  683. /package/{dictionary → common/dictionary}/country-dictionary/utils/convert-countries-to-dictionary/index.d.ts +0 -0
  684. /package/{dictionary → common/dictionary}/country-dictionary/utils/convert-countries-to-dictionary/index.js +0 -0
  685. /package/{dictionary → common/dictionary}/country-dictionary/utils/convert-countries-to-dictionary/type.d.ts +0 -0
  686. /package/{translation/language/validates/validate-language → common/dictionary/country-dictionary/utils/convert-countries-to-dictionary}/type.js +0 -0
  687. /package/{dictionary → common/dictionary}/country-dictionary/utils/index.d.ts +0 -0
  688. /package/{dictionary → common/dictionary}/country-dictionary/utils/index.js +0 -0
  689. /package/{dictionary → common/dictionary}/dictionary/domains.d.ts +0 -0
  690. /package/{page-data/person-candles → common/dictionary/dictionary}/domains.js +0 -0
  691. /package/{dictionary → common/dictionary}/dictionary/index.d.ts +0 -0
  692. /package/{dictionary → common/dictionary}/dictionary/index.js +0 -0
  693. /package/{dictionary → common/dictionary}/index.d.ts +0 -0
  694. /package/{dictionary → common/dictionary}/index.js +0 -0
  695. /package/{environment → common/environment}/environment-mode/constants.d.ts +0 -0
  696. /package/{environment → common/environment}/environment-mode/constants.js +0 -0
  697. /package/{environment → common/environment}/environment-mode/domains.d.ts +0 -0
  698. /package/{page-data/persons-map → common/environment/environment-mode}/domains.js +0 -0
  699. /package/{environment → common/environment}/environment-mode/index.d.ts +0 -0
  700. /package/{environment → common/environment}/environment-mode/index.js +0 -0
  701. /package/{environment → common/environment}/environment-mode/type-guards/index.d.ts +0 -0
  702. /package/{environment → common/environment}/environment-mode/type-guards/index.js +0 -0
  703. /package/{environment → common/environment}/environment-mode/type-guards/is-development.d.ts +0 -0
  704. /package/{environment → common/environment}/environment-mode/type-guards/is-development.js +0 -0
  705. /package/{environment → common/environment}/environment-mode/type-guards/is-environment-mode.d.ts +0 -0
  706. /package/{environment → common/environment}/environment-mode/type-guards/is-environment-mode.js +0 -0
  707. /package/{environment → common/environment}/environment-mode/type-guards/is-production.d.ts +0 -0
  708. /package/{environment → common/environment}/environment-mode/type-guards/is-production.js +0 -0
  709. /package/{environment → common/environment}/index.d.ts +0 -0
  710. /package/{environment → common/environment}/index.js +0 -0
  711. /package/{filter-sort → common/filter-sort}/candle-filter-sort/default.d.ts +0 -0
  712. /package/{filter-sort → common/filter-sort}/candle-filter-sort/default.js +0 -0
  713. /package/{filter-sort → common/filter-sort}/candle-filter-sort/index.d.ts +0 -0
  714. /package/{filter-sort → common/filter-sort}/candle-filter-sort/index.js +0 -0
  715. /package/{filter-sort → common/filter-sort}/candle-filter-sort/type.d.ts +0 -0
  716. /package/{translation/language/validates/validate-page → common/filter-sort/candle-filter-sort}/type.js +0 -0
  717. /package/{filter-sort → common/filter-sort}/index.d.ts +0 -0
  718. /package/{filter-sort → common/filter-sort}/index.js +0 -0
  719. /package/{filter-sort → common/filter-sort}/person-filter-sort/default.d.ts +0 -0
  720. /package/{filter-sort → common/filter-sort}/person-filter-sort/default.js +0 -0
  721. /package/{filter-sort → common/filter-sort}/person-filter-sort/index.d.ts +0 -0
  722. /package/{filter-sort → common/filter-sort}/person-filter-sort/index.js +0 -0
  723. /package/{filter-sort → common/filter-sort}/person-filter-sort/type.d.ts +0 -0
  724. /package/{translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes → common/filter-sort/person-filter-sort}/type.js +0 -0
  725. /package/{filter-sort → common/filter-sort}/sort-name/candle-sort-name/config.d.ts +0 -0
  726. /package/{filter-sort → common/filter-sort}/sort-name/candle-sort-name/config.js +0 -0
  727. /package/{filter-sort → common/filter-sort}/sort-name/candle-sort-name/index.d.ts +0 -0
  728. /package/{filter-sort → common/filter-sort}/sort-name/candle-sort-name/index.js +0 -0
  729. /package/{filter-sort → common/filter-sort}/sort-name/candle-sort-name/type-guard.d.ts +0 -0
  730. /package/{filter-sort → common/filter-sort}/sort-name/candle-sort-name/type-guard.js +0 -0
  731. /package/{filter-sort → common/filter-sort}/sort-name/candle-sort-name/type.d.ts +0 -0
  732. /package/{type/array/validates → common/filter-sort/sort-name/candle-sort-name}/type.js +0 -0
  733. /package/{filter-sort → common/filter-sort}/sort-name/index.d.ts +0 -0
  734. /package/{filter-sort → common/filter-sort}/sort-name/index.js +0 -0
  735. /package/{filter-sort → common/filter-sort}/sort-name/person-sort-name/config.d.ts +0 -0
  736. /package/{filter-sort → common/filter-sort}/sort-name/person-sort-name/config.js +0 -0
  737. /package/{filter-sort → common/filter-sort}/sort-name/person-sort-name/index.d.ts +0 -0
  738. /package/{filter-sort → common/filter-sort}/sort-name/person-sort-name/index.js +0 -0
  739. /package/{filter-sort → common/filter-sort}/sort-name/person-sort-name/type-guard.d.ts +0 -0
  740. /package/{filter-sort → common/filter-sort}/sort-name/person-sort-name/type-guard.js +0 -0
  741. /package/{filter-sort → common/filter-sort}/sort-name/person-sort-name/type.d.ts +0 -0
  742. /package/{type/string/validate-string → common/filter-sort/sort-name/person-sort-name}/type.js +0 -0
  743. /package/{filter-sort → common/filter-sort}/sort-order/config.d.ts +0 -0
  744. /package/{filter-sort → common/filter-sort}/sort-order/config.js +0 -0
  745. /package/{filter-sort → common/filter-sort}/sort-order/index.d.ts +0 -0
  746. /package/{filter-sort → common/filter-sort}/sort-order/index.js +0 -0
  747. /package/{filter-sort → common/filter-sort}/sort-order/type-guard.d.ts +0 -0
  748. /package/{filter-sort → common/filter-sort}/sort-order/type-guard.js +0 -0
  749. /package/{filter-sort → common/filter-sort}/sort-order/type.d.ts +0 -0
  750. /package/{type/type/utils/validate-by-values → common/filter-sort/sort-order}/type.js +0 -0
  751. /package/{geographical → common/geographical}/country/domains.d.ts +0 -0
  752. /package/{page-data/persons → common/geographical/country}/domains.js +0 -0
  753. /package/{page-data/candle-details → common/geographical/country}/index.d.ts +0 -0
  754. /package/{page-data/candle-details → common/geographical/country}/index.js +0 -0
  755. /package/{geographical → common/geographical}/county-code/configs.d.ts +0 -0
  756. /package/{geographical → common/geographical}/county-code/configs.js +0 -0
  757. /package/{geographical → common/geographical}/county-code/domains.d.ts +0 -0
  758. /package/{page-menu → common/geographical/county-code}/domains.js +0 -0
  759. /package/{geographical → common/geographical}/county-code/index.d.ts +0 -0
  760. /package/{geographical → common/geographical}/county-code/index.js +0 -0
  761. /package/{geographical → common/geographical}/county-code/type-guards.d.ts +0 -0
  762. /package/{geographical → common/geographical}/county-code/type-guards.js +0 -0
  763. /package/{geographical → common/geographical}/index.d.ts +0 -0
  764. /package/{geographical → common/geographical}/index.js +0 -0
  765. /package/{helpers → common/helpers}/index.d.ts +0 -0
  766. /package/{helpers → common/helpers}/index.js +0 -0
  767. /package/{helpers → common/helpers}/promise-all/index.d.ts +0 -0
  768. /package/{helpers → common/helpers}/promise-all/index.js +0 -0
  769. /package/{helpers → common/helpers}/reveal-all-object-props/index.d.ts +0 -0
  770. /package/{helpers → common/helpers}/reveal-all-object-props/index.js +0 -0
  771. /package/{helpers → common/helpers}/reveal-all-object-props/type.d.ts +0 -0
  772. /package/{validator/validator-regexp → common/helpers/reveal-all-object-props}/type.js +0 -0
  773. /package/{helpers → common/helpers}/stringify/index.d.ts +0 -0
  774. /package/{helpers → common/helpers}/stringify/index.js +0 -0
  775. /package/{helpers → common/helpers}/stringify/type.d.ts +0 -0
  776. /package/{page/domains.js → common/helpers/stringify/type.js} +0 -0
  777. /package/{image → common/image}/image/domains/index.d.ts +0 -0
  778. /package/{server-data/candles/domains.js → common/image/image/domains/index.js} +0 -0
  779. /package/{image → common/image}/image/index.d.ts +0 -0
  780. /package/{image → common/image}/image/index.js +0 -0
  781. /package/{image → common/image}/image-dimension/domains/index.d.ts +0 -0
  782. /package/{server-data/candle-details/domains.js → common/image/image-dimension/domains/index.js} +0 -0
  783. /package/{image → common/image}/image-dimension/index.d.ts +0 -0
  784. /package/{image → common/image}/image-dimension/index.js +0 -0
  785. /package/{image → common/image}/index.d.ts +0 -0
  786. /package/{image → common/image}/index.js +0 -0
  787. /package/{index.d.ts → common/index.d.ts} +0 -0
  788. /package/{index.js → common/index.js} +0 -0
  789. /package/{page → common/page}/configs.d.ts +0 -0
  790. /package/{page → common/page}/configs.js +0 -0
  791. /package/{page → common/page}/domains.d.ts +0 -0
  792. /package/{translation/language → common/page}/domains.js +0 -0
  793. /package/{page → common/page}/index.d.ts +0 -0
  794. /package/{page → common/page}/index.js +0 -0
  795. /package/{page → common/page}/type-guards.d.ts +0 -0
  796. /package/{page → common/page}/type-guards.js +0 -0
  797. /package/{page-data → common/page-data}/candle-details/domains.d.ts +0 -0
  798. /package/{server-data/edit-candle → common/page-data/candle-details}/domains.js +0 -0
  799. /package/{page-data/candles → common/page-data/candle-details}/index.d.ts +0 -0
  800. /package/{page-data/candles → common/page-data/candle-details}/index.js +0 -0
  801. /package/{page-data → common/page-data}/candles/domains.d.ts +0 -0
  802. /package/{server-data/home → common/page-data/candles}/domains.js +0 -0
  803. /package/{page-data/edit-candle → common/page-data/candles}/index.d.ts +0 -0
  804. /package/{page-data/edit-candle → common/page-data/candles}/index.js +0 -0
  805. /package/{page-data → common/page-data}/edit-candle/domains.d.ts +0 -0
  806. /package/{server-data/light-candle → common/page-data/edit-candle}/domains.js +0 -0
  807. /package/{page-data/home → common/page-data/edit-candle}/index.d.ts +0 -0
  808. /package/{page-data/home → common/page-data/edit-candle}/index.js +0 -0
  809. /package/{page-data → common/page-data}/home/domains.d.ts +0 -0
  810. /package/{server-data/person-candles → common/page-data/home}/domains.js +0 -0
  811. /package/{page-data/light-candle → common/page-data/home}/index.d.ts +0 -0
  812. /package/{page-data/light-candle → common/page-data/home}/index.js +0 -0
  813. /package/{page-data → common/page-data}/index.d.ts +0 -0
  814. /package/{page-data → common/page-data}/index.js +0 -0
  815. /package/{page-data → common/page-data}/light-candle/domains.d.ts +0 -0
  816. /package/{server-data/persons-map → common/page-data/light-candle}/domains.js +0 -0
  817. /package/{page-data/person-candles → common/page-data/light-candle}/index.d.ts +0 -0
  818. /package/{page-data/person-candles → common/page-data/light-candle}/index.js +0 -0
  819. /package/{page-data → common/page-data}/person-candles/domains.d.ts +0 -0
  820. /package/{server-data/persons → common/page-data/person-candles}/domains.js +0 -0
  821. /package/{page-data/persons-map → common/page-data/person-candles}/index.d.ts +0 -0
  822. /package/{page-data/persons-map → common/page-data/person-candles}/index.js +0 -0
  823. /package/{page-data → common/page-data}/persons/domains.d.ts +0 -0
  824. /package/{styles/screen/screen-width → common/page-data/persons}/domains.js +0 -0
  825. /package/{server-data/candle-details → common/page-data/persons}/index.d.ts +0 -0
  826. /package/{server-data/candle-details → common/page-data/persons}/index.js +0 -0
  827. /package/{page-data → common/page-data}/persons-map/domains.d.ts +0 -0
  828. /package/{service/service-name → common/page-data/persons-map}/domains.js +0 -0
  829. /package/{page-data/persons → common/page-data/persons-map}/index.d.ts +0 -0
  830. /package/{page-data/persons → common/page-data/persons-map}/index.js +0 -0
  831. /package/{page-menu → common/page-menu}/configs.d.ts +0 -0
  832. /package/{page-menu → common/page-menu}/configs.js +0 -0
  833. /package/{page-menu → common/page-menu}/domains.d.ts +0 -0
  834. /package/{styles/screen/screen → common/page-menu}/domains.js +0 -0
  835. /package/{page-menu → common/page-menu}/index.d.ts +0 -0
  836. /package/{page-menu → common/page-menu}/index.js +0 -0
  837. /package/{page-menu → common/page-menu}/type-guards.d.ts +0 -0
  838. /package/{page-menu → common/page-menu}/type-guards.js +0 -0
  839. /package/{person → common/person}/index.d.ts +0 -0
  840. /package/{person → common/person}/index.js +0 -0
  841. /package/{person → common/person}/person-image/file-name/config.d.ts +0 -0
  842. /package/{person → common/person}/person-image/file-name/config.js +0 -0
  843. /package/{person → common/person}/person-image/file-name/index.d.ts +0 -0
  844. /package/{person → common/person}/person-image/file-name/index.js +0 -0
  845. /package/{person → common/person}/person-image/file-name/type.d.ts +0 -0
  846. /package/{translation/translation-code/excluded-translation-code/domains.js → common/person/person-image/file-name/type.js} +0 -0
  847. /package/{person → common/person}/person-image/index.d.ts +0 -0
  848. /package/{person → common/person}/person-image/index.js +0 -0
  849. /package/{person → common/person}/person-image/type.d.ts +0 -0
  850. /package/{translation/translation-code/translation-code/domains.js → common/person/person-image/type.js} +0 -0
  851. /package/{person → common/person}/person-image/width/config.d.ts +0 -0
  852. /package/{person → common/person}/person-image/width/config.js +0 -0
  853. /package/{person → common/person}/person-image/width/index.d.ts +0 -0
  854. /package/{person → common/person}/person-image/width/index.js +0 -0
  855. /package/{person → common/person}/person-image/width/type.d.ts +0 -0
  856. /package/{type/strict-with-error/domains.js → common/person/person-image/width/type.js} +0 -0
  857. /package/{person → common/person}/type.d.ts +0 -0
  858. /package/{request → common/request}/api/api/config.d.ts +0 -0
  859. /package/{request → common/request}/api/api/config.js +0 -0
  860. /package/{request → common/request}/api/api/domain.d.ts +0 -0
  861. /package/{request → common/request}/api/api/index.d.ts +0 -0
  862. /package/{request → common/request}/api/api/index.js +0 -0
  863. /package/{request → common/request}/api/api-route/config.d.ts +0 -0
  864. /package/{request → common/request}/api/api-route/config.js +0 -0
  865. /package/{request → common/request}/api/api-route/index.d.ts +0 -0
  866. /package/{request → common/request}/api/api-route/index.js +0 -0
  867. /package/{request → common/request}/api/index.d.ts +0 -0
  868. /package/{request → common/request}/api/index.js +0 -0
  869. /package/{request → common/request}/api-request/index.d.ts +0 -0
  870. /package/{request → common/request}/api-request/index.js +0 -0
  871. /package/{request → common/request}/api-request/type.d.ts +0 -0
  872. /package/{request → common/request}/request-query/compose-request-query/index.d.ts +0 -0
  873. /package/{request → common/request}/request-query/compose-request-query/index.js +0 -0
  874. /package/{request → common/request}/request-query/compose-request-query/type.d.ts +0 -0
  875. /package/{request → common/request}/request-query/index.d.ts +0 -0
  876. /package/{request → common/request}/request-query/index.js +0 -0
  877. /package/{server-data → common/server-data}/candle-details/domains.d.ts +0 -0
  878. /package/{server-data/candles → common/server-data/candle-details}/index.d.ts +0 -0
  879. /package/{server-data/candles → common/server-data/candle-details}/index.js +0 -0
  880. /package/{server-data → common/server-data}/candles/domains.d.ts +0 -0
  881. /package/{server-data/edit-candle → common/server-data/candles}/index.d.ts +0 -0
  882. /package/{server-data/edit-candle → common/server-data/candles}/index.js +0 -0
  883. /package/{server-data → common/server-data}/edit-candle/domains.d.ts +0 -0
  884. /package/{server-data/home → common/server-data/edit-candle}/index.d.ts +0 -0
  885. /package/{server-data/home → common/server-data/edit-candle}/index.js +0 -0
  886. /package/{server-data → common/server-data}/home/domains.d.ts +0 -0
  887. /package/{server-data/light-candle → common/server-data/home}/index.d.ts +0 -0
  888. /package/{server-data/light-candle → common/server-data/home}/index.js +0 -0
  889. /package/{server-data → common/server-data}/index.d.ts +0 -0
  890. /package/{server-data → common/server-data}/index.js +0 -0
  891. /package/{server-data → common/server-data}/light-candle/domains.d.ts +0 -0
  892. /package/{server-data/person-candles → common/server-data/light-candle}/index.d.ts +0 -0
  893. /package/{server-data/person-candles → common/server-data/light-candle}/index.js +0 -0
  894. /package/{server-data → common/server-data}/person-candles/domains.d.ts +0 -0
  895. /package/{server-data/persons-map → common/server-data/person-candles}/index.d.ts +0 -0
  896. /package/{server-data/persons-map → common/server-data/person-candles}/index.js +0 -0
  897. /package/{server-data → common/server-data}/persons/domains.d.ts +0 -0
  898. /package/{type/strict-with-error → common/server-data/persons}/index.d.ts +0 -0
  899. /package/{type/strict-with-error → common/server-data/persons}/index.js +0 -0
  900. /package/{server-data → common/server-data}/persons-map/domains.d.ts +0 -0
  901. /package/{server-data/persons → common/server-data/persons-map}/index.d.ts +0 -0
  902. /package/{server-data/persons → common/server-data/persons-map}/index.js +0 -0
  903. /package/{service → common/service}/index.d.ts +0 -0
  904. /package/{service → common/service}/index.js +0 -0
  905. /package/{service → common/service}/service-name/constants.d.ts +0 -0
  906. /package/{service → common/service}/service-name/constants.js +0 -0
  907. /package/{service → common/service}/service-name/domains.d.ts +0 -0
  908. /package/{service → common/service}/service-name/index.d.ts +0 -0
  909. /package/{service → common/service}/service-name/index.js +0 -0
  910. /package/{service → common/service}/service-name/type-guards.d.ts +0 -0
  911. /package/{service → common/service}/service-name/type-guards.js +0 -0
  912. /package/{styles → common/styles}/index.d.ts +0 -0
  913. /package/{styles → common/styles}/index.js +0 -0
  914. /package/{styles → common/styles}/screen/index.d.ts +0 -0
  915. /package/{styles → common/styles}/screen/index.js +0 -0
  916. /package/{styles → common/styles}/screen/screen/configs.d.ts +0 -0
  917. /package/{styles → common/styles}/screen/screen/configs.js +0 -0
  918. /package/{styles → common/styles}/screen/screen/domains.d.ts +0 -0
  919. /package/{styles → common/styles}/screen/screen/index.d.ts +0 -0
  920. /package/{styles → common/styles}/screen/screen/index.js +0 -0
  921. /package/{styles → common/styles}/screen/screen/utils/get-screen-by-width/index.d.ts +0 -0
  922. /package/{styles → common/styles}/screen/screen/utils/get-screen-by-width/index.js +0 -0
  923. /package/{styles → common/styles}/screen/screen/utils/get-screen-by-width/type.d.ts +0 -0
  924. /package/{styles → common/styles}/screen/screen/utils/index.d.ts +0 -0
  925. /package/{styles → common/styles}/screen/screen/utils/index.js +0 -0
  926. /package/{styles → common/styles}/screen/screen-width/configs.d.ts +0 -0
  927. /package/{styles → common/styles}/screen/screen-width/configs.js +0 -0
  928. /package/{styles → common/styles}/screen/screen-width/domains.d.ts +0 -0
  929. /package/{styles → common/styles}/screen/screen-width/index.d.ts +0 -0
  930. /package/{styles → common/styles}/screen/screen-width/index.js +0 -0
  931. /package/{styles → common/styles}/screen/screen-width/utils/compose-screen-widths/index.d.ts +0 -0
  932. /package/{styles → common/styles}/screen/screen-width/utils/compose-screen-widths/index.js +0 -0
  933. /package/{styles → common/styles}/screen/screen-width/utils/compose-screen-widths/type.d.ts +0 -0
  934. /package/{styles → common/styles}/screen/screen-width/utils/index.d.ts +0 -0
  935. /package/{styles → common/styles}/screen/screen-width/utils/index.js +0 -0
  936. /package/{translation → common/translation}/index.d.ts +0 -0
  937. /package/{translation → common/translation}/index.js +0 -0
  938. /package/{translation → common/translation}/language/defaults.d.ts +0 -0
  939. /package/{translation → common/translation}/language/domains.d.ts +0 -0
  940. /package/{translation → common/translation}/language/index.d.ts +0 -0
  941. /package/{translation → common/translation}/language/index.js +0 -0
  942. /package/{translation → common/translation}/language/type-guards.d.ts +0 -0
  943. /package/{translation → common/translation}/language/type-guards.js +0 -0
  944. /package/{translation → common/translation}/language/validates/index.d.ts +0 -0
  945. /package/{translation → common/translation}/language/validates/index.js +0 -0
  946. /package/{translation → common/translation}/language/validates/validate-language/index.d.ts +0 -0
  947. /package/{translation → common/translation}/language/validates/validate-language/index.js +0 -0
  948. /package/{translation → common/translation}/language/validates/validate-language/type.d.ts +0 -0
  949. /package/{translation → common/translation}/language/validates/validate-page/index.d.ts +0 -0
  950. /package/{translation → common/translation}/language/validates/validate-page/index.js +0 -0
  951. /package/{translation → common/translation}/language/validates/validate-page/type.d.ts +0 -0
  952. /package/{translation → common/translation}/translation/domains/index.d.ts +0 -0
  953. /package/{translation → common/translation}/translation/index.d.ts +0 -0
  954. /package/{translation → common/translation}/translation/index.js +0 -0
  955. /package/{translation → common/translation}/translation-code/excluded-translation-code/configs.d.ts +0 -0
  956. /package/{translation → common/translation}/translation-code/excluded-translation-code/configs.js +0 -0
  957. /package/{translation → common/translation}/translation-code/excluded-translation-code/domains.d.ts +0 -0
  958. /package/{translation → common/translation}/translation-code/excluded-translation-code/index.d.ts +0 -0
  959. /package/{translation → common/translation}/translation-code/excluded-translation-code/index.js +0 -0
  960. /package/{translation → common/translation}/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/index.d.ts +0 -0
  961. /package/{translation → common/translation}/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/index.js +0 -0
  962. /package/{translation → common/translation}/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/type.d.ts +0 -0
  963. /package/{translation → common/translation}/translation-code/excluded-translation-code/utils/index.d.ts +0 -0
  964. /package/{translation → common/translation}/translation-code/excluded-translation-code/utils/index.js +0 -0
  965. /package/{translation → common/translation}/translation-code/index.d.ts +0 -0
  966. /package/{translation → common/translation}/translation-code/index.js +0 -0
  967. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-card/config.d.ts +0 -0
  968. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-card/config.js +0 -0
  969. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-card/index.d.ts +0 -0
  970. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-card/index.js +0 -0
  971. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-cards/config.d.ts +0 -0
  972. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-cards/config.js +0 -0
  973. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-cards/index.d.ts +0 -0
  974. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-cards/index.js +0 -0
  975. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-image/config.d.ts +0 -0
  976. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-image/config.js +0 -0
  977. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-image/index.d.ts +0 -0
  978. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-image/index.js +0 -0
  979. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-maintenance/config.d.ts +0 -0
  980. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-maintenance/config.js +0 -0
  981. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-maintenance/index.d.ts +0 -0
  982. /package/{translation → common/translation}/translation-code/translation-code/candle/candle-maintenance/index.js +0 -0
  983. /package/{translation → common/translation}/translation-code/translation-code/candle/candles-list/config.d.ts +0 -0
  984. /package/{translation → common/translation}/translation-code/translation-code/candle/candles-list/config.js +0 -0
  985. /package/{translation → common/translation}/translation-code/translation-code/candle/candles-list/index.d.ts +0 -0
  986. /package/{translation → common/translation}/translation-code/translation-code/candle/candles-list/index.js +0 -0
  987. /package/{translation → common/translation}/translation-code/translation-code/candle/index.d.ts +0 -0
  988. /package/{translation → common/translation}/translation-code/translation-code/candle/index.js +0 -0
  989. /package/{translation → common/translation}/translation-code/translation-code/common-page/config.d.ts +0 -0
  990. /package/{translation → common/translation}/translation-code/translation-code/common-page/config.js +0 -0
  991. /package/{translation → common/translation}/translation-code/translation-code/common-page/index.d.ts +0 -0
  992. /package/{translation → common/translation}/translation-code/translation-code/common-page/index.js +0 -0
  993. /package/{translation → common/translation}/translation-code/translation-code/configs.d.ts +0 -0
  994. /package/{translation → common/translation}/translation-code/translation-code/configs.js +0 -0
  995. /package/{translation → common/translation}/translation-code/translation-code/country/country-code/config.d.ts +0 -0
  996. /package/{translation → common/translation}/translation-code/translation-code/country/country-code/config.js +0 -0
  997. /package/{translation → common/translation}/translation-code/translation-code/country/country-code/index.d.ts +0 -0
  998. /package/{translation → common/translation}/translation-code/translation-code/country/country-code/index.js +0 -0
  999. /package/{translation → common/translation}/translation-code/translation-code/country/index.d.ts +0 -0
  1000. /package/{translation → common/translation}/translation-code/translation-code/country/index.js +0 -0
  1001. /package/{translation → common/translation}/translation-code/translation-code/domains.d.ts +0 -0
  1002. /package/{translation → common/translation}/translation-code/translation-code/index.d.ts +0 -0
  1003. /package/{translation → common/translation}/translation-code/translation-code/index.js +0 -0
  1004. /package/{translation → common/translation}/translation-code/translation-code/person/index.d.ts +0 -0
  1005. /package/{translation → common/translation}/translation-code/translation-code/person/index.js +0 -0
  1006. /package/{translation → common/translation}/translation-code/translation-code/person/person-card/config.d.ts +0 -0
  1007. /package/{translation → common/translation}/translation-code/translation-code/person/person-card/config.js +0 -0
  1008. /package/{translation → common/translation}/translation-code/translation-code/person/person-card/index.d.ts +0 -0
  1009. /package/{translation → common/translation}/translation-code/translation-code/person/person-card/index.js +0 -0
  1010. /package/{translation → common/translation}/translation-code/translation-code/person/person-cards/config.d.ts +0 -0
  1011. /package/{translation → common/translation}/translation-code/translation-code/person/person-cards/config.js +0 -0
  1012. /package/{translation → common/translation}/translation-code/translation-code/person/person-cards/index.d.ts +0 -0
  1013. /package/{translation → common/translation}/translation-code/translation-code/person/person-cards/index.js +0 -0
  1014. /package/{translation → common/translation}/translation-code/translation-code/person/person-image/config.d.ts +0 -0
  1015. /package/{translation → common/translation}/translation-code/translation-code/person/person-image/config.js +0 -0
  1016. /package/{translation → common/translation}/translation-code/translation-code/person/person-image/index.d.ts +0 -0
  1017. /package/{translation → common/translation}/translation-code/translation-code/person/person-image/index.js +0 -0
  1018. /package/{translation → common/translation}/translation-code/translation-code/person/person-maintenance/config.d.ts +0 -0
  1019. /package/{translation → common/translation}/translation-code/translation-code/person/person-maintenance/config.js +0 -0
  1020. /package/{translation → common/translation}/translation-code/translation-code/person/person-maintenance/index.d.ts +0 -0
  1021. /package/{translation → common/translation}/translation-code/translation-code/person/person-maintenance/index.js +0 -0
  1022. /package/{translation → common/translation}/translation-code/translation-code/person/persons-list/config.d.ts +0 -0
  1023. /package/{translation → common/translation}/translation-code/translation-code/person/persons-list/config.js +0 -0
  1024. /package/{translation → common/translation}/translation-code/translation-code/person/persons-list/index.d.ts +0 -0
  1025. /package/{translation → common/translation}/translation-code/translation-code/person/persons-list/index.js +0 -0
  1026. /package/{translation → common/translation}/translation-code/translation-code/time/index.d.ts +0 -0
  1027. /package/{translation → common/translation}/translation-code/translation-code/time/index.js +0 -0
  1028. /package/{translation → common/translation}/translation-code/translation-code/time/time-abbreviation/config.d.ts +0 -0
  1029. /package/{translation → common/translation}/translation-code/translation-code/time/time-abbreviation/config.js +0 -0
  1030. /package/{translation → common/translation}/translation-code/translation-code/time/time-abbreviation/index.d.ts +0 -0
  1031. /package/{translation → common/translation}/translation-code/translation-code/time/time-abbreviation/index.js +0 -0
  1032. /package/{type → common/type}/array/index.d.ts +0 -0
  1033. /package/{type → common/type}/array/index.js +0 -0
  1034. /package/{type → common/type}/array/type-guards.d.ts +0 -0
  1035. /package/{type → common/type}/array/type-guards.js +0 -0
  1036. /package/{type → common/type}/array/validates/index.d.ts +0 -0
  1037. /package/{type → common/type}/array/validates/index.js +0 -0
  1038. /package/{type → common/type}/array/validates/type.d.ts +0 -0
  1039. /package/{type → common/type}/boolean/index.d.ts +0 -0
  1040. /package/{type → common/type}/boolean/index.js +0 -0
  1041. /package/{type → common/type}/boolean/type-guard.d.ts +0 -0
  1042. /package/{type → common/type}/boolean/type-guard.js +0 -0
  1043. /package/{type → common/type}/index.d.ts +0 -0
  1044. /package/{type → common/type}/index.js +0 -0
  1045. /package/{type → common/type}/null/index.d.ts +0 -0
  1046. /package/{type → common/type}/null/index.js +0 -0
  1047. /package/{type → common/type}/null/type-guards.d.ts +0 -0
  1048. /package/{type → common/type}/null/type-guards.js +0 -0
  1049. /package/{type → common/type}/number/index.d.ts +0 -0
  1050. /package/{type → common/type}/number/index.js +0 -0
  1051. /package/{type → common/type}/number/type-guard.d.ts +0 -0
  1052. /package/{type → common/type}/number/type-guard.js +0 -0
  1053. /package/{type → common/type}/object/index.d.ts +0 -0
  1054. /package/{type → common/type}/object/index.js +0 -0
  1055. /package/{type → common/type}/object/properties-in-object/index.d.ts +0 -0
  1056. /package/{type → common/type}/object/properties-in-object/index.js +0 -0
  1057. /package/{type → common/type}/object/properties-in-object/type-guard.d.ts +0 -0
  1058. /package/{type → common/type}/object/properties-in-object/type-guard.js +0 -0
  1059. /package/{type → common/type}/object/property-in-object/index.d.ts +0 -0
  1060. /package/{type → common/type}/object/property-in-object/index.js +0 -0
  1061. /package/{type → common/type}/object/property-in-object/type-guard.d.ts +0 -0
  1062. /package/{type → common/type}/object/property-in-object/type-guard.js +0 -0
  1063. /package/{type → common/type}/object/type-guards.d.ts +0 -0
  1064. /package/{type → common/type}/object/type-guards.js +0 -0
  1065. /package/{type → common/type}/readonly/index.d.ts +0 -0
  1066. /package/{type → common/type}/readonly/index.js +0 -0
  1067. /package/{type → common/type}/readonly/remove-readonly/index.d.ts +0 -0
  1068. /package/{type → common/type}/strict-with-error/domains.d.ts +0 -0
  1069. /package/{type → common/type}/string/index.d.ts +0 -0
  1070. /package/{type → common/type}/string/index.js +0 -0
  1071. /package/{type → common/type}/string/type-guards.d.ts +0 -0
  1072. /package/{type → common/type}/string/type-guards.js +0 -0
  1073. /package/{type → common/type}/string/validate-comma-separated-string/index.d.ts +0 -0
  1074. /package/{type → common/type}/string/validate-comma-separated-string/index.js +0 -0
  1075. /package/{type → common/type}/string/validate-comma-separated-string/types.d.ts +0 -0
  1076. /package/{type → common/type}/string/validate-string/index.d.ts +0 -0
  1077. /package/{type → common/type}/string/validate-string/index.js +0 -0
  1078. /package/{type → common/type}/string/validate-string/type.d.ts +0 -0
  1079. /package/{type → common/type}/type/index.d.ts +0 -0
  1080. /package/{type → common/type}/type/index.js +0 -0
  1081. /package/{type → common/type}/type/type-guards.d.ts +0 -0
  1082. /package/{type → common/type}/type/type-guards.js +0 -0
  1083. /package/{type → common/type}/type/utils/index.d.ts +0 -0
  1084. /package/{type → common/type}/type/utils/index.js +0 -0
  1085. /package/{type → common/type}/type/utils/validate-by-values/index.d.ts +0 -0
  1086. /package/{type → common/type}/type/utils/validate-by-values/index.js +0 -0
  1087. /package/{type → common/type}/type/utils/validate-by-values/type.d.ts +0 -0
  1088. /package/{type → common/type}/undefined/index.d.ts +0 -0
  1089. /package/{type → common/type}/undefined/index.js +0 -0
  1090. /package/{type → common/type}/undefined/type-guard.d.ts +0 -0
  1091. /package/{type → common/type}/undefined/type-guard.js +0 -0
  1092. /package/{validator → common/validator}/index.d.ts +0 -0
  1093. /package/{validator → common/validator}/index.js +0 -0
  1094. /package/{validator → common/validator}/validator-regexp/config.d.ts +0 -0
  1095. /package/{validator → common/validator}/validator-regexp/config.js +0 -0
  1096. /package/{validator → common/validator}/validator-regexp/index.d.ts +0 -0
  1097. /package/{validator → common/validator}/validator-regexp/index.js +0 -0
  1098. /package/{validator → common/validator}/validator-regexp/type.d.ts +0 -0
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ import { AddSecurityGroupIngressRuleCdk } from './types.js';
2
+ export declare const addSecurityGroupIngressRuleCdk: AddSecurityGroupIngressRuleCdk;
@@ -0,0 +1,4 @@
1
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
2
+ export const addSecurityGroupIngressRuleCdk = (securityGroup, port) => {
3
+ securityGroup.addIngressRule(ec2.Peer.anyIpv4(), ec2.Port.tcp(port));
4
+ };
@@ -0,0 +1,2 @@
1
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
2
+ export type AddSecurityGroupIngressRuleCdk = (securityGroup: ec2.SecurityGroup, port: number) => void;
@@ -0,0 +1,2 @@
1
+ import { CreateCdkInstanceCdk } from './type.js';
2
+ export declare const createCdkInstanceCdk: CreateCdkInstanceCdk;
@@ -0,0 +1,30 @@
1
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
2
+ export const createCdkInstanceCdk = (stack, name, options) => {
3
+ const { initScript, keyPairName, securityGroup, vpc } = options;
4
+ const instance = new ec2.Instance(stack, `ec2-instance-${name}`, {
5
+ blockDevices: [
6
+ {
7
+ deviceName: '/dev/sda1',
8
+ volume: ec2.BlockDeviceVolume.ebs(30),
9
+ },
10
+ ],
11
+ vpc,
12
+ securityGroup,
13
+ instanceType: ec2.InstanceType.of(ec2.InstanceClass.T2, ec2.InstanceSize.SMALL),
14
+ machineImage: ec2.MachineImage.fromSsmParameter('/aws/service/canonical/ubuntu/server/focal/stable/current/amd64/hvm/ebs-gp2/ami-id'),
15
+ keyPair: ec2.KeyPair.fromKeyPairName(stack, 'KeyPair', keyPairName),
16
+ instanceName: name,
17
+ vpcSubnets: {
18
+ subnetType: ec2.SubnetType.PUBLIC,
19
+ },
20
+ });
21
+ if (initScript) {
22
+ instance.addUserData(initScript);
23
+ }
24
+ const eip = new ec2.CfnEIP(stack, `ec2-elastic-ip-${name}`);
25
+ new ec2.CfnEIPAssociation(stack, `ec2-elastic-ip-association-${name}`, {
26
+ eip: eip.ref,
27
+ instanceId: instance.instanceId,
28
+ });
29
+ return instance;
30
+ };
@@ -0,0 +1,8 @@
1
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
2
+ import * as cdk from 'aws-cdk-lib';
3
+ export type CreateCdkInstanceCdk = (stack: cdk.Stack, name: string, options: {
4
+ initScript?: string;
5
+ keyPairName: string;
6
+ securityGroup: ec2.SecurityGroup;
7
+ vpc: ec2.Vpc;
8
+ }) => ec2.Instance;
@@ -0,0 +1,2 @@
1
+ import { CreateSecurityGroupCdk } from './type.js';
2
+ export declare const createSecurityGroupCdk: CreateSecurityGroupCdk;
@@ -0,0 +1,6 @@
1
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
2
+ export const createSecurityGroupCdk = (stack, name, vpc) => new ec2.SecurityGroup(stack, `ec2-vpc-security-group-${name}`, {
3
+ vpc,
4
+ allowAllOutbound: true,
5
+ securityGroupName: name,
6
+ });
@@ -0,0 +1,3 @@
1
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
2
+ import * as cdk from 'aws-cdk-lib';
3
+ export type CreateSecurityGroupCdk = (stack: cdk.Stack, name: string, vpc: ec2.Vpc) => ec2.SecurityGroup;
@@ -0,0 +1,2 @@
1
+ import { CreateVpcCdk } from './type.js';
2
+ export declare const createVpcCdk: CreateVpcCdk;
@@ -0,0 +1,17 @@
1
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
2
+ export const createVpcCdk = (stack, name) => new ec2.Vpc(stack, `ec2-vpc-${name}`, {
3
+ ipAddresses: ec2.IpAddresses.cidr('10.0.0.0/16'),
4
+ subnetConfiguration: [
5
+ {
6
+ name: 'public-subnet',
7
+ cidrMask: 24,
8
+ subnetType: ec2.SubnetType.PUBLIC,
9
+ },
10
+ {
11
+ name: 'private-subnet',
12
+ cidrMask: 24,
13
+ subnetType: ec2.SubnetType.PRIVATE_ISOLATED,
14
+ },
15
+ ],
16
+ vpcName: name,
17
+ });
@@ -0,0 +1,3 @@
1
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
2
+ import * as cdk from 'aws-cdk-lib';
3
+ export type CreateVpcCdk = (stack: cdk.Stack, name: string) => ec2.Vpc;
@@ -0,0 +1,4 @@
1
+ export * from './add-security-group-ingress-rule-cdk/index.js';
2
+ export * from './create-ec2-instance-cdk/index.js';
3
+ export * from './create-security-group-cdk/index.js';
4
+ export * from './create-vpc-cdk/index.js';
@@ -0,0 +1,4 @@
1
+ export * from './add-security-group-ingress-rule-cdk/index.js';
2
+ export * from './create-ec2-instance-cdk/index.js';
3
+ export * from './create-security-group-cdk/index.js';
4
+ export * from './create-vpc-cdk/index.js';
@@ -0,0 +1,7 @@
1
+ export * from './ec2/index.js';
2
+ export * from './lambda/index.js';
3
+ export * from './s3/index.js';
4
+ export * from './s3-deployment/index.js';
5
+ export * from './sqs/index.js';
6
+ export * from './ssm/index.js';
7
+ export * from './utils/index.js';
@@ -0,0 +1,7 @@
1
+ export * from './ec2/index.js';
2
+ export * from './lambda/index.js';
3
+ export * from './s3/index.js';
4
+ export * from './s3-deployment/index.js';
5
+ export * from './sqs/index.js';
6
+ export * from './ssm/index.js';
7
+ export * from './utils/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ import { AttachSqsToLambdaCdk } from './types.js';
2
+ export declare const attachSqsToLambdaCdk: AttachSqsToLambdaCdk;
@@ -0,0 +1,25 @@
1
+ import * as sqs from 'aws-cdk-lib/aws-sqs';
2
+ import * as lambdaEventSources from 'aws-cdk-lib/aws-lambda-event-sources';
3
+ export const attachSqsToLambdaCdk = (stack, lambda, queueName, options) => {
4
+ let deadLetterQueue;
5
+ if (options) {
6
+ const { dlq: dlqOptions } = options;
7
+ if (dlqOptions) {
8
+ const queue = new sqs.Queue(stack, `dlq-${queueName}`, {
9
+ queueName: `${queueName}-dlq`,
10
+ });
11
+ deadLetterQueue = {
12
+ queue,
13
+ maxReceiveCount: dlqOptions.maxReceiveCount,
14
+ };
15
+ }
16
+ }
17
+ const queue = new sqs.Queue(stack, `queue-${queueName}`, {
18
+ queueName,
19
+ deadLetterQueue,
20
+ });
21
+ const eventSource = new lambdaEventSources.SqsEventSource(queue, {
22
+ reportBatchItemFailures: true,
23
+ });
24
+ lambda.addEventSource(eventSource);
25
+ };
@@ -0,0 +1,8 @@
1
+ import * as lambda from 'aws-cdk-lib/aws-lambda';
2
+ import * as cdk from 'aws-cdk-lib';
3
+ import { AwsQueueName } from '../../../../common/index.js';
4
+ export type AttachSqsToLambdaCdk = (stack: cdk.Stack, lambda: lambda.Function, queueName: AwsQueueName, options?: {
5
+ dlq?: {
6
+ maxReceiveCount: number;
7
+ };
8
+ }) => void;
@@ -0,0 +1,2 @@
1
+ import { CreateLambdaCdk } from './types.js';
2
+ export declare const createLambdaCdk: CreateLambdaCdk;
@@ -0,0 +1,37 @@
1
+ import * as cdk from 'aws-cdk-lib';
2
+ import * as lambda from 'aws-cdk-lib/aws-lambda';
3
+ import * as lambdaNodeJS from 'aws-cdk-lib/aws-lambda-nodejs';
4
+ export const createLambdaCdk = (stack, name, options) => {
5
+ const envs = options?.envs;
6
+ const layer = options?.layer;
7
+ let environment;
8
+ let layers;
9
+ if (layer?.layerNames) {
10
+ layers = layer?.layerNames.map((layerName) => new lambda.LayerVersion(stack, `lambda-${name}-layer-${layerName}`, {
11
+ code: lambda.Code.fromAsset(`./layers/${layerName}`),
12
+ compatibleRuntimes: [lambda.Runtime.NODEJS_22_X],
13
+ }));
14
+ }
15
+ if (envs) {
16
+ Object.keys(envs).forEach((key) => {
17
+ environment = {
18
+ ...environment,
19
+ [key]: envs[key].toString(),
20
+ };
21
+ });
22
+ }
23
+ return new lambdaNodeJS.NodejsFunction(stack, `lambda-${name}`, {
24
+ entry: './src/index.ts',
25
+ environment,
26
+ functionName: name,
27
+ handler: 'handler',
28
+ layers,
29
+ memorySize: 1024,
30
+ runtime: lambda.Runtime.NODEJS_22_X,
31
+ timeout: cdk.Duration.seconds(30),
32
+ bundling: {
33
+ format: lambdaNodeJS.OutputFormat.ESM,
34
+ externalModules: layer?.layerModules,
35
+ },
36
+ });
37
+ };
@@ -0,0 +1,10 @@
1
+ import * as lambda from 'aws-cdk-lib/aws-lambda';
2
+ import * as cdk from 'aws-cdk-lib';
3
+ import { EnvironmentMode } from '../../../../../common/index.js';
4
+ export type CreateLambdaCdk = (stack: cdk.Stack, name: string, options?: {
5
+ envs?: Record<string, string | number | boolean | EnvironmentMode>;
6
+ layer?: {
7
+ layerModules: string[];
8
+ layerNames: string[];
9
+ };
10
+ }) => lambda.Function;
@@ -0,0 +1,2 @@
1
+ export * from './attach-sqs-to-lambda-cdk/index.js';
2
+ export * from './create-lambda-cdk/index.js';
@@ -0,0 +1,2 @@
1
+ export * from './attach-sqs-to-lambda-cdk/index.js';
2
+ export * from './create-lambda-cdk/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ import { AttachS3BucketPolicyCdk } from './types.js';
2
+ export declare const attachS3BucketPolicyCdk: AttachS3BucketPolicyCdk;
@@ -0,0 +1,9 @@
1
+ import { Effect, PolicyStatement } from 'aws-cdk-lib/aws-iam';
2
+ import { composeS3Arn } from '../../../../common/index.js';
3
+ export const attachS3BucketPolicyCdk = (bucketName, instance, actions) => {
4
+ instance.addToRolePolicy(new PolicyStatement({
5
+ effect: Effect.ALLOW,
6
+ actions,
7
+ resources: [composeS3Arn(bucketName)],
8
+ }));
9
+ };
@@ -0,0 +1,3 @@
1
+ import * as lambda from 'aws-cdk-lib/aws-lambda';
2
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
3
+ export type AttachS3BucketPolicyCdk = (bucketName: string, instance: lambda.Function | ec2.Instance, actions: Array<'s3:DeleteObject' | 's3:PutObject'>) => void;
@@ -0,0 +1,2 @@
1
+ import { CreateS3BucketCdk } from './type.js';
2
+ export declare const createS3BucketCdk: CreateS3BucketCdk;
@@ -0,0 +1,23 @@
1
+ import * as s3 from 'aws-cdk-lib/aws-s3';
2
+ import { RemovalPolicy } from 'aws-cdk-lib';
3
+ export const createS3BucketCdk = (stack, bucketName, options) => {
4
+ const corsOrigins = options?.corsOrigins;
5
+ const bucket = new s3.Bucket(stack, `s3-bucket-${bucketName}`, {
6
+ accessControl: s3.BucketAccessControl.BUCKET_OWNER_FULL_CONTROL,
7
+ blockPublicAccess: s3.BlockPublicAccess.BLOCK_ACLS_ONLY,
8
+ publicReadAccess: true,
9
+ autoDeleteObjects: true,
10
+ bucketName,
11
+ ...(corsOrigins && {
12
+ cors: [
13
+ {
14
+ allowedMethods: [s3.HttpMethods.GET],
15
+ allowedOrigins: corsOrigins,
16
+ allowedHeaders: ['*'],
17
+ },
18
+ ],
19
+ }),
20
+ removalPolicy: RemovalPolicy.DESTROY,
21
+ });
22
+ return bucket;
23
+ };
@@ -0,0 +1,5 @@
1
+ import * as cdk from 'aws-cdk-lib';
2
+ import * as s3 from 'aws-cdk-lib/aws-s3';
3
+ export type CreateS3BucketCdk = (stack: cdk.Stack, name: string, options?: {
4
+ corsOrigins?: string[];
5
+ }) => s3.Bucket;
@@ -0,0 +1,2 @@
1
+ export * from './attach-s3-bucket-policy-cdk/index.js';
2
+ export * from './create-s3-bucket-cdk/index.js';
@@ -0,0 +1,2 @@
1
+ export * from './attach-s3-bucket-policy-cdk/index.js';
2
+ export * from './create-s3-bucket-cdk/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ import { DeployS3Bucket } from './type.js';
2
+ export declare const deployS3Bucket: DeployS3Bucket;
@@ -0,0 +1,10 @@
1
+ import * as s3Deployment from 'aws-cdk-lib/aws-s3-deployment';
2
+ export const deployS3Bucket = (stack, bucket, options) => {
3
+ const { sourceFolder, destinationFolder } = options;
4
+ const bucketDeployment = new s3Deployment.BucketDeployment(stack, `s3-bucket-deployment-${bucket.bucketName}`, {
5
+ sources: [s3Deployment.Source.asset(sourceFolder)],
6
+ destinationBucket: bucket,
7
+ ...(destinationFolder && { destinationKeyPrefix: destinationFolder }),
8
+ });
9
+ return bucketDeployment;
10
+ };
@@ -0,0 +1,7 @@
1
+ import * as cdk from 'aws-cdk-lib';
2
+ import * as s3 from 'aws-cdk-lib/aws-s3';
3
+ import * as s3Deployment from 'aws-cdk-lib/aws-s3-deployment';
4
+ export type DeployS3Bucket = (stack: cdk.Stack, bucket: s3.Bucket, options: {
5
+ sourceFolder: string;
6
+ destinationFolder?: string;
7
+ }) => s3Deployment.BucketDeployment;
@@ -0,0 +1 @@
1
+ export * from './deploy-s3-bucket-cdk/index.js';
@@ -0,0 +1 @@
1
+ export * from './deploy-s3-bucket-cdk/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ import { AttachSqsPolicyCdk } from './types.js';
2
+ export declare const attachSqsPolicyCdk: AttachSqsPolicyCdk;
@@ -0,0 +1,9 @@
1
+ import { Effect, PolicyStatement } from 'aws-cdk-lib/aws-iam';
2
+ import { composeSqsArn } from '../../../../common/index.js';
3
+ export const attachSqsPolicyCdk = (sqsName, instance, actions) => {
4
+ instance.addToRolePolicy(new PolicyStatement({
5
+ effect: Effect.ALLOW,
6
+ actions,
7
+ resources: [composeSqsArn(sqsName)],
8
+ }));
9
+ };
@@ -0,0 +1,4 @@
1
+ import * as lambda from 'aws-cdk-lib/aws-lambda';
2
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
3
+ import { AwsQueueName } from '../../../../common/index.js';
4
+ export type AttachSqsPolicyCdk = (sqsName: AwsQueueName, instance: lambda.Function | ec2.Instance, actions: Array<'sqs:SendMessage'>) => void;
@@ -0,0 +1 @@
1
+ export * from './attach-sqs-policy-cdk/index.js';
@@ -0,0 +1 @@
1
+ export * from './attach-sqs-policy-cdk/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1 @@
1
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ import { AttachSsmPolicyCdk } from './types.js';
2
+ export declare const attachSsmPolicyCdk: AttachSsmPolicyCdk;
@@ -0,0 +1,9 @@
1
+ import { Effect, PolicyStatement } from 'aws-cdk-lib/aws-iam';
2
+ import { composeSsmArn } from '../../../../common/index.js';
3
+ export const attachSsmPolicyCdk = (instance, actions) => {
4
+ instance.addToRolePolicy(new PolicyStatement({
5
+ effect: Effect.ALLOW,
6
+ actions,
7
+ resources: [composeSsmArn()],
8
+ }));
9
+ };
@@ -0,0 +1,3 @@
1
+ import * as lambda from 'aws-cdk-lib/aws-lambda';
2
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
3
+ export type AttachSsmPolicyCdk = (instance: lambda.Function | ec2.Instance, actions: Array<'ssm:GetParameters'>) => void;
@@ -0,0 +1 @@
1
+ export * from './attach-ssm-policy-cdk/index.js';
@@ -0,0 +1 @@
1
+ export * from './attach-ssm-policy-cdk/index.js';
@@ -0,0 +1,2 @@
1
+ import { ComposeCdkStack } from './types.js';
2
+ export declare const composeCdkStack: ComposeCdkStack;
@@ -0,0 +1,2 @@
1
+ import * as cdk from 'aws-cdk-lib';
2
+ export const composeCdkStack = (stackName) => new cdk.Stack(new cdk.App(), stackName);
@@ -0,0 +1,2 @@
1
+ import * as cdk from 'aws-cdk-lib';
2
+ export type ComposeCdkStack = (stackName: string) => cdk.Stack;
@@ -0,0 +1 @@
1
+ export * from './compose-cdk-stack/index.js';
@@ -0,0 +1 @@
1
+ export * from './compose-cdk-stack/index.js';
@@ -0,0 +1 @@
1
+ export declare const AWS_ACCOUNT_ID = 430408040574;
@@ -0,0 +1 @@
1
+ export const AWS_ACCOUNT_ID = 430408040574;
@@ -0,0 +1 @@
1
+ export * from './constants.js';
@@ -0,0 +1 @@
1
+ export * from './constants.js';
@@ -0,0 +1,5 @@
1
+ export * from './account-id/index.js';
2
+ export * from './region/index.js';
3
+ export * from './s3/index.js';
4
+ export * from './sqs/index.js';
5
+ export * from './ssm/index.js';
@@ -0,0 +1,5 @@
1
+ export * from './account-id/index.js';
2
+ export * from './region/index.js';
3
+ export * from './s3/index.js';
4
+ export * from './sqs/index.js';
5
+ export * from './ssm/index.js';
@@ -0,0 +1 @@
1
+ export declare const AWS_REGIONS: readonly ["eu-central-1", "us-east-1"];
@@ -0,0 +1 @@
1
+ export const AWS_REGIONS = ['eu-central-1', 'us-east-1'];
@@ -0,0 +1,2 @@
1
+ import { AwsRegion } from './domains.js';
2
+ export declare const DEFAULT_AWS_REGION: AwsRegion;
@@ -0,0 +1 @@
1
+ export const DEFAULT_AWS_REGION = 'eu-central-1';
@@ -0,0 +1,2 @@
1
+ import { AWS_REGIONS } from './constants.js';
2
+ export type AwsRegion = (typeof AWS_REGIONS)[number];
@@ -0,0 +1,3 @@
1
+ export * from './constants.js';
2
+ export * from './defaults.js';
3
+ export * from './domains.js';
@@ -0,0 +1,3 @@
1
+ export * from './constants.js';
2
+ export * from './defaults.js';
3
+ export * from './domains.js';
@@ -0,0 +1,2 @@
1
+ export * from './s3-arn/index.js';
2
+ export * from './s3-url/index.js';
@@ -0,0 +1,2 @@
1
+ export * from './s3-arn/index.js';
2
+ export * from './s3-url/index.js';
@@ -0,0 +1 @@
1
+ export declare const S3_ARN_TEMPLATE = "arn:aws:s3:::<BUCKET_NAME>/*";
@@ -0,0 +1 @@
1
+ export const S3_ARN_TEMPLATE = `arn:aws:s3:::<BUCKET_NAME>/*`;
@@ -0,0 +1,2 @@
1
+ export * from './constants.js';
2
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ export * from './constants.js';
2
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ import { ComposeS3Arn } from './types.js';
2
+ export declare const composeS3Arn: ComposeS3Arn;
@@ -0,0 +1,2 @@
1
+ import { S3_ARN_TEMPLATE } from '../../constants.js';
2
+ export const composeS3Arn = (bucketName) => S3_ARN_TEMPLATE.replace('<BUCKET_NAME>', bucketName);
@@ -0,0 +1 @@
1
+ export type ComposeS3Arn = (bucketName: string) => string;
@@ -0,0 +1 @@
1
+ export * from './compose-s3-arn/index.js';
@@ -0,0 +1 @@
1
+ export * from './compose-s3-arn/index.js';
@@ -0,0 +1 @@
1
+ export declare const S3_URL_TEMPLATE = "https://s3.<AWS_REGION>.amazonaws.com";
@@ -0,0 +1 @@
1
+ export const S3_URL_TEMPLATE = `https://s3.<AWS_REGION>.amazonaws.com`;
@@ -0,0 +1,2 @@
1
+ export * from './constants.js';
2
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ export * from './constants.js';
2
+ export * from './utils/index.js';
@@ -0,0 +1,2 @@
1
+ import { ComposeS3Url } from './types.js';
2
+ export declare const composeS3Url: ComposeS3Url;
@@ -0,0 +1,2 @@
1
+ import { S3_URL_TEMPLATE } from '../../constants.js';
2
+ export const composeS3Url = (awsRegion) => S3_URL_TEMPLATE.replace('<AWS_REGION>', awsRegion);
@@ -0,0 +1 @@
1
+ export type ComposeS3Url = (awsRegion: string) => string;
@@ -0,0 +1 @@
1
+ export * from './compose-s3-url/index.js';
@@ -0,0 +1 @@
1
+ export * from './compose-s3-url/index.js';
@@ -0,0 +1,3 @@
1
+ export * from './queue/index.js';
2
+ export * from './sqs-arn/index.js';
3
+ export * from './sqs-url/index.js';
@@ -0,0 +1,3 @@
1
+ export * from './queue/index.js';
2
+ export * from './sqs-arn/index.js';
3
+ export * from './sqs-url/index.js';
@@ -0,0 +1 @@
1
+ export * from './queue-name/index.js';
@@ -0,0 +1 @@
1
+ export * from './queue-name/index.js';
@@ -0,0 +1 @@
1
+ export declare const AWS_QUEUE_NAMES: readonly ["cache-service-development", "cache-service-development-dlq", "cache-service-production", "cache-service-production-dlq"];