@halo-dev/api-client 2.16.0 → 2.18.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.
- package/README.md +56 -11
- package/dist/entry/api-client.d.ts +348 -0
- package/dist/entry/index.d.ts +2 -0
- package/dist/halo-api-client.es.js +20971 -0
- package/dist/halo-api-client.es.js.map +1 -0
- package/dist/halo-api-client.iife.js +2 -0
- package/dist/halo-api-client.iife.js.map +1 -0
- package/dist/src/api/annotation-setting-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/api-notification-halo-run-v1alpha1-subscription-api.d.ts +80 -0
- package/dist/src/api/attachment-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/attachment-v1alpha1-console-api.d.ts +187 -0
- package/dist/src/api/attachment-v1alpha1-uc-api.d.ts +97 -0
- package/dist/src/api/auth-provider-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/auth-provider-v1alpha1-console-api.d.ts +140 -0
- package/dist/src/api/backup-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/category-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/category-v1alpha1-public-api.d.ts +229 -0
- package/dist/src/api/comment-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/comment-v1alpha1-console-api.d.ts +221 -0
- package/dist/src/api/comment-v1alpha1-public-api.d.ts +329 -0
- package/dist/src/api/config-map-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/counter-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/device-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/device-v1alpha1-uc-api.d.ts +98 -0
- package/dist/src/api/extension-definition-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/extension-point-definition-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/group-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/index-v1alpha1-public-api.d.ts +143 -0
- package/dist/src/api/indices-v1alpha1-console-api.d.ts +84 -0
- package/dist/src/api/login-api.d.ts +56 -0
- package/dist/src/api/menu-item-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/menu-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/menu-v1alpha1-public-api.d.ts +98 -0
- package/dist/src/api/metrics-v1alpha1-public-api.d.ts +157 -0
- package/dist/src/api/migration-v1alpha1-console-api.d.ts +138 -0
- package/dist/src/api/notification-template-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/notification-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/notification-v1alpha1-uc-api.d.ts +363 -0
- package/dist/src/api/notifier-descriptor-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/notifier-v1alpha1-console-api.d.ts +165 -0
- package/dist/src/api/notifier-v1alpha1-uc-api.d.ts +122 -0
- package/dist/src/api/personal-access-token-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/personal-access-token-v1alpha1-uc-api.d.ts +266 -0
- package/dist/src/api/plugin-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/plugin-v1alpha1-console-api.d.ts +698 -0
- package/dist/src/api/plugin-v1alpha1-public-api.d.ts +72 -0
- package/dist/src/api/policy-template-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/policy-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/post-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/post-v1alpha1-console-api.d.ts +699 -0
- package/dist/src/api/post-v1alpha1-public-api.d.ts +189 -0
- package/dist/src/api/post-v1alpha1-uc-api.d.ts +457 -0
- package/dist/src/api/reason-type-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/reason-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/remember-me-token-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/reply-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/reply-v1alpha1-console-api.d.ts +113 -0
- package/dist/src/api/reverse-proxy-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/role-binding-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/role-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/search-engine-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/secret-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/setting-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/single-page-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/single-page-v1alpha1-console-api.d.ts +616 -0
- package/dist/src/api/single-page-v1alpha1-public-api.d.ts +147 -0
- package/dist/src/api/snapshot-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/snapshot-v1alpha1-uc-api.d.ts +89 -0
- package/dist/src/api/subscription-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/system-v1alpha1-console-api.d.ts +98 -0
- package/dist/src/api/system-v1alpha1-public-api.d.ts +56 -0
- package/dist/src/api/tag-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/tag-v1alpha1-console-api.d.ts +113 -0
- package/dist/src/api/tag-v1alpha1-public-api.d.ts +229 -0
- package/dist/src/api/theme-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/theme-v1alpha1-console-api.d.ts +599 -0
- package/dist/src/api/two-factor-auth-v1alpha1-uc-api.d.ts +249 -0
- package/dist/src/api/user-connection-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/user-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/user-v1alpha1-console-api.d.ts +632 -0
- package/dist/src/api/user-v1alpha1-public-api.d.ts +207 -0
- package/dist/src/api.d.ts +85 -0
- package/dist/src/base.d.ts +56 -0
- package/dist/src/common.d.ts +55 -0
- package/dist/src/configuration.d.ts +91 -0
- package/dist/src/index.d.ts +14 -0
- package/dist/src/models/add-operation.d.ts +40 -0
- package/dist/src/models/annotation-setting-list.d.ts +63 -0
- package/dist/src/models/annotation-setting-spec.d.ts +21 -0
- package/dist/src/models/annotation-setting.d.ts +34 -0
- package/dist/src/models/attachment-list.d.ts +63 -0
- package/dist/src/models/attachment-spec.d.ts +60 -0
- package/dist/src/models/attachment-status.d.ts +24 -0
- package/dist/src/models/attachment.d.ts +41 -0
- package/dist/src/models/auth-provider-list.d.ts +63 -0
- package/dist/src/models/auth-provider-spec.d.ts +76 -0
- package/dist/src/models/auth-provider.d.ts +34 -0
- package/dist/src/models/author.d.ts +30 -0
- package/dist/src/models/backup-list.d.ts +63 -0
- package/dist/src/models/backup-spec.d.ts +30 -0
- package/dist/src/models/backup-status.d.ts +67 -0
- package/dist/src/models/backup.d.ts +41 -0
- package/dist/src/models/category-list.d.ts +63 -0
- package/dist/src/models/category-spec.d.ts +78 -0
- package/dist/src/models/category-status.d.ts +36 -0
- package/dist/src/models/category-vo-list.d.ts +63 -0
- package/dist/src/models/category-vo.d.ts +35 -0
- package/dist/src/models/category.d.ts +41 -0
- package/dist/src/models/change-own-password-request.d.ts +30 -0
- package/dist/src/models/change-password-request.d.ts +24 -0
- package/dist/src/models/comment-email-owner.d.ts +42 -0
- package/dist/src/models/comment-list.d.ts +63 -0
- package/dist/src/models/comment-owner.d.ts +44 -0
- package/dist/src/models/comment-request.d.ts +40 -0
- package/dist/src/models/comment-spec.d.ts +94 -0
- package/dist/src/models/comment-stats-vo.d.ts +24 -0
- package/dist/src/models/comment-stats.d.ts +24 -0
- package/dist/src/models/comment-status.d.ts +54 -0
- package/dist/src/models/comment-vo-list.d.ts +63 -0
- package/dist/src/models/comment-vo.d.ts +43 -0
- package/dist/src/models/comment-with-reply-vo-list.d.ts +63 -0
- package/dist/src/models/comment-with-reply-vo.d.ts +50 -0
- package/dist/src/models/comment.d.ts +41 -0
- package/dist/src/models/condition.d.ts +54 -0
- package/dist/src/models/config-map-list.d.ts +63 -0
- package/dist/src/models/config-map-ref.d.ts +24 -0
- package/dist/src/models/config-map.d.ts +35 -0
- package/dist/src/models/content-update-param.d.ts +42 -0
- package/dist/src/models/content-vo.d.ts +30 -0
- package/dist/src/models/content-wrapper.d.ts +42 -0
- package/dist/src/models/content.d.ts +36 -0
- package/dist/src/models/contributor-vo.d.ts +45 -0
- package/dist/src/models/contributor.d.ts +36 -0
- package/dist/src/models/copy-operation.d.ts +40 -0
- package/dist/src/models/counter-list.d.ts +63 -0
- package/dist/src/models/counter-request.d.ts +60 -0
- package/dist/src/models/counter.d.ts +57 -0
- package/dist/src/models/create-user-request.d.ts +74 -0
- package/dist/src/models/custom-templates.d.ts +27 -0
- package/dist/src/models/dashboard-stats.d.ts +54 -0
- package/dist/src/models/detailed-user.d.ts +22 -0
- package/dist/src/models/device-list.d.ts +63 -0
- package/dist/src/models/device-spec.d.ts +60 -0
- package/dist/src/models/device-status.d.ts +30 -0
- package/dist/src/models/device.d.ts +41 -0
- package/dist/src/models/email-config-validation-request.d.ts +66 -0
- package/dist/src/models/email-verify-request.d.ts +24 -0
- package/dist/src/models/excerpt.d.ts +30 -0
- package/dist/src/models/extension-definition-list.d.ts +63 -0
- package/dist/src/models/extension-definition.d.ts +34 -0
- package/dist/src/models/extension-point-definition-list.d.ts +63 -0
- package/dist/src/models/extension-point-definition.d.ts +34 -0
- package/dist/src/models/extension-point-spec.d.ts +53 -0
- package/dist/src/models/extension-spec.d.ts +48 -0
- package/dist/src/models/extension.d.ts +27 -0
- package/dist/src/models/file-reverse-proxy-provider.d.ts +30 -0
- package/dist/src/models/grant-request.d.ts +24 -0
- package/dist/src/models/group-kind.d.ts +30 -0
- package/dist/src/models/group-list.d.ts +63 -0
- package/dist/src/models/group-spec.d.ts +24 -0
- package/dist/src/models/group-status.d.ts +30 -0
- package/dist/src/models/group.d.ts +41 -0
- package/dist/src/models/halo-document.d.ts +116 -0
- package/dist/src/models/index.d.ts +249 -0
- package/dist/src/models/install-from-uri-request.d.ts +24 -0
- package/dist/src/models/interest-reason-subject.d.ts +36 -0
- package/dist/src/models/interest-reason.d.ts +27 -0
- package/dist/src/models/json-patch-inner.d.ts +12 -0
- package/dist/src/models/license.d.ts +30 -0
- package/dist/src/models/list-result-reply-vo.d.ts +63 -0
- package/dist/src/models/listed-auth-provider.d.ts +96 -0
- package/dist/src/models/listed-comment-list.d.ts +63 -0
- package/dist/src/models/listed-comment.d.ts +36 -0
- package/dist/src/models/listed-post-list.d.ts +63 -0
- package/dist/src/models/listed-post-vo-list.d.ts +63 -0
- package/dist/src/models/listed-post-vo.d.ts +63 -0
- package/dist/src/models/listed-post.d.ts +49 -0
- package/dist/src/models/listed-reply-list.d.ts +63 -0
- package/dist/src/models/listed-reply.d.ts +29 -0
- package/dist/src/models/listed-single-page-list.d.ts +63 -0
- package/dist/src/models/listed-single-page-vo-list.d.ts +63 -0
- package/dist/src/models/listed-single-page-vo.d.ts +49 -0
- package/dist/src/models/listed-single-page.d.ts +35 -0
- package/dist/src/models/listed-snapshot-dto.d.ts +22 -0
- package/dist/src/models/listed-snapshot-spec.d.ts +30 -0
- package/dist/src/models/listed-user.d.ts +22 -0
- package/dist/src/models/login-history.d.ts +48 -0
- package/dist/src/models/mark-specified-request.d.ts +24 -0
- package/dist/src/models/menu-item-list.d.ts +63 -0
- package/dist/src/models/menu-item-spec.d.ts +52 -0
- package/dist/src/models/menu-item-status.d.ts +30 -0
- package/dist/src/models/menu-item-vo.d.ts +41 -0
- package/dist/src/models/menu-item.d.ts +41 -0
- package/dist/src/models/menu-list.d.ts +63 -0
- package/dist/src/models/menu-spec.d.ts +30 -0
- package/dist/src/models/menu-vo.d.ts +29 -0
- package/dist/src/models/menu.d.ts +34 -0
- package/dist/src/models/metadata.d.ts +70 -0
- package/dist/src/models/move-operation.d.ts +40 -0
- package/dist/src/models/navigation-post-vo.d.ts +27 -0
- package/dist/src/models/notification-list.d.ts +63 -0
- package/dist/src/models/notification-spec.d.ts +60 -0
- package/dist/src/models/notification-template-list.d.ts +63 -0
- package/dist/src/models/notification-template-spec.d.ts +22 -0
- package/dist/src/models/notification-template.d.ts +34 -0
- package/dist/src/models/notification.d.ts +34 -0
- package/dist/src/models/notifier-descriptor-list.d.ts +63 -0
- package/dist/src/models/notifier-descriptor-spec.d.ts +39 -0
- package/dist/src/models/notifier-descriptor.d.ts +34 -0
- package/dist/src/models/notifier-info.d.ts +36 -0
- package/dist/src/models/notifier-setting-ref.d.ts +30 -0
- package/dist/src/models/owner-info.d.ts +48 -0
- package/dist/src/models/password-request.d.ts +24 -0
- package/dist/src/models/password-reset-email-request.d.ts +30 -0
- package/dist/src/models/pat-spec.d.ts +78 -0
- package/dist/src/models/personal-access-token-list.d.ts +63 -0
- package/dist/src/models/personal-access-token.d.ts +34 -0
- package/dist/src/models/plugin-author.d.ts +30 -0
- package/dist/src/models/plugin-list.d.ts +63 -0
- package/dist/src/models/plugin-running-state-request.d.ts +30 -0
- package/dist/src/models/plugin-spec.d.ts +103 -0
- package/dist/src/models/plugin-status.d.ts +80 -0
- package/dist/src/models/plugin.d.ts +41 -0
- package/dist/src/models/policy-list.d.ts +63 -0
- package/dist/src/models/policy-rule.d.ts +48 -0
- package/dist/src/models/policy-spec.d.ts +36 -0
- package/dist/src/models/policy-template-list.d.ts +63 -0
- package/dist/src/models/policy-template-spec.d.ts +30 -0
- package/dist/src/models/policy-template.d.ts +34 -0
- package/dist/src/models/policy.d.ts +34 -0
- package/dist/src/models/post-list.d.ts +63 -0
- package/dist/src/models/post-request.d.ts +22 -0
- package/dist/src/models/post-spec.d.ts +131 -0
- package/dist/src/models/post-status.d.ts +69 -0
- package/dist/src/models/post-vo.d.ts +70 -0
- package/dist/src/models/post.d.ts +41 -0
- package/dist/src/models/public-key-response.d.ts +24 -0
- package/dist/src/models/reason-attributes.d.ts +24 -0
- package/dist/src/models/reason-list.d.ts +63 -0
- package/dist/src/models/reason-property.d.ts +42 -0
- package/dist/src/models/reason-selector.d.ts +30 -0
- package/dist/src/models/reason-spec.d.ts +34 -0
- package/dist/src/models/reason-subject.d.ts +48 -0
- package/dist/src/models/reason-type-info.d.ts +42 -0
- package/dist/src/models/reason-type-list.d.ts +63 -0
- package/dist/src/models/reason-type-notifier-collection-request.d.ts +15 -0
- package/dist/src/models/reason-type-notifier-matrix.d.ts +28 -0
- package/dist/src/models/reason-type-notifier-request.d.ts +30 -0
- package/dist/src/models/reason-type-spec.d.ts +27 -0
- package/dist/src/models/reason-type.d.ts +34 -0
- package/dist/src/models/reason.d.ts +34 -0
- package/dist/src/models/ref.d.ts +42 -0
- package/dist/src/models/register-verify-email-request.d.ts +24 -0
- package/dist/src/models/remember-me-token-list.d.ts +63 -0
- package/dist/src/models/remember-me-token-spec.d.ts +42 -0
- package/dist/src/models/remember-me-token.d.ts +34 -0
- package/dist/src/models/remove-operation.d.ts +34 -0
- package/dist/src/models/replace-operation.d.ts +40 -0
- package/dist/src/models/reply-list.d.ts +63 -0
- package/dist/src/models/reply-request.d.ts +39 -0
- package/dist/src/models/reply-spec.d.ts +93 -0
- package/dist/src/models/reply-status.d.ts +24 -0
- package/dist/src/models/reply-vo-list.d.ts +63 -0
- package/dist/src/models/reply-vo.d.ts +36 -0
- package/dist/src/models/reply.d.ts +41 -0
- package/dist/src/models/reset-password-request.d.ts +30 -0
- package/dist/src/models/reverse-proxy-list.d.ts +63 -0
- package/dist/src/models/reverse-proxy-rule.d.ts +21 -0
- package/dist/src/models/reverse-proxy.d.ts +34 -0
- package/dist/src/models/revert-snapshot-for-post-param.d.ts +24 -0
- package/dist/src/models/revert-snapshot-for-single-param.d.ts +24 -0
- package/dist/src/models/role-binding-list.d.ts +63 -0
- package/dist/src/models/role-binding.d.ts +41 -0
- package/dist/src/models/role-list.d.ts +63 -0
- package/dist/src/models/role-ref.d.ts +36 -0
- package/dist/src/models/role.d.ts +34 -0
- package/dist/src/models/search-engine-list.d.ts +63 -0
- package/dist/src/models/search-engine-spec.d.ts +45 -0
- package/dist/src/models/search-engine.d.ts +34 -0
- package/dist/src/models/search-option.d.ts +92 -0
- package/dist/src/models/search-result.d.ts +39 -0
- package/dist/src/models/secret-list.d.ts +63 -0
- package/dist/src/models/secret.d.ts +49 -0
- package/dist/src/models/setting-form.d.ts +36 -0
- package/dist/src/models/setting-list.d.ts +63 -0
- package/dist/src/models/setting-ref.d.ts +30 -0
- package/dist/src/models/setting-spec.d.ts +15 -0
- package/dist/src/models/setting.d.ts +34 -0
- package/dist/src/models/sign-up-request.d.ts +27 -0
- package/dist/src/models/single-page-list.d.ts +63 -0
- package/dist/src/models/single-page-request.d.ts +22 -0
- package/dist/src/models/single-page-spec.d.ts +119 -0
- package/dist/src/models/single-page-status.d.ts +69 -0
- package/dist/src/models/single-page-vo.d.ts +56 -0
- package/dist/src/models/single-page.d.ts +41 -0
- package/dist/src/models/site-stats-vo.d.ts +48 -0
- package/dist/src/models/snap-shot-spec.d.ts +57 -0
- package/dist/src/models/snapshot-list.d.ts +63 -0
- package/dist/src/models/snapshot.d.ts +34 -0
- package/dist/src/models/stats-vo.d.ts +36 -0
- package/dist/src/models/stats.d.ts +42 -0
- package/dist/src/models/subject.d.ts +36 -0
- package/dist/src/models/subscription-list.d.ts +63 -0
- package/dist/src/models/subscription-spec.d.ts +34 -0
- package/dist/src/models/subscription-subscriber.d.ts +24 -0
- package/dist/src/models/subscription.d.ts +34 -0
- package/dist/src/models/system-initialization-request.d.ts +42 -0
- package/dist/src/models/tag-list.d.ts +63 -0
- package/dist/src/models/tag-spec.d.ts +42 -0
- package/dist/src/models/tag-status.d.ts +42 -0
- package/dist/src/models/tag-vo-list.d.ts +63 -0
- package/dist/src/models/tag-vo.d.ts +35 -0
- package/dist/src/models/tag.d.ts +41 -0
- package/dist/src/models/template-content.d.ts +36 -0
- package/dist/src/models/template-descriptor.d.ts +42 -0
- package/dist/src/models/test-operation.d.ts +40 -0
- package/dist/src/models/theme-list.d.ts +63 -0
- package/dist/src/models/theme-spec.d.ts +103 -0
- package/dist/src/models/theme-status.d.ts +33 -0
- package/dist/src/models/theme.d.ts +41 -0
- package/dist/src/models/totp-auth-link-response.d.ts +30 -0
- package/dist/src/models/totp-request.d.ts +36 -0
- package/dist/src/models/two-factor-auth-settings.d.ts +42 -0
- package/dist/src/models/upgrade-from-uri-request.d.ts +24 -0
- package/dist/src/models/user-connection-list.d.ts +63 -0
- package/dist/src/models/user-connection-spec.d.ts +78 -0
- package/dist/src/models/user-connection.d.ts +34 -0
- package/dist/src/models/user-device.d.ts +27 -0
- package/dist/src/models/user-endpoint-listed-user-list.d.ts +63 -0
- package/dist/src/models/user-list.d.ts +63 -0
- package/dist/src/models/user-permission.d.ts +27 -0
- package/dist/src/models/user-spec.d.ts +90 -0
- package/dist/src/models/user-status.d.ts +27 -0
- package/dist/src/models/user.d.ts +41 -0
- package/dist/src/models/verify-code-request.d.ts +30 -0
- package/dist/src/models/vote-request.d.ts +36 -0
- package/package.json +28 -30
- package/dist/index.cjs +0 -13783
- package/dist/index.d.ts +0 -30557
- package/dist/index.mjs +0 -13464
|
@@ -0,0 +1,116 @@
|
|
|
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.18.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 HaloDocument
|
|
16
|
+
*/
|
|
17
|
+
export interface HaloDocument {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {{ [key: string]: string; }}
|
|
21
|
+
* @memberof HaloDocument
|
|
22
|
+
*/
|
|
23
|
+
'annotations'?: {
|
|
24
|
+
[key: string]: string;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<string>}
|
|
29
|
+
* @memberof HaloDocument
|
|
30
|
+
*/
|
|
31
|
+
'categories'?: Array<string>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof HaloDocument
|
|
36
|
+
*/
|
|
37
|
+
'content': string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof HaloDocument
|
|
42
|
+
*/
|
|
43
|
+
'creationTimestamp'?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof HaloDocument
|
|
48
|
+
*/
|
|
49
|
+
'description'?: string;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof HaloDocument
|
|
54
|
+
*/
|
|
55
|
+
'exposed'?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof HaloDocument
|
|
60
|
+
*/
|
|
61
|
+
'id': string;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof HaloDocument
|
|
66
|
+
*/
|
|
67
|
+
'metadataName': string;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof HaloDocument
|
|
72
|
+
*/
|
|
73
|
+
'ownerName': string;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof HaloDocument
|
|
78
|
+
*/
|
|
79
|
+
'permalink': string;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {boolean}
|
|
83
|
+
* @memberof HaloDocument
|
|
84
|
+
*/
|
|
85
|
+
'published'?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {boolean}
|
|
89
|
+
* @memberof HaloDocument
|
|
90
|
+
*/
|
|
91
|
+
'recycled'?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {Array<string>}
|
|
95
|
+
* @memberof HaloDocument
|
|
96
|
+
*/
|
|
97
|
+
'tags'?: Array<string>;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof HaloDocument
|
|
102
|
+
*/
|
|
103
|
+
'title': string;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof HaloDocument
|
|
108
|
+
*/
|
|
109
|
+
'type': string;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof HaloDocument
|
|
114
|
+
*/
|
|
115
|
+
'updateTimestamp'?: string;
|
|
116
|
+
}
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
export * from './add-operation';
|
|
2
|
+
export * from './annotation-setting';
|
|
3
|
+
export * from './annotation-setting-list';
|
|
4
|
+
export * from './annotation-setting-spec';
|
|
5
|
+
export * from './attachment';
|
|
6
|
+
export * from './attachment-list';
|
|
7
|
+
export * from './attachment-spec';
|
|
8
|
+
export * from './attachment-status';
|
|
9
|
+
export * from './auth-provider';
|
|
10
|
+
export * from './auth-provider-list';
|
|
11
|
+
export * from './auth-provider-spec';
|
|
12
|
+
export * from './author';
|
|
13
|
+
export * from './backup';
|
|
14
|
+
export * from './backup-list';
|
|
15
|
+
export * from './backup-spec';
|
|
16
|
+
export * from './backup-status';
|
|
17
|
+
export * from './category';
|
|
18
|
+
export * from './category-list';
|
|
19
|
+
export * from './category-spec';
|
|
20
|
+
export * from './category-status';
|
|
21
|
+
export * from './category-vo';
|
|
22
|
+
export * from './category-vo-list';
|
|
23
|
+
export * from './change-own-password-request';
|
|
24
|
+
export * from './change-password-request';
|
|
25
|
+
export * from './comment';
|
|
26
|
+
export * from './comment-email-owner';
|
|
27
|
+
export * from './comment-list';
|
|
28
|
+
export * from './comment-owner';
|
|
29
|
+
export * from './comment-request';
|
|
30
|
+
export * from './comment-spec';
|
|
31
|
+
export * from './comment-stats';
|
|
32
|
+
export * from './comment-stats-vo';
|
|
33
|
+
export * from './comment-status';
|
|
34
|
+
export * from './comment-vo';
|
|
35
|
+
export * from './comment-vo-list';
|
|
36
|
+
export * from './comment-with-reply-vo';
|
|
37
|
+
export * from './comment-with-reply-vo-list';
|
|
38
|
+
export * from './condition';
|
|
39
|
+
export * from './config-map';
|
|
40
|
+
export * from './config-map-list';
|
|
41
|
+
export * from './config-map-ref';
|
|
42
|
+
export * from './content';
|
|
43
|
+
export * from './content-update-param';
|
|
44
|
+
export * from './content-vo';
|
|
45
|
+
export * from './content-wrapper';
|
|
46
|
+
export * from './contributor';
|
|
47
|
+
export * from './contributor-vo';
|
|
48
|
+
export * from './copy-operation';
|
|
49
|
+
export * from './counter';
|
|
50
|
+
export * from './counter-list';
|
|
51
|
+
export * from './counter-request';
|
|
52
|
+
export * from './create-user-request';
|
|
53
|
+
export * from './custom-templates';
|
|
54
|
+
export * from './dashboard-stats';
|
|
55
|
+
export * from './detailed-user';
|
|
56
|
+
export * from './device';
|
|
57
|
+
export * from './device-list';
|
|
58
|
+
export * from './device-spec';
|
|
59
|
+
export * from './device-status';
|
|
60
|
+
export * from './email-config-validation-request';
|
|
61
|
+
export * from './email-verify-request';
|
|
62
|
+
export * from './excerpt';
|
|
63
|
+
export * from './extension';
|
|
64
|
+
export * from './extension-definition';
|
|
65
|
+
export * from './extension-definition-list';
|
|
66
|
+
export * from './extension-point-definition';
|
|
67
|
+
export * from './extension-point-definition-list';
|
|
68
|
+
export * from './extension-point-spec';
|
|
69
|
+
export * from './extension-spec';
|
|
70
|
+
export * from './file-reverse-proxy-provider';
|
|
71
|
+
export * from './grant-request';
|
|
72
|
+
export * from './group';
|
|
73
|
+
export * from './group-kind';
|
|
74
|
+
export * from './group-list';
|
|
75
|
+
export * from './group-spec';
|
|
76
|
+
export * from './group-status';
|
|
77
|
+
export * from './halo-document';
|
|
78
|
+
export * from './install-from-uri-request';
|
|
79
|
+
export * from './interest-reason';
|
|
80
|
+
export * from './interest-reason-subject';
|
|
81
|
+
export * from './json-patch-inner';
|
|
82
|
+
export * from './license';
|
|
83
|
+
export * from './list-result-reply-vo';
|
|
84
|
+
export * from './listed-auth-provider';
|
|
85
|
+
export * from './listed-comment';
|
|
86
|
+
export * from './listed-comment-list';
|
|
87
|
+
export * from './listed-post';
|
|
88
|
+
export * from './listed-post-list';
|
|
89
|
+
export * from './listed-post-vo';
|
|
90
|
+
export * from './listed-post-vo-list';
|
|
91
|
+
export * from './listed-reply';
|
|
92
|
+
export * from './listed-reply-list';
|
|
93
|
+
export * from './listed-single-page';
|
|
94
|
+
export * from './listed-single-page-list';
|
|
95
|
+
export * from './listed-single-page-vo';
|
|
96
|
+
export * from './listed-single-page-vo-list';
|
|
97
|
+
export * from './listed-snapshot-dto';
|
|
98
|
+
export * from './listed-snapshot-spec';
|
|
99
|
+
export * from './listed-user';
|
|
100
|
+
export * from './login-history';
|
|
101
|
+
export * from './mark-specified-request';
|
|
102
|
+
export * from './menu';
|
|
103
|
+
export * from './menu-item';
|
|
104
|
+
export * from './menu-item-list';
|
|
105
|
+
export * from './menu-item-spec';
|
|
106
|
+
export * from './menu-item-status';
|
|
107
|
+
export * from './menu-item-vo';
|
|
108
|
+
export * from './menu-list';
|
|
109
|
+
export * from './menu-spec';
|
|
110
|
+
export * from './menu-vo';
|
|
111
|
+
export * from './metadata';
|
|
112
|
+
export * from './move-operation';
|
|
113
|
+
export * from './navigation-post-vo';
|
|
114
|
+
export * from './notification';
|
|
115
|
+
export * from './notification-list';
|
|
116
|
+
export * from './notification-spec';
|
|
117
|
+
export * from './notification-template';
|
|
118
|
+
export * from './notification-template-list';
|
|
119
|
+
export * from './notification-template-spec';
|
|
120
|
+
export * from './notifier-descriptor';
|
|
121
|
+
export * from './notifier-descriptor-list';
|
|
122
|
+
export * from './notifier-descriptor-spec';
|
|
123
|
+
export * from './notifier-info';
|
|
124
|
+
export * from './notifier-setting-ref';
|
|
125
|
+
export * from './owner-info';
|
|
126
|
+
export * from './password-request';
|
|
127
|
+
export * from './password-reset-email-request';
|
|
128
|
+
export * from './pat-spec';
|
|
129
|
+
export * from './personal-access-token';
|
|
130
|
+
export * from './personal-access-token-list';
|
|
131
|
+
export * from './plugin';
|
|
132
|
+
export * from './plugin-author';
|
|
133
|
+
export * from './plugin-list';
|
|
134
|
+
export * from './plugin-running-state-request';
|
|
135
|
+
export * from './plugin-spec';
|
|
136
|
+
export * from './plugin-status';
|
|
137
|
+
export * from './policy';
|
|
138
|
+
export * from './policy-list';
|
|
139
|
+
export * from './policy-rule';
|
|
140
|
+
export * from './policy-spec';
|
|
141
|
+
export * from './policy-template';
|
|
142
|
+
export * from './policy-template-list';
|
|
143
|
+
export * from './policy-template-spec';
|
|
144
|
+
export * from './post';
|
|
145
|
+
export * from './post-list';
|
|
146
|
+
export * from './post-request';
|
|
147
|
+
export * from './post-spec';
|
|
148
|
+
export * from './post-status';
|
|
149
|
+
export * from './post-vo';
|
|
150
|
+
export * from './public-key-response';
|
|
151
|
+
export * from './reason';
|
|
152
|
+
export * from './reason-attributes';
|
|
153
|
+
export * from './reason-list';
|
|
154
|
+
export * from './reason-property';
|
|
155
|
+
export * from './reason-selector';
|
|
156
|
+
export * from './reason-spec';
|
|
157
|
+
export * from './reason-subject';
|
|
158
|
+
export * from './reason-type';
|
|
159
|
+
export * from './reason-type-info';
|
|
160
|
+
export * from './reason-type-list';
|
|
161
|
+
export * from './reason-type-notifier-collection-request';
|
|
162
|
+
export * from './reason-type-notifier-matrix';
|
|
163
|
+
export * from './reason-type-notifier-request';
|
|
164
|
+
export * from './reason-type-spec';
|
|
165
|
+
export * from './ref';
|
|
166
|
+
export * from './register-verify-email-request';
|
|
167
|
+
export * from './remember-me-token';
|
|
168
|
+
export * from './remember-me-token-list';
|
|
169
|
+
export * from './remember-me-token-spec';
|
|
170
|
+
export * from './remove-operation';
|
|
171
|
+
export * from './replace-operation';
|
|
172
|
+
export * from './reply';
|
|
173
|
+
export * from './reply-list';
|
|
174
|
+
export * from './reply-request';
|
|
175
|
+
export * from './reply-spec';
|
|
176
|
+
export * from './reply-status';
|
|
177
|
+
export * from './reply-vo';
|
|
178
|
+
export * from './reply-vo-list';
|
|
179
|
+
export * from './reset-password-request';
|
|
180
|
+
export * from './reverse-proxy';
|
|
181
|
+
export * from './reverse-proxy-list';
|
|
182
|
+
export * from './reverse-proxy-rule';
|
|
183
|
+
export * from './revert-snapshot-for-post-param';
|
|
184
|
+
export * from './revert-snapshot-for-single-param';
|
|
185
|
+
export * from './role';
|
|
186
|
+
export * from './role-binding';
|
|
187
|
+
export * from './role-binding-list';
|
|
188
|
+
export * from './role-list';
|
|
189
|
+
export * from './role-ref';
|
|
190
|
+
export * from './search-engine';
|
|
191
|
+
export * from './search-engine-list';
|
|
192
|
+
export * from './search-engine-spec';
|
|
193
|
+
export * from './search-option';
|
|
194
|
+
export * from './search-result';
|
|
195
|
+
export * from './secret';
|
|
196
|
+
export * from './secret-list';
|
|
197
|
+
export * from './setting';
|
|
198
|
+
export * from './setting-form';
|
|
199
|
+
export * from './setting-list';
|
|
200
|
+
export * from './setting-ref';
|
|
201
|
+
export * from './setting-spec';
|
|
202
|
+
export * from './sign-up-request';
|
|
203
|
+
export * from './single-page';
|
|
204
|
+
export * from './single-page-list';
|
|
205
|
+
export * from './single-page-request';
|
|
206
|
+
export * from './single-page-spec';
|
|
207
|
+
export * from './single-page-status';
|
|
208
|
+
export * from './single-page-vo';
|
|
209
|
+
export * from './site-stats-vo';
|
|
210
|
+
export * from './snap-shot-spec';
|
|
211
|
+
export * from './snapshot';
|
|
212
|
+
export * from './snapshot-list';
|
|
213
|
+
export * from './stats';
|
|
214
|
+
export * from './stats-vo';
|
|
215
|
+
export * from './subject';
|
|
216
|
+
export * from './subscription';
|
|
217
|
+
export * from './subscription-list';
|
|
218
|
+
export * from './subscription-spec';
|
|
219
|
+
export * from './subscription-subscriber';
|
|
220
|
+
export * from './system-initialization-request';
|
|
221
|
+
export * from './tag';
|
|
222
|
+
export * from './tag-list';
|
|
223
|
+
export * from './tag-spec';
|
|
224
|
+
export * from './tag-status';
|
|
225
|
+
export * from './tag-vo';
|
|
226
|
+
export * from './tag-vo-list';
|
|
227
|
+
export * from './template-content';
|
|
228
|
+
export * from './template-descriptor';
|
|
229
|
+
export * from './test-operation';
|
|
230
|
+
export * from './theme';
|
|
231
|
+
export * from './theme-list';
|
|
232
|
+
export * from './theme-spec';
|
|
233
|
+
export * from './theme-status';
|
|
234
|
+
export * from './totp-auth-link-response';
|
|
235
|
+
export * from './totp-request';
|
|
236
|
+
export * from './two-factor-auth-settings';
|
|
237
|
+
export * from './upgrade-from-uri-request';
|
|
238
|
+
export * from './user';
|
|
239
|
+
export * from './user-connection';
|
|
240
|
+
export * from './user-connection-list';
|
|
241
|
+
export * from './user-connection-spec';
|
|
242
|
+
export * from './user-device';
|
|
243
|
+
export * from './user-endpoint-listed-user-list';
|
|
244
|
+
export * from './user-list';
|
|
245
|
+
export * from './user-permission';
|
|
246
|
+
export * from './user-spec';
|
|
247
|
+
export * from './user-status';
|
|
248
|
+
export * from './verify-code-request';
|
|
249
|
+
export * from './vote-request';
|
|
@@ -0,0 +1,24 @@
|
|
|
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.18.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 InstallFromUriRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface InstallFromUriRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InstallFromUriRequest
|
|
22
|
+
*/
|
|
23
|
+
'uri': string;
|
|
24
|
+
}
|
|
@@ -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.18.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
|
+
* The subject name of reason type to be interested in
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InterestReasonSubject
|
|
16
|
+
*/
|
|
17
|
+
export interface InterestReasonSubject {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InterestReasonSubject
|
|
22
|
+
*/
|
|
23
|
+
'apiVersion': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof InterestReasonSubject
|
|
28
|
+
*/
|
|
29
|
+
'kind': string;
|
|
30
|
+
/**
|
|
31
|
+
* if name is not specified, it presents all subjects of the specified reason type and custom resources
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof InterestReasonSubject
|
|
34
|
+
*/
|
|
35
|
+
'name'?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { InterestReasonSubject } from './interest-reason-subject';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The reason to be interested in
|
|
5
|
+
* @export
|
|
6
|
+
* @interface InterestReason
|
|
7
|
+
*/
|
|
8
|
+
export interface InterestReason {
|
|
9
|
+
/**
|
|
10
|
+
* The expression to be interested in
|
|
11
|
+
* @type {string}
|
|
12
|
+
* @memberof InterestReason
|
|
13
|
+
*/
|
|
14
|
+
'expression'?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The name of the reason definition to be interested in
|
|
17
|
+
* @type {string}
|
|
18
|
+
* @memberof InterestReason
|
|
19
|
+
*/
|
|
20
|
+
'reasonType': string;
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {InterestReasonSubject}
|
|
24
|
+
* @memberof InterestReason
|
|
25
|
+
*/
|
|
26
|
+
'subject': InterestReasonSubject;
|
|
27
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AddOperation } from './add-operation';
|
|
2
|
+
import { CopyOperation } from './copy-operation';
|
|
3
|
+
import { MoveOperation } from './move-operation';
|
|
4
|
+
import { RemoveOperation } from './remove-operation';
|
|
5
|
+
import { ReplaceOperation } from './replace-operation';
|
|
6
|
+
import { TestOperation } from './test-operation';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* @type JsonPatchInner
|
|
10
|
+
* @export
|
|
11
|
+
*/
|
|
12
|
+
export type JsonPatchInner = AddOperation | CopyOperation | MoveOperation | RemoveOperation | ReplaceOperation | TestOperation;
|
|
@@ -0,0 +1,30 @@
|
|
|
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.18.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 License
|
|
16
|
+
*/
|
|
17
|
+
export interface License {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof License
|
|
22
|
+
*/
|
|
23
|
+
'name'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof License
|
|
28
|
+
*/
|
|
29
|
+
'url'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { ReplyVo } from './reply-vo';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface ListResultReplyVo
|
|
7
|
+
*/
|
|
8
|
+
export interface ListResultReplyVo {
|
|
9
|
+
/**
|
|
10
|
+
* Indicates whether current page is the first page.
|
|
11
|
+
* @type {boolean}
|
|
12
|
+
* @memberof ListResultReplyVo
|
|
13
|
+
*/
|
|
14
|
+
'first': boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Indicates whether current page has previous page.
|
|
17
|
+
* @type {boolean}
|
|
18
|
+
* @memberof ListResultReplyVo
|
|
19
|
+
*/
|
|
20
|
+
'hasNext': boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Indicates whether current page has previous page.
|
|
23
|
+
* @type {boolean}
|
|
24
|
+
* @memberof ListResultReplyVo
|
|
25
|
+
*/
|
|
26
|
+
'hasPrevious': boolean;
|
|
27
|
+
/**
|
|
28
|
+
* A chunk of items.
|
|
29
|
+
* @type {Array<ReplyVo>}
|
|
30
|
+
* @memberof ListResultReplyVo
|
|
31
|
+
*/
|
|
32
|
+
'items': Array<ReplyVo>;
|
|
33
|
+
/**
|
|
34
|
+
* Indicates whether current page is the last page.
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof ListResultReplyVo
|
|
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 ListResultReplyVo
|
|
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 ListResultReplyVo
|
|
49
|
+
*/
|
|
50
|
+
'size': number;
|
|
51
|
+
/**
|
|
52
|
+
* Total elements.
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof ListResultReplyVo
|
|
55
|
+
*/
|
|
56
|
+
'total': number;
|
|
57
|
+
/**
|
|
58
|
+
* Indicates total pages.
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof ListResultReplyVo
|
|
61
|
+
*/
|
|
62
|
+
'totalPages': number;
|
|
63
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
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.18.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 ListedAuthProvider
|
|
16
|
+
*/
|
|
17
|
+
export interface ListedAuthProvider {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ListedAuthProvider
|
|
22
|
+
*/
|
|
23
|
+
'authenticationUrl'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ListedAuthProvider
|
|
28
|
+
*/
|
|
29
|
+
'bindingUrl'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ListedAuthProvider
|
|
34
|
+
*/
|
|
35
|
+
'description'?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ListedAuthProvider
|
|
40
|
+
*/
|
|
41
|
+
'displayName': string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof ListedAuthProvider
|
|
46
|
+
*/
|
|
47
|
+
'enabled'?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ListedAuthProvider
|
|
52
|
+
*/
|
|
53
|
+
'helpPage'?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof ListedAuthProvider
|
|
58
|
+
*/
|
|
59
|
+
'isBound'?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof ListedAuthProvider
|
|
64
|
+
*/
|
|
65
|
+
'logo'?: string;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof ListedAuthProvider
|
|
70
|
+
*/
|
|
71
|
+
'name': string;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* @memberof ListedAuthProvider
|
|
76
|
+
*/
|
|
77
|
+
'privileged'?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {boolean}
|
|
81
|
+
* @memberof ListedAuthProvider
|
|
82
|
+
*/
|
|
83
|
+
'supportsBinding'?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof ListedAuthProvider
|
|
88
|
+
*/
|
|
89
|
+
'unbindingUrl'?: string;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof ListedAuthProvider
|
|
94
|
+
*/
|
|
95
|
+
'website'?: string;
|
|
96
|
+
}
|