@intlayer/api 9.0.0-canary.10 → 9.0.0-canary.12

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 (347) hide show
  1. package/dist/cjs/cms/createAuthManager.cjs +116 -0
  2. package/dist/cjs/cms/createAuthManager.cjs.map +1 -0
  3. package/dist/cjs/cms/createIntlayerCMS.cjs +64 -0
  4. package/dist/cjs/cms/createIntlayerCMS.cjs.map +1 -0
  5. package/dist/cjs/cms/index.cjs +7 -0
  6. package/dist/cjs/distantDictionary/fetchDistantDictionaries.cjs +3 -2
  7. package/dist/cjs/distantDictionary/fetchDistantDictionaries.cjs.map +1 -1
  8. package/dist/cjs/distantDictionary/fetchDistantDictionary.cjs +3 -2
  9. package/dist/cjs/distantDictionary/fetchDistantDictionary.cjs.map +1 -1
  10. package/dist/cjs/getIntlayerAPI/ai.cjs +9 -0
  11. package/dist/cjs/getIntlayerAPI/ai.cjs.map +1 -1
  12. package/dist/cjs/getIntlayerAPI/asset.cjs +9 -0
  13. package/dist/cjs/getIntlayerAPI/asset.cjs.map +1 -1
  14. package/dist/cjs/getIntlayerAPI/audit.cjs +9 -0
  15. package/dist/cjs/getIntlayerAPI/audit.cjs.map +1 -1
  16. package/dist/cjs/getIntlayerAPI/bitbucket.cjs +9 -0
  17. package/dist/cjs/getIntlayerAPI/bitbucket.cjs.map +1 -1
  18. package/dist/cjs/getIntlayerAPI/dictionary.cjs +9 -0
  19. package/dist/cjs/getIntlayerAPI/dictionary.cjs.map +1 -1
  20. package/dist/cjs/getIntlayerAPI/editor.cjs +9 -0
  21. package/dist/cjs/getIntlayerAPI/editor.cjs.map +1 -1
  22. package/dist/cjs/getIntlayerAPI/environment.cjs +9 -0
  23. package/dist/cjs/getIntlayerAPI/environment.cjs.map +1 -1
  24. package/dist/cjs/getIntlayerAPI/github.cjs +9 -0
  25. package/dist/cjs/getIntlayerAPI/github.cjs.map +1 -1
  26. package/dist/cjs/getIntlayerAPI/gitlab.cjs +9 -0
  27. package/dist/cjs/getIntlayerAPI/gitlab.cjs.map +1 -1
  28. package/dist/cjs/getIntlayerAPI/index.cjs +4 -2
  29. package/dist/cjs/getIntlayerAPI/index.cjs.map +1 -1
  30. package/dist/cjs/getIntlayerAPI/newsletter.cjs +9 -0
  31. package/dist/cjs/getIntlayerAPI/newsletter.cjs.map +1 -1
  32. package/dist/cjs/getIntlayerAPI/organization.cjs +19 -0
  33. package/dist/cjs/getIntlayerAPI/organization.cjs.map +1 -1
  34. package/dist/cjs/getIntlayerAPI/project.cjs +9 -0
  35. package/dist/cjs/getIntlayerAPI/project.cjs.map +1 -1
  36. package/dist/cjs/getIntlayerAPI/reviewer.cjs +9 -0
  37. package/dist/cjs/getIntlayerAPI/reviewer.cjs.map +1 -1
  38. package/dist/cjs/getIntlayerAPI/search.cjs +9 -0
  39. package/dist/cjs/getIntlayerAPI/search.cjs.map +1 -1
  40. package/dist/cjs/getIntlayerAPI/showcaseProject.cjs +9 -0
  41. package/dist/cjs/getIntlayerAPI/showcaseProject.cjs.map +1 -1
  42. package/dist/cjs/getIntlayerAPI/status.cjs +48 -0
  43. package/dist/cjs/getIntlayerAPI/status.cjs.map +1 -0
  44. package/dist/cjs/getIntlayerAPI/stripe.cjs +9 -0
  45. package/dist/cjs/getIntlayerAPI/stripe.cjs.map +1 -1
  46. package/dist/cjs/getIntlayerAPI/tag.cjs +9 -0
  47. package/dist/cjs/getIntlayerAPI/tag.cjs.map +1 -1
  48. package/dist/cjs/getIntlayerAPI/translate.cjs +9 -0
  49. package/dist/cjs/getIntlayerAPI/translate.cjs.map +1 -1
  50. package/dist/cjs/getIntlayerAPI/user.cjs +9 -0
  51. package/dist/cjs/getIntlayerAPI/user.cjs.map +1 -1
  52. package/dist/cjs/index.cjs +30 -3
  53. package/dist/cjs/proxy.cjs +78 -96
  54. package/dist/cjs/proxy.cjs.map +1 -1
  55. package/dist/esm/cms/createAuthManager.mjs +115 -0
  56. package/dist/esm/cms/createAuthManager.mjs.map +1 -0
  57. package/dist/esm/cms/createIntlayerCMS.mjs +62 -0
  58. package/dist/esm/cms/createIntlayerCMS.mjs.map +1 -0
  59. package/dist/esm/cms/index.mjs +4 -0
  60. package/dist/esm/distantDictionary/fetchDistantDictionaries.mjs +3 -2
  61. package/dist/esm/distantDictionary/fetchDistantDictionaries.mjs.map +1 -1
  62. package/dist/esm/distantDictionary/fetchDistantDictionary.mjs +3 -2
  63. package/dist/esm/distantDictionary/fetchDistantDictionary.mjs.map +1 -1
  64. package/dist/esm/getIntlayerAPI/ai.mjs +9 -1
  65. package/dist/esm/getIntlayerAPI/ai.mjs.map +1 -1
  66. package/dist/esm/getIntlayerAPI/asset.mjs +9 -1
  67. package/dist/esm/getIntlayerAPI/asset.mjs.map +1 -1
  68. package/dist/esm/getIntlayerAPI/audit.mjs +9 -1
  69. package/dist/esm/getIntlayerAPI/audit.mjs.map +1 -1
  70. package/dist/esm/getIntlayerAPI/bitbucket.mjs +9 -1
  71. package/dist/esm/getIntlayerAPI/bitbucket.mjs.map +1 -1
  72. package/dist/esm/getIntlayerAPI/dictionary.mjs +9 -1
  73. package/dist/esm/getIntlayerAPI/dictionary.mjs.map +1 -1
  74. package/dist/esm/getIntlayerAPI/editor.mjs +9 -1
  75. package/dist/esm/getIntlayerAPI/editor.mjs.map +1 -1
  76. package/dist/esm/getIntlayerAPI/environment.mjs +9 -1
  77. package/dist/esm/getIntlayerAPI/environment.mjs.map +1 -1
  78. package/dist/esm/getIntlayerAPI/github.mjs +9 -1
  79. package/dist/esm/getIntlayerAPI/github.mjs.map +1 -1
  80. package/dist/esm/getIntlayerAPI/gitlab.mjs +9 -1
  81. package/dist/esm/getIntlayerAPI/gitlab.mjs.map +1 -1
  82. package/dist/esm/getIntlayerAPI/index.mjs +4 -2
  83. package/dist/esm/getIntlayerAPI/index.mjs.map +1 -1
  84. package/dist/esm/getIntlayerAPI/newsletter.mjs +9 -1
  85. package/dist/esm/getIntlayerAPI/newsletter.mjs.map +1 -1
  86. package/dist/esm/getIntlayerAPI/organization.mjs +19 -1
  87. package/dist/esm/getIntlayerAPI/organization.mjs.map +1 -1
  88. package/dist/esm/getIntlayerAPI/project.mjs +9 -1
  89. package/dist/esm/getIntlayerAPI/project.mjs.map +1 -1
  90. package/dist/esm/getIntlayerAPI/reviewer.mjs +9 -1
  91. package/dist/esm/getIntlayerAPI/reviewer.mjs.map +1 -1
  92. package/dist/esm/getIntlayerAPI/search.mjs +9 -1
  93. package/dist/esm/getIntlayerAPI/search.mjs.map +1 -1
  94. package/dist/esm/getIntlayerAPI/showcaseProject.mjs +9 -1
  95. package/dist/esm/getIntlayerAPI/showcaseProject.mjs.map +1 -1
  96. package/dist/esm/getIntlayerAPI/status.mjs +46 -0
  97. package/dist/esm/getIntlayerAPI/status.mjs.map +1 -0
  98. package/dist/esm/getIntlayerAPI/stripe.mjs +9 -1
  99. package/dist/esm/getIntlayerAPI/stripe.mjs.map +1 -1
  100. package/dist/esm/getIntlayerAPI/tag.mjs +9 -1
  101. package/dist/esm/getIntlayerAPI/tag.mjs.map +1 -1
  102. package/dist/esm/getIntlayerAPI/translate.mjs +9 -1
  103. package/dist/esm/getIntlayerAPI/translate.mjs.map +1 -1
  104. package/dist/esm/getIntlayerAPI/user.mjs +9 -1
  105. package/dist/esm/getIntlayerAPI/user.mjs.map +1 -1
  106. package/dist/esm/index.mjs +24 -21
  107. package/dist/esm/proxy.mjs +78 -96
  108. package/dist/esm/proxy.mjs.map +1 -1
  109. package/dist/types/apps/backend/dist/types/controllers/ai.controller.d.ts +94 -0
  110. package/dist/types/apps/backend/dist/types/controllers/ai.controller.d.ts.map +1 -0
  111. package/dist/types/apps/backend/dist/types/controllers/asset.controller.d.ts +15 -0
  112. package/dist/types/apps/backend/dist/types/controllers/asset.controller.d.ts.map +1 -0
  113. package/dist/types/apps/backend/dist/types/controllers/audit.controller.d.ts +1 -0
  114. package/dist/types/apps/backend/dist/types/controllers/bitbucket.controller.d.ts +1 -0
  115. package/dist/types/apps/backend/dist/types/controllers/cliSessionToken.controller.d.ts +18 -0
  116. package/dist/types/apps/backend/dist/types/controllers/cliSessionToken.controller.d.ts.map +1 -0
  117. package/dist/types/apps/backend/dist/types/controllers/dictionary.controller.d.ts +85 -0
  118. package/dist/types/apps/backend/dist/types/controllers/dictionary.controller.d.ts.map +1 -0
  119. package/dist/types/apps/backend/dist/types/controllers/environment.controller.d.ts +30 -0
  120. package/dist/types/apps/backend/dist/types/controllers/environment.controller.d.ts.map +1 -0
  121. package/dist/types/apps/backend/dist/types/controllers/eventListener.controller.d.ts +1 -0
  122. package/dist/types/apps/backend/dist/types/controllers/github.controller.d.ts +1 -0
  123. package/dist/types/apps/backend/dist/types/controllers/gitlab.controller.d.ts +1 -0
  124. package/dist/types/apps/backend/dist/types/controllers/newsletter.controller.d.ts +25 -0
  125. package/dist/types/apps/backend/dist/types/controllers/newsletter.controller.d.ts.map +1 -0
  126. package/dist/types/apps/backend/dist/types/controllers/oAuth2.controller.d.ts +7 -0
  127. package/dist/types/apps/backend/dist/types/controllers/oAuth2.controller.d.ts.map +1 -0
  128. package/dist/types/apps/backend/dist/types/controllers/organization.controller.d.ts +71 -0
  129. package/dist/types/apps/backend/dist/types/controllers/organization.controller.d.ts.map +1 -0
  130. package/dist/types/apps/backend/dist/types/controllers/project.controller.d.ts +81 -0
  131. package/dist/types/apps/backend/dist/types/controllers/project.controller.d.ts.map +1 -0
  132. package/dist/types/apps/backend/dist/types/controllers/projectAccessKey.controller.d.ts +26 -0
  133. package/dist/types/apps/backend/dist/types/controllers/projectAccessKey.controller.d.ts.map +1 -0
  134. package/dist/types/apps/backend/dist/types/controllers/projectMemberAccess.controller.d.ts +15 -0
  135. package/dist/types/apps/backend/dist/types/controllers/projectMemberAccess.controller.d.ts.map +1 -0
  136. package/dist/types/apps/backend/dist/types/controllers/recursiveAudit.controller.d.ts +31 -0
  137. package/dist/types/apps/backend/dist/types/controllers/recursiveAudit.controller.d.ts.map +1 -0
  138. package/dist/types/apps/backend/dist/types/controllers/reviewer.controller.d.ts +69 -0
  139. package/dist/types/apps/backend/dist/types/controllers/reviewer.controller.d.ts.map +1 -0
  140. package/dist/types/apps/backend/dist/types/controllers/searchDoc.controller.d.ts +19 -0
  141. package/dist/types/apps/backend/dist/types/controllers/searchDoc.controller.d.ts.map +1 -0
  142. package/dist/types/apps/backend/dist/types/controllers/showcaseProject.controller.d.ts +76 -0
  143. package/dist/types/apps/backend/dist/types/controllers/showcaseProject.controller.d.ts.map +1 -0
  144. package/dist/types/apps/backend/dist/types/controllers/stripe.controller.d.ts +148 -0
  145. package/dist/types/apps/backend/dist/types/controllers/stripe.controller.d.ts.map +1 -0
  146. package/dist/types/apps/backend/dist/types/controllers/tag.controller.d.ts +34 -0
  147. package/dist/types/apps/backend/dist/types/controllers/tag.controller.d.ts.map +1 -0
  148. package/dist/types/apps/backend/dist/types/controllers/translation.controller.d.ts +15 -0
  149. package/dist/types/apps/backend/dist/types/controllers/translation.controller.d.ts.map +1 -0
  150. package/dist/types/apps/backend/dist/types/controllers/user.controller.d.ts +51 -0
  151. package/dist/types/apps/backend/dist/types/controllers/user.controller.d.ts.map +1 -0
  152. package/dist/types/apps/backend/dist/types/export.d.ts +37 -0
  153. package/dist/types/apps/backend/dist/types/routes/ai.routes.d.ts +1 -0
  154. package/dist/types/apps/backend/dist/types/routes/asset.routes.d.ts +1 -0
  155. package/dist/types/apps/backend/dist/types/routes/audit.routes.d.ts +1 -0
  156. package/dist/types/apps/backend/dist/types/routes/bitbucket.routes.d.ts +1 -0
  157. package/dist/types/apps/backend/dist/types/routes/dictionary.routes.d.ts +1 -0
  158. package/dist/types/apps/backend/dist/types/routes/environment.routes.d.ts +1 -0
  159. package/dist/types/apps/backend/dist/types/routes/github.routes.d.ts +1 -0
  160. package/dist/types/apps/backend/dist/types/routes/gitlab.routes.d.ts +1 -0
  161. package/dist/types/apps/backend/dist/types/routes/newsletter.routes.d.ts +1 -0
  162. package/dist/types/apps/backend/dist/types/routes/organization.routes.d.ts +1 -0
  163. package/dist/types/apps/backend/dist/types/routes/project.routes.d.ts +1 -0
  164. package/dist/types/apps/backend/dist/types/routes/reviewer.routes.d.ts +1 -0
  165. package/dist/types/apps/backend/dist/types/routes/showcaseProject.routes.d.ts +1 -0
  166. package/dist/types/apps/backend/dist/types/routes/stripe.routes.d.ts +1 -0
  167. package/dist/types/apps/backend/dist/types/routes/translate.routes.d.ts +1 -0
  168. package/dist/types/apps/backend/dist/types/routes/user.routes.d.ts +1 -0
  169. package/dist/types/apps/backend/dist/types/services/audit/types.d.ts +34 -0
  170. package/dist/types/apps/backend/dist/types/services/audit/types.d.ts.map +1 -0
  171. package/dist/types/apps/backend/dist/types/services/ci.service.d.ts +1 -0
  172. package/dist/types/apps/backend/dist/types/services/github.service.d.ts +1 -0
  173. package/dist/types/apps/backend/dist/types/services/subscription.service.d.ts +13 -0
  174. package/dist/types/apps/backend/dist/types/services/subscription.service.d.ts.map +1 -0
  175. package/dist/types/apps/backend/dist/types/types/affiliate.types.d.ts +39 -0
  176. package/dist/types/apps/backend/dist/types/types/affiliate.types.d.ts.map +1 -0
  177. package/dist/types/apps/backend/dist/types/types/affiliateInvitation.types.d.ts +26 -0
  178. package/dist/types/apps/backend/dist/types/types/affiliateInvitation.types.d.ts.map +1 -0
  179. package/dist/types/apps/backend/dist/types/types/aiStats.types.d.ts +23 -0
  180. package/dist/types/apps/backend/dist/types/types/aiStats.types.d.ts.map +1 -0
  181. package/dist/types/apps/backend/dist/types/types/asset.types.d.ts +31 -0
  182. package/dist/types/apps/backend/dist/types/types/asset.types.d.ts.map +1 -0
  183. package/dist/types/apps/backend/dist/types/types/dictionary.types.d.ts +65 -0
  184. package/dist/types/apps/backend/dist/types/types/dictionary.types.d.ts.map +1 -0
  185. package/dist/types/apps/backend/dist/types/types/discussion.types.d.ts +42 -0
  186. package/dist/types/apps/backend/dist/types/types/discussion.types.d.ts.map +1 -0
  187. package/dist/types/apps/backend/dist/types/types/oAuth2.types.d.ts +16 -0
  188. package/dist/types/apps/backend/dist/types/types/oAuth2.types.d.ts.map +1 -0
  189. package/dist/types/apps/backend/dist/types/types/organization.types.d.ts +98 -0
  190. package/dist/types/apps/backend/dist/types/types/organization.types.d.ts.map +1 -0
  191. package/dist/types/apps/backend/dist/types/types/plan.types.d.ts +23 -0
  192. package/dist/types/apps/backend/dist/types/types/plan.types.d.ts.map +1 -0
  193. package/dist/types/apps/backend/dist/types/types/project.types.d.ts +122 -0
  194. package/dist/types/apps/backend/dist/types/types/project.types.d.ts.map +1 -0
  195. package/dist/types/apps/backend/dist/types/types/projectInsights.types.d.ts +52 -0
  196. package/dist/types/apps/backend/dist/types/types/projectInsights.types.d.ts.map +1 -0
  197. package/dist/types/apps/backend/dist/types/types/promoCode.types.d.ts +26 -0
  198. package/dist/types/apps/backend/dist/types/types/promoCode.types.d.ts.map +1 -0
  199. package/dist/types/apps/backend/dist/types/types/reviewer.types.d.ts +49 -0
  200. package/dist/types/apps/backend/dist/types/types/reviewer.types.d.ts.map +1 -0
  201. package/dist/types/apps/backend/dist/types/types/session.types.d.ts +2 -0
  202. package/dist/types/apps/backend/dist/types/types/showcaseProject.types.d.ts +59 -0
  203. package/dist/types/apps/backend/dist/types/types/showcaseProject.types.d.ts.map +1 -0
  204. package/dist/types/apps/backend/dist/types/types/tag.types.d.ts +31 -0
  205. package/dist/types/apps/backend/dist/types/types/tag.types.d.ts.map +1 -0
  206. package/dist/types/apps/backend/dist/types/types/user.types.d.ts +32 -0
  207. package/dist/types/apps/backend/dist/types/types/user.types.d.ts.map +1 -0
  208. package/dist/types/apps/backend/dist/types/utils/AI/askDocQuestion/askDocQuestion.d.ts +10 -0
  209. package/dist/types/apps/backend/dist/types/utils/AI/askDocQuestion/askDocQuestion.d.ts.map +1 -0
  210. package/dist/types/apps/backend/dist/types/utils/AI/auditDictionary/index.d.ts +15 -0
  211. package/dist/types/apps/backend/dist/types/utils/AI/auditDictionary/index.d.ts.map +1 -0
  212. package/dist/types/apps/backend/dist/types/utils/AI/auditDictionaryField/index.d.ts +12 -0
  213. package/dist/types/apps/backend/dist/types/utils/AI/auditDictionaryField/index.d.ts.map +1 -0
  214. package/dist/types/apps/backend/dist/types/utils/AI/auditDictionaryMetadata/index.d.ts +2 -0
  215. package/dist/types/apps/backend/dist/types/utils/AI/auditTag/index.d.ts +10 -0
  216. package/dist/types/apps/backend/dist/types/utils/AI/auditTag/index.d.ts.map +1 -0
  217. package/dist/types/apps/backend/dist/types/utils/AI/chat/index.d.ts +16 -0
  218. package/dist/types/apps/backend/dist/types/utils/AI/chat/index.d.ts.map +1 -0
  219. package/dist/types/apps/backend/dist/types/utils/AI/customQuery/index.d.ts +11 -0
  220. package/dist/types/apps/backend/dist/types/utils/AI/customQuery/index.d.ts.map +1 -0
  221. package/dist/types/apps/backend/dist/types/utils/AI/translateJSON/index.d.ts +20 -0
  222. package/dist/types/apps/backend/dist/types/utils/AI/translateJSON/index.d.ts.map +1 -0
  223. package/dist/types/apps/backend/dist/types/utils/auth/getAuth.d.ts +1 -0
  224. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getDictionaryFiltersAndPagination.d.ts +41 -0
  225. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getDictionaryFiltersAndPagination.d.ts.map +1 -0
  226. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getDiscussionFiltersAndPagination.d.ts +19 -0
  227. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getDiscussionFiltersAndPagination.d.ts.map +1 -0
  228. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getFiltersAndPaginationFromBody.d.ts +11 -0
  229. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getFiltersAndPaginationFromBody.d.ts.map +1 -0
  230. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getOrganizationFiltersAndPagination.d.ts +25 -0
  231. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getOrganizationFiltersAndPagination.d.ts.map +1 -0
  232. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getProjectFiltersAndPagination.d.ts +18 -0
  233. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getProjectFiltersAndPagination.d.ts.map +1 -0
  234. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getTagFiltersAndPagination.d.ts +16 -0
  235. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getTagFiltersAndPagination.d.ts.map +1 -0
  236. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getUserFiltersAndPagination.d.ts +20 -0
  237. package/dist/types/apps/backend/dist/types/utils/filtersAndPagination/getUserFiltersAndPagination.d.ts.map +1 -0
  238. package/dist/types/apps/backend/dist/types/utils/httpStatusCodes.d.ts +408 -0
  239. package/dist/types/apps/backend/dist/types/utils/httpStatusCodes.d.ts.map +1 -0
  240. package/dist/types/apps/backend/dist/types/utils/mongoDB/types.d.ts +10 -0
  241. package/dist/types/apps/backend/dist/types/utils/mongoDB/types.d.ts.map +1 -0
  242. package/dist/types/apps/backend/dist/types/utils/permissions.d.ts +1 -0
  243. package/dist/types/apps/backend/dist/types/utils/responseData.d.ts +27 -0
  244. package/dist/types/apps/backend/dist/types/utils/responseData.d.ts.map +1 -0
  245. package/dist/types/cms/createAuthManager.d.ts +103 -0
  246. package/dist/types/cms/createAuthManager.d.ts.map +1 -0
  247. package/dist/types/cms/createIntlayerCMS.d.ts +80 -0
  248. package/dist/types/cms/createIntlayerCMS.d.ts.map +1 -0
  249. package/dist/types/cms/index.d.ts +3 -0
  250. package/dist/types/distantDictionary/fetchDistantDictionaries.d.ts +1 -1
  251. package/dist/types/distantDictionary/fetchDistantDictionaries.d.ts.map +1 -1
  252. package/dist/types/distantDictionary/fetchDistantDictionary.d.ts +1 -1
  253. package/dist/types/distantDictionary/fetchDistantDictionary.d.ts.map +1 -1
  254. package/dist/types/getIntlayerAPI/ai.d.ts +22 -2
  255. package/dist/types/getIntlayerAPI/ai.d.ts.map +1 -1
  256. package/dist/types/getIntlayerAPI/asset.d.ts +20 -1
  257. package/dist/types/getIntlayerAPI/asset.d.ts.map +1 -1
  258. package/dist/types/getIntlayerAPI/audit.d.ts +25 -2
  259. package/dist/types/getIntlayerAPI/audit.d.ts.map +1 -1
  260. package/dist/types/getIntlayerAPI/bitbucket.d.ts +15 -1
  261. package/dist/types/getIntlayerAPI/bitbucket.d.ts.map +1 -1
  262. package/dist/types/getIntlayerAPI/dictionary.d.ts +19 -2
  263. package/dist/types/getIntlayerAPI/dictionary.d.ts.map +1 -1
  264. package/dist/types/getIntlayerAPI/editor.d.ts +13 -1
  265. package/dist/types/getIntlayerAPI/editor.d.ts.map +1 -1
  266. package/dist/types/getIntlayerAPI/environment.d.ts +17 -2
  267. package/dist/types/getIntlayerAPI/environment.d.ts.map +1 -1
  268. package/dist/types/getIntlayerAPI/github.d.ts +16 -1
  269. package/dist/types/getIntlayerAPI/github.d.ts.map +1 -1
  270. package/dist/types/getIntlayerAPI/gitlab.d.ts +15 -1
  271. package/dist/types/getIntlayerAPI/gitlab.d.ts.map +1 -1
  272. package/dist/types/getIntlayerAPI/index.d.ts +3 -1
  273. package/dist/types/getIntlayerAPI/index.d.ts.map +1 -1
  274. package/dist/types/getIntlayerAPI/newsletter.d.ts +14 -2
  275. package/dist/types/getIntlayerAPI/newsletter.d.ts.map +1 -1
  276. package/dist/types/getIntlayerAPI/oAuth.d.ts +2 -0
  277. package/dist/types/getIntlayerAPI/oAuth.d.ts.map +1 -1
  278. package/dist/types/getIntlayerAPI/organization.d.ts +24 -2
  279. package/dist/types/getIntlayerAPI/organization.d.ts.map +1 -1
  280. package/dist/types/getIntlayerAPI/project.d.ts +32 -2
  281. package/dist/types/getIntlayerAPI/project.d.ts.map +1 -1
  282. package/dist/types/getIntlayerAPI/reviewer.d.ts +651 -17
  283. package/dist/types/getIntlayerAPI/reviewer.d.ts.map +1 -1
  284. package/dist/types/getIntlayerAPI/search.d.ts +12 -2
  285. package/dist/types/getIntlayerAPI/search.d.ts.map +1 -1
  286. package/dist/types/getIntlayerAPI/showcaseProject.d.ts +23 -2
  287. package/dist/types/getIntlayerAPI/showcaseProject.d.ts.map +1 -1
  288. package/dist/types/getIntlayerAPI/status.d.ts +36 -0
  289. package/dist/types/getIntlayerAPI/status.d.ts.map +1 -0
  290. package/dist/types/getIntlayerAPI/stripe.d.ts +68 -2
  291. package/dist/types/getIntlayerAPI/stripe.d.ts.map +1 -1
  292. package/dist/types/getIntlayerAPI/tag.d.ts +15 -2
  293. package/dist/types/getIntlayerAPI/tag.d.ts.map +1 -1
  294. package/dist/types/getIntlayerAPI/translate.d.ts +37 -2
  295. package/dist/types/getIntlayerAPI/translate.d.ts.map +1 -1
  296. package/dist/types/getIntlayerAPI/user.d.ts +24 -3
  297. package/dist/types/getIntlayerAPI/user.d.ts.map +1 -1
  298. package/dist/types/index.d.ts +28 -22
  299. package/dist/types/packages/@intlayer/ai/dist/types/aiSdk.d.ts +115 -0
  300. package/dist/types/packages/@intlayer/ai/dist/types/aiSdk.d.ts.map +1 -0
  301. package/dist/types/packages/@intlayer/ai/dist/types/auditDictionaryMetadata/index.d.ts +12 -0
  302. package/dist/types/packages/@intlayer/ai/dist/types/auditDictionaryMetadata/index.d.ts.map +1 -0
  303. package/dist/types/packages/@intlayer/ai/dist/types/customQuery.d.ts +8 -0
  304. package/dist/types/packages/@intlayer/ai/dist/types/customQuery.d.ts.map +1 -0
  305. package/dist/types/packages/@intlayer/ai/dist/types/index.d.ts +27 -0
  306. package/dist/types/packages/@intlayer/ai/dist/types/index.d.ts.map +1 -0
  307. package/dist/types/packages/@intlayer/ai/dist/types/translateJSON/index.d.ts +10 -0
  308. package/dist/types/packages/@intlayer/ai/dist/types/translateJSON/index.d.ts.map +1 -0
  309. package/dist/types/packages/@intlayer/core/dist/types/messageFormat/ICU.d.ts +1 -0
  310. package/dist/types/packages/@intlayer/core/dist/types/messageFormat/i18next.d.ts +1 -0
  311. package/dist/types/packages/@intlayer/core/dist/types/messageFormat/index.d.ts +1 -0
  312. package/dist/types/packages/@intlayer/core/dist/types/messageFormat/po.d.ts +1 -0
  313. package/dist/types/packages/@intlayer/core/dist/types/messageFormat/resolveMessage.d.ts +1 -0
  314. package/dist/types/packages/@intlayer/core/dist/types/messageFormat/vue-i18n.d.ts +1 -0
  315. package/dist/types/packages/@intlayer/engine/dist/types/build.d.ts +1 -0
  316. package/dist/types/packages/@intlayer/engine/dist/types/buildIntlayerDictionary/buildIntlayerDictionary.d.ts +2 -0
  317. package/dist/types/packages/@intlayer/engine/dist/types/buildIntlayerDictionary/processContentDeclaration.d.ts +2 -0
  318. package/dist/types/packages/@intlayer/engine/dist/types/buildIntlayerDictionary/writeDynamicDictionary.d.ts +3 -0
  319. package/dist/types/packages/@intlayer/engine/dist/types/buildIntlayerDictionary/writeMergedDictionary.d.ts +2 -0
  320. package/dist/types/packages/@intlayer/engine/dist/types/buildIntlayerDictionary/writeUnmergedDictionary.d.ts +2 -0
  321. package/dist/types/packages/@intlayer/engine/dist/types/cleanOutputDir.d.ts +1 -0
  322. package/dist/types/packages/@intlayer/engine/dist/types/createDictionaryEntryPoint/createDictionaryEntryPoint.d.ts +1 -0
  323. package/dist/types/packages/@intlayer/engine/dist/types/createDictionaryEntryPoint/generateDictionaryListContent.d.ts +1 -0
  324. package/dist/types/packages/@intlayer/engine/dist/types/createDictionaryEntryPoint/getBuiltDictionariesPath.d.ts +1 -0
  325. package/dist/types/packages/@intlayer/engine/dist/types/createDictionaryEntryPoint/getBuiltDynamicDictionariesPath.d.ts +1 -0
  326. package/dist/types/packages/@intlayer/engine/dist/types/createDictionaryEntryPoint/getBuiltFetchDictionariesPath.d.ts +1 -0
  327. package/dist/types/packages/@intlayer/engine/dist/types/createDictionaryEntryPoint/getBuiltRemoteDictionariesPath.d.ts +1 -0
  328. package/dist/types/packages/@intlayer/engine/dist/types/createDictionaryEntryPoint/getBuiltUnmergedDictionariesPath.d.ts +1 -0
  329. package/dist/types/packages/@intlayer/engine/dist/types/createType/createModuleAugmentation.d.ts +1 -0
  330. package/dist/types/packages/@intlayer/engine/dist/types/createType/createType.d.ts +2 -0
  331. package/dist/types/packages/@intlayer/engine/dist/types/formatDictionary.d.ts +1 -0
  332. package/dist/types/packages/@intlayer/engine/dist/types/loadDictionaries/loadContentDeclaration.d.ts +2 -0
  333. package/dist/types/packages/@intlayer/engine/dist/types/loadDictionaries/loadDictionaries.d.ts +2 -0
  334. package/dist/types/packages/@intlayer/engine/dist/types/loadDictionaries/loadLocalDictionaries.d.ts +2 -0
  335. package/dist/types/packages/@intlayer/engine/dist/types/loadDictionaries/loadRemoteDictionaries.d.ts +1 -0
  336. package/dist/types/packages/@intlayer/engine/dist/types/prepareIntlayer.d.ts +1 -0
  337. package/dist/types/packages/@intlayer/engine/dist/types/writeConfiguration/index.d.ts +1 -0
  338. package/dist/types/packages/@intlayer/engine/dist/types/writeContentDeclaration/dictionaryStatus.d.ts +6 -0
  339. package/dist/types/packages/@intlayer/engine/dist/types/writeContentDeclaration/dictionaryStatus.d.ts.map +1 -0
  340. package/dist/types/packages/@intlayer/engine/dist/types/writeContentDeclaration/transformJSFile.d.ts +2 -0
  341. package/dist/types/packages/@intlayer/engine/dist/types/writeContentDeclaration/writeContentDeclaration.d.ts +3 -0
  342. package/dist/types/packages/@intlayer/engine/dist/types/writeContentDeclaration/writeJSFile.d.ts +2 -0
  343. package/dist/types/packages/intlayer-editor/server/dist/controllers/dictionary.controller.d.ts +1 -1
  344. package/dist/types/proxy.d.ts +11 -9
  345. package/dist/types/proxy.d.ts.map +1 -1
  346. package/dist/types/types.d.ts +1 -1
  347. package/package.json +19 -3
@@ -0,0 +1,408 @@
1
+ //#region ../../../apps/backend/dist/types/utils/httpStatusCodes.d.ts
2
+ //#region src/utils/httpStatusCodes.d.ts
3
+ /**
4
+ * Enum for HTTP response status codes.
5
+ * Contains all the possible HTTP response codes according to the standard.
6
+ *
7
+ *
8
+ * 1xx: Informational responses
9
+ *
10
+ *
11
+ * 100 - CONTINUE - The server has received the request headers and the client should proceed to send the request body.
12
+ *
13
+ * 101 - SWITCHING_PROTOCOLS - The requester has asked the server to switch protocols and the server has agreed to do so.
14
+ *
15
+ * 102 - PROCESSING - Used to return some response headers before final HTTP message.
16
+ *
17
+ * 103 - EARLY_HINTS - Early hints - part of optimization to improve page load time.
18
+ *
19
+ *
20
+ * 2xx: Successful responses
21
+ *
22
+ *
23
+ * 200 - OK - The request has succeeded.
24
+ *
25
+ * 201 - CREATED - The request has been fulfilled and has resulted in one or more new resources being created.
26
+ *
27
+ * 202 - ACCEPTED - The request has been accepted for processing, but the processing has not been completed.
28
+ *
29
+ * 203 - NON_AUTHORITATIVE_INFORMATION - The server successfully processed the request, but is returning information that may be from another source.
30
+ *
31
+ * 204 - NO_CONTENT - The server successfully processed the request and is not returning any content.
32
+ *
33
+ * 205 - RESET_CONTENT - The server successfully processed the request, but is not returning any content and requires that the requester reset the document view.
34
+ *
35
+ * 206 - PARTIAL_CONTENT - The server is delivering only part of the resource due to a range header sent by the client.
36
+ *
37
+ * 207 - MULTI_STATUS - Multi-status response providing status for multiple independent operations.
38
+ *
39
+ * 208 - ALREADY_REPORTED - The members of a DAV binding have already been enumerated in a preceding part of the request.
40
+ *
41
+ * 226 - IM_USED - The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance manipulations applied to the current instance.
42
+ *
43
+ *
44
+ * 3xx: Redirection messages
45
+ *
46
+ *
47
+ * 300 - MULTIPLE_CHOICES - The request has more than one possible response. The user-agent or user should choose one of them.
48
+ *
49
+ * 301 - MOVED_PERMANENTLY - The URL of the requested resource has been changed permanently.
50
+ *
51
+ * 302 - FOUND - The requested resource is available at a different URI.
52
+ *
53
+ * 303 - SEE_OTHER - The response to the request can be found under another URI using a GET method.
54
+ *
55
+ * 304 - NOT_MODIFIED - Indicates that the resource has not been modified since the version specified by the request headers.
56
+ *
57
+ * 305 - USE_PROXY - The requested resource must be accessed through the proxy given by the Location field.
58
+ *
59
+ * 306 - SWITCH_PROXY - No longer used. Originally meant to direct the client to switch to a different proxy.
60
+ *
61
+ * 307 - TEMPORARY_REDIRECT - The requested resource resides temporarily under a different URI.
62
+ *
63
+ * 308 - PERMANENT_REDIRECT - The request should be repeated with another URI, but future requests should still use the original URI.
64
+ *
65
+ *
66
+ * 4xx: Client error responses
67
+ *
68
+ *
69
+ * 400 - BAD_REQUEST - The server cannot or will not process the request due to something perceived to be a client error.
70
+ *
71
+ * 401 - UNAUTHORIZED - The client must authenticate itself to get the requested response.
72
+ *
73
+ * 403 - FORBIDDEN - The client does not have access rights to the content.
74
+ *
75
+ * 404 - NOT_FOUND - The server can not find the requested resource.
76
+ *
77
+ * 405 - METHOD_NOT_ALLOWED - The request method is known by the server but is not supported by the target resource.
78
+ *
79
+ * 406 - NOT_ACCEPTABLE - This response is sent when the requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.
80
+ *
81
+ * 407 - PROXY_AUTHENTICATION_REQUIRED - This is similar to 401 but authentication is needed to be done by a proxy.
82
+ *
83
+ * 408 - REQUEST_TIMEOUT - This response is sent on an idle connection by some servers, even without any previous request by the client.
84
+ *
85
+ * 409 - CONFLICT - This response is sent when a request conflicts with the current state of the server.
86
+ *
87
+ * 410 - GONE - This response is sent when the requested resource is no longer available and will not be available again.
88
+ *
89
+ * 411 - LENGTH_REQUIRED - The request did not specify the length of its content, which is required by the requested resource.
90
+ *
91
+ * 412 - PRECONDITION_FAILED - The server does not meet one of the preconditions that the requester put on the request.
92
+ *
93
+ * 413 - PAYLOAD_TOO_LARGE - The request is larger than the server is willing or able to process.
94
+ *
95
+ * 414 - URI_TOO_LONG - The URI requested by the client is longer than the server is willing to interpret.
96
+ *
97
+ * 415 - UNSUPPORTED_MEDIA_TYPE - The media format of the requested data is not supported by the server.
98
+ *
99
+ * 416 - RANGE_NOT_SATISFIABLE - The range specified by the Range header field in the request can't be fulfilled.
100
+ *
101
+ * 417 - EXPECTATION_FAILED - The expectation indicated by the Expect request header field can't be met by the server.
102
+ *
103
+ * 418 - IM_A_TEAPOT - The server refuses the attempt to brew coffee with a teapot.
104
+ *
105
+ * 421 - MISDIRECTED_REQUEST - The request was directed at a server that is not able to produce a response.
106
+ *
107
+ * 422 - UNPROCESSABLE_ENTITY - The request was well-formed but was unable to be followed due to semantic errors.
108
+ *
109
+ * 423 - LOCKED - The resource that is being accessed is locked.
110
+ *
111
+ * 424 - FAILED_DEPENDENCY - The request failed due to failure of a previous request.
112
+ *
113
+ * 425 - TOO_EARLY - Indicates that the server is unwilling to risk processing a request that might be replayed.
114
+ *
115
+ * 426 - UPGRADE_REQUIRED - The server refuses to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol.
116
+ *
117
+ * 428 - PRECONDITION_REQUIRED - The origin server requires the request to be conditional.
118
+ *
119
+ * 429 - TOO_MANY_REQUESTS - The user has sent too many requests in a given amount of time.
120
+ *
121
+ * 431 - REQUEST_HEADER_FIELDS_TOO_LARGE - The server is unwilling to process the request because its header fields are too large.
122
+ *
123
+ * 451 - UNAVAILABLE_FOR_LEGAL_REASONS - The user-agent requested a resource that cannot legally be provided, such as a censored resource.
124
+ *
125
+ *
126
+ * 5xx: Server error responses
127
+ *
128
+ *
129
+ * 500 - INTERNAL_SERVER_ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request.
130
+ *
131
+ * 501 - NOT_IMPLEMENTED - The server does not support the functionality required to fulfill the request.
132
+ *
133
+ * 502 - BAD_GATEWAY - The server, while acting as a gateway or proxy, received an invalid response from the upstream server.
134
+ *
135
+ * 503 - SERVICE_UNAVAILABLE - The server is currently unavailable (because it is overloaded or down for maintenance).
136
+ *
137
+ * 504 - GATEWAY_TIMEOUT - The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.
138
+ *
139
+ * 505 - HTTP_VERSION_NOT_SUPPORTED - The server does not support the HTTP protocol version used in the request.
140
+ *
141
+ * 506 - VARIANT_ALSO_NEGOTIATES - The server has an internal configuration error, such as a misconfigured gateway.
142
+ *
143
+ * 507 - INSUFFICIENT_STORAGE - The server is unable to store the representation needed to complete the request.
144
+ *
145
+ * 508 - LOOP_DETECTED - The server detected an infinite loop while processing a request.
146
+ */
147
+ declare enum HttpStatusCodes {
148
+ /**
149
+ * The server has received the request headers and the client should proceed to send the request body.
150
+ */
151
+ CONTINUE_100 = 100,
152
+ /**
153
+ * The requester has asked the server to switch protocols and the server has agreed to do so.
154
+ */
155
+ SWITCHING_PROTOCOLS_101 = 101,
156
+ /**
157
+ * Used to return some response headers before final HTTP message.
158
+ */
159
+ PROCESSING_102 = 102,
160
+ // WebDAV
161
+ /**
162
+ * Early hints - part of optimization to improve page load time.
163
+ */
164
+ EARLY_HINTS_103 = 103,
165
+ /**
166
+ * The request has succeeded.
167
+ */
168
+ OK_200 = 200,
169
+ /**
170
+ * The request has been fulfilled and has resulted in one or more new resources being created.
171
+ */
172
+ CREATED_201 = 201,
173
+ /**
174
+ * The request has been accepted for processing, but the processing has not been completed.
175
+ */
176
+ ACCEPTED_202 = 202,
177
+ /**
178
+ * The server successfully processed the request, but is returning information that may be from another source.
179
+ */
180
+ NON_AUTHORITATIVE_INFORMATION_203 = 203,
181
+ /**
182
+ * The server successfully processed the request and is not returning any content.
183
+ */
184
+ NO_CONTENT_204 = 204,
185
+ /**
186
+ * The server successfully processed the request, but is not returning any content and requires that the requester reset the document view.
187
+ */
188
+ RESET_CONTENT_205 = 205,
189
+ /**
190
+ * The server is delivering only part of the resource due to a range header sent by the client.
191
+ */
192
+ PARTIAL_CONTENT_206 = 206,
193
+ /**
194
+ * Multi-status response providing status for multiple independent operations.
195
+ */
196
+ MULTI_STATUS_207 = 207,
197
+ // WebDAV
198
+ /**
199
+ * The members of a DAV binding have already been enumerated in a preceding part of the request.
200
+ */
201
+ ALREADY_REPORTED_208 = 208,
202
+ // WebDAV
203
+ /**
204
+ * The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance manipulations applied to the current instance.
205
+ */
206
+ IM_USED_226 = 226,
207
+ /**
208
+ * The request has more than one possible response. The user-agent or user should choose one of them.
209
+ */
210
+ MULTIPLE_CHOICES_300 = 300,
211
+ /**
212
+ * The URL of the requested resource has been changed permanently.
213
+ */
214
+ MOVED_PERMANENTLY_301 = 301,
215
+ /**
216
+ * The requested resource is available at a different URI.
217
+ */
218
+ FOUND_302 = 302,
219
+ /**
220
+ * The response to the request can be found under another URI using a GET method.
221
+ */
222
+ SEE_OTHER_303 = 303,
223
+ /**
224
+ * Indicates that the resource has not been modified since the version specified by the request headers.
225
+ */
226
+ NOT_MODIFIED_304 = 304,
227
+ /**
228
+ * The requested resource must be accessed through the proxy given by the Location field.
229
+ */
230
+ USE_PROXY_305 = 305,
231
+ /**
232
+ * No longer used. Originally meant to direct the client to switch to a different proxy.
233
+ */
234
+ SWITCH_PROXY_306 = 306,
235
+ /**
236
+ * The requested resource resides temporarily under a different URI.
237
+ */
238
+ TEMPORARY_REDIRECT_307 = 307,
239
+ /**
240
+ * The request should be repeated with another URI, but future requests should still use the original URI.
241
+ */
242
+ PERMANENT_REDIRECT_308 = 308,
243
+ /**
244
+ * The server cannot or will not process the request due to something perceived to be a client error.
245
+ */
246
+ BAD_REQUEST_400 = 400,
247
+ /**
248
+ * The client must authenticate itself to get the requested response.
249
+ */
250
+ UNAUTHORIZED_401 = 401,
251
+ /**
252
+ * The client does not have access rights to the content.
253
+ */
254
+ FORBIDDEN_403 = 403,
255
+ /**
256
+ * The server can not find the requested resource.
257
+ */
258
+ NOT_FOUND_404 = 404,
259
+ /**
260
+ * The request method is known by the server but is not supported by the target resource.
261
+ */
262
+ METHOD_NOT_ALLOWED_405 = 405,
263
+ /**
264
+ * This response is sent when the requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.
265
+ */
266
+ NOT_ACCEPTABLE_406 = 406,
267
+ /**
268
+ * This is similar to 401 but authentication is needed to be done by a proxy.
269
+ */
270
+ PROXY_AUTHENTICATION_REQUIRED_407 = 407,
271
+ /**
272
+ * This response is sent on an idle connection by some servers, even without any previous request by the client.
273
+ */
274
+ REQUEST_TIMEOUT_408 = 408,
275
+ /**
276
+ * This response is sent when a request conflicts with the current state of the server.
277
+ */
278
+ CONFLICT_409 = 409,
279
+ /**
280
+ * This response is sent when the requested resource is no longer available and will not be available again.
281
+ */
282
+ GONE_410 = 410,
283
+ /**
284
+ * The request did not specify the length of its content, which is required by the requested resource.
285
+ */
286
+ LENGTH_REQUIRED_411 = 411,
287
+ /**
288
+ * The server does not meet one of the preconditions that the requester put on the request.
289
+ */
290
+ PRECONDITION_FAILED_412 = 412,
291
+ /**
292
+ * The request is larger than the server is willing or able to process.
293
+ */
294
+ PAYLOAD_TOO_LARGE_413 = 413,
295
+ /**
296
+ * The URI requested by the client is longer than the server is willing to interpret.
297
+ */
298
+ URI_TOO_LONG_414 = 414,
299
+ /**
300
+ * The media format of the requested data is not supported by the server.
301
+ */
302
+ UNSUPPORTED_MEDIA_TYPE_415 = 415,
303
+ /**
304
+ * The range specified by the Range header field in the request can't be fulfilled.
305
+ */
306
+ RANGE_NOT_SATISFIABLE_416 = 416,
307
+ /**
308
+ * The expectation indicated by the Expect request header field can't be met by the server.
309
+ */
310
+ EXPECTATION_FAILED_417 = 417,
311
+ /**
312
+ * The server refuses the attempt to brew coffee with a teapot.
313
+ */
314
+ IM_A_TEAPOT_418 = 418,
315
+ // Easter egg from the HTCPCP/1.0 protocol.
316
+ /**
317
+ * The request was directed at a server that is not able to produce a response.
318
+ */
319
+ MISDIRECTED_REQUEST_421 = 421,
320
+ /**
321
+ * The request was well-formed but was unable to be followed due to semantic errors.
322
+ */
323
+ UNPROCESSABLE_ENTITY_422 = 422,
324
+ // WebDAV
325
+ /**
326
+ * The resource that is being accessed is locked.
327
+ */
328
+ LOCKED_423 = 423,
329
+ // WebDAV
330
+ /**
331
+ * The request failed due to failure of a previous request.
332
+ */
333
+ FAILED_DEPENDENCY_424 = 424,
334
+ // WebDAV
335
+ /**
336
+ * Indicates that the server is unwilling to risk processing a request that might be replayed.
337
+ */
338
+ TOO_EARLY_425 = 425,
339
+ /**
340
+ * The server refuses to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol.
341
+ */
342
+ UPGRADE_REQUIRED_426 = 426,
343
+ /**
344
+ * The origin server requires the request to be conditional.
345
+ */
346
+ PRECONDITION_REQUIRED_428 = 428,
347
+ /**
348
+ * The user has sent too many requests in a given amount of time.
349
+ */
350
+ TOO_MANY_REQUESTS_429 = 429,
351
+ /**
352
+ * The server is unwilling to process the request because its header fields are too large.
353
+ */
354
+ REQUEST_HEADER_FIELDS_TOO_LARGE_431 = 431,
355
+ /**
356
+ * The user-agent requested a resource that cannot legally be provided, such as a censored resource.
357
+ */
358
+ UNAVAILABLE_FOR_LEGAL_REASONS_451 = 451,
359
+ /**
360
+ * The server encountered an unexpected condition that prevented it from fulfilling the request.
361
+ */
362
+ INTERNAL_SERVER_ERROR_500 = 500,
363
+ /**
364
+ * The server does not support the functionality required to fulfill the request.
365
+ */
366
+ NOT_IMPLEMENTED_501 = 501,
367
+ /**
368
+ * The server, while acting as a gateway or proxy, received an invalid response from the upstream server.
369
+ */
370
+ BAD_GATEWAY_502 = 502,
371
+ /**
372
+ * The server is currently unavailable (because it is overloaded or down for maintenance).
373
+ */
374
+ SERVICE_UNAVAILABLE_503 = 503,
375
+ /**
376
+ * The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.
377
+ */
378
+ GATEWAY_TIMEOUT_504 = 504,
379
+ /**
380
+ * The server does not support the HTTP protocol version used in the request.
381
+ */
382
+ HTTP_VERSION_NOT_SUPPORTED_505 = 505,
383
+ /**
384
+ * The server has an internal configuration error, such as a misconfigured gateway.
385
+ */
386
+ VARIANT_ALSO_NEGOTIATES_506 = 506,
387
+ /**
388
+ * The server is unable to store the representation needed to complete the request.
389
+ */
390
+ INSUFFICIENT_STORAGE_507 = 507,
391
+ // WebDAV
392
+ /**
393
+ * The server detected an infinite loop while processing a request.
394
+ */
395
+ LOOP_DETECTED_508 = 508,
396
+ // WebDAV
397
+ /**
398
+ * Further extensions to the request are required for the server to fulfill it.
399
+ */
400
+ NOT_EXTENDED_510 = 510,
401
+ /**
402
+ * The client needs to authenticate to gain network access.
403
+ */
404
+ NETWORK_AUTHENTICATION_REQUIRED_511 = 511
405
+ } //#endregion
406
+ //#endregion
407
+ export { HttpStatusCodes };
408
+ //# sourceMappingURL=httpStatusCodes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpStatusCodes.d.ts","names":["HttpStatusCodes","CONTINUE_100","SWITCHING_PROTOCOLS_101","PROCESSING_102","EARLY_HINTS_103","OK_200","CREATED_201","ACCEPTED_202","NON_AUTHORITATIVE_INFORMATION_203","NO_CONTENT_204","RESET_CONTENT_205","PARTIAL_CONTENT_206","MULTI_STATUS_207","ALREADY_REPORTED_208","IM_USED_226","MULTIPLE_CHOICES_300","MOVED_PERMANENTLY_301","FOUND_302","SEE_OTHER_303","NOT_MODIFIED_304","USE_PROXY_305","SWITCH_PROXY_306","TEMPORARY_REDIRECT_307","PERMANENT_REDIRECT_308","BAD_REQUEST_400","UNAUTHORIZED_401","FORBIDDEN_403","NOT_FOUND_404","METHOD_NOT_ALLOWED_405","NOT_ACCEPTABLE_406","PROXY_AUTHENTICATION_REQUIRED_407","REQUEST_TIMEOUT_408","CONFLICT_409","GONE_410","LENGTH_REQUIRED_411","PRECONDITION_FAILED_412","PAYLOAD_TOO_LARGE_413","URI_TOO_LONG_414","UNSUPPORTED_MEDIA_TYPE_415","RANGE_NOT_SATISFIABLE_416","EXPECTATION_FAILED_417","IM_A_TEAPOT_418","MISDIRECTED_REQUEST_421","UNPROCESSABLE_ENTITY_422","LOCKED_423","FAILED_DEPENDENCY_424","TOO_EARLY_425","UPGRADE_REQUIRED_426","PRECONDITION_REQUIRED_428","TOO_MANY_REQUESTS_429","REQUEST_HEADER_FIELDS_TOO_LARGE_431","UNAVAILABLE_FOR_LEGAL_REASONS_451","INTERNAL_SERVER_ERROR_500","NOT_IMPLEMENTED_501","BAD_GATEWAY_502","SERVICE_UNAVAILABLE_503","GATEWAY_TIMEOUT_504","HTTP_VERSION_NOT_SUPPORTED_505","VARIANT_ALSO_NEGOTIATES_506","INSUFFICIENT_STORAGE_507","LOOP_DETECTED_508","NOT_EXTENDED_510","NETWORK_AUTHENTICATION_REQUIRED_511"],"sources":["../../../../../../../../../../apps/backend/dist/types/utils/httpStatusCodes.d.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAiJaA,eAAAA;;;;EAIXC,YAAAA;;;;EAIAC,uBAAAA;;;;EAIAC,cAAAA;EAAAA;;;;EAKAC,eAAAA;;;;EAIAC,MAAAA;;;;EAIAC,WAAAA;;;;EAIAC,YAAAA;;;;EAIAC,iCAAAA;;;;EAIAC,cAAAA;;;;EAIAC,iBAAAA;;;;EAIAC,mBAAAA;;;;EAIAC,gBAAAA;EAAAA;;;;EAKAC,oBAAAA;EAAAA;;;;EAKAC,WAAAA;;;;EAIAC,oBAAAA;;;;EAIAC,qBAAAA;;;;EAIAC,SAAAA;;;;EAIAC,aAAAA;;;;EAIAC,gBAAAA;;;;EAIAC,aAAAA;;;;EAIAC,gBAAAA;;;;EAIAC,sBAAAA;;;;EAIAC,sBAAAA;;;;EAIAC,eAAAA;;;;EAIAC,gBAAAA;;;;EAIAC,aAAAA;;;;EAIAC,aAAAA;;;;EAIAC,sBAAAA;;;;EAIAC,kBAAAA;;;;EAIAC,iCAAAA;;;;EAIAC,mBAAAA;;;;EAIAC,YAAAA;;;;EAIAC,QAAAA;;;;EAIAC,mBAAAA;;;;EAIAC,uBAAAA;;;;EAIAC,qBAAAA;;;;EAIAC,gBAAAA;;;;EAIAC,0BAAAA;;;;EAIAC,yBAAAA;;;;EAIAC,sBAAAA;;;;EAIAC,eAAAA;EAAAA;;;;EAKAC,uBAAAA;;;;EAIAC,wBAAAA;EAAAA;;;;EAKAC,UAAAA;EAAAA;;;;EAKAC,qBAAAA;EAAAA;;;;EAKAC,aAAAA;;;;EAIAC,oBAAAA;;;;EAIAC,yBAAAA;;;;EAIAC,qBAAAA;;;;EAIAC,mCAAAA;;;;EAIAC,iCAAAA;;;;EAIAC,yBAAAA;;;;EAIAC,mBAAAA;;;;EAIAC,eAAAA;;;;EAIAC,uBAAAA;;;;EAIAC,mBAAAA;;;;EAIAC,8BAAAA;;;;EAIAC,2BAAAA;;;;EAIAC,wBAAAA;EAAAA;;;;EAKAC,iBAAAA;EAAAA;;;;EAKAC,gBAAAA;;;;EAIAC,mCAAAA;AAAAA"}
@@ -0,0 +1,10 @@
1
+ import { Types } from "/Users/aymericpineau/Documents/intlayer_/node_modules/.bun/mongoose@9.7.3+542f6f6ea3696ec4/node_modules/mongoose/index.js";
2
+
3
+ //#region ../../../apps/backend/dist/types/utils/mongoDB/types.d.ts
4
+ type OmitId<T extends {
5
+ id?: any;
6
+ _id?: any;
7
+ }> = Omit<T, 'id' | '_id'>; //#endregion
8
+ //#endregion
9
+ export { OmitId };
10
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","names":["Types","RenameId","T","ObjectId","Omit","id","_id","OmitId"],"sources":["../../../../../../../../../../../apps/backend/dist/types/utils/mongoDB/types.d.ts"],"mappings":";;;KAQKO,MAAAA;EACHF,EAAAA;EACAC,GAAAA;AAAAA,KACGF,IAAAA,CAAKF,CAAAA"}
@@ -0,0 +1,27 @@
1
+ import { HttpStatusCodes } from "./httpStatusCodes.js";
2
+
3
+ //#region ../../../apps/backend/dist/types/utils/responseData.d.ts
4
+ //#region src/utils/responseData.d.ts
5
+ type ErrorData = {
6
+ code: string;
7
+ title: string;
8
+ message: string;
9
+ } & object;
10
+ type ResponseData<T = null> = {
11
+ message?: string;
12
+ description?: string;
13
+ success: boolean;
14
+ status: HttpStatusCodes;
15
+ data: T | null;
16
+ error?: ErrorData | ErrorData[];
17
+ };
18
+ type PaginatedResponse<T = undefined> = Omit<ResponseData<T>, 'data'> & {
19
+ data: T[] | null;
20
+ page: number | null;
21
+ page_size: number | null;
22
+ total_pages: number | null;
23
+ total_items: number | null;
24
+ };
25
+ //#endregion
26
+ export { PaginatedResponse, ResponseData };
27
+ //# sourceMappingURL=responseData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responseData.d.ts","names":["HttpStatusCodes","ErrorData","code","title","message","ResponseData","T","description","success","status","data","error","ValidResponseStatus","OK_200","CREATED_201","ACCEPTED_202","NON_AUTHORITATIVE_INFORMATION_203","NO_CONTENT_204","RESET_CONTENT_205","PARTIAL_CONTENT_206","MULTI_STATUS_207","ALREADY_REPORTED_208","IM_USED_226","SuccessResponseArgs","ErrorResponseArgs","formatResponse","PaginatedResponse","Omit","page","page_size","total_pages","total_items","SuccessPaginatedResponseArgs","pageSize","totalPages","totalItems","ErrorPaginatedResponseArgs","formatPaginatedResponse"],"sources":["../../../../../../../../../../apps/backend/dist/types/utils/responseData.d.ts"],"mappings":";;;;KAGKC,SAAAA;EACHC,IAAAA;EACAC,KAAAA;EACAC,OAAAA;AAAAA;AAAAA,KAEGC,YAAAA;EACHD,OAAAA;EACAG,WAAAA;EACAC,OAAAA;EACAC,MAAAA,EAAQT,eAAAA;EACRU,IAAAA,EAAMJ,CAAAA;EACNK,KAAAA,GAAQV,SAAAA,GAAYA,SAAAA;AAAAA;AAAAA,KA2BjByB,iBAAAA,kBAAmCC,IAAAA,CAAKtB,YAAAA,CAAaC,CAAAA;EACxDI,IAAAA,EAAMJ,CAAAA;EACNsB,IAAAA;EACAC,SAAAA;EACAC,WAAAA;EACAC,WAAAA;AAAAA"}
@@ -0,0 +1,103 @@
1
+ import { FetcherOptions } from "../fetcher.js";
2
+ import { IntlayerConfig } from "@intlayer/types/config";
3
+
4
+ //#region src/cms/createAuthManager.d.ts
5
+ /**
6
+ * Any asynchronous API method exposed by a domain section
7
+ * (e.g. `getDictionaries`, `pushDictionaries`).
8
+ */
9
+ type AsyncMethod<Arguments extends unknown[], Result> = (...args: Arguments) => Promise<Result>;
10
+ /**
11
+ * A domain section factory: builds a plain object of async methods from shared
12
+ * fetcher options and the Intlayer configuration.
13
+ */
14
+ type SectionFactory<Section extends Record<string, unknown>> = (fetcherOptions: FetcherOptions, intlayerConfig: IntlayerConfig) => Section;
15
+ /**
16
+ * Options accepted when creating an {@link AuthManager}.
17
+ */
18
+ type AuthManagerOptions = {
19
+ /**
20
+ * Base fetcher options merged into every request (e.g. custom headers).
21
+ */
22
+ baseFetcherOptions?: FetcherOptions;
23
+ /**
24
+ * A pre-issued CLI session token (prefixed with `clisession_`). When provided,
25
+ * it is used directly as the Bearer token and the OAuth2 `client_credentials`
26
+ * exchange is skipped entirely.
27
+ */
28
+ sessionToken?: string;
29
+ };
30
+ /**
31
+ * Options accepted when binding a domain section to an {@link AuthManager}.
32
+ */
33
+ type BindSectionOptions = {
34
+ /**
35
+ * Forces auth injection on (`false`) or off (`true`). Defaults to enabled
36
+ * whenever credentials are available.
37
+ */
38
+ skipAuth?: boolean;
39
+ };
40
+ /**
41
+ * Manages CMS authentication for a set of API calls.
42
+ *
43
+ * The manager owns a single mutable {@link FetcherOptions} object
44
+ * (`fetcherOptions`). Domain factories bound through it share the same
45
+ * reference, so refreshing the token in place transparently authenticates every
46
+ * call — without rebuilding the API clients.
47
+ */
48
+ type AuthManager = {
49
+ /**
50
+ * Mutable fetcher options carrying the `Authorization` header. Bound sections
51
+ * share this reference so the injected token is reused everywhere.
52
+ */
53
+ fetcherOptions: FetcherOptions;
54
+ /**
55
+ * The resolved Intlayer configuration (merged with the build-time defaults).
56
+ */
57
+ intlayerConfig: IntlayerConfig;
58
+ /**
59
+ * `true` when credentials are available — either a session token or a
60
+ * `clientId`/`clientSecret` pair in the configuration.
61
+ */
62
+ hasCredentials: boolean;
63
+ /**
64
+ * Ensures a valid access token is available and applies it to
65
+ * `fetcherOptions`. Called automatically by {@link withAuth}.
66
+ */
67
+ ensureAuth: () => Promise<void>;
68
+ /**
69
+ * Forces a token refresh on the next call by clearing the cached token.
70
+ */
71
+ reset: () => void;
72
+ /**
73
+ * Wraps a single API method so it injects (and, on failure, refreshes) the
74
+ * access token on every invocation while preserving the method's signature.
75
+ */
76
+ withAuth: <Arguments extends unknown[], Result>(method: AsyncMethod<Arguments, Result>, skipAuth?: boolean) => AsyncMethod<Arguments, Result>;
77
+ /**
78
+ * Instantiates a domain factory with the managed fetcher options and config,
79
+ * returning a section whose every method authenticates automatically.
80
+ *
81
+ * @example
82
+ * ```ts
83
+ * const dictionary = authManager.bindSection(getDictionaryAPI);
84
+ * await dictionary.pushDictionaries(dictionaries);
85
+ * ```
86
+ */
87
+ bindSection: <Section extends Record<string, unknown>>(factory: SectionFactory<Section>, options?: BindSectionOptions) => Section;
88
+ };
89
+ /**
90
+ * Creates an instance-scoped {@link AuthManager} handling the OAuth2
91
+ * `client_credentials` flow (or a pre-issued CLI session token).
92
+ *
93
+ * Unlike a global token cache, each manager keeps its own token state, so
94
+ * independent SDK instances never interfere with one another.
95
+ *
96
+ * @param intlayerConfig - Intlayer configuration carrying the `editor`
97
+ * credentials. Defaults to the build-time configuration.
98
+ * @param options - Optional session token and base fetcher options.
99
+ */
100
+ declare const createAuthManager: (intlayerConfig?: Pick<IntlayerConfig, "editor">, options?: AuthManagerOptions) => AuthManager;
101
+ //#endregion
102
+ export { AuthManager, AuthManagerOptions, BindSectionOptions, createAuthManager };
103
+ //# sourceMappingURL=createAuthManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createAuthManager.d.ts","names":[],"sources":["../../../src/cms/createAuthManager.ts"],"mappings":";;;;;;AAGiD;;KAmB5C,WAAA,4CACA,IAAA,EAAM,SAAA,KACN,OAAA,CAAQ,MAAA;;;;;KAMR,cAAA,iBAA+B,MAAA,sBAClC,cAAA,EAAgB,cAAA,EAChB,cAAA,EAAgB,cAAA,KACb,OAAA;;;;KAuCO,kBAAA;EAhDP;;;EAoDH,kBAAA,GAAqB,cAAA;EA9ClB;;;;;EAoDH,YAAA;AAAA;;;;KAMU,kBAAA;EAzDM;;;;EA8DhB,QAAA;AAAA;;AArBF;;;;;;;KAgCY,WAAA;EAtBE;AAMd;;;EAqBE,cAAA,EAAgB,cAAA;EAhBR;AAWV;;EASE,cAAA,EAAgB,cAAA;EAJA;;;;EAShB,cAAA;EAeU;;;;EAVV,UAAA,QAAkB,OAAA;EAwBQ;;;EApB1B,KAAA;EAsBY;;;;EAjBZ,QAAA,wCACE,MAAA,EAAQ,WAAA,CAAY,SAAA,EAAW,MAAA,GAC/B,QAAA,eACG,WAAA,CAAY,SAAA,EAAW,MAAA;EAtBZ;;;;;;;;;;EAiChB,WAAA,mBAA8B,MAAA,mBAC5B,OAAA,EAAS,cAAA,CAAe,OAAA,GACxB,OAAA,GAAU,kBAAA,KACP,OAAA;AAAA;;;;;;;;;;;;cAcM,iBAAA,GACX,cAAA,GAAgB,IAAA,CAAK,cAAA,aACrB,OAAA,GAAS,kBAAA,KACR,WAAA"}
@@ -0,0 +1,80 @@
1
+ import { FetcherOptions } from "../fetcher.js";
2
+ import { AuthManager, AuthManagerOptions, BindSectionOptions } from "./createAuthManager.js";
3
+ import { IntlayerConfig } from "@intlayer/types/config";
4
+
5
+ //#region src/cms/createIntlayerCMS.d.ts
6
+ /**
7
+ * Options accepted when creating the Intlayer CMS authenticator.
8
+ */
9
+ type IntlayerCMSOptions = AuthManagerOptions;
10
+ /**
11
+ * The Intlayer CMS authenticator returned by {@link createIntlayerCMS}.
12
+ *
13
+ * It is a lightweight object that holds the credentials and the managed token,
14
+ * but knows nothing about individual domains. Pair it with a domain endpoint
15
+ * (e.g. `dictionaryEndpoint`) to issue authenticated requests.
16
+ */
17
+ type IntlayerCMS = AuthManager;
18
+ /**
19
+ * Creates an Intlayer CMS authenticator handling authentication automatically
20
+ * (OAuth2 `client_credentials`, or a CLI session token).
21
+ *
22
+ * This factory is intentionally lightweight: it does **not** bundle any domain
23
+ * client. Combine it with the per-domain endpoint binders — imported separately
24
+ * so only the domains you use are included in your bundle.
25
+ *
26
+ * The configuration is optional: when omitted, the credentials are read from the
27
+ * build-time configuration (`@intlayer/config/built`), which resolves the
28
+ * `INTLAYER_CLIENT_ID` / `INTLAYER_CLIENT_SECRET` environment variables.
29
+ *
30
+ * > Security: the CMS credentials grant write access to your content. Only ever
31
+ * > create the authenticator on the server side — never ship `clientId` /
32
+ * > `clientSecret` to the browser.
33
+ *
34
+ * @param intlayerConfig - Intlayer configuration carrying the `editor`
35
+ * credentials. Defaults to the build-time configuration.
36
+ * @param options - Optional CLI session token and base fetcher options.
37
+ *
38
+ * @example
39
+ * ```ts
40
+ * import { createIntlayerCMS } from '@intlayer/api';
41
+ * import { dictionaryEndpoint } from '@intlayer/api/dictionary';
42
+ *
43
+ * // Optional: reads INTLAYER_CLIENT_ID / INTLAYER_CLIENT_SECRET when omitted
44
+ * const cms = createIntlayerCMS();
45
+ *
46
+ * // Read
47
+ * const { data: dictionaries } = await dictionaryEndpoint(cms).getDictionaries();
48
+ *
49
+ * // Write
50
+ * await dictionaryEndpoint(cms).pushDictionaries([myDictionary]);
51
+ * ```
52
+ */
53
+ declare const createIntlayerCMS: (intlayerConfig?: Pick<IntlayerConfig, "editor">, options?: IntlayerCMSOptions) => IntlayerCMS;
54
+ /**
55
+ * A domain endpoint binder: given an authenticator (or none, in which case a
56
+ * default one is created from the build-time configuration), returns the
57
+ * authenticated domain section.
58
+ */
59
+ type CMSEndpoint<Section extends Record<string, unknown>> = (cms?: IntlayerCMS) => Section;
60
+ /**
61
+ * Turns a domain factory into a tree-shakeable endpoint binder.
62
+ *
63
+ * Each endpoint pulls in only its own domain client plus the auth machinery, so
64
+ * importing `dictionaryEndpoint` never bundles the project, AI, or any other
65
+ * domain.
66
+ *
67
+ * @param factory - The domain factory (e.g. `getDictionaryAPI`).
68
+ * @param options - Binding options, e.g. `{ skipAuth: true }` for the token
69
+ * endpoint itself.
70
+ *
71
+ * @example
72
+ * ```ts
73
+ * // inside @intlayer/api/dictionary
74
+ * export const dictionaryEndpoint = createEndpoint(getDictionaryAPI);
75
+ * ```
76
+ */
77
+ declare const createEndpoint: <Section extends Record<string, unknown>>(factory: (fetcherOptions: FetcherOptions, intlayerConfig: IntlayerConfig) => Section, options?: BindSectionOptions) => CMSEndpoint<Section>;
78
+ //#endregion
79
+ export { CMSEndpoint, IntlayerCMS, IntlayerCMSOptions, createEndpoint, createIntlayerCMS };
80
+ //# sourceMappingURL=createIntlayerCMS.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createIntlayerCMS.d.ts","names":[],"sources":["../../../src/cms/createIntlayerCMS.ts"],"mappings":";;;;;;;AAaA;KAAY,kBAAA,GAAqB,kBAAA;;;;AASjC;;;;KAAY,WAAA,GAAc,WAAA;AAqC1B;;;;;;;;;;;;;;;;;AAUA;;;;;;;;;;;;;;;AAqBA;;;AA/BA,cAAa,iBAAA,GACX,cAAA,GAAgB,IAAA,CAAK,cAAA,aACrB,OAAA,GAAS,kBAAA,KACR,WAAA;;;;;;KAOS,WAAA,iBAA4B,MAAA,sBACtC,GAAA,GAAM,WAAA,KACH,OAAA;;;;;;;;;;;;;;;;;;cAmBQ,cAAA,mBACM,MAAA,mBACf,OAAA,GACE,cAAA,EAAgB,cAAA,EAChB,cAAA,EAAgB,cAAA,KACb,OAAA,EACL,OAAA,GAAU,kBAAA,KACT,WAAA,CAAY,OAAA"}
@@ -0,0 +1,3 @@
1
+ import { AuthManager, AuthManagerOptions, BindSectionOptions, createAuthManager } from "./createAuthManager.js";
2
+ import { CMSEndpoint, IntlayerCMS, IntlayerCMSOptions, createEndpoint, createIntlayerCMS } from "./createIntlayerCMS.js";
3
+ export { AuthManager, AuthManagerOptions, BindSectionOptions, CMSEndpoint, IntlayerCMS, IntlayerCMSOptions, createAuthManager, createEndpoint, createIntlayerCMS };
@@ -1,4 +1,4 @@
1
- import { DictionaryAPI } from "@intlayer/backend";
1
+ import { DictionaryAPI } from "../apps/backend/dist/types/types/dictionary.types.js";
2
2
  import { IntlayerConfig } from "@intlayer/types/config";
3
3
 
4
4
  //#region src/distantDictionary/fetchDistantDictionaries.d.ts
@@ -1 +1 @@
1
- {"version":3,"file":"fetchDistantDictionaries.d.ts","names":[],"sources":["../../../src/distantDictionary/fetchDistantDictionaries.ts"],"mappings":";;;;;;AAOA;cAAa,wBAAA,GACX,cAAA,EAAgB,cAAA,KACf,OAAA,CAAQ,aAAA"}
1
+ {"version":3,"file":"fetchDistantDictionaries.d.ts","names":[],"sources":["../../../src/distantDictionary/fetchDistantDictionaries.ts"],"mappings":";;;;;;;cAQa,wBAAA,GACX,cAAA,EAAgB,cAAA,KACf,OAAA,CAAQ,aAAA"}