@maka/maka-cli 5.2.6 → 5.2.7

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 (819) hide show
  1. package/bundle/typescript/package.json +119 -0
  2. package/bundle/typescript/src/README.md +37 -0
  3. package/bundle/typescript/src/command.d.ts +37 -0
  4. package/bundle/typescript/src/command.js +231 -0
  5. package/bundle/typescript/src/command.js.map +1 -0
  6. package/bundle/typescript/src/commands/_index.d.ts +26 -0
  7. package/bundle/typescript/src/commands/_index.js +28 -0
  8. package/bundle/typescript/src/commands/_index.js.map +1 -0
  9. package/bundle/typescript/src/commands/ai/_index.d.ts +2 -0
  10. package/bundle/typescript/src/commands/ai/_index.js +3 -0
  11. package/bundle/typescript/src/commands/ai/_index.js.map +1 -0
  12. package/bundle/typescript/src/commands/ai/ai.command.d.ts +3 -0
  13. package/bundle/typescript/src/commands/ai/ai.command.js +83 -0
  14. package/bundle/typescript/src/commands/ai/ai.command.js.map +1 -0
  15. package/bundle/typescript/src/commands/ai/mcp.sub.cmd.d.ts +1 -0
  16. package/bundle/typescript/src/commands/ai/mcp.sub.cmd.js +964 -0
  17. package/bundle/typescript/src/commands/ai/mcp.sub.cmd.js.map +1 -0
  18. package/bundle/typescript/src/commands/aws/_index.d.ts +16 -0
  19. package/bundle/typescript/src/commands/aws/_index.js +17 -0
  20. package/bundle/typescript/src/commands/aws/_index.js.map +1 -0
  21. package/bundle/typescript/src/commands/aws/aws.command.d.ts +3 -0
  22. package/bundle/typescript/src/commands/aws/aws.command.js +15 -0
  23. package/bundle/typescript/src/commands/aws/aws.command.js.map +1 -0
  24. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.d.ts +1 -0
  25. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js +38 -0
  26. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js.map +1 -0
  27. package/bundle/typescript/src/commands/aws/chz.sub.cmd.d.ts +1 -0
  28. package/bundle/typescript/src/commands/aws/chz.sub.cmd.js +41 -0
  29. package/bundle/typescript/src/commands/aws/chz.sub.cmd.js.map +1 -0
  30. package/bundle/typescript/src/commands/aws/ci.sub.cmd.d.ts +1 -0
  31. package/bundle/typescript/src/commands/aws/ci.sub.cmd.js +199 -0
  32. package/bundle/typescript/src/commands/aws/ci.sub.cmd.js.map +1 -0
  33. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.d.ts +1 -0
  34. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js +42 -0
  35. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js.map +1 -0
  36. package/bundle/typescript/src/commands/aws/csg.sub.cmd.d.ts +1 -0
  37. package/bundle/typescript/src/commands/aws/csg.sub.cmd.js +43 -0
  38. package/bundle/typescript/src/commands/aws/csg.sub.cmd.js.map +1 -0
  39. package/bundle/typescript/src/commands/aws/decr.sub.cmd.d.ts +1 -0
  40. package/bundle/typescript/src/commands/aws/decr.sub.cmd.js +31 -0
  41. package/bundle/typescript/src/commands/aws/decr.sub.cmd.js.map +1 -0
  42. package/bundle/typescript/src/commands/aws/di.sub.cmd.d.ts +1 -0
  43. package/bundle/typescript/src/commands/aws/di.sub.cmd.js +35 -0
  44. package/bundle/typescript/src/commands/aws/di.sub.cmd.js.map +1 -0
  45. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.d.ts +1 -0
  46. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js +25 -0
  47. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js.map +1 -0
  48. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.d.ts +1 -0
  49. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js +57 -0
  50. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js.map +1 -0
  51. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.d.ts +1 -0
  52. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js +32 -0
  53. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js.map +1 -0
  54. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.d.ts +1 -0
  55. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js +39 -0
  56. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js.map +1 -0
  57. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.d.ts +1 -0
  58. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js +104 -0
  59. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js.map +1 -0
  60. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.d.ts +1 -0
  61. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js +52 -0
  62. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js.map +1 -0
  63. package/bundle/typescript/src/commands/aws/sth.sub.cmd.d.ts +1 -0
  64. package/bundle/typescript/src/commands/aws/sth.sub.cmd.js +74 -0
  65. package/bundle/typescript/src/commands/aws/sth.sub.cmd.js.map +1 -0
  66. package/bundle/typescript/src/commands/aws/ti.sub.cmd.d.ts +1 -0
  67. package/bundle/typescript/src/commands/aws/ti.sub.cmd.js +45 -0
  68. package/bundle/typescript/src/commands/aws/ti.sub.cmd.js.map +1 -0
  69. package/bundle/typescript/src/commands/build/_index.d.ts +2 -0
  70. package/bundle/typescript/src/commands/build/_index.js +3 -0
  71. package/bundle/typescript/src/commands/build/_index.js.map +1 -0
  72. package/bundle/typescript/src/commands/build/build.d.ts +3 -0
  73. package/bundle/typescript/src/commands/build/build.js +98 -0
  74. package/bundle/typescript/src/commands/build/build.js.map +1 -0
  75. package/bundle/typescript/src/commands/build/docker.sub.cmd.d.ts +1 -0
  76. package/bundle/typescript/src/commands/build/docker.sub.cmd.js +138 -0
  77. package/bundle/typescript/src/commands/build/docker.sub.cmd.js.map +1 -0
  78. package/bundle/typescript/src/commands/create.d.ts +1 -0
  79. package/bundle/typescript/src/commands/create.js +645 -0
  80. package/bundle/typescript/src/commands/create.js.map +1 -0
  81. package/bundle/typescript/src/commands/debug.d.ts +1 -0
  82. package/bundle/typescript/src/commands/debug.js +95 -0
  83. package/bundle/typescript/src/commands/debug.js.map +1 -0
  84. package/bundle/typescript/src/commands/deploy/_index.d.ts +3 -0
  85. package/bundle/typescript/src/commands/deploy/_index.js +4 -0
  86. package/bundle/typescript/src/commands/deploy/_index.js.map +1 -0
  87. package/bundle/typescript/src/commands/deploy/deploy.command.d.ts +3 -0
  88. package/bundle/typescript/src/commands/deploy/deploy.command.js +24 -0
  89. package/bundle/typescript/src/commands/deploy/deploy.command.js.map +1 -0
  90. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.d.ts +1 -0
  91. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js +152 -0
  92. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js.map +1 -0
  93. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.d.ts +1 -0
  94. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js +543 -0
  95. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js.map +1 -0
  96. package/bundle/typescript/src/commands/game/_index.d.ts +5 -0
  97. package/bundle/typescript/src/commands/game/_index.js +7 -0
  98. package/bundle/typescript/src/commands/game/_index.js.map +1 -0
  99. package/bundle/typescript/src/commands/game/battleship.sub.cmd.d.ts +1 -0
  100. package/bundle/typescript/src/commands/game/battleship.sub.cmd.js +12 -0
  101. package/bundle/typescript/src/commands/game/battleship.sub.cmd.js.map +1 -0
  102. package/bundle/typescript/src/commands/game/play.command.d.ts +3 -0
  103. package/bundle/typescript/src/commands/game/play.command.js +18 -0
  104. package/bundle/typescript/src/commands/game/play.command.js.map +1 -0
  105. package/bundle/typescript/src/commands/game/pong.sub.cmd.d.ts +1 -0
  106. package/bundle/typescript/src/commands/game/pong.sub.cmd.js +12 -0
  107. package/bundle/typescript/src/commands/game/pong.sub.cmd.js.map +1 -0
  108. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.d.ts +9 -0
  109. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.js +26 -0
  110. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.js.map +1 -0
  111. package/bundle/typescript/src/commands/game/sideQuest/commands/command.d.ts +23 -0
  112. package/bundle/typescript/src/commands/game/sideQuest/commands/command.js +24 -0
  113. package/bundle/typescript/src/commands/game/sideQuest/commands/command.js.map +1 -0
  114. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.d.ts +7 -0
  115. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js +33 -0
  116. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js.map +1 -0
  117. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.d.ts +7 -0
  118. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js +69 -0
  119. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js.map +1 -0
  120. package/bundle/typescript/src/commands/game/sideQuest/commands/give.d.ts +7 -0
  121. package/bundle/typescript/src/commands/game/sideQuest/commands/give.js +58 -0
  122. package/bundle/typescript/src/commands/game/sideQuest/commands/give.js.map +1 -0
  123. package/bundle/typescript/src/commands/game/sideQuest/commands/go.d.ts +7 -0
  124. package/bundle/typescript/src/commands/game/sideQuest/commands/go.js +63 -0
  125. package/bundle/typescript/src/commands/game/sideQuest/commands/go.js.map +1 -0
  126. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.d.ts +6 -0
  127. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.js +36 -0
  128. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.js.map +1 -0
  129. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.d.ts +8 -0
  130. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js +74 -0
  131. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js.map +1 -0
  132. package/bundle/typescript/src/commands/game/sideQuest/commands/look.d.ts +10 -0
  133. package/bundle/typescript/src/commands/game/sideQuest/commands/look.js +137 -0
  134. package/bundle/typescript/src/commands/game/sideQuest/commands/look.js.map +1 -0
  135. package/bundle/typescript/src/commands/game/sideQuest/commands/read.d.ts +6 -0
  136. package/bundle/typescript/src/commands/game/sideQuest/commands/read.js +26 -0
  137. package/bundle/typescript/src/commands/game/sideQuest/commands/read.js.map +1 -0
  138. package/bundle/typescript/src/commands/game/sideQuest/commands/say.d.ts +8 -0
  139. package/bundle/typescript/src/commands/game/sideQuest/commands/say.js +31 -0
  140. package/bundle/typescript/src/commands/game/sideQuest/commands/say.js.map +1 -0
  141. package/bundle/typescript/src/commands/game/sideQuest/commands/search.d.ts +6 -0
  142. package/bundle/typescript/src/commands/game/sideQuest/commands/search.js +24 -0
  143. package/bundle/typescript/src/commands/game/sideQuest/commands/search.js.map +1 -0
  144. package/bundle/typescript/src/commands/game/sideQuest/commands/solve.d.ts +6 -0
  145. package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js +23 -0
  146. package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js.map +1 -0
  147. package/bundle/typescript/src/commands/game/sideQuest/commands/store.d.ts +7 -0
  148. package/bundle/typescript/src/commands/game/sideQuest/commands/store.js +33 -0
  149. package/bundle/typescript/src/commands/game/sideQuest/commands/store.js.map +1 -0
  150. package/bundle/typescript/src/commands/game/sideQuest/commands/take.d.ts +7 -0
  151. package/bundle/typescript/src/commands/game/sideQuest/commands/take.js +41 -0
  152. package/bundle/typescript/src/commands/game/sideQuest/commands/take.js.map +1 -0
  153. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.d.ts +9 -0
  154. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.js +54 -0
  155. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.js.map +1 -0
  156. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.d.ts +6 -0
  157. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js +13 -0
  158. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js.map +1 -0
  159. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.d.ts +7 -0
  160. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js +53 -0
  161. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js.map +1 -0
  162. package/bundle/typescript/src/commands/game/sideQuest/commands/use.d.ts +7 -0
  163. package/bundle/typescript/src/commands/game/sideQuest/commands/use.js +34 -0
  164. package/bundle/typescript/src/commands/game/sideQuest/commands/use.js.map +1 -0
  165. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.d.ts +9 -0
  166. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.js +17 -0
  167. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.js.map +1 -0
  168. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.d.ts +5 -0
  169. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.js +25 -0
  170. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.js.map +1 -0
  171. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.d.ts +10 -0
  172. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.js +36 -0
  173. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.js.map +1 -0
  174. package/bundle/typescript/src/commands/game/sideQuest/factories/puzzle-factory.d.ts +6 -0
  175. package/bundle/typescript/src/commands/game/sideQuest/factories/puzzle-factory.js +24 -0
  176. package/bundle/typescript/src/commands/game/sideQuest/factories/puzzle-factory.js.map +1 -0
  177. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.d.ts +6 -0
  178. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.js +19 -0
  179. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.js.map +1 -0
  180. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.d.ts +6 -0
  181. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.js +126 -0
  182. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.js.map +1 -0
  183. package/bundle/typescript/src/commands/game/sideQuest/game.d.ts +38 -0
  184. package/bundle/typescript/src/commands/game/sideQuest/game.js +384 -0
  185. package/bundle/typescript/src/commands/game/sideQuest/game.js.map +1 -0
  186. package/bundle/typescript/src/commands/game/sideQuest/models/_index.d.ts +8 -0
  187. package/bundle/typescript/src/commands/game/sideQuest/models/_index.js +9 -0
  188. package/bundle/typescript/src/commands/game/sideQuest/models/_index.js.map +1 -0
  189. package/bundle/typescript/src/commands/game/sideQuest/models/door.d.ts +23 -0
  190. package/bundle/typescript/src/commands/game/sideQuest/models/door.js +42 -0
  191. package/bundle/typescript/src/commands/game/sideQuest/models/door.js.map +1 -0
  192. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.d.ts +47 -0
  193. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js +110 -0
  194. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js.map +1 -0
  195. package/bundle/typescript/src/commands/game/sideQuest/models/item.d.ts +56 -0
  196. package/bundle/typescript/src/commands/game/sideQuest/models/item.js +145 -0
  197. package/bundle/typescript/src/commands/game/sideQuest/models/item.js.map +1 -0
  198. package/bundle/typescript/src/commands/game/sideQuest/models/npc.d.ts +36 -0
  199. package/bundle/typescript/src/commands/game/sideQuest/models/npc.js +407 -0
  200. package/bundle/typescript/src/commands/game/sideQuest/models/npc.js.map +1 -0
  201. package/bundle/typescript/src/commands/game/sideQuest/models/player.d.ts +58 -0
  202. package/bundle/typescript/src/commands/game/sideQuest/models/player.js +357 -0
  203. package/bundle/typescript/src/commands/game/sideQuest/models/player.js.map +1 -0
  204. package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.d.ts +34 -0
  205. package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js +67 -0
  206. package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js.map +1 -0
  207. package/bundle/typescript/src/commands/game/sideQuest/models/room.d.ts +69 -0
  208. package/bundle/typescript/src/commands/game/sideQuest/models/room.js +246 -0
  209. package/bundle/typescript/src/commands/game/sideQuest/models/room.js.map +1 -0
  210. package/bundle/typescript/src/commands/game/sideQuest/models/scene.d.ts +72 -0
  211. package/bundle/typescript/src/commands/game/sideQuest/models/scene.js +310 -0
  212. package/bundle/typescript/src/commands/game/sideQuest/models/scene.js.map +1 -0
  213. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.d.ts +0 -0
  214. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.js +1 -0
  215. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.js.map +1 -0
  216. package/bundle/typescript/src/commands/game/sideQuest/scenes/scene1.json +281 -0
  217. package/bundle/typescript/src/commands/game/sideQuest/scenes/scene2.json +397 -0
  218. package/bundle/typescript/src/commands/game/sideQuest/types/enums.d.ts +47 -0
  219. package/bundle/typescript/src/commands/game/sideQuest/types/enums.js +52 -0
  220. package/bundle/typescript/src/commands/game/sideQuest/types/enums.js.map +1 -0
  221. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.d.ts +62 -0
  222. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.js +2 -0
  223. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.js.map +1 -0
  224. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.d.ts +6 -0
  225. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.js +2 -0
  226. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.js.map +1 -0
  227. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.d.ts +23 -0
  228. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.js +2 -0
  229. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.js.map +1 -0
  230. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.d.ts +22 -0
  231. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.js +2 -0
  232. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.js.map +1 -0
  233. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.d.ts +6 -0
  234. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.js +2 -0
  235. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.js.map +1 -0
  236. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.d.ts +8 -0
  237. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.js +2 -0
  238. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.js.map +1 -0
  239. package/bundle/typescript/src/commands/game/sideQuest/types/seed/puzzle-seed.d.ts +11 -0
  240. package/bundle/typescript/src/commands/game/sideQuest/types/seed/puzzle-seed.js +2 -0
  241. package/bundle/typescript/src/commands/game/sideQuest/types/seed/puzzle-seed.js.map +1 -0
  242. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.d.ts +16 -0
  243. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.js +2 -0
  244. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.js.map +1 -0
  245. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.d.ts +20 -0
  246. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.js +2 -0
  247. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.js.map +1 -0
  248. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.d.ts +152 -0
  249. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.js +90 -0
  250. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.js.map +1 -0
  251. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.d.ts +8 -0
  252. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.js +10 -0
  253. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.js.map +1 -0
  254. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.d.ts +25 -0
  255. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.js +27 -0
  256. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.js.map +1 -0
  257. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.d.ts +69 -0
  258. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.js +80 -0
  259. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.js.map +1 -0
  260. package/bundle/typescript/src/commands/game/sideQuest/ui.d.ts +7 -0
  261. package/bundle/typescript/src/commands/game/sideQuest/ui.js +72 -0
  262. package/bundle/typescript/src/commands/game/sideQuest/ui.js.map +1 -0
  263. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.d.ts +16 -0
  264. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js +67 -0
  265. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js.map +1 -0
  266. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.d.ts +1 -0
  267. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js +68 -0
  268. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js.map +1 -0
  269. package/bundle/typescript/src/commands/game/snake.sub.cmd.d.ts +1 -0
  270. package/bundle/typescript/src/commands/game/snake.sub.cmd.js +12 -0
  271. package/bundle/typescript/src/commands/game/snake.sub.cmd.js.map +1 -0
  272. package/bundle/typescript/src/commands/game/tetris.sub.cmd.d.ts +1 -0
  273. package/bundle/typescript/src/commands/game/tetris.sub.cmd.js +12 -0
  274. package/bundle/typescript/src/commands/game/tetris.sub.cmd.js.map +1 -0
  275. package/bundle/typescript/src/commands/generate.d.ts +1 -0
  276. package/bundle/typescript/src/commands/generate.js +42 -0
  277. package/bundle/typescript/src/commands/generate.js.map +1 -0
  278. package/bundle/typescript/src/commands/get/_index.d.ts +4 -0
  279. package/bundle/typescript/src/commands/get/_index.js +5 -0
  280. package/bundle/typescript/src/commands/get/_index.js.map +1 -0
  281. package/bundle/typescript/src/commands/get/get.command.d.ts +3 -0
  282. package/bundle/typescript/src/commands/get/get.command.js +13 -0
  283. package/bundle/typescript/src/commands/get/get.command.js.map +1 -0
  284. package/bundle/typescript/src/commands/get/global.sub.cmd.d.ts +1 -0
  285. package/bundle/typescript/src/commands/get/global.sub.cmd.js +20 -0
  286. package/bundle/typescript/src/commands/get/global.sub.cmd.js.map +1 -0
  287. package/bundle/typescript/src/commands/get/local.sub.cmd.d.ts +1 -0
  288. package/bundle/typescript/src/commands/get/local.sub.cmd.js +14 -0
  289. package/bundle/typescript/src/commands/get/local.sub.cmd.js.map +1 -0
  290. package/bundle/typescript/src/commands/get/whoami.sub.cmd.d.ts +1 -0
  291. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js +21 -0
  292. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js.map +1 -0
  293. package/bundle/typescript/src/commands/help.d.ts +1 -0
  294. package/bundle/typescript/src/commands/help.js +12 -0
  295. package/bundle/typescript/src/commands/help.js.map +1 -0
  296. package/bundle/typescript/src/commands/install.d.ts +1 -0
  297. package/bundle/typescript/src/commands/install.js +269 -0
  298. package/bundle/typescript/src/commands/install.js.map +1 -0
  299. package/bundle/typescript/src/commands/jsdoc.d.ts +1 -0
  300. package/bundle/typescript/src/commands/jsdoc.js +62 -0
  301. package/bundle/typescript/src/commands/jsdoc.js.map +1 -0
  302. package/bundle/typescript/src/commands/lint.d.ts +1 -0
  303. package/bundle/typescript/src/commands/lint.js +127 -0
  304. package/bundle/typescript/src/commands/lint.js.map +1 -0
  305. package/bundle/typescript/src/commands/login.d.ts +1 -0
  306. package/bundle/typescript/src/commands/login.js +168 -0
  307. package/bundle/typescript/src/commands/login.js.map +1 -0
  308. package/bundle/typescript/src/commands/logout.d.ts +1 -0
  309. package/bundle/typescript/src/commands/logout.js +95 -0
  310. package/bundle/typescript/src/commands/logout.js.map +1 -0
  311. package/bundle/typescript/src/commands/logs.d.ts +1 -0
  312. package/bundle/typescript/src/commands/logs.js +35 -0
  313. package/bundle/typescript/src/commands/logs.js.map +1 -0
  314. package/bundle/typescript/src/commands/maka.cmd.d.ts +5 -0
  315. package/bundle/typescript/src/commands/maka.cmd.js +57 -0
  316. package/bundle/typescript/src/commands/maka.cmd.js.map +1 -0
  317. package/bundle/typescript/src/commands/murder.d.ts +1 -0
  318. package/bundle/typescript/src/commands/murder.js +31 -0
  319. package/bundle/typescript/src/commands/murder.js.map +1 -0
  320. package/bundle/typescript/src/commands/profile.d.ts +1 -0
  321. package/bundle/typescript/src/commands/profile.js +277 -0
  322. package/bundle/typescript/src/commands/profile.js.map +1 -0
  323. package/bundle/typescript/src/commands/proxy.d.ts +1 -0
  324. package/bundle/typescript/src/commands/proxy.js +168 -0
  325. package/bundle/typescript/src/commands/proxy.js.map +1 -0
  326. package/bundle/typescript/src/commands/reconfig.d.ts +1 -0
  327. package/bundle/typescript/src/commands/reconfig.js +69 -0
  328. package/bundle/typescript/src/commands/reconfig.js.map +1 -0
  329. package/bundle/typescript/src/commands/register.d.ts +1 -0
  330. package/bundle/typescript/src/commands/register.js +104 -0
  331. package/bundle/typescript/src/commands/register.js.map +1 -0
  332. package/bundle/typescript/src/commands/run/_index.d.ts +2 -0
  333. package/bundle/typescript/src/commands/run/_index.js +3 -0
  334. package/bundle/typescript/src/commands/run/_index.js.map +1 -0
  335. package/bundle/typescript/src/commands/run/docker.sub.cmd.d.ts +1 -0
  336. package/bundle/typescript/src/commands/run/docker.sub.cmd.js +82 -0
  337. package/bundle/typescript/src/commands/run/docker.sub.cmd.js.map +1 -0
  338. package/bundle/typescript/src/commands/run/run.command.d.ts +3 -0
  339. package/bundle/typescript/src/commands/run/run.command.js +200 -0
  340. package/bundle/typescript/src/commands/run/run.command.js.map +1 -0
  341. package/bundle/typescript/src/commands/set/_index.d.ts +3 -0
  342. package/bundle/typescript/src/commands/set/_index.js +4 -0
  343. package/bundle/typescript/src/commands/set/_index.js.map +1 -0
  344. package/bundle/typescript/src/commands/set/global.sub.cmd.d.ts +1 -0
  345. package/bundle/typescript/src/commands/set/global.sub.cmd.js +129 -0
  346. package/bundle/typescript/src/commands/set/global.sub.cmd.js.map +1 -0
  347. package/bundle/typescript/src/commands/set/local.sub.cmd.d.ts +1 -0
  348. package/bundle/typescript/src/commands/set/local.sub.cmd.js +18 -0
  349. package/bundle/typescript/src/commands/set/local.sub.cmd.js.map +1 -0
  350. package/bundle/typescript/src/commands/set/set.command.d.ts +3 -0
  351. package/bundle/typescript/src/commands/set/set.command.js +16 -0
  352. package/bundle/typescript/src/commands/set/set.command.js.map +1 -0
  353. package/bundle/typescript/src/commands/ssh.d.ts +1 -0
  354. package/bundle/typescript/src/commands/ssh.js +43 -0
  355. package/bundle/typescript/src/commands/ssh.js.map +1 -0
  356. package/bundle/typescript/src/commands/ssl.d.ts +1 -0
  357. package/bundle/typescript/src/commands/ssl.js +109 -0
  358. package/bundle/typescript/src/commands/ssl.js.map +1 -0
  359. package/bundle/typescript/src/commands/testCmd/_index.d.ts +3 -0
  360. package/bundle/typescript/src/commands/testCmd/_index.js +4 -0
  361. package/bundle/typescript/src/commands/testCmd/_index.js.map +1 -0
  362. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.d.ts +1 -0
  363. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js +131 -0
  364. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js.map +1 -0
  365. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.d.ts +1 -0
  366. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js +133 -0
  367. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js.map +1 -0
  368. package/bundle/typescript/src/commands/testCmd/test.command.d.ts +3 -0
  369. package/bundle/typescript/src/commands/testCmd/test.command.js +15 -0
  370. package/bundle/typescript/src/commands/testCmd/test.command.js.map +1 -0
  371. package/bundle/typescript/src/commands/undo.d.ts +1 -0
  372. package/bundle/typescript/src/commands/undo.js +12 -0
  373. package/bundle/typescript/src/commands/undo.js.map +1 -0
  374. package/bundle/typescript/src/commands/uninstall.d.ts +1 -0
  375. package/bundle/typescript/src/commands/uninstall.js +76 -0
  376. package/bundle/typescript/src/commands/uninstall.js.map +1 -0
  377. package/bundle/typescript/src/commands/version/_index.d.ts +4 -0
  378. package/bundle/typescript/src/commands/version/_index.js +5 -0
  379. package/bundle/typescript/src/commands/version/_index.js.map +1 -0
  380. package/bundle/typescript/src/commands/version/list.sub.cmd.d.ts +1 -0
  381. package/bundle/typescript/src/commands/version/list.sub.cmd.js +55 -0
  382. package/bundle/typescript/src/commands/version/list.sub.cmd.js.map +1 -0
  383. package/bundle/typescript/src/commands/version/meteor.sub.cmd.d.ts +3 -0
  384. package/bundle/typescript/src/commands/version/meteor.sub.cmd.js +21 -0
  385. package/bundle/typescript/src/commands/version/meteor.sub.cmd.js.map +1 -0
  386. package/bundle/typescript/src/commands/version/use.sub.cmd.d.ts +1 -0
  387. package/bundle/typescript/src/commands/version/use.sub.cmd.js +83 -0
  388. package/bundle/typescript/src/commands/version/use.sub.cmd.js.map +1 -0
  389. package/bundle/typescript/src/commands/version/version.d.ts +3 -0
  390. package/bundle/typescript/src/commands/version/version.js +59 -0
  391. package/bundle/typescript/src/commands/version/version.js.map +1 -0
  392. package/bundle/typescript/src/error.d.ts +12 -0
  393. package/bundle/typescript/src/error.js +13 -0
  394. package/bundle/typescript/src/error.js.map +1 -0
  395. package/bundle/typescript/src/exec.d.ts +2 -0
  396. package/bundle/typescript/src/exec.js +17 -0
  397. package/bundle/typescript/src/exec.js.map +1 -0
  398. package/bundle/typescript/src/generator.d.ts +48 -0
  399. package/bundle/typescript/src/generator.js +394 -0
  400. package/bundle/typescript/src/generator.js.map +1 -0
  401. package/bundle/typescript/src/generators/_index.d.ts +18 -0
  402. package/bundle/typescript/src/generators/_index.js +19 -0
  403. package/bundle/typescript/src/generators/_index.js.map +1 -0
  404. package/bundle/typescript/src/generators/api.d.ts +1 -0
  405. package/bundle/typescript/src/generators/api.js +257 -0
  406. package/bundle/typescript/src/generators/api.js.map +1 -0
  407. package/bundle/typescript/src/generators/aws/_index.d.ts +2 -0
  408. package/bundle/typescript/src/generators/aws/_index.js +3 -0
  409. package/bundle/typescript/src/generators/aws/_index.js.map +1 -0
  410. package/bundle/typescript/src/generators/aws/aws.d.ts +3 -0
  411. package/bundle/typescript/src/generators/aws/aws.js +16 -0
  412. package/bundle/typescript/src/generators/aws/aws.js.map +1 -0
  413. package/bundle/typescript/src/generators/aws/cloudformation/_index.d.ts +2 -0
  414. package/bundle/typescript/src/generators/aws/cloudformation/_index.js +3 -0
  415. package/bundle/typescript/src/generators/aws/cloudformation/_index.js.map +1 -0
  416. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.d.ts +3 -0
  417. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js +21 -0
  418. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js.map +1 -0
  419. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.d.ts +3 -0
  420. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +69 -0
  421. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js.map +1 -0
  422. package/bundle/typescript/src/generators/collection.d.ts +1 -0
  423. package/bundle/typescript/src/generators/collection.js +78 -0
  424. package/bundle/typescript/src/generators/collection.js.map +1 -0
  425. package/bundle/typescript/src/generators/component.d.ts +1 -0
  426. package/bundle/typescript/src/generators/component.js +99 -0
  427. package/bundle/typescript/src/generators/component.js.map +1 -0
  428. package/bundle/typescript/src/generators/config.d.ts +1 -0
  429. package/bundle/typescript/src/generators/config.js +75 -0
  430. package/bundle/typescript/src/generators/config.js.map +1 -0
  431. package/bundle/typescript/src/generators/dbc.d.ts +1 -0
  432. package/bundle/typescript/src/generators/dbc.js +85 -0
  433. package/bundle/typescript/src/generators/dbc.js.map +1 -0
  434. package/bundle/typescript/src/generators/dockerfile.d.ts +1 -0
  435. package/bundle/typescript/src/generators/dockerfile.js +42 -0
  436. package/bundle/typescript/src/generators/dockerfile.js.map +1 -0
  437. package/bundle/typescript/src/generators/hook.d.ts +1 -0
  438. package/bundle/typescript/src/generators/hook.js +112 -0
  439. package/bundle/typescript/src/generators/hook.js.map +1 -0
  440. package/bundle/typescript/src/generators/kits/_index.d.ts +5 -0
  441. package/bundle/typescript/src/generators/kits/_index.js +6 -0
  442. package/bundle/typescript/src/generators/kits/_index.js.map +1 -0
  443. package/bundle/typescript/src/generators/kits/auth/_index.d.ts +4 -0
  444. package/bundle/typescript/src/generators/kits/auth/_index.js +5 -0
  445. package/bundle/typescript/src/generators/kits/auth/_index.js.map +1 -0
  446. package/bundle/typescript/src/generators/kits/auth/auth.generator.d.ts +3 -0
  447. package/bundle/typescript/src/generators/kits/auth/auth.generator.js +21 -0
  448. package/bundle/typescript/src/generators/kits/auth/auth.generator.js.map +1 -0
  449. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.d.ts +1 -0
  450. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.js +895 -0
  451. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.js.map +1 -0
  452. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.d.ts +1 -0
  453. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js +213 -0
  454. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js.map +1 -0
  455. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.d.ts +1 -0
  456. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js +138 -0
  457. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js.map +1 -0
  458. package/bundle/typescript/src/generators/kits/esri/_index.d.ts +2 -0
  459. package/bundle/typescript/src/generators/kits/esri/_index.js +3 -0
  460. package/bundle/typescript/src/generators/kits/esri/_index.js.map +1 -0
  461. package/bundle/typescript/src/generators/kits/esri/esri.generator.d.ts +3 -0
  462. package/bundle/typescript/src/generators/kits/esri/esri.generator.js +31 -0
  463. package/bundle/typescript/src/generators/kits/esri/esri.generator.js.map +1 -0
  464. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.d.ts +1 -0
  465. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js +85 -0
  466. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js.map +1 -0
  467. package/bundle/typescript/src/generators/kits/frames/_index.d.ts +1 -0
  468. package/bundle/typescript/src/generators/kits/frames/_index.js +2 -0
  469. package/bundle/typescript/src/generators/kits/frames/_index.js.map +1 -0
  470. package/bundle/typescript/src/generators/kits/frames/frames.generator.d.ts +3 -0
  471. package/bundle/typescript/src/generators/kits/frames/frames.generator.js +166 -0
  472. package/bundle/typescript/src/generators/kits/frames/frames.generator.js.map +1 -0
  473. package/bundle/typescript/src/generators/kits/kit.d.ts +3 -0
  474. package/bundle/typescript/src/generators/kits/kit.js +17 -0
  475. package/bundle/typescript/src/generators/kits/kit.js.map +1 -0
  476. package/bundle/typescript/src/generators/kits/mui/_index.d.ts +4 -0
  477. package/bundle/typescript/src/generators/kits/mui/_index.js +5 -0
  478. package/bundle/typescript/src/generators/kits/mui/_index.js.map +1 -0
  479. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.d.ts +2 -0
  480. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js +228 -0
  481. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js.map +1 -0
  482. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.d.ts +2 -0
  483. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.js +158 -0
  484. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.js.map +1 -0
  485. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.d.ts +1 -0
  486. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js +210 -0
  487. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js.map +1 -0
  488. package/bundle/typescript/src/generators/kits/mui/mui.generator.d.ts +3 -0
  489. package/bundle/typescript/src/generators/kits/mui/mui.generator.js +79 -0
  490. package/bundle/typescript/src/generators/kits/mui/mui.generator.js.map +1 -0
  491. package/bundle/typescript/src/generators/layout.d.ts +1 -0
  492. package/bundle/typescript/src/generators/layout.js +116 -0
  493. package/bundle/typescript/src/generators/layout.js.map +1 -0
  494. package/bundle/typescript/src/generators/maka.gen.d.ts +5 -0
  495. package/bundle/typescript/src/generators/maka.gen.js +26 -0
  496. package/bundle/typescript/src/generators/maka.gen.js.map +1 -0
  497. package/bundle/typescript/src/generators/methods.d.ts +1 -0
  498. package/bundle/typescript/src/generators/methods.js +65 -0
  499. package/bundle/typescript/src/generators/methods.js.map +1 -0
  500. package/bundle/typescript/src/generators/package.d.ts +1 -0
  501. package/bundle/typescript/src/generators/package.js +71 -0
  502. package/bundle/typescript/src/generators/package.js.map +1 -0
  503. package/bundle/typescript/src/generators/page.d.ts +1 -0
  504. package/bundle/typescript/src/generators/page.js +194 -0
  505. package/bundle/typescript/src/generators/page.js.map +1 -0
  506. package/bundle/typescript/src/generators/publish.d.ts +1 -0
  507. package/bundle/typescript/src/generators/publish.js +75 -0
  508. package/bundle/typescript/src/generators/publish.js.map +1 -0
  509. package/bundle/typescript/src/generators/route.d.ts +1 -0
  510. package/bundle/typescript/src/generators/route.js +68 -0
  511. package/bundle/typescript/src/generators/route.js.map +1 -0
  512. package/bundle/typescript/src/generators/services/_index.d.ts +4 -0
  513. package/bundle/typescript/src/generators/services/_index.js +5 -0
  514. package/bundle/typescript/src/generators/services/_index.js.map +1 -0
  515. package/bundle/typescript/src/generators/services/logger.d.ts +1 -0
  516. package/bundle/typescript/src/generators/services/logger.js +50 -0
  517. package/bundle/typescript/src/generators/services/logger.js.map +1 -0
  518. package/bundle/typescript/src/generators/services/openssl.d.ts +1 -0
  519. package/bundle/typescript/src/generators/services/openssl.js +38 -0
  520. package/bundle/typescript/src/generators/services/openssl.js.map +1 -0
  521. package/bundle/typescript/src/generators/services/service.d.ts +3 -0
  522. package/bundle/typescript/src/generators/services/service.js +16 -0
  523. package/bundle/typescript/src/generators/services/service.js.map +1 -0
  524. package/bundle/typescript/src/generators/services/translation.d.ts +1 -0
  525. package/bundle/typescript/src/generators/services/translation.js +149 -0
  526. package/bundle/typescript/src/generators/services/translation.js.map +1 -0
  527. package/bundle/typescript/src/maka.d.ts +2 -0
  528. package/bundle/typescript/src/maka.js +26 -0
  529. package/bundle/typescript/src/maka.js.map +1 -0
  530. package/bundle/typescript/src/templates/aws/cloudformation/create-ec2-instance.template +14 -0
  531. package/bundle/typescript/src/templates/meteor/api/api.js +20 -0
  532. package/bundle/typescript/src/templates/meteor/api/api.js.ts +20 -0
  533. package/bundle/typescript/src/templates/meteor/api/apollo-gateway.js +50 -0
  534. package/bundle/typescript/src/templates/meteor/api/apollo-gateway.js.ts +55 -0
  535. package/bundle/typescript/src/templates/meteor/api/graphql-api.js +63 -0
  536. package/bundle/typescript/src/templates/meteor/api/graphql-api.js.ts +69 -0
  537. package/bundle/typescript/src/templates/meteor/api/methods.js +39 -0
  538. package/bundle/typescript/src/templates/meteor/api/methods.js.ts +40 -0
  539. package/bundle/typescript/src/templates/meteor/api/register-api.js +3 -0
  540. package/bundle/typescript/src/templates/meteor/api/register-api.js.ts +3 -0
  541. package/bundle/typescript/src/templates/meteor/api/resolvers.js +9 -0
  542. package/bundle/typescript/src/templates/meteor/api/resolvers.js.ts +9 -0
  543. package/bundle/typescript/src/templates/meteor/api/tests.js +0 -0
  544. package/bundle/typescript/src/templates/meteor/api/tests.js.ts +0 -0
  545. package/bundle/typescript/src/templates/meteor/api/typeDefs.js +6 -0
  546. package/bundle/typescript/src/templates/meteor/api/typeDefs.js.ts +6 -0
  547. package/bundle/typescript/src/templates/meteor/app/client/.gitkeep +0 -0
  548. package/bundle/typescript/src/templates/meteor/app/client/body.html +3 -0
  549. package/bundle/typescript/src/templates/meteor/app/client/head.html +12 -0
  550. package/bundle/typescript/src/templates/meteor/app/client/main.js +15 -0
  551. package/bundle/typescript/src/templates/meteor/app/client/main.js.jsx +15 -0
  552. package/bundle/typescript/src/templates/meteor/app/client/main.js.ts +15 -0
  553. package/bundle/typescript/src/templates/meteor/app/client/main.js.tsx +15 -0
  554. package/bundle/typescript/src/templates/meteor/app/imports/api/.gitkeep +0 -0
  555. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/index.js +20 -0
  556. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/index.js.jsx +107 -0
  557. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/index.js.ts +20 -0
  558. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/index.js.tsx +108 -0
  559. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/routes.js +39 -0
  560. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/routes.js.jsx +33 -0
  561. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/routes.js.ts +24 -0
  562. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/routes.js.tsx +33 -0
  563. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/templates.js +9 -0
  564. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/templates.js.jsx +9 -0
  565. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/templates.js.ts +9 -0
  566. package/bundle/typescript/src/templates/meteor/app/imports/startup/client/templates.js.tsx +9 -0
  567. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/index.js +1 -0
  568. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/index.js.jsx +20 -0
  569. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/index.js.ts +1 -0
  570. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/index.js.tsx +20 -0
  571. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +28 -0
  572. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +28 -0
  573. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/templates.js.jsx +0 -0
  574. package/bundle/typescript/src/templates/meteor/app/imports/startup/lib/templates.js.tsx +0 -0
  575. package/bundle/typescript/src/templates/meteor/app/imports/startup/server/index.js +1 -0
  576. package/bundle/typescript/src/templates/meteor/app/imports/startup/server/index.js.jsx +98 -0
  577. package/bundle/typescript/src/templates/meteor/app/imports/startup/server/index.js.ts +0 -0
  578. package/bundle/typescript/src/templates/meteor/app/imports/startup/server/index.js.tsx +98 -0
  579. package/bundle/typescript/src/templates/meteor/app/imports/ui/test-helpers.js +24 -0
  580. package/bundle/typescript/src/templates/meteor/app/imports/ui/test-helpers.js.ts +24 -0
  581. package/bundle/typescript/src/templates/meteor/app/lib/.gitkeep +0 -0
  582. package/bundle/typescript/src/templates/meteor/app/lib/main.js +3 -0
  583. package/bundle/typescript/src/templates/meteor/app/lib/main.js.jsx +3 -0
  584. package/bundle/typescript/src/templates/meteor/app/lib/main.js.ts +3 -0
  585. package/bundle/typescript/src/templates/meteor/app/lib/main.js.tsx +3 -0
  586. package/bundle/typescript/src/templates/meteor/app/maka.d.ts +504 -0
  587. package/bundle/typescript/src/templates/meteor/app/meteor.d.ts +954 -0
  588. package/bundle/typescript/src/templates/meteor/app/packages/.gitkeep +0 -0
  589. package/bundle/typescript/src/templates/meteor/app/private/.gitkeep +0 -0
  590. package/bundle/typescript/src/templates/meteor/app/public/.gitkeep +0 -0
  591. package/bundle/typescript/src/templates/meteor/app/public/favicon.ico +0 -0
  592. package/bundle/typescript/src/templates/meteor/app/public/maka-144x144.png +0 -0
  593. package/bundle/typescript/src/templates/meteor/app/public/maka-192x192.png +0 -0
  594. package/bundle/typescript/src/templates/meteor/app/public/maka-512x512.png +0 -0
  595. package/bundle/typescript/src/templates/meteor/app/public/manifest.json +27 -0
  596. package/bundle/typescript/src/templates/meteor/app/public/sw.js +30 -0
  597. package/bundle/typescript/src/templates/meteor/app/public/sw.js.jsx +30 -0
  598. package/bundle/typescript/src/templates/meteor/app/public/sw.js.ts +30 -0
  599. package/bundle/typescript/src/templates/meteor/app/public/sw.js.tsx +30 -0
  600. package/bundle/typescript/src/templates/meteor/app/server/.gitkeep +0 -0
  601. package/bundle/typescript/src/templates/meteor/app/server/helmet-csp.js +179 -0
  602. package/bundle/typescript/src/templates/meteor/app/server/helmet-csp.js.jsx +179 -0
  603. package/bundle/typescript/src/templates/meteor/app/server/helmet-csp.js.ts +179 -0
  604. package/bundle/typescript/src/templates/meteor/app/server/helmet-csp.js.tsx +179 -0
  605. package/bundle/typescript/src/templates/meteor/app/server/main.js +13 -0
  606. package/bundle/typescript/src/templates/meteor/app/server/main.js.jsx +13 -0
  607. package/bundle/typescript/src/templates/meteor/app/server/main.js.ts +13 -0
  608. package/bundle/typescript/src/templates/meteor/app/server/main.js.tsx +13 -0
  609. package/bundle/typescript/src/templates/meteor/app/tsconfig.json +40 -0
  610. package/bundle/typescript/src/templates/meteor/collection/collection.js +51 -0
  611. package/bundle/typescript/src/templates/meteor/collection/collection.js.ts +55 -0
  612. package/bundle/typescript/src/templates/meteor/collection/tests.js +27 -0
  613. package/bundle/typescript/src/templates/meteor/collection/tests.js.ts +27 -0
  614. package/bundle/typescript/src/templates/meteor/config/docker-compose.yaml +17 -0
  615. package/bundle/typescript/src/templates/meteor/config/pm2.config.js +27 -0
  616. package/bundle/typescript/src/templates/meteor/config/process.env +5 -0
  617. package/bundle/typescript/src/templates/meteor/config/settings.json +11 -0
  618. package/bundle/typescript/src/templates/meteor/config/ssh.json +6 -0
  619. package/bundle/typescript/src/templates/meteor/dbc/config.js +70 -0
  620. package/bundle/typescript/src/templates/meteor/dbc/config.js.ts +70 -0
  621. package/bundle/typescript/src/templates/meteor/dbc/conn.js +37 -0
  622. package/bundle/typescript/src/templates/meteor/dbc/conn.js.ts +37 -0
  623. package/bundle/typescript/src/templates/meteor/dbc/register-dbc.js +3 -0
  624. package/bundle/typescript/src/templates/meteor/dbc/register-dbc.js.ts +3 -0
  625. package/bundle/typescript/src/templates/meteor/method/method.js +48 -0
  626. package/bundle/typescript/src/templates/meteor/method/method.js.ts +48 -0
  627. package/bundle/typescript/src/templates/meteor/package/client/package.js +0 -0
  628. package/bundle/typescript/src/templates/meteor/package/client/package.js.jsx +0 -0
  629. package/bundle/typescript/src/templates/meteor/package/client/package.js.ts +0 -0
  630. package/bundle/typescript/src/templates/meteor/package/client/package.js.tsx +0 -0
  631. package/bundle/typescript/src/templates/meteor/package/lib/package.js +0 -0
  632. package/bundle/typescript/src/templates/meteor/package/lib/package.js.jsx +0 -0
  633. package/bundle/typescript/src/templates/meteor/package/lib/package.js.ts +0 -0
  634. package/bundle/typescript/src/templates/meteor/package/lib/package.js.tsx +0 -0
  635. package/bundle/typescript/src/templates/meteor/package/package.js +37 -0
  636. package/bundle/typescript/src/templates/meteor/package/package.js.jsx +37 -0
  637. package/bundle/typescript/src/templates/meteor/package/package.js.ts +36 -0
  638. package/bundle/typescript/src/templates/meteor/package/package.js.tsx +37 -0
  639. package/bundle/typescript/src/templates/meteor/package/server/package.js +0 -0
  640. package/bundle/typescript/src/templates/meteor/package/server/package.js.jsx +0 -0
  641. package/bundle/typescript/src/templates/meteor/package/server/package.js.ts +0 -0
  642. package/bundle/typescript/src/templates/meteor/package/server/package.js.tsx +0 -0
  643. package/bundle/typescript/src/templates/meteor/package/tests/client/package.js +5 -0
  644. package/bundle/typescript/src/templates/meteor/package/tests/client/package.js.jsx +5 -0
  645. package/bundle/typescript/src/templates/meteor/package/tests/client/package.js.ts +5 -0
  646. package/bundle/typescript/src/templates/meteor/package/tests/client/package.js.tsx +5 -0
  647. package/bundle/typescript/src/templates/meteor/package/tests/server/package.js +5 -0
  648. package/bundle/typescript/src/templates/meteor/package/tests/server/package.js.jsx +5 -0
  649. package/bundle/typescript/src/templates/meteor/package/tests/server/package.js.ts +5 -0
  650. package/bundle/typescript/src/templates/meteor/package/tests/server/package.js.tsx +5 -0
  651. package/bundle/typescript/src/templates/meteor/project/.maka/config.json +29 -0
  652. package/bundle/typescript/src/templates/meteor/project/.maka/history.json +1 -0
  653. package/bundle/typescript/src/templates/meteor/project/README.md +33 -0
  654. package/bundle/typescript/src/templates/meteor/project/build/.gitkeep +0 -0
  655. package/bundle/typescript/src/templates/meteor/project/build/README +4 -0
  656. package/bundle/typescript/src/templates/meteor/project/gitignore +9 -0
  657. package/bundle/typescript/src/templates/meteor/project/package.json +29 -0
  658. package/bundle/typescript/src/templates/meteor/publish/publish.js +3 -0
  659. package/bundle/typescript/src/templates/meteor/publish/publish.js.ts +3 -0
  660. package/bundle/typescript/src/templates/meteor/service/logger/logger.js +27 -0
  661. package/bundle/typescript/src/templates/meteor/service/logger/logger.js.ts +27 -0
  662. package/bundle/typescript/src/templates/meteor/stylesheet/stylesheet.css +5 -0
  663. package/bundle/typescript/src/templates/meteor/stylesheet/stylesheet.css.less +5 -0
  664. package/bundle/typescript/src/templates/meteor/template/template-tests.js +1 -0
  665. package/bundle/typescript/src/templates/meteor/template/template-tests.js.jsx +55 -0
  666. package/bundle/typescript/src/templates/meteor/template/template-tests.js.ts +1 -0
  667. package/bundle/typescript/src/templates/meteor/template/template-tests.js.tsx +55 -0
  668. package/bundle/typescript/src/templates/meteor/template/template.css +3 -0
  669. package/bundle/typescript/src/templates/meteor/template/template.css.less +3 -0
  670. package/bundle/typescript/src/templates/meteor/template/template.css.scss +3 -0
  671. package/bundle/typescript/src/templates/meteor/template/template.html +5 -0
  672. package/bundle/typescript/src/templates/meteor/template/template.js +20 -0
  673. package/bundle/typescript/src/templates/meteor/template/template.js.jsx +77 -0
  674. package/bundle/typescript/src/templates/meteor/template/template.js.ts +1 -0
  675. package/bundle/typescript/src/templates/meteor/template/template.js.tsx +89 -0
  676. package/bundle/typescript/src/templates/react/component/component.css +6 -0
  677. package/bundle/typescript/src/templates/react/component/component.css.less +6 -0
  678. package/bundle/typescript/src/templates/react/component/component.css.scss +3 -0
  679. package/bundle/typescript/src/templates/react/component/component.js.jsx +54 -0
  680. package/bundle/typescript/src/templates/react/component/component.js.tsx +59 -0
  681. package/bundle/typescript/src/templates/react/hook/hook.css +3 -0
  682. package/bundle/typescript/src/templates/react/hook/hook.css.scss +3 -0
  683. package/bundle/typescript/src/templates/react/hook/hook.js.jsx +19 -0
  684. package/bundle/typescript/src/templates/react/hook/hook.js.tsx +18 -0
  685. package/bundle/typescript/src/templates/react/kit/auth/provider/authentication-provider.js.jsx +293 -0
  686. package/bundle/typescript/src/templates/react/kit/auth/provider/authentication-provider.js.tsx +329 -0
  687. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-client.js.jsx +178 -0
  688. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-client.js.tsx +178 -0
  689. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-config.js.jsx +59 -0
  690. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-config.js.tsx +67 -0
  691. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-methods.js.jsx +273 -0
  692. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-methods.js.tsx +275 -0
  693. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-validator.js.jsx +182 -0
  694. package/bundle/typescript/src/templates/react/kit/auth/service/auth0-validator.js.tsx +199 -0
  695. package/bundle/typescript/src/templates/react/kit/auth/service/meteor-auth-service.js.jsx +138 -0
  696. package/bundle/typescript/src/templates/react/kit/auth/service/meteor-auth-service.js.tsx +136 -0
  697. package/bundle/typescript/src/templates/react/kit/esri/map/basic-map.js.jsx +29 -0
  698. package/bundle/typescript/src/templates/react/kit/esri/map/basic-map.js.tsx +32 -0
  699. package/bundle/typescript/src/templates/react/kit/frames/frames-demo.css +63 -0
  700. package/bundle/typescript/src/templates/react/kit/frames/frames-demo.jsx +153 -0
  701. package/bundle/typescript/src/templates/react/kit/frames/frames-demo.tsx +164 -0
  702. package/bundle/typescript/src/templates/react/kit/frames/workspace-manager.css +105 -0
  703. package/bundle/typescript/src/templates/react/kit/frames/workspace-manager.jsx +158 -0
  704. package/bundle/typescript/src/templates/react/kit/frames/workspace-manager.tsx +166 -0
  705. package/bundle/typescript/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.jsx +34 -0
  706. package/bundle/typescript/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.tsx +33 -0
  707. package/bundle/typescript/src/templates/react/kit/mui/auth/login/basic-login-page.js.jsx +53 -0
  708. package/bundle/typescript/src/templates/react/kit/mui/auth/login/basic-login-page.js.tsx +53 -0
  709. package/bundle/typescript/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.jsx +25 -0
  710. package/bundle/typescript/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.tsx +25 -0
  711. package/bundle/typescript/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.jsx +41 -0
  712. package/bundle/typescript/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.tsx +35 -0
  713. package/bundle/typescript/src/templates/react/kit/mui/auth/register/basic-register-page.js.jsx +33 -0
  714. package/bundle/typescript/src/templates/react/kit/mui/auth/register/basic-register-page.js.tsx +33 -0
  715. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth-callback.js.jsx +71 -0
  716. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth-callback.js.tsx +71 -0
  717. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth0-account-settings.js.jsx +123 -0
  718. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth0-account-settings.js.tsx +123 -0
  719. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth0-login-button.js.jsx +56 -0
  720. package/bundle/typescript/src/templates/react/kit/mui/auth0/auth0-login-button.js.tsx +74 -0
  721. package/bundle/typescript/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +43 -0
  722. package/bundle/typescript/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +43 -0
  723. package/bundle/typescript/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +121 -0
  724. package/bundle/typescript/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +117 -0
  725. package/bundle/typescript/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.jsx +41 -0
  726. package/bundle/typescript/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.tsx +41 -0
  727. package/bundle/typescript/src/templates/react/route/route.js +8 -0
  728. package/bundle/typescript/src/templates/react/route/route.js.jsx +5 -0
  729. package/bundle/typescript/src/templates/react/route/route.js.ts +8 -0
  730. package/bundle/typescript/src/templates/react/route/route.js.tsx +5 -0
  731. package/bundle/typescript/src/templates/react/test/test.js +1 -0
  732. package/bundle/typescript/src/templates/react/test/test.js.jsx +38 -0
  733. package/bundle/typescript/src/templates/react/test/test.js.ts +1 -0
  734. package/bundle/typescript/src/templates/react/test/test.js.tsx +38 -0
  735. package/bundle/typescript/src/templates/service/docker/Dockerfile +54 -0
  736. package/bundle/typescript/src/templates/service/eslint/babel.config.js +15 -0
  737. package/bundle/typescript/src/templates/service/eslint/config.eslint.js +57 -0
  738. package/bundle/typescript/src/templates/service/i18n/i18n.js +33 -0
  739. package/bundle/typescript/src/templates/service/i18n/i18n.js.ts +33 -0
  740. package/bundle/typescript/src/templates/service/i18n/index.js +0 -0
  741. package/bundle/typescript/src/templates/service/i18n/index.js.jsx +0 -0
  742. package/bundle/typescript/src/templates/service/i18n/locales.js +3 -0
  743. package/bundle/typescript/src/templates/service/i18n/locales.js.ts +3 -0
  744. package/bundle/typescript/src/templates/service/openssl/openssl.conf +22 -0
  745. package/bundle/typescript/src/templates/service/test/jest/jest.config.js +6 -0
  746. package/bundle/typescript/src/templates/service/test/jest/jest.setup.js +7 -0
  747. package/bundle/typescript/src/tool.d.ts +74 -0
  748. package/bundle/typescript/src/tool.js +217 -0
  749. package/bundle/typescript/src/tool.js.map +1 -0
  750. package/bundle/typescript/src/tools/actions/actions.class.d.ts +29 -0
  751. package/bundle/typescript/src/tools/actions/actions.class.js +58 -0
  752. package/bundle/typescript/src/tools/actions/actions.class.js.map +1 -0
  753. package/bundle/typescript/src/tools/aws/aws.class.d.ts +51 -0
  754. package/bundle/typescript/src/tools/aws/aws.class.js +802 -0
  755. package/bundle/typescript/src/tools/aws/aws.class.js.map +1 -0
  756. package/bundle/typescript/src/tools/aws/aws.interfaces.d.ts +364 -0
  757. package/bundle/typescript/src/tools/aws/aws.interfaces.js +255 -0
  758. package/bundle/typescript/src/tools/aws/aws.interfaces.js.map +1 -0
  759. package/bundle/typescript/src/tools/cfg/cfg.class.d.ts +42 -0
  760. package/bundle/typescript/src/tools/cfg/cfg.class.js +402 -0
  761. package/bundle/typescript/src/tools/cfg/cfg.class.js.map +1 -0
  762. package/bundle/typescript/src/tools/docker/docker.class.d.ts +10 -0
  763. package/bundle/typescript/src/tools/docker/docker.class.js +46 -0
  764. package/bundle/typescript/src/tools/docker/docker.class.js.map +1 -0
  765. package/bundle/typescript/src/tools/docker/docker.interfaces.d.ts +18 -0
  766. package/bundle/typescript/src/tools/docker/docker.interfaces.js +2 -0
  767. package/bundle/typescript/src/tools/docker/docker.interfaces.js.map +1 -0
  768. package/bundle/typescript/src/tools/fsi/fsi.class.d.ts +130 -0
  769. package/bundle/typescript/src/tools/fsi/fsi.class.js +685 -0
  770. package/bundle/typescript/src/tools/fsi/fsi.class.js.map +1 -0
  771. package/bundle/typescript/src/tools/fsi/fsi.interfaces.d.ts +191 -0
  772. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js +64 -0
  773. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js.map +1 -0
  774. package/bundle/typescript/src/tools/https/https.class.d.ts +13 -0
  775. package/bundle/typescript/src/tools/https/https.class.js +302 -0
  776. package/bundle/typescript/src/tools/https/https.class.js.map +1 -0
  777. package/bundle/typescript/src/tools/https/https.interface.d.ts +40 -0
  778. package/bundle/typescript/src/tools/https/https.interface.js +2 -0
  779. package/bundle/typescript/src/tools/https/https.interface.js.map +1 -0
  780. package/bundle/typescript/src/tools/log/log.class.d.ts +33 -0
  781. package/bundle/typescript/src/tools/log/log.class.js +206 -0
  782. package/bundle/typescript/src/tools/log/log.class.js.map +1 -0
  783. package/bundle/typescript/src/tools/log/log.interfaces.d.ts +7 -0
  784. package/bundle/typescript/src/tools/log/log.interfaces.js +2 -0
  785. package/bundle/typescript/src/tools/log/log.interfaces.js.map +1 -0
  786. package/bundle/typescript/src/tools/mpi/mpi.class.d.ts +26 -0
  787. package/bundle/typescript/src/tools/mpi/mpi.class.js +523 -0
  788. package/bundle/typescript/src/tools/mpi/mpi.class.js.map +1 -0
  789. package/bundle/typescript/src/tools/options/options.class.d.ts +11 -0
  790. package/bundle/typescript/src/tools/options/options.class.js +64 -0
  791. package/bundle/typescript/src/tools/options/options.class.js.map +1 -0
  792. package/bundle/typescript/src/tools/pkg/pkg.class.d.ts +31 -0
  793. package/bundle/typescript/src/tools/pkg/pkg.class.js +314 -0
  794. package/bundle/typescript/src/tools/pkg/pkg.class.js.map +1 -0
  795. package/bundle/typescript/src/tools/progress/progress.class.d.ts +12 -0
  796. package/bundle/typescript/src/tools/progress/progress.class.js +42 -0
  797. package/bundle/typescript/src/tools/progress/progress.class.js.map +1 -0
  798. package/bundle/typescript/src/tools/scaffold/scaffold.class.d.ts +198 -0
  799. package/bundle/typescript/src/tools/scaffold/scaffold.class.js +868 -0
  800. package/bundle/typescript/src/tools/scaffold/scaffold.class.js.map +1 -0
  801. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.d.ts +4 -0
  802. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js +42 -0
  803. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js.map +1 -0
  804. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.d.ts +6 -0
  805. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js +2 -0
  806. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js.map +1 -0
  807. package/bundle/typescript/src/tools/ssh/ssh.class.d.ts +11 -0
  808. package/bundle/typescript/src/tools/ssh/ssh.class.js +120 -0
  809. package/bundle/typescript/src/tools/ssh/ssh.class.js.map +1 -0
  810. package/bundle/typescript/src/tools/ssh/ssh.interfaces.d.ts +21 -0
  811. package/bundle/typescript/src/tools/ssh/ssh.interfaces.js +2 -0
  812. package/bundle/typescript/src/tools/ssh/ssh.interfaces.js.map +1 -0
  813. package/bundle/typescript/src/tools/ssl/ssl.class.d.ts +17 -0
  814. package/bundle/typescript/src/tools/ssl/ssl.class.js +54 -0
  815. package/bundle/typescript/src/tools/ssl/ssl.class.js.map +1 -0
  816. package/bundle/typescript/src/tools/ssl/ssl.interfaces.d.ts +0 -0
  817. package/bundle/typescript/src/tools/ssl/ssl.interfaces.js +1 -0
  818. package/bundle/typescript/src/tools/ssl/ssl.interfaces.js.map +1 -0
  819. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aws.class.js","sourceRoot":"","sources":["../../../../../src/tools/aws/aws.class.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,364 @@
1
+ import { ContactType } from '@aws-sdk/client-route-53-domains';
2
+ export interface IRepositoryInfo {
3
+ region: string;
4
+ name: string;
5
+ uri: string;
6
+ }
7
+ export interface IDescribeKey {
8
+ id: number;
9
+ name: string;
10
+ }
11
+ export interface IDomainContact {
12
+ FirstName: string;
13
+ LastName: string;
14
+ ContactType: ContactType;
15
+ CountryCode: CountryCode;
16
+ AddressLine1: string;
17
+ AddressLine2?: string;
18
+ City: string;
19
+ ZipCode: string;
20
+ State: string;
21
+ PhoneNumber: string;
22
+ Fax?: string;
23
+ Email: string;
24
+ OrganizationName?: string;
25
+ }
26
+ export interface IDescribeInstance {
27
+ id: number | undefined;
28
+ instanceId: string | undefined;
29
+ privateIp: string | undefined;
30
+ publicIp: string | undefined;
31
+ status: string | undefined;
32
+ name: string | undefined;
33
+ env: string | undefined;
34
+ }
35
+ export interface IVPCList {
36
+ id: number;
37
+ vpcId: string;
38
+ cidr: string;
39
+ }
40
+ export interface ISGList {
41
+ id: number;
42
+ name: string;
43
+ sgId: string;
44
+ }
45
+ export interface IListSecurityGroups {
46
+ sgList: ISGList[];
47
+ createdSgId: string;
48
+ listIndexId: number;
49
+ }
50
+ export interface IAMIList {
51
+ amiId: string;
52
+ desc: string;
53
+ date: string;
54
+ }
55
+ export interface IAMIIndexList {
56
+ id: number;
57
+ amiId: string;
58
+ desc: string;
59
+ }
60
+ export interface ISubnetList {
61
+ id: number;
62
+ cidr: string;
63
+ az: string;
64
+ subnetId: string;
65
+ }
66
+ export interface ITag {
67
+ Key: string;
68
+ Value: string;
69
+ }
70
+ export interface ICreateInstance {
71
+ imageId: string;
72
+ minCount: number;
73
+ maxCount: number;
74
+ type: string;
75
+ key: string;
76
+ sgIds: string;
77
+ subnet: string;
78
+ tags: ITag[];
79
+ userData?: string;
80
+ }
81
+ export interface ITerminateInstance {
82
+ instanceId: string;
83
+ }
84
+ export interface IKeyPair {
85
+ keyName: string;
86
+ env: string;
87
+ }
88
+ export interface IKeyPairResult {
89
+ keyName: string;
90
+ filePath: string;
91
+ }
92
+ export interface IIngressRule {
93
+ groupId: string;
94
+ port: number;
95
+ }
96
+ export interface ICreateSG {
97
+ description?: string;
98
+ name: string;
99
+ vpcId: string;
100
+ sgPorts: string[];
101
+ }
102
+ export interface IRebootInstance {
103
+ instanceId: string;
104
+ }
105
+ export interface IDescribeEC2Keys {
106
+ suggestion: string;
107
+ }
108
+ export interface IECRCreateRepoCommand {
109
+ name: string;
110
+ region?: string;
111
+ }
112
+ export declare enum CountryCode {
113
+ AC = "AC",
114
+ AD = "AD",
115
+ AE = "AE",
116
+ AF = "AF",
117
+ AG = "AG",
118
+ AI = "AI",
119
+ AL = "AL",
120
+ AM = "AM",
121
+ AN = "AN",
122
+ AO = "AO",
123
+ AQ = "AQ",
124
+ AR = "AR",
125
+ AS = "AS",
126
+ AT = "AT",
127
+ AU = "AU",
128
+ AW = "AW",
129
+ AX = "AX",
130
+ AZ = "AZ",
131
+ BA = "BA",
132
+ BB = "BB",
133
+ BD = "BD",
134
+ BE = "BE",
135
+ BF = "BF",
136
+ BG = "BG",
137
+ BH = "BH",
138
+ BI = "BI",
139
+ BJ = "BJ",
140
+ BL = "BL",
141
+ BM = "BM",
142
+ BN = "BN",
143
+ BO = "BO",
144
+ BQ = "BQ",
145
+ BR = "BR",
146
+ BS = "BS",
147
+ BT = "BT",
148
+ BV = "BV",
149
+ BW = "BW",
150
+ BY = "BY",
151
+ BZ = "BZ",
152
+ CA = "CA",
153
+ CC = "CC",
154
+ CD = "CD",
155
+ CF = "CF",
156
+ CG = "CG",
157
+ CH = "CH",
158
+ CI = "CI",
159
+ CK = "CK",
160
+ CL = "CL",
161
+ CM = "CM",
162
+ CN = "CN",
163
+ CO = "CO",
164
+ CR = "CR",
165
+ CU = "CU",
166
+ CV = "CV",
167
+ CW = "CW",
168
+ CX = "CX",
169
+ CY = "CY",
170
+ CZ = "CZ",
171
+ DE = "DE",
172
+ DJ = "DJ",
173
+ DK = "DK",
174
+ DM = "DM",
175
+ DO = "DO",
176
+ DZ = "DZ",
177
+ EC = "EC",
178
+ EE = "EE",
179
+ EG = "EG",
180
+ EH = "EH",
181
+ ER = "ER",
182
+ ES = "ES",
183
+ ET = "ET",
184
+ FI = "FI",
185
+ FJ = "FJ",
186
+ FK = "FK",
187
+ FM = "FM",
188
+ FO = "FO",
189
+ FR = "FR",
190
+ GA = "GA",
191
+ GB = "GB",
192
+ GD = "GD",
193
+ GE = "GE",
194
+ GF = "GF",
195
+ GG = "GG",
196
+ GH = "GH",
197
+ GI = "GI",
198
+ GL = "GL",
199
+ GM = "GM",
200
+ GN = "GN",
201
+ GP = "GP",
202
+ GQ = "GQ",
203
+ GR = "GR",
204
+ GS = "GS",
205
+ GT = "GT",
206
+ GU = "GU",
207
+ GW = "GW",
208
+ GY = "GY",
209
+ HK = "HK",
210
+ HM = "HM",
211
+ HN = "HN",
212
+ HR = "HR",
213
+ HT = "HT",
214
+ HU = "HU",
215
+ ID = "ID",
216
+ IE = "IE",
217
+ IL = "IL",
218
+ IM = "IM",
219
+ IN = "IN",
220
+ IO = "IO",
221
+ IQ = "IQ",
222
+ IR = "IR",
223
+ IS = "IS",
224
+ IT = "IT",
225
+ JE = "JE",
226
+ JM = "JM",
227
+ JO = "JO",
228
+ JP = "JP",
229
+ KE = "KE",
230
+ KG = "KG",
231
+ KH = "KH",
232
+ KI = "KI",
233
+ KM = "KM",
234
+ KN = "KN",
235
+ KP = "KP",
236
+ KR = "KR",
237
+ KW = "KW",
238
+ KY = "KY",
239
+ KZ = "KZ",
240
+ LA = "LA",
241
+ LB = "LB",
242
+ LC = "LC",
243
+ LI = "LI",
244
+ LK = "LK",
245
+ LR = "LR",
246
+ LS = "LS",
247
+ LT = "LT",
248
+ LU = "LU",
249
+ LV = "LV",
250
+ LY = "LY",
251
+ MA = "MA",
252
+ MC = "MC",
253
+ MD = "MD",
254
+ ME = "ME",
255
+ MF = "MF",
256
+ MG = "MG",
257
+ MH = "MH",
258
+ MK = "MK",
259
+ ML = "ML",
260
+ MM = "MM",
261
+ MN = "MN",
262
+ MO = "MO",
263
+ MP = "MP",
264
+ MQ = "MQ",
265
+ MR = "MR",
266
+ MS = "MS",
267
+ MT = "MT",
268
+ MU = "MU",
269
+ MV = "MV",
270
+ MW = "MW",
271
+ MX = "MX",
272
+ MY = "MY",
273
+ MZ = "MZ",
274
+ NA = "NA",
275
+ NC = "NC",
276
+ NE = "NE",
277
+ NF = "NF",
278
+ NG = "NG",
279
+ NI = "NI",
280
+ NL = "NL",
281
+ NO = "NO",
282
+ NP = "NP",
283
+ NR = "NR",
284
+ NU = "NU",
285
+ NZ = "NZ",
286
+ OM = "OM",
287
+ PA = "PA",
288
+ PE = "PE",
289
+ PF = "PF",
290
+ PG = "PG",
291
+ PH = "PH",
292
+ PK = "PK",
293
+ PL = "PL",
294
+ PM = "PM",
295
+ PN = "PN",
296
+ PR = "PR",
297
+ PS = "PS",
298
+ PT = "PT",
299
+ PW = "PW",
300
+ PY = "PY",
301
+ QA = "QA",
302
+ RE = "RE",
303
+ RO = "RO",
304
+ RS = "RS",
305
+ RU = "RU",
306
+ RW = "RW",
307
+ SA = "SA",
308
+ SB = "SB",
309
+ SC = "SC",
310
+ SD = "SD",
311
+ SE = "SE",
312
+ SG = "SG",
313
+ SH = "SH",
314
+ SI = "SI",
315
+ SJ = "SJ",
316
+ SK = "SK",
317
+ SL = "SL",
318
+ SM = "SM",
319
+ SN = "SN",
320
+ SO = "SO",
321
+ SR = "SR",
322
+ SS = "SS",
323
+ ST = "ST",
324
+ SV = "SV",
325
+ SX = "SX",
326
+ SY = "SY",
327
+ SZ = "SZ",
328
+ TC = "TC",
329
+ TD = "TD",
330
+ TF = "TF",
331
+ TG = "TG",
332
+ TH = "TH",
333
+ TJ = "TJ",
334
+ TK = "TK",
335
+ TL = "TL",
336
+ TM = "TM",
337
+ TN = "TN",
338
+ TO = "TO",
339
+ TP = "TP",
340
+ TR = "TR",
341
+ TT = "TT",
342
+ TV = "TV",
343
+ TW = "TW",
344
+ TZ = "TZ",
345
+ UA = "UA",
346
+ UG = "UG",
347
+ US = "US",
348
+ UY = "UY",
349
+ UZ = "UZ",
350
+ VA = "VA",
351
+ VC = "VC",
352
+ VE = "VE",
353
+ VG = "VG",
354
+ VI = "VI",
355
+ VN = "VN",
356
+ VU = "VU",
357
+ WF = "WF",
358
+ WS = "WS",
359
+ YE = "YE",
360
+ YT = "YT",
361
+ ZA = "ZA",
362
+ ZM = "ZM",
363
+ ZW = "ZW"
364
+ }
@@ -0,0 +1,255 @@
1
+ export var CountryCode;
2
+ (function (CountryCode) {
3
+ CountryCode["AC"] = "AC";
4
+ CountryCode["AD"] = "AD";
5
+ CountryCode["AE"] = "AE";
6
+ CountryCode["AF"] = "AF";
7
+ CountryCode["AG"] = "AG";
8
+ CountryCode["AI"] = "AI";
9
+ CountryCode["AL"] = "AL";
10
+ CountryCode["AM"] = "AM";
11
+ CountryCode["AN"] = "AN";
12
+ CountryCode["AO"] = "AO";
13
+ CountryCode["AQ"] = "AQ";
14
+ CountryCode["AR"] = "AR";
15
+ CountryCode["AS"] = "AS";
16
+ CountryCode["AT"] = "AT";
17
+ CountryCode["AU"] = "AU";
18
+ CountryCode["AW"] = "AW";
19
+ CountryCode["AX"] = "AX";
20
+ CountryCode["AZ"] = "AZ";
21
+ CountryCode["BA"] = "BA";
22
+ CountryCode["BB"] = "BB";
23
+ CountryCode["BD"] = "BD";
24
+ CountryCode["BE"] = "BE";
25
+ CountryCode["BF"] = "BF";
26
+ CountryCode["BG"] = "BG";
27
+ CountryCode["BH"] = "BH";
28
+ CountryCode["BI"] = "BI";
29
+ CountryCode["BJ"] = "BJ";
30
+ CountryCode["BL"] = "BL";
31
+ CountryCode["BM"] = "BM";
32
+ CountryCode["BN"] = "BN";
33
+ CountryCode["BO"] = "BO";
34
+ CountryCode["BQ"] = "BQ";
35
+ CountryCode["BR"] = "BR";
36
+ CountryCode["BS"] = "BS";
37
+ CountryCode["BT"] = "BT";
38
+ CountryCode["BV"] = "BV";
39
+ CountryCode["BW"] = "BW";
40
+ CountryCode["BY"] = "BY";
41
+ CountryCode["BZ"] = "BZ";
42
+ CountryCode["CA"] = "CA";
43
+ CountryCode["CC"] = "CC";
44
+ CountryCode["CD"] = "CD";
45
+ CountryCode["CF"] = "CF";
46
+ CountryCode["CG"] = "CG";
47
+ CountryCode["CH"] = "CH";
48
+ CountryCode["CI"] = "CI";
49
+ CountryCode["CK"] = "CK";
50
+ CountryCode["CL"] = "CL";
51
+ CountryCode["CM"] = "CM";
52
+ CountryCode["CN"] = "CN";
53
+ CountryCode["CO"] = "CO";
54
+ CountryCode["CR"] = "CR";
55
+ CountryCode["CU"] = "CU";
56
+ CountryCode["CV"] = "CV";
57
+ CountryCode["CW"] = "CW";
58
+ CountryCode["CX"] = "CX";
59
+ CountryCode["CY"] = "CY";
60
+ CountryCode["CZ"] = "CZ";
61
+ CountryCode["DE"] = "DE";
62
+ CountryCode["DJ"] = "DJ";
63
+ CountryCode["DK"] = "DK";
64
+ CountryCode["DM"] = "DM";
65
+ CountryCode["DO"] = "DO";
66
+ CountryCode["DZ"] = "DZ";
67
+ CountryCode["EC"] = "EC";
68
+ CountryCode["EE"] = "EE";
69
+ CountryCode["EG"] = "EG";
70
+ CountryCode["EH"] = "EH";
71
+ CountryCode["ER"] = "ER";
72
+ CountryCode["ES"] = "ES";
73
+ CountryCode["ET"] = "ET";
74
+ CountryCode["FI"] = "FI";
75
+ CountryCode["FJ"] = "FJ";
76
+ CountryCode["FK"] = "FK";
77
+ CountryCode["FM"] = "FM";
78
+ CountryCode["FO"] = "FO";
79
+ CountryCode["FR"] = "FR";
80
+ CountryCode["GA"] = "GA";
81
+ CountryCode["GB"] = "GB";
82
+ CountryCode["GD"] = "GD";
83
+ CountryCode["GE"] = "GE";
84
+ CountryCode["GF"] = "GF";
85
+ CountryCode["GG"] = "GG";
86
+ CountryCode["GH"] = "GH";
87
+ CountryCode["GI"] = "GI";
88
+ CountryCode["GL"] = "GL";
89
+ CountryCode["GM"] = "GM";
90
+ CountryCode["GN"] = "GN";
91
+ CountryCode["GP"] = "GP";
92
+ CountryCode["GQ"] = "GQ";
93
+ CountryCode["GR"] = "GR";
94
+ CountryCode["GS"] = "GS";
95
+ CountryCode["GT"] = "GT";
96
+ CountryCode["GU"] = "GU";
97
+ CountryCode["GW"] = "GW";
98
+ CountryCode["GY"] = "GY";
99
+ CountryCode["HK"] = "HK";
100
+ CountryCode["HM"] = "HM";
101
+ CountryCode["HN"] = "HN";
102
+ CountryCode["HR"] = "HR";
103
+ CountryCode["HT"] = "HT";
104
+ CountryCode["HU"] = "HU";
105
+ CountryCode["ID"] = "ID";
106
+ CountryCode["IE"] = "IE";
107
+ CountryCode["IL"] = "IL";
108
+ CountryCode["IM"] = "IM";
109
+ CountryCode["IN"] = "IN";
110
+ CountryCode["IO"] = "IO";
111
+ CountryCode["IQ"] = "IQ";
112
+ CountryCode["IR"] = "IR";
113
+ CountryCode["IS"] = "IS";
114
+ CountryCode["IT"] = "IT";
115
+ CountryCode["JE"] = "JE";
116
+ CountryCode["JM"] = "JM";
117
+ CountryCode["JO"] = "JO";
118
+ CountryCode["JP"] = "JP";
119
+ CountryCode["KE"] = "KE";
120
+ CountryCode["KG"] = "KG";
121
+ CountryCode["KH"] = "KH";
122
+ CountryCode["KI"] = "KI";
123
+ CountryCode["KM"] = "KM";
124
+ CountryCode["KN"] = "KN";
125
+ CountryCode["KP"] = "KP";
126
+ CountryCode["KR"] = "KR";
127
+ CountryCode["KW"] = "KW";
128
+ CountryCode["KY"] = "KY";
129
+ CountryCode["KZ"] = "KZ";
130
+ CountryCode["LA"] = "LA";
131
+ CountryCode["LB"] = "LB";
132
+ CountryCode["LC"] = "LC";
133
+ CountryCode["LI"] = "LI";
134
+ CountryCode["LK"] = "LK";
135
+ CountryCode["LR"] = "LR";
136
+ CountryCode["LS"] = "LS";
137
+ CountryCode["LT"] = "LT";
138
+ CountryCode["LU"] = "LU";
139
+ CountryCode["LV"] = "LV";
140
+ CountryCode["LY"] = "LY";
141
+ CountryCode["MA"] = "MA";
142
+ CountryCode["MC"] = "MC";
143
+ CountryCode["MD"] = "MD";
144
+ CountryCode["ME"] = "ME";
145
+ CountryCode["MF"] = "MF";
146
+ CountryCode["MG"] = "MG";
147
+ CountryCode["MH"] = "MH";
148
+ CountryCode["MK"] = "MK";
149
+ CountryCode["ML"] = "ML";
150
+ CountryCode["MM"] = "MM";
151
+ CountryCode["MN"] = "MN";
152
+ CountryCode["MO"] = "MO";
153
+ CountryCode["MP"] = "MP";
154
+ CountryCode["MQ"] = "MQ";
155
+ CountryCode["MR"] = "MR";
156
+ CountryCode["MS"] = "MS";
157
+ CountryCode["MT"] = "MT";
158
+ CountryCode["MU"] = "MU";
159
+ CountryCode["MV"] = "MV";
160
+ CountryCode["MW"] = "MW";
161
+ CountryCode["MX"] = "MX";
162
+ CountryCode["MY"] = "MY";
163
+ CountryCode["MZ"] = "MZ";
164
+ CountryCode["NA"] = "NA";
165
+ CountryCode["NC"] = "NC";
166
+ CountryCode["NE"] = "NE";
167
+ CountryCode["NF"] = "NF";
168
+ CountryCode["NG"] = "NG";
169
+ CountryCode["NI"] = "NI";
170
+ CountryCode["NL"] = "NL";
171
+ CountryCode["NO"] = "NO";
172
+ CountryCode["NP"] = "NP";
173
+ CountryCode["NR"] = "NR";
174
+ CountryCode["NU"] = "NU";
175
+ CountryCode["NZ"] = "NZ";
176
+ CountryCode["OM"] = "OM";
177
+ CountryCode["PA"] = "PA";
178
+ CountryCode["PE"] = "PE";
179
+ CountryCode["PF"] = "PF";
180
+ CountryCode["PG"] = "PG";
181
+ CountryCode["PH"] = "PH";
182
+ CountryCode["PK"] = "PK";
183
+ CountryCode["PL"] = "PL";
184
+ CountryCode["PM"] = "PM";
185
+ CountryCode["PN"] = "PN";
186
+ CountryCode["PR"] = "PR";
187
+ CountryCode["PS"] = "PS";
188
+ CountryCode["PT"] = "PT";
189
+ CountryCode["PW"] = "PW";
190
+ CountryCode["PY"] = "PY";
191
+ CountryCode["QA"] = "QA";
192
+ CountryCode["RE"] = "RE";
193
+ CountryCode["RO"] = "RO";
194
+ CountryCode["RS"] = "RS";
195
+ CountryCode["RU"] = "RU";
196
+ CountryCode["RW"] = "RW";
197
+ CountryCode["SA"] = "SA";
198
+ CountryCode["SB"] = "SB";
199
+ CountryCode["SC"] = "SC";
200
+ CountryCode["SD"] = "SD";
201
+ CountryCode["SE"] = "SE";
202
+ CountryCode["SG"] = "SG";
203
+ CountryCode["SH"] = "SH";
204
+ CountryCode["SI"] = "SI";
205
+ CountryCode["SJ"] = "SJ";
206
+ CountryCode["SK"] = "SK";
207
+ CountryCode["SL"] = "SL";
208
+ CountryCode["SM"] = "SM";
209
+ CountryCode["SN"] = "SN";
210
+ CountryCode["SO"] = "SO";
211
+ CountryCode["SR"] = "SR";
212
+ CountryCode["SS"] = "SS";
213
+ CountryCode["ST"] = "ST";
214
+ CountryCode["SV"] = "SV";
215
+ CountryCode["SX"] = "SX";
216
+ CountryCode["SY"] = "SY";
217
+ CountryCode["SZ"] = "SZ";
218
+ CountryCode["TC"] = "TC";
219
+ CountryCode["TD"] = "TD";
220
+ CountryCode["TF"] = "TF";
221
+ CountryCode["TG"] = "TG";
222
+ CountryCode["TH"] = "TH";
223
+ CountryCode["TJ"] = "TJ";
224
+ CountryCode["TK"] = "TK";
225
+ CountryCode["TL"] = "TL";
226
+ CountryCode["TM"] = "TM";
227
+ CountryCode["TN"] = "TN";
228
+ CountryCode["TO"] = "TO";
229
+ CountryCode["TP"] = "TP";
230
+ CountryCode["TR"] = "TR";
231
+ CountryCode["TT"] = "TT";
232
+ CountryCode["TV"] = "TV";
233
+ CountryCode["TW"] = "TW";
234
+ CountryCode["TZ"] = "TZ";
235
+ CountryCode["UA"] = "UA";
236
+ CountryCode["UG"] = "UG";
237
+ CountryCode["US"] = "US";
238
+ CountryCode["UY"] = "UY";
239
+ CountryCode["UZ"] = "UZ";
240
+ CountryCode["VA"] = "VA";
241
+ CountryCode["VC"] = "VC";
242
+ CountryCode["VE"] = "VE";
243
+ CountryCode["VG"] = "VG";
244
+ CountryCode["VI"] = "VI";
245
+ CountryCode["VN"] = "VN";
246
+ CountryCode["VU"] = "VU";
247
+ CountryCode["WF"] = "WF";
248
+ CountryCode["WS"] = "WS";
249
+ CountryCode["YE"] = "YE";
250
+ CountryCode["YT"] = "YT";
251
+ CountryCode["ZA"] = "ZA";
252
+ CountryCode["ZM"] = "ZM";
253
+ CountryCode["ZW"] = "ZW";
254
+ })(CountryCode || (CountryCode = {}));
255
+ //# sourceMappingURL=aws.interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aws.interfaces.js","sourceRoot":"","sources":["../../../../../src/tools/aws/aws.interfaces.ts"],"names":[],"mappings":"AAoIA,MAAM,CAAN,IAAY,WA2BX;AA3BD,WAAY,WAAW;IACrB,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAAE,wBAAS,CAAA;IAC5G,wBAAS,CAAA;AACX,CAAC,EA3BW,WAAW,KAAX,WAAW,QA2BtB"}