@purpleschool/student-works 1.4.0 → 1.5.0

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 (682) hide show
  1. package/build/api/controller/http/auth.d.ts +15 -0
  2. package/build/api/controller/http/auth.d.ts.map +1 -0
  3. package/build/api/controller/http/cloud-payments.d.ts +5 -0
  4. package/build/api/controller/http/cloud-payments.d.ts.map +1 -0
  5. package/build/api/controller/http/files.d.ts +8 -0
  6. package/build/api/controller/http/files.d.ts.map +1 -0
  7. package/build/api/controller/http/index.d.ts +20 -0
  8. package/build/api/controller/http/index.d.ts.map +1 -0
  9. package/build/api/controller/http/page-question.d.ts +9 -0
  10. package/build/api/controller/http/page-question.d.ts.map +1 -0
  11. package/build/api/controller/http/page.d.ts +12 -0
  12. package/build/api/controller/http/page.d.ts.map +1 -0
  13. package/build/api/controller/http/payment.d.ts +5 -0
  14. package/build/api/controller/http/payment.d.ts.map +1 -0
  15. package/build/api/controller/http/presentation.d.ts +32 -0
  16. package/build/api/controller/http/presentation.d.ts.map +1 -0
  17. package/build/api/controller/http/product.d.ts +10 -0
  18. package/build/api/controller/http/product.d.ts.map +1 -0
  19. package/build/api/controller/http/promocode.d.ts +9 -0
  20. package/build/api/controller/http/promocode.d.ts.map +1 -0
  21. package/build/api/controller/http/referral.d.ts +7 -0
  22. package/build/api/controller/http/referral.d.ts.map +1 -0
  23. package/build/api/controller/http/solving-edu-task.d.ts +14 -0
  24. package/build/api/controller/http/solving-edu-task.d.ts.map +1 -0
  25. package/build/api/controller/http/subscription.d.ts +13 -0
  26. package/build/api/controller/http/subscription.d.ts.map +1 -0
  27. package/build/api/controller/http/tools.d.ts +7 -0
  28. package/build/api/controller/http/tools.d.ts.map +1 -0
  29. package/build/api/controller/http/unregistered-user.d.ts +2 -0
  30. package/build/api/controller/http/unregistered-user.d.ts.map +1 -0
  31. package/build/api/controller/http/user-balance.d.ts +6 -0
  32. package/build/api/controller/http/user-balance.d.ts.map +1 -0
  33. package/build/api/controller/http/user-to-product.d.ts +6 -0
  34. package/build/api/controller/http/user-to-product.d.ts.map +1 -0
  35. package/build/api/controller/http/user-to-subscription.d.ts +6 -0
  36. package/build/api/controller/http/user-to-subscription.d.ts.map +1 -0
  37. package/build/api/controller/http/user.d.ts +13 -0
  38. package/build/api/controller/http/user.d.ts.map +1 -0
  39. package/build/api/controller/http/writer.d.ts +29 -0
  40. package/build/api/controller/http/writer.d.ts.map +1 -0
  41. package/build/api/controller/index.d.ts +2 -0
  42. package/build/api/controller/index.d.ts.map +1 -0
  43. package/build/api/controller/user-balance.controller.d.ts +6 -0
  44. package/build/api/controller/user-balance.controller.d.ts.map +1 -0
  45. package/build/api/index.d.ts +3 -0
  46. package/build/api/index.d.ts.map +1 -0
  47. package/build/api/routes.d.ts +231 -0
  48. package/build/api/routes.d.ts.map +1 -0
  49. package/build/commands/account-merge/index.d.ts +2 -0
  50. package/build/commands/account-merge/index.d.ts.map +1 -0
  51. package/build/commands/account-merge/merge-account.command.d.ts +15 -0
  52. package/build/commands/account-merge/merge-account.command.d.ts.map +1 -0
  53. package/build/commands/auth/change-password.command.d.ts +15 -0
  54. package/build/commands/auth/change-password.command.d.ts.map +1 -0
  55. package/build/commands/auth/create-user.command.d.ts +14 -0
  56. package/build/commands/auth/create-user.command.d.ts.map +1 -0
  57. package/build/commands/auth/index.d.ts +11 -0
  58. package/build/commands/auth/index.d.ts.map +1 -0
  59. package/build/commands/auth/login.command.d.ts +15 -0
  60. package/build/commands/auth/login.command.d.ts.map +1 -0
  61. package/build/commands/auth/register-user.command.d.ts +17 -0
  62. package/build/commands/auth/register-user.command.d.ts.map +1 -0
  63. package/build/commands/auth/reset-password.command.d.ts +16 -0
  64. package/build/commands/auth/reset-password.command.d.ts.map +1 -0
  65. package/build/commands/auth/restore-password.command.d.ts +14 -0
  66. package/build/commands/auth/restore-password.command.d.ts.map +1 -0
  67. package/build/commands/auth/verify-email-retry.command.d.ts +8 -0
  68. package/build/commands/auth/verify-email-retry.command.d.ts.map +1 -0
  69. package/build/commands/auth/verify-email.command.d.ts +11 -0
  70. package/build/commands/auth/verify-email.command.d.ts.map +1 -0
  71. package/build/commands/auth/vk-login.command.d.ts +19 -0
  72. package/build/commands/auth/vk-login.command.d.ts.map +1 -0
  73. package/build/commands/auth/yandex-login.command.d.ts +17 -0
  74. package/build/commands/auth/yandex-login.command.d.ts.map +1 -0
  75. package/build/commands/files/delete-user-file.command.d.ts +9 -0
  76. package/build/commands/files/delete-user-file.command.d.ts.map +1 -0
  77. package/build/commands/files/index.d.ts +3 -0
  78. package/build/commands/files/index.d.ts.map +1 -0
  79. package/build/commands/files/upload.command.d.ts +20 -0
  80. package/build/commands/files/upload.command.d.ts.map +1 -0
  81. package/build/commands/index.d.ts +18 -0
  82. package/build/commands/index.d.ts.map +1 -0
  83. package/build/commands/page/create-page-question.command.d.ts +21 -0
  84. package/build/commands/page/create-page-question.command.d.ts.map +1 -0
  85. package/build/commands/page/create-page.command.d.ts +45 -0
  86. package/build/commands/page/create-page.command.d.ts.map +1 -0
  87. package/build/commands/page/delete-page-question.command.d.ts +10 -0
  88. package/build/commands/page/delete-page-question.command.d.ts.map +1 -0
  89. package/build/commands/page/delete-page.command.d.ts +10 -0
  90. package/build/commands/page/delete-page.command.d.ts.map +1 -0
  91. package/build/commands/page/find-page-by-alias.command.d.ts +101 -0
  92. package/build/commands/page/find-page-by-alias.command.d.ts.map +1 -0
  93. package/build/commands/page/find-page-by-criteria.command.d.ts +47 -0
  94. package/build/commands/page/find-page-by-criteria.command.d.ts.map +1 -0
  95. package/build/commands/page/find-page.command.d.ts +70 -0
  96. package/build/commands/page/find-page.command.d.ts.map +1 -0
  97. package/build/commands/page/index.d.ts +10 -0
  98. package/build/commands/page/index.d.ts.map +1 -0
  99. package/build/commands/page/update-page-question.command.d.ts +25 -0
  100. package/build/commands/page/update-page-question.command.d.ts.map +1 -0
  101. package/build/commands/page/update-page.command.d.ts +49 -0
  102. package/build/commands/page/update-page.command.d.ts.map +1 -0
  103. package/build/commands/payment/check.command.d.ts +64 -0
  104. package/build/commands/payment/check.command.d.ts.map +1 -0
  105. package/build/commands/payment/get-payment-history.command.d.ts +16 -0
  106. package/build/commands/payment/get-payment-history.command.d.ts.map +1 -0
  107. package/build/commands/payment/index.d.ts +6 -0
  108. package/build/commands/payment/index.d.ts.map +1 -0
  109. package/build/commands/payment/pay.command.d.ts +61 -0
  110. package/build/commands/payment/pay.command.d.ts.map +1 -0
  111. package/build/commands/payment/receipt.command.d.ts +403 -0
  112. package/build/commands/payment/receipt.command.d.ts.map +1 -0
  113. package/build/commands/payment/recurrent.command.d.ts +61 -0
  114. package/build/commands/payment/recurrent.command.d.ts.map +1 -0
  115. package/build/commands/presentation/build-blank-slide.command.d.ts +160 -0
  116. package/build/commands/presentation/build-blank-slide.command.d.ts.map +1 -0
  117. package/build/commands/presentation/create-presentation.command.d.ts +40 -0
  118. package/build/commands/presentation/create-presentation.command.d.ts.map +1 -0
  119. package/build/commands/presentation/create-presentation.command.js +1 -0
  120. package/build/commands/presentation/delete-all-user-presentations.command.d.ts +8 -0
  121. package/build/commands/presentation/delete-all-user-presentations.command.d.ts.map +1 -0
  122. package/build/commands/presentation/delete-presentation.command.d.ts +10 -0
  123. package/build/commands/presentation/delete-presentation.command.d.ts.map +1 -0
  124. package/build/commands/presentation/delete-slide-outline.command.d.ts +10 -0
  125. package/build/commands/presentation/delete-slide-outline.command.d.ts.map +1 -0
  126. package/build/commands/presentation/export-presentation-as-pptx.command.d.ts +162 -0
  127. package/build/commands/presentation/export-presentation-as-pptx.command.d.ts.map +1 -0
  128. package/build/commands/presentation/find-presentation-by-uuid.command.d.ts +191 -0
  129. package/build/commands/presentation/find-presentation-by-uuid.command.d.ts.map +1 -0
  130. package/build/commands/presentation/find-presentation-outline.command.d.ts +21 -0
  131. package/build/commands/presentation/find-presentation-outline.command.d.ts.map +1 -0
  132. package/build/commands/presentation/find-presentations.command.d.ts +38 -0
  133. package/build/commands/presentation/find-presentations.command.d.ts.map +1 -0
  134. package/build/commands/presentation/generate-and-insert-slide.command.d.ts +167 -0
  135. package/build/commands/presentation/generate-and-insert-slide.command.d.ts.map +1 -0
  136. package/build/commands/presentation/generate-presentation-slides.command.d.ts +42 -0
  137. package/build/commands/presentation/generate-presentation-slides.command.d.ts.map +1 -0
  138. package/build/commands/presentation/get-presentation-config.command.d.ts +60 -0
  139. package/build/commands/presentation/get-presentation-config.command.d.ts.map +1 -0
  140. package/build/commands/presentation/index.d.ts +25 -0
  141. package/build/commands/presentation/index.d.ts.map +1 -0
  142. package/build/commands/presentation/presentation-generate-report.command.d.ts +19 -0
  143. package/build/commands/presentation/presentation-generate-report.command.d.ts.map +1 -0
  144. package/build/commands/presentation/presentation-paraphrase.command.d.ts +25 -0
  145. package/build/commands/presentation/presentation-paraphrase.command.d.ts.map +1 -0
  146. package/build/commands/presentation/reposition-slide-outline.command.d.ts +15 -0
  147. package/build/commands/presentation/reposition-slide-outline.command.d.ts.map +1 -0
  148. package/build/commands/presentation/reposition-slide.command.d.ts +15 -0
  149. package/build/commands/presentation/reposition-slide.command.d.ts.map +1 -0
  150. package/build/commands/presentation/set-reaction-to-presentation.command.d.ts +40 -0
  151. package/build/commands/presentation/set-reaction-to-presentation.command.d.ts.map +1 -0
  152. package/build/commands/presentation/update-presentation-outline.command.d.ts +29 -0
  153. package/build/commands/presentation/update-presentation-outline.command.d.ts.map +1 -0
  154. package/build/commands/presentation/update-presentation-slides.command.d.ts +263 -0
  155. package/build/commands/presentation/update-presentation-slides.command.d.ts.map +1 -0
  156. package/build/commands/presentation/update-presentation-slides.command.js +1 -1
  157. package/build/commands/presentation/update-presentation.command.d.ts +44 -0
  158. package/build/commands/presentation/update-presentation.command.d.ts.map +1 -0
  159. package/build/commands/presentation/update-slide-image-slot.command.d.ts +46 -0
  160. package/build/commands/presentation/update-slide-image-slot.command.d.ts.map +1 -0
  161. package/build/commands/presentation/update-slide-outline.command.d.ts +28 -0
  162. package/build/commands/presentation/update-slide-outline.command.d.ts.map +1 -0
  163. package/build/commands/presentation/update-slide.command.d.ts +407 -0
  164. package/build/commands/presentation/update-slide.command.d.ts.map +1 -0
  165. package/build/commands/product/buy-product.command.d.ts +83 -0
  166. package/build/commands/product/buy-product.command.d.ts.map +1 -0
  167. package/build/commands/product/create-product.command.d.ts +23 -0
  168. package/build/commands/product/create-product.command.d.ts.map +1 -0
  169. package/build/commands/product/delete-product.command.d.ts +10 -0
  170. package/build/commands/product/delete-product.command.d.ts.map +1 -0
  171. package/build/commands/product/find-product.command.d.ts +32 -0
  172. package/build/commands/product/find-product.command.d.ts.map +1 -0
  173. package/build/commands/product/get-my-products.command.d.ts +26 -0
  174. package/build/commands/product/get-my-products.command.d.ts.map +1 -0
  175. package/build/commands/product/index.d.ts +7 -0
  176. package/build/commands/product/index.d.ts.map +1 -0
  177. package/build/commands/product/update-product.command.d.ts +27 -0
  178. package/build/commands/product/update-product.command.d.ts.map +1 -0
  179. package/build/commands/promocode/create-promocode.command.d.ts +35 -0
  180. package/build/commands/promocode/create-promocode.command.d.ts.map +1 -0
  181. package/build/commands/promocode/delete-promocode.command.d.ts +14 -0
  182. package/build/commands/promocode/delete-promocode.command.d.ts.map +1 -0
  183. package/build/commands/promocode/find-promocode.command.d.ts +44 -0
  184. package/build/commands/promocode/find-promocode.command.d.ts.map +1 -0
  185. package/build/commands/promocode/index.d.ts +6 -0
  186. package/build/commands/promocode/index.d.ts.map +1 -0
  187. package/build/commands/promocode/update-promocode.command.d.ts +39 -0
  188. package/build/commands/promocode/update-promocode.command.d.ts.map +1 -0
  189. package/build/commands/promocode/validate-promocode.command.d.ts +15 -0
  190. package/build/commands/promocode/validate-promocode.command.d.ts.map +1 -0
  191. package/build/commands/referral/get-by-bonuses.command.d.ts +15 -0
  192. package/build/commands/referral/get-by-bonuses.command.d.ts.map +1 -0
  193. package/build/commands/referral/index.d.ts +3 -0
  194. package/build/commands/referral/index.d.ts.map +1 -0
  195. package/build/commands/referral/validate-referral.command.d.ts +14 -0
  196. package/build/commands/referral/validate-referral.command.d.ts.map +1 -0
  197. package/build/commands/solving-edu-task/delete-all-solving-edu-task-jobs.command.d.ts +8 -0
  198. package/build/commands/solving-edu-task/delete-all-solving-edu-task-jobs.command.d.ts.map +1 -0
  199. package/build/commands/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts +12 -0
  200. package/build/commands/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts.map +1 -0
  201. package/build/commands/solving-edu-task/execute-solving-edu-task.command.d.ts +39 -0
  202. package/build/commands/solving-edu-task/execute-solving-edu-task.command.d.ts.map +1 -0
  203. package/build/commands/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts +35 -0
  204. package/build/commands/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts.map +1 -0
  205. package/build/commands/solving-edu-task/find-solving-edu-task-jobs.command.d.ts +39 -0
  206. package/build/commands/solving-edu-task/find-solving-edu-task-jobs.command.d.ts.map +1 -0
  207. package/build/commands/solving-edu-task/get-solving-edu-task-config.command.d.ts +35 -0
  208. package/build/commands/solving-edu-task/get-solving-edu-task-config.command.d.ts.map +1 -0
  209. package/build/commands/solving-edu-task/index.d.ts +10 -0
  210. package/build/commands/solving-edu-task/index.d.ts.map +1 -0
  211. package/build/commands/solving-edu-task/retry-solving-edu-task-job.command.d.ts +43 -0
  212. package/build/commands/solving-edu-task/retry-solving-edu-task-job.command.d.ts.map +1 -0
  213. package/build/commands/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts +41 -0
  214. package/build/commands/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts.map +1 -0
  215. package/build/commands/solving-edu-task/update-solving-edu-task-job-title.command.d.ts +39 -0
  216. package/build/commands/solving-edu-task/update-solving-edu-task-job-title.command.d.ts.map +1 -0
  217. package/build/commands/subscription/buy-subscription.command.d.ts +121 -0
  218. package/build/commands/subscription/buy-subscription.command.d.ts.map +1 -0
  219. package/build/commands/subscription/cancel-subscription.command.d.ts +14 -0
  220. package/build/commands/subscription/cancel-subscription.command.d.ts.map +1 -0
  221. package/build/commands/subscription/create-subscription.command.d.ts +41 -0
  222. package/build/commands/subscription/create-subscription.command.d.ts.map +1 -0
  223. package/build/commands/subscription/delete-subscription.command.d.ts +12 -0
  224. package/build/commands/subscription/delete-subscription.command.d.ts.map +1 -0
  225. package/build/commands/subscription/downgrade-subscription.command.d.ts +41 -0
  226. package/build/commands/subscription/downgrade-subscription.command.d.ts.map +1 -0
  227. package/build/commands/subscription/find-subscription.command.d.ts +69 -0
  228. package/build/commands/subscription/find-subscription.command.d.ts.map +1 -0
  229. package/build/commands/subscription/get-available-upgrades.command.d.ts +29 -0
  230. package/build/commands/subscription/get-available-upgrades.command.d.ts.map +1 -0
  231. package/build/commands/subscription/get-free-subscription.command.d.ts +25 -0
  232. package/build/commands/subscription/get-free-subscription.command.d.ts.map +1 -0
  233. package/build/commands/subscription/index.d.ts +13 -0
  234. package/build/commands/subscription/index.d.ts.map +1 -0
  235. package/build/commands/subscription/recover-past-due-subscription.command.d.ts +12 -0
  236. package/build/commands/subscription/recover-past-due-subscription.command.d.ts.map +1 -0
  237. package/build/commands/subscription/recover-subscription.command.d.ts +10 -0
  238. package/build/commands/subscription/recover-subscription.command.d.ts.map +1 -0
  239. package/build/commands/subscription/update-subscription.command.d.ts +45 -0
  240. package/build/commands/subscription/update-subscription.command.d.ts.map +1 -0
  241. package/build/commands/subscription/upgrade-subscription.command.d.ts +42 -0
  242. package/build/commands/subscription/upgrade-subscription.command.d.ts.map +1 -0
  243. package/build/commands/unregistered-user/create-unregistered-user.command.d.ts +10 -0
  244. package/build/commands/unregistered-user/create-unregistered-user.command.d.ts.map +1 -0
  245. package/build/commands/unregistered-user/index.d.ts +2 -0
  246. package/build/commands/unregistered-user/index.d.ts.map +1 -0
  247. package/build/commands/user/check-email.command.d.ts +7 -0
  248. package/build/commands/user/check-email.command.d.ts.map +1 -0
  249. package/build/commands/user/delete-account.command.d.ts +11 -0
  250. package/build/commands/user/delete-account.command.d.ts.map +1 -0
  251. package/build/commands/user/find-user-by-uuid.command.d.ts +22 -0
  252. package/build/commands/user/find-user-by-uuid.command.d.ts.map +1 -0
  253. package/build/commands/user/find-users-by-criteria.command.d.ts +60 -0
  254. package/build/commands/user/find-users-by-criteria.command.d.ts.map +1 -0
  255. package/build/commands/user/get-aggregated-user-data.command.d.ts +34 -0
  256. package/build/commands/user/get-aggregated-user-data.command.d.ts.map +1 -0
  257. package/build/commands/user/get-me.command.d.ts +23 -0
  258. package/build/commands/user/get-me.command.d.ts.map +1 -0
  259. package/build/commands/user/get-user-orders.command.d.ts +32 -0
  260. package/build/commands/user/get-user-orders.command.d.ts.map +1 -0
  261. package/build/commands/user/get-user-products.command.d.ts +27 -0
  262. package/build/commands/user/get-user-products.command.d.ts.map +1 -0
  263. package/build/commands/user/get-user-subscriptions.command.d.ts +32 -0
  264. package/build/commands/user/get-user-subscriptions.command.d.ts.map +1 -0
  265. package/build/commands/user/index.d.ts +11 -0
  266. package/build/commands/user/index.d.ts.map +1 -0
  267. package/build/commands/user/up-token-bonus-balance.command.d.ts +26 -0
  268. package/build/commands/user/up-token-bonus-balance.command.d.ts.map +1 -0
  269. package/build/commands/user-balance/get-user-balance.command.d.ts +15 -0
  270. package/build/commands/user-balance/get-user-balance.command.d.ts.map +1 -0
  271. package/build/commands/user-balance/index.d.ts +2 -0
  272. package/build/commands/user-balance/index.d.ts.map +1 -0
  273. package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts +21 -0
  274. package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts.map +1 -0
  275. package/build/commands/user-to-product/index.d.ts +3 -0
  276. package/build/commands/user-to-product/index.d.ts.map +1 -0
  277. package/build/commands/user-to-product/update-user-to-product.command.d.ts +27 -0
  278. package/build/commands/user-to-product/update-user-to-product.command.d.ts.map +1 -0
  279. package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts +26 -0
  280. package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts.map +1 -0
  281. package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts +41 -0
  282. package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts.map +1 -0
  283. package/build/commands/user-to-subscription/index.d.ts +4 -0
  284. package/build/commands/user-to-subscription/index.d.ts.map +1 -0
  285. package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts +38 -0
  286. package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts.map +1 -0
  287. package/build/commands/writer/collect-writer-document-sources.command.d.ts +50 -0
  288. package/build/commands/writer/collect-writer-document-sources.command.d.ts.map +1 -0
  289. package/build/commands/writer/confirm-source-citation-metadata.command.d.ts +62 -0
  290. package/build/commands/writer/confirm-source-citation-metadata.command.d.ts.map +1 -0
  291. package/build/commands/writer/create-writer-document.command.d.ts +49 -0
  292. package/build/commands/writer/create-writer-document.command.d.ts.map +1 -0
  293. package/build/commands/writer/delete-all-writer-documents.command.d.ts +6 -0
  294. package/build/commands/writer/delete-all-writer-documents.command.d.ts.map +1 -0
  295. package/build/commands/writer/delete-writer-document-by-uuid.command.d.ts +10 -0
  296. package/build/commands/writer/delete-writer-document-by-uuid.command.d.ts.map +1 -0
  297. package/build/commands/writer/discard-writer-source.command.d.ts +16 -0
  298. package/build/commands/writer/discard-writer-source.command.d.ts.map +1 -0
  299. package/build/commands/writer/export-writer-document-as-docx.command.d.ts +14 -0
  300. package/build/commands/writer/export-writer-document-as-docx.command.d.ts.map +1 -0
  301. package/build/commands/writer/find-writer-document-by-uuid.command.d.ts +48 -0
  302. package/build/commands/writer/find-writer-document-by-uuid.command.d.ts.map +1 -0
  303. package/build/commands/writer/find-writer-documents.command.d.ts +52 -0
  304. package/build/commands/writer/find-writer-documents.command.d.ts.map +1 -0
  305. package/build/commands/writer/generate-writer-document-contents.command.d.ts +50 -0
  306. package/build/commands/writer/generate-writer-document-contents.command.d.ts.map +1 -0
  307. package/build/commands/writer/generate-writer-document-outline.command.d.ts +53 -0
  308. package/build/commands/writer/generate-writer-document-outline.command.d.ts.map +1 -0
  309. package/build/commands/writer/get-writer-document-sources.command.d.ts +40 -0
  310. package/build/commands/writer/get-writer-document-sources.command.d.ts.map +1 -0
  311. package/build/commands/writer/get-writer-tool-config.command.d.ts +53 -0
  312. package/build/commands/writer/get-writer-tool-config.command.d.ts.map +1 -0
  313. package/build/commands/writer/index.d.ts +25 -0
  314. package/build/commands/writer/index.d.ts.map +1 -0
  315. package/build/commands/writer/set-reaction.writer-document.command.d.ts +53 -0
  316. package/build/commands/writer/set-reaction.writer-document.command.d.ts.map +1 -0
  317. package/build/commands/writer/toggle-writer-document-title-page.command.d.ts +18 -0
  318. package/build/commands/writer/toggle-writer-document-title-page.command.d.ts.map +1 -0
  319. package/build/commands/writer/update-writer-document-contents.command.d.ts +18 -0
  320. package/build/commands/writer/update-writer-document-contents.command.d.ts.map +1 -0
  321. package/build/commands/writer/update-writer-document-outline.command.d.ts +28 -0
  322. package/build/commands/writer/update-writer-document-outline.command.d.ts.map +1 -0
  323. package/build/commands/writer/update-writer-document-title-page.command.d.ts +32 -0
  324. package/build/commands/writer/update-writer-document-title-page.command.d.ts.map +1 -0
  325. package/build/commands/writer/upload-writer-source.command.d.ts +44 -0
  326. package/build/commands/writer/upload-writer-source.command.d.ts.map +1 -0
  327. package/build/commands/writer/writer-extend-text.command.d.ts +18 -0
  328. package/build/commands/writer/writer-extend-text.command.d.ts.map +1 -0
  329. package/build/commands/writer/writer-fix-errors.command.d.ts +18 -0
  330. package/build/commands/writer/writer-fix-errors.command.d.ts.map +1 -0
  331. package/build/commands/writer/writer-generate-text.command.d.ts +21 -0
  332. package/build/commands/writer/writer-generate-text.command.d.ts.map +1 -0
  333. package/build/commands/writer/writer-paraphrase.command.d.ts +18 -0
  334. package/build/commands/writer/writer-paraphrase.command.d.ts.map +1 -0
  335. package/build/commands/writer/writer-shorten-text.command.d.ts +18 -0
  336. package/build/commands/writer/writer-shorten-text.command.d.ts.map +1 -0
  337. package/build/common/enums/index.d.ts +2 -0
  338. package/build/common/enums/index.d.ts.map +1 -0
  339. package/build/common/enums/tool-type.enum.d.ts +6 -0
  340. package/build/common/enums/tool-type.enum.d.ts.map +1 -0
  341. package/build/common/enums/tool-type.enum.js +1 -0
  342. package/build/common/index.d.ts +3 -0
  343. package/build/common/index.d.ts.map +1 -0
  344. package/build/common/models/command-response.schema.d.ts +13 -0
  345. package/build/common/models/command-response.schema.d.ts.map +1 -0
  346. package/build/common/models/index.d.ts +2 -0
  347. package/build/common/models/index.d.ts.map +1 -0
  348. package/build/constants/cloud-payments/index.d.ts +9 -0
  349. package/build/constants/cloud-payments/index.d.ts.map +1 -0
  350. package/build/constants/common/enums/ai-model-status.enum.d.ts +5 -0
  351. package/build/constants/common/enums/ai-model-status.enum.d.ts.map +1 -0
  352. package/build/constants/common/enums/index.d.ts +3 -0
  353. package/build/constants/common/enums/index.d.ts.map +1 -0
  354. package/build/constants/common/enums/job-status.enum.d.ts +6 -0
  355. package/build/constants/common/enums/job-status.enum.d.ts.map +1 -0
  356. package/build/constants/common/index.d.ts +2 -0
  357. package/build/constants/common/index.d.ts.map +1 -0
  358. package/build/constants/domains/index.d.ts +2 -0
  359. package/build/constants/domains/index.d.ts.map +1 -0
  360. package/build/constants/domains/white-list.d.ts +3 -0
  361. package/build/constants/domains/white-list.d.ts.map +1 -0
  362. package/build/constants/email/email-endpoint.d.ts +2 -0
  363. package/build/constants/email/email-endpoint.d.ts.map +1 -0
  364. package/build/constants/email/index.d.ts +3 -0
  365. package/build/constants/email/index.d.ts.map +1 -0
  366. package/build/constants/email/subjects.d.ts +13 -0
  367. package/build/constants/email/subjects.d.ts.map +1 -0
  368. package/build/constants/errors/errors.d.ts +1408 -0
  369. package/build/constants/errors/errors.d.ts.map +1 -0
  370. package/build/constants/errors/errors.js +5 -0
  371. package/build/constants/errors/index.d.ts +3 -0
  372. package/build/constants/errors/index.d.ts.map +1 -0
  373. package/build/constants/errors/verbose.d.ts +7 -0
  374. package/build/constants/errors/verbose.d.ts.map +1 -0
  375. package/build/constants/files/enums/file-type.enum.d.ts +7 -0
  376. package/build/constants/files/enums/file-type.enum.d.ts.map +1 -0
  377. package/build/constants/files/enums/index.d.ts +2 -0
  378. package/build/constants/files/enums/index.d.ts.map +1 -0
  379. package/build/constants/files/file.constants.d.ts +9 -0
  380. package/build/constants/files/file.constants.d.ts.map +1 -0
  381. package/build/constants/files/index.d.ts +3 -0
  382. package/build/constants/files/index.d.ts.map +1 -0
  383. package/build/constants/index.d.ts +18 -0
  384. package/build/constants/index.d.ts.map +1 -0
  385. package/build/constants/order/enums/index.d.ts +3 -0
  386. package/build/constants/order/enums/index.d.ts.map +1 -0
  387. package/build/constants/order/enums/order-sort-by.enum.d.ts +8 -0
  388. package/build/constants/order/enums/order-sort-by.enum.d.ts.map +1 -0
  389. package/build/constants/order/enums/order-status.enum.d.ts +13 -0
  390. package/build/constants/order/enums/order-status.enum.d.ts.map +1 -0
  391. package/build/constants/order/enums/order-type.enum.d.ts +6 -0
  392. package/build/constants/order/enums/order-type.enum.d.ts.map +1 -0
  393. package/build/constants/order/index.d.ts +2 -0
  394. package/build/constants/order/index.d.ts.map +1 -0
  395. package/build/constants/page/enums/index.d.ts +2 -0
  396. package/build/constants/page/enums/index.d.ts.map +1 -0
  397. package/build/constants/page/enums/page-type.enum.d.ts +6 -0
  398. package/build/constants/page/enums/page-type.enum.d.ts.map +1 -0
  399. package/build/constants/page/index.d.ts +2 -0
  400. package/build/constants/page/index.d.ts.map +1 -0
  401. package/build/constants/payment/enums/index.d.ts +3 -0
  402. package/build/constants/payment/enums/index.d.ts.map +1 -0
  403. package/build/constants/payment/enums/payment-history-item-type.enum.d.ts +5 -0
  404. package/build/constants/payment/enums/payment-history-item-type.enum.d.ts.map +1 -0
  405. package/build/constants/payment/enums/payment-status.enum.d.ts +8 -0
  406. package/build/constants/payment/enums/payment-status.enum.d.ts.map +1 -0
  407. package/build/constants/payment/index.d.ts +2 -0
  408. package/build/constants/payment/index.d.ts.map +1 -0
  409. package/build/constants/presentation/enums/index.d.ts +12 -0
  410. package/build/constants/presentation/enums/index.d.ts.map +1 -0
  411. package/build/constants/presentation/enums/presentation-ai-action-call-status.enum.d.ts +6 -0
  412. package/build/constants/presentation/enums/presentation-ai-action-call-status.enum.d.ts.map +1 -0
  413. package/build/constants/presentation/enums/presentation-ai-action-pricing-type.enum.d.ts +5 -0
  414. package/build/constants/presentation/enums/presentation-ai-action-pricing-type.enum.d.ts.map +1 -0
  415. package/build/constants/presentation/enums/presentation-ai-action-type.enum.d.ts +5 -0
  416. package/build/constants/presentation/enums/presentation-ai-action-type.enum.d.ts.map +1 -0
  417. package/build/constants/presentation/enums/presentation-stage.enum.d.ts +11 -0
  418. package/build/constants/presentation/enums/presentation-stage.enum.d.ts.map +1 -0
  419. package/build/constants/presentation/enums/presentation-target-audience.enum.d.ts +7 -0
  420. package/build/constants/presentation/enums/presentation-target-audience.enum.d.ts.map +1 -0
  421. package/build/constants/presentation/enums/slide-content-type.enum.d.ts +13 -0
  422. package/build/constants/presentation/enums/slide-content-type.enum.d.ts.map +1 -0
  423. package/build/constants/presentation/enums/slide-icon-slot-status.enum.d.ts +7 -0
  424. package/build/constants/presentation/enums/slide-icon-slot-status.enum.d.ts.map +1 -0
  425. package/build/constants/presentation/enums/slide-image-slot-action.enum.d.ts +5 -0
  426. package/build/constants/presentation/enums/slide-image-slot-action.enum.d.ts.map +1 -0
  427. package/build/constants/presentation/enums/slide-image-slot.status.enum.d.ts +7 -0
  428. package/build/constants/presentation/enums/slide-image-slot.status.enum.d.ts.map +1 -0
  429. package/build/constants/presentation/enums/slide-layout.enum.d.ts +5 -0
  430. package/build/constants/presentation/enums/slide-layout.enum.d.ts.map +1 -0
  431. package/build/constants/presentation/index.d.ts +3 -0
  432. package/build/constants/presentation/index.d.ts.map +1 -0
  433. package/build/constants/presentation/maps/index.d.ts +2 -0
  434. package/build/constants/presentation/maps/index.d.ts.map +1 -0
  435. package/build/constants/presentation/maps/slide-layout-map.constant.d.ts +4 -0
  436. package/build/constants/presentation/maps/slide-layout-map.constant.d.ts.map +1 -0
  437. package/build/constants/product/enums/index.d.ts +3 -0
  438. package/build/constants/product/enums/index.d.ts.map +1 -0
  439. package/build/constants/product/enums/product-sort-by.enum.d.ts +6 -0
  440. package/build/constants/product/enums/product-sort-by.enum.d.ts.map +1 -0
  441. package/build/constants/product/enums/product-status.enum.d.ts +6 -0
  442. package/build/constants/product/enums/product-status.enum.d.ts.map +1 -0
  443. package/build/constants/product/index.d.ts +2 -0
  444. package/build/constants/product/index.d.ts.map +1 -0
  445. package/build/constants/promocode/enums/index.d.ts +3 -0
  446. package/build/constants/promocode/enums/index.d.ts.map +1 -0
  447. package/build/constants/promocode/enums/promocode-promotion.enum.d.ts +6 -0
  448. package/build/constants/promocode/enums/promocode-promotion.enum.d.ts.map +1 -0
  449. package/build/constants/promocode/enums/promocode-status.enum.d.ts +5 -0
  450. package/build/constants/promocode/enums/promocode-status.enum.d.ts.map +1 -0
  451. package/build/constants/promocode/index.d.ts +2 -0
  452. package/build/constants/promocode/index.d.ts.map +1 -0
  453. package/build/constants/referral/enums/index.d.ts +2 -0
  454. package/build/constants/referral/enums/index.d.ts.map +1 -0
  455. package/build/constants/referral/enums/referral-bonus-type.enum.d.ts +5 -0
  456. package/build/constants/referral/enums/referral-bonus-type.enum.d.ts.map +1 -0
  457. package/build/constants/referral/index.d.ts +2 -0
  458. package/build/constants/referral/index.d.ts.map +1 -0
  459. package/build/constants/subscription/enums/index.d.ts +8 -0
  460. package/build/constants/subscription/enums/index.d.ts.map +1 -0
  461. package/build/constants/subscription/enums/subscription-action.enum.d.ts +8 -0
  462. package/build/constants/subscription/enums/subscription-action.enum.d.ts.map +1 -0
  463. package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts +4 -0
  464. package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts.map +1 -0
  465. package/build/constants/subscription/enums/subscription-sort-by.enum.d.ts +6 -0
  466. package/build/constants/subscription/enums/subscription-sort-by.enum.d.ts.map +1 -0
  467. package/build/constants/subscription/enums/subscription-status.enum.d.ts +12 -0
  468. package/build/constants/subscription/enums/subscription-status.enum.d.ts.map +1 -0
  469. package/build/constants/subscription/enums/subscription-type.enum.d.ts +5 -0
  470. package/build/constants/subscription/enums/subscription-type.enum.d.ts.map +1 -0
  471. package/build/constants/subscription/enums/user-to-subscription-marks.enum.d.ts +8 -0
  472. package/build/constants/subscription/enums/user-to-subscription-marks.enum.d.ts.map +1 -0
  473. package/build/constants/subscription/enums/user-to-subscription-type.enum.d.ts +5 -0
  474. package/build/constants/subscription/enums/user-to-subscription-type.enum.d.ts.map +1 -0
  475. package/build/constants/subscription/index.d.ts +2 -0
  476. package/build/constants/subscription/index.d.ts.map +1 -0
  477. package/build/constants/transaction/enums/index.d.ts +3 -0
  478. package/build/constants/transaction/enums/index.d.ts.map +1 -0
  479. package/build/constants/transaction/enums/transaction-status.enum.d.ts +8 -0
  480. package/build/constants/transaction/enums/transaction-status.enum.d.ts.map +1 -0
  481. package/build/constants/transaction/enums/user-balance-status.enum.d.ts +8 -0
  482. package/build/constants/transaction/enums/user-balance-status.enum.d.ts.map +1 -0
  483. package/build/constants/transaction/index.d.ts +2 -0
  484. package/build/constants/transaction/index.d.ts.map +1 -0
  485. package/build/constants/unregistered-user/enums/index.d.ts +2 -0
  486. package/build/constants/unregistered-user/enums/index.d.ts.map +1 -0
  487. package/build/constants/unregistered-user/enums/unregistered-user-status.enum.d.ts +6 -0
  488. package/build/constants/unregistered-user/enums/unregistered-user-status.enum.d.ts.map +1 -0
  489. package/build/constants/unregistered-user/index.d.ts +2 -0
  490. package/build/constants/unregistered-user/index.d.ts.map +1 -0
  491. package/build/constants/user/enums/index.d.ts +7 -0
  492. package/build/constants/user/enums/index.d.ts.map +1 -0
  493. package/build/constants/user/enums/singup-method.enum.d.ts +7 -0
  494. package/build/constants/user/enums/singup-method.enum.d.ts.map +1 -0
  495. package/build/constants/user/enums/sort-order.enum.d.ts +5 -0
  496. package/build/constants/user/enums/sort-order.enum.d.ts.map +1 -0
  497. package/build/constants/user/enums/user-reaction.enum.d.ts +5 -0
  498. package/build/constants/user/enums/user-reaction.enum.d.ts.map +1 -0
  499. package/build/constants/user/enums/user-role.enum.d.ts +8 -0
  500. package/build/constants/user/enums/user-role.enum.d.ts.map +1 -0
  501. package/build/constants/user/enums/user-sort-by.enum.d.ts +6 -0
  502. package/build/constants/user/enums/user-sort-by.enum.d.ts.map +1 -0
  503. package/build/constants/user/enums/user-status.d.ts +7 -0
  504. package/build/constants/user/enums/user-status.d.ts.map +1 -0
  505. package/build/constants/user/index.d.ts +2 -0
  506. package/build/constants/user/index.d.ts.map +1 -0
  507. package/build/constants/writer/enums/index.d.ts +9 -0
  508. package/build/constants/writer/enums/index.d.ts.map +1 -0
  509. package/build/constants/writer/enums/source-origin.enum.d.ts +5 -0
  510. package/build/constants/writer/enums/source-origin.enum.d.ts.map +1 -0
  511. package/build/constants/writer/enums/source-status.enum.d.ts +6 -0
  512. package/build/constants/writer/enums/source-status.enum.d.ts.map +1 -0
  513. package/build/constants/writer/enums/source-type.enum.d.ts +5 -0
  514. package/build/constants/writer/enums/source-type.enum.d.ts.map +1 -0
  515. package/build/constants/writer/enums/writer-ai-action-pricing-type.enum.d.ts +5 -0
  516. package/build/constants/writer/enums/writer-ai-action-pricing-type.enum.d.ts.map +1 -0
  517. package/build/constants/writer/enums/writer-ai-action-type.enum.d.ts +8 -0
  518. package/build/constants/writer/enums/writer-ai-action-type.enum.d.ts.map +1 -0
  519. package/build/constants/writer/enums/writer-document-section-type.enum.d.ts +6 -0
  520. package/build/constants/writer/enums/writer-document-section-type.enum.d.ts.map +1 -0
  521. package/build/constants/writer/enums/writer-document-stage.enum.d.ts +16 -0
  522. package/build/constants/writer/enums/writer-document-stage.enum.d.ts.map +1 -0
  523. package/build/constants/writer/enums/writer-model-status.enum.d.ts +5 -0
  524. package/build/constants/writer/enums/writer-model-status.enum.d.ts.map +1 -0
  525. package/build/constants/writer/index.d.ts +2 -0
  526. package/build/constants/writer/index.d.ts.map +1 -0
  527. package/build/helpers/index.d.ts +4 -0
  528. package/build/helpers/index.d.ts.map +1 -0
  529. package/build/helpers/presentation/calculate-presentation-ai-action-price.util.d.ts +3 -0
  530. package/build/helpers/presentation/calculate-presentation-ai-action-price.util.d.ts.map +1 -0
  531. package/build/helpers/presentation/index.d.ts +2 -0
  532. package/build/helpers/presentation/index.d.ts.map +1 -0
  533. package/build/helpers/subscription/calc-custom-subscription-price.helper.d.ts +2 -0
  534. package/build/helpers/subscription/calc-custom-subscription-price.helper.d.ts.map +1 -0
  535. package/build/helpers/subscription/index.d.ts +2 -0
  536. package/build/helpers/subscription/index.d.ts.map +1 -0
  537. package/build/helpers/writer/calculate-page-count.util.d.ts +4 -0
  538. package/build/helpers/writer/calculate-page-count.util.d.ts.map +1 -0
  539. package/build/helpers/writer/calculate-writer-ai-action-price.util.d.ts +3 -0
  540. package/build/helpers/writer/calculate-writer-ai-action-price.util.d.ts.map +1 -0
  541. package/build/helpers/writer/calculate-writer-content-generation-price.util.d.ts +2 -0
  542. package/build/helpers/writer/calculate-writer-content-generation-price.util.d.ts.map +1 -0
  543. package/build/helpers/writer/index.d.ts +4 -0
  544. package/build/helpers/writer/index.d.ts.map +1 -0
  545. package/build/index.d.ts +7 -0
  546. package/build/index.d.ts.map +1 -0
  547. package/build/models/cloud-payments-receipt.schema.d.ts +113 -0
  548. package/build/models/cloud-payments-receipt.schema.d.ts.map +1 -0
  549. package/build/models/file.schema.d.ts +14 -0
  550. package/build/models/file.schema.d.ts.map +1 -0
  551. package/build/models/filters.schema.d.ts +16 -0
  552. package/build/models/filters.schema.d.ts.map +1 -0
  553. package/build/models/icon-variants.schema.d.ts +12 -0
  554. package/build/models/icon-variants.schema.d.ts.map +1 -0
  555. package/build/models/index.d.ts +27 -0
  556. package/build/models/index.d.ts.map +1 -0
  557. package/build/models/language.schema.d.ts +9 -0
  558. package/build/models/language.schema.d.ts.map +1 -0
  559. package/build/models/order.schema.d.ts +15 -0
  560. package/build/models/order.schema.d.ts.map +1 -0
  561. package/build/models/page-question.schema.d.ts +10 -0
  562. package/build/models/page-question.schema.d.ts.map +1 -0
  563. package/build/models/page.schema.d.ts +69 -0
  564. package/build/models/page.schema.d.ts.map +1 -0
  565. package/build/models/payment-history-item.schema.d.ts +12 -0
  566. package/build/models/payment-history-item.schema.d.ts.map +1 -0
  567. package/build/models/payment.schema.d.ts +11 -0
  568. package/build/models/payment.schema.d.ts.map +1 -0
  569. package/build/models/presentation/index.d.ts +10 -0
  570. package/build/models/presentation/index.d.ts.map +1 -0
  571. package/build/models/presentation/pptx-export-payload.schema.d.ts +742 -0
  572. package/build/models/presentation/pptx-export-payload.schema.d.ts.map +1 -0
  573. package/build/models/presentation/presentation-ai-action.schema.d.ts +30 -0
  574. package/build/models/presentation/presentation-ai-action.schema.d.ts.map +1 -0
  575. package/build/models/presentation/presentation-config.schema.d.ts +56 -0
  576. package/build/models/presentation/presentation-config.schema.d.ts.map +1 -0
  577. package/build/models/presentation/presentation-template.schema.d.ts +12 -0
  578. package/build/models/presentation/presentation-template.schema.d.ts.map +1 -0
  579. package/build/models/presentation/presentation-template.schema.js +1 -0
  580. package/build/models/presentation/presentation-title-page.schema.d.ts +8 -0
  581. package/build/models/presentation/presentation-title-page.schema.d.ts.map +1 -0
  582. package/build/models/presentation/presentation.schema.d.ts +218 -0
  583. package/build/models/presentation/presentation.schema.d.ts.map +1 -0
  584. package/build/models/presentation/presentation.schema.js +1 -0
  585. package/build/models/presentation/slide-content-edit.schema.d.ts +260 -0
  586. package/build/models/presentation/slide-content-edit.schema.d.ts.map +1 -0
  587. package/build/models/presentation/slide-content-edit.schema.js +2 -0
  588. package/build/models/presentation/slide-content-type.schema.d.ts +13 -0
  589. package/build/models/presentation/slide-content-type.schema.d.ts.map +1 -0
  590. package/build/models/presentation/slide-content.schema.d.ts +401 -0
  591. package/build/models/presentation/slide-content.schema.d.ts.map +1 -0
  592. package/build/models/presentation/slide-content.schema.js +5 -1
  593. package/build/models/presentation/slide-icon-slot.schema.d.ts +13 -0
  594. package/build/models/presentation/slide-icon-slot.schema.d.ts.map +1 -0
  595. package/build/models/presentation/slide-image-slot.schema.d.ts +14 -0
  596. package/build/models/presentation/slide-image-slot.schema.d.ts.map +1 -0
  597. package/build/models/presentation/slide-outline.schema.d.ts +29 -0
  598. package/build/models/presentation/slide-outline.schema.d.ts.map +1 -0
  599. package/build/models/presentation/slide.schema.d.ts +397 -0
  600. package/build/models/presentation/slide.schema.d.ts.map +1 -0
  601. package/build/models/product.schema.d.ts +11 -0
  602. package/build/models/product.schema.d.ts.map +1 -0
  603. package/build/models/promocode.schema.d.ts +18 -0
  604. package/build/models/promocode.schema.d.ts.map +1 -0
  605. package/build/models/referral-bonus.schema.d.ts +17 -0
  606. package/build/models/referral-bonus.schema.d.ts.map +1 -0
  607. package/build/models/solving-edu-task/attached-file.schema.d.ts +11 -0
  608. package/build/models/solving-edu-task/attached-file.schema.d.ts.map +1 -0
  609. package/build/models/solving-edu-task/index.d.ts +5 -0
  610. package/build/models/solving-edu-task/index.d.ts.map +1 -0
  611. package/build/models/solving-edu-task/solving-edu-task-config.schema.d.ts +31 -0
  612. package/build/models/solving-edu-task/solving-edu-task-config.schema.d.ts.map +1 -0
  613. package/build/models/solving-edu-task/solving-edu-task-job.schema.d.ts +39 -0
  614. package/build/models/solving-edu-task/solving-edu-task-job.schema.d.ts.map +1 -0
  615. package/build/models/solving-edu-task/solving-edu-task-model.schema.d.ts +38 -0
  616. package/build/models/solving-edu-task/solving-edu-task-model.schema.d.ts.map +1 -0
  617. package/build/models/subscription-feature.schema.d.ts +11 -0
  618. package/build/models/subscription-feature.schema.d.ts.map +1 -0
  619. package/build/models/subscription-upgrade-schema.d.ts +22 -0
  620. package/build/models/subscription-upgrade-schema.d.ts.map +1 -0
  621. package/build/models/subscription.schema.d.ts +96 -0
  622. package/build/models/subscription.schema.d.ts.map +1 -0
  623. package/build/models/tools/index.d.ts +2 -0
  624. package/build/models/tools/index.d.ts.map +1 -0
  625. package/build/models/tools/unified-tool-job.schema.d.ts +16 -0
  626. package/build/models/tools/unified-tool-job.schema.d.ts.map +1 -0
  627. package/build/models/unlocked-by-subscription.schema.d.ts +15 -0
  628. package/build/models/unlocked-by-subscription.schema.d.ts.map +1 -0
  629. package/build/models/unregistered-user.schema.d.ts +8 -0
  630. package/build/models/unregistered-user.schema.d.ts.map +1 -0
  631. package/build/models/user-referrals.schema.d.ts +5 -0
  632. package/build/models/user-referrals.schema.d.ts.map +1 -0
  633. package/build/models/user-to-product.schema.d.ts +32 -0
  634. package/build/models/user-to-product.schema.d.ts.map +1 -0
  635. package/build/models/user-to-subscription.schema.d.ts +52 -0
  636. package/build/models/user-to-subscription.schema.d.ts.map +1 -0
  637. package/build/models/user.schema.d.ts +59 -0
  638. package/build/models/user.schema.d.ts.map +1 -0
  639. package/build/models/writer/index.d.ts +7 -0
  640. package/build/models/writer/index.d.ts.map +1 -0
  641. package/build/models/writer/writer-ai-action.schema.d.ts +27 -0
  642. package/build/models/writer/writer-ai-action.schema.d.ts.map +1 -0
  643. package/build/models/writer/writer-config.schema.d.ts +49 -0
  644. package/build/models/writer/writer-config.schema.d.ts.map +1 -0
  645. package/build/models/writer/writer-document-outline.schema.d.ts +22 -0
  646. package/build/models/writer/writer-document-outline.schema.d.ts.map +1 -0
  647. package/build/models/writer/writer-document-title-page.schema.d.ts +12 -0
  648. package/build/models/writer/writer-document-title-page.schema.d.ts.map +1 -0
  649. package/build/models/writer/writer-document-type.schema.d.ts +21 -0
  650. package/build/models/writer/writer-document-type.schema.d.ts.map +1 -0
  651. package/build/models/writer/writer-document.schema.d.ts +41 -0
  652. package/build/models/writer/writer-document.schema.d.ts.map +1 -0
  653. package/build/models/writer/writer-model.schema.d.ts +12 -0
  654. package/build/models/writer/writer-model.schema.d.ts.map +1 -0
  655. package/build/models/writer-source.schema.d.ts +73 -0
  656. package/build/models/writer-source.schema.d.ts.map +1 -0
  657. package/build/queries/index.d.ts +2 -0
  658. package/build/queries/index.d.ts.map +1 -0
  659. package/build/queries/page/find-all-page-questions.query.d.ts +15 -0
  660. package/build/queries/page/find-all-page-questions.query.d.ts.map +1 -0
  661. package/build/queries/page/find-page-question-by-uuid.query.d.ts +19 -0
  662. package/build/queries/page/find-page-question-by-uuid.query.d.ts.map +1 -0
  663. package/build/queries/page/find-page-questions-by-page-id.query.d.ts +19 -0
  664. package/build/queries/page/find-page-questions-by-page-id.query.d.ts.map +1 -0
  665. package/build/queries/page/index.d.ts +4 -0
  666. package/build/queries/page/index.d.ts.map +1 -0
  667. package/build/queries/tools/find-unified-tool-job-history-full.query.d.ts +75 -0
  668. package/build/queries/tools/find-unified-tool-job-history-full.query.d.ts.map +1 -0
  669. package/build/queries/tools/find-unified-tool-job-history.query.d.ts +25 -0
  670. package/build/queries/tools/find-unified-tool-job-history.query.d.ts.map +1 -0
  671. package/build/queries/tools/index.d.ts +3 -0
  672. package/build/queries/tools/index.d.ts.map +1 -0
  673. package/commands/presentation/create-presentation.command.ts +1 -0
  674. package/commands/presentation/update-presentation-slides.command.ts +2 -2
  675. package/common/enums/tool-type.enum.ts +1 -0
  676. package/constants/errors/errors.ts +5 -0
  677. package/models/presentation/presentation-template.schema.ts +1 -0
  678. package/models/presentation/presentation.schema.ts +1 -0
  679. package/models/presentation/slide-content-edit.schema.ts +3 -0
  680. package/models/presentation/slide-content.schema.ts +11 -2
  681. package/package.json +2 -2
  682. package/tsconfig.json +2 -2
@@ -0,0 +1,15 @@
1
+ export declare const AUTH_CONTROLLER: "auth";
2
+ export declare const AUTH_ROUTES: {
3
+ readonly REGISTER: "register";
4
+ readonly LOGIN: "login";
5
+ readonly ADMIN_LOGIN: "admin/login";
6
+ readonly VK_LOGIN: "vk/login";
7
+ readonly YANDEX_LOGIN: "yandex/login";
8
+ readonly CREATE_USER: "create-user";
9
+ readonly RESTORE_PASSWORD: "restore-password";
10
+ readonly RESET_PASSWORD: "reset-password";
11
+ readonly CHANGE_PASSWORD: "change-password";
12
+ readonly VERIFY_EMAIL: "verify-email";
13
+ readonly VERIFY_EMAIL_RETRY: "verify-email-retry";
14
+ };
15
+ //# sourceMappingURL=auth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/auth.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,EAAG,MAAe,CAAC;AAE/C,eAAO,MAAM,WAAW;;;;;;;;;;;;CAYd,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const CLOUD_PAYMENTS_CONTROLLER: "cloud-payments";
2
+ export declare const CLOUD_PAYMENTS_ROUTES: {
3
+ readonly CALLBACK: "callback";
4
+ };
5
+ //# sourceMappingURL=cloud-payments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloud-payments.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/cloud-payments.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,EAAG,gBAAyB,CAAC;AACnE,eAAO,MAAM,qBAAqB;;CAExB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare const FILE_CONTROLLER: "private/file";
2
+ export declare const FILE_PUBLIC_CONTROLLER: "public/file";
3
+ export declare const FILE_ROUTES: {
4
+ readonly DELETE: (uuid: string) => string;
5
+ readonly UPLOAD: "upload";
6
+ readonly UPLOAD_ADMIN: "upload-admin";
7
+ };
8
+ //# sourceMappingURL=files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/files.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,EAAG,cAAuB,CAAC;AACvD,eAAO,MAAM,sBAAsB,EAAG,aAAsB,CAAC;AAE7D,eAAO,MAAM,WAAW;4BACL,MAAM;;;CAGf,CAAC"}
@@ -0,0 +1,20 @@
1
+ export * from './auth';
2
+ export * from './unregistered-user';
3
+ export * from './user';
4
+ export * from './cloud-payments';
5
+ export * from './payment';
6
+ export * from './subscription';
7
+ export * from './product';
8
+ export * from './user-to-product';
9
+ export * from './user-to-subscription';
10
+ export * from './referral';
11
+ export * from './promocode';
12
+ export * from './page';
13
+ export * from './writer';
14
+ export * from './files';
15
+ export * from './user-balance';
16
+ export * from './page-question';
17
+ export * from './solving-edu-task';
18
+ export * from './tools';
19
+ export * from './presentation';
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const PAGE_QUESTION_CONTROLLER: "page-question";
2
+ export declare const PAGE_QUESTION_ROUTES: {
3
+ readonly FIND_BY_UUID: (uuid: string) => string;
4
+ readonly CREATE: "";
5
+ readonly UPDATE: (uuid: string) => string;
6
+ readonly DELETE: (uuid: string) => string;
7
+ readonly GET_ALL: "";
8
+ };
9
+ //# sourceMappingURL=page-question.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page-question.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/page-question.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAG,eAAwB,CAAC;AAEjE,eAAO,MAAM,oBAAoB;kCACR,MAAM;;4BAEZ,MAAM;4BACN,MAAM;;CAEf,CAAC"}
@@ -0,0 +1,12 @@
1
+ export declare const PAGE_CONTROLLER: "page";
2
+ export declare const PAGE_ROUTES: {
3
+ readonly FIND_BY_CRITERIA: "search";
4
+ readonly FIND_BY_UUID: (uuid: string) => string;
5
+ readonly GET_ALL: "";
6
+ readonly FIND_BY_ALIAS: (alias: string) => string;
7
+ readonly CREATE: "";
8
+ readonly UPDATE: (uuid: string) => string;
9
+ readonly DELETE: (uuid: string) => string;
10
+ readonly CREATE_QUESTIONS_BULK: (pageId: string) => string;
11
+ };
12
+ //# sourceMappingURL=page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/page.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,EAAG,MAAe,CAAC;AAE/C,eAAO,MAAM,WAAW;;kCAEC,MAAM;;oCAEJ,MAAM;;4BAEd,MAAM;4BACN,MAAM;6CACW,MAAM;CAChC,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const PAYMENT_CONTROLLER: "payment";
2
+ export declare const PAYMENT_ROUTES: {
3
+ readonly HISTORY: "history";
4
+ };
5
+ //# sourceMappingURL=payment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/payment.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,EAAG,SAAkB,CAAC;AAErD,eAAO,MAAM,cAAc;;CAEjB,CAAC"}
@@ -0,0 +1,32 @@
1
+ export declare const PRESENTATION_PRIVATE_CONTROLLER = "private/presentation";
2
+ export declare const PRESENTATION_PUBLIC_CONTROLLER = "public/presentation";
3
+ export declare const PRESENTATION_ROUTES: {
4
+ readonly CONFIG: "config";
5
+ readonly CONFIG_INTERNAL: "internal/config";
6
+ readonly CREATE: "";
7
+ readonly FIND_ALL: "";
8
+ readonly DELETE: (uuid: string) => string;
9
+ readonly UPDATE: (uuid: string) => string;
10
+ readonly FIND_BY_UUID_INTERNAL: (uuid: string) => string;
11
+ readonly FIND_BY_UUID: (uuid: string) => string;
12
+ readonly FIND_PRESENTATION_OUTLINE: (uuid: string) => string;
13
+ readonly GENERATE_OUTLINE: (uuid: string) => string;
14
+ readonly GENERATE_SLIDES: (uuid: string) => string;
15
+ readonly UPDATE_PRESENTATION_OUTLINE: (uuid: string) => string;
16
+ readonly UPDATE_SLIDE_OUTLINE: (presentationId: string, slideOutlineId: string) => string;
17
+ readonly UPDATE_PRESENTATION_SLIDES: (uuid: string) => string;
18
+ readonly GENERATE_AND_INSERT_SLIDE: (uuid: string) => string;
19
+ readonly BUILD_BLANK_SLIDE: "slides/blank";
20
+ readonly UPDATE_SLIDE_IMAGE_SLOT: (presentationId: string, slideId: string, slotId: string) => string;
21
+ readonly UPDATE_SLIDE: (presentationId: string, slideId: string) => string;
22
+ readonly PARAPHRASE: (presentationId: string, slideId: string) => string;
23
+ readonly GENERATE_REPORT: (presentationId: string) => string;
24
+ readonly REPOSITION_SLIDE_OUTLINE: (presentationId: string, slideOutlineId: string) => string;
25
+ readonly REPOSITION_SLIDE: (presentationId: string, slideId: string) => string;
26
+ readonly DELETE_SLIDE_OUTLINE: (presentationId: string, slideOutlineId: string) => string;
27
+ readonly CREATE_SLIDE_OUTLINE: (presentationId: string) => string;
28
+ readonly EXPORT_AS_PPTX: (uuid: string) => string;
29
+ readonly DELETE_ALL: "";
30
+ readonly SET_REACTION: (uuid: string) => string;
31
+ };
32
+ //# sourceMappingURL=presentation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"presentation.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/presentation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B,yBAAyB,CAAC;AACtE,eAAO,MAAM,8BAA8B,wBAAwB,CAAC;AAEpE,eAAO,MAAM,mBAAmB;;;;;4BAKb,MAAM;4BACN,MAAM;2CACS,MAAM;kCACf,MAAM;+CACO,MAAM;sCACf,MAAM;qCACP,MAAM;iDACM,MAAM;oDACH,MAAM,kBAAkB,MAAM;gDAElC,MAAM;+CACP,MAAM;;uDAEE,MAAM,WAAW,MAAM,UAAU,MAAM;4CAElD,MAAM,WAAW,MAAM;0CAEzB,MAAM,WAAW,MAAM;+CAElB,MAAM;wDACG,MAAM,kBAAkB,MAAM;gDAEtC,MAAM,WAAW,MAAM;oDAEnB,MAAM,kBAAkB,MAAM;oDAE9B,MAAM;oCACtB,MAAM;;kCAER,MAAM;CACrB,CAAC"}
@@ -0,0 +1,10 @@
1
+ export declare const PRODUCT_PRIVATE_CONTROLLER: "product/private";
2
+ export declare const PRODUCT_PUBLIC_CONTROLLER: "product/public";
3
+ export declare const PRODUCT_ROUTES: {
4
+ readonly FIND_BY_UUID: "by/uuid";
5
+ readonly GET_ALL: "all";
6
+ readonly BUY: "buy";
7
+ readonly FAST_BUY: "fast/buy";
8
+ readonly MY: "my";
9
+ };
10
+ //# sourceMappingURL=product.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/product.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,EAAG,iBAA0B,CAAC;AAErE,eAAO,MAAM,yBAAyB,EAAG,gBAAyB,CAAC;AAEnE,eAAO,MAAM,cAAc;;;;;;CAMjB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const PROMOCODE_PRIVATE_CONTROLLER: "private/promocode";
2
+ export declare const PROMOCODE_PUBLIC_CONTROLLER: "public/promocode";
3
+ export declare const PROMOCODE_ROUTES: {
4
+ readonly FIND_ALL: "all";
5
+ readonly VALIDATE: "validate";
6
+ readonly FIND_BY_UUID: "by/uuid";
7
+ readonly UPSELL: "upsell";
8
+ };
9
+ //# sourceMappingURL=promocode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"promocode.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/promocode.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,EAAG,mBAA4B,CAAC;AACzE,eAAO,MAAM,2BAA2B,EAAG,kBAA2B,CAAC;AAEvE,eAAO,MAAM,gBAAgB;;;;;CAKnB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const REFERRAL_PRIVATE_CONTROLLER: "private/referral";
2
+ export declare const REFERRAL_PUBLIC_CONTROLLER: "public/referral";
3
+ export declare const REFERRAL_ROUTES: {
4
+ readonly GET_MY_BONUSES: "bonuses/my";
5
+ readonly VALIDATE: "validate/users";
6
+ };
7
+ //# sourceMappingURL=referral.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referral.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/referral.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,2BAA2B,EAAG,kBAA2B,CAAC;AACvE,eAAO,MAAM,0BAA0B,EAAG,iBAA0B,CAAC;AAErE,eAAO,MAAM,eAAe;;;CAGlB,CAAC"}
@@ -0,0 +1,14 @@
1
+ export declare const SOLVING_EDU_TASK_CONTROLLER_PRIVATE: "private/solving-edu-task";
2
+ export declare const SOLVING_EDU_TASK_CONTROLLER_PUBLIC: "public/solving-edu-task";
3
+ export declare const SOLVING_EDU_TASK_ROUTES: {
4
+ readonly CONFIG: "config";
5
+ readonly EXECUTE: "execute";
6
+ readonly RETRY: (uuid: string) => string;
7
+ readonly GET_JOB: (uuid: string) => string;
8
+ readonly GET_JOBS: "jobs";
9
+ readonly SET_REACTION: (uuid: string) => string;
10
+ readonly UPDATE: (uuid: string) => string;
11
+ readonly DELETE: (uuid: string) => string;
12
+ readonly DELETE_ALL: "jobs";
13
+ };
14
+ //# sourceMappingURL=solving-edu-task.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"solving-edu-task.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/solving-edu-task.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mCAAmC,EAAG,0BAAmC,CAAC;AACvF,eAAO,MAAM,kCAAkC,EAAG,yBAAkC,CAAC;AAErF,eAAO,MAAM,uBAAuB;;;2BAGlB,MAAM;6BACJ,MAAM;;kCAED,MAAM;4BACZ,MAAM;4BACN,MAAM;;CAEf,CAAC"}
@@ -0,0 +1,13 @@
1
+ export declare const SUBSCRIPTION_PRIVATE_CONTROLLER: "subscription/private";
2
+ export declare const SUBSCRIPTION_PUBLIC_CONTROLLER: "subscription/public";
3
+ export declare const SUBSCRIPTION_ROUTES: {
4
+ readonly FIND_BY_UUID: "by/uuid";
5
+ readonly GET_ALL: "all";
6
+ readonly BUY: "buy";
7
+ readonly FAST_BUY: "fast/buy";
8
+ readonly GET_MY: "my";
9
+ readonly CANCEL: "cancel";
10
+ readonly RECOVER: "recover";
11
+ readonly RECOVER_PAST_DUE: (uuid: string) => string;
12
+ };
13
+ //# sourceMappingURL=subscription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/subscription.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B,EAAG,sBAA+B,CAAC;AAE/E,eAAO,MAAM,8BAA8B,EAAG,qBAA8B,CAAC;AAE7E,eAAO,MAAM,mBAAmB;;;;;;;;sCAQH,MAAM;CACzB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const TOOLS_CONTROLLER_PRIVATE: "private/tools";
2
+ export declare const TOOLS_CONTROLLER_PUBLIC: "public/tools";
3
+ export declare const TOOLS_ROUTES: {
4
+ readonly HISTORY: "history";
5
+ readonly HISTORY_FULL: "history/full";
6
+ };
7
+ //# sourceMappingURL=tools.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tools.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/tools.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAG,eAAwB,CAAC;AACjE,eAAO,MAAM,uBAAuB,EAAG,cAAuB,CAAC;AAE/D,eAAO,MAAM,YAAY;;;CAGf,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const UNREGISTERED_USER_CONTROLLER: "unregistered-user";
2
+ //# sourceMappingURL=unregistered-user.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unregistered-user.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/unregistered-user.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,EAAG,mBAA4B,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const USER_BALANCE_CONTROLLER_PRIVATE: "private/balance";
2
+ export declare const USER_BALANCE_CONTROLLER_PUBLIC: "public/balance";
3
+ export declare const USER_BALANCE_ROUTES: {
4
+ readonly BALANCE: "";
5
+ };
6
+ //# sourceMappingURL=user-balance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-balance.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/user-balance.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B,EAAG,iBAA0B,CAAC;AAC1E,eAAO,MAAM,8BAA8B,EAAG,gBAAyB,CAAC;AAExE,eAAO,MAAM,mBAAmB;;CAEtB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const USER_TO_PRODUCT_CONTROLLER: "user-to-product";
2
+ export declare const USER_TO_PRODUCT_ROUTES: {
3
+ readonly FIND_BY_UUID: (uuid: string) => string;
4
+ readonly UPDATE: (uuid: string) => string;
5
+ };
6
+ //# sourceMappingURL=user-to-product.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-to-product.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/user-to-product.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,EAAG,iBAA0B,CAAC;AAErE,eAAO,MAAM,sBAAsB;kCACV,MAAM;4BACZ,MAAM;CACf,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const USER_TO_SUBSCRIPTION_CONTROLLER: "user-to-subscription";
2
+ export declare const USER_TO_SUBSCRIPTION_ROUTES: {
3
+ readonly FIND_BY_UUID: (uuid: string) => string;
4
+ readonly UPDATE: (uuid: string) => string;
5
+ };
6
+ //# sourceMappingURL=user-to-subscription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-to-subscription.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/user-to-subscription.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B,EAAG,sBAA+B,CAAC;AAE/E,eAAO,MAAM,2BAA2B;kCACf,MAAM;4BACZ,MAAM;CACf,CAAC"}
@@ -0,0 +1,13 @@
1
+ export declare const USER_CONTROLLER: "users";
2
+ export declare const USER_ROUTES: {
3
+ readonly GET: "me";
4
+ readonly POST: "up-balance";
5
+ readonly CHECK_EMAIL: "check-email";
6
+ readonly FIND_BY_CRITERIA: "criteria";
7
+ readonly FIND_BY_UUID: (uuid: string) => string;
8
+ readonly GET_ORDERS: (uuid: string) => string;
9
+ readonly GET_SUBSCRIPTIONS: (uuid: string) => string;
10
+ readonly GET_PRODUCTS: (uuid: string) => string;
11
+ readonly DELETE_ACCOUNT: "delete-account";
12
+ };
13
+ //# sourceMappingURL=user.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/user.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,EAAG,OAAgB,CAAC;AAEhD,eAAO,MAAM,WAAW;;;;;kCAKC,MAAM;gCACR,MAAM;uCACC,MAAM;kCACX,MAAM;;CAErB,CAAC"}
@@ -0,0 +1,29 @@
1
+ export declare const WRITER_CONTROLLER_PRIVATE: "private/writer";
2
+ export declare const WRITER_CONTROLLER_PUBLIC: "public/writer";
3
+ export declare const WRITER_ROUTES: {
4
+ readonly CONFIG: "config";
5
+ readonly CREATE: "documents";
6
+ readonly GET_DOCUMENTS: "documents";
7
+ readonly GET_DOCUMENT: (uuid: string) => string;
8
+ readonly GET_DOCUMENT_SOURCES: (uuid: string) => string;
9
+ readonly GENERATE_OUTLINE: (uuid: string) => string;
10
+ readonly COLLECT_SOURCES: (uuid: string) => string;
11
+ readonly UPLOAD_SOURCE: (uuid: string) => string;
12
+ readonly CONFIRM_SOURCE_CITATION_METADATA: (docId: string, sourceId: string) => string;
13
+ readonly GENERATE_CONTENTS: (uuid: string) => string;
14
+ readonly UPDATE_OUTLINE: (uuid: string) => string;
15
+ readonly UPDATE_TITLE_PAGE: (uuid: string) => string;
16
+ readonly TOGGLE_TITLE_PAGE: (uuid: string) => string;
17
+ readonly DELETE_DOCUMENT: (uuid: string) => string;
18
+ readonly UPDATE_CONTENTS: (uuid: string) => string;
19
+ readonly DELETE_ALL_DOCUMENTS: "documents";
20
+ readonly PARAPHRASE: (uuid: string) => string;
21
+ readonly EXTEND_TEXT: (uuid: string) => string;
22
+ readonly SHORTEN_TEXT: (uuid: string) => string;
23
+ readonly FIX_ERRORS: (uuid: string) => string;
24
+ readonly GENERATE_TEXT: (uuid: string) => string;
25
+ readonly EXPORT_AS_DOCX: (uuid: string) => string;
26
+ readonly SET_REACTION: (uuid: string) => string;
27
+ readonly DISCARD_SOURCE: (uuid: string) => string;
28
+ };
29
+ //# sourceMappingURL=writer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"writer.d.ts","sourceRoot":"","sources":["../../../../api/controller/http/writer.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,EAAG,gBAAyB,CAAC;AACnE,eAAO,MAAM,wBAAwB,EAAG,eAAwB,CAAC;AAEjE,eAAO,MAAM,aAAa;;;;kCAID,MAAM;0CACE,MAAM;sCACV,MAAM;qCACP,MAAM;mCACR,MAAM;uDACc,MAAM,YAAY,MAAM;uCAExC,MAAM;oCACT,MAAM;uCACH,MAAM;uCACN,MAAM;qCACR,MAAM;qCACN,MAAM;;gCAEX,MAAM;iCACL,MAAM;kCACL,MAAM;gCACR,MAAM;mCACH,MAAM;oCACL,MAAM;kCACR,MAAM;oCACJ,MAAM;CACvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './http';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../api/controller/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const USER_BALANCE_CONTROLLER_PRIVATE: "private/balance";
2
+ export declare const USER_BALANCE_CONTROLLER_PUBLIC: "public/balance";
3
+ export declare const USER_BALANCE_ROUTES: {
4
+ readonly GET_BALANCE: "";
5
+ };
6
+ //# sourceMappingURL=user-balance.controller.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-balance.controller.d.ts","sourceRoot":"","sources":["../../../api/controller/user-balance.controller.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B,EAAG,iBAA0B,CAAC;AAC1E,eAAO,MAAM,8BAA8B,EAAG,gBAAyB,CAAC;AAExE,eAAO,MAAM,mBAAmB;;CAEtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './controller';
2
+ export * from './routes';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../api/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
@@ -0,0 +1,231 @@
1
+ export declare const ROOT: "/api";
2
+ export declare const REST_API: {
3
+ readonly AUTH: {
4
+ readonly REGISTER: "/api/auth/register";
5
+ readonly LOGIN: "/api/auth/login";
6
+ readonly ADMIN_LOGIN: "/api/auth/admin/login";
7
+ readonly CREATE_USER: "/api/auth/create-user";
8
+ readonly RESTORE_PASSWORD: "/api/auth/restore-password";
9
+ readonly RESET_PASSWORD: "/api/auth/reset-password";
10
+ readonly CHANGE_PASSWORD: "/api/auth/change-password";
11
+ readonly VERIFY_EMAIL: "/api/auth/verify-email";
12
+ readonly VERIFY_EMAIL_RETRY: "/api/auth/verify-email-retry";
13
+ };
14
+ readonly UNREGISTERED_USERS: {};
15
+ readonly USER_BALANCE_PRIVATE: {
16
+ readonly GET_BALANCE: "/api/private/balance/";
17
+ };
18
+ readonly USER_BALANCE_PUBLIC: {
19
+ readonly GET_BALANCE: "/api/public/balance/";
20
+ };
21
+ readonly USERS: {
22
+ readonly GET: "/api/users/me";
23
+ readonly POST: "/api/users/up-balance";
24
+ readonly CHECK_EMAIL: "/api/users/check-email";
25
+ readonly FIND_BY_CRITERIA: "/api/users/criteria";
26
+ readonly FIND_BY_UUID: (uuid: string) => string;
27
+ readonly GET_ORDERS: (uuid: string) => string;
28
+ readonly DELETE_ACCOUNT: "/api/users/delete-account";
29
+ };
30
+ readonly CLOUD_PAYMENTS: {};
31
+ readonly PAYMENT: {};
32
+ readonly SUBSCRIPTION_PUBLIC: {
33
+ readonly GET: "/api/subscription/public/all";
34
+ readonly GET_BY_UUID: (uuid: string) => string;
35
+ readonly FAST_BUY: (uuid: string) => string;
36
+ };
37
+ readonly SUBSCRIPTION_PRIVATE: {
38
+ readonly GET: "/api/subscription/private/all";
39
+ readonly BUY: (uuid: string) => string;
40
+ readonly GET_MY: "/api/subscription/private/my";
41
+ readonly CANCEL: (uuid: string) => string;
42
+ readonly RECOVER: (uuid: string) => string;
43
+ readonly PATCH: (uuid: string) => string;
44
+ readonly DELETE: (uuid: string) => string;
45
+ readonly CREATE: "/api/subscription/private";
46
+ };
47
+ readonly PRODUCT_PUBLIC: {
48
+ readonly GET: "/api/product/public/all";
49
+ readonly GET_BY_UUID: (uuid: string) => string;
50
+ readonly FAST_BUY: (uuid: string) => string;
51
+ };
52
+ readonly PRODUCT_PRIVATE: {
53
+ readonly GET: "/api/product/private/all";
54
+ readonly PATCH: (uuid: string) => string;
55
+ readonly DELETE: (uuid: string) => string;
56
+ readonly CREATE: "/api/product/private";
57
+ readonly BUY: (uuid: string) => string;
58
+ readonly MY: "/api/product/private/my";
59
+ };
60
+ readonly PROMOCODE: {
61
+ readonly CREATE: "/api/private/promocode";
62
+ readonly PATCH: (uuid: string) => string;
63
+ readonly DELETE: (uuid: string) => string;
64
+ readonly GET_BY_UUID: (uuid: string) => string;
65
+ readonly GET_ALL: "/api/private/promocode/all";
66
+ readonly VALIDATE_PRIVATE: (code: string) => string;
67
+ readonly VALIDATE_PUBLIC: (code: string) => string;
68
+ };
69
+ readonly PAGE: {
70
+ readonly FIND_BY_UUID: (uuid: string) => string;
71
+ readonly GET_ALL: "/api/page/";
72
+ readonly FIND_BY_ALIAS: (alias: string) => string;
73
+ readonly FIND_BY_CRITERIA: "/api/page/search";
74
+ readonly CREATE: "/api/page/";
75
+ readonly UPDATE: (uuid: string) => string;
76
+ readonly DELETE: (uuid: string) => string;
77
+ readonly CREATE_QUESTIONS_BULK: (uuid: string) => string;
78
+ };
79
+ readonly PAGE_QUESTION: {
80
+ readonly GET_ALL: "/api/page-question/";
81
+ readonly GET_BY_UUID: (uuid: string) => string;
82
+ readonly CREATE: "/api/page-question/";
83
+ readonly UPDATE: (uuid: string) => string;
84
+ readonly DELETE: (uuid: string) => string;
85
+ };
86
+ readonly WRITER_PRIVATE: {
87
+ readonly CONFIG: "/api/private/writer/config";
88
+ readonly CREATE: "/api/private/writer/documents";
89
+ readonly GET_DOCUMENTS: "/api/private/writer/documents";
90
+ readonly GET_DOCUMENT: (uuid: string) => string;
91
+ readonly GET_DOCUMENT_SOURCES: (uuid: string) => string;
92
+ readonly GENERATE_OUTLINE: (uuid: string) => string;
93
+ readonly COLLECT_SOURCES: (uuid: string) => string;
94
+ readonly UPLOAD_SOURCE: (uuid: string) => string;
95
+ readonly CONFIRM_SOURCE_CITATION_METADATA: (docId: string, sourceId: string) => string;
96
+ readonly GENERATE_CONTENTS: (uuid: string) => string;
97
+ readonly UPDATE_OUTLINE: (uuid: string) => string;
98
+ readonly UPDATE_TITLE_PAGE: (uuid: string) => string;
99
+ readonly TOGGLE_TITLE_PAGE: (uuid: string) => string;
100
+ readonly DELETE_DOCUMENT: (uuid: string) => string;
101
+ readonly UPDATE_CONTENTS: (uuid: string) => string;
102
+ readonly DELETE_ALL_DOCUMENTS: "/api/private/writer/documents";
103
+ readonly PARAPHRASE: (uuid: string) => string;
104
+ readonly EXTEND_TEXT: (uuid: string) => string;
105
+ readonly SHORTEN_TEXT: (uuid: string) => string;
106
+ readonly FIX_ERRORS: (uuid: string) => string;
107
+ readonly GENERATE_TEXT: (uuid: string) => string;
108
+ readonly EXPORT_AS_DOCX: (uuid: string) => string;
109
+ readonly SET_REACTION: (uuid: string) => string;
110
+ readonly DISCARD_SOURCE: (uuid: string) => string;
111
+ };
112
+ readonly WRITER_PUBLIC: {
113
+ readonly CONFIG: "/api/public/writer/config";
114
+ readonly CREATE: "/api/public/writer/documents";
115
+ readonly GET_DOCUMENTS: "/api/public/writer/documents";
116
+ readonly GET_DOCUMENT: (uuid: string) => string;
117
+ readonly GET_DOCUMENT_SOURCES: (uuid: string) => string;
118
+ readonly GENERATE_OUTLINE: (uuid: string) => string;
119
+ readonly COLLECT_SOURCES: (uuid: string) => string;
120
+ readonly UPLOAD_SOURCE: (uuid: string) => string;
121
+ readonly CONFIRM_SOURCE_CITATION_METADATA: (docId: string, sourceId: string) => string;
122
+ readonly GENERATE_CONTENTS: (uuid: string) => string;
123
+ readonly UPDATE_OUTLINE: (uuid: string) => string;
124
+ readonly UPDATE_TITLE_PAGE: (uuid: string) => string;
125
+ readonly TOGGLE_TITLE_PAGE: (uuid: string) => string;
126
+ readonly DELETE_DOCUMENT: (uuid: string) => string;
127
+ readonly UPDATE_CONTENTS: (uuid: string) => string;
128
+ readonly DELETE_ALL_DOCUMENTS: "/api/public/writer/documents";
129
+ readonly PARAPHRASE: (uuid: string) => string;
130
+ readonly EXTEND_TEXT: (uuid: string) => string;
131
+ readonly SHORTEN_TEXT: (uuid: string) => string;
132
+ readonly FIX_ERRORS: (uuid: string) => string;
133
+ readonly GENERATE_TEXT: (uuid: string) => string;
134
+ readonly EXPORT_AS_DOCX: (uuid: string) => string;
135
+ readonly SET_REACTION: (uuid: string) => string;
136
+ readonly DISCARD_SOURCE: (uuid: string) => string;
137
+ };
138
+ readonly FILE_PRIVATE: {
139
+ readonly UPLOAD: "/api/private/file/upload";
140
+ readonly DELETE: (uuid: string) => string;
141
+ };
142
+ readonly FILE_PUBLIC: {
143
+ readonly UPLOAD: "/api/public/file/upload";
144
+ readonly DELETE: (uuid: string) => string;
145
+ };
146
+ readonly SOLVING_EDU_TASK_PRIVATE: {
147
+ readonly CONFIG: "/api/private/solving-edu-task/config";
148
+ readonly EXECUTE: "/api/private/solving-edu-task/execute";
149
+ readonly GET_JOBS: "/api/private/solving-edu-task/jobs";
150
+ readonly GET_JOB: (uuid: string) => string;
151
+ readonly UPDATE: (uuid: string) => string;
152
+ readonly SET_REACTION: (uuid: string) => string;
153
+ readonly DELETE: (uuid: string) => string;
154
+ readonly DELETE_ALL: "/api/private/solving-edu-task/jobs";
155
+ readonly RETRY: (uuid: string) => string;
156
+ };
157
+ readonly SOLVING_EDU_TASK_PUBLIC: {
158
+ readonly CONFIG: "/api/public/solving-edu-task/config";
159
+ readonly EXECUTE: "/api/public/solving-edu-task/execute";
160
+ readonly GET_JOBS: "/api/public/solving-edu-task/jobs";
161
+ readonly GET_JOB: (uuid: string) => string;
162
+ readonly UPDATE: (uuid: string) => string;
163
+ readonly SET_REACTION: (uuid: string) => string;
164
+ readonly DELETE: (uuid: string) => string;
165
+ readonly DELETE_ALL: "/api/public/solving-edu-task/jobs";
166
+ readonly RETRY: (uuid: string) => string;
167
+ };
168
+ readonly TOOLS_PRIVATE: {
169
+ readonly HISTORY: "/api/private/tools/history";
170
+ readonly HISTORY_FULL: "/api/private/tools/history/full";
171
+ };
172
+ readonly TOOLS_PUBLIC: {
173
+ readonly HISTORY: "/api/public/tools/history";
174
+ readonly HISTORY_FULL: "/api/public/tools/history/full";
175
+ };
176
+ readonly PRESENTATION_PRIVATE: {
177
+ readonly CONFIG: "/api/private/presentation/config";
178
+ readonly CREATE: "/api/private/presentation/";
179
+ readonly FIND_ALL: "/api/private/presentation/";
180
+ readonly FIND_BY_UUID: (uuid: string) => string;
181
+ readonly UPDATE: (uuid: string) => string;
182
+ readonly DELETE: (uuid: string) => string;
183
+ readonly DELETE_ALL: "/api/private/presentation/";
184
+ readonly FIND_PRESENTATION_OUTLINE: (uuid: string) => string;
185
+ readonly GENERATE_OUTLINE: (uuid: string) => string;
186
+ readonly GENERATE_SLIDES: (uuid: string) => string;
187
+ readonly UPDATE_PRESENTATION_OUTLINE: (uuid: string) => string;
188
+ readonly UPDATE_SLIDE_OUTLINE: (presentationId: string, slideOutlineId: string) => string;
189
+ readonly UPDATE_PRESENTATION_SLIDES: (uuid: string) => string;
190
+ readonly GENERATE_AND_INSERT_SLIDE: (uuid: string) => string;
191
+ readonly BUILD_BLANK_SLIDE: "/api/private/presentation/slides/blank";
192
+ readonly UPDATE_SLIDE_IMAGE_SLOT: (presentationId: string, slideId: string, slotId: string) => string;
193
+ readonly UPDATE_SLIDE: (presentationId: string, slideId: string) => string;
194
+ readonly PARAPHRASE: (presentationId: string, slideId: string) => string;
195
+ readonly GENERATE_REPORT: (presentationId: string) => string;
196
+ readonly REPOSITION_SLIDE_OUTLINE: (presentationId: string, slideOutlineId: string) => string;
197
+ readonly REPOSITION_SLIDE: (presentationId: string, slideId: string) => string;
198
+ readonly DELETE_SLIDE_OUTLINE: (presentationId: string, slideOutlineId: string) => string;
199
+ readonly CREATE_SLIDE_OUTLINE: (presentationId: string) => string;
200
+ readonly EXPORT_AS_PPTX: (uuid: string) => string;
201
+ readonly SET_REACTION: (uuid: string) => string;
202
+ };
203
+ readonly PRESENTATION_PUBLIC: {
204
+ readonly CONFIG: "/api/public/presentation/config";
205
+ readonly CREATE: "/api/public/presentation/";
206
+ readonly FIND_ALL: "/api/public/presentation/";
207
+ readonly FIND_BY_UUID: (uuid: string) => string;
208
+ readonly UPDATE: (uuid: string) => string;
209
+ readonly DELETE: (uuid: string) => string;
210
+ readonly DELETE_ALL: "/api/public/presentation/";
211
+ readonly FIND_PRESENTATION_OUTLINE: (uuid: string) => string;
212
+ readonly GENERATE_OUTLINE: (uuid: string) => string;
213
+ readonly GENERATE_SLIDES: (uuid: string) => string;
214
+ readonly UPDATE_PRESENTATION_OUTLINE: (uuid: string) => string;
215
+ readonly UPDATE_SLIDE_OUTLINE: (presentationId: string, slideOutlineId: string) => string;
216
+ readonly UPDATE_PRESENTATION_SLIDES: (uuid: string) => string;
217
+ readonly GENERATE_AND_INSERT_SLIDE: (uuid: string) => string;
218
+ readonly BUILD_BLANK_SLIDE: "/api/public/presentation/slides/blank";
219
+ readonly UPDATE_SLIDE_IMAGE_SLOT: (presentationId: string, slideId: string, slotId: string) => string;
220
+ readonly UPDATE_SLIDE: (presentationId: string, slideId: string) => string;
221
+ readonly PARAPHRASE: (presentationId: string, slideId: string) => string;
222
+ readonly GENERATE_REPORT: (presentationId: string) => string;
223
+ readonly REPOSITION_SLIDE_OUTLINE: (presentationId: string, slideOutlineId: string) => string;
224
+ readonly REPOSITION_SLIDE: (presentationId: string, slideId: string) => string;
225
+ readonly DELETE_SLIDE_OUTLINE: (presentationId: string, slideOutlineId: string) => string;
226
+ readonly CREATE_SLIDE_OUTLINE: (presentationId: string) => string;
227
+ readonly EXPORT_AS_PPTX: (uuid: string) => string;
228
+ readonly SET_REACTION: (uuid: string) => string;
229
+ };
230
+ };
231
+ //# sourceMappingURL=routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../api/routes.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AAEpC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;sCAwBQ,MAAM;oCAER,MAAM;;;;;;;qCAQL,MAAM,KAAG,MAAM;kCAElB,MAAM;;;;6BAKX,MAAM;;gCAGH,MAAM;iCAEL,MAAM;+BAER,MAAM;gCACL,MAAM;;;;;qCAKD,MAAM,KAAG,MAAM;kCAElB,MAAM;;;;+BAKT,MAAM;gCACL,MAAM;;6BAET,MAAM;;;;;+BAMJ,MAAM;gCACL,MAAM;qCACD,MAAM;;0CAGD,MAAM;yCAEP,MAAM;;;sCAIT,MAAM,KAAG,MAAM;;wCAGb,MAAM,KAAG,MAAM;;;gCAIvB,MAAM,KAAG,MAAM;gCAEf,MAAM,KAAG,MAAM;+CAEA,MAAM,KAAG,MAAM;;;;qCAKzB,MAAM,KAAG,MAAM;;gCAGpB,MAAM,KAAG,MAAM;gCAEf,MAAM,KAAG,MAAM;;;;;;sCAOT,MAAM;8CAEE,MAAM;0CAEV,MAAM;yCAEP,MAAM;uCAER,MAAM;2DAEc,MAAM,YAAY,MAAM;2CAExC,MAAM;wCAET,MAAM;2CAEH,MAAM;2CAEN,MAAM;yCAER,MAAM;yCAEN,MAAM;;oCAGX,MAAM;qCAEL,MAAM;sCAEL,MAAM;oCAER,MAAM;uCAEH,MAAM;wCAEL,MAAM;sCAER,MAAM;wCAEJ,MAAM;;;;;;sCAOR,MAAM;8CAEE,MAAM;0CAEV,MAAM;yCAEP,MAAM;uCAER,MAAM;2DAEc,MAAM,YAAY,MAAM;2CAExC,MAAM;wCAET,MAAM;2CAEH,MAAM;2CAEN,MAAM;yCAER,MAAM;yCAEN,MAAM;;oCAGX,MAAM;qCAEL,MAAM;sCAEL,MAAM;oCAER,MAAM;uCAEH,MAAM;wCAEL,MAAM;sCAER,MAAM;wCAEJ,MAAM;;;;gCAKd,MAAM;;;;gCAKN,MAAM;;;;;;iCAOL,MAAM;gCAEP,MAAM;sCAEA,MAAM;gCAEZ,MAAM;;+BAGP,MAAM;;;;;;iCAOJ,MAAM;gCAEP,MAAM;sCAEA,MAAM;gCAEZ,MAAM;;+BAGP,MAAM;;;;;;;;;;;;;;sCAeC,MAAM;gCAEZ,MAAM;gCAEN,MAAM;;mDAGa,MAAM;0CAEf,MAAM;yCAEP,MAAM;qDAEM,MAAM;wDAEH,MAAM,kBAAkB,MAAM;oDAElC,MAAM;mDAEP,MAAM;;2DAGE,MAAM,WAAW,MAAM,UAAU,MAAM;gDAElD,MAAM,WAAW,MAAM;8CAEzB,MAAM,WAAW,MAAM;mDAElB,MAAM;4DAEG,MAAM,kBAAkB,MAAM;oDAEtC,MAAM,WAAW,MAAM;wDAEnB,MAAM,kBAAkB,MAAM;wDAE9B,MAAM;wCAEtB,MAAM;sCAER,MAAM;;;;;;sCAON,MAAM;gCAEZ,MAAM;gCAEN,MAAM;;mDAGa,MAAM;0CAEf,MAAM;yCAEP,MAAM;qDAEM,MAAM;wDAEH,MAAM,kBAAkB,MAAM;oDAElC,MAAM;mDAEP,MAAM;;2DAGE,MAAM,WAAW,MAAM,UAAU,MAAM;gDAElD,MAAM,WAAW,MAAM;8CAEzB,MAAM,WAAW,MAAM;mDAElB,MAAM;4DAEG,MAAM,kBAAkB,MAAM;oDAEtC,MAAM,WAAW,MAAM;wDAEnB,MAAM,kBAAkB,MAAM;wDAE9B,MAAM;wCAEtB,MAAM;sCAER,MAAM;;CAGzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './merge-account.command';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commands/account-merge/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}