weaver-work-cli 0.1.1 → 0.1.4
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 +187 -76
- package/dist/cmd/setup/index.js +5 -5
- package/dist/cmd/skills/index.js +1 -1
- package/dist/core/hooks.js +7 -0
- package/dist/index.js +0 -0
- package/dist/internal/e10/auth/commands.js +160 -55
- package/dist/internal/e10/auth/crypto.js +7 -22
- package/dist/internal/e10/auth/session.js +1 -1
- package/dist/internal/e10/auth/xiaoe.js +268 -0
- package/dist/internal/e10/context.js +16 -2
- package/dist/internal/e10/index.js +1 -0
- package/dist/internal/e10/request-runtime.js +344 -0
- package/dist/internal/skills/install.js +48 -6
- package/dist/internal/skills/reader.js +27 -0
- package/dist/shortcuts/archive/continuation.js +70 -0
- package/dist/shortcuts/archive/errors.js +53 -0
- package/dist/shortcuts/archive/host.js +197 -0
- package/dist/shortcuts/archive/index.js +363 -0
- package/dist/shortcuts/archive/manifest.js +45 -0
- package/dist/shortcuts/archive/operations/archive-info.js +55 -0
- package/dist/shortcuts/archive/operations/borrow-car.js +146 -0
- package/dist/shortcuts/archive/operations/borrow-list.js +200 -0
- package/dist/shortcuts/archive/operations/confirm.js +46 -0
- package/dist/shortcuts/archive/operations/download.js +238 -0
- package/dist/shortcuts/archive/operations/flow-url.js +240 -0
- package/dist/shortcuts/archive/operations/fonds.js +95 -0
- package/dist/shortcuts/archive/operations/getPageUrl.js +137 -0
- package/dist/shortcuts/archive/operations/registry.js +43 -0
- package/dist/shortcuts/archive/operations/search.js +88 -0
- package/dist/shortcuts/archive/operations/shared.js +120 -0
- package/dist/shortcuts/archive/operations/types.js +23 -0
- package/dist/shortcuts/archive/operations/upload.js +182 -0
- package/dist/shortcuts/archive/operations.js +13 -0
- package/dist/shortcuts/archive/render/search-format.js +276 -0
- package/dist/shortcuts/archive/render/search-view.js +125 -0
- package/dist/shortcuts/asset/continuation.js +70 -0
- package/dist/shortcuts/asset/errors.js +67 -0
- package/dist/shortcuts/asset/host.js +438 -0
- package/dist/shortcuts/asset/index.js +255 -0
- package/dist/shortcuts/asset/manifest.js +471 -0
- package/dist/shortcuts/asset/operations/query.js +249 -0
- package/dist/shortcuts/asset/operations/registry.js +85 -0
- package/dist/shortcuts/asset/operations/shared.js +100 -0
- package/dist/shortcuts/asset/operations/type-cache.js +49 -0
- package/dist/shortcuts/asset/operations/types.js +1 -0
- package/dist/shortcuts/asset/operations/viewlink.js +117 -0
- package/dist/shortcuts/asset/operations/write.js +435 -0
- package/dist/shortcuts/asset/operations.js +9 -0
- package/dist/shortcuts/calendar/continuation.js +70 -0
- package/dist/shortcuts/calendar/errors.js +53 -0
- package/dist/shortcuts/calendar/host.js +148 -0
- package/dist/shortcuts/calendar/index.js +125 -0
- package/dist/shortcuts/calendar/manifest.js +26 -0
- package/dist/shortcuts/calendar/operations/read.js +259 -0
- package/dist/shortcuts/calendar/operations/registry.js +31 -0
- package/dist/shortcuts/calendar/operations/shared.js +132 -0
- package/dist/shortcuts/calendar/operations/types.js +25 -0
- package/dist/shortcuts/calendar/operations/write.js +439 -0
- package/dist/shortcuts/calendar/operations.js +8 -0
- package/dist/shortcuts/ehr/continuation.js +70 -0
- package/dist/shortcuts/ehr/errors.js +53 -0
- package/dist/shortcuts/ehr/host.js +213 -0
- package/dist/shortcuts/ehr/index.js +205 -0
- package/dist/shortcuts/ehr/manifest.js +47 -0
- package/dist/shortcuts/ehr/operations/attend-read.js +373 -0
- package/dist/shortcuts/ehr/operations/attend-write.js +514 -0
- package/dist/shortcuts/ehr/operations/hr-contact.js +363 -0
- package/dist/shortcuts/ehr/operations/hr-ds.js +298 -0
- package/dist/shortcuts/ehr/operations/hr-report.js +386 -0
- package/dist/shortcuts/ehr/operations/recruit-write.js +1629 -0
- package/dist/shortcuts/ehr/operations/recruit.js +803 -0
- package/dist/shortcuts/ehr/operations/registry.js +43 -0
- package/dist/shortcuts/ehr/operations/salary.js +319 -0
- package/dist/shortcuts/ehr/operations/shared.js +246 -0
- package/dist/shortcuts/ehr/operations/types.js +25 -0
- package/dist/shortcuts/ehr/operations.js +25 -0
- package/dist/shortcuts/esb/continuation.js +70 -0
- package/dist/shortcuts/esb/errors.js +65 -0
- package/dist/shortcuts/esb/host.js +187 -0
- package/dist/shortcuts/esb/index.js +112 -0
- package/dist/shortcuts/esb/manifest.js +91 -0
- package/dist/shortcuts/esb/operations/input-format.js +31 -0
- package/dist/shortcuts/esb/operations/registry.js +48 -0
- package/dist/shortcuts/esb/operations/shared.js +152 -0
- package/dist/shortcuts/esb/operations/trigger.js +76 -0
- package/dist/shortcuts/esb/operations/types.js +21 -0
- package/dist/shortcuts/esb/operations.js +15 -0
- package/dist/shortcuts/fna/continuation.js +70 -0
- package/dist/shortcuts/fna/errors.js +59 -0
- package/dist/shortcuts/fna/host.js +146 -0
- package/dist/shortcuts/fna/index.js +111 -0
- package/dist/shortcuts/fna/manifest.js +41 -0
- package/dist/shortcuts/fna/operations/budget.js +124 -0
- package/dist/shortcuts/fna/operations/expense-center.js +148 -0
- package/dist/shortcuts/fna/operations/invoice-writeoff.js +212 -0
- package/dist/shortcuts/fna/operations/loan.js +195 -0
- package/dist/shortcuts/fna/operations/registry.js +35 -0
- package/dist/shortcuts/fna/operations/shared.js +210 -0
- package/dist/shortcuts/fna/operations/types.js +25 -0
- package/dist/shortcuts/fna/operations.js +19 -0
- package/dist/shortcuts/hrm/errors.js +38 -0
- package/dist/shortcuts/hrm/host.js +156 -0
- package/dist/shortcuts/hrm/index.js +111 -0
- package/dist/shortcuts/hrm/manifest.js +32 -0
- package/dist/shortcuts/hrm/operations/employee.js +338 -0
- package/dist/shortcuts/hrm/operations/org.js +110 -0
- package/dist/shortcuts/hrm/operations/position.js +176 -0
- package/dist/shortcuts/hrm/operations/registry.js +33 -0
- package/dist/shortcuts/hrm/operations/shared.js +143 -0
- package/dist/shortcuts/hrm/operations/types.js +23 -0
- package/dist/shortcuts/hrm/operations.js +19 -0
- package/dist/shortcuts/index.js +20 -0
- package/dist/shortcuts/invoice/host.js +99 -94
- package/dist/shortcuts/invoice/index.js +65 -61
- package/dist/shortcuts/invoice/manifest.js +222 -14
- package/dist/shortcuts/invoice/operations/browse-field.js +17 -0
- package/dist/shortcuts/invoice/operations/issuing.js +198 -0
- package/dist/shortcuts/invoice/operations/ocr-preview.js +6 -3
- package/dist/shortcuts/invoice/operations/registry.js +17 -0
- package/dist/shortcuts/invoice/operations/reim.js +401 -0
- package/dist/shortcuts/invoice/operations/shared.js +271 -6
- package/dist/shortcuts/invoice/operations/validate-preview.js +1 -1
- package/dist/shortcuts/jiuchuanhui/cache.js +441 -0
- package/dist/shortcuts/jiuchuanhui/continuation.js +70 -0
- package/dist/shortcuts/jiuchuanhui/errors.js +59 -0
- package/dist/shortcuts/jiuchuanhui/host.js +159 -0
- package/dist/shortcuts/jiuchuanhui/index.js +109 -0
- package/dist/shortcuts/jiuchuanhui/manifest.js +469 -0
- package/dist/shortcuts/jiuchuanhui/operations/datajson.js +214 -0
- package/dist/shortcuts/jiuchuanhui/operations/esb.js +157 -0
- package/dist/shortcuts/jiuchuanhui/operations/generic.js +146 -0
- package/dist/shortcuts/jiuchuanhui/operations/registry.js +133 -0
- package/dist/shortcuts/jiuchuanhui/operations/shared.js +158 -0
- package/dist/shortcuts/jiuchuanhui/operations/types.js +1 -0
- package/dist/shortcuts/jiuchuanhui/operations.js +8 -0
- package/dist/shortcuts/mail/continuation.js +70 -0
- package/dist/shortcuts/mail/errors.js +53 -0
- package/dist/shortcuts/mail/host.js +182 -0
- package/dist/shortcuts/mail/index.js +519 -0
- package/dist/shortcuts/mail/manifest.js +38 -0
- package/dist/shortcuts/mail/operations/mail-blacklist.js +79 -0
- package/dist/shortcuts/mail/operations/mail-contacts.js +195 -0
- package/dist/shortcuts/mail/operations/mail-manage.js +335 -0
- package/dist/shortcuts/mail/operations/mail-read.js +508 -0
- package/dist/shortcuts/mail/operations/mail-send.js +474 -0
- package/dist/shortcuts/mail/operations/mail-sign.js +203 -0
- package/dist/shortcuts/mail/operations/mail-template.js +170 -0
- package/dist/shortcuts/mail/operations/registry.js +41 -0
- package/dist/shortcuts/mail/operations/shared.js +64 -0
- package/dist/shortcuts/mail/operations/types.js +27 -0
- package/dist/shortcuts/mail/operations.js +19 -0
- package/dist/shortcuts/plan/continuation.js +70 -0
- package/dist/shortcuts/plan/errors.js +70 -0
- package/dist/shortcuts/plan/host.js +180 -0
- package/dist/shortcuts/plan/index.js +150 -0
- package/dist/shortcuts/plan/manifest.js +53 -0
- package/dist/shortcuts/plan/operations/link.js +256 -0
- package/dist/shortcuts/plan/operations/read.js +259 -0
- package/dist/shortcuts/plan/operations/registry.js +33 -0
- package/dist/shortcuts/plan/operations/shared.js +246 -0
- package/dist/shortcuts/plan/operations/types.js +49 -0
- package/dist/shortcuts/plan/operations/version.js +49 -0
- package/dist/shortcuts/plan/operations/write.js +710 -0
- package/dist/shortcuts/plan/operations.js +8 -0
- package/docs/SKILL.md +11 -7
- package/docs/_catalog.md +23 -5
- package/docs/agent-invoice.md +31 -10
- package/docs/agent-skill-install.md +211 -0
- package/docs/calendar.md +87 -0
- package/docs/e10-auth.md +28 -9
- package/docs/ehr.md +186 -0
- package/docs/esb.md +64 -0
- package/docs/fna.md +72 -0
- package/docs/hrm.md +89 -0
- package/docs/invoice.md +66 -20
- package/docs/jiuchuanhui.md +131 -0
- package/docs/operation-manual.md +443 -0
- package/docs/plan.md +82 -0
- package/docs/wenshuding.md +129 -0
- package/docs/ziguanjia.md +89 -0
- package/package.json +4 -4
- package/scripts/package-skill.mjs +127 -34
- package/scripts/postbuild.mjs +13 -0
- package/skill-template/business-info.json +13 -2
- package/skill-template/domains/calendar.md +15 -0
- package/skill-template/domains/esb.md +13 -0
- package/skill-template/domains/hrm.md +16 -0
- package/skill-template/domains/jiuchuanhui.md +23 -0
- package/skill-template/domains/jucailin.md +22 -0
- package/skill-template/domains/mail.md +21 -0
- package/skill-template/domains/plan.md +17 -0
- package/skill-template/domains/qiyecheng.md +17 -0
- package/skill-template/domains/shared.md +9 -3
- package/skill-template/domains/skill-maker.md +10 -0
- package/skill-template/domains/wenshuding.md +22 -0
- package/skill-template/domains/{invoice.md → yepiaotong.md} +4 -0
- package/skill-template/domains/ziguanjia.md +21 -0
- package/skill-template/master-skill-template.md +12 -6
- package/skill-template/skill-template.md +40 -9
- package/skills/weaver-e10-calendar/SKILL.md +101 -0
- package/skills/weaver-e10-calendar/product.json +8 -0
- package/skills/weaver-e10-calendar/references/calendar-app-check.md +65 -0
- package/skills/weaver-e10-calendar/references/calendar-dict.md +55 -0
- package/skills/weaver-e10-calendar/references/calendar-query.md +70 -0
- package/skills/weaver-e10-calendar/references/calendar-write.md +97 -0
- package/skills/weaver-e10-calendar/references/source-manifest.json +54 -0
- package/skills/weaver-e10-esb/SKILL.md +102 -0
- package/skills/weaver-e10-esb/product.json +8 -0
- package/skills/weaver-e10-esb/references/input-format.md +52 -0
- package/skills/weaver-e10-esb/references/source-manifest.json +242 -0
- package/skills/weaver-e10-esb/references/trigger.md +99 -0
- package/skills/weaver-e10-hrm/SKILL.md +87 -0
- package/skills/weaver-e10-hrm/product.json +8 -0
- package/skills/weaver-e10-hrm/references/employee.md +109 -0
- package/skills/weaver-e10-hrm/references/org.md +95 -0
- package/skills/weaver-e10-hrm/references/position.md +95 -0
- package/skills/weaver-e10-hrm/references/source-manifest.json +121 -0
- package/skills/weaver-e10-jiuchuanhui/SKILL.md +174 -0
- package/skills/weaver-e10-jiuchuanhui/product.json +8 -0
- package/skills/weaver-e10-jiuchuanhui/references/cache.md +110 -0
- package/skills/weaver-e10-jiuchuanhui/references/clue.md +61 -0
- package/skills/weaver-e10-jiuchuanhui/references/contact-plan.md +56 -0
- package/skills/weaver-e10-jiuchuanhui/references/contact-records.md +48 -0
- package/skills/weaver-e10-jiuchuanhui/references/contact.md +56 -0
- package/skills/weaver-e10-jiuchuanhui/references/customer.md +69 -0
- package/skills/weaver-e10-jiuchuanhui/references/disabled-capabilities.md +24 -0
- package/skills/weaver-e10-jiuchuanhui/references/discovery-config.md +60 -0
- package/skills/weaver-e10-jiuchuanhui/references/general-helpers.md +59 -0
- package/skills/weaver-e10-jiuchuanhui/references/jiuchuanhui-entry.md +60 -0
- package/skills/weaver-e10-jiuchuanhui/references/sale.md +72 -0
- package/skills/weaver-e10-jiuchuanhui/references/source-manifest.json +2632 -0
- package/skills/weaver-e10-jucailin/SKILL.md +101 -0
- package/skills/weaver-e10-jucailin/product.json +8 -0
- package/skills/weaver-e10-jucailin/references/attend-read.md +73 -0
- package/skills/weaver-e10-jucailin/references/attend-write.md +82 -0
- package/skills/weaver-e10-jucailin/references/hr-contact.md +92 -0
- package/skills/weaver-e10-jucailin/references/hr-datasource.md +104 -0
- package/skills/weaver-e10-jucailin/references/hr-report.md +76 -0
- package/skills/weaver-e10-jucailin/references/recruit-read.md +76 -0
- package/skills/weaver-e10-jucailin/references/recruit-write.md +70 -0
- package/skills/weaver-e10-jucailin/references/safety-boundaries.md +35 -0
- package/skills/weaver-e10-jucailin/references/salary.md +110 -0
- package/skills/weaver-e10-jucailin/references/source-manifest.json +152 -0
- package/skills/weaver-e10-mail/SKILL.md +151 -0
- package/skills/weaver-e10-mail/product.json +8 -0
- package/skills/weaver-e10-mail/references/mail-agent-entry.md +47 -0
- package/skills/weaver-e10-mail/references/mail-attachment.md +30 -0
- package/skills/weaver-e10-mail/references/mail-blacklist.md +27 -0
- package/skills/weaver-e10-mail/references/mail-contacts.md +33 -0
- package/skills/weaver-e10-mail/references/mail-manage.md +44 -0
- package/skills/weaver-e10-mail/references/mail-read.md +76 -0
- package/skills/weaver-e10-mail/references/mail-send.md +43 -0
- package/skills/weaver-e10-mail/references/mail-sign.md +33 -0
- package/skills/weaver-e10-mail/references/mail-template.md +31 -0
- package/skills/weaver-e10-mail/references/safety-boundaries.md +32 -0
- package/skills/weaver-e10-plan/SKILL.md +139 -0
- package/skills/weaver-e10-plan/product.json +8 -0
- package/skills/weaver-e10-plan/references/plan-collect-and-compose.md +123 -0
- package/skills/weaver-e10-plan/references/plan-overview-and-routing.md +138 -0
- package/skills/weaver-e10-plan/references/plan-report-query.md +154 -0
- package/skills/weaver-e10-plan/references/plan-report-remind.md +104 -0
- package/skills/weaver-e10-plan/references/plan-report-write.md +162 -0
- package/skills/weaver-e10-plan/references/source-manifest.json +858 -0
- package/skills/weaver-e10-qiyecheng/SKILL.md +118 -0
- package/skills/weaver-e10-qiyecheng/product.json +8 -0
- package/skills/weaver-e10-qiyecheng/references/budget.md +65 -0
- package/skills/weaver-e10-qiyecheng/references/catalog.md +56 -0
- package/skills/weaver-e10-qiyecheng/references/expense-center.md +51 -0
- package/skills/weaver-e10-qiyecheng/references/invoice-writeoff.md +57 -0
- package/skills/weaver-e10-qiyecheng/references/loan-management.md +59 -0
- package/skills/weaver-e10-qiyecheng/references/source-manifest.json +698 -0
- package/skills/weaver-e10-shared/SKILL.md +86 -0
- package/skills/weaver-e10-shared/references/e10-auth-and-session.md +127 -0
- package/skills/weaver-e10-shared/references/json-output-contract.md +120 -0
- package/skills/weaver-e10-shared/references/weaver-e10-installation.md +110 -0
- package/skills/weaver-e10-skill-maker/SKILL.md +77 -0
- package/skills/weaver-e10-skill-maker/product.json +8 -0
- package/skills/weaver-e10-skill-maker/references/business-skill-generation.md +124 -0
- package/skills/weaver-e10-skill-maker/references/detector-validation.md +101 -0
- package/skills/weaver-e10-skill-maker/references/module-cli-generation.md +230 -0
- package/skills/weaver-e10-skill-maker/references/post-generation-install.md +105 -0
- package/skills/weaver-e10-skill-maker/references/source-update-detection.md +261 -0
- package/skills/weaver-e10-skill-maker/references/weaver-skill-style.md +141 -0
- package/skills/weaver-e10-wenshuding/SKILL.md +157 -0
- package/skills/weaver-e10-wenshuding/product.json +8 -0
- package/skills/weaver-e10-wenshuding/references/archive-agent-entry.md +63 -0
- package/skills/weaver-e10-wenshuding/references/archive-borrow-car.md +52 -0
- package/skills/weaver-e10-wenshuding/references/archive-borrow-list.md +52 -0
- package/skills/weaver-e10-wenshuding/references/archive-disabled-capabilities.md +22 -0
- package/skills/weaver-e10-wenshuding/references/archive-download.md +48 -0
- package/skills/weaver-e10-wenshuding/references/archive-flow.md +46 -0
- package/skills/weaver-e10-wenshuding/references/archive-fonds.md +34 -0
- package/skills/weaver-e10-wenshuding/references/archive-info.md +33 -0
- package/skills/weaver-e10-wenshuding/references/archive-search.md +52 -0
- package/skills/weaver-e10-wenshuding/references/archive-upload.md +41 -0
- package/skills/weaver-e10-wenshuding/references/source-manifest.json +517 -0
- package/skills/weaver-e10-yepiaotong/SKILL.md +184 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-add.md +1 -1
- package/skills/weaver-e10-yepiaotong/references/invoice-agent-entry.md +47 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-browse-field-data.md +204 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-delete.md +1 -1
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-detail.md +13 -5
- package/skills/weaver-e10-yepiaotong/references/invoice-disabled-capabilities.md +28 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-download.md +31 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-enterprise-list.md +45 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-file-upload.md +15 -4
- package/skills/weaver-e10-yepiaotong/references/invoice-import.md +45 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-issuing-examples.md +120 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-issuing-field-rules.md +161 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-issuing.md +99 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-ocr-preview.md +14 -4
- package/skills/weaver-e10-yepiaotong/references/invoice-personal-list.md +58 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-red.md +261 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-reim.md +97 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-update.md +1 -1
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-validation-preview.md +10 -3
- package/skills/weaver-e10-yepiaotong/references/reim-api-reference.md +1340 -0
- package/skills/weaver-e10-yepiaotong/references/reim-examples.md +845 -0
- package/skills/weaver-e10-yepiaotong/references/reim-expense-subject-rules.md +94 -0
- package/skills/weaver-e10-yepiaotong/references/reim-form-fill-rules.md +449 -0
- package/skills/weaver-e10-yepiaotong/references/reim-matching-rules.md +266 -0
- package/skills/weaver-e10-yepiaotong/references/reim-workflow.md +494 -0
- package/skills/weaver-e10-yepiaotong/references/source-manifest.json +1103 -0
- package/skills/weaver-e10-ziguanjia/SKILL.md +162 -0
- package/skills/weaver-e10-ziguanjia/product.json +8 -0
- package/skills/weaver-e10-ziguanjia/references/source-manifest.json +147 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-agent-entry.md +65 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-create.md +45 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-depre.md +48 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-disabled-capabilities.md +22 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-purch.md +57 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-query.md +62 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-repair.md +83 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-resolve.md +49 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-return.md +70 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-update.md +45 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-use.md +60 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-viewlink.md +81 -0
- package/skills/weaver-work-cli-invoice/SKILL.md +0 -103
- package/skills/weaver-work-cli-invoice/references/invoice-agent-entry.md +0 -38
- package/skills/weaver-work-cli-invoice/references/invoice-disabled-capabilities.md +0 -26
- package/skills/weaver-work-cli-invoice/references/invoice-download.md +0 -22
- package/skills/weaver-work-cli-invoice/references/invoice-enterprise-list.md +0 -35
- package/skills/weaver-work-cli-invoice/references/invoice-import.md +0 -28
- package/skills/weaver-work-cli-invoice/references/invoice-personal-list.md +0 -47
- package/skills/weaver-work-cli-shared/SKILL.md +0 -53
- package/skills/weaver-work-cli-shared/references/e10-auth-and-session.md +0 -83
- package/skills/weaver-work-cli-shared/references/json-output-contract.md +0 -61
- package/skills/weaver-work-cli-shared/references/weaver-work-cli-installation.md +0 -61
- /package/skills/{weaver-work-cli-shared → weaver-e10-shared}/references/high-risk-write.md +0 -0
- /package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/product.json +0 -0
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
import { mailValidationError } from '../errors.js';
|
|
2
|
+
import { WRITE, mailSuccess, schemaOf, SCHEMA_STRING } from './types.js';
|
|
3
|
+
const CONTINUATION_TTL_MS = 600_000;
|
|
4
|
+
// ---------------------------------------------------------------------------
|
|
5
|
+
// 联系人 新增/编辑(prepare/apply)
|
|
6
|
+
// ---------------------------------------------------------------------------
|
|
7
|
+
const CONTACT_SCHEMA = schemaOf({
|
|
8
|
+
id: SCHEMA_STRING,
|
|
9
|
+
mailUserName: SCHEMA_STRING,
|
|
10
|
+
mailAddress: SCHEMA_STRING,
|
|
11
|
+
mailUserTel: SCHEMA_STRING,
|
|
12
|
+
mailUserCompany: SCHEMA_STRING,
|
|
13
|
+
mailUserDesc: SCHEMA_STRING,
|
|
14
|
+
groupId: SCHEMA_STRING,
|
|
15
|
+
confirm: { type: 'boolean' },
|
|
16
|
+
continuation: SCHEMA_STRING,
|
|
17
|
+
}, { description: '联系人保存(prepare/apply)' });
|
|
18
|
+
function buildContactBody(args) {
|
|
19
|
+
const name = String(args.mailUserName || '').trim();
|
|
20
|
+
const address = String(args.mailAddress || '').trim();
|
|
21
|
+
if (!name)
|
|
22
|
+
throw new Error('mailUserName(姓名)必填');
|
|
23
|
+
if (!address)
|
|
24
|
+
throw new Error('mailAddress(邮箱地址)必填');
|
|
25
|
+
const body = {
|
|
26
|
+
mailUserName: name,
|
|
27
|
+
mailAddress: address,
|
|
28
|
+
mailUserTel: args.mailUserTel ? String(args.mailUserTel) : '',
|
|
29
|
+
mailUserCompany: args.mailUserCompany ? String(args.mailUserCompany) : '',
|
|
30
|
+
mailUserDesc: args.mailUserDesc ? String(args.mailUserDesc) : '',
|
|
31
|
+
groupId: args.groupId ? String(args.groupId) : '',
|
|
32
|
+
};
|
|
33
|
+
if (args.id)
|
|
34
|
+
body.id = String(args.id);
|
|
35
|
+
return body;
|
|
36
|
+
}
|
|
37
|
+
const opContactSavePrepare = {
|
|
38
|
+
name: 'mail.contacts.save.prepare',
|
|
39
|
+
resource: 'mail/base/contacts/getMailContactsForm',
|
|
40
|
+
method: 'POST',
|
|
41
|
+
action: 'mail.contacts.save.prepare',
|
|
42
|
+
summary: '新增/编辑联系人(查全量 + 输出摘要,不保存)',
|
|
43
|
+
risk: WRITE,
|
|
44
|
+
requiresConfirmation: true,
|
|
45
|
+
inputSchema: CONTACT_SCHEMA,
|
|
46
|
+
async handler(args, env) {
|
|
47
|
+
const body = buildContactBody(args);
|
|
48
|
+
const session = await env.host.getSession();
|
|
49
|
+
const form = (await env.host.request({ path: '/api/mail/base/contacts/getMailContactsForm', method: 'POST', body: { id: args.id ? String(args.id) : '' } }));
|
|
50
|
+
const continuation = await env.continuation.issue({
|
|
51
|
+
operation: 'mail.contacts.save.apply',
|
|
52
|
+
baseUrl: session.baseUrl,
|
|
53
|
+
profile: session.profile,
|
|
54
|
+
userId: session.userId,
|
|
55
|
+
body,
|
|
56
|
+
}, CONTINUATION_TTL_MS);
|
|
57
|
+
return mailSuccess('mail.contacts.save.prepare', {
|
|
58
|
+
mode: body.id ? 'edit' : 'create',
|
|
59
|
+
mailUserName: body.mailUserName,
|
|
60
|
+
mailAddress: body.mailAddress,
|
|
61
|
+
groupId: body.groupId || '',
|
|
62
|
+
tip: '确认后以 mail contacts save --apply --continuation <token> --yes 执行保存',
|
|
63
|
+
}, { continuation, formFields: form?.data });
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
const opContactSaveApply = {
|
|
67
|
+
name: 'mail.contacts.save.apply',
|
|
68
|
+
resource: 'mail/base/contacts/saveMailContacts',
|
|
69
|
+
method: 'POST',
|
|
70
|
+
action: 'mail.contacts.save.apply',
|
|
71
|
+
summary: '执行保存联系人',
|
|
72
|
+
risk: WRITE,
|
|
73
|
+
requiresConfirmation: true,
|
|
74
|
+
inputSchema: CONTACT_SCHEMA,
|
|
75
|
+
async handler(args, env) {
|
|
76
|
+
if (args.confirm !== true)
|
|
77
|
+
throw new Error('mail.contacts.save.apply 必须传入 confirm=true 与 prepare 返回的 continuation');
|
|
78
|
+
if (!args.continuation)
|
|
79
|
+
throw new Error('mail.contacts.save.apply 必须传入 prepare 返回的 continuation');
|
|
80
|
+
const lease = await env.continuation.verify(String(args.continuation), 'mail.contacts.save.apply');
|
|
81
|
+
const session = await env.host.getSession();
|
|
82
|
+
if (lease.baseUrl !== session.baseUrl || lease.profile !== session.profile || lease.userId !== session.userId) {
|
|
83
|
+
throw mailValidationError('context_mismatch', '确认上下文已变化(租户或登录账号不同),请重新执行 prepare');
|
|
84
|
+
}
|
|
85
|
+
const value = (await env.host.request({ path: '/api/mail/base/contacts/saveMailContacts', method: 'POST', body: lease.body }));
|
|
86
|
+
return mailSuccess('mail.contacts.save.apply', { id: value?.data ?? 'SUCCESS', mode: lease.body?.id ? 'edit' : 'create' }, {});
|
|
87
|
+
},
|
|
88
|
+
};
|
|
89
|
+
const opContactDelete = {
|
|
90
|
+
name: 'mail.contacts.delete',
|
|
91
|
+
resource: 'mail/base/contacts/delContacts',
|
|
92
|
+
method: 'POST',
|
|
93
|
+
action: 'mail.contacts.delete',
|
|
94
|
+
summary: '删除联系人',
|
|
95
|
+
risk: WRITE,
|
|
96
|
+
inputSchema: schemaOf({ id: { type: 'string', description: '联系人 id 或逗号分隔多个' } }, { required: ['id'], description: '删除联系人' }),
|
|
97
|
+
async handler(args, env) {
|
|
98
|
+
const id = String(args.id || '').trim();
|
|
99
|
+
if (!id)
|
|
100
|
+
throw new Error('id(联系人 id)必填');
|
|
101
|
+
const value = (await env.host.request({ path: '/api/mail/base/contacts/delContacts', method: 'POST', body: { ids: id } }));
|
|
102
|
+
return mailSuccess('mail.contacts.delete', value?.data ?? true, { id });
|
|
103
|
+
},
|
|
104
|
+
};
|
|
105
|
+
// ---------------------------------------------------------------------------
|
|
106
|
+
// 联系人分组 新增/编辑(prepare/apply)
|
|
107
|
+
// ---------------------------------------------------------------------------
|
|
108
|
+
const GROUP_SCHEMA = schemaOf({
|
|
109
|
+
id: SCHEMA_STRING,
|
|
110
|
+
groupName: SCHEMA_STRING,
|
|
111
|
+
confirm: { type: 'boolean' },
|
|
112
|
+
continuation: SCHEMA_STRING,
|
|
113
|
+
}, { description: '分组保存(prepare/apply)' });
|
|
114
|
+
function buildGroupBody(args) {
|
|
115
|
+
const groupName = String(args.groupName || '').trim();
|
|
116
|
+
if (!groupName)
|
|
117
|
+
throw new Error('groupName(分组名)必填');
|
|
118
|
+
const body = { groupName };
|
|
119
|
+
if (args.id)
|
|
120
|
+
body.groupId = String(args.id);
|
|
121
|
+
return body;
|
|
122
|
+
}
|
|
123
|
+
const opGroupSavePrepare = {
|
|
124
|
+
name: 'mail.contacts.group.save.prepare',
|
|
125
|
+
resource: 'mail/base/contacts/saveMailContactsGroup',
|
|
126
|
+
method: 'POST',
|
|
127
|
+
action: 'mail.contacts.group.save.prepare',
|
|
128
|
+
summary: '新增/编辑分组(prepare,不保存)',
|
|
129
|
+
risk: WRITE,
|
|
130
|
+
requiresConfirmation: true,
|
|
131
|
+
inputSchema: GROUP_SCHEMA,
|
|
132
|
+
async handler(args, env) {
|
|
133
|
+
const body = buildGroupBody(args);
|
|
134
|
+
const session = await env.host.getSession();
|
|
135
|
+
const continuation = await env.continuation.issue({
|
|
136
|
+
operation: 'mail.contacts.group.save.apply',
|
|
137
|
+
baseUrl: session.baseUrl,
|
|
138
|
+
profile: session.profile,
|
|
139
|
+
userId: session.userId,
|
|
140
|
+
body,
|
|
141
|
+
}, CONTINUATION_TTL_MS);
|
|
142
|
+
return mailSuccess('mail.contacts.group.save.prepare', {
|
|
143
|
+
mode: body.groupId ? 'edit' : 'create',
|
|
144
|
+
groupName: body.groupName,
|
|
145
|
+
tip: '确认后以 mail contacts group save --apply --continuation <token> --yes 执行保存',
|
|
146
|
+
}, { continuation });
|
|
147
|
+
},
|
|
148
|
+
};
|
|
149
|
+
const opGroupSaveApply = {
|
|
150
|
+
name: 'mail.contacts.group.save.apply',
|
|
151
|
+
resource: 'mail/base/contacts/saveMailContactsGroup',
|
|
152
|
+
method: 'POST',
|
|
153
|
+
action: 'mail.contacts.group.save.apply',
|
|
154
|
+
summary: '执行保存分组',
|
|
155
|
+
risk: WRITE,
|
|
156
|
+
requiresConfirmation: true,
|
|
157
|
+
inputSchema: GROUP_SCHEMA,
|
|
158
|
+
async handler(args, env) {
|
|
159
|
+
if (args.confirm !== true)
|
|
160
|
+
throw new Error('mail.contacts.group.save.apply 必须传入 confirm=true 与 prepare 返回的 continuation');
|
|
161
|
+
if (!args.continuation)
|
|
162
|
+
throw new Error('mail.contacts.group.save.apply 必须传入 prepare 返回的 continuation');
|
|
163
|
+
const lease = await env.continuation.verify(String(args.continuation), 'mail.contacts.group.save.apply');
|
|
164
|
+
const session = await env.host.getSession();
|
|
165
|
+
if (lease.baseUrl !== session.baseUrl || lease.profile !== session.profile || lease.userId !== session.userId) {
|
|
166
|
+
throw mailValidationError('context_mismatch', '确认上下文已变化(租户或登录账号不同),请重新执行 prepare');
|
|
167
|
+
}
|
|
168
|
+
const value = (await env.host.request({ path: '/api/mail/base/contacts/saveMailContactsGroup', method: 'POST', body: lease.body }));
|
|
169
|
+
return mailSuccess('mail.contacts.group.save.apply', { id: value?.data ?? 'SUCCESS', mode: lease.body?.groupId ? 'edit' : 'create' }, {});
|
|
170
|
+
},
|
|
171
|
+
};
|
|
172
|
+
const opGroupDelete = {
|
|
173
|
+
name: 'mail.contacts.group.delete',
|
|
174
|
+
resource: 'mail/base/contacts/delContactsGroup',
|
|
175
|
+
method: 'POST',
|
|
176
|
+
action: 'mail.contacts.group.delete',
|
|
177
|
+
summary: '删除分组',
|
|
178
|
+
risk: WRITE,
|
|
179
|
+
inputSchema: schemaOf({ id: { type: 'string', description: '分组 id' } }, { required: ['id'], description: '删除分组' }),
|
|
180
|
+
async handler(args, env) {
|
|
181
|
+
const id = String(args.id || '').trim();
|
|
182
|
+
if (!id)
|
|
183
|
+
throw new Error('id(分组 id)必填');
|
|
184
|
+
const value = (await env.host.request({ path: '/api/mail/base/contacts/delContactsGroup', method: 'POST', body: { groupId: id } }));
|
|
185
|
+
return mailSuccess('mail.contacts.group.delete', value?.data ?? true, { id });
|
|
186
|
+
},
|
|
187
|
+
};
|
|
188
|
+
export const mailContactsOperations = [
|
|
189
|
+
opContactSavePrepare,
|
|
190
|
+
opContactSaveApply,
|
|
191
|
+
opContactDelete,
|
|
192
|
+
opGroupSavePrepare,
|
|
193
|
+
opGroupSaveApply,
|
|
194
|
+
opGroupDelete,
|
|
195
|
+
];
|
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
import { createHash } from 'node:crypto';
|
|
2
|
+
import { statSync, readFileSync } from 'node:fs';
|
|
3
|
+
import { extname } from 'node:path';
|
|
4
|
+
import { mailRandomKey } from '../host.js';
|
|
5
|
+
import { WRITE, mailSuccess, schemaOf, SCHEMA_STRING } from './types.js';
|
|
6
|
+
const MIME_BY_EXT = {
|
|
7
|
+
txt: 'text/plain',
|
|
8
|
+
html: 'text/html',
|
|
9
|
+
htm: 'text/html',
|
|
10
|
+
json: 'application/json',
|
|
11
|
+
pdf: 'application/pdf',
|
|
12
|
+
doc: 'application/msword',
|
|
13
|
+
docx: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
|
14
|
+
xls: 'application/vnd.ms-excel',
|
|
15
|
+
xlsx: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
16
|
+
png: 'image/png',
|
|
17
|
+
jpg: 'image/jpeg',
|
|
18
|
+
jpeg: 'image/jpeg',
|
|
19
|
+
gif: 'image/gif',
|
|
20
|
+
zip: 'application/zip',
|
|
21
|
+
};
|
|
22
|
+
function mimeOf(name) {
|
|
23
|
+
const ext = extname(name).replace('.', '').toLowerCase();
|
|
24
|
+
return MIME_BY_EXT[ext] || 'application/octet-stream';
|
|
25
|
+
}
|
|
26
|
+
async function fetchSubject(env, id) {
|
|
27
|
+
const rk = mailRandomKey();
|
|
28
|
+
const [rkKey, rkVal] = rk.split('=');
|
|
29
|
+
const value = (await env.host.request({
|
|
30
|
+
path: '/api/mail/base/view/getMailResourceInfoView',
|
|
31
|
+
method: 'GET',
|
|
32
|
+
query: { mailResourceId: id, [rkKey]: rkVal },
|
|
33
|
+
}));
|
|
34
|
+
return value?.data?.mailSubject || '';
|
|
35
|
+
}
|
|
36
|
+
// ---------------------------------------------------------------------------
|
|
37
|
+
// 标星 / 已读 / 待办 / 移动 / 逻辑删除
|
|
38
|
+
// ---------------------------------------------------------------------------
|
|
39
|
+
const opStar = {
|
|
40
|
+
name: 'mail.star',
|
|
41
|
+
resource: 'mail/base/resource/starMail',
|
|
42
|
+
method: 'POST',
|
|
43
|
+
action: 'mail.star',
|
|
44
|
+
summary: '标星/取消标星',
|
|
45
|
+
risk: WRITE,
|
|
46
|
+
inputSchema: schemaOf({ id: { type: 'string', description: '邮件 id' }, star: { type: 'string', description: '1 标星 / 0 取消' } }, { required: ['id', 'star'], description: '标星' }),
|
|
47
|
+
async handler(args, env) {
|
|
48
|
+
const id = String(args.id || '').trim();
|
|
49
|
+
const star = String(args.star ?? '1');
|
|
50
|
+
if (!id)
|
|
51
|
+
throw new Error('id(邮件 id)必填');
|
|
52
|
+
const value = (await env.host.request({
|
|
53
|
+
path: '/api/mail/base/resource/starMail',
|
|
54
|
+
method: 'POST',
|
|
55
|
+
query: { ids: id, star },
|
|
56
|
+
}));
|
|
57
|
+
return mailSuccess('mail.star', value?.data ?? 'SUCCESS', { id, star });
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
const opReadStatus = {
|
|
61
|
+
name: 'mail.read.status',
|
|
62
|
+
resource: 'mail/base/resource/setMailReadStatus',
|
|
63
|
+
method: 'POST',
|
|
64
|
+
action: 'mail.read.status',
|
|
65
|
+
summary: '标记单封已读/未读',
|
|
66
|
+
risk: WRITE,
|
|
67
|
+
inputSchema: schemaOf({ id: { type: 'string', description: '邮件 id' }, read: { type: 'string', description: '1 已读 / 0 未读' } }, { required: ['id', 'read'], description: '标记已读' }),
|
|
68
|
+
async handler(args, env) {
|
|
69
|
+
const id = String(args.id || '').trim();
|
|
70
|
+
const read = String(args.read ?? '1');
|
|
71
|
+
if (!id)
|
|
72
|
+
throw new Error('id(邮件 id)必填');
|
|
73
|
+
const value = (await env.host.request({
|
|
74
|
+
path: '/api/mail/base/resource/setMailReadStatus',
|
|
75
|
+
method: 'POST',
|
|
76
|
+
form: { ids: id, readStatus: read },
|
|
77
|
+
}));
|
|
78
|
+
return mailSuccess('mail.read.status', value?.data ?? 'SUCCESS', { id, readStatus: read });
|
|
79
|
+
},
|
|
80
|
+
};
|
|
81
|
+
const opReadAll = {
|
|
82
|
+
name: 'mail.read.all',
|
|
83
|
+
resource: 'mail/base/resource/setMailAllRead',
|
|
84
|
+
method: 'POST',
|
|
85
|
+
action: 'mail.read.all',
|
|
86
|
+
summary: '标记全部已读',
|
|
87
|
+
risk: WRITE,
|
|
88
|
+
inputSchema: schemaOf({ folder: { type: 'string', description: '文件夹 id(默认全部)' } }, { description: '全部已读' }),
|
|
89
|
+
async handler(args, env) {
|
|
90
|
+
// setMailAllRead 作用于当前激活文件夹视图;folder 仅作摘要记录(后端无显式参数)
|
|
91
|
+
const value = (await env.host.request({
|
|
92
|
+
path: '/api/mail/base/resource/setMailAllRead',
|
|
93
|
+
method: 'POST',
|
|
94
|
+
body: {},
|
|
95
|
+
}));
|
|
96
|
+
return mailSuccess('mail.read.all', value?.data ?? 'SUCCESS', { folder: args.folder ?? 'current' });
|
|
97
|
+
},
|
|
98
|
+
};
|
|
99
|
+
const opWaitAdd = {
|
|
100
|
+
name: 'mail.wait.add',
|
|
101
|
+
resource: 'my/wait/addWait',
|
|
102
|
+
method: 'POST',
|
|
103
|
+
action: 'mail.wait.add',
|
|
104
|
+
summary: '创建待办/提醒',
|
|
105
|
+
risk: WRITE,
|
|
106
|
+
inputSchema: schemaOf({
|
|
107
|
+
id: { type: 'string', description: '邮件 id' },
|
|
108
|
+
title: SCHEMA_STRING,
|
|
109
|
+
endDate: SCHEMA_STRING,
|
|
110
|
+
reminderWay: SCHEMA_STRING,
|
|
111
|
+
reminderTime: SCHEMA_STRING,
|
|
112
|
+
remark: SCHEMA_STRING,
|
|
113
|
+
}, { required: ['id'], description: '待办' }),
|
|
114
|
+
async handler(args, env) {
|
|
115
|
+
const id = String(args.id || '').trim();
|
|
116
|
+
if (!id)
|
|
117
|
+
throw new Error('id(邮件 id)必填');
|
|
118
|
+
const content = args.title ? String(args.title) : await fetchSubject(env, id);
|
|
119
|
+
const processTime = args.endDate ? String(args.endDate) : '';
|
|
120
|
+
const reminderTime = args.reminderTime ? String(args.reminderTime) : '';
|
|
121
|
+
const body = {
|
|
122
|
+
module: 'mail',
|
|
123
|
+
processTime,
|
|
124
|
+
reminderWay: args.reminderWay ? String(args.reminderWay) : '',
|
|
125
|
+
reminderTime,
|
|
126
|
+
remark: args.remark ? String(args.remark) : '',
|
|
127
|
+
waitEntityDTOS: [{ entityId: id, content, module: 'mail' }],
|
|
128
|
+
processTimeTamp: processTime ? Date.parse(processTime + (processTime.length <= 10 ? 'T23:59:59' : '')) || 0 : 0,
|
|
129
|
+
reminderTimeTamp: reminderTime ? Date.parse(reminderTime.replace(' ', 'T')) || 0 : 0,
|
|
130
|
+
};
|
|
131
|
+
const value = (await env.host.request({ path: '/api/my/wait/addWait', method: 'POST', body }));
|
|
132
|
+
return mailSuccess('mail.wait.add', value?.data ?? [], { id, content });
|
|
133
|
+
},
|
|
134
|
+
};
|
|
135
|
+
const opMoveFolder = {
|
|
136
|
+
name: 'mail.move.folder',
|
|
137
|
+
resource: 'mail/base/resource/moveMailToFolder',
|
|
138
|
+
method: 'POST',
|
|
139
|
+
action: 'mail.move.folder',
|
|
140
|
+
summary: '移动邮件至文件夹',
|
|
141
|
+
risk: WRITE,
|
|
142
|
+
inputSchema: schemaOf({ id: { type: 'string', description: '邮件 id 或逗号分隔多个' }, folder: { type: 'string', description: '目标文件夹 id(-1已发送/-3已删除/正数自定义)' } }, { required: ['id', 'folder'], description: '移动' }),
|
|
143
|
+
async handler(args, env) {
|
|
144
|
+
const id = String(args.id || '').trim();
|
|
145
|
+
const folder = String(args.folder || '').trim();
|
|
146
|
+
if (!id)
|
|
147
|
+
throw new Error('id(邮件 id)必填');
|
|
148
|
+
if (!folder)
|
|
149
|
+
throw new Error('folder(目标文件夹 id)必填');
|
|
150
|
+
const value = (await env.host.request({
|
|
151
|
+
path: '/api/mail/base/resource/moveMailToFolder',
|
|
152
|
+
method: 'POST',
|
|
153
|
+
form: { ids: id, folderId: folder },
|
|
154
|
+
}));
|
|
155
|
+
return mailSuccess('mail.move.folder', value?.data ?? 'SUCCESS', { id, folderId: folder });
|
|
156
|
+
},
|
|
157
|
+
};
|
|
158
|
+
const opDeleteMove = {
|
|
159
|
+
name: 'mail.delete.move',
|
|
160
|
+
resource: 'mail/base/resource/deleteMailResourceByMoveBatch',
|
|
161
|
+
method: 'POST',
|
|
162
|
+
action: 'mail.delete.move',
|
|
163
|
+
summary: '逻辑删除(移至已删除,可恢复)',
|
|
164
|
+
risk: WRITE,
|
|
165
|
+
inputSchema: schemaOf({ id: { type: 'string', description: '邮件 id 或逗号分隔多个' } }, { required: ['id'], description: '逻辑删除' }),
|
|
166
|
+
async handler(args, env) {
|
|
167
|
+
const id = String(args.id || '').trim();
|
|
168
|
+
if (!id)
|
|
169
|
+
throw new Error('id(邮件 id)必填');
|
|
170
|
+
const value = (await env.host.request({
|
|
171
|
+
path: '/api/mail/base/resource/deleteMailResourceByMoveBatch',
|
|
172
|
+
method: 'POST',
|
|
173
|
+
query: { sf_request_type: 'ajax' },
|
|
174
|
+
form: { ids: id },
|
|
175
|
+
}));
|
|
176
|
+
return mailSuccess('mail.delete.move', value?.data ?? 'SUCCESS', { id });
|
|
177
|
+
},
|
|
178
|
+
};
|
|
179
|
+
// ---------------------------------------------------------------------------
|
|
180
|
+
// 文件夹 / 撤回 / 附件
|
|
181
|
+
// ---------------------------------------------------------------------------
|
|
182
|
+
const opFolderCreate = {
|
|
183
|
+
name: 'mail.folder.create',
|
|
184
|
+
resource: 'mail/base/setting/folder/saveMailFolder',
|
|
185
|
+
method: 'POST',
|
|
186
|
+
action: 'mail.folder.create',
|
|
187
|
+
summary: '新建邮件文件夹',
|
|
188
|
+
risk: WRITE,
|
|
189
|
+
inputSchema: schemaOf({ name: { type: 'string', description: '文件夹名' }, id: { type: 'string', description: '编辑时传原 id(可选)' } }, { required: ['name'], description: '新建文件夹' }),
|
|
190
|
+
async handler(args, env) {
|
|
191
|
+
const name = String(args.name || '').trim();
|
|
192
|
+
if (!name)
|
|
193
|
+
throw new Error('name(文件夹名)必填');
|
|
194
|
+
const body = { name };
|
|
195
|
+
if (args.id)
|
|
196
|
+
body.id = String(args.id);
|
|
197
|
+
const value = (await env.host.request({ path: '/api/mail/base/setting/folder/saveMailFolder', method: 'POST', body }));
|
|
198
|
+
return mailSuccess('mail.folder.create', value?.data ?? 'SUCCESS', { name });
|
|
199
|
+
},
|
|
200
|
+
};
|
|
201
|
+
const opFolderDelete = {
|
|
202
|
+
name: 'mail.folder.delete',
|
|
203
|
+
resource: 'mail/base/setting/folder/deleteMailFolder',
|
|
204
|
+
method: 'POST',
|
|
205
|
+
action: 'mail.folder.delete',
|
|
206
|
+
summary: '删除邮件文件夹',
|
|
207
|
+
risk: WRITE,
|
|
208
|
+
inputSchema: schemaOf({ id: { type: 'string', description: '文件夹 id' } }, { required: ['id'], description: '删除文件夹' }),
|
|
209
|
+
async handler(args, env) {
|
|
210
|
+
const id = String(args.id || '').trim();
|
|
211
|
+
if (!id)
|
|
212
|
+
throw new Error('id(文件夹 id)必填');
|
|
213
|
+
const value = (await env.host.request({ path: '/api/mail/base/setting/folder/deleteMailFolder', method: 'POST', body: { id } }));
|
|
214
|
+
return mailSuccess('mail.folder.delete', value?.data ?? 'SUCCESS', { id });
|
|
215
|
+
},
|
|
216
|
+
};
|
|
217
|
+
const opRecall = {
|
|
218
|
+
name: 'mail.recall',
|
|
219
|
+
resource: 'mail/base/recallMail',
|
|
220
|
+
method: 'POST',
|
|
221
|
+
action: 'mail.recall',
|
|
222
|
+
summary: '撤回已发送的内部邮件',
|
|
223
|
+
risk: WRITE,
|
|
224
|
+
inputSchema: schemaOf({ id: { type: 'string', description: '邮件 id' } }, { required: ['id'], description: '撤回' }),
|
|
225
|
+
async handler(args, env) {
|
|
226
|
+
const id = String(args.id || '').trim();
|
|
227
|
+
if (!id)
|
|
228
|
+
throw new Error('id(邮件 id)必填');
|
|
229
|
+
const value = (await env.host.request({ path: '/api/mail/base/recallMail', method: 'POST', body: { mailResourceId: id, ids: id } }));
|
|
230
|
+
const d = value?.data || {};
|
|
231
|
+
return mailSuccess('mail.recall', { success: d.success === 1, msg: d.msg }, { id });
|
|
232
|
+
},
|
|
233
|
+
};
|
|
234
|
+
const opAttachmentUpload = {
|
|
235
|
+
name: 'mail.attachment.upload',
|
|
236
|
+
resource: 'file/module/upload',
|
|
237
|
+
method: 'POST',
|
|
238
|
+
action: 'mail.attachment.upload',
|
|
239
|
+
summary: '上传附件(预检→上传→绑定,返回 fileid)',
|
|
240
|
+
risk: WRITE,
|
|
241
|
+
inputSchema: schemaOf({ file: { type: 'string', description: '本地文件路径(Windows 绝对路径)' }, name: { type: 'string', description: '附件名(默认取文件名)' } }, { required: ['file'], description: '附件上传' }),
|
|
242
|
+
async handler(args, env) {
|
|
243
|
+
const filePath = String(args.file || '').trim();
|
|
244
|
+
if (!filePath)
|
|
245
|
+
throw new Error('file(本地文件路径)必填');
|
|
246
|
+
const name = args.name ? String(args.name) : filePath.split(/[\\/]/).pop() || 'attachment';
|
|
247
|
+
let buffer;
|
|
248
|
+
let size;
|
|
249
|
+
try {
|
|
250
|
+
const stat = statSync(filePath);
|
|
251
|
+
size = stat.size;
|
|
252
|
+
buffer = readFileSync(filePath);
|
|
253
|
+
}
|
|
254
|
+
catch {
|
|
255
|
+
throw new Error('无法读取本地文件:' + filePath);
|
|
256
|
+
}
|
|
257
|
+
const md5 = createHash('md5').update(buffer).digest('hex');
|
|
258
|
+
const lastModified = Date.now();
|
|
259
|
+
const base = {
|
|
260
|
+
compressImg: 'false',
|
|
261
|
+
fileFrom: 'mail_info',
|
|
262
|
+
createDoc: 'false',
|
|
263
|
+
module: 'mail',
|
|
264
|
+
refId: '-2',
|
|
265
|
+
size: String(size),
|
|
266
|
+
name,
|
|
267
|
+
MD5: md5,
|
|
268
|
+
lastModified: String(lastModified),
|
|
269
|
+
lastModifiedDate: String(lastModified),
|
|
270
|
+
};
|
|
271
|
+
const precheck = (await env.host.request({
|
|
272
|
+
path: '/api/file/preUploadCheck',
|
|
273
|
+
method: 'POST',
|
|
274
|
+
multipart: buildMultipart({ ...base }),
|
|
275
|
+
}));
|
|
276
|
+
const preUploadId = precheck?.data?.preUploadId;
|
|
277
|
+
if (!preUploadId)
|
|
278
|
+
throw new Error('附件预检未返回 preUploadId:' + JSON.stringify(precheck?.data).slice(0, 200));
|
|
279
|
+
const upload = (await env.host.request({
|
|
280
|
+
path: '/api/file/module/upload',
|
|
281
|
+
method: 'POST',
|
|
282
|
+
multipart: buildMultipart({ ...base, preUploadId, uploadType: 'common' }, { file: buffer, filename: name, type: mimeOf(name) }),
|
|
283
|
+
}));
|
|
284
|
+
const fileid = upload?.data?.fileid;
|
|
285
|
+
if (!fileid)
|
|
286
|
+
throw new Error('附件上传未返回 fileid:' + JSON.stringify(upload?.data).slice(0, 200));
|
|
287
|
+
await env.host.request({
|
|
288
|
+
path: '/api/mail/base/add/addPermissionFile',
|
|
289
|
+
method: 'POST',
|
|
290
|
+
body: { fileIds: String(fileid) },
|
|
291
|
+
});
|
|
292
|
+
return mailSuccess('mail.attachment.upload', { fileid, name, size }, { fileid });
|
|
293
|
+
},
|
|
294
|
+
};
|
|
295
|
+
const opAttachmentDownload = {
|
|
296
|
+
name: 'mail.attachment.download',
|
|
297
|
+
resource: 'mail/base/file/batchDownload',
|
|
298
|
+
method: 'POST',
|
|
299
|
+
action: 'mail.attachment.download',
|
|
300
|
+
summary: '批量下载附件',
|
|
301
|
+
risk: WRITE,
|
|
302
|
+
inputSchema: schemaOf({ ids: { type: 'string', description: '附件 id(逗号分隔)' }, output: { type: 'string', description: '输出目录' } }, { required: ['ids'], description: '附件下载' }),
|
|
303
|
+
async handler(args, env) {
|
|
304
|
+
const ids = String(args.ids || '').trim();
|
|
305
|
+
if (!ids)
|
|
306
|
+
throw new Error('ids(附件 id)必填');
|
|
307
|
+
const value = (await env.host.request({
|
|
308
|
+
path: '/api/mail/base/file/batchDownload',
|
|
309
|
+
method: 'POST',
|
|
310
|
+
body: { ids, output: args.output ? String(args.output) : '' },
|
|
311
|
+
}));
|
|
312
|
+
return mailSuccess('mail.attachment.download', value?.data ?? 'SUCCESS', { ids });
|
|
313
|
+
},
|
|
314
|
+
};
|
|
315
|
+
function buildMultipart(fields, file) {
|
|
316
|
+
const fd = new FormData();
|
|
317
|
+
for (const [k, v] of Object.entries(fields))
|
|
318
|
+
fd.append(k, v);
|
|
319
|
+
if (file)
|
|
320
|
+
fd.append('file', new Blob([new Uint8Array(file.file)], { type: file.type }), file.filename);
|
|
321
|
+
return fd;
|
|
322
|
+
}
|
|
323
|
+
export const mailManageOperations = [
|
|
324
|
+
opStar,
|
|
325
|
+
opReadStatus,
|
|
326
|
+
opReadAll,
|
|
327
|
+
opWaitAdd,
|
|
328
|
+
opMoveFolder,
|
|
329
|
+
opDeleteMove,
|
|
330
|
+
opFolderCreate,
|
|
331
|
+
opFolderDelete,
|
|
332
|
+
opRecall,
|
|
333
|
+
opAttachmentUpload,
|
|
334
|
+
opAttachmentDownload,
|
|
335
|
+
];
|