@jumoo/translate 17.9.2

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 (334) hide show
  1. package/dist/api/client/client.gen.d.ts +2 -0
  2. package/dist/api/client/index.d.ts +10 -0
  3. package/dist/api/client/types.gen.d.ts +120 -0
  4. package/dist/api/client/utils.gen.d.ts +37 -0
  5. package/dist/api/client.gen.d.ts +12 -0
  6. package/dist/api/core/auth.gen.d.ts +25 -0
  7. package/dist/api/core/bodySerializer.gen.d.ts +25 -0
  8. package/dist/api/core/params.gen.d.ts +43 -0
  9. package/dist/api/core/pathSerializer.gen.d.ts +33 -0
  10. package/dist/api/core/queryKeySerializer.gen.d.ts +18 -0
  11. package/dist/api/core/serverSentEvents.gen.d.ts +71 -0
  12. package/dist/api/core/types.gen.d.ts +83 -0
  13. package/dist/api/core/utils.gen.d.ts +19 -0
  14. package/dist/api/index.d.ts +3 -0
  15. package/dist/api/sdk.gen.d.ts +156 -0
  16. package/dist/api/types.gen.d.ts +3259 -0
  17. package/dist/components/elements/models.d.ts +33 -0
  18. package/dist/components/elements/types.d.ts +14 -0
  19. package/dist/components/index.d.ts +11 -0
  20. package/dist/components/table/paged-table.element.d.ts +64 -0
  21. package/dist/components/table/translation-table-linked-item.d.ts +14 -0
  22. package/dist/components/translate-body-layout.element.d.ts +13 -0
  23. package/dist/components/translate-box.element.d.ts +15 -0
  24. package/dist/components/translate-property-layout.d.ts +18 -0
  25. package/dist/components/translation-empty-state.d.ts +14 -0
  26. package/dist/components/translation-language-card.d.ts +17 -0
  27. package/dist/components/translation-licence-box.element.d.ts +13 -0
  28. package/dist/components/translation-summary-card.d.ts +17 -0
  29. package/dist/conditions/manifest.d.ts +1 -0
  30. package/dist/conditions/selected-nodes.condition.d.ts +8 -0
  31. package/dist/conditions/sent-to-translate.condition.d.ts +10 -0
  32. package/dist/conditions/simple-translate.condition.d.ts +12 -0
  33. package/dist/connectors/components/connector-mapping.element.d.ts +21 -0
  34. package/dist/connectors/components/index.d.ts +1 -0
  35. package/dist/connectors/defaults/connector-config-default.element.d.ts +6 -0
  36. package/dist/connectors/defaults/connector-job-default.element.d.ts +6 -0
  37. package/dist/connectors/defaults/connector-pending-default.element.d.ts +6 -0
  38. package/dist/connectors/defaults/manifest.d.ts +2 -0
  39. package/dist/connectors/index.d.ts +3 -0
  40. package/dist/connectors/manifest.d.ts +1 -0
  41. package/dist/connectors/repository/connector-repository.d.ts +11 -0
  42. package/dist/connectors/types.d.ts +10 -0
  43. package/dist/constants.d.ts +26 -0
  44. package/dist/content/actions/manifest.d.ts +1 -0
  45. package/dist/content/actions/translate.action.d.ts +8 -0
  46. package/dist/content/actions/translate.footer-app.d.ts +14 -0
  47. package/dist/content/bulk/bulk-selection.context.d.ts +26 -0
  48. package/dist/content/bulk/bulk-translation-dashboard.element.d.ts +20 -0
  49. package/dist/content/bulk/manifest.d.ts +1 -0
  50. package/dist/content/components/document-sets.element.d.ts +15 -0
  51. package/dist/content/components/document-stats.element.d.ts +15 -0
  52. package/dist/content/components/document-translations.element.d.ts +29 -0
  53. package/dist/content/components/index.d.ts +4 -0
  54. package/dist/content/components/simple-translate.element.d.ts +18 -0
  55. package/dist/content/index.d.ts +1 -0
  56. package/dist/content/manifest.d.ts +1 -0
  57. package/dist/content/translation-view.context.d.ts +28 -0
  58. package/dist/content/translation-view.element.d.ts +11 -0
  59. package/dist/exports.d.ts +8 -0
  60. package/dist/glossary/components/glossary-export.modal.d.ts +13 -0
  61. package/dist/glossary/components/glossary-export.modal.token.d.ts +11 -0
  62. package/dist/glossary/components/glossary-import.modal.d.ts +16 -0
  63. package/dist/glossary/components/glossary-import.modal.token.d.ts +11 -0
  64. package/dist/glossary/components/glossary-term-edit.modal.d.ts +14 -0
  65. package/dist/glossary/components/glossary-term-edit.modal.token.d.ts +15 -0
  66. package/dist/glossary/components/manifest.d.ts +2 -0
  67. package/dist/glossary/conditions/glossary-enabled.condition.d.ts +31 -0
  68. package/dist/glossary/conditions/manifest.d.ts +1 -0
  69. package/dist/glossary/constants.d.ts +4 -0
  70. package/dist/glossary/manifest.d.ts +1 -0
  71. package/dist/glossary/menu/manifest.d.ts +1 -0
  72. package/dist/glossary/repository/glossary.repository.d.ts +65 -0
  73. package/dist/glossary/repository/index.d.ts +2 -0
  74. package/dist/glossary/workspace/manifest.d.ts +1 -0
  75. package/dist/glossary/workspace/views/default.element.d.ts +22 -0
  76. package/dist/glossary/workspace/workspace.context.d.ts +25 -0
  77. package/dist/glossary/workspace/workspace.element.d.ts +6 -0
  78. package/dist/hey-api.d.ts +11 -0
  79. package/dist/icons/icons.d.ts +5 -0
  80. package/dist/icons/manifest.d.ts +1 -0
  81. package/dist/icons/svgs/translate.d.ts +2 -0
  82. package/dist/index.d.ts +8 -0
  83. package/dist/jobs/components/index.d.ts +8 -0
  84. package/dist/jobs/components/job-copyproperties.element.d.ts +15 -0
  85. package/dist/jobs/components/job-item-table.element.d.ts +19 -0
  86. package/dist/jobs/components/job-list-selection.element.d.ts +17 -0
  87. package/dist/jobs/components/job-list-table.element.d.ts +18 -0
  88. package/dist/jobs/components/job-processing-bar.element.d.ts +14 -0
  89. package/dist/jobs/components/job-provider-view.element.d.ts +21 -0
  90. package/dist/jobs/components/job-status-badge.d.ts +13 -0
  91. package/dist/jobs/components/job-status-bar.element.d.ts +14 -0
  92. package/dist/jobs/jobs.repository.d.ts +35 -0
  93. package/dist/jobs/manifest.d.ts +1 -0
  94. package/dist/jobs/styles.d.ts +1 -0
  95. package/dist/jobs/tranlsation-job.helpers.d.ts +10 -0
  96. package/dist/jobs/types.d.ts +2 -0
  97. package/dist/jobs/workspace/actions/job-approve-blocked.footer-app.d.ts +21 -0
  98. package/dist/jobs/workspace/actions/job-approve.action.d.ts +8 -0
  99. package/dist/jobs/workspace/actions/job-cancel.action.d.ts +5 -0
  100. package/dist/jobs/workspace/actions/job-check.action.d.ts +5 -0
  101. package/dist/jobs/workspace/actions/job-remove.action.d.ts +5 -0
  102. package/dist/jobs/workspace/actions/job-reset.action.d.ts +5 -0
  103. package/dist/jobs/workspace/actions/manifest.d.ts +1 -0
  104. package/dist/jobs/workspace/conditions/can-approve.condition.d.ts +22 -0
  105. package/dist/jobs/workspace/conditions/job-status.condition.d.ts +14 -0
  106. package/dist/jobs/workspace/conditions/manifest.d.ts +1 -0
  107. package/dist/jobs/workspace/manifest.d.ts +1 -0
  108. package/dist/jobs/workspace/translation-job-element.d.ts +10 -0
  109. package/dist/jobs/workspace/translation-job-workspace.context.d.ts +37 -0
  110. package/dist/jobs/workspace/views/default-job-view.element.d.ts +20 -0
  111. package/dist/jobs/workspace/views/job-history-view.element.d.ts +11 -0
  112. package/dist/lang/files/da/actionCategories.da.d.ts +5 -0
  113. package/dist/lang/files/da/da.d.ts +377 -0
  114. package/dist/lang/files/da/tm.da.d.ts +31 -0
  115. package/dist/lang/files/da/tmApp.da.d.ts +16 -0
  116. package/dist/lang/files/da/tmApproval.da.d.ts +7 -0
  117. package/dist/lang/files/da/tmConnectors.da.d.ts +16 -0
  118. package/dist/lang/files/da/tmJob.da.d.ts +87 -0
  119. package/dist/lang/files/da/tmLicence.da.d.ts +27 -0
  120. package/dist/lang/files/da/tmMemory.da.d.ts +48 -0
  121. package/dist/lang/files/da/tmSets.da.d.ts +89 -0
  122. package/dist/lang/files/da/tmSettings.da.d.ts +46 -0
  123. package/dist/lang/files/da/tmStages.da.d.ts +17 -0
  124. package/dist/lang/files/da/tmStats.da.d.ts +9 -0
  125. package/dist/lang/files/de/actionCategories.de.d.ts +5 -0
  126. package/dist/lang/files/de/de.d.ts +377 -0
  127. package/dist/lang/files/de/tm.de.d.ts +31 -0
  128. package/dist/lang/files/de/tmApp.de.d.ts +16 -0
  129. package/dist/lang/files/de/tmApproval.de.d.ts +7 -0
  130. package/dist/lang/files/de/tmConnectors.de.d.ts +16 -0
  131. package/dist/lang/files/de/tmJob.de.d.ts +87 -0
  132. package/dist/lang/files/de/tmLicence.de.d.ts +27 -0
  133. package/dist/lang/files/de/tmMemory.de.d.ts +48 -0
  134. package/dist/lang/files/de/tmSets.de.d.ts +89 -0
  135. package/dist/lang/files/de/tmSettings.de.d.ts +46 -0
  136. package/dist/lang/files/de/tmStages.de.d.ts +17 -0
  137. package/dist/lang/files/de/tmStats.de.d.ts +9 -0
  138. package/dist/lang/files/en/actionCategories.en.d.ts +5 -0
  139. package/dist/lang/files/en/en.d.ts +443 -0
  140. package/dist/lang/files/en/tm.en.d.ts +31 -0
  141. package/dist/lang/files/en/tmApp.en.d.ts +16 -0
  142. package/dist/lang/files/en/tmApproval.en.d.ts +7 -0
  143. package/dist/lang/files/en/tmBulk.en.d.ts +12 -0
  144. package/dist/lang/files/en/tmConnectors.en.d.ts +16 -0
  145. package/dist/lang/files/en/tmGlossary.en.d.ts +57 -0
  146. package/dist/lang/files/en/tmJob.en.d.ts +88 -0
  147. package/dist/lang/files/en/tmLicence.en.d.ts +27 -0
  148. package/dist/lang/files/en/tmMemory.en.d.ts +48 -0
  149. package/dist/lang/files/en/tmSets.en.d.ts +89 -0
  150. package/dist/lang/files/en/tmSettings.en.d.ts +46 -0
  151. package/dist/lang/files/en/tmStages.en.d.ts +17 -0
  152. package/dist/lang/files/en/tmStats.en.d.ts +9 -0
  153. package/dist/lang/files/es/actionCategories.es.d.ts +5 -0
  154. package/dist/lang/files/es/es.d.ts +377 -0
  155. package/dist/lang/files/es/tm.es.d.ts +31 -0
  156. package/dist/lang/files/es/tmApp.es.d.ts +16 -0
  157. package/dist/lang/files/es/tmApproval.es.d.ts +7 -0
  158. package/dist/lang/files/es/tmConnectors.es.d.ts +16 -0
  159. package/dist/lang/files/es/tmJob.es.d.ts +87 -0
  160. package/dist/lang/files/es/tmLicence.es.d.ts +27 -0
  161. package/dist/lang/files/es/tmMemory.es.d.ts +48 -0
  162. package/dist/lang/files/es/tmSets.es.d.ts +89 -0
  163. package/dist/lang/files/es/tmSettings.es.d.ts +46 -0
  164. package/dist/lang/files/es/tmStages.es.d.ts +17 -0
  165. package/dist/lang/files/es/tmStats.es.d.ts +9 -0
  166. package/dist/lang/files/fr/actionCategories.fr.d.ts +5 -0
  167. package/dist/lang/files/fr/fr.d.ts +377 -0
  168. package/dist/lang/files/fr/tm.fr.d.ts +31 -0
  169. package/dist/lang/files/fr/tmApp.fr.d.ts +16 -0
  170. package/dist/lang/files/fr/tmApproval.fr.d.ts +7 -0
  171. package/dist/lang/files/fr/tmConnectors.fr.d.ts +16 -0
  172. package/dist/lang/files/fr/tmJob.fr.d.ts +87 -0
  173. package/dist/lang/files/fr/tmLicence.fr.d.ts +27 -0
  174. package/dist/lang/files/fr/tmMemory.fr.d.ts +48 -0
  175. package/dist/lang/files/fr/tmSets.fr.d.ts +89 -0
  176. package/dist/lang/files/fr/tmSettings.fr.d.ts +46 -0
  177. package/dist/lang/files/fr/tmStages.fr.d.ts +17 -0
  178. package/dist/lang/files/fr/tmStats.fr.d.ts +9 -0
  179. package/dist/lang/files/nl/actionCategories.nl.d.ts +5 -0
  180. package/dist/lang/files/nl/nl.d.ts +377 -0
  181. package/dist/lang/files/nl/tm.nl.d.ts +31 -0
  182. package/dist/lang/files/nl/tmApp.nl.d.ts +16 -0
  183. package/dist/lang/files/nl/tmApproval.nl.d.ts +7 -0
  184. package/dist/lang/files/nl/tmConnectors.nl.d.ts +16 -0
  185. package/dist/lang/files/nl/tmJob.nl.d.ts +87 -0
  186. package/dist/lang/files/nl/tmLicence.nl.d.ts +27 -0
  187. package/dist/lang/files/nl/tmMemory.nl.d.ts +48 -0
  188. package/dist/lang/files/nl/tmSets.nl.d.ts +89 -0
  189. package/dist/lang/files/nl/tmSettings.nl.d.ts +46 -0
  190. package/dist/lang/files/nl/tmStages.nl.d.ts +17 -0
  191. package/dist/lang/files/nl/tmStats.nl.d.ts +9 -0
  192. package/dist/lang/manifest.d.ts +1 -0
  193. package/dist/memory/components/manifest.d.ts +2 -0
  194. package/dist/memory/components/memory-copy.modal.d.ts +12 -0
  195. package/dist/memory/components/memory-copy.modal.token.d.ts +10 -0
  196. package/dist/memory/components/memory-edit.modal.d.ts +10 -0
  197. package/dist/memory/components/memory-edit.modal.token.d.ts +11 -0
  198. package/dist/memory/conditions/manifest.d.ts +1 -0
  199. package/dist/memory/conditions/memory-enabled.condition.d.ts +32 -0
  200. package/dist/memory/constants.d.ts +4 -0
  201. package/dist/memory/manifest.d.ts +1 -0
  202. package/dist/memory/menu/manifest.d.ts +1 -0
  203. package/dist/memory/repository/index.d.ts +2 -0
  204. package/dist/memory/repository/memory.repository.d.ts +75 -0
  205. package/dist/memory/workspace/manifest.d.ts +1 -0
  206. package/dist/memory/workspace/views/default.element.d.ts +13 -0
  207. package/dist/memory/workspace/views/source-detail.element.d.ts +16 -0
  208. package/dist/memory/workspace/workspace.context.d.ts +48 -0
  209. package/dist/memory/workspace/workspace.element.d.ts +7 -0
  210. package/dist/nodes/components/index.d.ts +7 -0
  211. package/dist/nodes/components/node-property-element.d.ts +18 -0
  212. package/dist/nodes/components/node-single-value.element.d.ts +22 -0
  213. package/dist/nodes/components/node-status-badge.d.ts +13 -0
  214. package/dist/nodes/components/node-tabs.element.d.ts +19 -0
  215. package/dist/nodes/components/node-value.element.d.ts +25 -0
  216. package/dist/nodes/components/nodes-table.element.d.ts +23 -0
  217. package/dist/nodes/components/rich-text-editor.element.d.ts +14 -0
  218. package/dist/nodes/manifest.d.ts +1 -0
  219. package/dist/nodes/node.respository.d.ts +30 -0
  220. package/dist/nodes/styles.d.ts +1 -0
  221. package/dist/nodes/types.d.ts +2 -0
  222. package/dist/nodes/workspace/manifest.d.ts +1 -0
  223. package/dist/nodes/workspace/translation-node-workspace.context.d.ts +18 -0
  224. package/dist/nodes/workspace/translation-node.element.d.ts +13 -0
  225. package/dist/permissions/constants.d.ts +6 -0
  226. package/dist/permissions/is-forbidden-error.d.ts +9 -0
  227. package/dist/permissions/manifest.d.ts +1 -0
  228. package/dist/permissions/node-permissions.d.ts +27 -0
  229. package/dist/section/dashboard/manifest.d.ts +1 -0
  230. package/dist/section/dashboard/translation-dashboard.element.d.ts +42 -0
  231. package/dist/section/manifest.d.ts +1 -0
  232. package/dist/section/tree/manifest.d.ts +1 -0
  233. package/dist/section/tree/translations-tree.data-source.d.ts +6 -0
  234. package/dist/section/tree/translations-tree.repository.d.ts +11 -0
  235. package/dist/section/tree/translations-tree.store.d.ts +8 -0
  236. package/dist/section/tree/types.d.ts +15 -0
  237. package/dist/section/types.d.ts +31 -0
  238. package/dist/section/workspace/language/translation-language-workspace.context.d.ts +21 -0
  239. package/dist/section/workspace/language/translation-language.element.d.ts +13 -0
  240. package/dist/section/workspace/manifest.d.ts +1 -0
  241. package/dist/section/workspace/pending/translation-pending-element.d.ts +9 -0
  242. package/dist/section/workspace/pending/translation-pending-workspace.context.d.ts +17 -0
  243. package/dist/section/workspace/pending-language/translation-pending-language-element.d.ts +15 -0
  244. package/dist/section/workspace/pending-language/translation-pending-language-workspace.content.d.ts +19 -0
  245. package/dist/section/workspace/stage/translation-stage-element.d.ts +18 -0
  246. package/dist/section/workspace/stage/translation-stage-workspace.context.d.ts +24 -0
  247. package/dist/sets/manifest.d.ts +1 -0
  248. package/dist/sets/set-connector-lock.d.ts +20 -0
  249. package/dist/sets/sets.context.d.ts +24 -0
  250. package/dist/sets/sets.repository.d.ts +27 -0
  251. package/dist/settings/connectors/constants.d.ts +11 -0
  252. package/dist/settings/connectors/index.d.ts +3 -0
  253. package/dist/settings/connectors/manifest.d.ts +1 -0
  254. package/dist/settings/connectors/menu/connector-menu-item.element.d.ts +9 -0
  255. package/dist/settings/connectors/menu/connector-menu.element.d.ts +11 -0
  256. package/dist/settings/connectors/menu/manifest.d.ts +2 -0
  257. package/dist/settings/connectors/root/connector-root.element.d.ts +21 -0
  258. package/dist/settings/connectors/root/manifest.d.ts +1 -0
  259. package/dist/settings/connectors/workspace/actions/connector-save-settings.action.d.ts +6 -0
  260. package/dist/settings/connectors/workspace/actions/manifest.d.ts +1 -0
  261. package/dist/settings/connectors/workspace/connector-settings.context.d.ts +20 -0
  262. package/dist/settings/connectors/workspace/connector-settings.workspace.element.d.ts +15 -0
  263. package/dist/settings/connectors/workspace/connector-settings.workspace.route.d.ts +9 -0
  264. package/dist/settings/connectors/workspace/manifest.d.ts +1 -0
  265. package/dist/settings/index.d.ts +5 -0
  266. package/dist/settings/manifest.d.ts +1 -0
  267. package/dist/settings/respository/settings.repository.d.ts +22 -0
  268. package/dist/settings/sets/components/index.d.ts +3 -0
  269. package/dist/settings/sets/components/manifest.d.ts +1 -0
  270. package/dist/settings/sets/components/set-card.element.d.ts +14 -0
  271. package/dist/settings/sets/components/set-root-view.element.d.ts +17 -0
  272. package/dist/settings/sets/components/set-site-picker.element.d.ts +11 -0
  273. package/dist/settings/sets/components/set-site-picker.modal.d.ts +25 -0
  274. package/dist/settings/sets/components/set-site-picker.modal.token.d.ts +9 -0
  275. package/dist/settings/sets/entity/actions/manifest.d.ts +1 -0
  276. package/dist/settings/sets/entity/actions/set-entity-save.action.d.ts +5 -0
  277. package/dist/settings/sets/entity/manifest.d.ts +1 -0
  278. package/dist/settings/sets/entity/set-entity-context.d.ts +29 -0
  279. package/dist/settings/sets/entity/set-entity-workspace.element.d.ts +10 -0
  280. package/dist/settings/sets/entity/set-entity-workspace.root.d.ts +9 -0
  281. package/dist/settings/sets/entity/set-isnew-redirect.controller.d.ts +8 -0
  282. package/dist/settings/sets/entity/views/manifest.d.ts +1 -0
  283. package/dist/settings/sets/entity/views/set-advanced.element.d.ts +18 -0
  284. package/dist/settings/sets/entity/views/set-default-view.element.d.ts +26 -0
  285. package/dist/settings/sets/entity/views/set-notifications.element.d.ts +12 -0
  286. package/dist/settings/sets/index.d.ts +4 -0
  287. package/dist/settings/sets/manifest.d.ts +1 -0
  288. package/dist/settings/sets/menu/actions/delete.d.ts +8 -0
  289. package/dist/settings/sets/menu/actions/refresh.d.ts +5 -0
  290. package/dist/settings/sets/menu/manifest.d.ts +1 -0
  291. package/dist/settings/sets/menu/set-menu-item.element.d.ts +15 -0
  292. package/dist/settings/sets/menu/sets-menu.element.d.ts +15 -0
  293. package/dist/settings/sets/root/manifest.d.ts +1 -0
  294. package/dist/settings/sets/root/sets-root.element.d.ts +9 -0
  295. package/dist/settings/sets/types.d.ts +5 -0
  296. package/dist/settings/tree/manifest.d.ts +1 -0
  297. package/dist/settings/tree/settings-menu.element.d.ts +11 -0
  298. package/dist/settings/tree/types.d.ts +6 -0
  299. package/dist/settings/workspace/manifest.d.ts +2 -0
  300. package/dist/settings/workspace/views/default/default.element.d.ts +11 -0
  301. package/dist/settings/workspace/views/diagnostics/diagnostict.element.d.ts +10 -0
  302. package/dist/settings/workspace/views/index.d.ts +4 -0
  303. package/dist/settings/workspace/views/licence/licence.element.d.ts +16 -0
  304. package/dist/settings/workspace/views/notifications/notification.element.d.ts +11 -0
  305. package/dist/settings/workspace/views/sets/sets.element.d.ts +10 -0
  306. package/dist/settings/workspace/workspace.context.d.ts +19 -0
  307. package/dist/settings/workspace/workspace.element.d.ts +8 -0
  308. package/dist/strategies/approval/manifest.d.ts +1 -0
  309. package/dist/strategies/approval/steps/approve-config.element.d.ts +27 -0
  310. package/dist/strategies/approval/steps/approve-result.element.d.ts +5 -0
  311. package/dist/strategies/approval/steps/manifest.d.ts +2 -0
  312. package/dist/strategies/creation/actions/create.actions.d.ts +7 -0
  313. package/dist/strategies/creation/actions/manifest.d.ts +1 -0
  314. package/dist/strategies/creation/components/connector-options.element.d.ts +16 -0
  315. package/dist/strategies/creation/components/connector-picker.element.d.ts +19 -0
  316. package/dist/strategies/creation/components/index.d.ts +5 -0
  317. package/dist/strategies/creation/components/job-options.element.d.ts +17 -0
  318. package/dist/strategies/creation/components/language-picker.element.d.ts +25 -0
  319. package/dist/strategies/creation/components/render-results.element.d.ts +17 -0
  320. package/dist/strategies/creation/index.d.ts +1 -0
  321. package/dist/strategies/creation/manifest.d.ts +1 -0
  322. package/dist/strategies/creation/steps/choose-provider-step.element.d.ts +18 -0
  323. package/dist/strategies/creation/steps/clean/clean-config-step.element.d.ts +22 -0
  324. package/dist/strategies/creation/steps/clean/manifest.d.ts +2 -0
  325. package/dist/strategies/creation/steps/create-config-step.element.d.ts +23 -0
  326. package/dist/strategies/creation/steps/create-from-nodes-step.element.d.ts +19 -0
  327. package/dist/strategies/creation/steps/create-job-results-step.element.d.ts +9 -0
  328. package/dist/strategies/creation/steps/manifest.d.ts +2 -0
  329. package/dist/strategies/creation/steps/pending-background-step.element.d.ts +12 -0
  330. package/dist/strategies/creation/steps/simple-job-result-step.element.d.ts +8 -0
  331. package/dist/strategies/creation/translation-creation.context.d.ts +15 -0
  332. package/dist/strategies/index.d.ts +1 -0
  333. package/dist/strategies/manifest.d.ts +1 -0
  334. package/package.json +50 -0
@@ -0,0 +1,3259 @@
1
+ export type ClientOptions = {
2
+ baseUrl: 'http://localhost:30095' | (string & {});
3
+ };
4
+ export type BulkSelectionNode = {
5
+ key: string;
6
+ name: string;
7
+ friendlyPath: string;
8
+ setKey?: string | null;
9
+ setName?: string | null;
10
+ hasChildren: boolean;
11
+ includeChildren: boolean;
12
+ descendantCount: number;
13
+ };
14
+ export type BulkSelectionRequestItem = {
15
+ key: string;
16
+ includeChildren: boolean;
17
+ };
18
+ export type BulkSelectionResult = {
19
+ roots: Array<BulkSelectionNode>;
20
+ contentIds: Array<string>;
21
+ valid: boolean;
22
+ setKey?: string | null;
23
+ setName?: string | null;
24
+ errors: Array<string>;
25
+ };
26
+ export type CloneNodeOptions = {
27
+ source: string;
28
+ target: string;
29
+ };
30
+ export type CopyMemoryRequest = {
31
+ fromSource: string;
32
+ toSource: string;
33
+ };
34
+ export type CopyMemoryResponse = {
35
+ copied: number;
36
+ };
37
+ export type CultureInfoView = {
38
+ id: number;
39
+ name: string;
40
+ displayName: string;
41
+ twoLetterISOLanguageName: string;
42
+ threeLetterISOLanguageName: string;
43
+ threeLetterWindowsLanguageName: string;
44
+ };
45
+ export type FlagModel = {
46
+ alias: string;
47
+ };
48
+ export type GlossaryImportResult = {
49
+ termsCreated: number;
50
+ termsMatched: number;
51
+ valuesWritten: number;
52
+ valuesCleared: number;
53
+ rowsSkipped: number;
54
+ warnings: Array<string>;
55
+ };
56
+ export type GlossaryLanguageStats = {
57
+ language: string;
58
+ termCount: number;
59
+ doNotTranslateCount: number;
60
+ missingCount: number;
61
+ };
62
+ export type GlossaryTerm = {
63
+ id: number;
64
+ key: string;
65
+ sourceLanguage: string;
66
+ sourceText: string;
67
+ notes?: string | null;
68
+ caseSensitive: boolean;
69
+ values: Array<GlossaryTermValue>;
70
+ };
71
+ export type GlossaryTermValue = {
72
+ id: number;
73
+ termKey: string;
74
+ language: string;
75
+ value: string;
76
+ doNotTranslate: boolean;
77
+ };
78
+ export declare enum JobApprovalStatus {
79
+ NONE = "None",
80
+ REVIEW = "Review",
81
+ SAVE = "Save",
82
+ PUBLISH = "Publish"
83
+ }
84
+ export type JobOptions = {
85
+ autoApprove: boolean;
86
+ replaceNodeName: boolean;
87
+ providerStatusControl: boolean;
88
+ lockProvider: boolean;
89
+ copyProperties: boolean;
90
+ };
91
+ export declare enum JobStatus {
92
+ CREATED = "Created",
93
+ SUBMITTED = "Submitted",
94
+ RETURNED = "Returned",
95
+ MAX_SUBMITTED = "MAX_SUBMITTED",
96
+ PARTIAL = "Partial",
97
+ RECEIVED = "Received",
98
+ PARTIAL_APPROVED = "PartialApproved",
99
+ PROCESSING = "Processing",
100
+ REVIEWING = "Reviewing",
101
+ ACCEPTED = "Accepted",
102
+ CLOSED = "Closed",
103
+ ERROR = "Error",
104
+ STATUSMAX = "STATUSMAX",
105
+ ARCHIVE_MAX = "ARCHIVE_MAX"
106
+ }
107
+ export type JobStatusStats = {
108
+ status: JobStatus;
109
+ count: number;
110
+ nodeCount: number;
111
+ wordCount: number;
112
+ };
113
+ export type JsonNode = {
114
+ options?: JsonNodeOptions | null;
115
+ parent?: JsonNode | null;
116
+ root: JsonNode;
117
+ };
118
+ export type JsonNodeOptions = {
119
+ propertyNameCaseInsensitive: boolean;
120
+ };
121
+ export type LicenceInfo = {
122
+ name: string;
123
+ domains: string;
124
+ key: string;
125
+ state: LicenceStatus;
126
+ valid: boolean;
127
+ checkedHost: string;
128
+ isLocal: boolean;
129
+ expires: boolean;
130
+ remaining: number;
131
+ expiryDate: string;
132
+ requiresKey: boolean;
133
+ message: string;
134
+ autoRenews: boolean;
135
+ checkedDomains?: string | null;
136
+ licenceType: LicenceType;
137
+ providers: {
138
+ [key: string]: LicenceInfo;
139
+ };
140
+ };
141
+ export declare enum LicenceStatus {
142
+ LOADED = "Loaded",
143
+ MISSING = "Missing",
144
+ UNVERIFIED = "Unverified",
145
+ BAD_FORMAT = "BadFormat",
146
+ INVALID = "Invalid",
147
+ BAD_HOST = "BadHost",
148
+ EXPIRED = "Expired",
149
+ TRIAL_EXPIRED = "TrialExpired",
150
+ LICENCED = "Licenced",
151
+ LOCAL = "Local",
152
+ TRIAL = "Trial"
153
+ }
154
+ export declare enum LicenceType {
155
+ NONE = "None",
156
+ DOMAIN = "Domain",
157
+ SUBSCRIPTION = "Subscription",
158
+ TRIAL = "Trial",
159
+ LIMITED_EXPIRY = "LimitedExpiry",
160
+ AGENCY = "Agency",
161
+ PARTNER = "Partner"
162
+ }
163
+ export declare enum NodeStatus {
164
+ OPEN = "Open",
165
+ IN_PROGRESS = "InProgress",
166
+ UPDATED = "Updated",
167
+ REVIEWING = "Reviewing",
168
+ APPROVED = "Approved",
169
+ REJECTED = "Rejected",
170
+ CLOSED = "Closed",
171
+ ERROR = "Error",
172
+ WORKING_ITEM = "WorkingItem"
173
+ }
174
+ export type PagedMemoryResponse = {
175
+ items: Array<TranslationMemory>;
176
+ total: number;
177
+ };
178
+ export type PagedModelGlossaryTermModel = {
179
+ items: Array<GlossaryTerm>;
180
+ total: number;
181
+ };
182
+ export type PagedModelTranslationJobViewModel = {
183
+ items: Array<TranslationJobView>;
184
+ total: number;
185
+ };
186
+ export type PagedModelTranslationNodeModel = {
187
+ items: Array<TranslationNode>;
188
+ total: number;
189
+ };
190
+ export type PagedTranslationLanguageItemResponseModel = {
191
+ total: number;
192
+ items: Array<TranslationLanguageItemResponseModel>;
193
+ };
194
+ export type ProblemDetails = {
195
+ type?: string | null;
196
+ title?: string | null;
197
+ status?: number | null;
198
+ detail?: string | null;
199
+ instance?: string | null;
200
+ [key: string]: unknown;
201
+ };
202
+ export type SaveGlossaryTermRequest = {
203
+ key?: string | null;
204
+ sourceLanguage: string;
205
+ sourceText: string;
206
+ notes?: string | null;
207
+ caseSensitive: boolean;
208
+ values: Array<SaveGlossaryTermValueRequest>;
209
+ };
210
+ export type SaveGlossaryTermValueRequest = {
211
+ language: string;
212
+ value: string;
213
+ doNotTranslate: boolean;
214
+ };
215
+ export type SiteDetail = {
216
+ setId: number;
217
+ siteId: number;
218
+ cultureName: string;
219
+ };
220
+ export type SiteItemView = {
221
+ id: number;
222
+ icon: string;
223
+ name: string | null;
224
+ cultureCode: string;
225
+ cultureName: string;
226
+ };
227
+ export type SiteUpdateValues = {
228
+ key: string;
229
+ cultureName: string;
230
+ name: string;
231
+ cultureDisplayName: string;
232
+ };
233
+ export type SourceMemoryCounts = {
234
+ total: number;
235
+ approved: number;
236
+ };
237
+ export type StatusSummaryCount = {
238
+ jobs: number;
239
+ nodes: number;
240
+ };
241
+ export type SummaryItem = {
242
+ displayName: string;
243
+ count: number;
244
+ name: string;
245
+ };
246
+ export type TagSettings = {
247
+ tags: string;
248
+ attributes: string;
249
+ };
250
+ export type TranslateMapperInfo = {
251
+ name: string;
252
+ editors: string;
253
+ };
254
+ export type TranslateProviderInfo = {
255
+ name: string;
256
+ alias: string;
257
+ version: string;
258
+ enabled: boolean;
259
+ };
260
+ export type TranslateSettings = {
261
+ backgroundCheck: boolean;
262
+ checkPeriod: number;
263
+ autoTranslate: boolean;
264
+ hideLicenceTab: boolean;
265
+ includeEmpty: boolean;
266
+ batchSize: number;
267
+ showHistory: boolean;
268
+ fixup: boolean;
269
+ returnToPending: boolean;
270
+ links: TranslateSettingsLinks;
271
+ notify: TranslateSettingsNotifications;
272
+ licence: LicenceInfo;
273
+ tagSettings: TagSettings;
274
+ backgroundApproval: boolean;
275
+ useLegacySubmit: boolean;
276
+ };
277
+ export type TranslateSettingsLinks = {
278
+ updatePicked: boolean;
279
+ updateInline: boolean;
280
+ };
281
+ export type TranslateSettingsNotifications = {
282
+ pending: string;
283
+ approved: string;
284
+ submitted: string;
285
+ received: string;
286
+ };
287
+ export type TranslateSetupInfo = {
288
+ coreVersion: string;
289
+ providers: Array<TranslateProviderInfo>;
290
+ mappers: Array<TranslateMapperInfo>;
291
+ customMappings: {
292
+ [key: string]: string;
293
+ };
294
+ };
295
+ export type TranslateUpdate = {
296
+ version: string;
297
+ message?: string | null;
298
+ link?: string | null;
299
+ isLatest: boolean;
300
+ };
301
+ export type TranslationAuditItem = {
302
+ id: number;
303
+ jobId: number;
304
+ userKey: string;
305
+ username: string;
306
+ eventDate: string;
307
+ eventType: TranslationEventType;
308
+ comment: string;
309
+ };
310
+ export declare enum TranslationEventType {
311
+ NONE = "None",
312
+ CREATED = "Created",
313
+ UPDATED = "Updated",
314
+ CHECKED = "Checked",
315
+ SUBMITTED = "Submitted",
316
+ APPROVED = "Approved",
317
+ PUBLISHED = "Published",
318
+ CANCELLED = "Cancelled",
319
+ ARCHIVED = "Archived",
320
+ REMOVED = "Removed",
321
+ DELETED = "Deleted",
322
+ RESET = "Reset",
323
+ ERROR = "Error",
324
+ WARNING = "Warning",
325
+ INFO = "Info",
326
+ DEBUG = "Debug",
327
+ VERBOSE = "Verbose",
328
+ CUSTOM = "Custom"
329
+ }
330
+ export type TranslationJobView = {
331
+ id: number;
332
+ key: string;
333
+ name: string;
334
+ setKey: string;
335
+ sourceCulture: CultureInfoView;
336
+ targetCulture: CultureInfoView;
337
+ nodeCount: number;
338
+ nodes: Array<TranslationNode>;
339
+ created: string;
340
+ submitted?: string | null;
341
+ received?: string | null;
342
+ readonly statusIsDirty: boolean;
343
+ status: JobStatus;
344
+ providerKey: string;
345
+ providerName: string;
346
+ providerProperties: string;
347
+ providerStatus: string;
348
+ note: string;
349
+ statusLocalName: string;
350
+ userKey: string;
351
+ options: JobOptions;
352
+ groupId: string;
353
+ username: string;
354
+ };
355
+ export type TranslationLanguageItemResponseModel = {
356
+ id: string;
357
+ name: string;
358
+ parent?: TranslationReferenceByNameModel | null;
359
+ flags: Array<FlagModel>;
360
+ hasChildren: boolean;
361
+ isFolder: boolean;
362
+ icon: string;
363
+ entityType: string;
364
+ };
365
+ export type TranslationMemory = {
366
+ id: number;
367
+ reference: string;
368
+ approved: boolean;
369
+ sourceLanguage: string;
370
+ targetLanguage: string;
371
+ translationSource: string | null;
372
+ sourceText: string;
373
+ translation: string;
374
+ };
375
+ export type TranslationNode = {
376
+ id: number;
377
+ key: string;
378
+ setKey: string;
379
+ culture: CultureInfoView;
380
+ masterNodeId: number;
381
+ targetNodeId: number;
382
+ status: NodeStatus;
383
+ created: string;
384
+ updated: string;
385
+ masterNodeName: string;
386
+ targetNodeName: string;
387
+ masterNodePath: string;
388
+ targetNodePath: string;
389
+ isDictionary: boolean;
390
+ contentVersionId: number;
391
+ targetVersionId: number;
392
+ groups: Array<TranslationPropertyGroup>;
393
+ hasOpenSiblings: boolean;
394
+ targetNodePermissions: string;
395
+ };
396
+ export type TranslationNodeStatus = {
397
+ id: number;
398
+ contentId: number;
399
+ targetContentId: number;
400
+ languageName: string;
401
+ cultureName: string;
402
+ isCurrent: boolean;
403
+ created: string;
404
+ updated: string;
405
+ versionId: number;
406
+ versionDate: string;
407
+ versionPos: number;
408
+ status: NodeStatus;
409
+ jobId: number;
410
+ jobKey: string;
411
+ jobStatus: JobStatus;
412
+ providerName: string;
413
+ providerStatus: string;
414
+ };
415
+ export type TranslationProcessingOptions = {
416
+ jobId: number;
417
+ approvalStatus: JobApprovalStatus;
418
+ primaryType: string;
419
+ runInBackground: boolean;
420
+ set: number;
421
+ sites?: Array<SiteDetail> | null;
422
+ cultures?: Array<string> | null;
423
+ contentIds?: Array<string> | null;
424
+ nodeIds?: Array<string> | null;
425
+ contentNames?: Array<string> | null;
426
+ includeChildren: boolean;
427
+ includeUnpublished: boolean;
428
+ createJob: boolean;
429
+ lockProvider: boolean;
430
+ providerKey?: string | null;
431
+ providerSettings?: unknown;
432
+ providerOptions?: unknown;
433
+ jobName?: string | null;
434
+ groupId?: string | null;
435
+ autoApprove: boolean;
436
+ replaceNodeName: boolean;
437
+ copyProperties: boolean;
438
+ clientId?: string | null;
439
+ backgroundApproval: boolean;
440
+ canApprove: boolean;
441
+ canPublish: boolean;
442
+ blockedPublishCount: number;
443
+ selectedCount: number;
444
+ [key: string]: unknown;
445
+ };
446
+ export type TranslationProperty = {
447
+ id: number;
448
+ nodeKey: string;
449
+ alias: string;
450
+ group: string;
451
+ sortOrder: number;
452
+ source?: TranslationValue | null;
453
+ target?: TranslationValue | null;
454
+ };
455
+ export type TranslationPropertyGroup = {
456
+ name: string;
457
+ sortOrder: number;
458
+ displayName: string;
459
+ properties: Array<TranslationProperty>;
460
+ };
461
+ export type TranslationProviderInfo = {
462
+ icon?: string | null;
463
+ supportsGlossary: boolean;
464
+ supportsTranslationMemory: boolean;
465
+ name: string;
466
+ key: string;
467
+ alias: string;
468
+ views: TranslationProviderViews;
469
+ isActive: boolean;
470
+ isLicenced: boolean;
471
+ settings: {
472
+ [key: string]: unknown;
473
+ };
474
+ };
475
+ export type TranslationProviderViews = {
476
+ config: string;
477
+ pending: string;
478
+ submitted: string;
479
+ approved: string;
480
+ pendingSimple: string;
481
+ };
482
+ export type TranslationReferenceByNameModel = {
483
+ id: string;
484
+ };
485
+ export type TranslationSet = {
486
+ id: number;
487
+ key: string;
488
+ icon: string;
489
+ name: string;
490
+ masterId: number;
491
+ culture?: CultureInfoView | null;
492
+ sites: Array<TranslationSetSite>;
493
+ copyOnCreate: boolean;
494
+ translateNodeName: boolean;
495
+ autoSend: boolean;
496
+ autoApprove: boolean;
497
+ hideVersion: boolean;
498
+ hideChildren: boolean;
499
+ alwaysSend: boolean;
500
+ properties: string;
501
+ useRegExProperties: boolean;
502
+ ignoreDocTypes?: string | null;
503
+ providerKey?: string | null;
504
+ masterSite: Array<SiteUpdateValues>;
505
+ siteIds: Array<SiteUpdateValues>;
506
+ options: {
507
+ [key: string]: string;
508
+ };
509
+ providerOptions: {
510
+ [key: string]: unknown;
511
+ };
512
+ };
513
+ export type TranslationSetNotifications = {
514
+ id: number;
515
+ key: string;
516
+ setKey: string;
517
+ inherit: boolean;
518
+ pending: string;
519
+ submitted: string;
520
+ received: string;
521
+ approved: string;
522
+ notifyCreator: boolean;
523
+ };
524
+ export type TranslationSetSite = {
525
+ id: number;
526
+ cultureName: string;
527
+ culture: CultureInfoView;
528
+ };
529
+ export type TranslationSetsResults = {
530
+ nodeExists: boolean;
531
+ sets: Array<TranslationSet>;
532
+ };
533
+ export type TranslationTargetInfo = {
534
+ setId: number;
535
+ siteId: number;
536
+ valid: boolean;
537
+ };
538
+ export type TranslationValue = {
539
+ path: string;
540
+ displayName: string;
541
+ editorAlias: string;
542
+ value: string;
543
+ htmlControl: boolean;
544
+ translated: boolean;
545
+ sortOrder: number;
546
+ source?: string | null;
547
+ innerValues: {
548
+ [key: string]: TranslationValue;
549
+ };
550
+ };
551
+ export type UpdateMemoryRequest = {
552
+ id: number;
553
+ translation: string;
554
+ };
555
+ export type WordCountInfo = {
556
+ pages: number;
557
+ words: number;
558
+ characters: number;
559
+ properties: number;
560
+ message: string;
561
+ };
562
+ export type JsonNodeWritable = {
563
+ [key: string]: never;
564
+ };
565
+ export type PagedModelTranslationJobViewModelWritable = {
566
+ items: Array<TranslationJobViewWritable>;
567
+ total: number;
568
+ };
569
+ export type TranslationJobViewWritable = {
570
+ id: number;
571
+ key: string;
572
+ name: string;
573
+ setKey: string;
574
+ sourceCulture: CultureInfoView;
575
+ targetCulture: CultureInfoView;
576
+ nodeCount: number;
577
+ nodes: Array<TranslationNode>;
578
+ created: string;
579
+ submitted?: string | null;
580
+ received?: string | null;
581
+ status: JobStatus;
582
+ providerKey: string;
583
+ providerName: string;
584
+ providerProperties: string;
585
+ providerStatus: string;
586
+ note: string;
587
+ statusLocalName: string;
588
+ userKey: string;
589
+ options: JobOptions;
590
+ groupId: string;
591
+ username: string;
592
+ };
593
+ export type CulturesGetInfoData = {
594
+ body?: never;
595
+ path?: never;
596
+ query?: {
597
+ id?: string;
598
+ };
599
+ url: '/umbraco/jumoo-translate/api/v1/culture/GetInfo';
600
+ };
601
+ export type CulturesGetInfoErrors = {
602
+ /**
603
+ * The resource is protected and requires an authentication token
604
+ */
605
+ 401: unknown;
606
+ };
607
+ export type CulturesGetInfoResponses = {
608
+ /**
609
+ * OK
610
+ */
611
+ 200: CultureInfoView;
612
+ };
613
+ export type CulturesGetInfoResponse = CulturesGetInfoResponses[keyof CulturesGetInfoResponses];
614
+ export type GlossaryClearPairData = {
615
+ body?: never;
616
+ path?: never;
617
+ query?: {
618
+ sourceLanguage?: string;
619
+ targetLanguage?: string;
620
+ };
621
+ url: '/umbraco/jumoo-translate/api/v1/glossary/ClearPair';
622
+ };
623
+ export type GlossaryClearPairErrors = {
624
+ /**
625
+ * Bad Request
626
+ */
627
+ 400: unknown;
628
+ /**
629
+ * The resource is protected and requires an authentication token
630
+ */
631
+ 401: unknown;
632
+ /**
633
+ * Not Found
634
+ */
635
+ 404: unknown;
636
+ };
637
+ export type GlossaryClearPairResponses = {
638
+ /**
639
+ * OK
640
+ */
641
+ 200: number;
642
+ };
643
+ export type GlossaryClearPairResponse = GlossaryClearPairResponses[keyof GlossaryClearPairResponses];
644
+ export type GlossaryDeleteData = {
645
+ body?: never;
646
+ path?: never;
647
+ query?: {
648
+ key?: string;
649
+ };
650
+ url: '/umbraco/jumoo-translate/api/v1/glossary/Delete';
651
+ };
652
+ export type GlossaryDeleteErrors = {
653
+ /**
654
+ * Bad Request
655
+ */
656
+ 400: unknown;
657
+ /**
658
+ * The resource is protected and requires an authentication token
659
+ */
660
+ 401: unknown;
661
+ /**
662
+ * Not Found
663
+ */
664
+ 404: unknown;
665
+ };
666
+ export type GlossaryDeleteResponses = {
667
+ /**
668
+ * No Content
669
+ */
670
+ 204: void;
671
+ };
672
+ export type GlossaryDeleteResponse = GlossaryDeleteResponses[keyof GlossaryDeleteResponses];
673
+ export type GlossaryDeleteManyData = {
674
+ body?: Array<string>;
675
+ path?: never;
676
+ query?: never;
677
+ url: '/umbraco/jumoo-translate/api/v1/glossary/DeleteMany';
678
+ };
679
+ export type GlossaryDeleteManyErrors = {
680
+ /**
681
+ * The resource is protected and requires an authentication token
682
+ */
683
+ 401: unknown;
684
+ /**
685
+ * Not Found
686
+ */
687
+ 404: unknown;
688
+ };
689
+ export type GlossaryDeleteManyResponses = {
690
+ /**
691
+ * OK
692
+ */
693
+ 200: number;
694
+ };
695
+ export type GlossaryDeleteManyResponse = GlossaryDeleteManyResponses[keyof GlossaryDeleteManyResponses];
696
+ export type GlossaryEnabledData = {
697
+ body?: never;
698
+ path?: never;
699
+ query?: never;
700
+ url: '/umbraco/jumoo-translate/api/v1/glossary/Enabled';
701
+ };
702
+ export type GlossaryEnabledErrors = {
703
+ /**
704
+ * The resource is protected and requires an authentication token
705
+ */
706
+ 401: unknown;
707
+ /**
708
+ * The authenticated user does not have access to this resource
709
+ */
710
+ 403: unknown;
711
+ };
712
+ export type GlossaryEnabledResponses = {
713
+ /**
714
+ * OK
715
+ */
716
+ 200: boolean;
717
+ };
718
+ export type GlossaryEnabledResponse = GlossaryEnabledResponses[keyof GlossaryEnabledResponses];
719
+ export type GlossaryExportData = {
720
+ body?: never;
721
+ path?: never;
722
+ query?: {
723
+ sourceLanguage?: string;
724
+ targetLanguage?: string;
725
+ };
726
+ url: '/umbraco/jumoo-translate/api/v1/glossary/Export';
727
+ };
728
+ export type GlossaryExportErrors = {
729
+ /**
730
+ * Bad Request
731
+ */
732
+ 400: unknown;
733
+ /**
734
+ * The resource is protected and requires an authentication token
735
+ */
736
+ 401: unknown;
737
+ /**
738
+ * The authenticated user does not have access to this resource
739
+ */
740
+ 403: unknown;
741
+ /**
742
+ * Not Found
743
+ */
744
+ 404: unknown;
745
+ };
746
+ export type GlossaryExportResponses = {
747
+ /**
748
+ * OK
749
+ */
750
+ 200: unknown;
751
+ };
752
+ export type GlossaryExportTbxData = {
753
+ body?: never;
754
+ path?: never;
755
+ query?: {
756
+ sourceLanguage?: string;
757
+ targetLanguages?: Array<string>;
758
+ };
759
+ url: '/umbraco/jumoo-translate/api/v1/glossary/ExportTbx';
760
+ };
761
+ export type GlossaryExportTbxErrors = {
762
+ /**
763
+ * Bad Request
764
+ */
765
+ 400: unknown;
766
+ /**
767
+ * The resource is protected and requires an authentication token
768
+ */
769
+ 401: unknown;
770
+ /**
771
+ * The authenticated user does not have access to this resource
772
+ */
773
+ 403: unknown;
774
+ /**
775
+ * Not Found
776
+ */
777
+ 404: unknown;
778
+ };
779
+ export type GlossaryExportTbxResponses = {
780
+ /**
781
+ * OK
782
+ */
783
+ 200: unknown;
784
+ };
785
+ export type GlossaryGetData = {
786
+ body?: never;
787
+ path?: never;
788
+ query?: {
789
+ key?: string;
790
+ };
791
+ url: '/umbraco/jumoo-translate/api/v1/glossary/Get';
792
+ };
793
+ export type GlossaryGetErrors = {
794
+ /**
795
+ * The resource is protected and requires an authentication token
796
+ */
797
+ 401: unknown;
798
+ /**
799
+ * The authenticated user does not have access to this resource
800
+ */
801
+ 403: unknown;
802
+ /**
803
+ * Not Found
804
+ */
805
+ 404: unknown;
806
+ };
807
+ export type GlossaryGetResponses = {
808
+ /**
809
+ * OK
810
+ */
811
+ 200: GlossaryTerm;
812
+ };
813
+ export type GlossaryGetResponse = GlossaryGetResponses[keyof GlossaryGetResponses];
814
+ export type GlossaryGetAllData = {
815
+ body?: never;
816
+ path?: never;
817
+ query?: {
818
+ sourceLanguage?: string;
819
+ targetLanguage?: string;
820
+ search?: string;
821
+ missingOnly?: boolean;
822
+ page?: number;
823
+ pageSize?: number;
824
+ };
825
+ url: '/umbraco/jumoo-translate/api/v1/glossary/GetAll';
826
+ };
827
+ export type GlossaryGetAllErrors = {
828
+ /**
829
+ * The resource is protected and requires an authentication token
830
+ */
831
+ 401: unknown;
832
+ /**
833
+ * The authenticated user does not have access to this resource
834
+ */
835
+ 403: unknown;
836
+ /**
837
+ * Not Found
838
+ */
839
+ 404: unknown;
840
+ };
841
+ export type GlossaryGetAllResponses = {
842
+ /**
843
+ * OK
844
+ */
845
+ 200: PagedModelGlossaryTermModel;
846
+ };
847
+ export type GlossaryGetAllResponse = GlossaryGetAllResponses[keyof GlossaryGetAllResponses];
848
+ export type GlossaryImportData = {
849
+ body?: {
850
+ File: Blob | File;
851
+ SourceLanguage: string;
852
+ TargetLanguage: string;
853
+ CreateMissingTerms?: boolean;
854
+ };
855
+ path?: never;
856
+ query?: never;
857
+ url: '/umbraco/jumoo-translate/api/v1/glossary/Import';
858
+ };
859
+ export type GlossaryImportErrors = {
860
+ /**
861
+ * Bad Request
862
+ */
863
+ 400: unknown;
864
+ /**
865
+ * The resource is protected and requires an authentication token
866
+ */
867
+ 401: unknown;
868
+ /**
869
+ * Not Found
870
+ */
871
+ 404: unknown;
872
+ };
873
+ export type GlossaryImportResponses = {
874
+ /**
875
+ * OK
876
+ */
877
+ 200: GlossaryImportResult;
878
+ };
879
+ export type GlossaryImportResponse = GlossaryImportResponses[keyof GlossaryImportResponses];
880
+ export type GlossaryImportTbxData = {
881
+ body?: {
882
+ File: Blob | File;
883
+ SourceLanguage: string;
884
+ CreateMissingTerms?: boolean;
885
+ TargetLanguages?: Array<string>;
886
+ };
887
+ path?: never;
888
+ query?: never;
889
+ url: '/umbraco/jumoo-translate/api/v1/glossary/ImportTbx';
890
+ };
891
+ export type GlossaryImportTbxErrors = {
892
+ /**
893
+ * Bad Request
894
+ */
895
+ 400: unknown;
896
+ /**
897
+ * The resource is protected and requires an authentication token
898
+ */
899
+ 401: unknown;
900
+ /**
901
+ * Not Found
902
+ */
903
+ 404: unknown;
904
+ };
905
+ export type GlossaryImportTbxResponses = {
906
+ /**
907
+ * OK
908
+ */
909
+ 200: GlossaryImportResult;
910
+ };
911
+ export type GlossaryImportTbxResponse = GlossaryImportTbxResponses[keyof GlossaryImportTbxResponses];
912
+ export type GlossarySaveData = {
913
+ body?: SaveGlossaryTermRequest;
914
+ path?: never;
915
+ query?: never;
916
+ url: '/umbraco/jumoo-translate/api/v1/glossary/Save';
917
+ };
918
+ export type GlossarySaveErrors = {
919
+ /**
920
+ * Bad Request
921
+ */
922
+ 400: unknown;
923
+ /**
924
+ * The resource is protected and requires an authentication token
925
+ */
926
+ 401: unknown;
927
+ /**
928
+ * Not Found
929
+ */
930
+ 404: unknown;
931
+ };
932
+ export type GlossarySaveResponses = {
933
+ /**
934
+ * OK
935
+ */
936
+ 200: GlossaryTerm;
937
+ };
938
+ export type GlossarySaveResponse = GlossarySaveResponses[keyof GlossarySaveResponses];
939
+ export type GlossarySourceLanguagesData = {
940
+ body?: never;
941
+ path?: never;
942
+ query?: never;
943
+ url: '/umbraco/jumoo-translate/api/v1/glossary/SourceLanguages';
944
+ };
945
+ export type GlossarySourceLanguagesErrors = {
946
+ /**
947
+ * The resource is protected and requires an authentication token
948
+ */
949
+ 401: unknown;
950
+ /**
951
+ * The authenticated user does not have access to this resource
952
+ */
953
+ 403: unknown;
954
+ /**
955
+ * Not Found
956
+ */
957
+ 404: unknown;
958
+ };
959
+ export type GlossarySourceLanguagesResponses = {
960
+ /**
961
+ * OK
962
+ */
963
+ 200: Array<string>;
964
+ };
965
+ export type GlossarySourceLanguagesResponse = GlossarySourceLanguagesResponses[keyof GlossarySourceLanguagesResponses];
966
+ export type GlossaryStatsData = {
967
+ body?: never;
968
+ path?: never;
969
+ query?: {
970
+ sourceLanguage?: string;
971
+ };
972
+ url: '/umbraco/jumoo-translate/api/v1/glossary/Stats';
973
+ };
974
+ export type GlossaryStatsErrors = {
975
+ /**
976
+ * Bad Request
977
+ */
978
+ 400: unknown;
979
+ /**
980
+ * The resource is protected and requires an authentication token
981
+ */
982
+ 401: unknown;
983
+ /**
984
+ * The authenticated user does not have access to this resource
985
+ */
986
+ 403: unknown;
987
+ /**
988
+ * Not Found
989
+ */
990
+ 404: unknown;
991
+ };
992
+ export type GlossaryStatsResponses = {
993
+ /**
994
+ * OK
995
+ */
996
+ 200: Array<GlossaryLanguageStats>;
997
+ };
998
+ export type GlossaryStatsResponse = GlossaryStatsResponses[keyof GlossaryStatsResponses];
999
+ export type GlossaryValueLanguagesData = {
1000
+ body?: never;
1001
+ path?: never;
1002
+ query?: never;
1003
+ url: '/umbraco/jumoo-translate/api/v1/glossary/ValueLanguages';
1004
+ };
1005
+ export type GlossaryValueLanguagesErrors = {
1006
+ /**
1007
+ * The resource is protected and requires an authentication token
1008
+ */
1009
+ 401: unknown;
1010
+ /**
1011
+ * The authenticated user does not have access to this resource
1012
+ */
1013
+ 403: unknown;
1014
+ /**
1015
+ * Not Found
1016
+ */
1017
+ 404: unknown;
1018
+ };
1019
+ export type GlossaryValueLanguagesResponses = {
1020
+ /**
1021
+ * OK
1022
+ */
1023
+ 200: Array<string>;
1024
+ };
1025
+ export type GlossaryValueLanguagesResponse = GlossaryValueLanguagesResponses[keyof GlossaryValueLanguagesResponses];
1026
+ export type JobArchiveData = {
1027
+ body?: never;
1028
+ path?: never;
1029
+ query?: {
1030
+ key?: string;
1031
+ };
1032
+ url: '/umbraco/jumoo-translate/api/v1/jobs/Archive';
1033
+ };
1034
+ export type JobArchiveErrors = {
1035
+ /**
1036
+ * The resource is protected and requires an authentication token
1037
+ */
1038
+ 401: unknown;
1039
+ /**
1040
+ * Not Found
1041
+ */
1042
+ 404: unknown;
1043
+ };
1044
+ export type JobArchiveResponses = {
1045
+ /**
1046
+ * OK
1047
+ */
1048
+ 200: boolean;
1049
+ };
1050
+ export type JobArchiveResponse = JobArchiveResponses[keyof JobArchiveResponses];
1051
+ export type JobBulkCancelData = {
1052
+ body?: Array<string>;
1053
+ path?: never;
1054
+ query?: never;
1055
+ url: '/umbraco/jumoo-translate/api/v1/jobs/BulkCancel';
1056
+ };
1057
+ export type JobBulkCancelErrors = {
1058
+ /**
1059
+ * The resource is protected and requires an authentication token
1060
+ */
1061
+ 401: unknown;
1062
+ };
1063
+ export type JobBulkCancelResponses = {
1064
+ /**
1065
+ * OK
1066
+ */
1067
+ 200: boolean;
1068
+ };
1069
+ export type JobBulkCancelResponse = JobBulkCancelResponses[keyof JobBulkCancelResponses];
1070
+ export type JobBulkCheckData = {
1071
+ body?: Array<string>;
1072
+ path?: never;
1073
+ query?: never;
1074
+ url: '/umbraco/jumoo-translate/api/v1/jobs/BulkCheck';
1075
+ };
1076
+ export type JobBulkCheckErrors = {
1077
+ /**
1078
+ * The resource is protected and requires an authentication token
1079
+ */
1080
+ 401: unknown;
1081
+ };
1082
+ export type JobBulkCheckResponses = {
1083
+ /**
1084
+ * OK
1085
+ */
1086
+ 200: boolean;
1087
+ };
1088
+ export type JobBulkCheckResponse = JobBulkCheckResponses[keyof JobBulkCheckResponses];
1089
+ export type JobBulkRemoveData = {
1090
+ body?: Array<string>;
1091
+ path?: never;
1092
+ query?: never;
1093
+ url: '/umbraco/jumoo-translate/api/v1/jobs/BulkRemove';
1094
+ };
1095
+ export type JobBulkRemoveErrors = {
1096
+ /**
1097
+ * The resource is protected and requires an authentication token
1098
+ */
1099
+ 401: unknown;
1100
+ };
1101
+ export type JobBulkRemoveResponses = {
1102
+ /**
1103
+ * OK
1104
+ */
1105
+ 200: boolean;
1106
+ };
1107
+ export type JobBulkRemoveResponse = JobBulkRemoveResponses[keyof JobBulkRemoveResponses];
1108
+ export type JobCancelData = {
1109
+ body?: never;
1110
+ path?: never;
1111
+ query?: {
1112
+ key?: string;
1113
+ deleteNodes?: boolean;
1114
+ };
1115
+ url: '/umbraco/jumoo-translate/api/v1/jobs/Cancel';
1116
+ };
1117
+ export type JobCancelErrors = {
1118
+ /**
1119
+ * The resource is protected and requires an authentication token
1120
+ */
1121
+ 401: unknown;
1122
+ /**
1123
+ * Not Found
1124
+ */
1125
+ 404: unknown;
1126
+ };
1127
+ export type JobCancelResponses = {
1128
+ /**
1129
+ * OK
1130
+ */
1131
+ 200: boolean;
1132
+ };
1133
+ export type JobCancelResponse = JobCancelResponses[keyof JobCancelResponses];
1134
+ export type JobCheckAllPendingData = {
1135
+ body?: never;
1136
+ path?: never;
1137
+ query?: never;
1138
+ url: '/umbraco/jumoo-translate/api/v1/jobs/CheckAllPending';
1139
+ };
1140
+ export type JobCheckAllPendingErrors = {
1141
+ /**
1142
+ * The resource is protected and requires an authentication token
1143
+ */
1144
+ 401: unknown;
1145
+ };
1146
+ export type JobCheckAllPendingResponses = {
1147
+ /**
1148
+ * OK
1149
+ */
1150
+ 200: number;
1151
+ };
1152
+ export type JobCheckAllPendingResponse = JobCheckAllPendingResponses[keyof JobCheckAllPendingResponses];
1153
+ export type JobCheckPendingData = {
1154
+ body?: never;
1155
+ path?: never;
1156
+ query?: {
1157
+ key?: string;
1158
+ };
1159
+ url: '/umbraco/jumoo-translate/api/v1/jobs/CheckPending';
1160
+ };
1161
+ export type JobCheckPendingErrors = {
1162
+ /**
1163
+ * Bad Request
1164
+ */
1165
+ 400: ProblemDetails;
1166
+ /**
1167
+ * The resource is protected and requires an authentication token
1168
+ */
1169
+ 401: unknown;
1170
+ };
1171
+ export type JobCheckPendingError = JobCheckPendingErrors[keyof JobCheckPendingErrors];
1172
+ export type JobCheckPendingResponses = {
1173
+ /**
1174
+ * OK
1175
+ */
1176
+ 200: boolean;
1177
+ };
1178
+ export type JobCheckPendingResponse = JobCheckPendingResponses[keyof JobCheckPendingResponses];
1179
+ export type JobGetData = {
1180
+ body?: never;
1181
+ path?: never;
1182
+ query?: {
1183
+ id?: number;
1184
+ };
1185
+ url: '/umbraco/jumoo-translate/api/v1/jobs/Get';
1186
+ };
1187
+ export type JobGetErrors = {
1188
+ /**
1189
+ * The resource is protected and requires an authentication token
1190
+ */
1191
+ 401: unknown;
1192
+ /**
1193
+ * Not Found
1194
+ */
1195
+ 404: unknown;
1196
+ };
1197
+ export type JobGetResponses = {
1198
+ /**
1199
+ * OK
1200
+ */
1201
+ 200: TranslationJobView;
1202
+ };
1203
+ export type JobGetResponse = JobGetResponses[keyof JobGetResponses];
1204
+ export type JobGetAllData = {
1205
+ body?: never;
1206
+ path?: never;
1207
+ query?: never;
1208
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetAll';
1209
+ };
1210
+ export type JobGetAllErrors = {
1211
+ /**
1212
+ * The resource is protected and requires an authentication token
1213
+ */
1214
+ 401: unknown;
1215
+ };
1216
+ export type JobGetAllResponses = {
1217
+ /**
1218
+ * OK
1219
+ */
1220
+ 200: Array<TranslationJobView>;
1221
+ };
1222
+ export type JobGetAllResponse = JobGetAllResponses[keyof JobGetAllResponses];
1223
+ export type JobGetArchivedByCultureData = {
1224
+ body?: never;
1225
+ path?: never;
1226
+ query?: {
1227
+ cultureName?: string;
1228
+ page?: number;
1229
+ };
1230
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetArchivedByCulture';
1231
+ };
1232
+ export type JobGetArchivedByCultureErrors = {
1233
+ /**
1234
+ * The resource is protected and requires an authentication token
1235
+ */
1236
+ 401: unknown;
1237
+ };
1238
+ export type JobGetArchivedByCultureResponses = {
1239
+ /**
1240
+ * OK
1241
+ */
1242
+ 200: PagedModelTranslationJobViewModel;
1243
+ };
1244
+ export type JobGetArchivedByCultureResponse = JobGetArchivedByCultureResponses[keyof JobGetArchivedByCultureResponses];
1245
+ export type JobGetByContentIdData = {
1246
+ body?: never;
1247
+ path?: never;
1248
+ query?: {
1249
+ contentId?: number;
1250
+ page?: number;
1251
+ };
1252
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetByContentId';
1253
+ };
1254
+ export type JobGetByContentIdErrors = {
1255
+ /**
1256
+ * The resource is protected and requires an authentication token
1257
+ */
1258
+ 401: unknown;
1259
+ };
1260
+ export type JobGetByContentIdResponses = {
1261
+ /**
1262
+ * OK
1263
+ */
1264
+ 200: PagedModelTranslationJobViewModel;
1265
+ };
1266
+ export type JobGetByContentIdResponse = JobGetByContentIdResponses[keyof JobGetByContentIdResponses];
1267
+ export type JobGetByCultureData = {
1268
+ body?: never;
1269
+ path?: never;
1270
+ query?: {
1271
+ cultureName?: string;
1272
+ };
1273
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetByCulture';
1274
+ };
1275
+ export type JobGetByCultureErrors = {
1276
+ /**
1277
+ * The resource is protected and requires an authentication token
1278
+ */
1279
+ 401: unknown;
1280
+ };
1281
+ export type JobGetByCultureResponses = {
1282
+ /**
1283
+ * OK
1284
+ */
1285
+ 200: Array<TranslationJobView>;
1286
+ };
1287
+ export type JobGetByCultureResponse = JobGetByCultureResponses[keyof JobGetByCultureResponses];
1288
+ export type JobGetByCultureAndStatusData = {
1289
+ body?: never;
1290
+ path?: never;
1291
+ query?: {
1292
+ cultureName?: string;
1293
+ statusMin?: JobStatus;
1294
+ statusMax?: JobStatus;
1295
+ page?: number;
1296
+ };
1297
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetByCultureAndStatus';
1298
+ };
1299
+ export type JobGetByCultureAndStatusErrors = {
1300
+ /**
1301
+ * The resource is protected and requires an authentication token
1302
+ */
1303
+ 401: unknown;
1304
+ };
1305
+ export type JobGetByCultureAndStatusResponses = {
1306
+ /**
1307
+ * OK
1308
+ */
1309
+ 200: PagedModelTranslationJobViewModel;
1310
+ };
1311
+ export type JobGetByCultureAndStatusResponse = JobGetByCultureAndStatusResponses[keyof JobGetByCultureAndStatusResponses];
1312
+ export type JobGetByCulturePagedData = {
1313
+ body?: never;
1314
+ path?: never;
1315
+ query?: {
1316
+ cultureName?: string;
1317
+ page?: number;
1318
+ };
1319
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetByCulturePaged';
1320
+ };
1321
+ export type JobGetByCulturePagedErrors = {
1322
+ /**
1323
+ * The resource is protected and requires an authentication token
1324
+ */
1325
+ 401: unknown;
1326
+ };
1327
+ export type JobGetByCulturePagedResponses = {
1328
+ /**
1329
+ * OK
1330
+ */
1331
+ 200: PagedModelTranslationJobViewModel;
1332
+ };
1333
+ export type JobGetByCulturePagedResponse = JobGetByCulturePagedResponses[keyof JobGetByCulturePagedResponses];
1334
+ export type JobGetByKeyData = {
1335
+ body?: never;
1336
+ path?: never;
1337
+ query?: {
1338
+ key?: string;
1339
+ };
1340
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetByKey';
1341
+ };
1342
+ export type JobGetByKeyErrors = {
1343
+ /**
1344
+ * The resource is protected and requires an authentication token
1345
+ */
1346
+ 401: unknown;
1347
+ /**
1348
+ * Not Found
1349
+ */
1350
+ 404: unknown;
1351
+ };
1352
+ export type JobGetByKeyResponses = {
1353
+ /**
1354
+ * OK
1355
+ */
1356
+ 200: TranslationJobView;
1357
+ };
1358
+ export type JobGetByKeyResponse = JobGetByKeyResponses[keyof JobGetByKeyResponses];
1359
+ export type JobGetByStatusData = {
1360
+ body?: never;
1361
+ path?: never;
1362
+ query?: {
1363
+ statusMin?: JobStatus;
1364
+ statusMax?: JobStatus;
1365
+ page?: number;
1366
+ };
1367
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetByStatus';
1368
+ };
1369
+ export type JobGetByStatusErrors = {
1370
+ /**
1371
+ * The resource is protected and requires an authentication token
1372
+ */
1373
+ 401: unknown;
1374
+ };
1375
+ export type JobGetByStatusResponses = {
1376
+ /**
1377
+ * OK
1378
+ */
1379
+ 200: PagedModelTranslationJobViewModel;
1380
+ };
1381
+ export type JobGetByStatusResponse = JobGetByStatusResponses[keyof JobGetByStatusResponses];
1382
+ export type JobGetFullData = {
1383
+ body?: never;
1384
+ path?: never;
1385
+ query?: {
1386
+ id?: number;
1387
+ };
1388
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetFull';
1389
+ };
1390
+ export type JobGetFullErrors = {
1391
+ /**
1392
+ * The resource is protected and requires an authentication token
1393
+ */
1394
+ 401: unknown;
1395
+ /**
1396
+ * Not Found
1397
+ */
1398
+ 404: unknown;
1399
+ };
1400
+ export type JobGetFullResponses = {
1401
+ /**
1402
+ * OK
1403
+ */
1404
+ 200: TranslationJobView;
1405
+ };
1406
+ export type JobGetFullResponse = JobGetFullResponses[keyof JobGetFullResponses];
1407
+ export type JobGetHistoryData = {
1408
+ body?: never;
1409
+ path?: never;
1410
+ query?: {
1411
+ key?: string;
1412
+ };
1413
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetHistory';
1414
+ };
1415
+ export type JobGetHistoryErrors = {
1416
+ /**
1417
+ * The resource is protected and requires an authentication token
1418
+ */
1419
+ 401: unknown;
1420
+ /**
1421
+ * Not Found
1422
+ */
1423
+ 404: unknown;
1424
+ };
1425
+ export type JobGetHistoryResponses = {
1426
+ /**
1427
+ * OK
1428
+ */
1429
+ 200: Array<TranslationAuditItem>;
1430
+ };
1431
+ export type JobGetHistoryResponse = JobGetHistoryResponses[keyof JobGetHistoryResponses];
1432
+ export type JobGetNodeCountData = {
1433
+ body?: never;
1434
+ path?: never;
1435
+ query?: {
1436
+ minStatus?: JobStatus;
1437
+ maxStatus?: JobStatus;
1438
+ };
1439
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetNodeCount';
1440
+ };
1441
+ export type JobGetNodeCountErrors = {
1442
+ /**
1443
+ * The resource is protected and requires an authentication token
1444
+ */
1445
+ 401: unknown;
1446
+ };
1447
+ export type JobGetNodeCountResponses = {
1448
+ /**
1449
+ * OK
1450
+ */
1451
+ 200: number;
1452
+ };
1453
+ export type JobGetNodeCountResponse = JobGetNodeCountResponses[keyof JobGetNodeCountResponses];
1454
+ export type JobGetNodesData = {
1455
+ body?: never;
1456
+ path?: never;
1457
+ query?: {
1458
+ jobId?: number;
1459
+ };
1460
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetNodes';
1461
+ };
1462
+ export type JobGetNodesErrors = {
1463
+ /**
1464
+ * The resource is protected and requires an authentication token
1465
+ */
1466
+ 401: unknown;
1467
+ };
1468
+ export type JobGetNodesResponses = {
1469
+ /**
1470
+ * OK
1471
+ */
1472
+ 200: Array<TranslationNode>;
1473
+ };
1474
+ export type JobGetNodesResponse = JobGetNodesResponses[keyof JobGetNodesResponses];
1475
+ export type JobGetNodesByJobData = {
1476
+ body?: never;
1477
+ path?: never;
1478
+ query?: {
1479
+ jobId?: number;
1480
+ page?: number;
1481
+ };
1482
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetNodesByJob';
1483
+ };
1484
+ export type JobGetNodesByJobErrors = {
1485
+ /**
1486
+ * The resource is protected and requires an authentication token
1487
+ */
1488
+ 401: unknown;
1489
+ };
1490
+ export type JobGetNodesByJobResponses = {
1491
+ /**
1492
+ * OK
1493
+ */
1494
+ 200: PagedModelTranslationNodeModel;
1495
+ };
1496
+ export type JobGetNodesByJobResponse = JobGetNodesByJobResponses[keyof JobGetNodesByJobResponses];
1497
+ export type JobGetStatsData = {
1498
+ body?: never;
1499
+ path?: never;
1500
+ query?: never;
1501
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetStats';
1502
+ };
1503
+ export type JobGetStatsErrors = {
1504
+ /**
1505
+ * The resource is protected and requires an authentication token
1506
+ */
1507
+ 401: unknown;
1508
+ };
1509
+ export type JobGetStatsResponses = {
1510
+ /**
1511
+ * OK
1512
+ */
1513
+ 200: Array<JobStatusStats>;
1514
+ };
1515
+ export type JobGetStatsResponse = JobGetStatsResponses[keyof JobGetStatsResponses];
1516
+ export type JobGetStatusData = {
1517
+ body?: never;
1518
+ path?: never;
1519
+ query?: {
1520
+ key?: string;
1521
+ };
1522
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetStatus';
1523
+ };
1524
+ export type JobGetStatusErrors = {
1525
+ /**
1526
+ * The resource is protected and requires an authentication token
1527
+ */
1528
+ 401: unknown;
1529
+ };
1530
+ export type JobGetStatusResponses = {
1531
+ /**
1532
+ * OK
1533
+ */
1534
+ 200: JobStatus;
1535
+ };
1536
+ export type JobGetStatusResponse = JobGetStatusResponses[keyof JobGetStatusResponses];
1537
+ export type JobGetStatusSummaryData = {
1538
+ body?: never;
1539
+ path?: never;
1540
+ query?: {
1541
+ status?: JobStatus;
1542
+ };
1543
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetStatusSummary';
1544
+ };
1545
+ export type JobGetStatusSummaryErrors = {
1546
+ /**
1547
+ * The resource is protected and requires an authentication token
1548
+ */
1549
+ 401: unknown;
1550
+ };
1551
+ export type JobGetStatusSummaryResponses = {
1552
+ /**
1553
+ * OK
1554
+ */
1555
+ 200: Array<SummaryItem>;
1556
+ };
1557
+ export type JobGetStatusSummaryResponse = JobGetStatusSummaryResponses[keyof JobGetStatusSummaryResponses];
1558
+ export type JobGetStatusSummaryCountData = {
1559
+ body?: never;
1560
+ path?: never;
1561
+ query?: {
1562
+ minStatus?: JobStatus;
1563
+ maxStatus?: JobStatus;
1564
+ };
1565
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetStatusSummaryCount';
1566
+ };
1567
+ export type JobGetStatusSummaryCountErrors = {
1568
+ /**
1569
+ * The resource is protected and requires an authentication token
1570
+ */
1571
+ 401: unknown;
1572
+ };
1573
+ export type JobGetStatusSummaryCountResponses = {
1574
+ /**
1575
+ * OK
1576
+ */
1577
+ 200: StatusSummaryCount;
1578
+ };
1579
+ export type JobGetStatusSummaryCountResponse = JobGetStatusSummaryCountResponses[keyof JobGetStatusSummaryCountResponses];
1580
+ export type JobGetStatusSummaryRangeData = {
1581
+ body?: never;
1582
+ path?: never;
1583
+ query?: {
1584
+ minStatus?: JobStatus;
1585
+ maxStatus?: JobStatus;
1586
+ };
1587
+ url: '/umbraco/jumoo-translate/api/v1/jobs/GetStatusSummaryRange';
1588
+ };
1589
+ export type JobGetStatusSummaryRangeErrors = {
1590
+ /**
1591
+ * The resource is protected and requires an authentication token
1592
+ */
1593
+ 401: unknown;
1594
+ };
1595
+ export type JobGetStatusSummaryRangeResponses = {
1596
+ /**
1597
+ * OK
1598
+ */
1599
+ 200: Array<SummaryItem>;
1600
+ };
1601
+ export type JobGetStatusSummaryRangeResponse = JobGetStatusSummaryRangeResponses[keyof JobGetStatusSummaryRangeResponses];
1602
+ export type JobRemoveData = {
1603
+ body?: never;
1604
+ path?: never;
1605
+ query?: {
1606
+ key?: string;
1607
+ };
1608
+ url: '/umbraco/jumoo-translate/api/v1/jobs/Remove';
1609
+ };
1610
+ export type JobRemoveErrors = {
1611
+ /**
1612
+ * The resource is protected and requires an authentication token
1613
+ */
1614
+ 401: unknown;
1615
+ /**
1616
+ * Not Found
1617
+ */
1618
+ 404: unknown;
1619
+ };
1620
+ export type JobRemoveResponses = {
1621
+ /**
1622
+ * OK
1623
+ */
1624
+ 200: boolean;
1625
+ };
1626
+ export type JobRemoveResponse = JobRemoveResponses[keyof JobRemoveResponses];
1627
+ export type JobResetData = {
1628
+ body?: never;
1629
+ path?: never;
1630
+ query?: {
1631
+ key?: string;
1632
+ requestedStatus?: JobStatus;
1633
+ };
1634
+ url: '/umbraco/jumoo-translate/api/v1/jobs/Reset';
1635
+ };
1636
+ export type JobResetErrors = {
1637
+ /**
1638
+ * The resource is protected and requires an authentication token
1639
+ */
1640
+ 401: unknown;
1641
+ /**
1642
+ * Not Found
1643
+ */
1644
+ 404: unknown;
1645
+ };
1646
+ export type JobResetResponses = {
1647
+ /**
1648
+ * OK
1649
+ */
1650
+ 200: boolean;
1651
+ };
1652
+ export type JobResetResponse = JobResetResponses[keyof JobResetResponses];
1653
+ export type JobUpdateCopyPropertiesData = {
1654
+ body?: never;
1655
+ path?: never;
1656
+ query?: {
1657
+ key?: string;
1658
+ copyProperties?: boolean;
1659
+ };
1660
+ url: '/umbraco/jumoo-translate/api/v1/jobs/UpdateCopyProperties';
1661
+ };
1662
+ export type JobUpdateCopyPropertiesErrors = {
1663
+ /**
1664
+ * The resource is protected and requires an authentication token
1665
+ */
1666
+ 401: unknown;
1667
+ };
1668
+ export type JobUpdateCopyPropertiesResponses = {
1669
+ /**
1670
+ * OK
1671
+ */
1672
+ 200: boolean;
1673
+ };
1674
+ export type JobUpdateCopyPropertiesResponse = JobUpdateCopyPropertiesResponses[keyof JobUpdateCopyPropertiesResponses];
1675
+ export type LicenceIsLicencedData = {
1676
+ body?: never;
1677
+ path?: never;
1678
+ query?: never;
1679
+ url: '/umbraco/jumoo-translate/api/v1/licence/IsLicenced';
1680
+ };
1681
+ export type LicenceIsLicencedErrors = {
1682
+ /**
1683
+ * The resource is protected and requires an authentication token
1684
+ */
1685
+ 401: unknown;
1686
+ };
1687
+ export type LicenceIsLicencedResponses = {
1688
+ /**
1689
+ * OK
1690
+ */
1691
+ 200: boolean;
1692
+ };
1693
+ export type LicenceIsLicencedResponse = LicenceIsLicencedResponses[keyof LicenceIsLicencedResponses];
1694
+ export type LicenceStatusData = {
1695
+ body?: never;
1696
+ path?: never;
1697
+ query?: never;
1698
+ url: '/umbraco/jumoo-translate/api/v1/licence/Status';
1699
+ };
1700
+ export type LicenceStatusErrors = {
1701
+ /**
1702
+ * The resource is protected and requires an authentication token
1703
+ */
1704
+ 401: unknown;
1705
+ };
1706
+ export type LicenceStatusResponses = {
1707
+ /**
1708
+ * OK
1709
+ */
1710
+ 200: string;
1711
+ };
1712
+ export type LicenceStatusResponse = LicenceStatusResponses[keyof LicenceStatusResponses];
1713
+ export type LicenceValidData = {
1714
+ body?: never;
1715
+ path?: never;
1716
+ query?: never;
1717
+ url: '/umbraco/jumoo-translate/api/v1/licence/Valid';
1718
+ };
1719
+ export type LicenceValidErrors = {
1720
+ /**
1721
+ * The resource is protected and requires an authentication token
1722
+ */
1723
+ 401: unknown;
1724
+ };
1725
+ export type LicenceValidResponses = {
1726
+ /**
1727
+ * OK
1728
+ */
1729
+ 200: string;
1730
+ };
1731
+ export type LicenceValidResponse = LicenceValidResponses[keyof LicenceValidResponses];
1732
+ export type MemoryCopyData = {
1733
+ body?: CopyMemoryRequest;
1734
+ path?: never;
1735
+ query?: never;
1736
+ url: '/umbraco/jumoo-translate/api/v1/memory/Copy';
1737
+ };
1738
+ export type MemoryCopyErrors = {
1739
+ /**
1740
+ * Bad Request
1741
+ */
1742
+ 400: unknown;
1743
+ /**
1744
+ * The resource is protected and requires an authentication token
1745
+ */
1746
+ 401: unknown;
1747
+ /**
1748
+ * Not Found
1749
+ */
1750
+ 404: unknown;
1751
+ };
1752
+ export type MemoryCopyResponses = {
1753
+ /**
1754
+ * OK
1755
+ */
1756
+ 200: CopyMemoryResponse;
1757
+ };
1758
+ export type MemoryCopyResponse = MemoryCopyResponses[keyof MemoryCopyResponses];
1759
+ export type MemoryCountData = {
1760
+ body?: never;
1761
+ path?: never;
1762
+ query?: never;
1763
+ url: '/umbraco/jumoo-translate/api/v1/memory/Count';
1764
+ };
1765
+ export type MemoryCountErrors = {
1766
+ /**
1767
+ * The resource is protected and requires an authentication token
1768
+ */
1769
+ 401: unknown;
1770
+ /**
1771
+ * The authenticated user does not have access to this resource
1772
+ */
1773
+ 403: unknown;
1774
+ };
1775
+ export type MemoryCountResponses = {
1776
+ /**
1777
+ * OK
1778
+ */
1779
+ 200: number;
1780
+ };
1781
+ export type MemoryCountResponse = MemoryCountResponses[keyof MemoryCountResponses];
1782
+ export type MemoryDeleteData = {
1783
+ body?: never;
1784
+ path?: never;
1785
+ query?: {
1786
+ id?: number;
1787
+ };
1788
+ url: '/umbraco/jumoo-translate/api/v1/memory/Delete';
1789
+ };
1790
+ export type MemoryDeleteErrors = {
1791
+ /**
1792
+ * The resource is protected and requires an authentication token
1793
+ */
1794
+ 401: unknown;
1795
+ /**
1796
+ * Not Found
1797
+ */
1798
+ 404: unknown;
1799
+ };
1800
+ export type MemoryDeleteResponses = {
1801
+ /**
1802
+ * No Content
1803
+ */
1804
+ 204: void;
1805
+ };
1806
+ export type MemoryDeleteResponse = MemoryDeleteResponses[keyof MemoryDeleteResponses];
1807
+ export type MemoryDeleteAllData = {
1808
+ body?: never;
1809
+ path?: never;
1810
+ query?: never;
1811
+ url: '/umbraco/jumoo-translate/api/v1/memory/DeleteAll';
1812
+ };
1813
+ export type MemoryDeleteAllErrors = {
1814
+ /**
1815
+ * The resource is protected and requires an authentication token
1816
+ */
1817
+ 401: unknown;
1818
+ /**
1819
+ * Not Found
1820
+ */
1821
+ 404: unknown;
1822
+ };
1823
+ export type MemoryDeleteAllResponses = {
1824
+ /**
1825
+ * No Content
1826
+ */
1827
+ 204: void;
1828
+ };
1829
+ export type MemoryDeleteAllResponse = MemoryDeleteAllResponses[keyof MemoryDeleteAllResponses];
1830
+ export type MemoryDeleteBySourceData = {
1831
+ body?: never;
1832
+ path?: never;
1833
+ query?: {
1834
+ translationSource?: string;
1835
+ };
1836
+ url: '/umbraco/jumoo-translate/api/v1/memory/DeleteBySource';
1837
+ };
1838
+ export type MemoryDeleteBySourceErrors = {
1839
+ /**
1840
+ * Bad Request
1841
+ */
1842
+ 400: unknown;
1843
+ /**
1844
+ * The resource is protected and requires an authentication token
1845
+ */
1846
+ 401: unknown;
1847
+ /**
1848
+ * Not Found
1849
+ */
1850
+ 404: unknown;
1851
+ };
1852
+ export type MemoryDeleteBySourceResponses = {
1853
+ /**
1854
+ * No Content
1855
+ */
1856
+ 204: void;
1857
+ };
1858
+ export type MemoryDeleteBySourceResponse = MemoryDeleteBySourceResponses[keyof MemoryDeleteBySourceResponses];
1859
+ export type MemoryEnabledData = {
1860
+ body?: never;
1861
+ path?: never;
1862
+ query?: never;
1863
+ url: '/umbraco/jumoo-translate/api/v1/memory/Enabled';
1864
+ };
1865
+ export type MemoryEnabledErrors = {
1866
+ /**
1867
+ * The resource is protected and requires an authentication token
1868
+ */
1869
+ 401: unknown;
1870
+ /**
1871
+ * The authenticated user does not have access to this resource
1872
+ */
1873
+ 403: unknown;
1874
+ };
1875
+ export type MemoryEnabledResponses = {
1876
+ /**
1877
+ * OK
1878
+ */
1879
+ 200: boolean;
1880
+ };
1881
+ export type MemoryEnabledResponse = MemoryEnabledResponses[keyof MemoryEnabledResponses];
1882
+ export type MemoryGetAllData = {
1883
+ body?: never;
1884
+ path?: never;
1885
+ query?: never;
1886
+ url: '/umbraco/jumoo-translate/api/v1/memory/GetAll';
1887
+ };
1888
+ export type MemoryGetAllErrors = {
1889
+ /**
1890
+ * The resource is protected and requires an authentication token
1891
+ */
1892
+ 401: unknown;
1893
+ /**
1894
+ * The authenticated user does not have access to this resource
1895
+ */
1896
+ 403: unknown;
1897
+ };
1898
+ export type MemoryGetAllResponses = {
1899
+ /**
1900
+ * OK
1901
+ */
1902
+ 200: Array<TranslationMemory>;
1903
+ };
1904
+ export type MemoryGetAllResponse = MemoryGetAllResponses[keyof MemoryGetAllResponses];
1905
+ export type MemoryGetBySourceData = {
1906
+ body?: never;
1907
+ path?: never;
1908
+ query?: {
1909
+ translationSource?: string;
1910
+ };
1911
+ url: '/umbraco/jumoo-translate/api/v1/memory/GetBySource';
1912
+ };
1913
+ export type MemoryGetBySourceErrors = {
1914
+ /**
1915
+ * The resource is protected and requires an authentication token
1916
+ */
1917
+ 401: unknown;
1918
+ /**
1919
+ * The authenticated user does not have access to this resource
1920
+ */
1921
+ 403: unknown;
1922
+ };
1923
+ export type MemoryGetBySourceResponses = {
1924
+ /**
1925
+ * OK
1926
+ */
1927
+ 200: Array<TranslationMemory>;
1928
+ };
1929
+ export type MemoryGetBySourceResponse = MemoryGetBySourceResponses[keyof MemoryGetBySourceResponses];
1930
+ export type MemoryGetBySourcePagedData = {
1931
+ body?: never;
1932
+ path?: never;
1933
+ query?: {
1934
+ translationSource?: string;
1935
+ skip?: number;
1936
+ take?: number;
1937
+ search?: string;
1938
+ approvedOnly?: boolean;
1939
+ };
1940
+ url: '/umbraco/jumoo-translate/api/v1/memory/GetBySourcePaged';
1941
+ };
1942
+ export type MemoryGetBySourcePagedErrors = {
1943
+ /**
1944
+ * Bad Request
1945
+ */
1946
+ 400: unknown;
1947
+ /**
1948
+ * The resource is protected and requires an authentication token
1949
+ */
1950
+ 401: unknown;
1951
+ /**
1952
+ * The authenticated user does not have access to this resource
1953
+ */
1954
+ 403: unknown;
1955
+ };
1956
+ export type MemoryGetBySourcePagedResponses = {
1957
+ /**
1958
+ * OK
1959
+ */
1960
+ 200: PagedMemoryResponse;
1961
+ };
1962
+ export type MemoryGetBySourcePagedResponse = MemoryGetBySourcePagedResponses[keyof MemoryGetBySourcePagedResponses];
1963
+ export type MemorySourceCountsData = {
1964
+ body?: never;
1965
+ path?: never;
1966
+ query?: {
1967
+ translationSource?: string;
1968
+ };
1969
+ url: '/umbraco/jumoo-translate/api/v1/memory/SourceCounts';
1970
+ };
1971
+ export type MemorySourceCountsErrors = {
1972
+ /**
1973
+ * The resource is protected and requires an authentication token
1974
+ */
1975
+ 401: unknown;
1976
+ /**
1977
+ * The authenticated user does not have access to this resource
1978
+ */
1979
+ 403: unknown;
1980
+ };
1981
+ export type MemorySourceCountsResponses = {
1982
+ /**
1983
+ * OK
1984
+ */
1985
+ 200: SourceMemoryCounts;
1986
+ };
1987
+ export type MemorySourceCountsResponse = MemorySourceCountsResponses[keyof MemorySourceCountsResponses];
1988
+ export type MemorySourcesData = {
1989
+ body?: never;
1990
+ path?: never;
1991
+ query?: never;
1992
+ url: '/umbraco/jumoo-translate/api/v1/memory/Sources';
1993
+ };
1994
+ export type MemorySourcesErrors = {
1995
+ /**
1996
+ * The resource is protected and requires an authentication token
1997
+ */
1998
+ 401: unknown;
1999
+ /**
2000
+ * The authenticated user does not have access to this resource
2001
+ */
2002
+ 403: unknown;
2003
+ };
2004
+ export type MemorySourcesResponses = {
2005
+ /**
2006
+ * OK
2007
+ */
2008
+ 200: Array<string>;
2009
+ };
2010
+ export type MemorySourcesResponse = MemorySourcesResponses[keyof MemorySourcesResponses];
2011
+ export type MemoryUpdateData = {
2012
+ body?: UpdateMemoryRequest;
2013
+ path?: never;
2014
+ query?: never;
2015
+ url: '/umbraco/jumoo-translate/api/v1/memory/Update';
2016
+ };
2017
+ export type MemoryUpdateErrors = {
2018
+ /**
2019
+ * Bad Request
2020
+ */
2021
+ 400: unknown;
2022
+ /**
2023
+ * The resource is protected and requires an authentication token
2024
+ */
2025
+ 401: unknown;
2026
+ /**
2027
+ * Not Found
2028
+ */
2029
+ 404: unknown;
2030
+ };
2031
+ export type MemoryUpdateResponses = {
2032
+ /**
2033
+ * OK
2034
+ */
2035
+ 200: TranslationMemory;
2036
+ };
2037
+ export type MemoryUpdateResponse = MemoryUpdateResponses[keyof MemoryUpdateResponses];
2038
+ export type NodeCloneData = {
2039
+ body?: CloneNodeOptions;
2040
+ path?: never;
2041
+ query?: {
2042
+ id?: number;
2043
+ };
2044
+ url: '/umbraco/jumoo-translate/api/v1/nodes/Clone';
2045
+ };
2046
+ export type NodeCloneErrors = {
2047
+ /**
2048
+ * Bad Request
2049
+ */
2050
+ 400: ProblemDetails;
2051
+ /**
2052
+ * The resource is protected and requires an authentication token
2053
+ */
2054
+ 401: unknown;
2055
+ /**
2056
+ * Not Found
2057
+ */
2058
+ 404: unknown;
2059
+ };
2060
+ export type NodeCloneError = NodeCloneErrors[keyof NodeCloneErrors];
2061
+ export type NodeCloneResponses = {
2062
+ /**
2063
+ * OK
2064
+ */
2065
+ 200: unknown;
2066
+ };
2067
+ export type NodeDeleteData = {
2068
+ body?: never;
2069
+ path?: never;
2070
+ query?: {
2071
+ id?: number;
2072
+ };
2073
+ url: '/umbraco/jumoo-translate/api/v1/nodes/Delete';
2074
+ };
2075
+ export type NodeDeleteErrors = {
2076
+ /**
2077
+ * The resource is protected and requires an authentication token
2078
+ */
2079
+ 401: unknown;
2080
+ };
2081
+ export type NodeDeleteResponses = {
2082
+ /**
2083
+ * OK
2084
+ */
2085
+ 200: unknown;
2086
+ };
2087
+ export type NodeDeleteByKeyData = {
2088
+ body?: Array<string>;
2089
+ path?: never;
2090
+ query?: never;
2091
+ url: '/umbraco/jumoo-translate/api/v1/nodes/DeleteByKey';
2092
+ };
2093
+ export type NodeDeleteByKeyErrors = {
2094
+ /**
2095
+ * The resource is protected and requires an authentication token
2096
+ */
2097
+ 401: unknown;
2098
+ };
2099
+ export type NodeDeleteByKeyResponses = {
2100
+ /**
2101
+ * OK
2102
+ */
2103
+ 200: unknown;
2104
+ };
2105
+ export type NodeGetData = {
2106
+ body?: never;
2107
+ path?: never;
2108
+ query?: {
2109
+ id?: number;
2110
+ };
2111
+ url: '/umbraco/jumoo-translate/api/v1/nodes/Get';
2112
+ };
2113
+ export type NodeGetErrors = {
2114
+ /**
2115
+ * The resource is protected and requires an authentication token
2116
+ */
2117
+ 401: unknown;
2118
+ /**
2119
+ * Not Found
2120
+ */
2121
+ 404: unknown;
2122
+ };
2123
+ export type NodeGetResponses = {
2124
+ /**
2125
+ * OK
2126
+ */
2127
+ 200: TranslationNode;
2128
+ };
2129
+ export type NodeGetResponse = NodeGetResponses[keyof NodeGetResponses];
2130
+ export type NodeGetAllData = {
2131
+ body?: never;
2132
+ path?: never;
2133
+ query?: never;
2134
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetAll';
2135
+ };
2136
+ export type NodeGetAllErrors = {
2137
+ /**
2138
+ * The resource is protected and requires an authentication token
2139
+ */
2140
+ 401: unknown;
2141
+ };
2142
+ export type NodeGetAllResponses = {
2143
+ /**
2144
+ * OK
2145
+ */
2146
+ 200: Array<TranslationNode>;
2147
+ };
2148
+ export type NodeGetAllResponse = NodeGetAllResponses[keyof NodeGetAllResponses];
2149
+ export type NodeGetAllCulturesData = {
2150
+ body?: never;
2151
+ path?: never;
2152
+ query?: never;
2153
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetAllCultures';
2154
+ };
2155
+ export type NodeGetAllCulturesErrors = {
2156
+ /**
2157
+ * The resource is protected and requires an authentication token
2158
+ */
2159
+ 401: unknown;
2160
+ };
2161
+ export type NodeGetAllCulturesResponses = {
2162
+ /**
2163
+ * OK
2164
+ */
2165
+ 200: Array<CultureInfoView>;
2166
+ };
2167
+ export type NodeGetAllCulturesResponse = NodeGetAllCulturesResponses[keyof NodeGetAllCulturesResponses];
2168
+ export type NodeGetBulkSelectionData = {
2169
+ body?: Array<BulkSelectionRequestItem>;
2170
+ path?: never;
2171
+ query?: never;
2172
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetBulkSelection';
2173
+ };
2174
+ export type NodeGetBulkSelectionErrors = {
2175
+ /**
2176
+ * The resource is protected and requires an authentication token
2177
+ */
2178
+ 401: unknown;
2179
+ };
2180
+ export type NodeGetBulkSelectionResponses = {
2181
+ /**
2182
+ * OK
2183
+ */
2184
+ 200: BulkSelectionResult;
2185
+ };
2186
+ export type NodeGetBulkSelectionResponse = NodeGetBulkSelectionResponses[keyof NodeGetBulkSelectionResponses];
2187
+ export type NodeGetByCultureData = {
2188
+ body?: never;
2189
+ path?: never;
2190
+ query?: {
2191
+ cultureName?: string;
2192
+ };
2193
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetByCulture';
2194
+ };
2195
+ export type NodeGetByCultureErrors = {
2196
+ /**
2197
+ * The resource is protected and requires an authentication token
2198
+ */
2199
+ 401: unknown;
2200
+ };
2201
+ export type NodeGetByCultureResponses = {
2202
+ /**
2203
+ * OK
2204
+ */
2205
+ 200: Array<TranslationNode>;
2206
+ };
2207
+ export type NodeGetByCultureResponse = NodeGetByCultureResponses[keyof NodeGetByCultureResponses];
2208
+ export type NodeGetByCultureAndStatusData = {
2209
+ body?: never;
2210
+ path?: never;
2211
+ query?: {
2212
+ cultureName?: string;
2213
+ status?: NodeStatus;
2214
+ };
2215
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetByCultureAndStatus';
2216
+ };
2217
+ export type NodeGetByCultureAndStatusErrors = {
2218
+ /**
2219
+ * The resource is protected and requires an authentication token
2220
+ */
2221
+ 401: unknown;
2222
+ };
2223
+ export type NodeGetByCultureAndStatusResponses = {
2224
+ /**
2225
+ * OK
2226
+ */
2227
+ 200: Array<TranslationNode>;
2228
+ };
2229
+ export type NodeGetByCultureAndStatusResponse = NodeGetByCultureAndStatusResponses[keyof NodeGetByCultureAndStatusResponses];
2230
+ export type NodeGetByCultureAndStatusPagedData = {
2231
+ body?: never;
2232
+ path?: never;
2233
+ query?: {
2234
+ cultureName?: string;
2235
+ status?: NodeStatus;
2236
+ page?: number;
2237
+ };
2238
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetByCultureAndStatusPaged';
2239
+ };
2240
+ export type NodeGetByCultureAndStatusPagedErrors = {
2241
+ /**
2242
+ * The resource is protected and requires an authentication token
2243
+ */
2244
+ 401: unknown;
2245
+ };
2246
+ export type NodeGetByCultureAndStatusPagedResponses = {
2247
+ /**
2248
+ * OK
2249
+ */
2250
+ 200: PagedModelTranslationNodeModel;
2251
+ };
2252
+ export type NodeGetByCultureAndStatusPagedResponse = NodeGetByCultureAndStatusPagedResponses[keyof NodeGetByCultureAndStatusPagedResponses];
2253
+ export type NodeGetByKeyData = {
2254
+ body?: never;
2255
+ path?: never;
2256
+ query?: {
2257
+ key?: string;
2258
+ };
2259
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetByKey';
2260
+ };
2261
+ export type NodeGetByKeyErrors = {
2262
+ /**
2263
+ * The resource is protected and requires an authentication token
2264
+ */
2265
+ 401: unknown;
2266
+ /**
2267
+ * Not Found
2268
+ */
2269
+ 404: unknown;
2270
+ };
2271
+ export type NodeGetByKeyResponses = {
2272
+ /**
2273
+ * OK
2274
+ */
2275
+ 200: TranslationNode;
2276
+ };
2277
+ export type NodeGetByKeyResponse = NodeGetByKeyResponses[keyof NodeGetByKeyResponses];
2278
+ export type NodeGetByNodeAndStatusPagedData = {
2279
+ body?: never;
2280
+ path?: never;
2281
+ query?: {
2282
+ id?: number;
2283
+ status?: NodeStatus;
2284
+ page?: number;
2285
+ };
2286
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetByNodeAndStatusPaged';
2287
+ };
2288
+ export type NodeGetByNodeAndStatusPagedErrors = {
2289
+ /**
2290
+ * The resource is protected and requires an authentication token
2291
+ */
2292
+ 401: unknown;
2293
+ };
2294
+ export type NodeGetByNodeAndStatusPagedResponses = {
2295
+ /**
2296
+ * OK
2297
+ */
2298
+ 200: PagedModelTranslationNodeModel;
2299
+ };
2300
+ export type NodeGetByNodeAndStatusPagedResponse = NodeGetByNodeAndStatusPagedResponses[keyof NodeGetByNodeAndStatusPagedResponses];
2301
+ export type NodeGetPathsData = {
2302
+ body?: Array<number>;
2303
+ path?: never;
2304
+ query?: never;
2305
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetPaths';
2306
+ };
2307
+ export type NodeGetPathsErrors = {
2308
+ /**
2309
+ * The resource is protected and requires an authentication token
2310
+ */
2311
+ 401: unknown;
2312
+ };
2313
+ export type NodeGetPathsResponses = {
2314
+ /**
2315
+ * OK
2316
+ */
2317
+ 200: {
2318
+ [key: string]: string;
2319
+ };
2320
+ };
2321
+ export type NodeGetPathsResponse = NodeGetPathsResponses[keyof NodeGetPathsResponses];
2322
+ export type NodeGetStatusSummaryData = {
2323
+ body?: never;
2324
+ path?: never;
2325
+ query?: {
2326
+ status?: NodeStatus;
2327
+ };
2328
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetStatusSummary';
2329
+ };
2330
+ export type NodeGetStatusSummaryErrors = {
2331
+ /**
2332
+ * The resource is protected and requires an authentication token
2333
+ */
2334
+ 401: unknown;
2335
+ };
2336
+ export type NodeGetStatusSummaryResponses = {
2337
+ /**
2338
+ * OK
2339
+ */
2340
+ 200: Array<SummaryItem>;
2341
+ };
2342
+ export type NodeGetStatusSummaryResponse = NodeGetStatusSummaryResponses[keyof NodeGetStatusSummaryResponses];
2343
+ export type NodeGetSummaryCountData = {
2344
+ body?: never;
2345
+ path?: never;
2346
+ query?: {
2347
+ status?: NodeStatus;
2348
+ };
2349
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetSummaryCount';
2350
+ };
2351
+ export type NodeGetSummaryCountErrors = {
2352
+ /**
2353
+ * The resource is protected and requires an authentication token
2354
+ */
2355
+ 401: unknown;
2356
+ };
2357
+ export type NodeGetSummaryCountResponses = {
2358
+ /**
2359
+ * OK
2360
+ */
2361
+ 200: number;
2362
+ };
2363
+ export type NodeGetSummaryCountResponse = NodeGetSummaryCountResponses[keyof NodeGetSummaryCountResponses];
2364
+ export type NodeGetWordCountInfoData = {
2365
+ body?: never;
2366
+ path?: never;
2367
+ query?: {
2368
+ contentKey?: string;
2369
+ includeChildren?: boolean;
2370
+ };
2371
+ url: '/umbraco/jumoo-translate/api/v1/nodes/GetWordCountInfo';
2372
+ };
2373
+ export type NodeGetWordCountInfoErrors = {
2374
+ /**
2375
+ * The resource is protected and requires an authentication token
2376
+ */
2377
+ 401: unknown;
2378
+ };
2379
+ export type NodeGetWordCountInfoResponses = {
2380
+ /**
2381
+ * OK
2382
+ */
2383
+ 200: WordCountInfo;
2384
+ };
2385
+ export type NodeGetWordCountInfoResponse = NodeGetWordCountInfoResponses[keyof NodeGetWordCountInfoResponses];
2386
+ export type NodeNodeRemovePropertyData = {
2387
+ body?: never;
2388
+ path?: never;
2389
+ query?: {
2390
+ propertyId?: number;
2391
+ };
2392
+ url: '/umbraco/jumoo-translate/api/v1/nodes/NodeRemoveProperty';
2393
+ };
2394
+ export type NodeNodeRemovePropertyErrors = {
2395
+ /**
2396
+ * The resource is protected and requires an authentication token
2397
+ */
2398
+ 401: unknown;
2399
+ };
2400
+ export type NodeNodeRemovePropertyResponses = {
2401
+ /**
2402
+ * OK
2403
+ */
2404
+ 200: unknown;
2405
+ };
2406
+ export type NodeRemoveByCultureData = {
2407
+ body?: never;
2408
+ path?: never;
2409
+ query?: {
2410
+ culture?: string;
2411
+ };
2412
+ url: '/umbraco/jumoo-translate/api/v1/nodes/RemoveByCulture';
2413
+ };
2414
+ export type NodeRemoveByCultureErrors = {
2415
+ /**
2416
+ * The resource is protected and requires an authentication token
2417
+ */
2418
+ 401: unknown;
2419
+ };
2420
+ export type NodeRemoveByCultureResponses = {
2421
+ /**
2422
+ * OK
2423
+ */
2424
+ 200: number;
2425
+ };
2426
+ export type NodeRemoveByCultureResponse = NodeRemoveByCultureResponses[keyof NodeRemoveByCultureResponses];
2427
+ export type NodeSavePropertyData = {
2428
+ body?: TranslationProperty;
2429
+ path?: never;
2430
+ query?: {
2431
+ nodeId?: number;
2432
+ };
2433
+ url: '/umbraco/jumoo-translate/api/v1/nodes/SaveProperty';
2434
+ };
2435
+ export type NodeSavePropertyErrors = {
2436
+ /**
2437
+ * The resource is protected and requires an authentication token
2438
+ */
2439
+ 401: unknown;
2440
+ /**
2441
+ * Not Found
2442
+ */
2443
+ 404: unknown;
2444
+ };
2445
+ export type NodeSavePropertyResponses = {
2446
+ /**
2447
+ * OK
2448
+ */
2449
+ 200: unknown;
2450
+ };
2451
+ export type NodeUpdatePropertiesData = {
2452
+ body?: Array<TranslationProperty>;
2453
+ path?: never;
2454
+ query?: {
2455
+ nodeId?: number;
2456
+ };
2457
+ url: '/umbraco/jumoo-translate/api/v1/nodes/UpdateProperties';
2458
+ };
2459
+ export type NodeUpdatePropertiesErrors = {
2460
+ /**
2461
+ * Bad Request
2462
+ */
2463
+ 400: ProblemDetails;
2464
+ /**
2465
+ * The resource is protected and requires an authentication token
2466
+ */
2467
+ 401: unknown;
2468
+ /**
2469
+ * Not Found
2470
+ */
2471
+ 404: unknown;
2472
+ };
2473
+ export type NodeUpdatePropertiesError = NodeUpdatePropertiesErrors[keyof NodeUpdatePropertiesErrors];
2474
+ export type NodeUpdatePropertiesResponses = {
2475
+ /**
2476
+ * OK
2477
+ */
2478
+ 200: unknown;
2479
+ };
2480
+ export type NodeUpdateTranslationValueData = {
2481
+ body?: TranslationValue;
2482
+ path?: never;
2483
+ query?: {
2484
+ id?: number;
2485
+ };
2486
+ url: '/umbraco/jumoo-translate/api/v1/nodes/UpdateTranslationValue';
2487
+ };
2488
+ export type NodeUpdateTranslationValueErrors = {
2489
+ /**
2490
+ * The resource is protected and requires an authentication token
2491
+ */
2492
+ 401: unknown;
2493
+ /**
2494
+ * Not Found
2495
+ */
2496
+ 404: unknown;
2497
+ };
2498
+ export type NodeUpdateTranslationValueResponses = {
2499
+ /**
2500
+ * OK
2501
+ */
2502
+ 200: unknown;
2503
+ };
2504
+ export type ProviderGetData = {
2505
+ body?: never;
2506
+ path?: never;
2507
+ query?: {
2508
+ key?: string;
2509
+ };
2510
+ url: '/umbraco/jumoo-translate/api/v1/providers/Get';
2511
+ };
2512
+ export type ProviderGetErrors = {
2513
+ /**
2514
+ * The resource is protected and requires an authentication token
2515
+ */
2516
+ 401: unknown;
2517
+ };
2518
+ export type ProviderGetResponses = {
2519
+ /**
2520
+ * OK
2521
+ */
2522
+ 200: TranslationProviderInfo;
2523
+ };
2524
+ export type ProviderGetResponse = ProviderGetResponses[keyof ProviderGetResponses];
2525
+ export type ProviderGetActiveData = {
2526
+ body?: never;
2527
+ path?: never;
2528
+ query?: never;
2529
+ url: '/umbraco/jumoo-translate/api/v1/providers/GetActive';
2530
+ };
2531
+ export type ProviderGetActiveErrors = {
2532
+ /**
2533
+ * The resource is protected and requires an authentication token
2534
+ */
2535
+ 401: unknown;
2536
+ };
2537
+ export type ProviderGetActiveResponses = {
2538
+ /**
2539
+ * OK
2540
+ */
2541
+ 200: Array<TranslationProviderInfo>;
2542
+ };
2543
+ export type ProviderGetActiveResponse = ProviderGetActiveResponses[keyof ProviderGetActiveResponses];
2544
+ export type ProviderGetAllData = {
2545
+ body?: never;
2546
+ path?: never;
2547
+ query?: never;
2548
+ url: '/umbraco/jumoo-translate/api/v1/providers/GetAll';
2549
+ };
2550
+ export type ProviderGetAllErrors = {
2551
+ /**
2552
+ * The resource is protected and requires an authentication token
2553
+ */
2554
+ 401: unknown;
2555
+ };
2556
+ export type ProviderGetAllResponses = {
2557
+ /**
2558
+ * OK
2559
+ */
2560
+ 200: Array<TranslationProviderInfo>;
2561
+ };
2562
+ export type ProviderGetAllResponse = ProviderGetAllResponses[keyof ProviderGetAllResponses];
2563
+ export type ProviderGetByAliasData = {
2564
+ body?: never;
2565
+ path?: never;
2566
+ query?: {
2567
+ alias?: string;
2568
+ };
2569
+ url: '/umbraco/jumoo-translate/api/v1/providers/GetByAlias';
2570
+ };
2571
+ export type ProviderGetByAliasErrors = {
2572
+ /**
2573
+ * The resource is protected and requires an authentication token
2574
+ */
2575
+ 401: unknown;
2576
+ /**
2577
+ * Not Found
2578
+ */
2579
+ 404: unknown;
2580
+ };
2581
+ export type ProviderGetByAliasResponses = {
2582
+ /**
2583
+ * OK
2584
+ */
2585
+ 200: TranslationProviderInfo;
2586
+ };
2587
+ export type ProviderGetByAliasResponse = ProviderGetByAliasResponses[keyof ProviderGetByAliasResponses];
2588
+ export type ProviderGetSettingsData = {
2589
+ body?: never;
2590
+ path?: never;
2591
+ query?: {
2592
+ key?: string;
2593
+ };
2594
+ url: '/umbraco/jumoo-translate/api/v1/providers/GetSettings';
2595
+ };
2596
+ export type ProviderGetSettingsErrors = {
2597
+ /**
2598
+ * The resource is protected and requires an authentication token
2599
+ */
2600
+ 401: unknown;
2601
+ };
2602
+ export type ProviderGetSettingsResponses = {
2603
+ /**
2604
+ * OK
2605
+ */
2606
+ 200: {
2607
+ [key: string]: unknown;
2608
+ };
2609
+ };
2610
+ export type ProviderGetSettingsResponse = ProviderGetSettingsResponses[keyof ProviderGetSettingsResponses];
2611
+ export type ProviderGetSettingsByAliasData = {
2612
+ body?: never;
2613
+ path?: never;
2614
+ query?: {
2615
+ alias?: string;
2616
+ };
2617
+ url: '/umbraco/jumoo-translate/api/v1/providers/GetSettingsByAlias';
2618
+ };
2619
+ export type ProviderGetSettingsByAliasErrors = {
2620
+ /**
2621
+ * The resource is protected and requires an authentication token
2622
+ */
2623
+ 401: unknown;
2624
+ };
2625
+ export type ProviderGetSettingsByAliasResponses = {
2626
+ /**
2627
+ * OK
2628
+ */
2629
+ 200: {
2630
+ [key: string]: unknown;
2631
+ };
2632
+ };
2633
+ export type ProviderGetSettingsByAliasResponse = ProviderGetSettingsByAliasResponses[keyof ProviderGetSettingsByAliasResponses];
2634
+ export type ProviderSaveSettingsData = {
2635
+ body?: {
2636
+ [key: string]: unknown;
2637
+ };
2638
+ path?: never;
2639
+ query?: {
2640
+ id?: string;
2641
+ };
2642
+ url: '/umbraco/jumoo-translate/api/v1/providers/SaveSettings';
2643
+ };
2644
+ export type ProviderSaveSettingsErrors = {
2645
+ /**
2646
+ * The resource is protected and requires an authentication token
2647
+ */
2648
+ 401: unknown;
2649
+ };
2650
+ export type ProviderSaveSettingsResponses = {
2651
+ /**
2652
+ * OK
2653
+ */
2654
+ 200: boolean;
2655
+ };
2656
+ export type ProviderSaveSettingsResponse = ProviderSaveSettingsResponses[keyof ProviderSaveSettingsResponses];
2657
+ export type SetCheckTargetsData = {
2658
+ body?: never;
2659
+ path?: never;
2660
+ query?: {
2661
+ id?: number;
2662
+ };
2663
+ url: '/umbraco/jumoo-translate/api/v1/sets/CheckTargets';
2664
+ };
2665
+ export type SetCheckTargetsErrors = {
2666
+ /**
2667
+ * The resource is protected and requires an authentication token
2668
+ */
2669
+ 401: unknown;
2670
+ };
2671
+ export type SetCheckTargetsResponses = {
2672
+ /**
2673
+ * OK
2674
+ */
2675
+ 200: Array<TranslationTargetInfo>;
2676
+ };
2677
+ export type SetCheckTargetsResponse = SetCheckTargetsResponses[keyof SetCheckTargetsResponses];
2678
+ export type SetCopyData = {
2679
+ body?: never;
2680
+ path?: never;
2681
+ query?: {
2682
+ id?: number;
2683
+ name?: string;
2684
+ };
2685
+ url: '/umbraco/jumoo-translate/api/v1/sets/Copy';
2686
+ };
2687
+ export type SetCopyErrors = {
2688
+ /**
2689
+ * The resource is protected and requires an authentication token
2690
+ */
2691
+ 401: unknown;
2692
+ };
2693
+ export type SetCopyResponses = {
2694
+ /**
2695
+ * OK
2696
+ */
2697
+ 200: TranslationSet;
2698
+ };
2699
+ export type SetCopyResponse = SetCopyResponses[keyof SetCopyResponses];
2700
+ export type SetDeleteData = {
2701
+ body?: never;
2702
+ path?: never;
2703
+ query?: {
2704
+ key?: string;
2705
+ };
2706
+ url: '/umbraco/jumoo-translate/api/v1/sets/Delete';
2707
+ };
2708
+ export type SetDeleteErrors = {
2709
+ /**
2710
+ * The resource is protected and requires an authentication token
2711
+ */
2712
+ 401: unknown;
2713
+ };
2714
+ export type SetDeleteResponses = {
2715
+ /**
2716
+ * OK
2717
+ */
2718
+ 200: unknown;
2719
+ };
2720
+ export type SetGetData = {
2721
+ body?: never;
2722
+ path?: never;
2723
+ query?: {
2724
+ id?: number;
2725
+ };
2726
+ url: '/umbraco/jumoo-translate/api/v1/sets/Get';
2727
+ };
2728
+ export type SetGetErrors = {
2729
+ /**
2730
+ * The resource is protected and requires an authentication token
2731
+ */
2732
+ 401: unknown;
2733
+ };
2734
+ export type SetGetResponses = {
2735
+ /**
2736
+ * OK
2737
+ */
2738
+ 200: TranslationSet;
2739
+ };
2740
+ export type SetGetResponse = SetGetResponses[keyof SetGetResponses];
2741
+ export type SetGetAllData = {
2742
+ body?: never;
2743
+ path?: never;
2744
+ query?: never;
2745
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetAll';
2746
+ };
2747
+ export type SetGetAllErrors = {
2748
+ /**
2749
+ * The resource is protected and requires an authentication token
2750
+ */
2751
+ 401: unknown;
2752
+ };
2753
+ export type SetGetAllResponses = {
2754
+ /**
2755
+ * OK
2756
+ */
2757
+ 200: Array<TranslationSet>;
2758
+ };
2759
+ export type SetGetAllResponse = SetGetAllResponses[keyof SetGetAllResponses];
2760
+ export type SetGetByContentKeyData = {
2761
+ body?: never;
2762
+ path?: never;
2763
+ query?: {
2764
+ id?: string;
2765
+ };
2766
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetByContentKey';
2767
+ };
2768
+ export type SetGetByContentKeyErrors = {
2769
+ /**
2770
+ * The resource is protected and requires an authentication token
2771
+ */
2772
+ 401: unknown;
2773
+ /**
2774
+ * Not Found
2775
+ */
2776
+ 404: unknown;
2777
+ };
2778
+ export type SetGetByContentKeyResponses = {
2779
+ /**
2780
+ * OK
2781
+ */
2782
+ 200: TranslationSetsResults;
2783
+ };
2784
+ export type SetGetByContentKeyResponse = SetGetByContentKeyResponses[keyof SetGetByContentKeyResponses];
2785
+ export type SetGetByKeyData = {
2786
+ body?: never;
2787
+ path?: never;
2788
+ query?: {
2789
+ id?: string;
2790
+ };
2791
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetByKey';
2792
+ };
2793
+ export type SetGetByKeyErrors = {
2794
+ /**
2795
+ * The resource is protected and requires an authentication token
2796
+ */
2797
+ 401: unknown;
2798
+ };
2799
+ export type SetGetByKeyResponses = {
2800
+ /**
2801
+ * OK
2802
+ */
2803
+ 200: TranslationSet;
2804
+ };
2805
+ export type SetGetByKeyResponse = SetGetByKeyResponses[keyof SetGetByKeyResponses];
2806
+ export type SetGetByTargetNodeData = {
2807
+ body?: never;
2808
+ path?: never;
2809
+ query?: {
2810
+ id?: number;
2811
+ };
2812
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetByTargetNode';
2813
+ };
2814
+ export type SetGetByTargetNodeErrors = {
2815
+ /**
2816
+ * The resource is protected and requires an authentication token
2817
+ */
2818
+ 401: unknown;
2819
+ /**
2820
+ * Not Found
2821
+ */
2822
+ 404: unknown;
2823
+ };
2824
+ export type SetGetByTargetNodeResponses = {
2825
+ /**
2826
+ * OK
2827
+ */
2828
+ 200: Array<TranslationSet>;
2829
+ };
2830
+ export type SetGetByTargetNodeResponse = SetGetByTargetNodeResponses[keyof SetGetByTargetNodeResponses];
2831
+ export type SetGetByUniqueAndEntityTypeData = {
2832
+ body?: never;
2833
+ path?: never;
2834
+ query?: {
2835
+ unique?: string;
2836
+ entityType?: string;
2837
+ simple?: boolean;
2838
+ };
2839
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetByUniqueAndEntityType';
2840
+ };
2841
+ export type SetGetByUniqueAndEntityTypeErrors = {
2842
+ /**
2843
+ * The resource is protected and requires an authentication token
2844
+ */
2845
+ 401: unknown;
2846
+ /**
2847
+ * Not Found
2848
+ */
2849
+ 404: unknown;
2850
+ };
2851
+ export type SetGetByUniqueAndEntityTypeResponses = {
2852
+ /**
2853
+ * OK
2854
+ */
2855
+ 200: TranslationSetsResults;
2856
+ };
2857
+ export type SetGetByUniqueAndEntityTypeResponse = SetGetByUniqueAndEntityTypeResponses[keyof SetGetByUniqueAndEntityTypeResponses];
2858
+ export type SetGetConfiguredCulturesData = {
2859
+ body?: never;
2860
+ path?: never;
2861
+ query?: never;
2862
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetConfiguredCultures';
2863
+ };
2864
+ export type SetGetConfiguredCulturesErrors = {
2865
+ /**
2866
+ * The resource is protected and requires an authentication token
2867
+ */
2868
+ 401: unknown;
2869
+ };
2870
+ export type SetGetConfiguredCulturesResponses = {
2871
+ /**
2872
+ * OK
2873
+ */
2874
+ 200: Array<CultureInfoView>;
2875
+ };
2876
+ export type SetGetConfiguredCulturesResponse = SetGetConfiguredCulturesResponses[keyof SetGetConfiguredCulturesResponses];
2877
+ export type SetGetContentCultureInfoData = {
2878
+ body?: never;
2879
+ path?: never;
2880
+ query?: {
2881
+ key?: string;
2882
+ };
2883
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetContentCultureInfo';
2884
+ };
2885
+ export type SetGetContentCultureInfoErrors = {
2886
+ /**
2887
+ * The resource is protected and requires an authentication token
2888
+ */
2889
+ 401: unknown;
2890
+ };
2891
+ export type SetGetContentCultureInfoResponses = {
2892
+ /**
2893
+ * OK
2894
+ */
2895
+ 200: Array<CultureInfoView>;
2896
+ };
2897
+ export type SetGetContentCultureInfoResponse = SetGetContentCultureInfoResponses[keyof SetGetContentCultureInfoResponses];
2898
+ export type SetGetCulturesData = {
2899
+ body?: never;
2900
+ path?: never;
2901
+ query?: never;
2902
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetCultures';
2903
+ };
2904
+ export type SetGetCulturesErrors = {
2905
+ /**
2906
+ * The resource is protected and requires an authentication token
2907
+ */
2908
+ 401: unknown;
2909
+ };
2910
+ export type SetGetCulturesResponses = {
2911
+ /**
2912
+ * OK
2913
+ */
2914
+ 200: Array<CultureInfoView>;
2915
+ };
2916
+ export type SetGetCulturesResponse = SetGetCulturesResponses[keyof SetGetCulturesResponses];
2917
+ export type SetGetInstalledCulturesData = {
2918
+ body?: never;
2919
+ path?: never;
2920
+ query?: never;
2921
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetInstalledCultures';
2922
+ };
2923
+ export type SetGetInstalledCulturesErrors = {
2924
+ /**
2925
+ * The resource is protected and requires an authentication token
2926
+ */
2927
+ 401: unknown;
2928
+ };
2929
+ export type SetGetInstalledCulturesResponses = {
2930
+ /**
2931
+ * OK
2932
+ */
2933
+ 200: Array<CultureInfoView>;
2934
+ };
2935
+ export type SetGetInstalledCulturesResponse = SetGetInstalledCulturesResponses[keyof SetGetInstalledCulturesResponses];
2936
+ export type SetGetNotifySettingsData = {
2937
+ body?: never;
2938
+ path?: never;
2939
+ query?: {
2940
+ key?: string;
2941
+ notify?: boolean;
2942
+ };
2943
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetNotifySettings';
2944
+ };
2945
+ export type SetGetNotifySettingsErrors = {
2946
+ /**
2947
+ * The resource is protected and requires an authentication token
2948
+ */
2949
+ 401: unknown;
2950
+ };
2951
+ export type SetGetNotifySettingsResponses = {
2952
+ /**
2953
+ * OK
2954
+ */
2955
+ 200: TranslationSetNotifications;
2956
+ };
2957
+ export type SetGetNotifySettingsResponse = SetGetNotifySettingsResponses[keyof SetGetNotifySettingsResponses];
2958
+ export type SetGetSetNodesData = {
2959
+ body?: Array<SiteUpdateValues>;
2960
+ path?: never;
2961
+ query?: never;
2962
+ url: '/umbraco/jumoo-translate/api/v1/sets/GetSetNodes';
2963
+ };
2964
+ export type SetGetSetNodesErrors = {
2965
+ /**
2966
+ * The resource is protected and requires an authentication token
2967
+ */
2968
+ 401: unknown;
2969
+ };
2970
+ export type SetGetSetNodesResponses = {
2971
+ /**
2972
+ * OK
2973
+ */
2974
+ 200: Array<SiteItemView>;
2975
+ };
2976
+ export type SetGetSetNodesResponse = SetGetSetNodesResponses[keyof SetGetSetNodesResponses];
2977
+ export type SetSaveNotifiySettingsData = {
2978
+ body?: TranslationSetNotifications;
2979
+ path?: never;
2980
+ query?: never;
2981
+ url: '/umbraco/jumoo-translate/api/v1/sets/SaveNotifiySettings';
2982
+ };
2983
+ export type SetSaveNotifiySettingsErrors = {
2984
+ /**
2985
+ * Bad Request
2986
+ */
2987
+ 400: ProblemDetails;
2988
+ /**
2989
+ * The resource is protected and requires an authentication token
2990
+ */
2991
+ 401: unknown;
2992
+ };
2993
+ export type SetSaveNotifiySettingsError = SetSaveNotifiySettingsErrors[keyof SetSaveNotifiySettingsErrors];
2994
+ export type SetSaveNotifiySettingsResponses = {
2995
+ /**
2996
+ * OK
2997
+ */
2998
+ 200: TranslationSetNotifications;
2999
+ };
3000
+ export type SetSaveNotifiySettingsResponse = SetSaveNotifiySettingsResponses[keyof SetSaveNotifiySettingsResponses];
3001
+ export type SetSaveSettingsData = {
3002
+ body?: TranslationSet;
3003
+ path?: never;
3004
+ query?: never;
3005
+ url: '/umbraco/jumoo-translate/api/v1/sets/SaveSettings';
3006
+ };
3007
+ export type SetSaveSettingsErrors = {
3008
+ /**
3009
+ * Bad Request
3010
+ */
3011
+ 400: ProblemDetails;
3012
+ /**
3013
+ * The resource is protected and requires an authentication token
3014
+ */
3015
+ 401: unknown;
3016
+ };
3017
+ export type SetSaveSettingsError = SetSaveSettingsErrors[keyof SetSaveSettingsErrors];
3018
+ export type SetSaveSettingsResponses = {
3019
+ /**
3020
+ * OK
3021
+ */
3022
+ 200: TranslationSet;
3023
+ };
3024
+ export type SetSaveSettingsResponse = SetSaveSettingsResponses[keyof SetSaveSettingsResponses];
3025
+ export type SetTreeAncestorsData = {
3026
+ body?: never;
3027
+ path?: never;
3028
+ query?: {
3029
+ id?: string;
3030
+ };
3031
+ url: '/umbraco/jumoo-translate/api/v1/sets/TreeAncestors';
3032
+ };
3033
+ export type SetTreeAncestorsErrors = {
3034
+ /**
3035
+ * Bad Request
3036
+ */
3037
+ 400: ProblemDetails;
3038
+ /**
3039
+ * The resource is protected and requires an authentication token
3040
+ */
3041
+ 401: unknown;
3042
+ };
3043
+ export type SetTreeAncestorsError = SetTreeAncestorsErrors[keyof SetTreeAncestorsErrors];
3044
+ export type SetTreeAncestorsResponses = {
3045
+ /**
3046
+ * OK
3047
+ */
3048
+ 200: Array<TranslationLanguageItemResponseModel>;
3049
+ };
3050
+ export type SetTreeAncestorsResponse = SetTreeAncestorsResponses[keyof SetTreeAncestorsResponses];
3051
+ export type SetTreeChildrenData = {
3052
+ body?: never;
3053
+ path?: never;
3054
+ query?: {
3055
+ parentId?: string;
3056
+ skip?: number;
3057
+ take?: number;
3058
+ };
3059
+ url: '/umbraco/jumoo-translate/api/v1/sets/TreeChildren';
3060
+ };
3061
+ export type SetTreeChildrenErrors = {
3062
+ /**
3063
+ * Bad Request
3064
+ */
3065
+ 400: ProblemDetails;
3066
+ /**
3067
+ * The resource is protected and requires an authentication token
3068
+ */
3069
+ 401: unknown;
3070
+ };
3071
+ export type SetTreeChildrenError = SetTreeChildrenErrors[keyof SetTreeChildrenErrors];
3072
+ export type SetTreeChildrenResponses = {
3073
+ /**
3074
+ * OK
3075
+ */
3076
+ 200: PagedTranslationLanguageItemResponseModel;
3077
+ };
3078
+ export type SetTreeChildrenResponse = SetTreeChildrenResponses[keyof SetTreeChildrenResponses];
3079
+ export type SetTreeRootData = {
3080
+ body?: never;
3081
+ path?: never;
3082
+ query?: {
3083
+ skip?: number;
3084
+ take?: number;
3085
+ };
3086
+ url: '/umbraco/jumoo-translate/api/v1/sets/TreeRoot';
3087
+ };
3088
+ export type SetTreeRootErrors = {
3089
+ /**
3090
+ * Bad Request
3091
+ */
3092
+ 400: ProblemDetails;
3093
+ /**
3094
+ * The resource is protected and requires an authentication token
3095
+ */
3096
+ 401: unknown;
3097
+ };
3098
+ export type SetTreeRootError = SetTreeRootErrors[keyof SetTreeRootErrors];
3099
+ export type SetTreeRootResponses = {
3100
+ /**
3101
+ * OK
3102
+ */
3103
+ 200: PagedTranslationLanguageItemResponseModel;
3104
+ };
3105
+ export type SetTreeRootResponse = SetTreeRootResponses[keyof SetTreeRootResponses];
3106
+ export type SettingsCheckLicenceData = {
3107
+ body?: never;
3108
+ path?: never;
3109
+ query?: never;
3110
+ url: '/umbraco/jumoo-translate/api/v1/settings/CheckLicence';
3111
+ };
3112
+ export type SettingsCheckLicenceErrors = {
3113
+ /**
3114
+ * The resource is protected and requires an authentication token
3115
+ */
3116
+ 401: unknown;
3117
+ };
3118
+ export type SettingsCheckLicenceResponses = {
3119
+ /**
3120
+ * OK
3121
+ */
3122
+ 200: boolean;
3123
+ };
3124
+ export type SettingsCheckLicenceResponse = SettingsCheckLicenceResponses[keyof SettingsCheckLicenceResponses];
3125
+ export type SettingsGetData = {
3126
+ body?: never;
3127
+ path?: never;
3128
+ query?: never;
3129
+ url: '/umbraco/jumoo-translate/api/v1/settings/Get';
3130
+ };
3131
+ export type SettingsGetErrors = {
3132
+ /**
3133
+ * The resource is protected and requires an authentication token
3134
+ */
3135
+ 401: unknown;
3136
+ };
3137
+ export type SettingsGetResponses = {
3138
+ /**
3139
+ * OK
3140
+ */
3141
+ 200: TranslateSettings;
3142
+ };
3143
+ export type SettingsGetResponse = SettingsGetResponses[keyof SettingsGetResponses];
3144
+ export type SettingsGetProvidersContentData = {
3145
+ body?: never;
3146
+ path?: never;
3147
+ query?: never;
3148
+ url: '/umbraco/jumoo-translate/api/v1/settings/GetProvidersContent';
3149
+ };
3150
+ export type SettingsGetProvidersContentErrors = {
3151
+ /**
3152
+ * The resource is protected and requires an authentication token
3153
+ */
3154
+ 401: unknown;
3155
+ };
3156
+ export type SettingsGetProvidersContentResponses = {
3157
+ /**
3158
+ * OK
3159
+ */
3160
+ 200: {
3161
+ [key: string]: JsonNode;
3162
+ };
3163
+ };
3164
+ export type SettingsGetProvidersContentResponse = SettingsGetProvidersContentResponses[keyof SettingsGetProvidersContentResponses];
3165
+ export type SettingsGetSetupData = {
3166
+ body?: never;
3167
+ path?: never;
3168
+ query?: never;
3169
+ url: '/umbraco/jumoo-translate/api/v1/settings/GetSetup';
3170
+ };
3171
+ export type SettingsGetSetupErrors = {
3172
+ /**
3173
+ * The resource is protected and requires an authentication token
3174
+ */
3175
+ 401: unknown;
3176
+ };
3177
+ export type SettingsGetSetupResponses = {
3178
+ /**
3179
+ * OK
3180
+ */
3181
+ 200: TranslateSetupInfo;
3182
+ };
3183
+ export type SettingsGetSetupResponse = SettingsGetSetupResponses[keyof SettingsGetSetupResponses];
3184
+ export type SettingsGetUpdateData = {
3185
+ body?: never;
3186
+ path?: never;
3187
+ query?: never;
3188
+ url: '/umbraco/jumoo-translate/api/v1/settings/GetUpdate';
3189
+ };
3190
+ export type SettingsGetUpdateErrors = {
3191
+ /**
3192
+ * The resource is protected and requires an authentication token
3193
+ */
3194
+ 401: unknown;
3195
+ };
3196
+ export type SettingsGetUpdateResponses = {
3197
+ /**
3198
+ * OK
3199
+ */
3200
+ 200: TranslateUpdate;
3201
+ };
3202
+ export type SettingsGetUpdateResponse = SettingsGetUpdateResponses[keyof SettingsGetUpdateResponses];
3203
+ export type SettingsSaveData = {
3204
+ body?: TranslateSettings;
3205
+ path?: never;
3206
+ query?: never;
3207
+ url: '/umbraco/jumoo-translate/api/v1/settings/Save';
3208
+ };
3209
+ export type SettingsSaveErrors = {
3210
+ /**
3211
+ * The resource is protected and requires an authentication token
3212
+ */
3213
+ 401: unknown;
3214
+ };
3215
+ export type SettingsSaveResponses = {
3216
+ /**
3217
+ * OK
3218
+ */
3219
+ 200: unknown;
3220
+ };
3221
+ export type SettingsSaveLicenceData = {
3222
+ body?: LicenceInfo;
3223
+ path?: never;
3224
+ query?: never;
3225
+ url: '/umbraco/jumoo-translate/api/v1/settings/SaveLicence';
3226
+ };
3227
+ export type SettingsSaveLicenceErrors = {
3228
+ /**
3229
+ * The resource is protected and requires an authentication token
3230
+ */
3231
+ 401: unknown;
3232
+ };
3233
+ export type SettingsSaveLicenceResponses = {
3234
+ /**
3235
+ * OK
3236
+ */
3237
+ 200: unknown;
3238
+ };
3239
+ export type StatusGetStatusData = {
3240
+ body?: never;
3241
+ path?: never;
3242
+ query?: {
3243
+ key?: string;
3244
+ };
3245
+ url: '/umbraco/jumoo-translate/api/v1/status/GetStatus';
3246
+ };
3247
+ export type StatusGetStatusErrors = {
3248
+ /**
3249
+ * The resource is protected and requires an authentication token
3250
+ */
3251
+ 401: unknown;
3252
+ };
3253
+ export type StatusGetStatusResponses = {
3254
+ /**
3255
+ * OK
3256
+ */
3257
+ 200: Array<TranslationNodeStatus>;
3258
+ };
3259
+ export type StatusGetStatusResponse = StatusGetStatusResponses[keyof StatusGetStatusResponses];