@abyss-project/main 1.0.110 → 1.0.117

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 (1182) hide show
  1. package/README.md +31 -2
  2. package/dist/api/analytics-snapshot.admin.api.d.ts +3 -0
  3. package/dist/api/analytics-snapshot.admin.api.js +10 -0
  4. package/dist/api/analytics-snapshot.admin.api.js.map +1 -0
  5. package/dist/api/analytics-snapshot.api.d.ts +8 -0
  6. package/dist/api/analytics-snapshot.api.js +23 -0
  7. package/dist/api/analytics-snapshot.api.js.map +1 -0
  8. package/dist/api/analytics-snapshot.public.api.d.ts +2 -0
  9. package/dist/api/analytics-snapshot.public.api.js +7 -0
  10. package/dist/api/analytics-snapshot.public.api.js.map +1 -0
  11. package/dist/api/application.admin.api.js +1 -0
  12. package/dist/api/application.admin.api.js.map +1 -0
  13. package/dist/api/application.api.js +1 -0
  14. package/dist/api/application.api.js.map +1 -0
  15. package/dist/api/asset.api.d.ts +54 -0
  16. package/dist/api/asset.api.js +43 -0
  17. package/dist/api/asset.api.js.map +1 -0
  18. package/dist/api/auth.api.js +1 -0
  19. package/dist/api/auth.api.js.map +1 -0
  20. package/dist/api/billing-account.admin.api.d.ts +14 -0
  21. package/dist/api/billing-account.admin.api.js +59 -0
  22. package/dist/api/billing-account.admin.api.js.map +1 -0
  23. package/dist/api/billing-addon-template.admin.api.d.ts +7 -0
  24. package/dist/api/billing-addon-template.admin.api.js +27 -0
  25. package/dist/api/billing-addon-template.admin.api.js.map +1 -0
  26. package/dist/api/billing-plan.admin.api.d.ts +6 -0
  27. package/dist/api/billing-plan.admin.api.js +21 -0
  28. package/dist/api/billing-plan.admin.api.js.map +1 -0
  29. package/dist/api/billing-plan.api.d.ts +4 -0
  30. package/dist/api/billing-plan.api.js +13 -0
  31. package/dist/api/billing-plan.api.js.map +1 -0
  32. package/dist/api/billing.api.d.ts +2 -4
  33. package/dist/api/billing.api.js +5 -12
  34. package/dist/api/billing.api.js.map +1 -0
  35. package/dist/api/config.admin.api.js +1 -0
  36. package/dist/api/config.admin.api.js.map +1 -0
  37. package/dist/api/content-share.admin.api.d.ts +20 -0
  38. package/dist/api/content-share.admin.api.js +77 -0
  39. package/dist/api/content-share.admin.api.js.map +1 -0
  40. package/dist/api/content-share.api.d.ts +13 -0
  41. package/dist/api/content-share.api.js +49 -0
  42. package/dist/api/content-share.api.js.map +1 -0
  43. package/dist/api/crash-report.public.api.d.ts +3 -0
  44. package/dist/api/crash-report.public.api.js +9 -0
  45. package/dist/api/crash-report.public.api.js.map +1 -0
  46. package/dist/api/daily-digest.admin.api.d.ts +3 -0
  47. package/dist/api/daily-digest.admin.api.js +11 -0
  48. package/dist/api/daily-digest.admin.api.js.map +1 -0
  49. package/dist/api/daily-digest.api.d.ts +4 -0
  50. package/dist/api/daily-digest.api.js +13 -0
  51. package/dist/api/daily-digest.api.js.map +1 -0
  52. package/dist/api/gift-code.admin.api.js +1 -0
  53. package/dist/api/gift-code.admin.api.js.map +1 -0
  54. package/dist/api/gift-code.api.js +1 -0
  55. package/dist/api/gift-code.api.js.map +1 -0
  56. package/dist/api/index.d.ts +19 -32
  57. package/dist/api/index.js +20 -32
  58. package/dist/api/index.js.map +1 -0
  59. package/dist/api/invitation.admin.api.d.ts +4 -0
  60. package/dist/api/invitation.admin.api.js +13 -0
  61. package/dist/api/invitation.admin.api.js.map +1 -0
  62. package/dist/api/invitation.api.d.ts +10 -0
  63. package/dist/api/invitation.api.js +37 -0
  64. package/dist/api/invitation.api.js.map +1 -0
  65. package/dist/api/metrics.admin.api.js +1 -0
  66. package/dist/api/metrics.admin.api.js.map +1 -0
  67. package/dist/api/monitor.api.js +1 -0
  68. package/dist/api/monitor.api.js.map +1 -0
  69. package/dist/api/newsletter.admin.api.js +1 -0
  70. package/dist/api/newsletter.admin.api.js.map +1 -0
  71. package/dist/api/notification-preference.api.d.ts +4 -0
  72. package/dist/api/notification-preference.api.js +19 -0
  73. package/dist/api/notification-preference.api.js.map +1 -0
  74. package/dist/api/organization-billing.api.d.ts +73 -0
  75. package/dist/api/organization-billing.api.js +133 -0
  76. package/dist/api/organization-billing.api.js.map +1 -0
  77. package/dist/api/organization-member.admin.api.d.ts +3 -0
  78. package/dist/api/organization-member.admin.api.js +13 -0
  79. package/dist/api/organization-member.admin.api.js.map +1 -0
  80. package/dist/api/organization-member.api.d.ts +5 -7
  81. package/dist/api/organization-member.api.js +8 -15
  82. package/dist/api/organization-member.api.js.map +1 -0
  83. package/dist/api/organization.admin.api.d.ts +3 -1
  84. package/dist/api/organization.admin.api.js +10 -1
  85. package/dist/api/organization.admin.api.js.map +1 -0
  86. package/dist/api/organization.api.d.ts +7 -2
  87. package/dist/api/organization.api.js +22 -1
  88. package/dist/api/organization.api.js.map +1 -0
  89. package/dist/api/project-access.admin.api.d.ts +1 -3
  90. package/dist/api/project-access.admin.api.js +2 -9
  91. package/dist/api/project-access.admin.api.js.map +1 -0
  92. package/dist/api/project-access.api.d.ts +5 -6
  93. package/dist/api/project-access.api.js +17 -20
  94. package/dist/api/project-access.api.js.map +1 -0
  95. package/dist/api/project-api-key.api.d.ts +8 -0
  96. package/dist/api/project-api-key.api.js +30 -0
  97. package/dist/api/project-api-key.api.js.map +1 -0
  98. package/dist/api/project.admin.api.d.ts +2 -2
  99. package/dist/api/project.admin.api.js +5 -4
  100. package/dist/api/project.admin.api.js.map +1 -0
  101. package/dist/api/project.api.d.ts +1 -8
  102. package/dist/api/project.api.js +2 -29
  103. package/dist/api/project.api.js.map +1 -0
  104. package/dist/api/support-ticket-org.api.d.ts +13 -0
  105. package/dist/api/support-ticket-org.api.js +29 -0
  106. package/dist/api/support-ticket-org.api.js.map +1 -0
  107. package/dist/api/support-ticket.admin.api.d.ts +20 -0
  108. package/dist/api/support-ticket.admin.api.js +43 -0
  109. package/dist/api/support-ticket.admin.api.js.map +1 -0
  110. package/dist/api/support-ticket.api.d.ts +13 -0
  111. package/dist/api/support-ticket.api.js +29 -0
  112. package/dist/api/support-ticket.api.js.map +1 -0
  113. package/dist/api/team.api.js +1 -0
  114. package/dist/api/team.api.js.map +1 -0
  115. package/dist/api/token-history.admin.api.js +1 -0
  116. package/dist/api/token-history.admin.api.js.map +1 -0
  117. package/dist/api/user-billing.api.d.ts +28 -0
  118. package/dist/api/user-billing.api.js +113 -0
  119. package/dist/api/user-billing.api.js.map +1 -0
  120. package/dist/api/user-cookie-consent.api.d.ts +3 -0
  121. package/dist/api/user-cookie-consent.api.js +13 -0
  122. package/dist/api/user-cookie-consent.api.js.map +1 -0
  123. package/dist/api/user-feedback-state.api.d.ts +5 -0
  124. package/dist/api/user-feedback-state.api.js +21 -0
  125. package/dist/api/user-feedback-state.api.js.map +1 -0
  126. package/dist/api/user-notification.admin.api.d.ts +3 -1
  127. package/dist/api/user-notification.admin.api.js +10 -1
  128. package/dist/api/user-notification.admin.api.js.map +1 -0
  129. package/dist/api/user-notification.api.js +1 -0
  130. package/dist/api/user-notification.api.js.map +1 -0
  131. package/dist/api/user-sidebar-pin.api.d.ts +6 -0
  132. package/dist/api/user-sidebar-pin.api.js +21 -0
  133. package/dist/api/user-sidebar-pin.api.js.map +1 -0
  134. package/dist/api/user.admin.api.d.ts +1 -2
  135. package/dist/api/user.admin.api.js +2 -5
  136. package/dist/api/user.admin.api.js.map +1 -0
  137. package/dist/api/user.api.d.ts +2 -6
  138. package/dist/api/user.api.js +6 -24
  139. package/dist/api/user.api.js.map +1 -0
  140. package/dist/api/wrapped-report.admin.api.d.ts +5 -0
  141. package/dist/api/wrapped-report.admin.api.js +17 -0
  142. package/dist/api/wrapped-report.admin.api.js.map +1 -0
  143. package/dist/api/wrapped-report.api.d.ts +6 -0
  144. package/dist/api/wrapped-report.api.js +19 -0
  145. package/dist/api/wrapped-report.api.js.map +1 -0
  146. package/dist/api/wrapped-report.public.api.d.ts +2 -0
  147. package/dist/api/wrapped-report.public.api.js +7 -0
  148. package/dist/api/wrapped-report.public.api.js.map +1 -0
  149. package/dist/constants/asset.constants.d.ts +1 -0
  150. package/dist/constants/asset.constants.js +5 -0
  151. package/dist/constants/asset.constants.js.map +1 -0
  152. package/dist/constants/billing-catalog.constants.d.ts +20 -0
  153. package/dist/constants/billing-catalog.constants.js +199 -0
  154. package/dist/constants/billing-catalog.constants.js.map +1 -0
  155. package/dist/constants/index.d.ts +2 -4
  156. package/dist/constants/index.js +3 -4
  157. package/dist/constants/index.js.map +1 -0
  158. package/dist/front/index.js +1 -0
  159. package/dist/front/index.js.map +1 -0
  160. package/dist/front/redirection.js +1 -0
  161. package/dist/front/redirection.js.map +1 -0
  162. package/dist/index.d.ts +495 -404
  163. package/dist/index.js +498 -409
  164. package/dist/index.js.map +1 -0
  165. package/dist/permissions/ability.d.ts +12 -0
  166. package/dist/permissions/ability.js +119 -0
  167. package/dist/permissions/ability.js.map +1 -0
  168. package/dist/permissions/index.d.ts +3 -0
  169. package/dist/permissions/index.js +20 -0
  170. package/dist/permissions/index.js.map +1 -0
  171. package/dist/permissions/resolve.d.ts +3 -0
  172. package/dist/permissions/resolve.js +17 -0
  173. package/dist/permissions/resolve.js.map +1 -0
  174. package/dist/permissions/share-permission.utils.d.ts +10 -0
  175. package/dist/permissions/share-permission.utils.js +92 -0
  176. package/dist/permissions/share-permission.utils.js.map +1 -0
  177. package/dist/server-sent-events/index.js +1 -0
  178. package/dist/server-sent-events/index.js.map +1 -0
  179. package/dist/server-sent-events/protocols/index.d.ts +0 -4
  180. package/dist/server-sent-events/protocols/index.js +1 -4
  181. package/dist/server-sent-events/protocols/index.js.map +1 -0
  182. package/dist/server-sent-events/protocols/user-notification/index.js +1 -0
  183. package/dist/server-sent-events/protocols/user-notification/index.js.map +1 -0
  184. package/dist/server-sent-events/protocols/user-notification/user-notification.sse-protocol.js +1 -0
  185. package/dist/server-sent-events/protocols/user-notification/user-notification.sse-protocol.js.map +1 -0
  186. package/dist/server-sent-events/server-sent-events.manager.d.ts +1 -0
  187. package/dist/server-sent-events/server-sent-events.manager.js +14 -5
  188. package/dist/server-sent-events/server-sent-events.manager.js.map +1 -0
  189. package/dist/translate/en.translate.d.ts +15 -95
  190. package/dist/translate/en.translate.js +38 -117
  191. package/dist/translate/en.translate.js.map +1 -0
  192. package/dist/translate/fr.translate.d.ts +15 -95
  193. package/dist/translate/fr.translate.js +37 -116
  194. package/dist/translate/fr.translate.js.map +1 -0
  195. package/dist/translate/index.js +1 -0
  196. package/dist/translate/index.js.map +1 -0
  197. package/dist/types/enum/abyss-application-event.enum.d.ts +120 -13
  198. package/dist/types/enum/abyss-application-event.enum.js +120 -12
  199. package/dist/types/enum/abyss-application-event.enum.js.map +1 -0
  200. package/dist/types/enum/abyss-service.enum.d.ts +4 -1
  201. package/dist/types/enum/abyss-service.enum.js +32 -1
  202. package/dist/types/enum/abyss-service.enum.js.map +1 -0
  203. package/dist/types/enum/api-error.enum.js +1 -0
  204. package/dist/types/enum/api-error.enum.js.map +1 -0
  205. package/dist/types/enum/asset.enum.d.ts +6 -0
  206. package/dist/types/enum/asset.enum.js +11 -0
  207. package/dist/types/enum/asset.enum.js.map +1 -0
  208. package/dist/types/enum/billing-product.enum.js +1 -0
  209. package/dist/types/enum/billing-product.enum.js.map +1 -0
  210. package/dist/types/enum/content-scope.enum.d.ts +12 -0
  211. package/dist/types/enum/content-scope.enum.js +18 -0
  212. package/dist/types/enum/content-scope.enum.js.map +1 -0
  213. package/dist/types/enum/content-share.enum.d.ts +48 -0
  214. package/dist/types/enum/content-share.enum.js +57 -0
  215. package/dist/types/enum/content-share.enum.js.map +1 -0
  216. package/dist/types/enum/discord-webhook.enum.js +1 -0
  217. package/dist/types/enum/discord-webhook.enum.js.map +1 -0
  218. package/dist/types/enum/eur-transaction-type.enum.d.ts +5 -0
  219. package/dist/types/enum/eur-transaction-type.enum.js +10 -0
  220. package/dist/types/enum/eur-transaction-type.enum.js.map +1 -0
  221. package/dist/types/enum/index.d.ts +15 -8
  222. package/dist/types/enum/index.js +16 -8
  223. package/dist/types/enum/index.js.map +1 -0
  224. package/dist/types/enum/invitation.enum.d.ts +12 -0
  225. package/dist/types/enum/invitation.enum.js +18 -0
  226. package/dist/types/enum/invitation.enum.js.map +1 -0
  227. package/dist/types/enum/measurement-unit.enum.js +1 -0
  228. package/dist/types/enum/measurement-unit.enum.js.map +1 -0
  229. package/dist/types/enum/newsletter-type.enum.js +1 -0
  230. package/dist/types/enum/newsletter-type.enum.js.map +1 -0
  231. package/dist/types/enum/oauth-account-type.enum.js +1 -0
  232. package/dist/types/enum/oauth-account-type.enum.js.map +1 -0
  233. package/dist/types/enum/onboarding-steps.enum.d.ts +5 -3
  234. package/dist/types/enum/onboarding-steps.enum.js +6 -3
  235. package/dist/types/enum/onboarding-steps.enum.js.map +1 -0
  236. package/dist/types/enum/organization-billing.enum.d.ts +136 -0
  237. package/dist/types/enum/organization-billing.enum.js +155 -0
  238. package/dist/types/enum/organization-billing.enum.js.map +1 -0
  239. package/dist/types/enum/organization-integration-type.enum.js +1 -0
  240. package/dist/types/enum/organization-integration-type.enum.js.map +1 -0
  241. package/dist/types/enum/organization-legal-form.enum.d.ts +10 -0
  242. package/dist/types/enum/organization-legal-form.enum.js +15 -0
  243. package/dist/types/enum/organization-legal-form.enum.js.map +1 -0
  244. package/dist/types/enum/organization-permission.enum.d.ts +19 -7
  245. package/dist/types/enum/organization-permission.enum.js +41 -31
  246. package/dist/types/enum/organization-permission.enum.js.map +1 -0
  247. package/dist/types/enum/organization-professional-status.enum.d.ts +6 -0
  248. package/dist/types/enum/organization-professional-status.enum.js +11 -0
  249. package/dist/types/enum/organization-professional-status.enum.js.map +1 -0
  250. package/dist/types/enum/plan-template-key.enum.d.ts +8 -0
  251. package/dist/types/enum/plan-template-key.enum.js +13 -0
  252. package/dist/types/enum/plan-template-key.enum.js.map +1 -0
  253. package/dist/types/enum/project-access-permission.enum.js +1 -0
  254. package/dist/types/enum/project-access-permission.enum.js.map +1 -0
  255. package/dist/types/enum/project-application-access-permission.enum.js +1 -0
  256. package/dist/types/enum/project-application-access-permission.enum.js.map +1 -0
  257. package/dist/types/enum/project-status.enum.js +1 -0
  258. package/dist/types/enum/project-status.enum.js.map +1 -0
  259. package/dist/types/enum/sidebar-pin-scope-type.enum.d.ts +6 -0
  260. package/dist/types/enum/sidebar-pin-scope-type.enum.js +11 -0
  261. package/dist/types/enum/sidebar-pin-scope-type.enum.js.map +1 -0
  262. package/dist/types/enum/sidebar-pin-target-type.enum.d.ts +7 -0
  263. package/dist/types/enum/sidebar-pin-target-type.enum.js +12 -0
  264. package/dist/types/enum/sidebar-pin-target-type.enum.js.map +1 -0
  265. package/dist/types/enum/slack-webhook.enum.js +1 -0
  266. package/dist/types/enum/slack-webhook.enum.js.map +1 -0
  267. package/dist/types/enum/support-ticket.enum.d.ts +70 -0
  268. package/dist/types/enum/support-ticket.enum.js +136 -0
  269. package/dist/types/enum/support-ticket.enum.js.map +1 -0
  270. package/dist/types/enum/token-type.enum.d.ts +2 -1
  271. package/dist/types/enum/token-type.enum.js +2 -0
  272. package/dist/types/enum/token-type.enum.js.map +1 -0
  273. package/dist/types/enum/user-agent.enum.js +1 -0
  274. package/dist/types/enum/user-agent.enum.js.map +1 -0
  275. package/dist/types/enum/user-asset.enum.d.ts +10 -0
  276. package/dist/types/enum/user-asset.enum.js +16 -0
  277. package/dist/types/enum/user-asset.enum.js.map +1 -0
  278. package/dist/types/enum/user-credit-purchase-currency.enum.js +1 -0
  279. package/dist/types/enum/user-credit-purchase-currency.enum.js.map +1 -0
  280. package/dist/types/enum/user-language.enum.js +1 -0
  281. package/dist/types/enum/user-language.enum.js.map +1 -0
  282. package/dist/types/enum/user-notification-category.enum.d.ts +16 -0
  283. package/dist/types/enum/user-notification-category.enum.js +112 -0
  284. package/dist/types/enum/user-notification-category.enum.js.map +1 -0
  285. package/dist/types/enum/user-notification-content-type.enum.d.ts +213 -192
  286. package/dist/types/enum/user-notification-content-type.enum.js +46 -33
  287. package/dist/types/enum/user-notification-content-type.enum.js.map +1 -0
  288. package/dist/types/enum/user-notification-type.enum.js +1 -0
  289. package/dist/types/enum/user-notification-type.enum.js.map +1 -0
  290. package/dist/types/enum/user-professional-status.enum.d.ts +5 -0
  291. package/dist/types/enum/user-professional-status.enum.js +10 -0
  292. package/dist/types/enum/user-professional-status.enum.js.map +1 -0
  293. package/dist/types/enum/user-type.enum.d.ts +1 -0
  294. package/dist/types/enum/user-type.enum.js +2 -0
  295. package/dist/types/enum/user-type.enum.js.map +1 -0
  296. package/dist/types/index.d.ts +0 -1
  297. package/dist/types/index.js +1 -1
  298. package/dist/types/index.js.map +1 -0
  299. package/dist/types/interface/api/index.d.ts +37 -64
  300. package/dist/types/interface/api/index.js +38 -64
  301. package/dist/types/interface/api/index.js.map +1 -0
  302. package/dist/types/interface/api/requests/analytics-snapshot.request.d.ts +32 -0
  303. package/dist/types/interface/api/requests/analytics-snapshot.request.js +3 -0
  304. package/dist/types/interface/api/requests/analytics-snapshot.request.js.map +1 -0
  305. package/dist/types/interface/api/requests/application.admin.request.js +1 -0
  306. package/dist/types/interface/api/requests/application.admin.request.js.map +1 -0
  307. package/dist/types/interface/api/requests/application.request.js +1 -0
  308. package/dist/types/interface/api/requests/application.request.js.map +1 -0
  309. package/dist/types/interface/api/requests/asset.request.d.ts +21 -0
  310. package/dist/types/interface/api/requests/asset.request.js +3 -0
  311. package/dist/types/interface/api/requests/asset.request.js.map +1 -0
  312. package/dist/types/interface/api/requests/auth.request.d.ts +1 -1
  313. package/dist/types/interface/api/requests/auth.request.js +1 -0
  314. package/dist/types/interface/api/requests/auth.request.js.map +1 -0
  315. package/dist/types/interface/api/requests/billing-account.admin.request.d.ts +74 -0
  316. package/dist/types/interface/api/requests/billing-account.admin.request.js +3 -0
  317. package/dist/types/interface/api/requests/billing-account.admin.request.js.map +1 -0
  318. package/dist/types/interface/api/requests/billing-addon-template.request.d.ts +32 -0
  319. package/dist/types/interface/api/requests/billing-addon-template.request.js +3 -0
  320. package/dist/types/interface/api/requests/billing-addon-template.request.js.map +1 -0
  321. package/dist/types/interface/api/requests/billing-plan.request.d.ts +36 -0
  322. package/dist/types/interface/api/requests/billing-plan.request.js +3 -0
  323. package/dist/types/interface/api/requests/billing-plan.request.js.map +1 -0
  324. package/dist/types/interface/api/requests/billing.request.d.ts +6 -8
  325. package/dist/types/interface/api/requests/billing.request.js +1 -0
  326. package/dist/types/interface/api/requests/billing.request.js.map +1 -0
  327. package/dist/types/interface/api/requests/content-share.request.d.ts +130 -0
  328. package/dist/types/interface/api/requests/content-share.request.js +3 -0
  329. package/dist/types/interface/api/requests/content-share.request.js.map +1 -0
  330. package/dist/types/interface/api/requests/crash-report.public.request.d.ts +13 -0
  331. package/dist/types/interface/api/requests/crash-report.public.request.js +3 -0
  332. package/dist/types/interface/api/requests/crash-report.public.request.js.map +1 -0
  333. package/dist/types/interface/api/requests/daily-digest.request.d.ts +26 -0
  334. package/dist/types/interface/api/requests/daily-digest.request.js +3 -0
  335. package/dist/types/interface/api/requests/daily-digest.request.js.map +1 -0
  336. package/dist/types/interface/api/requests/gift-code.admin.request.d.ts +0 -5
  337. package/dist/types/interface/api/requests/gift-code.admin.request.js +1 -0
  338. package/dist/types/interface/api/requests/gift-code.admin.request.js.map +1 -0
  339. package/dist/types/interface/api/requests/gift-code.request.d.ts +0 -2
  340. package/dist/types/interface/api/requests/gift-code.request.js +1 -0
  341. package/dist/types/interface/api/requests/gift-code.request.js.map +1 -0
  342. package/dist/types/interface/api/requests/index.d.ts +36 -0
  343. package/dist/types/interface/api/requests/index.js +53 -0
  344. package/dist/types/interface/api/requests/index.js.map +1 -0
  345. package/dist/types/interface/api/requests/invitation.request.d.ts +39 -0
  346. package/dist/types/interface/api/requests/invitation.request.js +3 -0
  347. package/dist/types/interface/api/requests/invitation.request.js.map +1 -0
  348. package/dist/types/interface/api/requests/newsletter.admin.request.js +1 -0
  349. package/dist/types/interface/api/requests/newsletter.admin.request.js.map +1 -0
  350. package/dist/types/interface/api/requests/notification-preference.request.d.ts +15 -0
  351. package/dist/types/interface/api/requests/notification-preference.request.js +3 -0
  352. package/dist/types/interface/api/requests/notification-preference.request.js.map +1 -0
  353. package/dist/types/interface/api/requests/organization-billing.request.d.ts +150 -0
  354. package/dist/types/interface/api/requests/organization-billing.request.js +3 -0
  355. package/dist/types/interface/api/requests/organization-billing.request.js.map +1 -0
  356. package/dist/types/interface/api/requests/organization-integration-webhook.request.js +1 -0
  357. package/dist/types/interface/api/requests/organization-integration-webhook.request.js.map +1 -0
  358. package/dist/types/interface/api/requests/organization-member.request.d.ts +16 -3
  359. package/dist/types/interface/api/requests/organization-member.request.js +1 -0
  360. package/dist/types/interface/api/requests/organization-member.request.js.map +1 -0
  361. package/dist/types/interface/api/requests/organization.admin.request.d.ts +15 -1
  362. package/dist/types/interface/api/requests/organization.admin.request.js +1 -0
  363. package/dist/types/interface/api/requests/organization.admin.request.js.map +1 -0
  364. package/dist/types/interface/api/requests/organization.request.d.ts +29 -1
  365. package/dist/types/interface/api/requests/organization.request.js +1 -0
  366. package/dist/types/interface/api/requests/organization.request.js.map +1 -0
  367. package/dist/types/interface/api/requests/project-access.admin.request.d.ts +9 -20
  368. package/dist/types/interface/api/requests/project-access.admin.request.js +1 -0
  369. package/dist/types/interface/api/requests/project-access.admin.request.js.map +1 -0
  370. package/dist/types/interface/api/requests/project-access.request.d.ts +13 -30
  371. package/dist/types/interface/api/requests/project-access.request.js +1 -0
  372. package/dist/types/interface/api/requests/project-access.request.js.map +1 -0
  373. package/dist/types/interface/api/requests/project-api-key.request.d.ts +39 -0
  374. package/dist/types/interface/api/requests/project-api-key.request.js +3 -0
  375. package/dist/types/interface/api/requests/project-api-key.request.js.map +1 -0
  376. package/dist/types/interface/api/requests/project.admin.request.d.ts +8 -4
  377. package/dist/types/interface/api/requests/project.admin.request.js +1 -0
  378. package/dist/types/interface/api/requests/project.admin.request.js.map +1 -0
  379. package/dist/types/interface/api/requests/project.request.d.ts +2 -39
  380. package/dist/types/interface/api/requests/project.request.js +1 -0
  381. package/dist/types/interface/api/requests/project.request.js.map +1 -0
  382. package/dist/types/interface/api/requests/support-ticket-admin.request.d.ts +120 -0
  383. package/dist/types/interface/api/requests/support-ticket-admin.request.js +3 -0
  384. package/dist/types/interface/api/requests/support-ticket-admin.request.js.map +1 -0
  385. package/dist/types/interface/api/requests/support-ticket-org.request.d.ts +90 -0
  386. package/dist/types/interface/api/requests/support-ticket-org.request.js +3 -0
  387. package/dist/types/interface/api/requests/support-ticket-org.request.js.map +1 -0
  388. package/dist/types/interface/api/requests/support-ticket.request.d.ts +74 -0
  389. package/dist/types/interface/api/requests/support-ticket.request.js +3 -0
  390. package/dist/types/interface/api/requests/support-ticket.request.js.map +1 -0
  391. package/dist/types/interface/api/requests/team.request.d.ts +3 -0
  392. package/dist/types/interface/api/requests/team.request.js +1 -0
  393. package/dist/types/interface/api/requests/team.request.js.map +1 -0
  394. package/dist/types/interface/api/requests/token-history.admin.request.js +1 -0
  395. package/dist/types/interface/api/requests/token-history.admin.request.js.map +1 -0
  396. package/dist/types/interface/api/requests/user-billing.request.d.ts +72 -0
  397. package/dist/types/interface/api/requests/user-billing.request.js +3 -0
  398. package/dist/types/interface/api/requests/user-billing.request.js.map +1 -0
  399. package/dist/types/interface/api/requests/user-cookie-consent.request.d.ts +6 -0
  400. package/dist/types/interface/api/requests/user-cookie-consent.request.js +3 -0
  401. package/dist/types/interface/api/requests/user-cookie-consent.request.js.map +1 -0
  402. package/dist/types/interface/api/requests/user-notification.admin.request.d.ts +26 -1
  403. package/dist/types/interface/api/requests/user-notification.admin.request.js +1 -0
  404. package/dist/types/interface/api/requests/user-notification.admin.request.js.map +1 -0
  405. package/dist/types/interface/api/requests/user-notification.request.js +1 -0
  406. package/dist/types/interface/api/requests/user-notification.request.js.map +1 -0
  407. package/dist/types/interface/api/requests/user-sidebar-pin.request.d.ts +30 -0
  408. package/dist/types/interface/api/requests/user-sidebar-pin.request.js +3 -0
  409. package/dist/types/interface/api/requests/user-sidebar-pin.request.js.map +1 -0
  410. package/dist/types/interface/api/requests/user.admin.request.d.ts +3 -4
  411. package/dist/types/interface/api/requests/user.admin.request.js +1 -0
  412. package/dist/types/interface/api/requests/user.admin.request.js.map +1 -0
  413. package/dist/types/interface/api/requests/user.request.d.ts +12 -34
  414. package/dist/types/interface/api/requests/user.request.js +1 -0
  415. package/dist/types/interface/api/requests/user.request.js.map +1 -0
  416. package/dist/types/interface/api/requests/wrapped-report.request.d.ts +41 -0
  417. package/dist/types/interface/api/requests/wrapped-report.request.js +3 -0
  418. package/dist/types/interface/api/requests/wrapped-report.request.js.map +1 -0
  419. package/dist/types/interface/api/responses/analytics-snapshot.response.d.ts +18 -0
  420. package/dist/types/interface/api/responses/analytics-snapshot.response.js +3 -0
  421. package/dist/types/interface/api/responses/analytics-snapshot.response.js.map +1 -0
  422. package/dist/types/interface/api/responses/application.admin.response.js +1 -0
  423. package/dist/types/interface/api/responses/application.admin.response.js.map +1 -0
  424. package/dist/types/interface/api/responses/application.response.d.ts +1 -3
  425. package/dist/types/interface/api/responses/application.response.js +1 -0
  426. package/dist/types/interface/api/responses/application.response.js.map +1 -0
  427. package/dist/types/interface/api/responses/asset.response.d.ts +9 -0
  428. package/dist/types/interface/api/responses/asset.response.js +3 -0
  429. package/dist/types/interface/api/responses/asset.response.js.map +1 -0
  430. package/dist/types/interface/api/responses/auth.response.js +1 -0
  431. package/dist/types/interface/api/responses/auth.response.js.map +1 -0
  432. package/dist/types/interface/api/responses/billing-account.admin.response.d.ts +50 -0
  433. package/dist/types/interface/api/responses/billing-account.admin.response.js +3 -0
  434. package/dist/types/interface/api/responses/billing-account.admin.response.js.map +1 -0
  435. package/dist/types/interface/api/responses/billing-addon-template.response.d.ts +19 -0
  436. package/dist/types/interface/api/responses/billing-addon-template.response.js +3 -0
  437. package/dist/types/interface/api/responses/billing-addon-template.response.js.map +1 -0
  438. package/dist/types/interface/api/responses/billing-plan.response.d.ts +26 -0
  439. package/dist/types/interface/api/responses/billing-plan.response.js +3 -0
  440. package/dist/types/interface/api/responses/billing-plan.response.js.map +1 -0
  441. package/dist/types/interface/api/responses/billing.response.d.ts +4 -16
  442. package/dist/types/interface/api/responses/billing.response.js +1 -0
  443. package/dist/types/interface/api/responses/billing.response.js.map +1 -0
  444. package/dist/types/interface/api/responses/config.admin.response.js +1 -0
  445. package/dist/types/interface/api/responses/config.admin.response.js.map +1 -0
  446. package/dist/types/interface/api/responses/content-share.response.d.ts +63 -0
  447. package/dist/types/interface/api/responses/content-share.response.js +3 -0
  448. package/dist/types/interface/api/responses/content-share.response.js.map +1 -0
  449. package/dist/types/interface/api/responses/crash-report.public.response.d.ts +1 -0
  450. package/dist/types/interface/api/responses/crash-report.public.response.js +3 -0
  451. package/dist/types/interface/api/responses/crash-report.public.response.js.map +1 -0
  452. package/dist/types/interface/api/responses/daily-digest.response.d.ts +9 -0
  453. package/dist/types/interface/api/responses/daily-digest.response.js +3 -0
  454. package/dist/types/interface/api/responses/daily-digest.response.js.map +1 -0
  455. package/dist/types/interface/api/responses/gift-code.admin.response.d.ts +1 -3
  456. package/dist/types/interface/api/responses/gift-code.admin.response.js +1 -0
  457. package/dist/types/interface/api/responses/gift-code.admin.response.js.map +1 -0
  458. package/dist/types/interface/api/responses/gift-code.response.d.ts +0 -1
  459. package/dist/types/interface/api/responses/gift-code.response.js +1 -0
  460. package/dist/types/interface/api/responses/gift-code.response.js.map +1 -0
  461. package/dist/types/interface/api/responses/index.d.ts +37 -0
  462. package/dist/types/interface/api/responses/index.js +54 -0
  463. package/dist/types/interface/api/responses/index.js.map +1 -0
  464. package/dist/types/interface/api/responses/invitation.response.d.ts +56 -0
  465. package/dist/types/interface/api/responses/invitation.response.js +3 -0
  466. package/dist/types/interface/api/responses/invitation.response.js.map +1 -0
  467. package/dist/types/interface/api/responses/metrics.admin.response.js +1 -0
  468. package/dist/types/interface/api/responses/metrics.admin.response.js.map +1 -0
  469. package/dist/types/interface/api/responses/monitor.response.js +1 -0
  470. package/dist/types/interface/api/responses/monitor.response.js.map +1 -0
  471. package/dist/types/interface/api/responses/newsletter.admin.response.js +1 -0
  472. package/dist/types/interface/api/responses/newsletter.admin.response.js.map +1 -0
  473. package/dist/types/interface/api/responses/notification-preference.response.d.ts +12 -0
  474. package/dist/types/interface/api/responses/notification-preference.response.js +3 -0
  475. package/dist/types/interface/api/responses/notification-preference.response.js.map +1 -0
  476. package/dist/types/interface/api/responses/organization-billing.response.d.ts +115 -0
  477. package/dist/types/interface/api/responses/organization-billing.response.js +3 -0
  478. package/dist/types/interface/api/responses/organization-billing.response.js.map +1 -0
  479. package/dist/types/interface/api/responses/organization-member.response.d.ts +27 -16
  480. package/dist/types/interface/api/responses/organization-member.response.js +1 -0
  481. package/dist/types/interface/api/responses/organization-member.response.js.map +1 -0
  482. package/dist/types/interface/api/responses/organization.admin.response.d.ts +13 -8
  483. package/dist/types/interface/api/responses/organization.admin.response.js +1 -0
  484. package/dist/types/interface/api/responses/organization.admin.response.js.map +1 -0
  485. package/dist/types/interface/api/responses/organization.response.d.ts +18 -7
  486. package/dist/types/interface/api/responses/organization.response.js +1 -0
  487. package/dist/types/interface/api/responses/organization.response.js.map +1 -0
  488. package/dist/types/interface/api/responses/project-access.admin.response.d.ts +2 -10
  489. package/dist/types/interface/api/responses/project-access.admin.response.js +1 -0
  490. package/dist/types/interface/api/responses/project-access.admin.response.js.map +1 -0
  491. package/dist/types/interface/api/responses/project-access.response.d.ts +16 -21
  492. package/dist/types/interface/api/responses/project-access.response.js +1 -0
  493. package/dist/types/interface/api/responses/project-access.response.js.map +1 -0
  494. package/dist/types/interface/api/responses/project-api-key.response.d.ts +23 -0
  495. package/dist/types/interface/api/responses/project-api-key.response.js +3 -0
  496. package/dist/types/interface/api/responses/project-api-key.response.js.map +1 -0
  497. package/dist/types/interface/api/responses/project.admin.response.d.ts +3 -13
  498. package/dist/types/interface/api/responses/project.admin.response.js +1 -0
  499. package/dist/types/interface/api/responses/project.admin.response.js.map +1 -0
  500. package/dist/types/interface/api/responses/project.response.d.ts +3 -40
  501. package/dist/types/interface/api/responses/project.response.js +1 -0
  502. package/dist/types/interface/api/responses/project.response.js.map +1 -0
  503. package/dist/types/interface/api/responses/support-ticket.response.d.ts +68 -0
  504. package/dist/types/interface/api/responses/support-ticket.response.js +3 -0
  505. package/dist/types/interface/api/responses/support-ticket.response.js.map +1 -0
  506. package/dist/types/interface/api/responses/team.response.d.ts +3 -12
  507. package/dist/types/interface/api/responses/team.response.js +1 -0
  508. package/dist/types/interface/api/responses/team.response.js.map +1 -0
  509. package/dist/types/interface/api/responses/token-history.admin.response.js +1 -0
  510. package/dist/types/interface/api/responses/token-history.admin.response.js.map +1 -0
  511. package/dist/types/interface/api/responses/user-billing.response.d.ts +106 -0
  512. package/dist/types/interface/api/responses/user-billing.response.js +3 -0
  513. package/dist/types/interface/api/responses/user-billing.response.js.map +1 -0
  514. package/dist/types/interface/api/responses/user-cookie-consent.response.d.ts +10 -0
  515. package/dist/types/interface/api/responses/user-cookie-consent.response.js +3 -0
  516. package/dist/types/interface/api/responses/user-cookie-consent.response.js.map +1 -0
  517. package/dist/types/interface/api/responses/user-feedback-state.response.d.ts +7 -0
  518. package/dist/types/interface/api/responses/user-feedback-state.response.js +3 -0
  519. package/dist/types/interface/api/responses/user-feedback-state.response.js.map +1 -0
  520. package/dist/types/interface/api/responses/user-notification.admin.response.d.ts +8 -0
  521. package/dist/types/interface/api/responses/user-notification.admin.response.js +1 -0
  522. package/dist/types/interface/api/responses/user-notification.admin.response.js.map +1 -0
  523. package/dist/types/interface/api/responses/user-notification.response.js +1 -0
  524. package/dist/types/interface/api/responses/user-notification.response.js.map +1 -0
  525. package/dist/types/interface/api/responses/user-sidebar-pin.response.d.ts +18 -0
  526. package/dist/types/interface/api/responses/user-sidebar-pin.response.js +3 -0
  527. package/dist/types/interface/api/responses/user-sidebar-pin.response.js.map +1 -0
  528. package/dist/types/interface/api/responses/user.admin.response.d.ts +1 -14
  529. package/dist/types/interface/api/responses/user.admin.response.js +1 -0
  530. package/dist/types/interface/api/responses/user.admin.response.js.map +1 -0
  531. package/dist/types/interface/api/responses/user.response.d.ts +3 -18
  532. package/dist/types/interface/api/responses/user.response.js +1 -0
  533. package/dist/types/interface/api/responses/user.response.js.map +1 -0
  534. package/dist/types/interface/api/responses/wrapped-report.response.d.ts +13 -0
  535. package/dist/types/interface/api/responses/wrapped-report.response.js +3 -0
  536. package/dist/types/interface/api/responses/wrapped-report.response.js.map +1 -0
  537. package/dist/types/interface/api/type-message/api-error.js +1 -0
  538. package/dist/types/interface/api/type-message/api-error.js.map +1 -0
  539. package/dist/types/interface/api/type-message/base-order.js +1 -0
  540. package/dist/types/interface/api/type-message/base-order.js.map +1 -0
  541. package/dist/types/interface/api/type-message/base-paginate.js +1 -0
  542. package/dist/types/interface/api/type-message/base-paginate.js.map +1 -0
  543. package/dist/types/interface/api/type-message/response.js +1 -0
  544. package/dist/types/interface/api/type-message/response.js.map +1 -0
  545. package/dist/types/interface/index.d.ts +37 -32
  546. package/dist/types/interface/index.js +38 -32
  547. package/dist/types/interface/index.js.map +1 -0
  548. package/dist/types/interface/models/analytics-snapshot.model.d.ts +20 -0
  549. package/dist/types/interface/models/analytics-snapshot.model.js +3 -0
  550. package/dist/types/interface/models/analytics-snapshot.model.js.map +1 -0
  551. package/dist/types/interface/models/application.model.d.ts +1 -1
  552. package/dist/types/interface/models/application.model.js +1 -0
  553. package/dist/types/interface/models/application.model.js.map +1 -0
  554. package/dist/types/interface/models/asset.model.d.ts +21 -0
  555. package/dist/types/interface/models/asset.model.js +3 -0
  556. package/dist/types/interface/models/asset.model.js.map +1 -0
  557. package/dist/types/interface/models/billing-account.model.d.ts +45 -0
  558. package/dist/types/interface/models/billing-account.model.js +3 -0
  559. package/dist/types/interface/models/billing-account.model.js.map +1 -0
  560. package/dist/types/interface/models/billing-addon-template.model.d.ts +15 -0
  561. package/dist/types/interface/models/billing-addon-template.model.js +3 -0
  562. package/dist/types/interface/models/billing-addon-template.model.js.map +1 -0
  563. package/dist/types/interface/models/billing-daily-snapshot.model.d.ts +70 -0
  564. package/dist/types/interface/models/billing-daily-snapshot.model.js +3 -0
  565. package/dist/types/interface/models/billing-daily-snapshot.model.js.map +1 -0
  566. package/dist/types/interface/models/billing-plan-request.model.d.ts +19 -0
  567. package/dist/types/interface/models/billing-plan-request.model.js +3 -0
  568. package/dist/types/interface/models/billing-plan-request.model.js.map +1 -0
  569. package/dist/types/interface/models/billing-quota-cap.model.d.ts +16 -0
  570. package/dist/types/interface/models/billing-quota-cap.model.js +3 -0
  571. package/dist/types/interface/models/billing-quota-cap.model.js.map +1 -0
  572. package/dist/types/interface/models/content-ownership.model.d.ts +12 -0
  573. package/dist/types/interface/models/content-ownership.model.js +3 -0
  574. package/dist/types/interface/models/content-ownership.model.js.map +1 -0
  575. package/dist/types/interface/models/content-share.model.d.ts +19 -0
  576. package/dist/types/interface/models/content-share.model.js +3 -0
  577. package/dist/types/interface/models/content-share.model.js.map +1 -0
  578. package/dist/types/interface/models/credit-transaction.model.d.ts +20 -0
  579. package/dist/types/interface/models/credit-transaction.model.js +3 -0
  580. package/dist/types/interface/models/credit-transaction.model.js.map +1 -0
  581. package/dist/types/interface/models/daily-digest.model.d.ts +11 -0
  582. package/dist/types/interface/models/daily-digest.model.js +3 -0
  583. package/dist/types/interface/models/daily-digest.model.js.map +1 -0
  584. package/dist/types/interface/models/device-token.model.js +1 -0
  585. package/dist/types/interface/models/device-token.model.js.map +1 -0
  586. package/dist/types/interface/models/eur-transaction.model.d.ts +20 -0
  587. package/dist/types/interface/models/eur-transaction.model.js +3 -0
  588. package/dist/types/interface/models/eur-transaction.model.js.map +1 -0
  589. package/dist/types/interface/models/gift-code-activation.model.d.ts +4 -3
  590. package/dist/types/interface/models/gift-code-activation.model.js +1 -0
  591. package/dist/types/interface/models/gift-code-activation.model.js.map +1 -0
  592. package/dist/types/interface/models/gift-code.model.d.ts +1 -3
  593. package/dist/types/interface/models/gift-code.model.js +1 -0
  594. package/dist/types/interface/models/gift-code.model.js.map +1 -0
  595. package/dist/types/interface/models/index.d.ts +53 -0
  596. package/dist/types/interface/models/index.js +70 -0
  597. package/dist/types/interface/models/index.js.map +1 -0
  598. package/dist/types/interface/models/invitation.model.d.ts +42 -0
  599. package/dist/types/interface/models/invitation.model.js +3 -0
  600. package/dist/types/interface/models/invitation.model.js.map +1 -0
  601. package/dist/types/interface/models/invoice.model.d.ts +29 -0
  602. package/dist/types/interface/models/invoice.model.js +3 -0
  603. package/dist/types/interface/models/invoice.model.js.map +1 -0
  604. package/dist/types/interface/models/ledger-entry.model.d.ts +17 -0
  605. package/dist/types/interface/models/ledger-entry.model.js +3 -0
  606. package/dist/types/interface/models/ledger-entry.model.js.map +1 -0
  607. package/dist/types/interface/models/newsletter-history.model.js +1 -0
  608. package/dist/types/interface/models/newsletter-history.model.js.map +1 -0
  609. package/dist/types/interface/models/newsletter-member.model.js +1 -0
  610. package/dist/types/interface/models/newsletter-member.model.js.map +1 -0
  611. package/dist/types/interface/models/notification-preference.model.d.ts +15 -0
  612. package/dist/types/interface/models/notification-preference.model.js +3 -0
  613. package/dist/types/interface/models/notification-preference.model.js.map +1 -0
  614. package/dist/types/interface/models/oauth-account.model.js +1 -0
  615. package/dist/types/interface/models/oauth-account.model.js.map +1 -0
  616. package/dist/types/interface/models/organization-integration.model.js +1 -0
  617. package/dist/types/interface/models/organization-integration.model.js.map +1 -0
  618. package/dist/types/interface/models/organization-member.model.d.ts +5 -3
  619. package/dist/types/interface/models/organization-member.model.js +1 -0
  620. package/dist/types/interface/models/organization-member.model.js.map +1 -0
  621. package/dist/types/interface/models/organization-project-quota.model.d.ts +15 -0
  622. package/dist/types/interface/models/organization-project-quota.model.js +3 -0
  623. package/dist/types/interface/models/organization-project-quota.model.js.map +1 -0
  624. package/dist/types/interface/models/organization-quota-alert.model.d.ts +11 -0
  625. package/dist/types/interface/models/organization-quota-alert.model.js +3 -0
  626. package/dist/types/interface/models/organization-quota-alert.model.js.map +1 -0
  627. package/dist/types/interface/models/organization-service-quota.model.d.ts +13 -0
  628. package/dist/types/interface/models/organization-service-quota.model.js +3 -0
  629. package/dist/types/interface/models/organization-service-quota.model.js.map +1 -0
  630. package/dist/types/interface/models/organization.model.d.ts +18 -2
  631. package/dist/types/interface/models/organization.model.js +1 -0
  632. package/dist/types/interface/models/organization.model.js.map +1 -0
  633. package/dist/types/interface/models/plan-template.model.d.ts +30 -0
  634. package/dist/types/interface/models/plan-template.model.js +3 -0
  635. package/dist/types/interface/models/plan-template.model.js.map +1 -0
  636. package/dist/types/interface/models/project-access.model.d.ts +4 -11
  637. package/dist/types/interface/models/project-access.model.js +1 -0
  638. package/dist/types/interface/models/project-access.model.js.map +1 -0
  639. package/dist/types/interface/models/project-api-key-application-access.model.d.ts +13 -0
  640. package/dist/types/interface/models/project-api-key-application-access.model.js +3 -0
  641. package/dist/types/interface/models/project-api-key-application-access.model.js.map +1 -0
  642. package/dist/types/interface/models/project-api-key.model.d.ts +15 -0
  643. package/dist/types/interface/models/project-api-key.model.js +3 -0
  644. package/dist/types/interface/models/project-api-key.model.js.map +1 -0
  645. package/dist/types/interface/models/project-application-access.model.js +1 -0
  646. package/dist/types/interface/models/project-application-access.model.js.map +1 -0
  647. package/dist/types/interface/models/project.model.d.ts +6 -22
  648. package/dist/types/interface/models/project.model.js +1 -0
  649. package/dist/types/interface/models/project.model.js.map +1 -0
  650. package/dist/types/interface/models/quota-grant.model.d.ts +21 -0
  651. package/dist/types/interface/models/quota-grant.model.js +3 -0
  652. package/dist/types/interface/models/quota-grant.model.js.map +1 -0
  653. package/dist/types/interface/models/report.model.d.ts +0 -23
  654. package/dist/types/interface/models/report.model.js +1 -0
  655. package/dist/types/interface/models/report.model.js.map +1 -0
  656. package/dist/types/interface/models/storage-subtotal.model.d.ts +19 -0
  657. package/dist/types/interface/models/storage-subtotal.model.js +3 -0
  658. package/dist/types/interface/models/storage-subtotal.model.js.map +1 -0
  659. package/dist/types/interface/models/support-ticket-activity.model.d.ts +14 -0
  660. package/dist/types/interface/models/support-ticket-activity.model.js +3 -0
  661. package/dist/types/interface/models/support-ticket-activity.model.js.map +1 -0
  662. package/dist/types/interface/models/support-ticket-attachment.model.d.ts +21 -0
  663. package/dist/types/interface/models/support-ticket-attachment.model.js +3 -0
  664. package/dist/types/interface/models/support-ticket-attachment.model.js.map +1 -0
  665. package/dist/types/interface/models/support-ticket-message.model.d.ts +17 -0
  666. package/dist/types/interface/models/support-ticket-message.model.js +3 -0
  667. package/dist/types/interface/models/support-ticket-message.model.js.map +1 -0
  668. package/dist/types/interface/models/support-ticket-tag.model.d.ts +8 -0
  669. package/dist/types/interface/models/support-ticket-tag.model.js +3 -0
  670. package/dist/types/interface/models/support-ticket-tag.model.js.map +1 -0
  671. package/dist/types/interface/models/support-ticket.model.d.ts +36 -0
  672. package/dist/types/interface/models/support-ticket.model.js +3 -0
  673. package/dist/types/interface/models/support-ticket.model.js.map +1 -0
  674. package/dist/types/interface/models/team-member.model.js +1 -0
  675. package/dist/types/interface/models/team-member.model.js.map +1 -0
  676. package/dist/types/interface/models/team-project-access.model.d.ts +2 -0
  677. package/dist/types/interface/models/team-project-access.model.js +1 -0
  678. package/dist/types/interface/models/team-project-access.model.js.map +1 -0
  679. package/dist/types/interface/models/team-project-application-access.model.d.ts +13 -0
  680. package/dist/types/interface/models/team-project-application-access.model.js +3 -0
  681. package/dist/types/interface/models/team-project-application-access.model.js.map +1 -0
  682. package/dist/types/interface/models/team.model.d.ts +1 -1
  683. package/dist/types/interface/models/team.model.js +1 -0
  684. package/dist/types/interface/models/team.model.js.map +1 -0
  685. package/dist/types/interface/models/token-history.model.d.ts +2 -0
  686. package/dist/types/interface/models/token-history.model.js +1 -0
  687. package/dist/types/interface/models/token-history.model.js.map +1 -0
  688. package/dist/types/interface/models/usage-record.model.d.ts +24 -0
  689. package/dist/types/interface/models/usage-record.model.js +3 -0
  690. package/dist/types/interface/models/usage-record.model.js.map +1 -0
  691. package/dist/types/interface/models/user-asset.model.d.ts +17 -0
  692. package/dist/types/interface/models/user-asset.model.js +3 -0
  693. package/dist/types/interface/models/user-asset.model.js.map +1 -0
  694. package/dist/types/interface/models/user-cookie-consent.model.d.ts +14 -0
  695. package/dist/types/interface/models/user-cookie-consent.model.js +3 -0
  696. package/dist/types/interface/models/user-cookie-consent.model.js.map +1 -0
  697. package/dist/types/interface/models/user-feedback-state.model.d.ts +9 -0
  698. package/dist/types/interface/models/user-feedback-state.model.js +3 -0
  699. package/dist/types/interface/models/user-feedback-state.model.js.map +1 -0
  700. package/dist/types/interface/models/user-notification.model.d.ts +6 -1
  701. package/dist/types/interface/models/user-notification.model.js +1 -0
  702. package/dist/types/interface/models/user-notification.model.js.map +1 -0
  703. package/dist/types/interface/models/user-sidebar-pin.model.d.ts +25 -0
  704. package/dist/types/interface/models/user-sidebar-pin.model.js +3 -0
  705. package/dist/types/interface/models/user-sidebar-pin.model.js.map +1 -0
  706. package/dist/types/interface/models/user.model.d.ts +15 -22
  707. package/dist/types/interface/models/user.model.js +1 -0
  708. package/dist/types/interface/models/user.model.js.map +1 -0
  709. package/dist/types/interface/models/webhook-event.model.d.ts +9 -0
  710. package/dist/types/interface/models/webhook-event.model.js +3 -0
  711. package/dist/types/interface/models/webhook-event.model.js.map +1 -0
  712. package/dist/types/interface/models/wrapped-report.model.d.ts +55 -0
  713. package/dist/types/interface/models/wrapped-report.model.js +15 -0
  714. package/dist/types/interface/models/wrapped-report.model.js.map +1 -0
  715. package/dist/types/models/index.js +1 -0
  716. package/dist/types/models/index.js.map +1 -0
  717. package/dist/types/models/transfer.model.js +2 -2
  718. package/dist/types/models/transfer.model.js.map +1 -0
  719. package/dist/types/session.d.ts +5 -0
  720. package/dist/types/session.js +1 -0
  721. package/dist/types/session.js.map +1 -0
  722. package/dist/types/utils/convert-query.util.js +1 -0
  723. package/dist/types/utils/convert-query.util.js.map +1 -0
  724. package/dist/types/utils/email.utils.js +1 -0
  725. package/dist/types/utils/email.utils.js.map +1 -0
  726. package/dist/types/utils/index.d.ts +0 -1
  727. package/dist/types/utils/index.js +1 -1
  728. package/dist/types/utils/index.js.map +1 -0
  729. package/dist/types/utils/notifications.type-util.js +1 -0
  730. package/dist/types/utils/notifications.type-util.js.map +1 -0
  731. package/dist/types/utils/onboarding.utils.d.ts +1 -6
  732. package/dist/types/utils/onboarding.utils.js +16 -12
  733. package/dist/types/utils/onboarding.utils.js.map +1 -0
  734. package/dist/types/utils/overwrite.util.js +1 -0
  735. package/dist/types/utils/overwrite.util.js.map +1 -0
  736. package/dist/types/utils/require-one.util.js +1 -0
  737. package/dist/types/utils/require-one.util.js.map +1 -0
  738. package/dist/utils/abyss.utils.js +1 -0
  739. package/dist/utils/abyss.utils.js.map +1 -0
  740. package/dist/utils/array.utils.js +1 -0
  741. package/dist/utils/array.utils.js.map +1 -0
  742. package/dist/utils/billing.utils.d.ts +2 -0
  743. package/dist/utils/billing.utils.js +9 -0
  744. package/dist/utils/billing.utils.js.map +1 -0
  745. package/dist/utils/byte.utils.js +1 -0
  746. package/dist/utils/byte.utils.js.map +1 -0
  747. package/dist/utils/color.utils.js +1 -0
  748. package/dist/utils/color.utils.js.map +1 -0
  749. package/dist/utils/compression.utils.js +1 -0
  750. package/dist/utils/compression.utils.js.map +1 -0
  751. package/dist/utils/content-scope.utils.d.ts +1 -0
  752. package/dist/utils/content-scope.utils.js +3 -0
  753. package/dist/utils/content-scope.utils.js.map +1 -0
  754. package/dist/utils/content-share-scope.utils.d.ts +22 -0
  755. package/dist/utils/content-share-scope.utils.js +58 -0
  756. package/dist/utils/content-share-scope.utils.js.map +1 -0
  757. package/dist/utils/duration.utils.js +1 -0
  758. package/dist/utils/duration.utils.js.map +1 -0
  759. package/dist/utils/enum-to-array.utils.d.ts +2 -2
  760. package/dist/utils/enum-to-array.utils.js +1 -0
  761. package/dist/utils/enum-to-array.utils.js.map +1 -0
  762. package/dist/utils/error.utils.js +1 -0
  763. package/dist/utils/error.utils.js.map +1 -0
  764. package/dist/utils/file.utils.js +2 -1
  765. package/dist/utils/file.utils.js.map +1 -0
  766. package/dist/utils/import.utils.js +1 -0
  767. package/dist/utils/import.utils.js.map +1 -0
  768. package/dist/utils/index.d.ts +6 -4
  769. package/dist/utils/index.js +7 -4
  770. package/dist/utils/index.js.map +1 -0
  771. package/dist/utils/invitation.utils.d.ts +3 -0
  772. package/dist/utils/invitation.utils.js +17 -0
  773. package/dist/utils/invitation.utils.js.map +1 -0
  774. package/dist/utils/is-valid-object.utils.js +1 -0
  775. package/dist/utils/is-valid-object.utils.js.map +1 -0
  776. package/dist/utils/notification.utils.js +14 -0
  777. package/dist/utils/notification.utils.js.map +1 -0
  778. package/dist/utils/pricing-calculator.utils.d.ts +23 -0
  779. package/dist/utils/pricing-calculator.utils.js +110 -0
  780. package/dist/utils/pricing-calculator.utils.js.map +1 -0
  781. package/dist/utils/resolve-user.utils.d.ts +10 -0
  782. package/dist/utils/resolve-user.utils.js +32 -0
  783. package/dist/utils/resolve-user.utils.js.map +1 -0
  784. package/dist/utils/sleep.utils.js +1 -0
  785. package/dist/utils/sleep.utils.js.map +1 -0
  786. package/dist/utils/string.utils.js +1 -0
  787. package/dist/utils/string.utils.js.map +1 -0
  788. package/dist/utils/time-period.utils.js +1 -0
  789. package/dist/utils/time-period.utils.js.map +1 -0
  790. package/dist/utils/tracking.utils.js +1 -0
  791. package/dist/utils/tracking.utils.js.map +1 -0
  792. package/dist/utils/user-language.utils.d.ts +2 -0
  793. package/dist/utils/user-language.utils.js +11 -0
  794. package/dist/utils/user-language.utils.js.map +1 -0
  795. package/package.json +65 -58
  796. package/tsconfig.json +35 -105
  797. package/dist/api/atlas-document.api.d.ts +0 -6
  798. package/dist/api/atlas-document.api.js +0 -26
  799. package/dist/api/atlas-group.api.d.ts +0 -6
  800. package/dist/api/atlas-group.api.js +0 -24
  801. package/dist/api/atlas-page-content.api.d.ts +0 -0
  802. package/dist/api/atlas-page-content.api.js +0 -1
  803. package/dist/api/atlas-page.api.d.ts +0 -10
  804. package/dist/api/atlas-page.api.js +0 -46
  805. package/dist/api/atlas.api.d.ts +0 -8
  806. package/dist/api/atlas.api.js +0 -35
  807. package/dist/api/atlas.public.api.d.ts +0 -4
  808. package/dist/api/atlas.public.api.js +0 -18
  809. package/dist/api/board-card-checklist.api.d.ts +0 -8
  810. package/dist/api/board-card-checklist.api.js +0 -32
  811. package/dist/api/board-card-comment.api.d.ts +0 -5
  812. package/dist/api/board-card-comment.api.js +0 -20
  813. package/dist/api/board-card-document.api.d.ts +0 -4
  814. package/dist/api/board-card-document.api.js +0 -16
  815. package/dist/api/board-card.api.d.ts +0 -11
  816. package/dist/api/board-card.api.js +0 -48
  817. package/dist/api/board-column.api.d.ts +0 -5
  818. package/dist/api/board-column.api.js +0 -20
  819. package/dist/api/board-label.api.d.ts +0 -8
  820. package/dist/api/board-label.api.js +0 -33
  821. package/dist/api/board.api.d.ts +0 -8
  822. package/dist/api/board.api.js +0 -33
  823. package/dist/api/draw.api.d.ts +0 -8
  824. package/dist/api/draw.api.js +0 -36
  825. package/dist/api/draw.public.api.d.ts +0 -5
  826. package/dist/api/draw.public.api.js +0 -20
  827. package/dist/api/memo.api.d.ts +0 -8
  828. package/dist/api/memo.api.js +0 -36
  829. package/dist/api/report.admin.api.d.ts +0 -8
  830. package/dist/api/report.admin.api.js +0 -26
  831. package/dist/api/report.api.d.ts +0 -7
  832. package/dist/api/report.api.js +0 -24
  833. package/dist/api/report.public.api.d.ts +0 -4
  834. package/dist/api/report.public.api.js +0 -10
  835. package/dist/api/retrospective-card.api.d.ts +0 -6
  836. package/dist/api/retrospective-card.api.js +0 -26
  837. package/dist/api/retrospective-member.api.d.ts +0 -5
  838. package/dist/api/retrospective-member.api.js +0 -20
  839. package/dist/api/retrospective-section.api.d.ts +0 -6
  840. package/dist/api/retrospective-section.api.js +0 -26
  841. package/dist/api/retrospective.api.d.ts +0 -8
  842. package/dist/api/retrospective.api.js +0 -34
  843. package/dist/api/retrospective.public.api.d.ts +0 -11
  844. package/dist/api/retrospective.public.api.js +0 -44
  845. package/dist/api/short-link.admin.api.d.ts +0 -7
  846. package/dist/api/short-link.admin.api.js +0 -22
  847. package/dist/api/short-link.api.d.ts +0 -12
  848. package/dist/api/short-link.api.js +0 -48
  849. package/dist/api/short-link.public.api.d.ts +0 -8
  850. package/dist/api/short-link.public.api.js +0 -32
  851. package/dist/api/user-credit-purchase.admin.api.d.ts +0 -7
  852. package/dist/api/user-credit-purchase.admin.api.js +0 -28
  853. package/dist/api/user-credit-purchase.api.d.ts +0 -3
  854. package/dist/api/user-credit-purchase.api.js +0 -14
  855. package/dist/api/user-ticket.admin.api.d.ts +0 -11
  856. package/dist/api/user-ticket.admin.api.js +0 -49
  857. package/dist/api/user-ticket.api.d.ts +0 -10
  858. package/dist/api/user-ticket.api.js +0 -45
  859. package/dist/api/user-transaction.admin.api.d.ts +0 -5
  860. package/dist/api/user-transaction.admin.api.js +0 -20
  861. package/dist/api/user-transaction.api.d.ts +0 -3
  862. package/dist/api/user-transaction.api.js +0 -14
  863. package/dist/constants/atlas.constants.d.ts +0 -2
  864. package/dist/constants/atlas.constants.js +0 -5
  865. package/dist/constants/board.constants.d.ts +0 -5
  866. package/dist/constants/board.constants.js +0 -8
  867. package/dist/constants/memo.constants.d.ts +0 -3
  868. package/dist/constants/memo.constants.js +0 -6
  869. package/dist/constants/short-link.constants.d.ts +0 -8
  870. package/dist/constants/short-link.constants.js +0 -11
  871. package/dist/expressions/index.d.ts +0 -5
  872. package/dist/expressions/index.js +0 -16
  873. package/dist/expressions/mapper.d.ts +0 -9
  874. package/dist/expressions/mapper.js +0 -90
  875. package/dist/expressions/parser.d.ts +0 -3
  876. package/dist/expressions/parser.js +0 -97
  877. package/dist/expressions/resolver.d.ts +0 -12
  878. package/dist/expressions/resolver.js +0 -88
  879. package/dist/expressions/types.d.ts +0 -36
  880. package/dist/expressions/types.js +0 -2
  881. package/dist/server-sent-events/protocols/atlas/atlas.sse-protocol.d.ts +0 -74
  882. package/dist/server-sent-events/protocols/atlas/atlas.sse-protocol.js +0 -21
  883. package/dist/server-sent-events/protocols/atlas/index.d.ts +0 -1
  884. package/dist/server-sent-events/protocols/atlas/index.js +0 -17
  885. package/dist/server-sent-events/protocols/board/board.sse-protocol.d.ts +0 -91
  886. package/dist/server-sent-events/protocols/board/board.sse-protocol.js +0 -23
  887. package/dist/server-sent-events/protocols/board/index.d.ts +0 -1
  888. package/dist/server-sent-events/protocols/board/index.js +0 -17
  889. package/dist/server-sent-events/protocols/board-card/board-card.sse-protocol.d.ts +0 -18
  890. package/dist/server-sent-events/protocols/board-card/board-card.sse-protocol.js +0 -11
  891. package/dist/server-sent-events/protocols/board-card/index.d.ts +0 -1
  892. package/dist/server-sent-events/protocols/board-card/index.js +0 -17
  893. package/dist/server-sent-events/protocols/retrospective/index.d.ts +0 -1
  894. package/dist/server-sent-events/protocols/retrospective/index.js +0 -17
  895. package/dist/server-sent-events/protocols/retrospective/retrospective.sse-protocol.d.ts +0 -69
  896. package/dist/server-sent-events/protocols/retrospective/retrospective.sse-protocol.js +0 -21
  897. package/dist/types/draw.type.d.ts +0 -132
  898. package/dist/types/draw.type.js +0 -15
  899. package/dist/types/enum/board-activity.enum.d.ts +0 -170
  900. package/dist/types/enum/board-activity.enum.js +0 -37
  901. package/dist/types/enum/board-column-type.enum.d.ts +0 -6
  902. package/dist/types/enum/board-column-type.enum.js +0 -10
  903. package/dist/types/enum/gift-code-type.enum.d.ts +0 -3
  904. package/dist/types/enum/gift-code-type.enum.js +0 -7
  905. package/dist/types/enum/integration-type.enum.d.ts +0 -4
  906. package/dist/types/enum/integration-type.enum.js +0 -8
  907. package/dist/types/enum/invoice-status.enum.d.ts +0 -7
  908. package/dist/types/enum/invoice-status.enum.js +0 -11
  909. package/dist/types/enum/organization-role.enum.d.ts +0 -6
  910. package/dist/types/enum/organization-role.enum.js +0 -10
  911. package/dist/types/enum/organization-subscription-status.enum.d.ts +0 -7
  912. package/dist/types/enum/organization-subscription-status.enum.js +0 -11
  913. package/dist/types/enum/plan-billing-period.enum.d.ts +0 -4
  914. package/dist/types/enum/plan-billing-period.enum.js +0 -8
  915. package/dist/types/enum/plan-status.enum.d.ts +0 -4
  916. package/dist/types/enum/plan-status.enum.js +0 -8
  917. package/dist/types/enum/subscription-level.enum.d.ts +0 -72
  918. package/dist/types/enum/subscription-level.enum.js +0 -179
  919. package/dist/types/enum/usage-record-type.enum.d.ts +0 -8
  920. package/dist/types/enum/usage-record-type.enum.js +0 -12
  921. package/dist/types/enum/user-credit-purchase-payment-method.enum.d.ts +0 -3
  922. package/dist/types/enum/user-credit-purchase-payment-method.enum.js +0 -7
  923. package/dist/types/enum/user-credit-purchase-platform.enum.d.ts +0 -8
  924. package/dist/types/enum/user-credit-purchase-platform.enum.js +0 -12
  925. package/dist/types/enum/user-ticket-category.enum.d.ts +0 -10
  926. package/dist/types/enum/user-ticket-category.enum.js +0 -14
  927. package/dist/types/enum/user-transaction-type.enum.d.ts +0 -14
  928. package/dist/types/enum/user-transaction-type.enum.js +0 -18
  929. package/dist/types/interface/api/requests/atlas-document.request.d.ts +0 -26
  930. package/dist/types/interface/api/requests/atlas-document.request.js +0 -2
  931. package/dist/types/interface/api/requests/atlas-group.request.d.ts +0 -40
  932. package/dist/types/interface/api/requests/atlas-group.request.js +0 -2
  933. package/dist/types/interface/api/requests/atlas-page.request.d.ts +0 -72
  934. package/dist/types/interface/api/requests/atlas-page.request.js +0 -2
  935. package/dist/types/interface/api/requests/atlas.public.request.d.ts +0 -18
  936. package/dist/types/interface/api/requests/atlas.public.request.js +0 -2
  937. package/dist/types/interface/api/requests/atlas.request.d.ts +0 -33
  938. package/dist/types/interface/api/requests/atlas.request.js +0 -2
  939. package/dist/types/interface/api/requests/board-card-checklist.request.d.ts +0 -55
  940. package/dist/types/interface/api/requests/board-card-checklist.request.js +0 -2
  941. package/dist/types/interface/api/requests/board-card-comment.request.d.ts +0 -25
  942. package/dist/types/interface/api/requests/board-card-comment.request.js +0 -2
  943. package/dist/types/interface/api/requests/board-card-document.request.d.ts +0 -17
  944. package/dist/types/interface/api/requests/board-card-document.request.js +0 -2
  945. package/dist/types/interface/api/requests/board-card.request.d.ts +0 -77
  946. package/dist/types/interface/api/requests/board-card.request.js +0 -2
  947. package/dist/types/interface/api/requests/board-column.request.d.ts +0 -26
  948. package/dist/types/interface/api/requests/board-column.request.js +0 -2
  949. package/dist/types/interface/api/requests/board-label.request.d.ts +0 -36
  950. package/dist/types/interface/api/requests/board-label.request.js +0 -2
  951. package/dist/types/interface/api/requests/board.request.d.ts +0 -25
  952. package/dist/types/interface/api/requests/board.request.js +0 -2
  953. package/dist/types/interface/api/requests/draw.public.request.d.ts +0 -17
  954. package/dist/types/interface/api/requests/draw.public.request.js +0 -2
  955. package/dist/types/interface/api/requests/draw.request.d.ts +0 -31
  956. package/dist/types/interface/api/requests/draw.request.js +0 -2
  957. package/dist/types/interface/api/requests/memo.request.d.ts +0 -29
  958. package/dist/types/interface/api/requests/memo.request.js +0 -2
  959. package/dist/types/interface/api/requests/report.admin.request.d.ts +0 -43
  960. package/dist/types/interface/api/requests/report.admin.request.js +0 -2
  961. package/dist/types/interface/api/requests/report.public.request.d.ts +0 -3
  962. package/dist/types/interface/api/requests/report.public.request.js +0 -2
  963. package/dist/types/interface/api/requests/report.request.d.ts +0 -17
  964. package/dist/types/interface/api/requests/report.request.js +0 -2
  965. package/dist/types/interface/api/requests/retrospective-card.request.d.ts +0 -32
  966. package/dist/types/interface/api/requests/retrospective-card.request.js +0 -2
  967. package/dist/types/interface/api/requests/retrospective-member.request.d.ts +0 -17
  968. package/dist/types/interface/api/requests/retrospective-member.request.js +0 -2
  969. package/dist/types/interface/api/requests/retrospective-section.request.d.ts +0 -36
  970. package/dist/types/interface/api/requests/retrospective-section.request.js +0 -2
  971. package/dist/types/interface/api/requests/retrospective.public.request.d.ts +0 -71
  972. package/dist/types/interface/api/requests/retrospective.public.request.js +0 -2
  973. package/dist/types/interface/api/requests/retrospective.request.d.ts +0 -39
  974. package/dist/types/interface/api/requests/retrospective.request.js +0 -2
  975. package/dist/types/interface/api/requests/short-link.admin.request.d.ts +0 -29
  976. package/dist/types/interface/api/requests/short-link.admin.request.js +0 -2
  977. package/dist/types/interface/api/requests/short-link.public.request.d.ts +0 -33
  978. package/dist/types/interface/api/requests/short-link.public.request.js +0 -2
  979. package/dist/types/interface/api/requests/short-link.request.d.ts +0 -47
  980. package/dist/types/interface/api/requests/short-link.request.js +0 -2
  981. package/dist/types/interface/api/requests/user-credit-purchase.admin.request.d.ts +0 -42
  982. package/dist/types/interface/api/requests/user-credit-purchase.admin.request.js +0 -2
  983. package/dist/types/interface/api/requests/user-credit-purchase.request.d.ts +0 -9
  984. package/dist/types/interface/api/requests/user-credit-purchase.request.js +0 -2
  985. package/dist/types/interface/api/requests/user-ticket.admin.request.d.ts +0 -60
  986. package/dist/types/interface/api/requests/user-ticket.admin.request.js +0 -2
  987. package/dist/types/interface/api/requests/user-ticket.request.d.ts +0 -49
  988. package/dist/types/interface/api/requests/user-ticket.request.js +0 -2
  989. package/dist/types/interface/api/requests/user-transaction.admin.request.d.ts +0 -30
  990. package/dist/types/interface/api/requests/user-transaction.admin.request.js +0 -2
  991. package/dist/types/interface/api/requests/user-transaction.request.d.ts +0 -8
  992. package/dist/types/interface/api/requests/user-transaction.request.js +0 -2
  993. package/dist/types/interface/api/responses/atlas-document.response.d.ts +0 -18
  994. package/dist/types/interface/api/responses/atlas-document.response.js +0 -2
  995. package/dist/types/interface/api/responses/atlas-group.response.d.ts +0 -18
  996. package/dist/types/interface/api/responses/atlas-group.response.js +0 -2
  997. package/dist/types/interface/api/responses/atlas-page.response.d.ts +0 -43
  998. package/dist/types/interface/api/responses/atlas-page.response.js +0 -2
  999. package/dist/types/interface/api/responses/atlas.public.response.d.ts +0 -17
  1000. package/dist/types/interface/api/responses/atlas.public.response.js +0 -2
  1001. package/dist/types/interface/api/responses/atlas.response.d.ts +0 -18
  1002. package/dist/types/interface/api/responses/atlas.response.js +0 -2
  1003. package/dist/types/interface/api/responses/board-card-checklist.response.d.ts +0 -27
  1004. package/dist/types/interface/api/responses/board-card-checklist.response.js +0 -2
  1005. package/dist/types/interface/api/responses/board-card-comment.response.d.ts +0 -17
  1006. package/dist/types/interface/api/responses/board-card-comment.response.js +0 -2
  1007. package/dist/types/interface/api/responses/board-card-document.response.d.ts +0 -13
  1008. package/dist/types/interface/api/responses/board-card-document.response.js +0 -2
  1009. package/dist/types/interface/api/responses/board-card.response.d.ts +0 -47
  1010. package/dist/types/interface/api/responses/board-card.response.js +0 -2
  1011. package/dist/types/interface/api/responses/board-column.response.d.ts +0 -17
  1012. package/dist/types/interface/api/responses/board-column.response.js +0 -2
  1013. package/dist/types/interface/api/responses/board-label.response.d.ts +0 -30
  1014. package/dist/types/interface/api/responses/board-label.response.js +0 -2
  1015. package/dist/types/interface/api/responses/board.response.d.ts +0 -46
  1016. package/dist/types/interface/api/responses/board.response.js +0 -2
  1017. package/dist/types/interface/api/responses/draw.public.response.d.ts +0 -17
  1018. package/dist/types/interface/api/responses/draw.public.response.js +0 -2
  1019. package/dist/types/interface/api/responses/draw.response.d.ts +0 -18
  1020. package/dist/types/interface/api/responses/draw.response.js +0 -2
  1021. package/dist/types/interface/api/responses/memo.response.d.ts +0 -18
  1022. package/dist/types/interface/api/responses/memo.response.js +0 -2
  1023. package/dist/types/interface/api/responses/report.admin.response.d.ts +0 -17
  1024. package/dist/types/interface/api/responses/report.admin.response.js +0 -2
  1025. package/dist/types/interface/api/responses/report.public.response.d.ts +0 -31
  1026. package/dist/types/interface/api/responses/report.public.response.js +0 -2
  1027. package/dist/types/interface/api/responses/report.response.d.ts +0 -11
  1028. package/dist/types/interface/api/responses/report.response.js +0 -2
  1029. package/dist/types/interface/api/responses/retrospective-card.response.d.ts +0 -18
  1030. package/dist/types/interface/api/responses/retrospective-card.response.js +0 -2
  1031. package/dist/types/interface/api/responses/retrospective-member.response.d.ts +0 -18
  1032. package/dist/types/interface/api/responses/retrospective-member.response.js +0 -2
  1033. package/dist/types/interface/api/responses/retrospective-section.response.d.ts +0 -18
  1034. package/dist/types/interface/api/responses/retrospective-section.response.js +0 -2
  1035. package/dist/types/interface/api/responses/retrospective.public.response.d.ts +0 -36
  1036. package/dist/types/interface/api/responses/retrospective.public.response.js +0 -2
  1037. package/dist/types/interface/api/responses/retrospective.response.d.ts +0 -18
  1038. package/dist/types/interface/api/responses/retrospective.response.js +0 -2
  1039. package/dist/types/interface/api/responses/short-link.admin.response.d.ts +0 -16
  1040. package/dist/types/interface/api/responses/short-link.admin.response.js +0 -2
  1041. package/dist/types/interface/api/responses/short-link.public.response.d.ts +0 -20
  1042. package/dist/types/interface/api/responses/short-link.public.response.js +0 -2
  1043. package/dist/types/interface/api/responses/short-link.response.d.ts +0 -24
  1044. package/dist/types/interface/api/responses/short-link.response.js +0 -2
  1045. package/dist/types/interface/api/responses/user-credit-purchase.admin.response.d.ts +0 -22
  1046. package/dist/types/interface/api/responses/user-credit-purchase.admin.response.js +0 -2
  1047. package/dist/types/interface/api/responses/user-credit-purchase.response.d.ts +0 -8
  1048. package/dist/types/interface/api/responses/user-credit-purchase.response.js +0 -2
  1049. package/dist/types/interface/api/responses/user-ticket.admin.response.d.ts +0 -38
  1050. package/dist/types/interface/api/responses/user-ticket.admin.response.js +0 -2
  1051. package/dist/types/interface/api/responses/user-ticket.response.d.ts +0 -34
  1052. package/dist/types/interface/api/responses/user-ticket.response.js +0 -2
  1053. package/dist/types/interface/api/responses/user-transaction.admin.response.d.ts +0 -13
  1054. package/dist/types/interface/api/responses/user-transaction.admin.response.js +0 -2
  1055. package/dist/types/interface/api/responses/user-transaction.response.d.ts +0 -11
  1056. package/dist/types/interface/api/responses/user-transaction.response.js +0 -2
  1057. package/dist/types/interface/models/atlas-document.model.d.ts +0 -19
  1058. package/dist/types/interface/models/atlas-document.model.js +0 -2
  1059. package/dist/types/interface/models/atlas-group.model.d.ts +0 -18
  1060. package/dist/types/interface/models/atlas-group.model.js +0 -2
  1061. package/dist/types/interface/models/atlas-page-content.model.d.ts +0 -14
  1062. package/dist/types/interface/models/atlas-page-content.model.js +0 -2
  1063. package/dist/types/interface/models/atlas-page.model.d.ts +0 -23
  1064. package/dist/types/interface/models/atlas-page.model.js +0 -2
  1065. package/dist/types/interface/models/atlas.model.d.ts +0 -25
  1066. package/dist/types/interface/models/atlas.model.js +0 -2
  1067. package/dist/types/interface/models/board-activity.model.d.ts +0 -17
  1068. package/dist/types/interface/models/board-activity.model.js +0 -2
  1069. package/dist/types/interface/models/board-card-checklist-row.model.d.ts +0 -11
  1070. package/dist/types/interface/models/board-card-checklist-row.model.js +0 -2
  1071. package/dist/types/interface/models/board-card-checklist.model.d.ts +0 -13
  1072. package/dist/types/interface/models/board-card-checklist.model.js +0 -2
  1073. package/dist/types/interface/models/board-card-comment.model.d.ts +0 -12
  1074. package/dist/types/interface/models/board-card-comment.model.js +0 -2
  1075. package/dist/types/interface/models/board-card-document.model.d.ts +0 -19
  1076. package/dist/types/interface/models/board-card-document.model.js +0 -2
  1077. package/dist/types/interface/models/board-card-label.model.d.ts +0 -11
  1078. package/dist/types/interface/models/board-card-label.model.js +0 -2
  1079. package/dist/types/interface/models/board-card-member.model.d.ts +0 -11
  1080. package/dist/types/interface/models/board-card-member.model.js +0 -2
  1081. package/dist/types/interface/models/board-card.model.d.ts +0 -34
  1082. package/dist/types/interface/models/board-card.model.js +0 -2
  1083. package/dist/types/interface/models/board-column.model.d.ts +0 -14
  1084. package/dist/types/interface/models/board-column.model.js +0 -2
  1085. package/dist/types/interface/models/board-label.model.d.ts +0 -10
  1086. package/dist/types/interface/models/board-label.model.js +0 -2
  1087. package/dist/types/interface/models/board.model.d.ts +0 -24
  1088. package/dist/types/interface/models/board.model.js +0 -2
  1089. package/dist/types/interface/models/draw.model.d.ts +0 -20
  1090. package/dist/types/interface/models/draw.model.js +0 -2
  1091. package/dist/types/interface/models/memo.model.d.ts +0 -14
  1092. package/dist/types/interface/models/memo.model.js +0 -2
  1093. package/dist/types/interface/models/project-authentication-session.model.d.ts +0 -10
  1094. package/dist/types/interface/models/project-authentication-session.model.js +0 -2
  1095. package/dist/types/interface/models/project-authentication.model.d.ts +0 -10
  1096. package/dist/types/interface/models/project-authentication.model.js +0 -2
  1097. package/dist/types/interface/models/retrospective-card.model.d.ts +0 -14
  1098. package/dist/types/interface/models/retrospective-card.model.js +0 -2
  1099. package/dist/types/interface/models/retrospective-member.model.d.ts +0 -12
  1100. package/dist/types/interface/models/retrospective-member.model.js +0 -2
  1101. package/dist/types/interface/models/retrospective-section.model.d.ts +0 -13
  1102. package/dist/types/interface/models/retrospective-section.model.js +0 -2
  1103. package/dist/types/interface/models/retrospective.model.d.ts +0 -24
  1104. package/dist/types/interface/models/retrospective.model.js +0 -2
  1105. package/dist/types/interface/models/short-link-click.model.d.ts +0 -30
  1106. package/dist/types/interface/models/short-link-click.model.js +0 -2
  1107. package/dist/types/interface/models/short-link.model.d.ts +0 -66
  1108. package/dist/types/interface/models/short-link.model.js +0 -2
  1109. package/dist/types/interface/models/subscription.model.d.ts +0 -16
  1110. package/dist/types/interface/models/subscription.model.js +0 -2
  1111. package/dist/types/interface/models/user-credit-purchase.model.d.ts +0 -22
  1112. package/dist/types/interface/models/user-credit-purchase.model.js +0 -2
  1113. package/dist/types/interface/models/user-ticket-message-attachment.model.d.ts +0 -14
  1114. package/dist/types/interface/models/user-ticket-message-attachment.model.js +0 -2
  1115. package/dist/types/interface/models/user-ticket-message.model.d.ts +0 -14
  1116. package/dist/types/interface/models/user-ticket-message.model.js +0 -2
  1117. package/dist/types/interface/models/user-ticket.model.d.ts +0 -15
  1118. package/dist/types/interface/models/user-ticket.model.js +0 -2
  1119. package/dist/types/interface/models/user-transaction.model.d.ts +0 -19
  1120. package/dist/types/interface/models/user-transaction.model.js +0 -2
  1121. package/dist/types/utils/billing.util.d.ts +0 -2
  1122. package/dist/types/utils/billing.util.js +0 -33
  1123. package/dist/utils/board.utils.d.ts +0 -5
  1124. package/dist/utils/board.utils.js +0 -39
  1125. package/dist/utils/icons.utils.d.ts +0 -75
  1126. package/dist/utils/icons.utils.js +0 -86
  1127. package/dist/utils/organization-permission.utils.d.ts +0 -3
  1128. package/dist/utils/organization-permission.utils.js +0 -36
  1129. package/dist/utils/shape.utils.d.ts +0 -26
  1130. package/dist/utils/shape.utils.js +0 -181
  1131. package/dist/utils/subscription.utils.d.ts +0 -6
  1132. package/dist/utils/subscription.utils.js +0 -41
  1133. package/dist/workflow/expression/expression-functions.utils.d.ts +0 -6
  1134. package/dist/workflow/expression/expression-functions.utils.js +0 -61
  1135. package/dist/workflow/expression/expression-mapper.d.ts +0 -11
  1136. package/dist/workflow/expression/expression-mapper.js +0 -32
  1137. package/dist/workflow/expression/expression-mapping.utils.d.ts +0 -4
  1138. package/dist/workflow/expression/expression-mapping.utils.js +0 -43
  1139. package/dist/workflow/expression/expression-resolver.utils.d.ts +0 -3
  1140. package/dist/workflow/expression/expression-resolver.utils.js +0 -54
  1141. package/dist/workflow/expression/expression-tokenizer.utils.d.ts +0 -4
  1142. package/dist/workflow/expression/expression-tokenizer.utils.js +0 -123
  1143. package/dist/workflow/expression/expression.types.d.ts +0 -33
  1144. package/dist/workflow/expression/expression.types.js +0 -17
  1145. package/dist/workflow/expression/index.d.ts +0 -10
  1146. package/dist/workflow/expression/index.js +0 -40
  1147. package/dist/workflow/expression/workflow-resolver.d.ts +0 -9
  1148. package/dist/workflow/expression/workflow-resolver.js +0 -102
  1149. package/dist/workflow/expressions/functions/array.d.ts +0 -2
  1150. package/dist/workflow/expressions/functions/array.js +0 -252
  1151. package/dist/workflow/expressions/functions/crypto.d.ts +0 -2
  1152. package/dist/workflow/expressions/functions/crypto.js +0 -101
  1153. package/dist/workflow/expressions/functions/datetime.d.ts +0 -2
  1154. package/dist/workflow/expressions/functions/datetime.js +0 -256
  1155. package/dist/workflow/expressions/functions/index.d.ts +0 -7
  1156. package/dist/workflow/expressions/functions/index.js +0 -46
  1157. package/dist/workflow/expressions/functions/math.d.ts +0 -2
  1158. package/dist/workflow/expressions/functions/math.js +0 -174
  1159. package/dist/workflow/expressions/functions/string.d.ts +0 -2
  1160. package/dist/workflow/expressions/functions/string.js +0 -301
  1161. package/dist/workflow/expressions/functions/utility.d.ts +0 -2
  1162. package/dist/workflow/expressions/functions/utility.js +0 -230
  1163. package/dist/workflow/expressions/helpers.d.ts +0 -26
  1164. package/dist/workflow/expressions/helpers.js +0 -132
  1165. package/dist/workflow/expressions/index.d.ts +0 -15
  1166. package/dist/workflow/expressions/index.js +0 -61
  1167. package/dist/workflow/expressions/parser.d.ts +0 -8
  1168. package/dist/workflow/expressions/parser.js +0 -436
  1169. package/dist/workflow/expressions/pipes/array-pipes.d.ts +0 -2
  1170. package/dist/workflow/expressions/pipes/array-pipes.js +0 -248
  1171. package/dist/workflow/expressions/pipes/index.d.ts +0 -8
  1172. package/dist/workflow/expressions/pipes/index.js +0 -40
  1173. package/dist/workflow/expressions/pipes/object-pipes.d.ts +0 -2
  1174. package/dist/workflow/expressions/pipes/object-pipes.js +0 -243
  1175. package/dist/workflow/expressions/pipes/string-pipes.d.ts +0 -9
  1176. package/dist/workflow/expressions/pipes/string-pipes.js +0 -178
  1177. package/dist/workflow/expressions/resolver.d.ts +0 -8
  1178. package/dist/workflow/expressions/resolver.js +0 -263
  1179. package/dist/workflow/expressions/types.d.ts +0 -144
  1180. package/dist/workflow/expressions/types.js +0 -33
  1181. package/dist/workflow/index.d.ts +0 -1
  1182. package/dist/workflow/index.js +0 -17
package/tsconfig.json CHANGED
@@ -1,105 +1,35 @@
1
- {
2
- "compilerOptions": {
3
- /* Visit https://aka.ms/tsconfig.json to read more about this file */
4
-
5
- /* Projects */
6
- "incremental": false /* Enable incremental compilation */,
7
- // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
8
- // "tsBuildInfoFile": "./", /* Specify the folder for .tsbuildinfo incremental compilation files. */
9
- // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects */
10
- // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
11
- // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
12
-
13
- /* Language and Environment */
14
- "target": "es2019" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
15
- "lib": [
16
- "dom",
17
- "ES2019"
18
- ] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
19
- // "jsx": "preserve", /* Specify what JSX code is generated. */
20
- "experimentalDecorators": true /* Enable experimental support for TC39 stage 2 draft decorators. */,
21
- "emitDecoratorMetadata": true /* Emit design-type metadata for decorated declarations in source files. */,
22
- // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h' */
23
- // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
24
- // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.` */
25
- // "reactNamespace": "", /* Specify the object invoked for `createElement`. This only applies when targeting `react` JSX emit. */
26
- // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
27
- // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
28
-
29
- /* Modules */
30
- "module": "commonjs" /* Specify what module code is generated. */,
31
- "rootDir": "./src" /* Specify the root folder within your source files. */,
32
- "moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,
33
- // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
34
- // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
35
- // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
36
- // "typeRoots": [], /* Specify multiple folders that act like `./node_modules/@types`. */
37
- // "types": [], /* Specify type package names to be included without being referenced in a source file. */
38
- // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
39
- "resolveJsonModule": true /* Enable importing .json files */,
40
- // "noResolve": true, /* Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */
41
-
42
- /* JavaScript Support */
43
- "allowJs": true /* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */,
44
- // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
45
- // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */
46
-
47
- /* Emit */
48
- "declaration": true /* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
49
- // "declarationMap": true, /* Create sourcemaps for d.ts files. */
50
- // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
51
- // "sourceMap": true /* Create source map files for emitted JavaScript files. */,
52
- // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
53
- "outDir": "./dist" /* Specify an output folder for all emitted files. */,
54
- "removeComments": true /* Disable emitting comments. */,
55
- // "noEmit": true, /* Disable emitting files from a compilation. */
56
- // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
57
- // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
58
- // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
59
- // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
60
- // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
61
- // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
62
- // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
63
- // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
64
- // "newLine": "crlf", /* Set the newline character for emitting files. */
65
- // "stripInternal": true, /* Disable emitting declarations that have `@internal` in their JSDoc comments. */
66
- // "noEmitHelpers": true, /* Disable generating custom helper functions like `__extends` in compiled output. */
67
- // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
68
- // "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
69
- // "declarationDir": "./", /* Specify the output directory for generated declaration files. */
70
- // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
71
-
72
- /* Interop Constraints */
73
- // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
74
- "allowSyntheticDefaultImports": true /* Allow 'import x from y' when a module doesn't have a default export. */,
75
- "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */,
76
- // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
77
- "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
78
-
79
- /* Type Checking */
80
- "strict": true /* Enable all strict type-checking options. */,
81
- // "noImplicitAny": true /* Enable error reporting for expressions and declarations with an implied `any` type.. */,
82
- // "strictNullChecks": true, /* When type checking, take into account `null` and `undefined`. */
83
- // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
84
- // "strictBindCallApply": true, /* Check that the arguments for `bind`, `call`, and `apply` methods match the original function. */
85
- "strictPropertyInitialization": false, /* Check for class properties that are declared but not set in the constructor. */
86
- // "noImplicitThis": true, /* Enable error reporting when `this` is given the type `any`. */
87
- // "useUnknownInCatchVariables": true, /* Type catch clause variables as 'unknown' instead of 'any'. */
88
- // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
89
- // "noUnusedLocals": true, /* Enable error reporting when a local variables aren't read. */
90
- // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read */
91
- // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
92
- // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
93
- // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
94
- // "noUncheckedIndexedAccess": true, /* Include 'undefined' in index signature results */
95
- // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
96
- // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type */
97
- // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
98
- // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
99
-
100
- /* Completeness */
101
- // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
102
- "skipLibCheck": true /* Skip type checking all .d.ts files. */
103
- },
104
- "exclude": ["./dist/**/*"]
105
- }
1
+ {
2
+ "compilerOptions": {
3
+ "incremental": false,
4
+ "target": "es2021",
5
+ "lib": [
6
+ "dom",
7
+ "es2021"
8
+ ],
9
+ "experimentalDecorators": true,
10
+ "emitDecoratorMetadata": true,
11
+ "module": "commonjs",
12
+ "rootDir": "src",
13
+ "moduleResolution": "node",
14
+ "resolveJsonModule": true,
15
+ "allowJs": true,
16
+ "declaration": true,
17
+ "sourceMap": true,
18
+ "outDir": "./dist",
19
+ "removeComments": true,
20
+ "allowSyntheticDefaultImports": true,
21
+ "esModuleInterop": true,
22
+ "forceConsistentCasingInFileNames": true,
23
+ "strict": true,
24
+ "strictNullChecks": true,
25
+ "strictFunctionTypes": true,
26
+ "strictPropertyInitialization": false,
27
+ "skipLibCheck": true
28
+ },
29
+ "include": [
30
+ "./src"
31
+ ],
32
+ "exclude": [
33
+ "./dist/**/*"
34
+ ]
35
+ }
@@ -1,6 +0,0 @@
1
- import { IDeleteAtlasDocumentParams, IDeleteAtlasDocumentResponse, IGetAtlasDocumentParams, IGetAtlasDocumentResponse, IGetUploadPreSignedUrlAtlasDocumentBody, IGetUploadPreSignedUrlAtlasDocumentParams, IGetUploadPreSignedUrlAtlasDocumentResponse, IPaginateAtlasDocumentParams, IPaginateAtlasDocumentQuery, IPaginateAtlasDocumentResponse, IListAtlasDocumentParams, IListAtlasDocumentResponse } from '../types';
2
- export declare const getAtlasDocument: (params: IGetAtlasDocumentParams) => Promise<IGetAtlasDocumentResponse>;
3
- export declare const deleteAtlasDocument: (params: IDeleteAtlasDocumentParams) => Promise<IDeleteAtlasDocumentResponse>;
4
- export declare const getUploadPreSignedUrlAtlasDocument: (params: IGetUploadPreSignedUrlAtlasDocumentParams, body: IGetUploadPreSignedUrlAtlasDocumentBody) => Promise<IGetUploadPreSignedUrlAtlasDocumentResponse>;
5
- export declare const paginateAtlasDocument: (params: IPaginateAtlasDocumentParams, query?: IPaginateAtlasDocumentQuery) => Promise<IPaginateAtlasDocumentResponse>;
6
- export declare const listAtlasDocument: (params: IListAtlasDocumentParams) => Promise<IListAtlasDocumentResponse>;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.listAtlasDocument = exports.paginateAtlasDocument = exports.getUploadPreSignedUrlAtlasDocument = exports.deleteAtlasDocument = exports.getAtlasDocument = void 0;
4
- const __1 = require("..");
5
- const getAtlasDocument = async (params) => {
6
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}/document/${params.atlasDocumentId}`)).data;
7
- };
8
- exports.getAtlasDocument = getAtlasDocument;
9
- const deleteAtlasDocument = async (params) => {
10
- return (await __1.AbyssCore.axios.delete(`atlas/${params.atlasId}/document/${params.atlasDocumentId}`)).data;
11
- };
12
- exports.deleteAtlasDocument = deleteAtlasDocument;
13
- const getUploadPreSignedUrlAtlasDocument = async (params, body) => {
14
- return (await __1.AbyssCore.axios.post(`atlas/${params.atlasId}/document/${params.atlasPageId}`, body)).data;
15
- };
16
- exports.getUploadPreSignedUrlAtlasDocument = getUploadPreSignedUrlAtlasDocument;
17
- const paginateAtlasDocument = async (params, query) => {
18
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}/document`, {
19
- params: query,
20
- })).data;
21
- };
22
- exports.paginateAtlasDocument = paginateAtlasDocument;
23
- const listAtlasDocument = async (params) => {
24
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}/document/page/${params.atlasPageId}`)).data;
25
- };
26
- exports.listAtlasDocument = listAtlasDocument;
@@ -1,6 +0,0 @@
1
- import { ICreateAtlasGroupBody, ICreateAtlasGroupParams, ICreateAtlasGroupResponse, IDeleteAtlasGroupParams, IDeleteAtlasGroupResponse, IGetAtlasGroupParams, IGetAtlasGroupResponse, IPaginateAtlasGroupParams, IPaginateAtlasGroupQuery, IPaginateAtlasGroupResponse, IUpdateAtlasGroupBody, IUpdateAtlasGroupParams, IUpdateAtlasGroupResponse } from '../types';
2
- export declare const paginateAtlasGroup: (params: IPaginateAtlasGroupParams, query: IPaginateAtlasGroupQuery) => Promise<IPaginateAtlasGroupResponse>;
3
- export declare const getAtlasGroup: (params: IGetAtlasGroupParams) => Promise<IGetAtlasGroupResponse>;
4
- export declare const deleteAtlasGroup: (params: IDeleteAtlasGroupParams) => Promise<IDeleteAtlasGroupResponse>;
5
- export declare const updateAtlasGroup: (params: IUpdateAtlasGroupParams, body: IUpdateAtlasGroupBody) => Promise<IUpdateAtlasGroupResponse>;
6
- export declare const createAtlasGroup: (params: ICreateAtlasGroupParams, body: ICreateAtlasGroupBody) => Promise<ICreateAtlasGroupResponse>;
@@ -1,24 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createAtlasGroup = exports.updateAtlasGroup = exports.deleteAtlasGroup = exports.getAtlasGroup = exports.paginateAtlasGroup = void 0;
4
- const __1 = require("..");
5
- const paginateAtlasGroup = async (params, query) => {
6
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}/group/paginate`, { params: query })).data;
7
- };
8
- exports.paginateAtlasGroup = paginateAtlasGroup;
9
- const getAtlasGroup = async (params) => {
10
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}/group/${params.atlasGroupId}`)).data;
11
- };
12
- exports.getAtlasGroup = getAtlasGroup;
13
- const deleteAtlasGroup = async (params) => {
14
- return (await __1.AbyssCore.axios.delete(`atlas/${params.atlasId}/group/${params.atlasGroupId}`)).data;
15
- };
16
- exports.deleteAtlasGroup = deleteAtlasGroup;
17
- const updateAtlasGroup = async (params, body) => {
18
- return (await __1.AbyssCore.axios.put(`atlas/${params.atlasId}/group/${params.atlasGroupId}`, body)).data;
19
- };
20
- exports.updateAtlasGroup = updateAtlasGroup;
21
- const createAtlasGroup = async (params, body) => {
22
- return (await __1.AbyssCore.axios.post(`atlas/${params.atlasId}/group`, body)).data;
23
- };
24
- exports.createAtlasGroup = createAtlasGroup;
File without changes
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,10 +0,0 @@
1
- import { ICreateAtlasPageBody, ICreateAtlasPageParams, ICreateAtlasPageResponse, IDeleteAtlasPageParams, IDeleteAtlasPageResponse, IGetAtlasPageParams, IGetAtlasPageResponse, IPaginateAtlasPageParams, IPaginateAtlasPageQuery, IPaginateAtlasPageResponse, IUpdateAtlasPageBody, IUpdateAtlasPageParams, IUpdateAtlasPageResponse, IUpdateAtlasPageContentParams, IUpdateAtlasPageContentBody, IUpdateAtlasPageContentResponse, ISearchAtlasContentParams, ISearchAtlasContentQuery, ISearchAtlasContentResponse, IGetAtlasPageContentHistoryParams, IGetAtlasPageContentHistoryQuery, IGetAtlasPageContentHistoryResponse, IRestoreAtlasPageContentParams, IRestoreAtlasPageContentResponse } from '../types';
2
- export declare const paginateAtlasPage: (params: IPaginateAtlasPageParams, query: IPaginateAtlasPageQuery) => Promise<IPaginateAtlasPageResponse>;
3
- export declare const getAtlasPage: (params: IGetAtlasPageParams) => Promise<IGetAtlasPageResponse>;
4
- export declare const deleteAtlasPage: (params: IDeleteAtlasPageParams) => Promise<IDeleteAtlasPageResponse>;
5
- export declare const updateAtlasPage: (params: IUpdateAtlasPageParams, body: IUpdateAtlasPageBody) => Promise<IUpdateAtlasPageResponse>;
6
- export declare const createAtlasPage: (params: ICreateAtlasPageParams, body: ICreateAtlasPageBody) => Promise<ICreateAtlasPageResponse>;
7
- export declare const updateAtlasPageContent: (params: IUpdateAtlasPageContentParams, body: IUpdateAtlasPageContentBody) => Promise<IUpdateAtlasPageContentResponse>;
8
- export declare const searchAtlasContent: (params: ISearchAtlasContentParams, query: ISearchAtlasContentQuery) => Promise<ISearchAtlasContentResponse>;
9
- export declare const getAtlasPageContentHistory: (params: IGetAtlasPageContentHistoryParams, query: IGetAtlasPageContentHistoryQuery) => Promise<IGetAtlasPageContentHistoryResponse>;
10
- export declare const restoreAtlasPageContent: (params: IRestoreAtlasPageContentParams) => Promise<IRestoreAtlasPageContentResponse>;
@@ -1,46 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.restoreAtlasPageContent = exports.getAtlasPageContentHistory = exports.searchAtlasContent = exports.updateAtlasPageContent = exports.createAtlasPage = exports.updateAtlasPage = exports.deleteAtlasPage = exports.getAtlasPage = exports.paginateAtlasPage = void 0;
4
- const __1 = require("..");
5
- const paginateAtlasPage = async (params, query) => {
6
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}/page/paginate`, {
7
- params: query,
8
- })).data;
9
- };
10
- exports.paginateAtlasPage = paginateAtlasPage;
11
- const getAtlasPage = async (params) => {
12
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}/page/${params.atlasPageId}`)).data;
13
- };
14
- exports.getAtlasPage = getAtlasPage;
15
- const deleteAtlasPage = async (params) => {
16
- return (await __1.AbyssCore.axios.delete(`atlas/${params.atlasId}/page/${params.atlasPageId}`)).data;
17
- };
18
- exports.deleteAtlasPage = deleteAtlasPage;
19
- const updateAtlasPage = async (params, body) => {
20
- return (await __1.AbyssCore.axios.put(`atlas/${params.atlasId}/page/${params.atlasPageId}`, body)).data;
21
- };
22
- exports.updateAtlasPage = updateAtlasPage;
23
- const createAtlasPage = async (params, body) => {
24
- return (await __1.AbyssCore.axios.post(`atlas/${params.atlasId}/page`, body)).data;
25
- };
26
- exports.createAtlasPage = createAtlasPage;
27
- const updateAtlasPageContent = async (params, body) => {
28
- return (await __1.AbyssCore.axios.put(`atlas/${params.atlasId}/page/${params.atlasPageId}/content`, body)).data;
29
- };
30
- exports.updateAtlasPageContent = updateAtlasPageContent;
31
- const searchAtlasContent = async (params, query) => {
32
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}/page/search`, {
33
- params: query,
34
- })).data;
35
- };
36
- exports.searchAtlasContent = searchAtlasContent;
37
- const getAtlasPageContentHistory = async (params, query) => {
38
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}/page/${params.atlasPageId}/content/history`, {
39
- params: query,
40
- })).data;
41
- };
42
- exports.getAtlasPageContentHistory = getAtlasPageContentHistory;
43
- const restoreAtlasPageContent = async (params) => {
44
- return (await __1.AbyssCore.axios.put(`atlas/${params.atlasId}/page/${params.atlasPageId}/content/restore/${params.version}`)).data;
45
- };
46
- exports.restoreAtlasPageContent = restoreAtlasPageContent;
@@ -1,8 +0,0 @@
1
- import { ICreateAtlasBody, ICreateAtlasResponse, ICreateForProjectAtlasParams, IDeleteAtlasParams, IDeleteAtlasResponse, IGetAtlasParams, IGetAtlasResponse, IPaginateAtlasQuery, IPaginateAtlasResponse, IPaginateProjectAtlasParams, IUpdateAtlasBody, IUpdateAtlasParams, IUpdateAtlasResponse } from '../types';
2
- export declare const paginateAtlas: (query: IPaginateAtlasQuery) => Promise<IPaginateAtlasResponse>;
3
- export declare const paginateProjectAtlas: (params: IPaginateProjectAtlasParams, query: IPaginateAtlasQuery) => Promise<IPaginateAtlasResponse>;
4
- export declare const getAtlas: (params: IGetAtlasParams) => Promise<IGetAtlasResponse>;
5
- export declare const deleteAtlas: (params: IDeleteAtlasParams) => Promise<IDeleteAtlasResponse>;
6
- export declare const updateAtlas: (params: IUpdateAtlasParams, body: IUpdateAtlasBody) => Promise<IUpdateAtlasResponse>;
7
- export declare const createAtlas: (body: ICreateAtlasBody) => Promise<ICreateAtlasResponse>;
8
- export declare const createForProjectAtlas: (params: ICreateForProjectAtlasParams, body: ICreateAtlasBody) => Promise<ICreateAtlasResponse>;
@@ -1,35 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createForProjectAtlas = exports.createAtlas = exports.updateAtlas = exports.deleteAtlas = exports.getAtlas = exports.paginateProjectAtlas = exports.paginateAtlas = void 0;
4
- const __1 = require("..");
5
- const paginateAtlas = async (query) => {
6
- return (await __1.AbyssCore.axios.get(`atlas/paginate`, { params: query }))
7
- .data;
8
- };
9
- exports.paginateAtlas = paginateAtlas;
10
- const paginateProjectAtlas = async (params, query) => {
11
- return (await __1.AbyssCore.axios.get(`project/${params.projectId}/atlas/paginate`, {
12
- params: query,
13
- })).data;
14
- };
15
- exports.paginateProjectAtlas = paginateProjectAtlas;
16
- const getAtlas = async (params) => {
17
- return (await __1.AbyssCore.axios.get(`atlas/${params.atlasId}`)).data;
18
- };
19
- exports.getAtlas = getAtlas;
20
- const deleteAtlas = async (params) => {
21
- return (await __1.AbyssCore.axios.delete(`atlas/${params.atlasId}`)).data;
22
- };
23
- exports.deleteAtlas = deleteAtlas;
24
- const updateAtlas = async (params, body) => {
25
- return (await __1.AbyssCore.axios.put(`atlas/${params.atlasId}`, body)).data;
26
- };
27
- exports.updateAtlas = updateAtlas;
28
- const createAtlas = async (body) => {
29
- return (await __1.AbyssCore.axios.post(`atlas`, body)).data;
30
- };
31
- exports.createAtlas = createAtlas;
32
- const createForProjectAtlas = async (params, body) => {
33
- return (await __1.AbyssCore.axios.post(`atlas/project/${params.projectId}`, body)).data;
34
- };
35
- exports.createForProjectAtlas = createForProjectAtlas;
@@ -1,4 +0,0 @@
1
- import { IGetAtlasPublicParams, IGetAtlasPublicResponse, IGetPageAtlasPublicParams, IGetPageAtlasPublicResponse, ISearchContentAtlasPublicParams, ISearchContentAtlasPublicQuery, ISearchContentAtlasPublicResponse } from '../types';
2
- export declare const getAtlasPublic: (params: IGetAtlasPublicParams) => Promise<IGetAtlasPublicResponse>;
3
- export declare const getPageAtlasPublic: (params: IGetPageAtlasPublicParams) => Promise<IGetPageAtlasPublicResponse>;
4
- export declare const searchContentAtlasPublic: (params: ISearchContentAtlasPublicParams, query: ISearchContentAtlasPublicQuery) => Promise<ISearchContentAtlasPublicResponse>;
@@ -1,18 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.searchContentAtlasPublic = exports.getPageAtlasPublic = exports.getAtlasPublic = void 0;
4
- const __1 = require("..");
5
- const getAtlasPublic = async (params) => {
6
- return (await __1.AbyssCore.axios.get(`atlas/public/${params.publicAccessToken}`)).data;
7
- };
8
- exports.getAtlasPublic = getAtlasPublic;
9
- const getPageAtlasPublic = async (params) => {
10
- return (await __1.AbyssCore.axios.get(`atlas/public/${params.publicAccessToken}/page/${params.atlasPageId}`)).data;
11
- };
12
- exports.getPageAtlasPublic = getPageAtlasPublic;
13
- const searchContentAtlasPublic = async (params, query) => {
14
- return (await __1.AbyssCore.axios.get(`atlas/public/${params.publicAccessToken}/search`, {
15
- params: query,
16
- })).data;
17
- };
18
- exports.searchContentAtlasPublic = searchContentAtlasPublic;
@@ -1,8 +0,0 @@
1
- import { IAddRowBoardCardChecklistBody, IAddRowBoardCardChecklistParams, IAddRowBoardCardChecklistResponse, ICreateBoardCardChecklistBody, ICreateBoardCardChecklistParams, ICreateBoardCardChecklistResponse, IDeleteBoardCardChecklistParams, IDeleteBoardCardChecklistResponse, IGetBoardCardChecklistParams, IGetBoardCardChecklistResponse, IRemoveRowBoardCardChecklistParams, IRemoveRowBoardCardChecklistResponse, IUpdateBoardCardChecklistBody, IUpdateBoardCardChecklistParams, IUpdateBoardCardChecklistResponse, IUpdateRowBoardCardChecklistBody, IUpdateRowBoardCardChecklistParams, IUpdateRowBoardCardChecklistResponse } from '../types';
2
- export declare const getBoardCardChecklist: (params: IGetBoardCardChecklistParams) => Promise<IGetBoardCardChecklistResponse>;
3
- export declare const deleteBoardCardChecklist: (params: IDeleteBoardCardChecklistParams) => Promise<IDeleteBoardCardChecklistResponse>;
4
- export declare const updateBoardCardChecklist: (params: IUpdateBoardCardChecklistParams, body: IUpdateBoardCardChecklistBody) => Promise<IUpdateBoardCardChecklistResponse>;
5
- export declare const createBoardCardChecklist: (params: ICreateBoardCardChecklistParams, body: ICreateBoardCardChecklistBody) => Promise<ICreateBoardCardChecklistResponse>;
6
- export declare const addRowBoardCardChecklist: (params: IAddRowBoardCardChecklistParams, body: IAddRowBoardCardChecklistBody) => Promise<IAddRowBoardCardChecklistResponse>;
7
- export declare const removeRowBoardCardChecklist: (params: IRemoveRowBoardCardChecklistParams) => Promise<IRemoveRowBoardCardChecklistResponse>;
8
- export declare const updateRowBoardCardChecklist: (params: IUpdateRowBoardCardChecklistParams, body: IUpdateRowBoardCardChecklistBody) => Promise<IUpdateRowBoardCardChecklistResponse>;
@@ -1,32 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.updateRowBoardCardChecklist = exports.removeRowBoardCardChecklist = exports.addRowBoardCardChecklist = exports.createBoardCardChecklist = exports.updateBoardCardChecklist = exports.deleteBoardCardChecklist = exports.getBoardCardChecklist = void 0;
4
- const __1 = require("..");
5
- const getBoardCardChecklist = async (params) => {
6
- return (await __1.AbyssCore.axios.get(`board/${params.boardId}/card/${params.boardCardId}/checklist/${params.boardCardChecklistId}`)).data;
7
- };
8
- exports.getBoardCardChecklist = getBoardCardChecklist;
9
- const deleteBoardCardChecklist = async (params) => {
10
- return (await __1.AbyssCore.axios.delete(`board/${params.boardId}/card/${params.boardCardId}/checklist/${params.boardCardChecklistId}`)).data;
11
- };
12
- exports.deleteBoardCardChecklist = deleteBoardCardChecklist;
13
- const updateBoardCardChecklist = async (params, body) => {
14
- return (await __1.AbyssCore.axios.put(`board/${params.boardId}/card/${params.boardCardId}/checklist/${params.boardCardChecklistId}`, body)).data;
15
- };
16
- exports.updateBoardCardChecklist = updateBoardCardChecklist;
17
- const createBoardCardChecklist = async (params, body) => {
18
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/card/${params.boardCardId}/checklist`, body)).data;
19
- };
20
- exports.createBoardCardChecklist = createBoardCardChecklist;
21
- const addRowBoardCardChecklist = async (params, body) => {
22
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/card/${params.boardCardId}/checklist/${params.boardCardChecklistId}/row`, body)).data;
23
- };
24
- exports.addRowBoardCardChecklist = addRowBoardCardChecklist;
25
- const removeRowBoardCardChecklist = async (params) => {
26
- return (await __1.AbyssCore.axios.delete(`board/${params.boardId}/card/${params.boardCardId}/checklist/${params.boardCardChecklistId}/row/${params.boardCardChecklistRowId}`)).data;
27
- };
28
- exports.removeRowBoardCardChecklist = removeRowBoardCardChecklist;
29
- const updateRowBoardCardChecklist = async (params, body) => {
30
- return (await __1.AbyssCore.axios.put(`board/${params.boardId}/card/${params.boardCardId}/checklist/${params.boardCardChecklistId}/row/${params.boardCardChecklistRowId}`, body)).data;
31
- };
32
- exports.updateRowBoardCardChecklist = updateRowBoardCardChecklist;
@@ -1,5 +0,0 @@
1
- import { ICreateBoardCardCommentBody, ICreateBoardCardCommentParams, ICreateBoardCardCommentResponse, IDeleteBoardCardCommentParams, IDeleteBoardCardCommentResponse, IGetBoardCardCommentParams, IGetBoardCardCommentResponse, IUpdateBoardCardCommentBody, IUpdateBoardCardCommentParams, IUpdateBoardCardCommentResponse } from '../types';
2
- export declare const getBoardCardComment: (params: IGetBoardCardCommentParams) => Promise<IGetBoardCardCommentResponse>;
3
- export declare const deleteBoardCardComment: (params: IDeleteBoardCardCommentParams) => Promise<IDeleteBoardCardCommentResponse>;
4
- export declare const updateBoardCardComment: (params: IUpdateBoardCardCommentParams, body: IUpdateBoardCardCommentBody) => Promise<IUpdateBoardCardCommentResponse>;
5
- export declare const createBoardCardComment: (params: ICreateBoardCardCommentParams, body: ICreateBoardCardCommentBody) => Promise<ICreateBoardCardCommentResponse>;
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createBoardCardComment = exports.updateBoardCardComment = exports.deleteBoardCardComment = exports.getBoardCardComment = void 0;
4
- const __1 = require("..");
5
- const getBoardCardComment = async (params) => {
6
- return (await __1.AbyssCore.axios.get(`board/${params.boardId}/card/${params.boardCardId}/comment/${params.boardCardCommentId}`)).data;
7
- };
8
- exports.getBoardCardComment = getBoardCardComment;
9
- const deleteBoardCardComment = async (params) => {
10
- return (await __1.AbyssCore.axios.delete(`board/${params.boardId}/card/${params.boardCardId}/comment/${params.boardCardCommentId}`)).data;
11
- };
12
- exports.deleteBoardCardComment = deleteBoardCardComment;
13
- const updateBoardCardComment = async (params, body) => {
14
- return (await __1.AbyssCore.axios.put(`board/${params.boardId}/card/${params.boardCardId}/comment/${params.boardCardCommentId}`, body)).data;
15
- };
16
- exports.updateBoardCardComment = updateBoardCardComment;
17
- const createBoardCardComment = async (params, body) => {
18
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/card/${params.boardCardId}/comment`, body)).data;
19
- };
20
- exports.createBoardCardComment = createBoardCardComment;
@@ -1,4 +0,0 @@
1
- import { IDeleteBoardCardDocumentParams, IDeleteBoardCardDocumentResponse, IGetBoardCardDocumentParams, IGetBoardCardDocumentResponse, IGetUploadPreSignedUrlBoardCardDocumentBody, IGetUploadPreSignedUrlBoardCardDocumentParams, IGetUploadPreSignedUrlBoardCardDocumentResponse } from '../types';
2
- export declare const getBoardCardDocument: (params: IGetBoardCardDocumentParams) => Promise<IGetBoardCardDocumentResponse>;
3
- export declare const deleteBoardCardDocument: (params: IDeleteBoardCardDocumentParams) => Promise<IDeleteBoardCardDocumentResponse>;
4
- export declare const getUploadPreSignedUrlBoardCardDocument: (params: IGetUploadPreSignedUrlBoardCardDocumentParams, body: IGetUploadPreSignedUrlBoardCardDocumentBody) => Promise<IGetUploadPreSignedUrlBoardCardDocumentResponse>;
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getUploadPreSignedUrlBoardCardDocument = exports.deleteBoardCardDocument = exports.getBoardCardDocument = void 0;
4
- const __1 = require("..");
5
- const getBoardCardDocument = async (params) => {
6
- return (await __1.AbyssCore.axios.get(`board/${params.boardId}/card/${params.boardCardId}/document/${params.boardCardDocumentId}`)).data;
7
- };
8
- exports.getBoardCardDocument = getBoardCardDocument;
9
- const deleteBoardCardDocument = async (params) => {
10
- return (await __1.AbyssCore.axios.delete(`board/${params.boardId}/card/${params.boardCardId}/document/${params.boardCardDocumentId}`)).data;
11
- };
12
- exports.deleteBoardCardDocument = deleteBoardCardDocument;
13
- const getUploadPreSignedUrlBoardCardDocument = async (params, body) => {
14
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/card/${params.boardCardId}/document`, body)).data;
15
- };
16
- exports.getUploadPreSignedUrlBoardCardDocument = getUploadPreSignedUrlBoardCardDocument;
@@ -1,11 +0,0 @@
1
- import { IAddMemberBoardCardParams, IAddMemberBoardCardResponse, ICreateBoardCardBody, ICreateBoardCardParams, ICreateBoardCardResponse, IDeleteBoardCardParams, IDeleteBoardCardResponse, IGetAllBoardCardParams, IGetAllBoardCardQuery, IGetAllBoardCardResponse, IGetBoardCardParams, IGetBoardCardResponse, IMoveToBoardBoardCardBody, IMoveToBoardBoardCardParams, IMoveToBoardBoardCardResponse, IRemoveMemberBoardCardParams, IRemoveMemberBoardCardResponse, IRestoreBoardCardBody, IRestoreBoardCardParams, IRestoreBoardCardResponse, IUpdateBoardCardBody, IUpdateBoardCardParams, IUpdateBoardCardResponse, ISearchBoardCardParams, ISearchBoardCardQuery, ISearchBoardCardResponse } from '../types';
2
- export declare const getBoardCard: (params: IGetBoardCardParams) => Promise<IGetBoardCardResponse>;
3
- export declare const getAllBoardCard: (params: IGetAllBoardCardParams, query: IGetAllBoardCardQuery) => Promise<IGetAllBoardCardResponse>;
4
- export declare const deleteBoardCard: (params: IDeleteBoardCardParams) => Promise<IDeleteBoardCardResponse>;
5
- export declare const updateBoardCard: (params: IUpdateBoardCardParams, body: IUpdateBoardCardBody) => Promise<IUpdateBoardCardResponse>;
6
- export declare const restoreBoardCard: (params: IRestoreBoardCardParams, body: IRestoreBoardCardBody) => Promise<IRestoreBoardCardResponse>;
7
- export declare const createBoardCard: (params: ICreateBoardCardParams, body: ICreateBoardCardBody) => Promise<ICreateBoardCardResponse>;
8
- export declare const addMemberBoardCard: (params: IAddMemberBoardCardParams) => Promise<IAddMemberBoardCardResponse>;
9
- export declare const removeMemberBoardCard: (params: IRemoveMemberBoardCardParams) => Promise<IRemoveMemberBoardCardResponse>;
10
- export declare const moveToBoardBoardCard: (params: IMoveToBoardBoardCardParams, body: IMoveToBoardBoardCardBody) => Promise<IMoveToBoardBoardCardResponse>;
11
- export declare const searchBoardCard: (params: ISearchBoardCardParams, query: ISearchBoardCardQuery) => Promise<ISearchBoardCardResponse>;
@@ -1,48 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.searchBoardCard = exports.moveToBoardBoardCard = exports.removeMemberBoardCard = exports.addMemberBoardCard = exports.createBoardCard = exports.restoreBoardCard = exports.updateBoardCard = exports.deleteBoardCard = exports.getAllBoardCard = exports.getBoardCard = void 0;
4
- const __1 = require("..");
5
- const getBoardCard = async (params) => {
6
- return (await __1.AbyssCore.axios.get(`board/${params.boardId}/card/${params.boardCardId}`)).data;
7
- };
8
- exports.getBoardCard = getBoardCard;
9
- const getAllBoardCard = async (params, query) => {
10
- return (await __1.AbyssCore.axios.get(`board/${params.boardId}/card`, {
11
- params: query,
12
- })).data;
13
- };
14
- exports.getAllBoardCard = getAllBoardCard;
15
- const deleteBoardCard = async (params) => {
16
- return (await __1.AbyssCore.axios.delete(`board/${params.boardId}/card/${params.boardCardId}`)).data;
17
- };
18
- exports.deleteBoardCard = deleteBoardCard;
19
- const updateBoardCard = async (params, body) => {
20
- return (await __1.AbyssCore.axios.put(`board/${params.boardId}/card/${params.boardCardId}`, body)).data;
21
- };
22
- exports.updateBoardCard = updateBoardCard;
23
- const restoreBoardCard = async (params, body) => {
24
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/card/${params.boardCardId}/restore`, body)).data;
25
- };
26
- exports.restoreBoardCard = restoreBoardCard;
27
- const createBoardCard = async (params, body) => {
28
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/card/${params.boardColumnId}`, body)).data;
29
- };
30
- exports.createBoardCard = createBoardCard;
31
- const addMemberBoardCard = async (params) => {
32
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/card/${params.boardCardId}/member/${params.userId}`)).data;
33
- };
34
- exports.addMemberBoardCard = addMemberBoardCard;
35
- const removeMemberBoardCard = async (params) => {
36
- return (await __1.AbyssCore.axios.delete(`board/${params.boardId}/card/${params.boardCardId}/member/${params.userId}`)).data;
37
- };
38
- exports.removeMemberBoardCard = removeMemberBoardCard;
39
- const moveToBoardBoardCard = async (params, body) => {
40
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/card/${params.boardCardId}/move-to-board`, body)).data;
41
- };
42
- exports.moveToBoardBoardCard = moveToBoardBoardCard;
43
- const searchBoardCard = async (params, query) => {
44
- return (await __1.AbyssCore.axios.get(`board/${params.boardId}/card/search`, {
45
- params: query,
46
- })).data;
47
- };
48
- exports.searchBoardCard = searchBoardCard;
@@ -1,5 +0,0 @@
1
- import { ICreateBoardColumnBody, ICreateBoardColumnParams, ICreateBoardColumnResponse, IDeleteBoardColumnParams, IDeleteBoardColumnResponse, IGetBoardColumnParams, IGetBoardColumnResponse, IUpdateBoardColumnBody, IUpdateBoardColumnParams, IUpdateBoardColumnResponse } from '../types';
2
- export declare const getBoardColumn: (params: IGetBoardColumnParams) => Promise<IGetBoardColumnResponse>;
3
- export declare const deleteBoardColumn: (params: IDeleteBoardColumnParams) => Promise<IDeleteBoardColumnResponse>;
4
- export declare const updateBoardColumn: (params: IUpdateBoardColumnParams, body: IUpdateBoardColumnBody) => Promise<IUpdateBoardColumnResponse>;
5
- export declare const createBoardColumn: (params: ICreateBoardColumnParams, body: ICreateBoardColumnBody) => Promise<ICreateBoardColumnResponse>;
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createBoardColumn = exports.updateBoardColumn = exports.deleteBoardColumn = exports.getBoardColumn = void 0;
4
- const __1 = require("..");
5
- const getBoardColumn = async (params) => {
6
- return (await __1.AbyssCore.axios.get(`board/${params.boardId}/column/${params.boardColumnId}`)).data;
7
- };
8
- exports.getBoardColumn = getBoardColumn;
9
- const deleteBoardColumn = async (params) => {
10
- return (await __1.AbyssCore.axios.delete(`board/${params.boardId}/column/${params.boardColumnId}`)).data;
11
- };
12
- exports.deleteBoardColumn = deleteBoardColumn;
13
- const updateBoardColumn = async (params, body) => {
14
- return (await __1.AbyssCore.axios.put(`board/${params.boardId}/column/${params.boardColumnId}`, body)).data;
15
- };
16
- exports.updateBoardColumn = updateBoardColumn;
17
- const createBoardColumn = async (params, body) => {
18
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/column`, body)).data;
19
- };
20
- exports.createBoardColumn = createBoardColumn;
@@ -1,8 +0,0 @@
1
- import { IAddBoardLabelParams, IAddBoardLabelResponse, ICreateBoardLabelBody, ICreateBoardLabelParams, ICreateBoardLabelResponse, IDeleteBoardLabelParams, IDeleteBoardLabelResponse, IGetBoardLabelParams, IGetBoardLabelResponse, IListBoardLabelParams, IListBoardLabelResponse, IRemoveBoardLabelParams, IRemoveBoardLabelResponse, IUpdateBoardLabelBody, IUpdateBoardLabelParams, IUpdateBoardLabelResponse } from '../types';
2
- export declare const getBoardLabel: (params: IGetBoardLabelParams) => Promise<IGetBoardLabelResponse>;
3
- export declare const deleteBoardLabel: (params: IDeleteBoardLabelParams) => Promise<IDeleteBoardLabelResponse>;
4
- export declare const updateBoardLabel: (params: IUpdateBoardLabelParams, body: IUpdateBoardLabelBody) => Promise<IUpdateBoardLabelResponse>;
5
- export declare const createBoardLabel: (params: ICreateBoardLabelParams, body: ICreateBoardLabelBody) => Promise<ICreateBoardLabelResponse>;
6
- export declare const addBoardLabel: (params: IAddBoardLabelParams) => Promise<IAddBoardLabelResponse>;
7
- export declare const removeBoardLabel: (params: IRemoveBoardLabelParams) => Promise<IRemoveBoardLabelResponse>;
8
- export declare const listBoardLabels: (params: IListBoardLabelParams) => Promise<IListBoardLabelResponse>;
@@ -1,33 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.listBoardLabels = exports.removeBoardLabel = exports.addBoardLabel = exports.createBoardLabel = exports.updateBoardLabel = exports.deleteBoardLabel = exports.getBoardLabel = void 0;
4
- const __1 = require("..");
5
- const getBoardLabel = async (params) => {
6
- return (await __1.AbyssCore.axios.get(`board/${params.boardId}/label/${params.boardLabelId}`)).data;
7
- };
8
- exports.getBoardLabel = getBoardLabel;
9
- const deleteBoardLabel = async (params) => {
10
- return (await __1.AbyssCore.axios.delete(`board/${params.boardId}/label/${params.boardLabelId}`)).data;
11
- };
12
- exports.deleteBoardLabel = deleteBoardLabel;
13
- const updateBoardLabel = async (params, body) => {
14
- return (await __1.AbyssCore.axios.put(`board/${params.boardId}/label/${params.boardLabelId}`, body)).data;
15
- };
16
- exports.updateBoardLabel = updateBoardLabel;
17
- const createBoardLabel = async (params, body) => {
18
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/label`, body)).data;
19
- };
20
- exports.createBoardLabel = createBoardLabel;
21
- const addBoardLabel = async (params) => {
22
- return (await __1.AbyssCore.axios.post(`board/${params.boardId}/label/${params.boardLabelId}/card/${params.boardCardId}`)).data;
23
- };
24
- exports.addBoardLabel = addBoardLabel;
25
- const removeBoardLabel = async (params) => {
26
- return (await __1.AbyssCore.axios.delete(`board/${params.boardId}/label/${params.boardLabelId}/card/${params.boardCardId}`)).data;
27
- };
28
- exports.removeBoardLabel = removeBoardLabel;
29
- const listBoardLabels = async (params) => {
30
- return (await __1.AbyssCore.axios.get(`board/${params.boardId}/label/list`))
31
- .data;
32
- };
33
- exports.listBoardLabels = listBoardLabels;
@@ -1,8 +0,0 @@
1
- import { ICreateBoardBody, ICreateBoardResponse, ICreateForProjectBoardParams, IDeleteBoardParams, IDeleteBoardResponse, IGetBoardParams, IGetBoardResponse, IGetBySlugBoardParams, IGetBySlugBoardResponse, IGetNextCardPreviewBoardResponse, IUpdateBoardBody, IUpdateBoardParams, IUpdateBoardResponse } from '../types';
2
- export declare const getBoard: (params: IGetBoardParams) => Promise<IGetBoardResponse>;
3
- export declare const getBySlugBoard: (params: IGetBySlugBoardParams) => Promise<IGetBySlugBoardResponse>;
4
- export declare const deleteBoard: (params: IDeleteBoardParams) => Promise<IDeleteBoardResponse>;
5
- export declare const updateBoard: (params: IUpdateBoardParams, body: IUpdateBoardBody) => Promise<IUpdateBoardResponse>;
6
- export declare const createBoard: (body: ICreateBoardBody) => Promise<ICreateBoardResponse>;
7
- export declare const createForProjectBoard: (params: ICreateForProjectBoardParams, body: ICreateBoardBody) => Promise<ICreateBoardResponse>;
8
- export declare const getNextCardPreviewBoard: () => Promise<IGetNextCardPreviewBoardResponse>;