@halo-dev/api-client 2.15.0 → 2.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (340) hide show
  1. package/README.md +56 -11
  2. package/dist/entry/api-client.d.ts +348 -0
  3. package/dist/entry/index.d.ts +2 -0
  4. package/dist/halo-api-client.es.js +20971 -0
  5. package/dist/halo-api-client.es.js.map +1 -0
  6. package/dist/halo-api-client.iife.js +2 -0
  7. package/dist/halo-api-client.iife.js.map +1 -0
  8. package/dist/src/api/annotation-setting-v1alpha1-api.d.ts +331 -0
  9. package/dist/src/api/api-notification-halo-run-v1alpha1-subscription-api.d.ts +80 -0
  10. package/dist/src/api/attachment-v1alpha1-api.d.ts +331 -0
  11. package/dist/src/api/attachment-v1alpha1-console-api.d.ts +187 -0
  12. package/dist/src/api/attachment-v1alpha1-uc-api.d.ts +97 -0
  13. package/dist/src/api/auth-provider-v1alpha1-api.d.ts +331 -0
  14. package/dist/src/api/auth-provider-v1alpha1-console-api.d.ts +140 -0
  15. package/dist/src/api/backup-v1alpha1-api.d.ts +331 -0
  16. package/dist/src/api/category-v1alpha1-api.d.ts +331 -0
  17. package/dist/src/api/category-v1alpha1-public-api.d.ts +229 -0
  18. package/dist/src/api/comment-v1alpha1-api.d.ts +331 -0
  19. package/dist/src/api/comment-v1alpha1-console-api.d.ts +221 -0
  20. package/dist/src/api/comment-v1alpha1-public-api.d.ts +329 -0
  21. package/dist/src/api/config-map-v1alpha1-api.d.ts +331 -0
  22. package/dist/src/api/counter-v1alpha1-api.d.ts +331 -0
  23. package/dist/src/api/device-v1alpha1-api.d.ts +331 -0
  24. package/dist/src/api/device-v1alpha1-uc-api.d.ts +98 -0
  25. package/dist/src/api/extension-definition-v1alpha1-api.d.ts +331 -0
  26. package/dist/src/api/extension-point-definition-v1alpha1-api.d.ts +331 -0
  27. package/dist/src/api/group-v1alpha1-api.d.ts +331 -0
  28. package/dist/src/api/index-v1alpha1-public-api.d.ts +143 -0
  29. package/dist/src/api/indices-v1alpha1-console-api.d.ts +84 -0
  30. package/dist/src/api/login-api.d.ts +56 -0
  31. package/dist/src/api/menu-item-v1alpha1-api.d.ts +331 -0
  32. package/dist/src/api/menu-v1alpha1-api.d.ts +331 -0
  33. package/dist/src/api/menu-v1alpha1-public-api.d.ts +98 -0
  34. package/dist/src/api/metrics-v1alpha1-public-api.d.ts +157 -0
  35. package/dist/src/api/migration-v1alpha1-console-api.d.ts +138 -0
  36. package/dist/src/api/notification-template-v1alpha1-api.d.ts +331 -0
  37. package/dist/src/api/notification-v1alpha1-api.d.ts +331 -0
  38. package/dist/src/api/notification-v1alpha1-uc-api.d.ts +363 -0
  39. package/dist/src/api/notifier-descriptor-v1alpha1-api.d.ts +331 -0
  40. package/dist/src/api/notifier-v1alpha1-console-api.d.ts +165 -0
  41. package/dist/src/api/notifier-v1alpha1-uc-api.d.ts +122 -0
  42. package/dist/src/api/personal-access-token-v1alpha1-api.d.ts +331 -0
  43. package/dist/src/api/personal-access-token-v1alpha1-uc-api.d.ts +266 -0
  44. package/dist/src/api/plugin-v1alpha1-api.d.ts +331 -0
  45. package/dist/src/api/plugin-v1alpha1-console-api.d.ts +698 -0
  46. package/dist/src/api/plugin-v1alpha1-public-api.d.ts +72 -0
  47. package/dist/src/api/policy-template-v1alpha1-api.d.ts +331 -0
  48. package/dist/src/api/policy-v1alpha1-api.d.ts +331 -0
  49. package/dist/src/api/post-v1alpha1-api.d.ts +331 -0
  50. package/dist/src/api/post-v1alpha1-console-api.d.ts +699 -0
  51. package/dist/src/api/post-v1alpha1-public-api.d.ts +189 -0
  52. package/dist/src/api/post-v1alpha1-uc-api.d.ts +457 -0
  53. package/dist/src/api/reason-type-v1alpha1-api.d.ts +331 -0
  54. package/dist/src/api/reason-v1alpha1-api.d.ts +331 -0
  55. package/dist/src/api/remember-me-token-v1alpha1-api.d.ts +331 -0
  56. package/dist/src/api/reply-v1alpha1-api.d.ts +331 -0
  57. package/dist/src/api/reply-v1alpha1-console-api.d.ts +113 -0
  58. package/dist/src/api/reverse-proxy-v1alpha1-api.d.ts +331 -0
  59. package/dist/src/api/role-binding-v1alpha1-api.d.ts +331 -0
  60. package/dist/src/api/role-v1alpha1-api.d.ts +331 -0
  61. package/dist/src/api/search-engine-v1alpha1-api.d.ts +331 -0
  62. package/dist/src/api/secret-v1alpha1-api.d.ts +331 -0
  63. package/dist/src/api/setting-v1alpha1-api.d.ts +331 -0
  64. package/dist/src/api/single-page-v1alpha1-api.d.ts +331 -0
  65. package/dist/src/api/single-page-v1alpha1-console-api.d.ts +616 -0
  66. package/dist/src/api/single-page-v1alpha1-public-api.d.ts +147 -0
  67. package/dist/src/api/snapshot-v1alpha1-api.d.ts +331 -0
  68. package/dist/src/api/snapshot-v1alpha1-uc-api.d.ts +89 -0
  69. package/dist/src/api/subscription-v1alpha1-api.d.ts +331 -0
  70. package/dist/src/api/system-v1alpha1-console-api.d.ts +98 -0
  71. package/dist/src/api/system-v1alpha1-public-api.d.ts +56 -0
  72. package/dist/src/api/tag-v1alpha1-api.d.ts +331 -0
  73. package/dist/src/api/tag-v1alpha1-console-api.d.ts +113 -0
  74. package/dist/src/api/tag-v1alpha1-public-api.d.ts +229 -0
  75. package/dist/src/api/theme-v1alpha1-api.d.ts +331 -0
  76. package/dist/src/api/theme-v1alpha1-console-api.d.ts +599 -0
  77. package/dist/src/api/two-factor-auth-v1alpha1-uc-api.d.ts +249 -0
  78. package/dist/src/api/user-connection-v1alpha1-api.d.ts +331 -0
  79. package/dist/src/api/user-v1alpha1-api.d.ts +331 -0
  80. package/dist/src/api/user-v1alpha1-console-api.d.ts +632 -0
  81. package/dist/src/api/user-v1alpha1-public-api.d.ts +207 -0
  82. package/dist/src/api.d.ts +85 -0
  83. package/dist/src/base.d.ts +56 -0
  84. package/dist/src/common.d.ts +55 -0
  85. package/dist/src/configuration.d.ts +91 -0
  86. package/dist/src/index.d.ts +14 -0
  87. package/dist/src/models/add-operation.d.ts +40 -0
  88. package/dist/src/models/annotation-setting-list.d.ts +63 -0
  89. package/dist/src/models/annotation-setting-spec.d.ts +21 -0
  90. package/dist/src/models/annotation-setting.d.ts +34 -0
  91. package/dist/src/models/attachment-list.d.ts +63 -0
  92. package/dist/src/models/attachment-spec.d.ts +60 -0
  93. package/dist/src/models/attachment-status.d.ts +24 -0
  94. package/dist/src/models/attachment.d.ts +41 -0
  95. package/dist/src/models/auth-provider-list.d.ts +63 -0
  96. package/dist/src/models/auth-provider-spec.d.ts +76 -0
  97. package/dist/src/models/auth-provider.d.ts +34 -0
  98. package/dist/src/models/author.d.ts +30 -0
  99. package/dist/src/models/backup-list.d.ts +63 -0
  100. package/dist/src/models/backup-spec.d.ts +30 -0
  101. package/dist/src/models/backup-status.d.ts +67 -0
  102. package/dist/src/models/backup.d.ts +41 -0
  103. package/dist/src/models/category-list.d.ts +63 -0
  104. package/dist/src/models/category-spec.d.ts +78 -0
  105. package/dist/src/models/category-status.d.ts +36 -0
  106. package/dist/src/models/category-vo-list.d.ts +63 -0
  107. package/dist/src/models/category-vo.d.ts +35 -0
  108. package/dist/src/models/category.d.ts +41 -0
  109. package/dist/src/models/change-own-password-request.d.ts +30 -0
  110. package/dist/src/models/change-password-request.d.ts +24 -0
  111. package/dist/src/models/comment-email-owner.d.ts +42 -0
  112. package/dist/src/models/comment-list.d.ts +63 -0
  113. package/dist/src/models/comment-owner.d.ts +44 -0
  114. package/dist/src/models/comment-request.d.ts +40 -0
  115. package/dist/src/models/comment-spec.d.ts +94 -0
  116. package/dist/src/models/comment-stats-vo.d.ts +24 -0
  117. package/dist/src/models/comment-stats.d.ts +24 -0
  118. package/dist/src/models/comment-status.d.ts +54 -0
  119. package/dist/src/models/comment-vo-list.d.ts +63 -0
  120. package/dist/src/models/comment-vo.d.ts +43 -0
  121. package/dist/src/models/comment-with-reply-vo-list.d.ts +63 -0
  122. package/dist/src/models/comment-with-reply-vo.d.ts +50 -0
  123. package/dist/src/models/comment.d.ts +41 -0
  124. package/dist/src/models/condition.d.ts +54 -0
  125. package/dist/src/models/config-map-list.d.ts +63 -0
  126. package/dist/src/models/config-map-ref.d.ts +24 -0
  127. package/dist/src/models/config-map.d.ts +35 -0
  128. package/dist/src/models/content-update-param.d.ts +42 -0
  129. package/dist/src/models/content-vo.d.ts +30 -0
  130. package/dist/src/models/content-wrapper.d.ts +42 -0
  131. package/dist/src/models/content.d.ts +36 -0
  132. package/dist/src/models/contributor-vo.d.ts +45 -0
  133. package/dist/src/models/contributor.d.ts +36 -0
  134. package/dist/src/models/copy-operation.d.ts +40 -0
  135. package/dist/src/models/counter-list.d.ts +63 -0
  136. package/dist/src/models/counter-request.d.ts +60 -0
  137. package/dist/src/models/counter.d.ts +57 -0
  138. package/dist/src/models/create-user-request.d.ts +74 -0
  139. package/dist/src/models/custom-templates.d.ts +27 -0
  140. package/dist/src/models/dashboard-stats.d.ts +54 -0
  141. package/dist/src/models/detailed-user.d.ts +22 -0
  142. package/dist/src/models/device-list.d.ts +63 -0
  143. package/dist/src/models/device-spec.d.ts +60 -0
  144. package/dist/src/models/device-status.d.ts +30 -0
  145. package/dist/src/models/device.d.ts +41 -0
  146. package/dist/src/models/email-config-validation-request.d.ts +66 -0
  147. package/dist/src/models/email-verify-request.d.ts +24 -0
  148. package/dist/src/models/excerpt.d.ts +30 -0
  149. package/dist/src/models/extension-definition-list.d.ts +63 -0
  150. package/dist/src/models/extension-definition.d.ts +34 -0
  151. package/dist/src/models/extension-point-definition-list.d.ts +63 -0
  152. package/dist/src/models/extension-point-definition.d.ts +34 -0
  153. package/dist/src/models/extension-point-spec.d.ts +53 -0
  154. package/dist/src/models/extension-spec.d.ts +48 -0
  155. package/dist/src/models/extension.d.ts +27 -0
  156. package/dist/src/models/file-reverse-proxy-provider.d.ts +30 -0
  157. package/dist/src/models/grant-request.d.ts +24 -0
  158. package/dist/src/models/group-kind.d.ts +30 -0
  159. package/dist/src/models/group-list.d.ts +63 -0
  160. package/dist/src/models/group-spec.d.ts +24 -0
  161. package/dist/src/models/group-status.d.ts +30 -0
  162. package/dist/src/models/group.d.ts +41 -0
  163. package/dist/src/models/halo-document.d.ts +116 -0
  164. package/dist/src/models/index.d.ts +249 -0
  165. package/dist/src/models/install-from-uri-request.d.ts +24 -0
  166. package/dist/src/models/interest-reason-subject.d.ts +36 -0
  167. package/dist/src/models/interest-reason.d.ts +27 -0
  168. package/dist/src/models/json-patch-inner.d.ts +12 -0
  169. package/dist/src/models/license.d.ts +30 -0
  170. package/dist/src/models/list-result-reply-vo.d.ts +63 -0
  171. package/dist/src/models/listed-auth-provider.d.ts +96 -0
  172. package/dist/src/models/listed-comment-list.d.ts +63 -0
  173. package/dist/src/models/listed-comment.d.ts +36 -0
  174. package/dist/src/models/listed-post-list.d.ts +63 -0
  175. package/dist/src/models/listed-post-vo-list.d.ts +63 -0
  176. package/dist/src/models/listed-post-vo.d.ts +63 -0
  177. package/dist/src/models/listed-post.d.ts +49 -0
  178. package/dist/src/models/listed-reply-list.d.ts +63 -0
  179. package/dist/src/models/listed-reply.d.ts +29 -0
  180. package/dist/src/models/listed-single-page-list.d.ts +63 -0
  181. package/dist/src/models/listed-single-page-vo-list.d.ts +63 -0
  182. package/dist/src/models/listed-single-page-vo.d.ts +49 -0
  183. package/dist/src/models/listed-single-page.d.ts +35 -0
  184. package/dist/src/models/listed-snapshot-dto.d.ts +22 -0
  185. package/dist/src/models/listed-snapshot-spec.d.ts +30 -0
  186. package/dist/src/models/listed-user.d.ts +22 -0
  187. package/dist/src/models/login-history.d.ts +48 -0
  188. package/dist/src/models/mark-specified-request.d.ts +24 -0
  189. package/dist/src/models/menu-item-list.d.ts +63 -0
  190. package/dist/src/models/menu-item-spec.d.ts +52 -0
  191. package/dist/src/models/menu-item-status.d.ts +30 -0
  192. package/dist/src/models/menu-item-vo.d.ts +41 -0
  193. package/dist/src/models/menu-item.d.ts +41 -0
  194. package/dist/src/models/menu-list.d.ts +63 -0
  195. package/dist/src/models/menu-spec.d.ts +30 -0
  196. package/dist/src/models/menu-vo.d.ts +29 -0
  197. package/dist/src/models/menu.d.ts +34 -0
  198. package/dist/src/models/metadata.d.ts +70 -0
  199. package/dist/src/models/move-operation.d.ts +40 -0
  200. package/dist/src/models/navigation-post-vo.d.ts +27 -0
  201. package/dist/src/models/notification-list.d.ts +63 -0
  202. package/dist/src/models/notification-spec.d.ts +60 -0
  203. package/dist/src/models/notification-template-list.d.ts +63 -0
  204. package/dist/src/models/notification-template-spec.d.ts +22 -0
  205. package/dist/src/models/notification-template.d.ts +34 -0
  206. package/dist/src/models/notification.d.ts +34 -0
  207. package/dist/src/models/notifier-descriptor-list.d.ts +63 -0
  208. package/dist/src/models/notifier-descriptor-spec.d.ts +39 -0
  209. package/dist/src/models/notifier-descriptor.d.ts +34 -0
  210. package/dist/src/models/notifier-info.d.ts +36 -0
  211. package/dist/src/models/notifier-setting-ref.d.ts +30 -0
  212. package/dist/src/models/owner-info.d.ts +48 -0
  213. package/dist/src/models/password-request.d.ts +24 -0
  214. package/dist/src/models/password-reset-email-request.d.ts +30 -0
  215. package/dist/src/models/pat-spec.d.ts +78 -0
  216. package/dist/src/models/personal-access-token-list.d.ts +63 -0
  217. package/dist/src/models/personal-access-token.d.ts +34 -0
  218. package/dist/src/models/plugin-author.d.ts +30 -0
  219. package/dist/src/models/plugin-list.d.ts +63 -0
  220. package/dist/src/models/plugin-running-state-request.d.ts +30 -0
  221. package/dist/src/models/plugin-spec.d.ts +103 -0
  222. package/dist/src/models/plugin-status.d.ts +80 -0
  223. package/dist/src/models/plugin.d.ts +41 -0
  224. package/dist/src/models/policy-list.d.ts +63 -0
  225. package/dist/src/models/policy-rule.d.ts +48 -0
  226. package/dist/src/models/policy-spec.d.ts +36 -0
  227. package/dist/src/models/policy-template-list.d.ts +63 -0
  228. package/dist/src/models/policy-template-spec.d.ts +30 -0
  229. package/dist/src/models/policy-template.d.ts +34 -0
  230. package/dist/src/models/policy.d.ts +34 -0
  231. package/dist/src/models/post-list.d.ts +63 -0
  232. package/dist/src/models/post-request.d.ts +22 -0
  233. package/dist/src/models/post-spec.d.ts +131 -0
  234. package/dist/src/models/post-status.d.ts +69 -0
  235. package/dist/src/models/post-vo.d.ts +70 -0
  236. package/dist/src/models/post.d.ts +41 -0
  237. package/dist/src/models/public-key-response.d.ts +24 -0
  238. package/dist/src/models/reason-list.d.ts +63 -0
  239. package/dist/src/models/reason-property.d.ts +42 -0
  240. package/dist/src/models/reason-selector.d.ts +30 -0
  241. package/dist/src/models/reason-spec-attributes.d.ts +24 -0
  242. package/dist/src/models/reason-spec.d.ts +34 -0
  243. package/dist/src/models/reason-subject.d.ts +48 -0
  244. package/dist/src/models/reason-type-info.d.ts +42 -0
  245. package/dist/src/models/reason-type-list.d.ts +63 -0
  246. package/dist/src/models/reason-type-notifier-collection-request.d.ts +15 -0
  247. package/dist/src/models/reason-type-notifier-matrix.d.ts +28 -0
  248. package/dist/src/models/reason-type-notifier-request.d.ts +30 -0
  249. package/dist/src/models/reason-type-spec.d.ts +27 -0
  250. package/dist/src/models/reason-type.d.ts +34 -0
  251. package/dist/src/models/reason.d.ts +34 -0
  252. package/dist/src/models/ref.d.ts +42 -0
  253. package/dist/src/models/register-verify-email-request.d.ts +24 -0
  254. package/dist/src/models/remember-me-token-list.d.ts +63 -0
  255. package/dist/src/models/remember-me-token-spec.d.ts +42 -0
  256. package/dist/src/models/remember-me-token.d.ts +34 -0
  257. package/dist/src/models/remove-operation.d.ts +34 -0
  258. package/dist/src/models/replace-operation.d.ts +40 -0
  259. package/dist/src/models/reply-list.d.ts +63 -0
  260. package/dist/src/models/reply-request.d.ts +39 -0
  261. package/dist/src/models/reply-spec.d.ts +93 -0
  262. package/dist/src/models/reply-status.d.ts +24 -0
  263. package/dist/src/models/reply-vo-list.d.ts +63 -0
  264. package/dist/src/models/reply-vo.d.ts +36 -0
  265. package/dist/src/models/reply.d.ts +41 -0
  266. package/dist/src/models/reset-password-request.d.ts +30 -0
  267. package/dist/src/models/reverse-proxy-list.d.ts +63 -0
  268. package/dist/src/models/reverse-proxy-rule.d.ts +21 -0
  269. package/dist/src/models/reverse-proxy.d.ts +34 -0
  270. package/dist/src/models/revert-snapshot-for-post-param.d.ts +24 -0
  271. package/dist/src/models/revert-snapshot-for-single-param.d.ts +24 -0
  272. package/dist/src/models/role-binding-list.d.ts +63 -0
  273. package/dist/src/models/role-binding.d.ts +41 -0
  274. package/dist/src/models/role-list.d.ts +63 -0
  275. package/dist/src/models/role-ref.d.ts +36 -0
  276. package/dist/src/models/role.d.ts +34 -0
  277. package/dist/src/models/search-engine-list.d.ts +63 -0
  278. package/dist/src/models/search-engine-spec.d.ts +45 -0
  279. package/dist/src/models/search-engine.d.ts +34 -0
  280. package/dist/src/models/search-option.d.ts +92 -0
  281. package/dist/src/models/search-result.d.ts +39 -0
  282. package/dist/src/models/secret-list.d.ts +63 -0
  283. package/dist/src/models/secret.d.ts +49 -0
  284. package/dist/src/models/setting-form.d.ts +36 -0
  285. package/dist/src/models/setting-list.d.ts +63 -0
  286. package/dist/src/models/setting-ref.d.ts +30 -0
  287. package/dist/src/models/setting-spec.d.ts +15 -0
  288. package/dist/src/models/setting.d.ts +34 -0
  289. package/dist/src/models/sign-up-request.d.ts +27 -0
  290. package/dist/src/models/single-page-list.d.ts +63 -0
  291. package/dist/src/models/single-page-request.d.ts +22 -0
  292. package/dist/src/models/single-page-spec.d.ts +119 -0
  293. package/dist/src/models/single-page-status.d.ts +69 -0
  294. package/dist/src/models/single-page-vo.d.ts +56 -0
  295. package/dist/src/models/single-page.d.ts +41 -0
  296. package/dist/src/models/site-stats-vo.d.ts +48 -0
  297. package/dist/src/models/snap-shot-spec.d.ts +57 -0
  298. package/dist/src/models/snapshot-list.d.ts +63 -0
  299. package/dist/src/models/snapshot.d.ts +34 -0
  300. package/dist/src/models/stats-vo.d.ts +36 -0
  301. package/dist/src/models/stats.d.ts +42 -0
  302. package/dist/src/models/subject.d.ts +36 -0
  303. package/dist/src/models/subscription-list.d.ts +63 -0
  304. package/dist/src/models/subscription-spec.d.ts +34 -0
  305. package/dist/src/models/subscription-subscriber.d.ts +24 -0
  306. package/dist/src/models/subscription.d.ts +34 -0
  307. package/dist/src/models/system-initialization-request.d.ts +42 -0
  308. package/dist/src/models/tag-list.d.ts +63 -0
  309. package/dist/src/models/tag-spec.d.ts +42 -0
  310. package/dist/src/models/tag-status.d.ts +42 -0
  311. package/dist/src/models/tag-vo-list.d.ts +63 -0
  312. package/dist/src/models/tag-vo.d.ts +35 -0
  313. package/dist/src/models/tag.d.ts +41 -0
  314. package/dist/src/models/template-content.d.ts +36 -0
  315. package/dist/src/models/template-descriptor.d.ts +42 -0
  316. package/dist/src/models/test-operation.d.ts +40 -0
  317. package/dist/src/models/theme-list.d.ts +63 -0
  318. package/dist/src/models/theme-spec.d.ts +103 -0
  319. package/dist/src/models/theme-status.d.ts +33 -0
  320. package/dist/src/models/theme.d.ts +41 -0
  321. package/dist/src/models/totp-auth-link-response.d.ts +30 -0
  322. package/dist/src/models/totp-request.d.ts +36 -0
  323. package/dist/src/models/two-factor-auth-settings.d.ts +42 -0
  324. package/dist/src/models/upgrade-from-uri-request.d.ts +24 -0
  325. package/dist/src/models/user-connection-list.d.ts +63 -0
  326. package/dist/src/models/user-connection-spec.d.ts +78 -0
  327. package/dist/src/models/user-connection.d.ts +34 -0
  328. package/dist/src/models/user-device.d.ts +27 -0
  329. package/dist/src/models/user-endpoint-listed-user-list.d.ts +63 -0
  330. package/dist/src/models/user-list.d.ts +63 -0
  331. package/dist/src/models/user-permission.d.ts +27 -0
  332. package/dist/src/models/user-spec.d.ts +90 -0
  333. package/dist/src/models/user-status.d.ts +27 -0
  334. package/dist/src/models/user.d.ts +41 -0
  335. package/dist/src/models/verify-code-request.d.ts +30 -0
  336. package/dist/src/models/vote-request.d.ts +36 -0
  337. package/package.json +28 -30
  338. package/dist/index.cjs +0 -13742
  339. package/dist/index.d.ts +0 -30491
  340. package/dist/index.mjs +0 -13423
@@ -0,0 +1,119 @@
1
+ import { Excerpt } from './excerpt';
2
+
3
+ /**
4
+ *
5
+ * @export
6
+ * @interface SinglePageSpec
7
+ */
8
+ export interface SinglePageSpec {
9
+ /**
10
+ *
11
+ * @type {boolean}
12
+ * @memberof SinglePageSpec
13
+ */
14
+ 'allowComment': boolean;
15
+ /**
16
+ *
17
+ * @type {string}
18
+ * @memberof SinglePageSpec
19
+ */
20
+ 'baseSnapshot'?: string;
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof SinglePageSpec
25
+ */
26
+ 'cover'?: string;
27
+ /**
28
+ *
29
+ * @type {boolean}
30
+ * @memberof SinglePageSpec
31
+ */
32
+ 'deleted': boolean;
33
+ /**
34
+ *
35
+ * @type {Excerpt}
36
+ * @memberof SinglePageSpec
37
+ */
38
+ 'excerpt': Excerpt;
39
+ /**
40
+ *
41
+ * @type {string}
42
+ * @memberof SinglePageSpec
43
+ */
44
+ 'headSnapshot'?: string;
45
+ /**
46
+ *
47
+ * @type {Array<{ [key: string]: string; }>}
48
+ * @memberof SinglePageSpec
49
+ */
50
+ 'htmlMetas'?: Array<{
51
+ [key: string]: string;
52
+ }>;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof SinglePageSpec
57
+ */
58
+ 'owner'?: string;
59
+ /**
60
+ *
61
+ * @type {boolean}
62
+ * @memberof SinglePageSpec
63
+ */
64
+ 'pinned': boolean;
65
+ /**
66
+ *
67
+ * @type {number}
68
+ * @memberof SinglePageSpec
69
+ */
70
+ 'priority': number;
71
+ /**
72
+ *
73
+ * @type {boolean}
74
+ * @memberof SinglePageSpec
75
+ */
76
+ 'publish': boolean;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof SinglePageSpec
81
+ */
82
+ 'publishTime'?: string;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof SinglePageSpec
87
+ */
88
+ 'releaseSnapshot'?: string;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof SinglePageSpec
93
+ */
94
+ 'slug': string;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof SinglePageSpec
99
+ */
100
+ 'template'?: string;
101
+ /**
102
+ *
103
+ * @type {string}
104
+ * @memberof SinglePageSpec
105
+ */
106
+ 'title': string;
107
+ /**
108
+ *
109
+ * @type {string}
110
+ * @memberof SinglePageSpec
111
+ */
112
+ 'visible': SinglePageSpecVisibleEnum;
113
+ }
114
+ export declare const SinglePageSpecVisibleEnum: {
115
+ readonly Public: "PUBLIC";
116
+ readonly Internal: "INTERNAL";
117
+ readonly Private: "PRIVATE";
118
+ };
119
+ export type SinglePageSpecVisibleEnum = typeof SinglePageSpecVisibleEnum[keyof typeof SinglePageSpecVisibleEnum];
@@ -0,0 +1,69 @@
1
+ import { Condition } from './condition';
2
+
3
+ /**
4
+ *
5
+ * @export
6
+ * @interface SinglePageStatus
7
+ */
8
+ export interface SinglePageStatus {
9
+ /**
10
+ *
11
+ * @type {number}
12
+ * @memberof SinglePageStatus
13
+ */
14
+ 'commentsCount'?: number;
15
+ /**
16
+ *
17
+ * @type {Array<Condition>}
18
+ * @memberof SinglePageStatus
19
+ */
20
+ 'conditions'?: Array<Condition>;
21
+ /**
22
+ *
23
+ * @type {Array<string>}
24
+ * @memberof SinglePageStatus
25
+ */
26
+ 'contributors'?: Array<string>;
27
+ /**
28
+ *
29
+ * @type {string}
30
+ * @memberof SinglePageStatus
31
+ */
32
+ 'excerpt'?: string;
33
+ /**
34
+ *
35
+ * @type {boolean}
36
+ * @memberof SinglePageStatus
37
+ */
38
+ 'hideFromList'?: boolean;
39
+ /**
40
+ *
41
+ * @type {boolean}
42
+ * @memberof SinglePageStatus
43
+ */
44
+ 'inProgress'?: boolean;
45
+ /**
46
+ *
47
+ * @type {string}
48
+ * @memberof SinglePageStatus
49
+ */
50
+ 'lastModifyTime'?: string;
51
+ /**
52
+ *
53
+ * @type {number}
54
+ * @memberof SinglePageStatus
55
+ */
56
+ 'observedVersion'?: number;
57
+ /**
58
+ *
59
+ * @type {string}
60
+ * @memberof SinglePageStatus
61
+ */
62
+ 'permalink'?: string;
63
+ /**
64
+ *
65
+ * @type {string}
66
+ * @memberof SinglePageStatus
67
+ */
68
+ 'phase': string;
69
+ }
@@ -0,0 +1,56 @@
1
+ import { ContentVo } from './content-vo';
2
+ import { ContributorVo } from './contributor-vo';
3
+ import { Metadata } from './metadata';
4
+ import { SinglePageSpec } from './single-page-spec';
5
+ import { SinglePageStatus } from './single-page-status';
6
+ import { StatsVo } from './stats-vo';
7
+
8
+ /**
9
+ *
10
+ * @export
11
+ * @interface SinglePageVo
12
+ */
13
+ export interface SinglePageVo {
14
+ /**
15
+ *
16
+ * @type {ContentVo}
17
+ * @memberof SinglePageVo
18
+ */
19
+ 'content'?: ContentVo;
20
+ /**
21
+ *
22
+ * @type {Array<ContributorVo>}
23
+ * @memberof SinglePageVo
24
+ */
25
+ 'contributors'?: Array<ContributorVo>;
26
+ /**
27
+ *
28
+ * @type {Metadata}
29
+ * @memberof SinglePageVo
30
+ */
31
+ 'metadata': Metadata;
32
+ /**
33
+ *
34
+ * @type {ContributorVo}
35
+ * @memberof SinglePageVo
36
+ */
37
+ 'owner'?: ContributorVo;
38
+ /**
39
+ *
40
+ * @type {SinglePageSpec}
41
+ * @memberof SinglePageVo
42
+ */
43
+ 'spec'?: SinglePageSpec;
44
+ /**
45
+ *
46
+ * @type {StatsVo}
47
+ * @memberof SinglePageVo
48
+ */
49
+ 'stats'?: StatsVo;
50
+ /**
51
+ *
52
+ * @type {SinglePageStatus}
53
+ * @memberof SinglePageVo
54
+ */
55
+ 'status'?: SinglePageStatus;
56
+ }
@@ -0,0 +1,41 @@
1
+ import { Metadata } from './metadata';
2
+ import { SinglePageSpec } from './single-page-spec';
3
+ import { SinglePageStatus } from './single-page-status';
4
+
5
+ /**
6
+ *
7
+ * @export
8
+ * @interface SinglePage
9
+ */
10
+ export interface SinglePage {
11
+ /**
12
+ *
13
+ * @type {string}
14
+ * @memberof SinglePage
15
+ */
16
+ 'apiVersion': string;
17
+ /**
18
+ *
19
+ * @type {string}
20
+ * @memberof SinglePage
21
+ */
22
+ 'kind': string;
23
+ /**
24
+ *
25
+ * @type {Metadata}
26
+ * @memberof SinglePage
27
+ */
28
+ 'metadata': Metadata;
29
+ /**
30
+ *
31
+ * @type {SinglePageSpec}
32
+ * @memberof SinglePage
33
+ */
34
+ 'spec': SinglePageSpec;
35
+ /**
36
+ *
37
+ * @type {SinglePageStatus}
38
+ * @memberof SinglePage
39
+ */
40
+ 'status'?: SinglePageStatus;
41
+ }
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Halo
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.17.0-SNAPSHOT
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface SiteStatsVo
16
+ */
17
+ export interface SiteStatsVo {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof SiteStatsVo
22
+ */
23
+ 'category'?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof SiteStatsVo
28
+ */
29
+ 'comment'?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof SiteStatsVo
34
+ */
35
+ 'post'?: number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof SiteStatsVo
40
+ */
41
+ 'upvote'?: number;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof SiteStatsVo
46
+ */
47
+ 'visit'?: number;
48
+ }
@@ -0,0 +1,57 @@
1
+ import { Ref } from './ref';
2
+
3
+ /**
4
+ *
5
+ * @export
6
+ * @interface SnapShotSpec
7
+ */
8
+ export interface SnapShotSpec {
9
+ /**
10
+ *
11
+ * @type {string}
12
+ * @memberof SnapShotSpec
13
+ */
14
+ 'contentPatch'?: string;
15
+ /**
16
+ *
17
+ * @type {Array<string>}
18
+ * @memberof SnapShotSpec
19
+ */
20
+ 'contributors'?: Array<string>;
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof SnapShotSpec
25
+ */
26
+ 'lastModifyTime'?: string;
27
+ /**
28
+ *
29
+ * @type {string}
30
+ * @memberof SnapShotSpec
31
+ */
32
+ 'owner': string;
33
+ /**
34
+ *
35
+ * @type {string}
36
+ * @memberof SnapShotSpec
37
+ */
38
+ 'parentSnapshotName'?: string;
39
+ /**
40
+ *
41
+ * @type {string}
42
+ * @memberof SnapShotSpec
43
+ */
44
+ 'rawPatch'?: string;
45
+ /**
46
+ *
47
+ * @type {string}
48
+ * @memberof SnapShotSpec
49
+ */
50
+ 'rawType': string;
51
+ /**
52
+ *
53
+ * @type {Ref}
54
+ * @memberof SnapShotSpec
55
+ */
56
+ 'subjectRef': Ref;
57
+ }
@@ -0,0 +1,63 @@
1
+ import { Snapshot } from './snapshot';
2
+
3
+ /**
4
+ *
5
+ * @export
6
+ * @interface SnapshotList
7
+ */
8
+ export interface SnapshotList {
9
+ /**
10
+ * Indicates whether current page is the first page.
11
+ * @type {boolean}
12
+ * @memberof SnapshotList
13
+ */
14
+ 'first': boolean;
15
+ /**
16
+ * Indicates whether current page has previous page.
17
+ * @type {boolean}
18
+ * @memberof SnapshotList
19
+ */
20
+ 'hasNext': boolean;
21
+ /**
22
+ * Indicates whether current page has previous page.
23
+ * @type {boolean}
24
+ * @memberof SnapshotList
25
+ */
26
+ 'hasPrevious': boolean;
27
+ /**
28
+ * A chunk of items.
29
+ * @type {Array<Snapshot>}
30
+ * @memberof SnapshotList
31
+ */
32
+ 'items': Array<Snapshot>;
33
+ /**
34
+ * Indicates whether current page is the last page.
35
+ * @type {boolean}
36
+ * @memberof SnapshotList
37
+ */
38
+ 'last': boolean;
39
+ /**
40
+ * Page number, starts from 1. If not set or equal to 0, it means no pagination.
41
+ * @type {number}
42
+ * @memberof SnapshotList
43
+ */
44
+ 'page': number;
45
+ /**
46
+ * Size of each page. If not set or equal to 0, it means no pagination.
47
+ * @type {number}
48
+ * @memberof SnapshotList
49
+ */
50
+ 'size': number;
51
+ /**
52
+ * Total elements.
53
+ * @type {number}
54
+ * @memberof SnapshotList
55
+ */
56
+ 'total': number;
57
+ /**
58
+ * Indicates total pages.
59
+ * @type {number}
60
+ * @memberof SnapshotList
61
+ */
62
+ 'totalPages': number;
63
+ }
@@ -0,0 +1,34 @@
1
+ import { Metadata } from './metadata';
2
+ import { SnapShotSpec } from './snap-shot-spec';
3
+
4
+ /**
5
+ *
6
+ * @export
7
+ * @interface Snapshot
8
+ */
9
+ export interface Snapshot {
10
+ /**
11
+ *
12
+ * @type {string}
13
+ * @memberof Snapshot
14
+ */
15
+ 'apiVersion': string;
16
+ /**
17
+ *
18
+ * @type {string}
19
+ * @memberof Snapshot
20
+ */
21
+ 'kind': string;
22
+ /**
23
+ *
24
+ * @type {Metadata}
25
+ * @memberof Snapshot
26
+ */
27
+ 'metadata': Metadata;
28
+ /**
29
+ *
30
+ * @type {SnapShotSpec}
31
+ * @memberof Snapshot
32
+ */
33
+ 'spec': SnapShotSpec;
34
+ }
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Halo
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.17.0-SNAPSHOT
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface StatsVo
16
+ */
17
+ export interface StatsVo {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof StatsVo
22
+ */
23
+ 'comment'?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof StatsVo
28
+ */
29
+ 'upvote'?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof StatsVo
34
+ */
35
+ 'visit'?: number;
36
+ }
@@ -0,0 +1,42 @@
1
+ /**
2
+ * Halo
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.17.0-SNAPSHOT
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface Stats
16
+ */
17
+ export interface Stats {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof Stats
22
+ */
23
+ 'approvedComment'?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof Stats
28
+ */
29
+ 'totalComment'?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof Stats
34
+ */
35
+ 'upvote'?: number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof Stats
40
+ */
41
+ 'visit'?: number;
42
+ }
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Halo
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.17.0-SNAPSHOT
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface Subject
16
+ */
17
+ export interface Subject {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof Subject
22
+ */
23
+ 'apiGroup'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof Subject
28
+ */
29
+ 'kind'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof Subject
34
+ */
35
+ 'name'?: string;
36
+ }
@@ -0,0 +1,63 @@
1
+ import { Subscription } from './subscription';
2
+
3
+ /**
4
+ *
5
+ * @export
6
+ * @interface SubscriptionList
7
+ */
8
+ export interface SubscriptionList {
9
+ /**
10
+ * Indicates whether current page is the first page.
11
+ * @type {boolean}
12
+ * @memberof SubscriptionList
13
+ */
14
+ 'first': boolean;
15
+ /**
16
+ * Indicates whether current page has previous page.
17
+ * @type {boolean}
18
+ * @memberof SubscriptionList
19
+ */
20
+ 'hasNext': boolean;
21
+ /**
22
+ * Indicates whether current page has previous page.
23
+ * @type {boolean}
24
+ * @memberof SubscriptionList
25
+ */
26
+ 'hasPrevious': boolean;
27
+ /**
28
+ * A chunk of items.
29
+ * @type {Array<Subscription>}
30
+ * @memberof SubscriptionList
31
+ */
32
+ 'items': Array<Subscription>;
33
+ /**
34
+ * Indicates whether current page is the last page.
35
+ * @type {boolean}
36
+ * @memberof SubscriptionList
37
+ */
38
+ 'last': boolean;
39
+ /**
40
+ * Page number, starts from 1. If not set or equal to 0, it means no pagination.
41
+ * @type {number}
42
+ * @memberof SubscriptionList
43
+ */
44
+ 'page': number;
45
+ /**
46
+ * Size of each page. If not set or equal to 0, it means no pagination.
47
+ * @type {number}
48
+ * @memberof SubscriptionList
49
+ */
50
+ 'size': number;
51
+ /**
52
+ * Total elements.
53
+ * @type {number}
54
+ * @memberof SubscriptionList
55
+ */
56
+ 'total': number;
57
+ /**
58
+ * Indicates total pages.
59
+ * @type {number}
60
+ * @memberof SubscriptionList
61
+ */
62
+ 'totalPages': number;
63
+ }
@@ -0,0 +1,34 @@
1
+ import { InterestReason } from './interest-reason';
2
+ import { SubscriptionSubscriber } from './subscription-subscriber';
3
+
4
+ /**
5
+ *
6
+ * @export
7
+ * @interface SubscriptionSpec
8
+ */
9
+ export interface SubscriptionSpec {
10
+ /**
11
+ * Perhaps users need to unsubscribe and interact without receiving notifications again
12
+ * @type {boolean}
13
+ * @memberof SubscriptionSpec
14
+ */
15
+ 'disabled'?: boolean;
16
+ /**
17
+ *
18
+ * @type {InterestReason}
19
+ * @memberof SubscriptionSpec
20
+ */
21
+ 'reason': InterestReason;
22
+ /**
23
+ *
24
+ * @type {SubscriptionSubscriber}
25
+ * @memberof SubscriptionSpec
26
+ */
27
+ 'subscriber': SubscriptionSubscriber;
28
+ /**
29
+ * The token to unsubscribe
30
+ * @type {string}
31
+ * @memberof SubscriptionSpec
32
+ */
33
+ 'unsubscribeToken': string;
34
+ }