@sdkwork/app-sdk 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +114 -281
- package/dist/api/account.d.ts +3 -1
- package/dist/api/account.d.ts.map +1 -1
- package/dist/api/agent-memory.d.ts +41 -0
- package/dist/api/agent-memory.d.ts.map +1 -0
- package/dist/api/agent.d.ts +35 -0
- package/dist/api/agent.d.ts.map +1 -0
- package/dist/api/app.d.ts +3 -31
- package/dist/api/app.d.ts.map +1 -1
- package/dist/api/auth.d.ts +29 -1
- package/dist/api/auth.d.ts.map +1 -1
- package/dist/api/coupons.d.ts +7 -1
- package/dist/api/coupons.d.ts.map +1 -1
- package/dist/api/{app-documents.d.ts → documents.d.ts} +15 -3
- package/dist/api/documents.d.ts.map +1 -0
- package/dist/api/drive.d.ts +8 -0
- package/dist/api/drive.d.ts.map +1 -1
- package/dist/api/feed.d.ts +20 -16
- package/dist/api/feed.d.ts.map +1 -1
- package/dist/api/history.d.ts +1 -5
- package/dist/api/history.d.ts.map +1 -1
- package/dist/api/index.d.ts +17 -35
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/knowledge-documents.d.ts +73 -0
- package/dist/api/knowledge-documents.d.ts.map +1 -0
- package/dist/api/{models.d.ts → model.d.ts} +21 -19
- package/dist/api/model.d.ts.map +1 -0
- package/dist/api/notes.d.ts +53 -0
- package/dist/api/notes.d.ts.map +1 -0
- package/dist/api/notification.d.ts +32 -22
- package/dist/api/notification.d.ts.map +1 -1
- package/dist/api/orders.d.ts +3 -1
- package/dist/api/orders.d.ts.map +1 -1
- package/dist/api/organization.d.ts +38 -1
- package/dist/api/organization.d.ts.map +1 -1
- package/dist/api/payments.d.ts +3 -1
- package/dist/api/payments.d.ts.map +1 -1
- package/dist/api/products.d.ts +23 -1
- package/dist/api/products.d.ts.map +1 -1
- package/dist/api/rtc.d.ts +19 -0
- package/dist/api/rtc.d.ts.map +1 -0
- package/dist/api/settings.d.ts +1 -5
- package/dist/api/settings.d.ts.map +1 -1
- package/dist/api/skill.d.ts +35 -0
- package/dist/api/skill.d.ts.map +1 -0
- package/dist/api/social.d.ts +25 -1
- package/dist/api/social.d.ts.map +1 -1
- package/dist/api/tool.d.ts +25 -0
- package/dist/api/tool.d.ts.map +1 -0
- package/dist/api/user.d.ts +45 -0
- package/dist/api/user.d.ts.map +1 -0
- package/dist/api/voice-speaker.d.ts +26 -4
- package/dist/api/voice-speaker.d.ts.map +1 -1
- package/dist/api/wallet.d.ts +27 -0
- package/dist/api/wallet.d.ts.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1396 -968
- package/dist/index.js.map +1 -1
- package/dist/sdk.d.ts +34 -70
- package/dist/sdk.d.ts.map +1 -1
- package/dist/types/account-config-metadata.d.ts +2 -0
- package/dist/types/account-config-metadata.d.ts.map +1 -0
- package/dist/types/app-config.d.ts +7 -0
- package/dist/types/app-config.d.ts.map +1 -0
- package/dist/types/app-create-form.d.ts +3 -0
- package/dist/types/app-create-form.d.ts.map +1 -1
- package/dist/types/app-detail-vo.d.ts +11 -0
- package/dist/types/app-detail-vo.d.ts.map +1 -1
- package/dist/types/app-install-config.d.ts +17 -0
- package/dist/types/app-install-config.d.ts.map +1 -0
- package/dist/types/app-install-package.d.ts +34 -0
- package/dist/types/app-install-package.d.ts.map +1 -0
- package/dist/types/app-install-skill.d.ts +8 -0
- package/dist/types/app-install-skill.d.ts.map +1 -0
- package/dist/types/app-publish-config.d.ts +7 -0
- package/dist/types/app-publish-config.d.ts.map +1 -0
- package/dist/types/app-publish-readiness-vo.d.ts +11 -0
- package/dist/types/app-publish-readiness-vo.d.ts.map +1 -0
- package/dist/types/app-store-listing-config.d.ts +36 -0
- package/dist/types/app-store-listing-config.d.ts.map +1 -0
- package/dist/types/app-store-publish-readiness-vo.d.ts +10 -0
- package/dist/types/app-store-publish-readiness-vo.d.ts.map +1 -0
- package/dist/types/app-update-form.d.ts +26 -0
- package/dist/types/app-update-form.d.ts.map +1 -1
- package/dist/types/app-vo.d.ts +3 -0
- package/dist/types/app-vo.d.ts.map +1 -1
- package/dist/types/batch-delete-documents-request.d.ts +2 -0
- package/dist/types/batch-delete-documents-request.d.ts.map +1 -0
- package/dist/types/batch-delete-knowledge-documents-request.d.ts +2 -0
- package/dist/types/batch-delete-knowledge-documents-request.d.ts.map +1 -0
- package/dist/types/batch-delete-notes-request.d.ts +0 -1
- package/dist/types/batch-delete-notes-request.d.ts.map +1 -1
- package/dist/types/contact-friend-vo.d.ts +30 -0
- package/dist/types/contact-friend-vo.d.ts.map +1 -0
- package/dist/types/contact-group-create-form.d.ts +8 -0
- package/dist/types/contact-group-create-form.d.ts.map +1 -0
- package/dist/types/contact-group-update-form.d.ts +8 -0
- package/dist/types/contact-group-update-form.d.ts.map +1 -0
- package/dist/types/contact-group-vo.d.ts +14 -0
- package/dist/types/contact-group-vo.d.ts.map +1 -0
- package/dist/types/contact-query-form.d.ts +10 -0
- package/dist/types/contact-query-form.d.ts.map +1 -0
- package/dist/types/contact-stats-vo.d.ts +14 -0
- package/dist/types/contact-stats-vo.d.ts.map +1 -0
- package/dist/types/coupon-list-form.d.ts +2 -2
- package/dist/types/coupon-list-form.d.ts.map +1 -1
- package/dist/types/coupon-points-exchange-form.d.ts +6 -0
- package/dist/types/coupon-points-exchange-form.d.ts.map +1 -0
- package/dist/types/coupon-redeem-form.d.ts +8 -0
- package/dist/types/coupon-redeem-form.d.ts.map +1 -0
- package/dist/types/coupon-rollback-form.d.ts +6 -0
- package/dist/types/coupon-rollback-form.d.ts.map +1 -0
- package/dist/types/coupon-vo.d.ts +7 -3
- package/dist/types/coupon-vo.d.ts.map +1 -1
- package/dist/types/create-knowledge-request.d.ts +2 -0
- package/dist/types/create-knowledge-request.d.ts.map +1 -0
- package/dist/types/create-post-request.d.ts +2 -0
- package/dist/types/create-post-request.d.ts.map +1 -0
- package/dist/types/create-request.d.ts +2 -0
- package/dist/types/create-request.d.ts.map +1 -0
- package/dist/types/create-room-request.d.ts +2 -0
- package/dist/types/create-room-request.d.ts.map +1 -0
- package/dist/types/create-session-request.d.ts +2 -0
- package/dist/types/create-session-request.d.ts.map +1 -0
- package/dist/types/delete-batch-documents-request.d.ts +2 -0
- package/dist/types/delete-batch-documents-request.d.ts.map +1 -0
- package/dist/types/delete-batch-knowledge-documents-delete-request.d.ts +2 -0
- package/dist/types/delete-batch-knowledge-documents-delete-request.d.ts.map +1 -0
- package/dist/types/delete-batch-knowledge-documents-delete-request2.d.ts +2 -0
- package/dist/types/delete-batch-knowledge-documents-delete-request2.d.ts.map +1 -0
- package/dist/types/delete-batch-knowledge-documents-request.d.ts +2 -0
- package/dist/types/delete-batch-knowledge-documents-request.d.ts.map +1 -0
- package/dist/types/delete-batch-notes-request.d.ts +2 -0
- package/dist/types/delete-batch-notes-request.d.ts.map +1 -0
- package/dist/types/device-control-form.d.ts +8 -0
- package/dist/types/device-control-form.d.ts.map +1 -0
- package/dist/types/device-message-send-form.d.ts +10 -0
- package/dist/types/device-message-send-form.d.ts.map +1 -0
- package/dist/types/device-message-vo.d.ts +26 -0
- package/dist/types/device-message-vo.d.ts.map +1 -0
- package/dist/types/device-status-update-form.d.ts +6 -0
- package/dist/types/device-status-update-form.d.ts.map +1 -0
- package/dist/types/device-vo.d.ts +16 -0
- package/dist/types/device-vo.d.ts.map +1 -1
- package/dist/types/document-detail-vo.d.ts +2 -0
- package/dist/types/document-detail-vo.d.ts.map +1 -1
- package/dist/types/document-list-query-request.d.ts +8 -0
- package/dist/types/document-list-query-request.d.ts.map +1 -1
- package/dist/types/document-vo.d.ts +2 -0
- package/dist/types/document-vo.d.ts.map +1 -1
- package/dist/types/drive-item-detail-vo.d.ts +2 -0
- package/dist/types/drive-item-detail-vo.d.ts.map +1 -1
- package/dist/types/drive-item-list-form.d.ts +6 -0
- package/dist/types/drive-item-list-form.d.ts.map +1 -1
- package/dist/types/drive-item-vo.d.ts +2 -0
- package/dist/types/drive-item-vo.d.ts.map +1 -1
- package/dist/types/feed-create-form.d.ts +16 -0
- package/dist/types/feed-create-form.d.ts.map +1 -0
- package/dist/types/friend-remark-update-form.d.ts +6 -0
- package/dist/types/friend-remark-update-form.d.ts.map +1 -0
- package/dist/types/friend-request-create-form.d.ts +8 -0
- package/dist/types/friend-request-create-form.d.ts.map +1 -0
- package/dist/types/friend-request-process-form.d.ts +6 -0
- package/dist/types/friend-request-process-form.d.ts.map +1 -0
- package/dist/types/friend-request-vo.d.ts +22 -0
- package/dist/types/friend-request-vo.d.ts.map +1 -0
- package/dist/types/index.d.ts +137 -34
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/install-request.d.ts +2 -0
- package/dist/types/install-request.d.ts.map +1 -0
- package/dist/types/login-vo.d.ts +1 -1
- package/dist/types/login-vo.d.ts.map +1 -1
- package/dist/types/model-info-detail-vo.d.ts +37 -28
- package/dist/types/model-info-detail-vo.d.ts.map +1 -1
- package/dist/types/model-info-vo.d.ts +17 -13
- package/dist/types/model-info-vo.d.ts.map +1 -1
- package/dist/types/model-price-vo.d.ts +45 -11
- package/dist/types/model-price-vo.d.ts.map +1 -1
- package/dist/types/note-batch-operation-request.d.ts +18 -0
- package/dist/types/note-batch-operation-request.d.ts.map +1 -0
- package/dist/types/note-batch-update-request.d.ts +9 -0
- package/dist/types/note-batch-update-request.d.ts.map +1 -0
- package/dist/types/note-batch-update-result-vo.d.ts +22 -0
- package/dist/types/note-batch-update-result-vo.d.ts.map +1 -0
- package/dist/types/note-content-update-request.d.ts +16 -0
- package/dist/types/note-content-update-request.d.ts.map +1 -0
- package/dist/types/note-content-vo.d.ts +30 -0
- package/dist/types/note-content-vo.d.ts.map +1 -0
- package/dist/types/note-create-request.d.ts +2 -0
- package/dist/types/note-create-request.d.ts.map +1 -1
- package/dist/types/note-folder-create-request.d.ts +2 -0
- package/dist/types/note-folder-create-request.d.ts.map +1 -1
- package/dist/types/note-list-query-request.d.ts +8 -0
- package/dist/types/note-list-query-request.d.ts.map +1 -1
- package/dist/types/official-account-config.d.ts +45 -0
- package/dist/types/official-account-config.d.ts.map +1 -0
- package/dist/types/order-create-form.d.ts +5 -4
- package/dist/types/order-create-form.d.ts.map +1 -1
- package/dist/types/order-item-form.d.ts +6 -0
- package/dist/types/order-item-form.d.ts.map +1 -1
- package/dist/types/order-payment-success-vo.d.ts +8 -0
- package/dist/types/order-payment-success-vo.d.ts.map +1 -0
- package/dist/types/page-activity-record-vo.d.ts +2 -2
- package/dist/types/page-activity-record-vo.d.ts.map +1 -1
- package/dist/types/page-activity-vo.d.ts +2 -2
- package/dist/types/page-activity-vo.d.ts.map +1 -1
- package/dist/types/page-announcement-vo.d.ts +2 -2
- package/dist/types/page-announcement-vo.d.ts.map +1 -1
- package/dist/types/page-app-vo.d.ts +2 -2
- package/dist/types/page-app-vo.d.ts.map +1 -1
- package/dist/types/page-asset-search-result.d.ts +2 -2
- package/dist/types/page-asset-search-result.d.ts.map +1 -1
- package/dist/types/page-asset-vo.d.ts +2 -2
- package/dist/types/page-asset-vo.d.ts.map +1 -1
- package/dist/types/page-audit-appeal-vo.d.ts +2 -2
- package/dist/types/page-audit-appeal-vo.d.ts.map +1 -1
- package/dist/types/page-audit-record-vo.d.ts +2 -2
- package/dist/types/page-audit-record-vo.d.ts.map +1 -1
- package/dist/types/page-blocked-user-vo.d.ts +2 -2
- package/dist/types/page-blocked-user-vo.d.ts.map +1 -1
- package/dist/types/page-browse-history-vo.d.ts +2 -2
- package/dist/types/page-browse-history-vo.d.ts.map +1 -1
- package/dist/types/page-character-list-vo.d.ts +2 -2
- package/dist/types/page-character-list-vo.d.ts.map +1 -1
- package/dist/types/page-character-vo.d.ts +2 -2
- package/dist/types/page-character-vo.d.ts.map +1 -1
- package/dist/types/page-chat-message-vo.d.ts +2 -2
- package/dist/types/page-chat-message-vo.d.ts.map +1 -1
- package/dist/types/page-chat-session-vo.d.ts +2 -2
- package/dist/types/page-chat-session-vo.d.ts.map +1 -1
- package/dist/types/page-collection-vo.d.ts +2 -2
- package/dist/types/page-collection-vo.d.ts.map +1 -1
- package/dist/types/page-comment-vo.d.ts +2 -2
- package/dist/types/page-comment-vo.d.ts.map +1 -1
- package/dist/types/page-conversation-vo.d.ts +2 -2
- package/dist/types/page-conversation-vo.d.ts.map +1 -1
- package/dist/types/page-coupon-vo.d.ts +2 -2
- package/dist/types/page-coupon-vo.d.ts.map +1 -1
- package/dist/types/page-currency-vo.d.ts +2 -2
- package/dist/types/page-currency-vo.d.ts.map +1 -1
- package/dist/types/page-document-vo.d.ts +2 -2
- package/dist/types/page-document-vo.d.ts.map +1 -1
- package/dist/types/page-drive-item-vo.d.ts +2 -2
- package/dist/types/page-drive-item-vo.d.ts.map +1 -1
- package/dist/types/page-faq-vo.d.ts +2 -2
- package/dist/types/page-faq-vo.d.ts.map +1 -1
- package/dist/types/page-favorite-item-vo.d.ts +2 -2
- package/dist/types/page-favorite-item-vo.d.ts.map +1 -1
- package/dist/types/page-feedback-vo.d.ts +2 -2
- package/dist/types/page-feedback-vo.d.ts.map +1 -1
- package/dist/types/page-file-system-node-vo.d.ts +2 -2
- package/dist/types/page-file-system-node-vo.d.ts.map +1 -1
- package/dist/types/page-file-vo.d.ts +2 -2
- package/dist/types/page-file-vo.d.ts.map +1 -1
- package/dist/types/page-follow-user-vo.d.ts +2 -2
- package/dist/types/page-follow-user-vo.d.ts.map +1 -1
- package/dist/types/page-generation-history-vo.d.ts +2 -2
- package/dist/types/page-generation-history-vo.d.ts.map +1 -1
- package/dist/types/page-generation-style-vo.d.ts +2 -2
- package/dist/types/page-generation-style-vo.d.ts.map +1 -1
- package/dist/types/page-generation-task-vo.d.ts +2 -2
- package/dist/types/page-generation-task-vo.d.ts.map +1 -1
- package/dist/types/page-history-vo.d.ts +2 -2
- package/dist/types/page-history-vo.d.ts.map +1 -1
- package/dist/types/page-image-vo.d.ts +2 -2
- package/dist/types/page-image-vo.d.ts.map +1 -1
- package/dist/types/page-invite-record-vo.d.ts +2 -2
- package/dist/types/page-invite-record-vo.d.ts.map +1 -1
- package/dist/types/page-invoice-vo.d.ts +2 -2
- package/dist/types/page-invoice-vo.d.ts.map +1 -1
- package/dist/types/page-login-history-vo.d.ts +2 -2
- package/dist/types/page-login-history-vo.d.ts.map +1 -1
- package/dist/types/page-lottery-prize-vo.d.ts +2 -2
- package/dist/types/page-lottery-prize-vo.d.ts.map +1 -1
- package/dist/types/page-map-string-object.d.ts +2 -2
- package/dist/types/page-map-string-object.d.ts.map +1 -1
- package/dist/types/page-member-vo.d.ts +2 -2
- package/dist/types/page-member-vo.d.ts.map +1 -1
- package/dist/types/page-model-info-vo.d.ts +2 -2
- package/dist/types/page-model-info-vo.d.ts.map +1 -1
- package/dist/types/page-music-vo.d.ts +2 -2
- package/dist/types/page-music-vo.d.ts.map +1 -1
- package/dist/types/page-news-vo.d.ts +2 -2
- package/dist/types/page-news-vo.d.ts.map +1 -1
- package/dist/types/page-note-search-result.d.ts +2 -2
- package/dist/types/page-note-search-result.d.ts.map +1 -1
- package/dist/types/page-note-vo.d.ts +2 -2
- package/dist/types/page-note-vo.d.ts.map +1 -1
- package/dist/types/page-notification-vo.d.ts +2 -2
- package/dist/types/page-notification-vo.d.ts.map +1 -1
- package/dist/types/page-operation-history-vo.d.ts +2 -2
- package/dist/types/page-operation-history-vo.d.ts.map +1 -1
- package/dist/types/page-order-vo.d.ts +2 -2
- package/dist/types/page-order-vo.d.ts.map +1 -1
- package/dist/types/page-organization-vo.d.ts +2 -2
- package/dist/types/page-organization-vo.d.ts.map +1 -1
- package/dist/types/page-partner-vo.d.ts +2 -2
- package/dist/types/page-partner-vo.d.ts.map +1 -1
- package/dist/types/page-payment-status-vo.d.ts +2 -2
- package/dist/types/page-payment-status-vo.d.ts.map +1 -1
- package/dist/types/page-points-exchange-record-vo.d.ts +2 -2
- package/dist/types/page-points-exchange-record-vo.d.ts.map +1 -1
- package/dist/types/page-points-goods-vo.d.ts +2 -2
- package/dist/types/page-points-goods-vo.d.ts.map +1 -1
- package/dist/types/page-private-message-vo.d.ts +2 -2
- package/dist/types/page-private-message-vo.d.ts.map +1 -1
- package/dist/types/page-product-vo.d.ts +2 -2
- package/dist/types/page-product-vo.d.ts.map +1 -1
- package/dist/types/page-project-search-result.d.ts +2 -2
- package/dist/types/page-project-search-result.d.ts.map +1 -1
- package/dist/types/page-project-vo.d.ts +2 -2
- package/dist/types/page-project-vo.d.ts.map +1 -1
- package/dist/types/page-prompt-history-vo.d.ts +2 -2
- package/dist/types/page-prompt-history-vo.d.ts.map +1 -1
- package/dist/types/page-prompt-vo.d.ts +2 -2
- package/dist/types/page-prompt-vo.d.ts.map +1 -1
- package/dist/types/page-report-vo.d.ts +2 -2
- package/dist/types/page-report-vo.d.ts.map +1 -1
- package/dist/types/page-search-result.d.ts +2 -2
- package/dist/types/page-search-result.d.ts.map +1 -1
- package/dist/types/page-share-record-vo.d.ts +2 -2
- package/dist/types/page-share-record-vo.d.ts.map +1 -1
- package/dist/types/page-share-visitor-vo.d.ts +2 -2
- package/dist/types/page-share-visitor-vo.d.ts.map +1 -1
- package/dist/types/page-shop-vo.d.ts +2 -2
- package/dist/types/page-shop-vo.d.ts.map +1 -1
- package/dist/types/page-skill-vo.d.ts +17 -0
- package/dist/types/page-skill-vo.d.ts.map +1 -0
- package/dist/types/page-sku-vo.d.ts +2 -2
- package/dist/types/page-sku-vo.d.ts.map +1 -1
- package/dist/types/page-support-message-vo.d.ts +2 -2
- package/dist/types/page-support-message-vo.d.ts.map +1 -1
- package/dist/types/page-tenant-vo.d.ts +2 -2
- package/dist/types/page-tenant-vo.d.ts.map +1 -1
- package/dist/types/page-tutorial-vo.d.ts +2 -2
- package/dist/types/page-tutorial-vo.d.ts.map +1 -1
- package/dist/types/page-user-coupon-vo.d.ts +2 -2
- package/dist/types/page-user-coupon-vo.d.ts.map +1 -1
- package/dist/types/page-user-search-result.d.ts +2 -2
- package/dist/types/page-user-search-result.d.ts.map +1 -1
- package/dist/types/page-video-vo.d.ts +2 -2
- package/dist/types/page-video-vo.d.ts.map +1 -1
- package/dist/types/page-voice-speaker-list-vo.d.ts +2 -2
- package/dist/types/page-voice-speaker-list-vo.d.ts.map +1 -1
- package/dist/types/page-voice-speaker-vo.d.ts +2 -2
- package/dist/types/page-voice-speaker-vo.d.ts.map +1 -1
- package/dist/types/page-vote-detail-vo.d.ts +2 -2
- package/dist/types/page-vote-detail-vo.d.ts.map +1 -1
- package/dist/types/pageable-object.d.ts +1 -1
- package/dist/types/pageable-object.d.ts.map +1 -1
- package/dist/types/password-reset-request-form.d.ts +6 -1
- package/dist/types/password-reset-request-form.d.ts.map +1 -1
- package/dist/types/payment-params-vo.d.ts +3 -0
- package/dist/types/payment-params-vo.d.ts.map +1 -1
- package/dist/types/payment-reconcile-form.d.ts +10 -0
- package/dist/types/payment-reconcile-form.d.ts.map +1 -0
- package/dist/types/payment-statistics-vo.d.ts +1 -0
- package/dist/types/payment-statistics-vo.d.ts.map +1 -1
- package/dist/types/plus-api-result-app-publish-readiness-vo.d.ts +19 -0
- package/dist/types/plus-api-result-app-publish-readiness-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-big-decimal.d.ts +18 -0
- package/dist/types/plus-api-result-big-decimal.d.ts.map +1 -0
- package/dist/types/plus-api-result-contact-friend-vo.d.ts +19 -0
- package/dist/types/plus-api-result-contact-friend-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-contact-group-vo.d.ts +19 -0
- package/dist/types/plus-api-result-contact-group-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-contact-stats-vo.d.ts +19 -0
- package/dist/types/plus-api-result-contact-stats-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-device-message-vo.d.ts +19 -0
- package/dist/types/plus-api-result-device-message-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-device-vo.d.ts +19 -0
- package/dist/types/plus-api-result-device-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-friend-request-vo.d.ts +19 -0
- package/dist/types/plus-api-result-friend-request-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-history-vo.d.ts +19 -0
- package/dist/types/plus-api-result-history-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-contact-friend-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-contact-friend-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-contact-group-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-contact-group-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-device-message-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-device-message-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-friend-request-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-friend-request-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-map-string-object.d.ts +18 -0
- package/dist/types/plus-api-result-list-map-string-object.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-product-attribute-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-product-attribute-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-product-category-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-product-category-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-skill-category-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-skill-category-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-skill-package-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-skill-package-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-user-skill-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-user-skill-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-list-wallet-asset-account-vo.d.ts +19 -0
- package/dist/types/plus-api-result-list-wallet-asset-account-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-note-batch-update-result-vo.d.ts +19 -0
- package/dist/types/plus-api-result-note-batch-update-result-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-note-content-vo.d.ts +19 -0
- package/dist/types/plus-api-result-note-content-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-order-payment-success-vo.d.ts +19 -0
- package/dist/types/plus-api-result-order-payment-success-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-page-skill-vo.d.ts +19 -0
- package/dist/types/plus-api-result-page-skill-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-product-attribute-vo.d.ts +19 -0
- package/dist/types/plus-api-result-product-attribute-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-product-category-vo.d.ts +19 -0
- package/dist/types/plus-api-result-product-category-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-prompt-enhance-response.d.ts +14 -4
- package/dist/types/plus-api-result-prompt-enhance-response.d.ts.map +1 -1
- package/dist/types/plus-api-result-skill-vo.d.ts +19 -0
- package/dist/types/plus-api-result-skill-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-user-skill-vo.d.ts +19 -0
- package/dist/types/plus-api-result-user-skill-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-wallet-operation-result-vo.d.ts +19 -0
- package/dist/types/plus-api-result-wallet-operation-result-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-wallet-operation-status-vo.d.ts +19 -0
- package/dist/types/plus-api-result-wallet-operation-status-vo.d.ts.map +1 -0
- package/dist/types/plus-api-result-wallet-overview-vo.d.ts +19 -0
- package/dist/types/plus-api-result-wallet-overview-vo.d.ts.map +1 -0
- package/dist/types/product-attribute-create-request.d.ts +14 -0
- package/dist/types/product-attribute-create-request.d.ts.map +1 -0
- package/dist/types/product-attribute-update-request.d.ts +14 -0
- package/dist/types/product-attribute-update-request.d.ts.map +1 -0
- package/dist/types/product-category-create-request.d.ts +15 -0
- package/dist/types/product-category-create-request.d.ts.map +1 -0
- package/dist/types/product-category-update-request.d.ts +15 -0
- package/dist/types/product-category-update-request.d.ts.map +1 -0
- package/dist/types/product-category-vo.d.ts +24 -0
- package/dist/types/product-category-vo.d.ts.map +1 -0
- package/dist/types/prompt-enhance-request.d.ts +6 -0
- package/dist/types/prompt-enhance-request.d.ts.map +1 -1
- package/dist/types/prompt-enhance-response.d.ts +4 -1
- package/dist/types/prompt-enhance-response.d.ts.map +1 -1
- package/dist/types/register-form.d.ts +4 -0
- package/dist/types/register-form.d.ts.map +1 -1
- package/dist/types/send-session-message-request.d.ts +2 -0
- package/dist/types/send-session-message-request.d.ts.map +1 -0
- package/dist/types/skill-category-vo.d.ts +12 -0
- package/dist/types/skill-category-vo.d.ts.map +1 -0
- package/dist/types/skill-config-update-form.d.ts +6 -0
- package/dist/types/skill-config-update-form.d.ts.map +1 -0
- package/dist/types/skill-market-query-form.d.ts +22 -0
- package/dist/types/skill-market-query-form.d.ts.map +1 -0
- package/dist/types/skill-package-vo.d.ts +34 -0
- package/dist/types/skill-package-vo.d.ts.map +1 -0
- package/dist/types/skill-save-form.d.ts +56 -0
- package/dist/types/skill-save-form.d.ts.map +1 -0
- package/dist/types/skill-vo.d.ts +96 -0
- package/dist/types/skill-vo.d.ts.map +1 -0
- package/dist/types/tree-node-path.d.ts +2 -2
- package/dist/types/tree-node-path.d.ts.map +1 -1
- package/dist/types/update-credentials-request.d.ts +2 -0
- package/dist/types/update-credentials-request.d.ts.map +1 -0
- package/dist/types/update-request.d.ts +2 -0
- package/dist/types/update-request.d.ts.map +1 -0
- package/dist/types/user-coupon-vo.d.ts +10 -0
- package/dist/types/user-coupon-vo.d.ts.map +1 -1
- package/dist/types/user-skill-vo.d.ts +27 -0
- package/dist/types/user-skill-vo.d.ts.map +1 -0
- package/dist/types/vip-points-history-vo.d.ts +2 -2
- package/dist/types/vip-points-history-vo.d.ts.map +1 -1
- package/dist/types/voice-speaker-generation-input.d.ts +1 -1
- package/dist/types/voice-speaker-generation-input.d.ts.map +1 -1
- package/dist/types/wallet-asset-account-vo.d.ts +30 -0
- package/dist/types/wallet-asset-account-vo.d.ts.map +1 -0
- package/dist/types/wallet-exchange-form.d.ts +12 -0
- package/dist/types/wallet-exchange-form.d.ts.map +1 -0
- package/dist/types/wallet-history-query-form.d.ts +22 -0
- package/dist/types/wallet-history-query-form.d.ts.map +1 -0
- package/dist/types/wallet-operation-result-vo.d.ts +48 -0
- package/dist/types/wallet-operation-result-vo.d.ts.map +1 -0
- package/dist/types/wallet-operation-status-vo.d.ts +33 -0
- package/dist/types/wallet-operation-status-vo.d.ts.map +1 -0
- package/dist/types/wallet-overview-vo.d.ts +27 -0
- package/dist/types/wallet-overview-vo.d.ts.map +1 -0
- package/dist/types/wallet-topup-form.d.ts +12 -0
- package/dist/types/wallet-topup-form.d.ts.map +1 -0
- package/dist/types/wallet-transfer-form.d.ts +16 -0
- package/dist/types/wallet-transfer-form.d.ts.map +1 -0
- package/dist/types/wallet-withdrawal-form.d.ts +18 -0
- package/dist/types/wallet-withdrawal-form.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/api/activate.d.ts +0 -10
- package/dist/api/activate.d.ts.map +0 -1
- package/dist/api/address.d.ts +0 -22
- package/dist/api/address.d.ts.map +0 -1
- package/dist/api/app-documents.d.ts.map +0 -1
- package/dist/api/avatar.d.ts +0 -10
- package/dist/api/avatar.d.ts.map +0 -1
- package/dist/api/bind.d.ts +0 -12
- package/dist/api/bind.d.ts.map +0 -1
- package/dist/api/children.d.ts +0 -10
- package/dist/api/children.d.ts.map +0 -1
- package/dist/api/code.d.ts +0 -10
- package/dist/api/code.d.ts.map +0 -1
- package/dist/api/deactivate.d.ts +0 -10
- package/dist/api/deactivate.d.ts.map +0 -1
- package/dist/api/department.d.ts +0 -14
- package/dist/api/department.d.ts.map +0 -1
- package/dist/api/departments.d.ts +0 -12
- package/dist/api/departments.d.ts.map +0 -1
- package/dist/api/disable.d.ts +0 -10
- package/dist/api/disable.d.ts.map +0 -1
- package/dist/api/list.d.ts +0 -11
- package/dist/api/list.d.ts.map +0 -1
- package/dist/api/login.d.ts +0 -10
- package/dist/api/login.d.ts.map +0 -1
- package/dist/api/logout.d.ts +0 -10
- package/dist/api/logout.d.ts.map +0 -1
- package/dist/api/member.d.ts +0 -10
- package/dist/api/member.d.ts.map +0 -1
- package/dist/api/members.d.ts +0 -11
- package/dist/api/members.d.ts.map +0 -1
- package/dist/api/models.d.ts.map +0 -1
- package/dist/api/oauth.d.ts +0 -12
- package/dist/api/oauth.d.ts.map +0 -1
- package/dist/api/password.d.ts +0 -12
- package/dist/api/password.d.ts.map +0 -1
- package/dist/api/phone.d.ts +0 -10
- package/dist/api/phone.d.ts.map +0 -1
- package/dist/api/position.d.ts +0 -14
- package/dist/api/position.d.ts.map +0 -1
- package/dist/api/positions.d.ts +0 -12
- package/dist/api/positions.d.ts.map +0 -1
- package/dist/api/profile.d.ts +0 -12
- package/dist/api/profile.d.ts.map +0 -1
- package/dist/api/qr.d.ts +0 -14
- package/dist/api/qr.d.ts.map +0 -1
- package/dist/api/refresh.d.ts +0 -10
- package/dist/api/refresh.d.ts.map +0 -1
- package/dist/api/register.d.ts +0 -10
- package/dist/api/register.d.ts.map +0 -1
- package/dist/api/sms.d.ts +0 -12
- package/dist/api/sms.d.ts.map +0 -1
- package/dist/api/statistics.d.ts +0 -10
- package/dist/api/statistics.d.ts.map +0 -1
- package/dist/api/voice-speakers.d.ts +0 -31
- package/dist/api/voice-speakers.d.ts.map +0 -1
- package/dist/types/plus-api-error-result.d.ts +0 -8
- package/dist/types/plus-api-error-result.d.ts.map +0 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ContactFriendVO } from './contact-friend-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListContactFriendVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: ContactFriendVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-contact-friend-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-contact-friend-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-contact-friend-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,cAAc;AACd,MAAM,WAAW,gCAAgC;IAC/C,oBAAoB;IACpB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ContactGroupVO } from './contact-group-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListContactGroupVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: ContactGroupVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-contact-group-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-contact-group-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-contact-group-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD,cAAc;AACd,MAAM,WAAW,+BAA+B;IAC9C,oBAAoB;IACpB,IAAI,EAAE,cAAc,EAAE,CAAC;IACvB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DeviceMessageVO } from './device-message-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListDeviceMessageVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: DeviceMessageVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-device-message-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-device-message-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-device-message-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,cAAc;AACd,MAAM,WAAW,gCAAgC;IAC/C,oBAAoB;IACpB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FriendRequestVO } from './friend-request-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListFriendRequestVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: FriendRequestVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-friend-request-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-friend-request-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-friend-request-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,cAAc;AACd,MAAM,WAAW,gCAAgC;IAC/C,oBAAoB;IACpB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/** API调用结果 */
|
|
2
|
+
export interface PlusApiResultListMapStringObject {
|
|
3
|
+
/** Response data */
|
|
4
|
+
data: Record<string, unknown>[];
|
|
5
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
6
|
+
code: string;
|
|
7
|
+
/** Business message */
|
|
8
|
+
msg: string;
|
|
9
|
+
/** Request identifier */
|
|
10
|
+
requestId: string;
|
|
11
|
+
/** Client IP address */
|
|
12
|
+
ip?: string;
|
|
13
|
+
/** Server hostname */
|
|
14
|
+
hostname?: string;
|
|
15
|
+
/** Business error name */
|
|
16
|
+
errorName: string;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=plus-api-result-list-map-string-object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-map-string-object.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-map-string-object.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,MAAM,WAAW,gCAAgC;IAC/C,oBAAoB;IACpB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;IAChC,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ProductAttributeVO } from './product-attribute-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListProductAttributeVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: ProductAttributeVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-product-attribute-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-product-attribute-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-product-attribute-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,cAAc;AACd,MAAM,WAAW,mCAAmC;IAClD,oBAAoB;IACpB,IAAI,EAAE,kBAAkB,EAAE,CAAC;IAC3B,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ProductCategoryVO } from './product-category-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListProductCategoryVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: ProductCategoryVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-product-category-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-product-category-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-product-category-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,cAAc;AACd,MAAM,WAAW,kCAAkC;IACjD,oBAAoB;IACpB,IAAI,EAAE,iBAAiB,EAAE,CAAC;IAC1B,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SkillCategoryVO } from './skill-category-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListSkillCategoryVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: SkillCategoryVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-skill-category-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-skill-category-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-skill-category-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,cAAc;AACd,MAAM,WAAW,gCAAgC;IAC/C,oBAAoB;IACpB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SkillPackageVO } from './skill-package-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListSkillPackageVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: SkillPackageVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-skill-package-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-skill-package-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-skill-package-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD,cAAc;AACd,MAAM,WAAW,+BAA+B;IAC9C,oBAAoB;IACpB,IAAI,EAAE,cAAc,EAAE,CAAC;IACvB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UserSkillVO } from './user-skill-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListUserSkillVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: UserSkillVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-user-skill-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-user-skill-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-user-skill-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnD,cAAc;AACd,MAAM,WAAW,4BAA4B;IAC3C,oBAAoB;IACpB,IAAI,EAAE,WAAW,EAAE,CAAC;IACpB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { WalletAssetAccountVO } from './wallet-asset-account-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultListWalletAssetAccountVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: WalletAssetAccountVO[];
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-list-wallet-asset-account-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-list-wallet-asset-account-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-list-wallet-asset-account-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,cAAc;AACd,MAAM,WAAW,qCAAqC;IACpD,oBAAoB;IACpB,IAAI,EAAE,oBAAoB,EAAE,CAAC;IAC7B,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { NoteBatchUpdateResultVO } from './note-batch-update-result-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultNoteBatchUpdateResultVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: NoteBatchUpdateResultVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-note-batch-update-result-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-note-batch-update-result-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-note-batch-update-result-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAE7E,cAAc;AACd,MAAM,WAAW,oCAAoC;IACnD,oBAAoB;IACpB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { NoteContentVO } from './note-content-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultNoteContentVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: NoteContentVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-note-content-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-note-content-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-note-content-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,cAAc;AACd,MAAM,WAAW,0BAA0B;IACzC,oBAAoB;IACpB,IAAI,EAAE,aAAa,CAAC;IACpB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OrderPaymentSuccessVO } from './order-payment-success-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultOrderPaymentSuccessVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: OrderPaymentSuccessVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-order-payment-success-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-order-payment-success-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-order-payment-success-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,cAAc;AACd,MAAM,WAAW,kCAAkC;IACjD,oBAAoB;IACpB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PageSkillVO } from './page-skill-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultPageSkillVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: PageSkillVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-page-skill-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-page-skill-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-page-skill-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnD,cAAc;AACd,MAAM,WAAW,wBAAwB;IACvC,oBAAoB;IACpB,IAAI,EAAE,WAAW,CAAC;IAClB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ProductAttributeVO } from './product-attribute-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultProductAttributeVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: ProductAttributeVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-product-attribute-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-product-attribute-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-product-attribute-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,cAAc;AACd,MAAM,WAAW,+BAA+B;IAC9C,oBAAoB;IACpB,IAAI,EAAE,kBAAkB,CAAC;IACzB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ProductCategoryVO } from './product-category-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultProductCategoryVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: ProductCategoryVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-product-category-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-product-category-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-product-category-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,cAAc;AACd,MAAM,WAAW,8BAA8B;IAC7C,oBAAoB;IACpB,IAAI,EAAE,iBAAiB,CAAC;IACxB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { PromptEnhanceResponse } from './prompt-enhance-response';
|
|
2
|
+
/** API调用结果 */
|
|
2
3
|
export interface PlusApiResultPromptEnhanceResponse {
|
|
3
|
-
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: PromptEnhanceResponse;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
4
9
|
msg: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
8
18
|
}
|
|
9
19
|
//# sourceMappingURL=plus-api-result-prompt-enhance-response.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plus-api-result-prompt-enhance-response.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-prompt-enhance-response.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAEvE,MAAM,WAAW,kCAAkC;IACjD,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,
|
|
1
|
+
{"version":3,"file":"plus-api-result-prompt-enhance-response.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-prompt-enhance-response.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAEvE,cAAc;AACd,MAAM,WAAW,kCAAkC;IACjD,oBAAoB;IACpB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SkillVO } from './skill-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultSkillVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: SkillVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-skill-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-skill-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-skill-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAE1C,cAAc;AACd,MAAM,WAAW,oBAAoB;IACnC,oBAAoB;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UserSkillVO } from './user-skill-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultUserSkillVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: UserSkillVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-user-skill-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-user-skill-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-user-skill-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnD,cAAc;AACd,MAAM,WAAW,wBAAwB;IACvC,oBAAoB;IACpB,IAAI,EAAE,WAAW,CAAC;IAClB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { WalletOperationResultVO } from './wallet-operation-result-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultWalletOperationResultVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: WalletOperationResultVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-wallet-operation-result-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-wallet-operation-result-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-wallet-operation-result-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,cAAc;AACd,MAAM,WAAW,oCAAoC;IACnD,oBAAoB;IACpB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { WalletOperationStatusVO } from './wallet-operation-status-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultWalletOperationStatusVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: WalletOperationStatusVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-wallet-operation-status-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-wallet-operation-status-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-wallet-operation-status-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,cAAc;AACd,MAAM,WAAW,oCAAoC;IACnD,oBAAoB;IACpB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { WalletOverviewVO } from './wallet-overview-vo';
|
|
2
|
+
/** API调用结果 */
|
|
3
|
+
export interface PlusApiResultWalletOverviewVO {
|
|
4
|
+
/** Response data */
|
|
5
|
+
data: WalletOverviewVO;
|
|
6
|
+
/** Response code: 2000=success, 4xxx=business failure, 5xxx=server error */
|
|
7
|
+
code: string;
|
|
8
|
+
/** Business message */
|
|
9
|
+
msg: string;
|
|
10
|
+
/** Request identifier */
|
|
11
|
+
requestId: string;
|
|
12
|
+
/** Client IP address */
|
|
13
|
+
ip?: string;
|
|
14
|
+
/** Server hostname */
|
|
15
|
+
hostname?: string;
|
|
16
|
+
/** Business error name */
|
|
17
|
+
errorName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plus-api-result-wallet-overview-vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-api-result-wallet-overview-vo.d.ts","sourceRoot":"","sources":["../../src/types/plus-api-result-wallet-overview-vo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,cAAc;AACd,MAAM,WAAW,6BAA6B;IAC5C,oBAAoB;IACpB,IAAI,EAAE,gBAAgB,CAAC;IACvB,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/** 创建产品属性请求 */
|
|
2
|
+
export interface ProductAttributeCreateRequest {
|
|
3
|
+
/** 属性名称 */
|
|
4
|
+
name?: string;
|
|
5
|
+
/** 属性值列表 */
|
|
6
|
+
values?: string[];
|
|
7
|
+
/** 是否可搜索 */
|
|
8
|
+
searchable?: boolean;
|
|
9
|
+
/** 是否可筛选 */
|
|
10
|
+
filterable?: boolean;
|
|
11
|
+
/** 排序 */
|
|
12
|
+
sort?: number;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=product-attribute-create-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-attribute-create-request.d.ts","sourceRoot":"","sources":["../../src/types/product-attribute-create-request.ts"],"names":[],"mappings":"AAAA,eAAe;AACf,MAAM,WAAW,6BAA6B;IAC5C,WAAW;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY;IACZ,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,YAAY;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS;IACT,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/** 更新产品属性请求 */
|
|
2
|
+
export interface ProductAttributeUpdateRequest {
|
|
3
|
+
/** 属性名称 */
|
|
4
|
+
name?: string;
|
|
5
|
+
/** 属性值列表 */
|
|
6
|
+
values?: string[];
|
|
7
|
+
/** 是否可搜索 */
|
|
8
|
+
searchable?: boolean;
|
|
9
|
+
/** 是否可筛选 */
|
|
10
|
+
filterable?: boolean;
|
|
11
|
+
/** 排序 */
|
|
12
|
+
sort?: number;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=product-attribute-update-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-attribute-update-request.d.ts","sourceRoot":"","sources":["../../src/types/product-attribute-update-request.ts"],"names":[],"mappings":"AAAA,eAAe;AACf,MAAM,WAAW,6BAA6B;IAC5C,WAAW;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY;IACZ,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,YAAY;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS;IACT,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface ProductCategoryCreateRequest {
|
|
2
|
+
/** 分类名称 */
|
|
3
|
+
name?: string;
|
|
4
|
+
/** 父分类ID */
|
|
5
|
+
parentId?: string;
|
|
6
|
+
/** 分类描述 */
|
|
7
|
+
description?: string;
|
|
8
|
+
/** 分类图标 */
|
|
9
|
+
icon?: string;
|
|
10
|
+
/** 排序 */
|
|
11
|
+
sort?: number;
|
|
12
|
+
/** 是否启用 */
|
|
13
|
+
enabled?: boolean;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=product-category-create-request.d.ts.map
|