@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.
- 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-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-attributes.d.ts +24 -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 -13742
- package/dist/index.d.ts +0 -30491
- package/dist/index.mjs +0 -13423
|
@@ -0,0 +1,60 @@
|
|
|
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 NotificationSpec
|
|
16
|
+
*/
|
|
17
|
+
export interface NotificationSpec {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NotificationSpec
|
|
22
|
+
*/
|
|
23
|
+
'htmlContent': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NotificationSpec
|
|
28
|
+
*/
|
|
29
|
+
'lastReadAt'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NotificationSpec
|
|
34
|
+
*/
|
|
35
|
+
'rawContent': string;
|
|
36
|
+
/**
|
|
37
|
+
* The name of reason
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof NotificationSpec
|
|
40
|
+
*/
|
|
41
|
+
'reason': string;
|
|
42
|
+
/**
|
|
43
|
+
* The name of user
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof NotificationSpec
|
|
46
|
+
*/
|
|
47
|
+
'recipient': string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof NotificationSpec
|
|
52
|
+
*/
|
|
53
|
+
'title': string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof NotificationSpec
|
|
58
|
+
*/
|
|
59
|
+
'unread'?: boolean;
|
|
60
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { NotificationTemplate } from './notification-template';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface NotificationTemplateList
|
|
7
|
+
*/
|
|
8
|
+
export interface NotificationTemplateList {
|
|
9
|
+
/**
|
|
10
|
+
* Indicates whether current page is the first page.
|
|
11
|
+
* @type {boolean}
|
|
12
|
+
* @memberof NotificationTemplateList
|
|
13
|
+
*/
|
|
14
|
+
'first': boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Indicates whether current page has previous page.
|
|
17
|
+
* @type {boolean}
|
|
18
|
+
* @memberof NotificationTemplateList
|
|
19
|
+
*/
|
|
20
|
+
'hasNext': boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Indicates whether current page has previous page.
|
|
23
|
+
* @type {boolean}
|
|
24
|
+
* @memberof NotificationTemplateList
|
|
25
|
+
*/
|
|
26
|
+
'hasPrevious': boolean;
|
|
27
|
+
/**
|
|
28
|
+
* A chunk of items.
|
|
29
|
+
* @type {Array<NotificationTemplate>}
|
|
30
|
+
* @memberof NotificationTemplateList
|
|
31
|
+
*/
|
|
32
|
+
'items': Array<NotificationTemplate>;
|
|
33
|
+
/**
|
|
34
|
+
* Indicates whether current page is the last page.
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof NotificationTemplateList
|
|
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 NotificationTemplateList
|
|
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 NotificationTemplateList
|
|
49
|
+
*/
|
|
50
|
+
'size': number;
|
|
51
|
+
/**
|
|
52
|
+
* Total elements.
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof NotificationTemplateList
|
|
55
|
+
*/
|
|
56
|
+
'total': number;
|
|
57
|
+
/**
|
|
58
|
+
* Indicates total pages.
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof NotificationTemplateList
|
|
61
|
+
*/
|
|
62
|
+
'totalPages': number;
|
|
63
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ReasonSelector } from './reason-selector';
|
|
2
|
+
import { TemplateContent } from './template-content';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @export
|
|
7
|
+
* @interface NotificationTemplateSpec
|
|
8
|
+
*/
|
|
9
|
+
export interface NotificationTemplateSpec {
|
|
10
|
+
/**
|
|
11
|
+
*
|
|
12
|
+
* @type {ReasonSelector}
|
|
13
|
+
* @memberof NotificationTemplateSpec
|
|
14
|
+
*/
|
|
15
|
+
'reasonSelector'?: ReasonSelector;
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @type {TemplateContent}
|
|
19
|
+
* @memberof NotificationTemplateSpec
|
|
20
|
+
*/
|
|
21
|
+
'template'?: TemplateContent;
|
|
22
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Metadata } from './metadata';
|
|
2
|
+
import { NotificationTemplateSpec } from './notification-template-spec';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @export
|
|
7
|
+
* @interface NotificationTemplate
|
|
8
|
+
*/
|
|
9
|
+
export interface NotificationTemplate {
|
|
10
|
+
/**
|
|
11
|
+
*
|
|
12
|
+
* @type {string}
|
|
13
|
+
* @memberof NotificationTemplate
|
|
14
|
+
*/
|
|
15
|
+
'apiVersion': string;
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @type {string}
|
|
19
|
+
* @memberof NotificationTemplate
|
|
20
|
+
*/
|
|
21
|
+
'kind': string;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {Metadata}
|
|
25
|
+
* @memberof NotificationTemplate
|
|
26
|
+
*/
|
|
27
|
+
'metadata': Metadata;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {NotificationTemplateSpec}
|
|
31
|
+
* @memberof NotificationTemplate
|
|
32
|
+
*/
|
|
33
|
+
'spec'?: NotificationTemplateSpec;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Metadata } from './metadata';
|
|
2
|
+
import { NotificationSpec } from './notification-spec';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @export
|
|
7
|
+
* @interface Notification
|
|
8
|
+
*/
|
|
9
|
+
export interface Notification {
|
|
10
|
+
/**
|
|
11
|
+
*
|
|
12
|
+
* @type {string}
|
|
13
|
+
* @memberof Notification
|
|
14
|
+
*/
|
|
15
|
+
'apiVersion': string;
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @type {string}
|
|
19
|
+
* @memberof Notification
|
|
20
|
+
*/
|
|
21
|
+
'kind': string;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {Metadata}
|
|
25
|
+
* @memberof Notification
|
|
26
|
+
*/
|
|
27
|
+
'metadata': Metadata;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {NotificationSpec}
|
|
31
|
+
* @memberof Notification
|
|
32
|
+
*/
|
|
33
|
+
'spec'?: NotificationSpec;
|
|
34
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { NotifierDescriptor } from './notifier-descriptor';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface NotifierDescriptorList
|
|
7
|
+
*/
|
|
8
|
+
export interface NotifierDescriptorList {
|
|
9
|
+
/**
|
|
10
|
+
* Indicates whether current page is the first page.
|
|
11
|
+
* @type {boolean}
|
|
12
|
+
* @memberof NotifierDescriptorList
|
|
13
|
+
*/
|
|
14
|
+
'first': boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Indicates whether current page has previous page.
|
|
17
|
+
* @type {boolean}
|
|
18
|
+
* @memberof NotifierDescriptorList
|
|
19
|
+
*/
|
|
20
|
+
'hasNext': boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Indicates whether current page has previous page.
|
|
23
|
+
* @type {boolean}
|
|
24
|
+
* @memberof NotifierDescriptorList
|
|
25
|
+
*/
|
|
26
|
+
'hasPrevious': boolean;
|
|
27
|
+
/**
|
|
28
|
+
* A chunk of items.
|
|
29
|
+
* @type {Array<NotifierDescriptor>}
|
|
30
|
+
* @memberof NotifierDescriptorList
|
|
31
|
+
*/
|
|
32
|
+
'items': Array<NotifierDescriptor>;
|
|
33
|
+
/**
|
|
34
|
+
* Indicates whether current page is the last page.
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof NotifierDescriptorList
|
|
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 NotifierDescriptorList
|
|
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 NotifierDescriptorList
|
|
49
|
+
*/
|
|
50
|
+
'size': number;
|
|
51
|
+
/**
|
|
52
|
+
* Total elements.
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof NotifierDescriptorList
|
|
55
|
+
*/
|
|
56
|
+
'total': number;
|
|
57
|
+
/**
|
|
58
|
+
* Indicates total pages.
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof NotifierDescriptorList
|
|
61
|
+
*/
|
|
62
|
+
'totalPages': number;
|
|
63
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { NotifierSettingRef } from './notifier-setting-ref';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface NotifierDescriptorSpec
|
|
7
|
+
*/
|
|
8
|
+
export interface NotifierDescriptorSpec {
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @type {string}
|
|
12
|
+
* @memberof NotifierDescriptorSpec
|
|
13
|
+
*/
|
|
14
|
+
'description'?: string;
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @type {string}
|
|
18
|
+
* @memberof NotifierDescriptorSpec
|
|
19
|
+
*/
|
|
20
|
+
'displayName': string;
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof NotifierDescriptorSpec
|
|
25
|
+
*/
|
|
26
|
+
'notifierExtName': string;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {NotifierSettingRef}
|
|
30
|
+
* @memberof NotifierDescriptorSpec
|
|
31
|
+
*/
|
|
32
|
+
'receiverSettingRef'?: NotifierSettingRef;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {NotifierSettingRef}
|
|
36
|
+
* @memberof NotifierDescriptorSpec
|
|
37
|
+
*/
|
|
38
|
+
'senderSettingRef'?: NotifierSettingRef;
|
|
39
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Metadata } from './metadata';
|
|
2
|
+
import { NotifierDescriptorSpec } from './notifier-descriptor-spec';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @export
|
|
7
|
+
* @interface NotifierDescriptor
|
|
8
|
+
*/
|
|
9
|
+
export interface NotifierDescriptor {
|
|
10
|
+
/**
|
|
11
|
+
*
|
|
12
|
+
* @type {string}
|
|
13
|
+
* @memberof NotifierDescriptor
|
|
14
|
+
*/
|
|
15
|
+
'apiVersion': string;
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @type {string}
|
|
19
|
+
* @memberof NotifierDescriptor
|
|
20
|
+
*/
|
|
21
|
+
'kind': string;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {Metadata}
|
|
25
|
+
* @memberof NotifierDescriptor
|
|
26
|
+
*/
|
|
27
|
+
'metadata': Metadata;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {NotifierDescriptorSpec}
|
|
31
|
+
* @memberof NotifierDescriptor
|
|
32
|
+
*/
|
|
33
|
+
'spec'?: NotifierDescriptorSpec;
|
|
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 NotifierInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface NotifierInfo {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NotifierInfo
|
|
22
|
+
*/
|
|
23
|
+
'description'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NotifierInfo
|
|
28
|
+
*/
|
|
29
|
+
'displayName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NotifierInfo
|
|
34
|
+
*/
|
|
35
|
+
'name'?: string;
|
|
36
|
+
}
|
|
@@ -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.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 NotifierSettingRef
|
|
16
|
+
*/
|
|
17
|
+
export interface NotifierSettingRef {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NotifierSettingRef
|
|
22
|
+
*/
|
|
23
|
+
'group': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NotifierSettingRef
|
|
28
|
+
*/
|
|
29
|
+
'name': string;
|
|
30
|
+
}
|
|
@@ -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 OwnerInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface OwnerInfo {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof OwnerInfo
|
|
22
|
+
*/
|
|
23
|
+
'avatar'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof OwnerInfo
|
|
28
|
+
*/
|
|
29
|
+
'displayName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof OwnerInfo
|
|
34
|
+
*/
|
|
35
|
+
'email'?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof OwnerInfo
|
|
40
|
+
*/
|
|
41
|
+
'kind'?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof OwnerInfo
|
|
46
|
+
*/
|
|
47
|
+
'name'?: string;
|
|
48
|
+
}
|
|
@@ -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.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 PasswordRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface PasswordRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PasswordRequest
|
|
22
|
+
*/
|
|
23
|
+
'password': string;
|
|
24
|
+
}
|
|
@@ -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.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 PasswordResetEmailRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface PasswordResetEmailRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PasswordResetEmailRequest
|
|
22
|
+
*/
|
|
23
|
+
'email': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PasswordResetEmailRequest
|
|
28
|
+
*/
|
|
29
|
+
'username': string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
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 PatSpec
|
|
16
|
+
*/
|
|
17
|
+
export interface PatSpec {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PatSpec
|
|
22
|
+
*/
|
|
23
|
+
'description'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PatSpec
|
|
28
|
+
*/
|
|
29
|
+
'expiresAt'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof PatSpec
|
|
34
|
+
*/
|
|
35
|
+
'lastUsed'?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PatSpec
|
|
40
|
+
*/
|
|
41
|
+
'name': string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof PatSpec
|
|
46
|
+
*/
|
|
47
|
+
'revoked'?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof PatSpec
|
|
52
|
+
*/
|
|
53
|
+
'revokesAt'?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Array<string>}
|
|
57
|
+
* @memberof PatSpec
|
|
58
|
+
*/
|
|
59
|
+
'roles'?: Array<string>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Array<string>}
|
|
63
|
+
* @memberof PatSpec
|
|
64
|
+
*/
|
|
65
|
+
'scopes'?: Array<string>;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof PatSpec
|
|
70
|
+
*/
|
|
71
|
+
'tokenId': string;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof PatSpec
|
|
76
|
+
*/
|
|
77
|
+
'username': string;
|
|
78
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { PersonalAccessToken } from './personal-access-token';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface PersonalAccessTokenList
|
|
7
|
+
*/
|
|
8
|
+
export interface PersonalAccessTokenList {
|
|
9
|
+
/**
|
|
10
|
+
* Indicates whether current page is the first page.
|
|
11
|
+
* @type {boolean}
|
|
12
|
+
* @memberof PersonalAccessTokenList
|
|
13
|
+
*/
|
|
14
|
+
'first': boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Indicates whether current page has previous page.
|
|
17
|
+
* @type {boolean}
|
|
18
|
+
* @memberof PersonalAccessTokenList
|
|
19
|
+
*/
|
|
20
|
+
'hasNext': boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Indicates whether current page has previous page.
|
|
23
|
+
* @type {boolean}
|
|
24
|
+
* @memberof PersonalAccessTokenList
|
|
25
|
+
*/
|
|
26
|
+
'hasPrevious': boolean;
|
|
27
|
+
/**
|
|
28
|
+
* A chunk of items.
|
|
29
|
+
* @type {Array<PersonalAccessToken>}
|
|
30
|
+
* @memberof PersonalAccessTokenList
|
|
31
|
+
*/
|
|
32
|
+
'items': Array<PersonalAccessToken>;
|
|
33
|
+
/**
|
|
34
|
+
* Indicates whether current page is the last page.
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof PersonalAccessTokenList
|
|
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 PersonalAccessTokenList
|
|
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 PersonalAccessTokenList
|
|
49
|
+
*/
|
|
50
|
+
'size': number;
|
|
51
|
+
/**
|
|
52
|
+
* Total elements.
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof PersonalAccessTokenList
|
|
55
|
+
*/
|
|
56
|
+
'total': number;
|
|
57
|
+
/**
|
|
58
|
+
* Indicates total pages.
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof PersonalAccessTokenList
|
|
61
|
+
*/
|
|
62
|
+
'totalPages': number;
|
|
63
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Metadata } from './metadata';
|
|
2
|
+
import { PatSpec } from './pat-spec';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @export
|
|
7
|
+
* @interface PersonalAccessToken
|
|
8
|
+
*/
|
|
9
|
+
export interface PersonalAccessToken {
|
|
10
|
+
/**
|
|
11
|
+
*
|
|
12
|
+
* @type {string}
|
|
13
|
+
* @memberof PersonalAccessToken
|
|
14
|
+
*/
|
|
15
|
+
'apiVersion': string;
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @type {string}
|
|
19
|
+
* @memberof PersonalAccessToken
|
|
20
|
+
*/
|
|
21
|
+
'kind': string;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {Metadata}
|
|
25
|
+
* @memberof PersonalAccessToken
|
|
26
|
+
*/
|
|
27
|
+
'metadata': Metadata;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {PatSpec}
|
|
31
|
+
* @memberof PersonalAccessToken
|
|
32
|
+
*/
|
|
33
|
+
'spec'?: PatSpec;
|
|
34
|
+
}
|