@gct-paas/api 0.1.6-dev.4 → 0.1.6-dev.6
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/dist/gct-api.esm.min.js +1 -0
- package/dist/gct-api.system.min.js +1 -0
- package/es/apaas/service/api-config.mjs +96 -472
- package/es/apaas/service/apis/api.service.d.ts +41 -32
- package/es/apaas/service/apis/app-branch.service.d.ts +3 -3
- package/es/apaas/service/apis/app-global-settings.service.d.ts +7 -3
- package/es/apaas/service/apis/app-granted-user.service.d.ts +2 -2
- package/es/apaas/service/apis/app-org.service.d.ts +7 -3
- package/es/apaas/service/apis/app-publish-log.service.d.ts +3 -3
- package/es/apaas/service/apis/app-user.service.d.ts +3 -3
- package/es/apaas/service/apis/approval-log.service.d.ts +3 -3
- package/es/apaas/service/apis/audit-log.service.d.ts +1 -8
- package/es/apaas/service/apis/basic-config.service.d.ts +2 -2
- package/es/apaas/service/apis/biz-event.service.d.ts +4 -4
- package/es/apaas/service/apis/biz-process-definition-version.service.d.ts +3 -3
- package/es/apaas/service/apis/biz-process-definition.service.d.ts +4 -4
- package/es/apaas/service/apis/biz-service-crud.service.d.ts +5 -5
- package/es/apaas/service/apis/biz-service.service.d.ts +5 -4
- package/es/apaas/service/apis/category-relation.service.d.ts +2 -2
- package/es/apaas/service/apis/category.service.d.ts +6 -14
- package/es/apaas/service/apis/chat.service.d.ts +1 -1
- package/es/apaas/service/apis/commit-log.service.d.ts +6 -6
- package/es/apaas/service/apis/common-info-card.service.d.ts +3 -3
- package/es/apaas/service/apis/control-config.service.d.ts +5 -5
- package/es/apaas/service/apis/customer-complaint.service.d.ts +4 -4
- package/es/apaas/service/apis/dashboard.service.d.ts +4 -4
- package/es/apaas/service/apis/data-model.service.d.ts +8 -7
- package/es/apaas/service/apis/data-source.service.d.ts +1 -5
- package/es/apaas/service/apis/data-trace.service.d.ts +2 -2
- package/es/apaas/service/apis/designer-common.service.d.ts +10 -14
- package/es/apaas/service/apis/designer-lock.service.d.ts +1 -1
- package/es/apaas/service/apis/designer-operate-log.service.d.ts +1 -1
- package/es/apaas/service/apis/dhr.service.d.ts +3 -3
- package/es/apaas/service/apis/doc-control-started.service.d.ts +4 -79
- package/es/apaas/service/apis/doc-control-task-done.service.d.ts +3 -3
- package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +4 -16
- package/es/apaas/service/apis/doc-control.service.d.ts +2 -2
- package/es/apaas/service/apis/doc-outline.service.d.ts +9 -9
- package/es/apaas/service/apis/document.service.d.ts +7 -7
- package/es/apaas/service/apis/edhr-category.service.d.ts +3 -3
- package/es/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +4 -4
- package/es/apaas/service/apis/edhr-instance-relation.service.d.ts +3 -3
- package/es/apaas/service/apis/edhr-instance-search-history.service.d.ts +2 -2
- package/es/apaas/service/apis/edhr-instance.service.d.ts +7 -19
- package/es/apaas/service/apis/edhr-tmpl.service.d.ts +10 -23
- package/es/apaas/service/apis/ele-search.service.d.ts +1 -1
- package/es/apaas/service/apis/enum-model-field.service.d.ts +2 -10
- package/es/apaas/service/apis/enum-model.service.d.ts +2 -2
- package/es/apaas/service/apis/event-log.service.d.ts +3 -3
- package/es/apaas/service/apis/event.service.d.ts +4 -4
- package/es/apaas/service/apis/excel-tmpl.service.d.ts +7 -7
- package/es/apaas/service/apis/excel.service.d.ts +8 -12
- package/es/apaas/service/apis/field-meta.service.d.ts +5 -26
- package/es/apaas/service/apis/field.service.d.ts +1 -1
- package/es/apaas/service/apis/file-resource.service.d.ts +2 -3
- package/es/apaas/service/apis/file.service.d.ts +4 -9
- package/es/apaas/service/apis/formRelate.service.d.ts +9 -9
- package/es/apaas/service/apis/front-operate-log.service.d.ts +1 -1
- package/es/apaas/service/apis/global-method.service.d.ts +3 -3
- package/es/apaas/service/apis/i18n-info.service.d.ts +5 -6
- package/es/apaas/service/apis/import-report.service.d.ts +2 -2
- package/es/apaas/service/apis/instance-relation.service.d.ts +4 -4
- package/es/apaas/service/apis/job-log.service.d.ts +2 -2
- package/es/apaas/service/apis/job.service.d.ts +6 -6
- package/es/apaas/service/apis/js-engine.service.d.ts +3 -2
- package/es/apaas/service/apis/label-log.service.d.ts +3 -3
- package/es/apaas/service/apis/label.service.d.ts +16 -27
- package/es/apaas/service/apis/medPro.service.d.ts +21 -49
- package/es/apaas/service/apis/menu-config.service.d.ts +4 -4
- package/es/apaas/service/apis/merge-log.service.d.ts +2 -2
- package/es/apaas/service/apis/message-record.service.d.ts +3 -3
- package/es/apaas/service/apis/message-setting.service.d.ts +1 -1
- package/es/apaas/service/apis/message-tmpl.service.d.ts +3 -3
- package/es/apaas/service/apis/mobile-homepage.service.d.ts +3 -3
- package/es/apaas/service/apis/mobile-page.service.d.ts +3 -3
- package/es/apaas/service/apis/model-comprehensive.service.d.ts +19 -16
- package/es/apaas/service/apis/model-data.service.d.ts +2 -2
- package/es/apaas/service/apis/model-meta.service.d.ts +18 -32
- package/es/apaas/service/apis/model-method.service.d.ts +5 -23
- package/es/apaas/service/apis/model-permission-relation.service.d.ts +3 -3
- package/es/apaas/service/apis/model.service.d.ts +1 -1
- package/es/apaas/service/apis/office.service.d.ts +1 -4
- package/es/apaas/service/apis/online-form-category.service.d.ts +3 -3
- package/es/apaas/service/apis/online-form-change-history.service.d.ts +1 -1
- package/es/apaas/service/apis/online-form-instance.service.d.ts +27 -117
- package/es/apaas/service/apis/online-form-log.service.d.ts +1 -1
- package/es/apaas/service/apis/online-form-tmpl-log.service.d.ts +4 -4
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +9 -69
- package/es/apaas/service/apis/online-form.service.d.ts +3 -10
- package/es/apaas/service/apis/online-user-summary.service.d.ts +3 -3
- package/es/apaas/service/apis/online.service.d.ts +4 -4
- package/es/apaas/service/apis/openapi.service.d.ts +4 -4
- package/es/apaas/service/apis/pad-page.service.d.ts +3 -3
- package/es/apaas/service/apis/page-designer-log.service.d.ts +3 -3
- package/es/apaas/service/apis/permission.service.d.ts +4 -4
- package/es/apaas/service/apis/pm-process-definition-version.service.d.ts +3 -3
- package/es/apaas/service/apis/pm-process-definition.service.d.ts +5 -5
- package/es/apaas/service/apis/pm-process-engine.service.d.ts +6 -6
- package/es/apaas/service/apis/print-designer.service.d.ts +5 -5
- package/es/apaas/service/apis/process-approval-log.service.d.ts +4 -4
- package/es/apaas/service/apis/process-approve-user.service.d.ts +3 -3
- package/es/apaas/service/apis/process-definition-version.service.d.ts +3 -3
- package/es/apaas/service/apis/process-definition.service.d.ts +3 -3
- package/es/apaas/service/apis/process-engine.service.d.ts +4 -4
- package/es/apaas/service/apis/process-event.service.d.ts +3 -3
- package/es/apaas/service/apis/process-graph.service.d.ts +1 -1
- package/es/apaas/service/apis/process-instance-relation-.service.d.ts +3 -3
- package/es/apaas/service/apis/process-instance.service.d.ts +3 -3
- package/es/apaas/service/apis/process-message-user.service.d.ts +3 -3
- package/es/apaas/service/apis/process-node-definition.service.d.ts +3 -3
- package/es/apaas/service/apis/process-path-user.service.d.ts +3 -3
- package/es/apaas/service/apis/process-path.service.d.ts +3 -3
- package/es/apaas/service/apis/process-task-done.service.d.ts +2 -29
- package/es/apaas/service/apis/process-task-todo.service.d.ts +3 -46
- package/es/apaas/service/apis/process-version.service.d.ts +3 -3
- package/es/apaas/service/apis/process.service.d.ts +3 -3
- package/es/apaas/service/apis/processTest.service.d.ts +7 -7
- package/es/apaas/service/apis/product-release.service.d.ts +4 -4
- package/es/apaas/service/apis/publish-log.service.d.ts +3 -3
- package/es/apaas/service/apis/regexp.service.d.ts +3 -3
- package/es/apaas/service/apis/report-data-set.service.d.ts +5 -5
- package/es/apaas/service/apis/report.service.d.ts +5 -5
- package/es/apaas/service/apis/role-permission.service.d.ts +1 -1
- package/es/apaas/service/apis/role.service.d.ts +4 -4
- package/es/apaas/service/apis/sandbox-config.service.d.ts +4 -4
- package/es/apaas/service/apis/script-version-log.service.d.ts +3 -3
- package/es/apaas/service/apis/script-version.service.d.ts +3 -3
- package/es/apaas/service/apis/script.service.d.ts +4 -4
- package/es/apaas/service/apis/service-orchestration-version-log.service.d.ts +3 -3
- package/es/apaas/service/apis/service-orchestration-version.service.d.ts +3 -3
- package/es/apaas/service/apis/service-orchestration.service.d.ts +4 -4
- package/es/apaas/service/apis/sign-history.service.d.ts +3 -3
- package/es/apaas/service/apis/sql-view-model.service.d.ts +3 -3
- package/es/apaas/service/apis/sql-view.service.d.ts +2 -1
- package/es/apaas/service/apis/ss.service.d.ts +1 -2
- package/es/apaas/service/apis/stash.service.d.ts +3 -3
- package/es/apaas/service/apis/sys-config.service.d.ts +3 -3
- package/es/apaas/service/apis/system-var.service.d.ts +5 -5
- package/es/apaas/service/apis/trace-log-details.service.d.ts +6 -6
- package/es/apaas/service/apis/trace-log.service.d.ts +4 -4
- package/es/apaas/service/apis/trace-mainline-ext.service.d.ts +3 -3
- package/es/apaas/service/apis/trace-mainline.service.d.ts +3 -3
- package/es/apaas/service/apis/trace-setting.service.d.ts +2 -2
- package/es/apaas/service/apis/user-group-relation.service.d.ts +1 -1
- package/es/apaas/service/apis/user-group.service.d.ts +3 -3
- package/es/apaas/service/apis/view-model.service.d.ts +10 -9
- package/es/apaas/service/apis/webpage.service.d.ts +3 -3
- package/es/apaas/service/entities.d.ts +370 -3465
- package/es/apaas/service/index.d.ts +0 -14
- package/es/ipaas/service/api-config.mjs +11 -39
- package/es/ipaas/service/apis/auth.service.d.ts +1 -1
- package/es/ipaas/service/apis/camel.service.d.ts +8 -21
- package/es/ipaas/service/apis/connector-config.service.d.ts +7 -8
- package/es/ipaas/service/apis/connector-log.service.d.ts +2 -2
- package/es/ipaas/service/apis/flow-app.service.d.ts +3 -3
- package/es/ipaas/service/apis/flow-category.service.d.ts +5 -5
- package/es/ipaas/service/apis/flow-ext.service.d.ts +5 -5
- package/es/ipaas/service/apis/flow.service.d.ts +6 -83
- package/es/ipaas/service/apis/runtime.service.d.ts +1 -14
- package/es/ipaas/service/entities.d.ts +0 -168
- package/es/platform/service/api-config.mjs +80 -162
- package/es/platform/service/apis/agent.service.d.ts +3 -3
- package/es/platform/service/apis/api.service.d.ts +71 -113
- package/es/platform/service/apis/apk.service.d.ts +3 -6
- package/es/platform/service/apis/app-member.service.d.ts +4 -4
- package/es/platform/service/apis/app-setting.service.d.ts +5 -5
- package/es/platform/service/apis/app.service.d.ts +18 -21
- package/es/platform/service/apis/assets.service.d.ts +5 -6
- package/es/platform/service/apis/audit-log.service.d.ts +1 -1
- package/es/platform/service/apis/bi-app.service.d.ts +3 -4
- package/es/platform/service/apis/bi-data-set.service.d.ts +3 -3
- package/es/platform/service/apis/bi-file-dataset-config.service.d.ts +4 -4
- package/es/platform/service/apis/bi-file.service.d.ts +2 -3
- package/es/platform/service/apis/bi-share.service.d.ts +4 -4
- package/es/platform/service/apis/category.service.d.ts +6 -6
- package/es/platform/service/apis/dashboard.service.d.ts +4 -4
- package/es/platform/service/apis/data-source.service.d.ts +5 -5
- package/es/platform/service/apis/data-trace.service.d.ts +2 -2
- package/es/platform/service/apis/database.service.d.ts +8 -8
- package/es/platform/service/apis/dataset-log.service.d.ts +4 -4
- package/es/platform/service/apis/dataset.service.d.ts +13 -13
- package/es/platform/service/apis/datasource-devops.service.d.ts +2 -2
- package/es/platform/service/apis/datasource-move-data.service.d.ts +4 -4
- package/es/platform/service/apis/datasource-move-detail.service.d.ts +4 -4
- package/es/platform/service/apis/datasource-move.service.d.ts +2 -2
- package/es/platform/service/apis/deleteCompInfo.service.d.ts +1 -1
- package/es/platform/service/apis/deleteCompInfoType.service.d.ts +1 -1
- package/es/platform/service/apis/deleteCsvDatasource.service.d.ts +1 -1
- package/es/platform/service/apis/deleteEchartTheme.service.d.ts +1 -1
- package/es/platform/service/apis/deleteEnshrineComp.service.d.ts +1 -1
- package/es/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +1 -1
- package/es/platform/service/apis/deleteFilter.service.d.ts +1 -1
- package/es/platform/service/apis/deleteLogOperateById.service.d.ts +1 -1
- package/es/platform/service/apis/deleteMapGeoJson.service.d.ts +1 -1
- package/es/platform/service/apis/deletePageSnapshoot.service.d.ts +1 -1
- package/es/platform/service/apis/deletePageTemplate.service.d.ts +1 -1
- package/es/platform/service/apis/deletePnResource.service.d.ts +1 -1
- package/es/platform/service/apis/deletePnResourceGroup.service.d.ts +1 -1
- package/es/platform/service/apis/device-interconnection-param.service.d.ts +4 -7
- package/es/platform/service/apis/device-interconnection.service.d.ts +5 -8
- package/es/platform/service/apis/device-param-ref.service.d.ts +2 -2
- package/es/platform/service/apis/exportTemplate.service.d.ts +7 -7
- package/es/platform/service/apis/external-message.service.d.ts +3 -3
- package/es/platform/service/apis/file-task.service.d.ts +4 -17
- package/es/platform/service/apis/file.service.d.ts +5 -10
- package/es/platform/service/apis/getAdCodeByAliasName.service.d.ts +1 -1
- package/es/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +1 -1
- package/es/platform/service/apis/getAllCsvDatasource.service.d.ts +1 -1
- package/es/platform/service/apis/getCompInfoById.service.d.ts +1 -1
- package/es/platform/service/apis/getCompInfoTypeById.service.d.ts +1 -1
- package/es/platform/service/apis/getContentToArray.service.d.ts +1 -1
- package/es/platform/service/apis/getCsvDatasourceById.service.d.ts +1 -1
- package/es/platform/service/apis/getCsvDatasourceByName.service.d.ts +1 -1
- package/es/platform/service/apis/getDesignerData.service.d.ts +1 -1
- package/es/platform/service/apis/getEchartThemeById.service.d.ts +1 -1
- package/es/platform/service/apis/getEnshrineCompGroupById.service.d.ts +1 -1
- package/es/platform/service/apis/getFilterById.service.d.ts +1 -1
- package/es/platform/service/apis/getGeoJsonByAdCode.service.d.ts +1 -1
- package/es/platform/service/apis/getLayoutItemObjById.service.d.ts +1 -1
- package/es/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +1 -1
- package/es/platform/service/apis/getMapGeoJsonById.service.d.ts +1 -1
- package/es/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +1 -1
- package/es/platform/service/apis/getPageSnapshootById.service.d.ts +1 -1
- package/es/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +1 -1
- package/es/platform/service/apis/getPageTemplateById.service.d.ts +1 -1
- package/es/platform/service/apis/getPageTemplateLayout.service.d.ts +1 -1
- package/es/platform/service/apis/getPageTemplateThemeJson.service.d.ts +1 -1
- package/es/platform/service/apis/getPnResourceGroupById.service.d.ts +1 -1
- package/es/platform/service/apis/getShareCustomCompById.service.d.ts +1 -1
- package/es/platform/service/apis/i18n-config.service.d.ts +1 -1
- package/es/platform/service/apis/i18n-info.service.d.ts +7 -8
- package/es/platform/service/apis/internal-message.service.d.ts +3 -3
- package/es/platform/service/apis/invoke-log.service.d.ts +4 -20
- package/es/platform/service/apis/knowledge-base-chunk.service.d.ts +3 -3
- package/es/platform/service/apis/knowledge-base-doc.service.d.ts +3 -3
- package/es/platform/service/apis/knowledge-base.service.d.ts +3 -3
- package/es/platform/service/apis/ldap.service.d.ts +1 -4
- package/es/platform/service/apis/license.service.d.ts +22 -31
- package/es/platform/service/apis/login-log.service.d.ts +1 -14
- package/es/platform/service/apis/login.service.d.ts +2 -2
- package/es/platform/service/apis/manager.service.d.ts +2 -2
- package/es/platform/service/apis/message-setting.service.d.ts +4 -4
- package/es/platform/service/apis/minio-file.service.d.ts +1 -1
- package/es/platform/service/apis/model-provider.service.d.ts +3 -3
- package/es/platform/service/apis/model.service.d.ts +3 -3
- package/es/platform/service/apis/nav-menu.service.d.ts +3 -3
- package/es/platform/service/apis/nav-page.service.d.ts +3 -3
- package/es/platform/service/apis/openapi-group.service.d.ts +7 -7
- package/es/platform/service/apis/openapi-key-grant.service.d.ts +4 -4
- package/es/platform/service/apis/org-user-picker.service.d.ts +3 -3
- package/es/platform/service/apis/org.service.d.ts +4 -4
- package/es/platform/service/apis/parseCsvOrExcel.service.d.ts +1 -1
- package/es/platform/service/apis/permission.service.d.ts +2 -2
- package/es/platform/service/apis/plat.service.d.ts +4 -14
- package/es/platform/service/apis/plugin-version.service.d.ts +3 -3
- package/es/platform/service/apis/plugin.service.d.ts +4 -4
- package/es/platform/service/apis/pm-process-delegate-detail.service.d.ts +3 -3
- package/es/platform/service/apis/pm-process-delegate.service.d.ts +3 -3
- package/es/platform/service/apis/pm-process-instance.service.d.ts +3 -3
- package/es/platform/service/apis/pm-task-done.service.d.ts +3 -3
- package/es/platform/service/apis/pm-task-todo.service.d.ts +3 -3
- package/es/platform/service/apis/pn-page.service.d.ts +3 -3
- package/es/platform/service/apis/pn-project.service.d.ts +8 -9
- package/es/platform/service/apis/print-log.service.d.ts +3 -3
- package/es/platform/service/apis/print-resource.service.d.ts +5 -5
- package/es/platform/service/apis/regexp.service.d.ts +3 -3
- package/es/platform/service/apis/released.service.d.ts +3 -3
- package/es/platform/service/apis/role-permission.service.d.ts +2 -2
- package/es/platform/service/apis/role.service.d.ts +6 -6
- package/es/platform/service/apis/seal-management.service.d.ts +3 -3
- package/es/platform/service/apis/seat.service.d.ts +3 -3
- package/es/platform/service/apis/shortcut.service.d.ts +4 -4
- package/es/platform/service/apis/sign-log.service.d.ts +2 -2
- package/es/platform/service/apis/started-process.service.d.ts +3 -3
- package/es/platform/service/apis/task-delegate.service.d.ts +4 -4
- package/es/platform/service/apis/task-done.service.d.ts +3 -3
- package/es/platform/service/apis/task-todo.service.d.ts +3 -3
- package/es/platform/service/apis/tenant-developer.service.d.ts +4 -4
- package/es/platform/service/apis/tenant.service.d.ts +11 -11
- package/es/platform/service/apis/uploadFiles.service.d.ts +7 -7
- package/es/platform/service/apis/user-extra.service.d.ts +3 -3
- package/es/platform/service/apis/user-info-log.service.d.ts +3 -3
- package/es/platform/service/apis/user-password-history.service.d.ts +3 -3
- package/es/platform/service/apis/user.service.d.ts +14 -26
- package/es/platform/service/apis/workbench-component-relation.service.d.ts +5 -5
- package/es/platform/service/apis/workbench-component.service.d.ts +4 -4
- package/es/platform/service/entities.d.ts +4 -541
- package/es/service/api-manage.mjs +2 -2
- package/es/service/api-service.d.ts +0 -13
- package/es/service/api-service.interface.d.ts +9 -6
- package/es/service/api-service.mjs +17 -42
- package/es/service/http.util.d.ts +1 -8
- package/es/service/http.util.mjs +4 -22
- package/es/service/index.mjs +3 -3
- package/es/types/index.d.ts +0 -27
- package/es/utils/index.d.ts +0 -8
- package/es/utils/index.mjs +0 -7
- package/lib/apaas/index.cjs +12 -0
- package/lib/apaas/service/api-config.cjs +6377 -0
- package/lib/apaas/service/apis/api.service.d.ts +733 -0
- package/lib/apaas/service/apis/app-branch.service.d.ts +70 -0
- package/lib/apaas/service/apis/app-global-settings.service.d.ts +81 -0
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +86 -0
- package/lib/apaas/service/apis/app-org.service.d.ts +184 -0
- package/lib/apaas/service/apis/app-publish-log.service.d.ts +72 -0
- package/lib/apaas/service/apis/app-state.service.d.ts +11 -0
- package/lib/apaas/service/apis/app-user.service.d.ts +142 -0
- package/lib/apaas/service/apis/approval-log.service.d.ts +70 -0
- package/lib/apaas/service/apis/audit-log.service.d.ts +59 -0
- package/lib/apaas/service/apis/basic-config.service.d.ts +72 -0
- package/lib/apaas/service/apis/biz-event.service.d.ts +83 -0
- package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +89 -0
- package/lib/apaas/service/apis/biz-process-definition.service.d.ts +91 -0
- package/lib/apaas/service/apis/biz-service-crud.service.d.ts +182 -0
- package/lib/apaas/service/apis/biz-service.service.d.ts +58 -0
- package/lib/apaas/service/apis/bom.service.d.ts +7 -0
- package/lib/apaas/service/apis/category-relation.service.d.ts +108 -0
- package/lib/apaas/service/apis/category.service.d.ts +323 -0
- package/lib/apaas/service/apis/chat.service.d.ts +20 -0
- package/lib/apaas/service/apis/code-ts.service.d.ts +8 -0
- package/lib/apaas/service/apis/commit-log.service.d.ts +147 -0
- package/lib/apaas/service/apis/common-info-card.service.d.ts +94 -0
- package/lib/apaas/service/apis/control-config.service.d.ts +123 -0
- package/lib/apaas/service/apis/customer-complaint.service.d.ts +108 -0
- package/lib/apaas/service/apis/dashboard.service.d.ts +90 -0
- package/lib/apaas/service/apis/data-model.service.d.ts +125 -0
- package/lib/apaas/service/apis/data-source.service.d.ts +33 -0
- package/lib/apaas/service/apis/data-trace.service.d.ts +75 -0
- package/lib/apaas/service/apis/designer-common.service.d.ts +446 -0
- package/lib/apaas/service/apis/designer-lock.service.d.ts +50 -0
- package/lib/apaas/service/apis/designer-operate-log.service.d.ts +46 -0
- package/lib/apaas/service/apis/devops.service.d.ts +18 -0
- package/lib/apaas/service/apis/dhr.service.d.ts +83 -0
- package/lib/apaas/service/apis/dify-chat.service.d.ts +19 -0
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -0
- package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +76 -0
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +121 -0
- package/lib/apaas/service/apis/doc-control.service.d.ts +101 -0
- package/lib/apaas/service/apis/doc-outline.service.d.ts +156 -0
- package/lib/apaas/service/apis/document.service.d.ts +197 -0
- package/{es/apaas/service/apis/inspection-category.service.d.ts → lib/apaas/service/apis/edhr-category.service.d.ts} +11 -11
- package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +93 -0
- package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +54 -0
- package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +31 -0
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +277 -0
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +138 -0
- package/lib/apaas/service/apis/ele-search.service.d.ts +18 -0
- package/lib/apaas/service/apis/enum-model-field.service.d.ts +124 -0
- package/lib/apaas/service/apis/enum-model.service.d.ts +133 -0
- package/lib/apaas/service/apis/event-log.service.d.ts +52 -0
- package/lib/apaas/service/apis/event.service.d.ts +83 -0
- package/lib/apaas/service/apis/excel-tmpl.service.d.ts +191 -0
- package/lib/apaas/service/apis/excel.service.d.ts +144 -0
- package/lib/apaas/service/apis/field-meta.service.d.ts +181 -0
- package/lib/apaas/service/apis/field.service.d.ts +16 -0
- package/lib/apaas/service/apis/file-resource.service.d.ts +40 -0
- package/lib/apaas/service/apis/file-task.service.d.ts +23 -0
- package/lib/apaas/service/apis/file.service.d.ts +44 -0
- package/{es/apaas/service/apis/approve.service.d.ts → lib/apaas/service/apis/form.service.d.ts} +17 -17
- package/lib/apaas/service/apis/formRelate.service.d.ts +243 -0
- package/lib/apaas/service/apis/front-operate-log.service.d.ts +46 -0
- package/lib/apaas/service/apis/global-method.service.d.ts +80 -0
- package/lib/apaas/service/apis/i18n-info.service.d.ts +84 -0
- package/lib/apaas/service/apis/import-report.service.d.ts +41 -0
- package/lib/apaas/service/apis/instance-relation.service.d.ts +89 -0
- package/lib/apaas/service/apis/ipaas.service.d.ts +12 -0
- package/lib/apaas/service/apis/job-log.service.d.ts +63 -0
- package/lib/apaas/service/apis/job.service.d.ts +133 -0
- package/lib/apaas/service/apis/js-engine.service.d.ts +37 -0
- package/lib/apaas/service/apis/label-log.service.d.ts +90 -0
- package/lib/apaas/service/apis/label.service.d.ts +351 -0
- package/lib/apaas/service/apis/login-log.service.d.ts +12 -0
- package/lib/apaas/service/apis/med-pro.service.d.ts +76 -0
- package/lib/apaas/service/apis/medPro.service.d.ts +48 -0
- package/lib/apaas/service/apis/menu-config.service.d.ts +86 -0
- package/lib/apaas/service/apis/merge-log.service.d.ts +53 -0
- package/lib/apaas/service/apis/message-record.service.d.ts +101 -0
- package/lib/apaas/service/apis/message-setting.service.d.ts +25 -0
- package/lib/apaas/service/apis/message-tmpl.service.d.ts +116 -0
- package/lib/apaas/service/apis/mobile-homepage.service.d.ts +100 -0
- package/lib/apaas/service/apis/mobile-page.service.d.ts +133 -0
- package/lib/apaas/service/apis/model-comprehensive.service.d.ts +450 -0
- package/lib/apaas/service/apis/model-data.service.d.ts +70 -0
- package/lib/apaas/service/apis/model-meta.service.d.ts +342 -0
- package/lib/apaas/service/apis/model-method.service.d.ts +91 -0
- package/lib/apaas/service/apis/model-permission-relation.service.d.ts +75 -0
- package/lib/apaas/service/apis/model.service.d.ts +16 -0
- package/lib/apaas/service/apis/ocr.service.d.ts +7 -0
- package/lib/apaas/service/apis/office.service.d.ts +7 -0
- package/{es/apaas/service/apis/product-release-category.service.d.ts → lib/apaas/service/apis/online-form-category.service.d.ts} +11 -11
- package/lib/apaas/service/apis/online-form-change-history.service.d.ts +26 -0
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +803 -0
- package/lib/apaas/service/apis/online-form-log.service.d.ts +30 -0
- package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +86 -0
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +286 -0
- package/lib/apaas/service/apis/online-form.service.d.ts +180 -0
- package/lib/apaas/service/apis/online-user-summary.service.d.ts +75 -0
- package/lib/apaas/service/apis/online.service.d.ts +89 -0
- package/lib/apaas/service/apis/openapi.service.d.ts +99 -0
- package/lib/apaas/service/apis/pad-page.service.d.ts +132 -0
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +107 -0
- package/lib/apaas/service/apis/permission.service.d.ts +79 -0
- package/lib/apaas/service/apis/plat.service.d.ts +45 -0
- package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +97 -0
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +121 -0
- package/lib/apaas/service/apis/pm-process-engine.service.d.ts +208 -0
- package/lib/apaas/service/apis/print-designer.service.d.ts +126 -0
- package/lib/apaas/service/apis/print-log.service.d.ts +23 -0
- package/lib/apaas/service/apis/print.service.d.ts +45 -0
- package/lib/apaas/service/apis/process-approval-log.service.d.ts +89 -0
- package/lib/apaas/service/apis/process-approve-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +96 -0
- package/lib/apaas/service/apis/process-definition.service.d.ts +85 -0
- package/lib/apaas/service/apis/process-engine.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-event.service.d.ts +72 -0
- package/lib/apaas/service/apis/process-graph.service.d.ts +18 -0
- package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-instance.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-message-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-node-definition.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-path-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-path.service.d.ts +44 -0
- package/lib/apaas/service/apis/process-task-done.service.d.ts +118 -0
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +231 -0
- package/lib/apaas/service/apis/process-version.service.d.ts +76 -0
- package/lib/apaas/service/apis/process.service.d.ts +66 -0
- package/lib/apaas/service/apis/processTest.service.d.ts +106 -0
- package/lib/apaas/service/apis/product-release.service.d.ts +118 -0
- package/lib/apaas/service/apis/publish-log.service.d.ts +101 -0
- package/lib/apaas/service/apis/regexp.service.d.ts +94 -0
- package/lib/apaas/service/apis/report-data-set.service.d.ts +127 -0
- package/lib/apaas/service/apis/report-data.service.d.ts +30 -0
- package/lib/apaas/service/apis/report.service.d.ts +164 -0
- package/lib/apaas/service/apis/role-permission.service.d.ts +47 -0
- package/lib/apaas/service/apis/role.service.d.ts +91 -0
- package/lib/apaas/service/apis/sandbox-config.service.d.ts +112 -0
- package/lib/apaas/service/apis/script-assistant.service.d.ts +16 -0
- package/lib/apaas/service/apis/script-version-log.service.d.ts +82 -0
- package/lib/apaas/service/apis/script-version.service.d.ts +115 -0
- package/lib/apaas/service/apis/script.service.d.ts +115 -0
- package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +88 -0
- package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +115 -0
- package/lib/apaas/service/apis/service-orchestration.service.d.ts +120 -0
- package/lib/apaas/service/apis/sign-history.service.d.ts +70 -0
- package/lib/apaas/service/apis/sign-log.service.d.ts +19 -0
- package/lib/apaas/service/apis/signature.service.d.ts +19 -0
- package/lib/apaas/service/apis/sql-view-model.service.d.ts +65 -0
- package/lib/apaas/service/apis/sql-view.service.d.ts +18 -0
- package/lib/apaas/service/apis/ss.service.d.ts +25 -0
- package/lib/apaas/service/apis/stash.service.d.ts +62 -0
- package/lib/apaas/service/apis/sub-model-process.service.d.ts +9 -0
- package/lib/apaas/service/apis/sys-config.service.d.ts +70 -0
- package/lib/apaas/service/apis/system-var.service.d.ts +126 -0
- package/lib/apaas/service/apis/trace-log-details.service.d.ts +134 -0
- package/lib/apaas/service/apis/trace-log.service.d.ts +115 -0
- package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +75 -0
- package/lib/apaas/service/apis/trace-mainline.service.d.ts +72 -0
- package/lib/apaas/service/apis/trace-setting.service.d.ts +48 -0
- package/lib/apaas/service/apis/user-group-relation.service.d.ts +46 -0
- package/lib/apaas/service/apis/user-group.service.d.ts +87 -0
- package/lib/apaas/service/apis/view-model.service.d.ts +166 -0
- package/lib/apaas/service/apis/wash.service.d.ts +11 -0
- package/lib/apaas/service/apis/webpage.service.d.ts +169 -0
- package/lib/apaas/service/entities.d.ts +33950 -0
- package/lib/apaas/service/index.d.ts +323 -0
- package/lib/index.cjs +16 -0
- package/lib/ipaas/index.cjs +12 -0
- package/lib/ipaas/service/api-config.cjs +322 -0
- package/lib/ipaas/service/apis/auth.service.d.ts +36 -0
- package/lib/ipaas/service/apis/camel.service.d.ts +63 -0
- package/lib/ipaas/service/apis/category.service.d.ts +12 -0
- package/lib/ipaas/service/apis/connector-config.service.d.ts +119 -0
- package/lib/ipaas/service/apis/connector-log.service.d.ts +46 -0
- package/lib/ipaas/service/apis/flow-app.service.d.ts +75 -0
- package/lib/ipaas/service/apis/flow-category.service.d.ts +192 -0
- package/lib/ipaas/service/apis/flow-ext.service.d.ts +100 -0
- package/lib/ipaas/service/apis/flow.service.d.ts +96 -0
- package/lib/ipaas/service/apis/runtime.service.d.ts +29 -0
- package/lib/ipaas/service/entities.d.ts +1762 -0
- package/lib/ipaas/service/index.d.ts +23 -0
- package/lib/platform/index.cjs +12 -0
- package/lib/platform/service/api-config.cjs +5288 -0
- package/lib/platform/service/apis/agent.service.d.ts +70 -0
- package/lib/platform/service/apis/api.service.d.ts +1597 -0
- package/lib/platform/service/apis/apk.service.d.ts +61 -0
- package/lib/platform/service/apis/app-member.service.d.ts +102 -0
- package/lib/platform/service/apis/app-setting.service.d.ts +107 -0
- package/lib/platform/service/apis/app.service.d.ts +723 -0
- package/lib/platform/service/apis/assets.service.d.ts +102 -0
- package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +13 -0
- package/lib/platform/service/apis/audit-log.service.d.ts +48 -0
- package/lib/platform/service/apis/bi-app.service.d.ts +14 -0
- package/lib/platform/service/apis/bi-data-set.service.d.ts +82 -0
- package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +92 -0
- package/lib/platform/service/apis/bi-file.service.d.ts +20 -0
- package/lib/platform/service/apis/bi-share.service.d.ts +83 -0
- package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +8 -0
- package/lib/platform/service/apis/category.service.d.ts +135 -0
- package/lib/platform/service/apis/clearLogLogin.service.d.ts +8 -0
- package/lib/platform/service/apis/clearLogOperate.service.d.ts +8 -0
- package/lib/platform/service/apis/clearTempDir.service.d.ts +8 -0
- package/lib/platform/service/apis/copyFilter.service.d.ts +13 -0
- package/lib/platform/service/apis/dashboard.service.d.ts +94 -0
- package/lib/platform/service/apis/data-source.service.d.ts +144 -0
- package/lib/platform/service/apis/data-trace.service.d.ts +75 -0
- package/lib/platform/service/apis/database.service.d.ts +211 -0
- package/lib/platform/service/apis/dataset-log.service.d.ts +79 -0
- package/lib/platform/service/apis/dataset.service.d.ts +247 -0
- package/lib/platform/service/apis/datasource-devops.service.d.ts +66 -0
- package/lib/platform/service/apis/datasource-move-data.service.d.ts +86 -0
- package/lib/platform/service/apis/datasource-move-detail.service.d.ts +82 -0
- package/lib/platform/service/apis/datasource-move.service.d.ts +72 -0
- package/lib/platform/service/apis/deleteCompInfo.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteFilter.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +8 -0
- package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePageTemplate.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePnResource.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +17 -0
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +88 -0
- package/lib/platform/service/apis/device-interconnection.service.d.ts +101 -0
- package/lib/platform/service/apis/device-param-ref.service.d.ts +41 -0
- package/lib/platform/service/apis/exportTemplate.service.d.ts +80 -0
- package/lib/platform/service/apis/external-message.service.d.ts +75 -0
- package/lib/platform/service/apis/file-task.service.d.ts +131 -0
- package/lib/platform/service/apis/file.service.d.ts +42 -0
- package/lib/platform/service/apis/front-release.service.d.ts +7 -0
- package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllCompInfo.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllFilter.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +8 -0
- package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getCompInfoById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getContentToArray.service.d.ts +18 -0
- package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +14 -0
- package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getDesignerData.service.d.ts +14 -0
- package/lib/platform/service/apis/getEchartThemeById.service.d.ts +14 -0
- package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +14 -0
- package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getFilterById.service.d.ts +14 -0
- package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +14 -0
- package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +14 -0
- package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +14 -0
- package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +14 -0
- package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +8 -0
- package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +8 -0
- package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +10 -0
- package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +18 -0
- package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateById.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTotalCount.service.d.ts +8 -0
- package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +14 -0
- package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +8 -0
- package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +14 -0
- package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +8 -0
- package/lib/platform/service/apis/httpQuery.service.d.ts +10 -0
- package/lib/platform/service/apis/i18n-config.service.d.ts +29 -0
- package/lib/platform/service/apis/i18n-info.service.d.ts +115 -0
- package/lib/platform/service/apis/importCompInfoJson.service.d.ts +13 -0
- package/lib/platform/service/apis/importTemplate.service.d.ts +32 -0
- package/lib/platform/service/apis/internal-message.service.d.ts +96 -0
- package/lib/platform/service/apis/invoke-log.service.d.ts +73 -0
- package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +75 -0
- package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +75 -0
- package/lib/platform/service/apis/knowledge-base.service.d.ts +72 -0
- package/lib/platform/service/apis/ldap.service.d.ts +7 -0
- package/lib/platform/service/apis/license-unbind-log.service.d.ts +12 -0
- package/lib/platform/service/apis/license.service.d.ts +248 -0
- package/lib/platform/service/apis/login-log.service.d.ts +38 -0
- package/lib/platform/service/apis/login.service.d.ts +73 -0
- package/lib/platform/service/apis/manager.service.d.ts +39 -0
- package/lib/platform/service/apis/message-setting.service.d.ts +148 -0
- package/lib/platform/service/apis/minio-file.service.d.ts +26 -0
- package/lib/platform/service/apis/model-provider.service.d.ts +72 -0
- package/lib/platform/service/apis/model.service.d.ts +70 -0
- package/lib/platform/service/apis/nav-menu.service.d.ts +98 -0
- package/lib/platform/service/apis/nav-page.service.d.ts +81 -0
- package/lib/platform/service/apis/openapi-group.service.d.ts +186 -0
- package/lib/platform/service/apis/openapi-key-grant.service.d.ts +97 -0
- package/lib/platform/service/apis/org-user-picker.service.d.ts +70 -0
- package/lib/platform/service/apis/org.service.d.ts +215 -0
- package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +18 -0
- package/lib/platform/service/apis/permission.service.d.ts +57 -0
- package/lib/platform/service/apis/plat.service.d.ts +190 -0
- package/lib/platform/service/apis/plugin-version.service.d.ts +73 -0
- package/lib/platform/service/apis/plugin.service.d.ts +185 -0
- package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +75 -0
- package/lib/platform/service/apis/pm-process-delegate.service.d.ts +75 -0
- package/lib/platform/service/apis/pm-process-instance.service.d.ts +92 -0
- package/lib/platform/service/apis/pm-task-done.service.d.ts +90 -0
- package/lib/platform/service/apis/pm-task-todo.service.d.ts +86 -0
- package/lib/platform/service/apis/pn-page.service.d.ts +70 -0
- package/lib/platform/service/apis/pn-project.service.d.ts +173 -0
- package/lib/platform/service/apis/print-log.service.d.ts +107 -0
- package/lib/platform/service/apis/print-resource.service.d.ts +131 -0
- package/lib/platform/service/apis/regexp.service.d.ts +94 -0
- package/lib/platform/service/apis/released.service.d.ts +96 -0
- package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +13 -0
- package/lib/platform/service/apis/role-permission.service.d.ts +59 -0
- package/lib/platform/service/apis/role.service.d.ts +147 -0
- package/lib/platform/service/apis/saveCompInfo.service.d.ts +13 -0
- package/lib/platform/service/apis/saveCompInfoType.service.d.ts +13 -0
- package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEchartTheme.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +13 -0
- package/lib/platform/service/apis/saveFilter.service.d.ts +13 -0
- package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +13 -0
- package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +13 -0
- package/lib/platform/service/apis/savePageTemplate.service.d.ts +13 -0
- package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +13 -0
- package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +13 -0
- package/lib/platform/service/apis/seal-management.service.d.ts +85 -0
- package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +13 -0
- package/lib/platform/service/apis/seat-message.service.d.ts +13 -0
- package/lib/platform/service/apis/seat.service.d.ts +100 -0
- package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +13 -0
- package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +13 -0
- package/lib/platform/service/apis/shortcut.service.d.ts +129 -0
- package/lib/platform/service/apis/sign-log.service.d.ts +72 -0
- package/lib/platform/service/apis/sms.service.d.ts +19 -0
- package/lib/platform/service/apis/started-process.service.d.ts +64 -0
- package/lib/platform/service/apis/task-delegate.service.d.ts +101 -0
- package/lib/platform/service/apis/task-done.service.d.ts +60 -0
- package/lib/platform/service/apis/task-todo.service.d.ts +60 -0
- package/lib/platform/service/apis/tenant-developer.service.d.ts +119 -0
- package/lib/platform/service/apis/tenant.service.d.ts +482 -0
- package/lib/platform/service/apis/toggleEnabled.service.d.ts +13 -0
- package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +13 -0
- package/lib/platform/service/apis/uploadFiles.service.d.ts +108 -0
- package/lib/platform/service/apis/user-extra.service.d.ts +70 -0
- package/lib/platform/service/apis/user-info-log.service.d.ts +74 -0
- package/lib/platform/service/apis/user-password-history.service.d.ts +75 -0
- package/lib/platform/service/apis/user.service.d.ts +281 -0
- package/lib/platform/service/apis/workbench-component-relation.service.d.ts +115 -0
- package/lib/platform/service/apis/workbench-component.service.d.ts +86 -0
- package/lib/platform/service/entities.d.ts +23348 -0
- package/lib/platform/service/index.d.ts +369 -0
- package/lib/service/api-manage.cjs +34 -0
- package/lib/service/api-service.cjs +165 -0
- package/lib/service/api-service.interface.cjs +1 -0
- package/lib/service/http.enum.cjs +66 -0
- package/lib/service/http.error.cjs +46 -0
- package/lib/service/http.util.cjs +245 -0
- package/lib/service/index.cjs +54 -0
- package/lib/types/index.d.ts +171 -0
- package/lib/utils/index.cjs +16 -0
- package/package.json +2 -3
- package/dist/index.esm.min.js +0 -1
- package/es/apaas/service/apis/online-form-tmpl-export.service.d.ts +0 -30
- package/es/service/request.client.d.ts +0 -6
- package/es/service/request.client.mjs +0 -25
- package/es/utils/native-http/native-http.d.ts +0 -6
- package/es/utils/native-http/native-http.mjs +0 -77
|
@@ -1,40 +1,4 @@
|
|
|
1
1
|
export const apiConfig = [
|
|
2
|
-
{
|
|
3
|
-
name: "medPro",
|
|
4
|
-
entityName: "medPro",
|
|
5
|
-
apis: [
|
|
6
|
-
{
|
|
7
|
-
mode: "post",
|
|
8
|
-
method: "postModelMetaDataAssociation",
|
|
9
|
-
path: "modelMeta/dataAssociation",
|
|
10
|
-
hasData: true
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
mode: "get",
|
|
14
|
-
method: "getModelMetaGetSysConfig",
|
|
15
|
-
path: "modelMeta/getSysConfig",
|
|
16
|
-
hasQuery: true
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
mode: "get",
|
|
20
|
-
method: "getModelMetaHasDataAssociation",
|
|
21
|
-
path: "modelMeta/hasDataAssociation",
|
|
22
|
-
hasQuery: true
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
mode: "get",
|
|
26
|
-
method: "getModelMetaModelDataAssociation",
|
|
27
|
-
path: "modelMeta/modelDataAssociation",
|
|
28
|
-
hasQuery: true
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
mode: "get",
|
|
32
|
-
method: "getEdhrAttachmentGetEdhrAttachment",
|
|
33
|
-
path: "edhrAttachment/getEdhrAttachment",
|
|
34
|
-
hasQuery: true
|
|
35
|
-
}
|
|
36
|
-
]
|
|
37
|
-
},
|
|
38
2
|
{
|
|
39
3
|
name: "appBranch",
|
|
40
4
|
entityName: "app-branch",
|
|
@@ -71,7 +35,7 @@ export const apiConfig = [
|
|
|
71
35
|
{
|
|
72
36
|
mode: "put",
|
|
73
37
|
method: "putId",
|
|
74
|
-
path: "
|
|
38
|
+
path: "",
|
|
75
39
|
hasPathParams: true,
|
|
76
40
|
hasData: true
|
|
77
41
|
}
|
|
@@ -108,7 +72,7 @@ export const apiConfig = [
|
|
|
108
72
|
{
|
|
109
73
|
mode: "put",
|
|
110
74
|
method: "putId",
|
|
111
|
-
path: "
|
|
75
|
+
path: "",
|
|
112
76
|
hasPathParams: true,
|
|
113
77
|
hasData: true
|
|
114
78
|
}
|
|
@@ -243,7 +207,7 @@ export const apiConfig = [
|
|
|
243
207
|
{
|
|
244
208
|
mode: "put",
|
|
245
209
|
method: "putId",
|
|
246
|
-
path: "
|
|
210
|
+
path: "",
|
|
247
211
|
hasPathParams: true,
|
|
248
212
|
hasData: true
|
|
249
213
|
}
|
|
@@ -285,7 +249,7 @@ export const apiConfig = [
|
|
|
285
249
|
{
|
|
286
250
|
mode: "put",
|
|
287
251
|
method: "putId",
|
|
288
|
-
path: "
|
|
252
|
+
path: "",
|
|
289
253
|
hasPathParams: true,
|
|
290
254
|
hasData: true
|
|
291
255
|
}
|
|
@@ -363,7 +327,7 @@ export const apiConfig = [
|
|
|
363
327
|
{
|
|
364
328
|
mode: "put",
|
|
365
329
|
method: "putId",
|
|
366
|
-
path: "
|
|
330
|
+
path: "",
|
|
367
331
|
hasPathParams: true,
|
|
368
332
|
hasData: true
|
|
369
333
|
}
|
|
@@ -405,54 +369,12 @@ export const apiConfig = [
|
|
|
405
369
|
{
|
|
406
370
|
mode: "put",
|
|
407
371
|
method: "putId",
|
|
408
|
-
path: "
|
|
372
|
+
path: "",
|
|
409
373
|
hasPathParams: true,
|
|
410
374
|
hasData: true
|
|
411
375
|
}
|
|
412
376
|
]
|
|
413
377
|
},
|
|
414
|
-
{
|
|
415
|
-
name: "approve",
|
|
416
|
-
entityName: "approve",
|
|
417
|
-
apis: [
|
|
418
|
-
{
|
|
419
|
-
mode: "post",
|
|
420
|
-
method: "postProcessApprove",
|
|
421
|
-
path: "process/approve",
|
|
422
|
-
hasData: true
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
mode: "post",
|
|
426
|
-
method: "postProcessInterfereReassign",
|
|
427
|
-
path: "process/interfere/reassign",
|
|
428
|
-
hasData: true
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
mode: "post",
|
|
432
|
-
method: "postProcessInterfereReturn",
|
|
433
|
-
path: "process/interfere/return",
|
|
434
|
-
hasData: true
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
mode: "post",
|
|
438
|
-
method: "postProcessJump",
|
|
439
|
-
path: "process/jump",
|
|
440
|
-
hasData: true
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
mode: "post",
|
|
444
|
-
method: "postProcessReassign",
|
|
445
|
-
path: "process/reassign",
|
|
446
|
-
hasData: true
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
mode: "post",
|
|
450
|
-
method: "postProcessReturn",
|
|
451
|
-
path: "process/return",
|
|
452
|
-
hasData: true
|
|
453
|
-
}
|
|
454
|
-
]
|
|
455
|
-
},
|
|
456
378
|
{
|
|
457
379
|
name: "auditLog",
|
|
458
380
|
entityName: "audit-log",
|
|
@@ -477,8 +399,7 @@ export const apiConfig = [
|
|
|
477
399
|
{
|
|
478
400
|
mode: "get",
|
|
479
401
|
method: "getOperateTypes",
|
|
480
|
-
path: "operateTypes"
|
|
481
|
-
hasQuery: true
|
|
402
|
+
path: "operateTypes"
|
|
482
403
|
},
|
|
483
404
|
{
|
|
484
405
|
mode: "get",
|
|
@@ -584,7 +505,7 @@ export const apiConfig = [
|
|
|
584
505
|
{
|
|
585
506
|
mode: "put",
|
|
586
507
|
method: "putId",
|
|
587
|
-
path: "
|
|
508
|
+
path: "",
|
|
588
509
|
hasPathParams: true,
|
|
589
510
|
hasData: true
|
|
590
511
|
}
|
|
@@ -627,7 +548,7 @@ export const apiConfig = [
|
|
|
627
548
|
{
|
|
628
549
|
mode: "put",
|
|
629
550
|
method: "putId",
|
|
630
|
-
path: "
|
|
551
|
+
path: "",
|
|
631
552
|
hasPathParams: true,
|
|
632
553
|
hasData: true
|
|
633
554
|
}
|
|
@@ -682,7 +603,7 @@ export const apiConfig = [
|
|
|
682
603
|
{
|
|
683
604
|
mode: "get",
|
|
684
605
|
method: "getId",
|
|
685
|
-
path: "
|
|
606
|
+
path: "",
|
|
686
607
|
hasPathParams: true
|
|
687
608
|
}
|
|
688
609
|
]
|
|
@@ -741,7 +662,7 @@ export const apiConfig = [
|
|
|
741
662
|
{
|
|
742
663
|
mode: "put",
|
|
743
664
|
method: "putId",
|
|
744
|
-
path: "
|
|
665
|
+
path: "",
|
|
745
666
|
hasPathParams: true,
|
|
746
667
|
hasData: true
|
|
747
668
|
}
|
|
@@ -855,7 +776,7 @@ export const apiConfig = [
|
|
|
855
776
|
{
|
|
856
777
|
mode: "put",
|
|
857
778
|
method: "putId",
|
|
858
|
-
path: "
|
|
779
|
+
path: "",
|
|
859
780
|
hasPathParams: true,
|
|
860
781
|
hasData: true
|
|
861
782
|
}
|
|
@@ -903,7 +824,7 @@ export const apiConfig = [
|
|
|
903
824
|
{
|
|
904
825
|
mode: "put",
|
|
905
826
|
method: "putId",
|
|
906
|
-
path: "
|
|
827
|
+
path: "",
|
|
907
828
|
hasPathParams: true,
|
|
908
829
|
hasData: true
|
|
909
830
|
}
|
|
@@ -1012,7 +933,7 @@ export const apiConfig = [
|
|
|
1012
933
|
{
|
|
1013
934
|
mode: "put",
|
|
1014
935
|
method: "putId",
|
|
1015
|
-
path: "
|
|
936
|
+
path: "",
|
|
1016
937
|
hasPathParams: true,
|
|
1017
938
|
hasData: true
|
|
1018
939
|
}
|
|
@@ -1067,7 +988,7 @@ export const apiConfig = [
|
|
|
1067
988
|
{
|
|
1068
989
|
mode: "put",
|
|
1069
990
|
method: "putId",
|
|
1070
|
-
path: "
|
|
991
|
+
path: "",
|
|
1071
992
|
hasPathParams: true,
|
|
1072
993
|
hasData: true
|
|
1073
994
|
}
|
|
@@ -1122,7 +1043,7 @@ export const apiConfig = [
|
|
|
1122
1043
|
{
|
|
1123
1044
|
mode: "put",
|
|
1124
1045
|
method: "putId",
|
|
1125
|
-
path: "
|
|
1046
|
+
path: "",
|
|
1126
1047
|
hasPathParams: true,
|
|
1127
1048
|
hasData: true
|
|
1128
1049
|
}
|
|
@@ -1175,7 +1096,7 @@ export const apiConfig = [
|
|
|
1175
1096
|
{
|
|
1176
1097
|
mode: "put",
|
|
1177
1098
|
method: "putId",
|
|
1178
|
-
path: "
|
|
1099
|
+
path: "",
|
|
1179
1100
|
hasPathParams: true,
|
|
1180
1101
|
hasData: true
|
|
1181
1102
|
}
|
|
@@ -1224,7 +1145,7 @@ export const apiConfig = [
|
|
|
1224
1145
|
{
|
|
1225
1146
|
mode: "put",
|
|
1226
1147
|
method: "putId",
|
|
1227
|
-
path: "
|
|
1148
|
+
path: "",
|
|
1228
1149
|
hasPathParams: true,
|
|
1229
1150
|
hasData: true
|
|
1230
1151
|
}
|
|
@@ -1296,7 +1217,7 @@ export const apiConfig = [
|
|
|
1296
1217
|
{
|
|
1297
1218
|
mode: "put",
|
|
1298
1219
|
method: "putId",
|
|
1299
|
-
path: "
|
|
1220
|
+
path: "",
|
|
1300
1221
|
hasPathParams: true,
|
|
1301
1222
|
hasData: true
|
|
1302
1223
|
}
|
|
@@ -1367,7 +1288,7 @@ export const apiConfig = [
|
|
|
1367
1288
|
{
|
|
1368
1289
|
mode: "put",
|
|
1369
1290
|
method: "putId",
|
|
1370
|
-
path: "
|
|
1291
|
+
path: "",
|
|
1371
1292
|
hasPathParams: true,
|
|
1372
1293
|
hasData: true
|
|
1373
1294
|
}
|
|
@@ -1443,16 +1364,12 @@ export const apiConfig = [
|
|
|
1443
1364
|
mode: "post",
|
|
1444
1365
|
method: "postUploadFile",
|
|
1445
1366
|
path: "upload/file",
|
|
1446
|
-
|
|
1447
|
-
hasQuery: true,
|
|
1448
|
-
hasData: true
|
|
1367
|
+
hasQuery: true
|
|
1449
1368
|
},
|
|
1450
1369
|
{
|
|
1451
1370
|
mode: "post",
|
|
1452
1371
|
method: "postUploadLabelImage",
|
|
1453
|
-
path: "upload/label/image"
|
|
1454
|
-
hasUpload: true,
|
|
1455
|
-
hasData: true
|
|
1372
|
+
path: "upload/label/image"
|
|
1456
1373
|
},
|
|
1457
1374
|
{
|
|
1458
1375
|
mode: "get",
|
|
@@ -1602,19 +1519,6 @@ export const apiConfig = [
|
|
|
1602
1519
|
name: "docControlStarted",
|
|
1603
1520
|
entityName: "doc-control-started",
|
|
1604
1521
|
apis: [
|
|
1605
|
-
{
|
|
1606
|
-
mode: "get",
|
|
1607
|
-
method: "getAllPageList",
|
|
1608
|
-
path: "all/page/list",
|
|
1609
|
-
hasQuery: true
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
mode: "put",
|
|
1613
|
-
method: "putEffectiveDateId",
|
|
1614
|
-
path: "effectiveDate/{id}",
|
|
1615
|
-
hasPathParams: true,
|
|
1616
|
-
hasData: true
|
|
1617
|
-
},
|
|
1618
1522
|
{
|
|
1619
1523
|
mode: "get",
|
|
1620
1524
|
method: "getInfo",
|
|
@@ -1827,7 +1731,7 @@ export const apiConfig = [
|
|
|
1827
1731
|
{
|
|
1828
1732
|
mode: "put",
|
|
1829
1733
|
method: "putId",
|
|
1830
|
-
path: "
|
|
1734
|
+
path: "",
|
|
1831
1735
|
hasPathParams: true,
|
|
1832
1736
|
hasData: true
|
|
1833
1737
|
}
|
|
@@ -1926,7 +1830,7 @@ export const apiConfig = [
|
|
|
1926
1830
|
{
|
|
1927
1831
|
mode: "put",
|
|
1928
1832
|
method: "putId",
|
|
1929
|
-
path: "
|
|
1833
|
+
path: "",
|
|
1930
1834
|
hasPathParams: true,
|
|
1931
1835
|
hasData: true
|
|
1932
1836
|
}
|
|
@@ -1974,7 +1878,7 @@ export const apiConfig = [
|
|
|
1974
1878
|
{
|
|
1975
1879
|
mode: "put",
|
|
1976
1880
|
method: "putId",
|
|
1977
|
-
path: "
|
|
1881
|
+
path: "",
|
|
1978
1882
|
hasPathParams: true,
|
|
1979
1883
|
hasData: true
|
|
1980
1884
|
}
|
|
@@ -2022,7 +1926,7 @@ export const apiConfig = [
|
|
|
2022
1926
|
{
|
|
2023
1927
|
mode: "put",
|
|
2024
1928
|
method: "putId",
|
|
2025
|
-
path: "
|
|
1929
|
+
path: "",
|
|
2026
1930
|
hasPathParams: true,
|
|
2027
1931
|
hasData: true
|
|
2028
1932
|
}
|
|
@@ -2214,13 +2118,6 @@ export const apiConfig = [
|
|
|
2214
2118
|
path: "setDefault/{id}",
|
|
2215
2119
|
hasPathParams: true
|
|
2216
2120
|
},
|
|
2217
|
-
{
|
|
2218
|
-
mode: "put",
|
|
2219
|
-
method: "putUpdateOperatingStateId",
|
|
2220
|
-
path: "updateOperatingState/{id}",
|
|
2221
|
-
hasPathParams: true,
|
|
2222
|
-
hasData: true
|
|
2223
|
-
},
|
|
2224
2121
|
{
|
|
2225
2122
|
mode: "put",
|
|
2226
2123
|
method: "putUpdateVersionByIdId",
|
|
@@ -2298,7 +2195,7 @@ export const apiConfig = [
|
|
|
2298
2195
|
{
|
|
2299
2196
|
mode: "put",
|
|
2300
2197
|
method: "putId",
|
|
2301
|
-
path: "
|
|
2198
|
+
path: "",
|
|
2302
2199
|
hasPathParams: true,
|
|
2303
2200
|
hasData: true
|
|
2304
2201
|
}
|
|
@@ -2343,16 +2240,10 @@ export const apiConfig = [
|
|
|
2343
2240
|
path: "page/list",
|
|
2344
2241
|
hasQuery: true
|
|
2345
2242
|
},
|
|
2346
|
-
{
|
|
2347
|
-
mode: "post",
|
|
2348
|
-
method: "postSort",
|
|
2349
|
-
path: "sort",
|
|
2350
|
-
hasData: true
|
|
2351
|
-
},
|
|
2352
2243
|
{
|
|
2353
2244
|
mode: "put",
|
|
2354
2245
|
method: "putId",
|
|
2355
|
-
path: "
|
|
2246
|
+
path: "",
|
|
2356
2247
|
hasPathParams: true,
|
|
2357
2248
|
hasData: true
|
|
2358
2249
|
}
|
|
@@ -2395,7 +2286,7 @@ export const apiConfig = [
|
|
|
2395
2286
|
{
|
|
2396
2287
|
mode: "put",
|
|
2397
2288
|
method: "putId",
|
|
2398
|
-
path: "
|
|
2289
|
+
path: "",
|
|
2399
2290
|
hasPathParams: true,
|
|
2400
2291
|
hasData: true
|
|
2401
2292
|
}
|
|
@@ -2510,7 +2401,7 @@ export const apiConfig = [
|
|
|
2510
2401
|
{
|
|
2511
2402
|
mode: "put",
|
|
2512
2403
|
method: "putId",
|
|
2513
|
-
path: "
|
|
2404
|
+
path: "",
|
|
2514
2405
|
hasPathParams: true,
|
|
2515
2406
|
hasData: true
|
|
2516
2407
|
}
|
|
@@ -2627,12 +2518,6 @@ export const apiConfig = [
|
|
|
2627
2518
|
path: "preview",
|
|
2628
2519
|
hasData: true
|
|
2629
2520
|
},
|
|
2630
|
-
{
|
|
2631
|
-
mode: "get",
|
|
2632
|
-
method: "getRemoveDocument",
|
|
2633
|
-
path: "remove/document",
|
|
2634
|
-
hasQuery: true
|
|
2635
|
-
},
|
|
2636
2521
|
{
|
|
2637
2522
|
mode: "post",
|
|
2638
2523
|
method: "postSave",
|
|
@@ -2648,7 +2533,7 @@ export const apiConfig = [
|
|
|
2648
2533
|
{
|
|
2649
2534
|
mode: "put",
|
|
2650
2535
|
method: "putId",
|
|
2651
|
-
path: "
|
|
2536
|
+
path: "",
|
|
2652
2537
|
hasPathParams: true,
|
|
2653
2538
|
hasData: true
|
|
2654
2539
|
}
|
|
@@ -2686,9 +2571,7 @@ export const apiConfig = [
|
|
|
2686
2571
|
mode: "post",
|
|
2687
2572
|
method: "postUpload",
|
|
2688
2573
|
path: "upload",
|
|
2689
|
-
|
|
2690
|
-
hasQuery: true,
|
|
2691
|
-
hasData: true
|
|
2574
|
+
hasQuery: true
|
|
2692
2575
|
}
|
|
2693
2576
|
]
|
|
2694
2577
|
},
|
|
@@ -2735,9 +2618,7 @@ export const apiConfig = [
|
|
|
2735
2618
|
mode: "post",
|
|
2736
2619
|
method: "postUploadImage",
|
|
2737
2620
|
path: "upload/image",
|
|
2738
|
-
|
|
2739
|
-
hasQuery: true,
|
|
2740
|
-
hasData: true
|
|
2621
|
+
hasQuery: true
|
|
2741
2622
|
}
|
|
2742
2623
|
]
|
|
2743
2624
|
},
|
|
@@ -2915,7 +2796,7 @@ export const apiConfig = [
|
|
|
2915
2796
|
{
|
|
2916
2797
|
mode: "put",
|
|
2917
2798
|
method: "putId",
|
|
2918
|
-
path: "
|
|
2799
|
+
path: "",
|
|
2919
2800
|
hasPathParams: true,
|
|
2920
2801
|
hasData: true
|
|
2921
2802
|
}
|
|
@@ -2947,9 +2828,7 @@ export const apiConfig = [
|
|
|
2947
2828
|
mode: "post",
|
|
2948
2829
|
method: "postLangUpload",
|
|
2949
2830
|
path: "lang/upload",
|
|
2950
|
-
|
|
2951
|
-
hasQuery: true,
|
|
2952
|
-
hasData: true
|
|
2831
|
+
hasQuery: true
|
|
2953
2832
|
},
|
|
2954
2833
|
{
|
|
2955
2834
|
mode: "get",
|
|
@@ -2966,77 +2845,6 @@ export const apiConfig = [
|
|
|
2966
2845
|
}
|
|
2967
2846
|
]
|
|
2968
2847
|
},
|
|
2969
|
-
{
|
|
2970
|
-
name: "importReport",
|
|
2971
|
-
entityName: "import-report",
|
|
2972
|
-
apis: [
|
|
2973
|
-
{
|
|
2974
|
-
mode: "get",
|
|
2975
|
-
method: "getInfo",
|
|
2976
|
-
path: "info",
|
|
2977
|
-
hasQuery: true
|
|
2978
|
-
},
|
|
2979
|
-
{
|
|
2980
|
-
mode: "get",
|
|
2981
|
-
method: "getList",
|
|
2982
|
-
path: "list"
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
mode: "get",
|
|
2986
|
-
method: "getPageList",
|
|
2987
|
-
path: "page/list",
|
|
2988
|
-
hasQuery: true
|
|
2989
|
-
}
|
|
2990
|
-
]
|
|
2991
|
-
},
|
|
2992
|
-
{
|
|
2993
|
-
name: "inspectionCategory",
|
|
2994
|
-
entityName: "inspection-category",
|
|
2995
|
-
apis: [
|
|
2996
|
-
{
|
|
2997
|
-
mode: "post",
|
|
2998
|
-
method: "post",
|
|
2999
|
-
path: "",
|
|
3000
|
-
hasData: true
|
|
3001
|
-
},
|
|
3002
|
-
{
|
|
3003
|
-
mode: "delete",
|
|
3004
|
-
method: "delete",
|
|
3005
|
-
path: "",
|
|
3006
|
-
hasQuery: true
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
mode: "put",
|
|
3010
|
-
method: "putDrag",
|
|
3011
|
-
path: "drag",
|
|
3012
|
-
hasData: true
|
|
3013
|
-
},
|
|
3014
|
-
{
|
|
3015
|
-
mode: "get",
|
|
3016
|
-
method: "getInfo",
|
|
3017
|
-
path: "info",
|
|
3018
|
-
hasQuery: true
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
mode: "get",
|
|
3022
|
-
method: "getList",
|
|
3023
|
-
path: "list"
|
|
3024
|
-
},
|
|
3025
|
-
{
|
|
3026
|
-
mode: "get",
|
|
3027
|
-
method: "getPageList",
|
|
3028
|
-
path: "page/list",
|
|
3029
|
-
hasQuery: true
|
|
3030
|
-
},
|
|
3031
|
-
{
|
|
3032
|
-
mode: "put",
|
|
3033
|
-
method: "putId",
|
|
3034
|
-
path: "{id}",
|
|
3035
|
-
hasPathParams: true,
|
|
3036
|
-
hasData: true
|
|
3037
|
-
}
|
|
3038
|
-
]
|
|
3039
|
-
},
|
|
3040
2848
|
{
|
|
3041
2849
|
name: "instanceRelation",
|
|
3042
2850
|
entityName: "instance-relation",
|
|
@@ -3146,7 +2954,7 @@ export const apiConfig = [
|
|
|
3146
2954
|
{
|
|
3147
2955
|
mode: "put",
|
|
3148
2956
|
method: "putId",
|
|
3149
|
-
path: "
|
|
2957
|
+
path: "",
|
|
3150
2958
|
hasPathParams: true,
|
|
3151
2959
|
hasData: true
|
|
3152
2960
|
}
|
|
@@ -3223,12 +3031,6 @@ export const apiConfig = [
|
|
|
3223
3031
|
path: "btw",
|
|
3224
3032
|
hasData: true
|
|
3225
3033
|
},
|
|
3226
|
-
{
|
|
3227
|
-
mode: "post",
|
|
3228
|
-
method: "postBtwCopy",
|
|
3229
|
-
path: "btw/copy",
|
|
3230
|
-
hasData: true
|
|
3231
|
-
},
|
|
3232
3034
|
{
|
|
3233
3035
|
mode: "get",
|
|
3234
3036
|
method: "getBtwPageList",
|
|
@@ -3243,8 +3045,8 @@ export const apiConfig = [
|
|
|
3243
3045
|
},
|
|
3244
3046
|
{
|
|
3245
3047
|
mode: "put",
|
|
3246
|
-
method: "
|
|
3247
|
-
path: "btw/
|
|
3048
|
+
method: "putBtwUpdateDesigner",
|
|
3049
|
+
path: "btw/updateDesigner",
|
|
3248
3050
|
hasData: true
|
|
3249
3051
|
},
|
|
3250
3052
|
{
|
|
@@ -3291,9 +3093,7 @@ export const apiConfig = [
|
|
|
3291
3093
|
{
|
|
3292
3094
|
mode: "post",
|
|
3293
3095
|
method: "postImport",
|
|
3294
|
-
path: "import"
|
|
3295
|
-
hasUpload: true,
|
|
3296
|
-
hasData: true
|
|
3096
|
+
path: "import"
|
|
3297
3097
|
},
|
|
3298
3098
|
{
|
|
3299
3099
|
mode: "get",
|
|
@@ -3375,7 +3175,7 @@ export const apiConfig = [
|
|
|
3375
3175
|
{
|
|
3376
3176
|
mode: "put",
|
|
3377
3177
|
method: "putId",
|
|
3378
|
-
path: "
|
|
3178
|
+
path: "",
|
|
3379
3179
|
hasPathParams: true,
|
|
3380
3180
|
hasData: true
|
|
3381
3181
|
}
|
|
@@ -3417,7 +3217,7 @@ export const apiConfig = [
|
|
|
3417
3217
|
{
|
|
3418
3218
|
mode: "put",
|
|
3419
3219
|
method: "putId",
|
|
3420
|
-
path: "
|
|
3220
|
+
path: "",
|
|
3421
3221
|
hasPathParams: true,
|
|
3422
3222
|
hasData: true
|
|
3423
3223
|
}
|
|
@@ -3478,7 +3278,7 @@ export const apiConfig = [
|
|
|
3478
3278
|
{
|
|
3479
3279
|
mode: "put",
|
|
3480
3280
|
method: "putId",
|
|
3481
|
-
path: "
|
|
3281
|
+
path: "",
|
|
3482
3282
|
hasPathParams: true,
|
|
3483
3283
|
hasData: true
|
|
3484
3284
|
}
|
|
@@ -3514,7 +3314,7 @@ export const apiConfig = [
|
|
|
3514
3314
|
{
|
|
3515
3315
|
mode: "put",
|
|
3516
3316
|
method: "putId",
|
|
3517
|
-
path: "
|
|
3317
|
+
path: "",
|
|
3518
3318
|
hasPathParams: true,
|
|
3519
3319
|
hasData: true
|
|
3520
3320
|
}
|
|
@@ -3627,7 +3427,7 @@ export const apiConfig = [
|
|
|
3627
3427
|
{
|
|
3628
3428
|
mode: "put",
|
|
3629
3429
|
method: "putId",
|
|
3630
|
-
path: "
|
|
3430
|
+
path: "",
|
|
3631
3431
|
hasPathParams: true,
|
|
3632
3432
|
hasData: true
|
|
3633
3433
|
}
|
|
@@ -3687,7 +3487,7 @@ export const apiConfig = [
|
|
|
3687
3487
|
{
|
|
3688
3488
|
mode: "put",
|
|
3689
3489
|
method: "putId",
|
|
3690
|
-
path: "
|
|
3490
|
+
path: "",
|
|
3691
3491
|
hasPathParams: true,
|
|
3692
3492
|
hasData: true
|
|
3693
3493
|
}
|
|
@@ -3743,7 +3543,7 @@ export const apiConfig = [
|
|
|
3743
3543
|
{
|
|
3744
3544
|
mode: "put",
|
|
3745
3545
|
method: "putId",
|
|
3746
|
-
path: "
|
|
3546
|
+
path: "",
|
|
3747
3547
|
hasPathParams: true,
|
|
3748
3548
|
hasData: true
|
|
3749
3549
|
}
|
|
@@ -4097,12 +3897,6 @@ export const apiConfig = [
|
|
|
4097
3897
|
path: "permission-enabled/list",
|
|
4098
3898
|
hasQuery: true
|
|
4099
3899
|
},
|
|
4100
|
-
{
|
|
4101
|
-
mode: "get",
|
|
4102
|
-
method: "getPermissionRelation",
|
|
4103
|
-
path: "permission/relation",
|
|
4104
|
-
hasQuery: true
|
|
4105
|
-
},
|
|
4106
3900
|
{
|
|
4107
3901
|
mode: "post",
|
|
4108
3902
|
method: "postSave",
|
|
@@ -4135,7 +3929,7 @@ export const apiConfig = [
|
|
|
4135
3929
|
{
|
|
4136
3930
|
mode: "put",
|
|
4137
3931
|
method: "putId",
|
|
4138
|
-
path: "
|
|
3932
|
+
path: "",
|
|
4139
3933
|
hasPathParams: true,
|
|
4140
3934
|
hasData: true
|
|
4141
3935
|
},
|
|
@@ -4166,8 +3960,7 @@ export const apiConfig = [
|
|
|
4166
3960
|
{
|
|
4167
3961
|
mode: "get",
|
|
4168
3962
|
method: "getDataModelList",
|
|
4169
|
-
path: "data-model/list"
|
|
4170
|
-
hasQuery: true
|
|
3963
|
+
path: "data-model/list"
|
|
4171
3964
|
},
|
|
4172
3965
|
{
|
|
4173
3966
|
mode: "get",
|
|
@@ -4190,13 +3983,12 @@ export const apiConfig = [
|
|
|
4190
3983
|
{
|
|
4191
3984
|
mode: "get",
|
|
4192
3985
|
method: "getViewModelList",
|
|
4193
|
-
path: "view-model/list"
|
|
4194
|
-
hasQuery: true
|
|
3986
|
+
path: "view-model/list"
|
|
4195
3987
|
},
|
|
4196
3988
|
{
|
|
4197
3989
|
mode: "put",
|
|
4198
3990
|
method: "putId",
|
|
4199
|
-
path: "
|
|
3991
|
+
path: "",
|
|
4200
3992
|
hasPathParams: true,
|
|
4201
3993
|
hasData: true
|
|
4202
3994
|
}
|
|
@@ -4238,7 +4030,7 @@ export const apiConfig = [
|
|
|
4238
4030
|
{
|
|
4239
4031
|
mode: "put",
|
|
4240
4032
|
method: "putId",
|
|
4241
|
-
path: "
|
|
4033
|
+
path: "",
|
|
4242
4034
|
hasPathParams: true,
|
|
4243
4035
|
hasData: true
|
|
4244
4036
|
}
|
|
@@ -4274,9 +4066,7 @@ export const apiConfig = [
|
|
|
4274
4066
|
{
|
|
4275
4067
|
mode: "post",
|
|
4276
4068
|
method: "postDocxJson",
|
|
4277
|
-
path: "docx-json"
|
|
4278
|
-
hasUpload: true,
|
|
4279
|
-
hasData: true
|
|
4069
|
+
path: "docx-json"
|
|
4280
4070
|
}
|
|
4281
4071
|
]
|
|
4282
4072
|
},
|
|
@@ -4322,7 +4112,7 @@ export const apiConfig = [
|
|
|
4322
4112
|
{
|
|
4323
4113
|
mode: "put",
|
|
4324
4114
|
method: "putId",
|
|
4325
|
-
path: "
|
|
4115
|
+
path: "",
|
|
4326
4116
|
hasPathParams: true,
|
|
4327
4117
|
hasData: true
|
|
4328
4118
|
}
|
|
@@ -4362,36 +4152,6 @@ export const apiConfig = [
|
|
|
4362
4152
|
path: "appendix/form/list",
|
|
4363
4153
|
hasQuery: true
|
|
4364
4154
|
},
|
|
4365
|
-
{
|
|
4366
|
-
mode: "post",
|
|
4367
|
-
method: "postDataCollectionAbandon",
|
|
4368
|
-
path: "data-collection/abandon",
|
|
4369
|
-
hasData: true
|
|
4370
|
-
},
|
|
4371
|
-
{
|
|
4372
|
-
mode: "post",
|
|
4373
|
-
method: "postDataCollectionCreate",
|
|
4374
|
-
path: "data-collection/create",
|
|
4375
|
-
hasData: true
|
|
4376
|
-
},
|
|
4377
|
-
{
|
|
4378
|
-
mode: "get",
|
|
4379
|
-
method: "getDataCollectionListAll",
|
|
4380
|
-
path: "data-collection/listAll",
|
|
4381
|
-
hasQuery: true
|
|
4382
|
-
},
|
|
4383
|
-
{
|
|
4384
|
-
mode: "post",
|
|
4385
|
-
method: "postDataCollectionUpdateAlias",
|
|
4386
|
-
path: "data-collection/update-alias",
|
|
4387
|
-
hasData: true
|
|
4388
|
-
},
|
|
4389
|
-
{
|
|
4390
|
-
mode: "post",
|
|
4391
|
-
method: "postDataCollectionUpdateStatus",
|
|
4392
|
-
path: "data-collection/update-status",
|
|
4393
|
-
hasData: true
|
|
4394
|
-
},
|
|
4395
4155
|
{
|
|
4396
4156
|
mode: "get",
|
|
4397
4157
|
method: "getDataIds",
|
|
@@ -4499,12 +4259,6 @@ export const apiConfig = [
|
|
|
4499
4259
|
method: "postInfos",
|
|
4500
4260
|
path: "infos"
|
|
4501
4261
|
},
|
|
4502
|
-
{
|
|
4503
|
-
mode: "get",
|
|
4504
|
-
method: "getInstEncodeCheck",
|
|
4505
|
-
path: "inst/encode/check",
|
|
4506
|
-
hasQuery: true
|
|
4507
|
-
},
|
|
4508
4262
|
{
|
|
4509
4263
|
mode: "get",
|
|
4510
4264
|
method: "getPageList",
|
|
@@ -4629,26 +4383,6 @@ export const apiConfig = [
|
|
|
4629
4383
|
}
|
|
4630
4384
|
]
|
|
4631
4385
|
},
|
|
4632
|
-
{
|
|
4633
|
-
name: "onlineFormTmplExport",
|
|
4634
|
-
entityName: "online-form-tmpl-export",
|
|
4635
|
-
apis: [
|
|
4636
|
-
{
|
|
4637
|
-
mode: "post",
|
|
4638
|
-
method: "postExport",
|
|
4639
|
-
path: "export",
|
|
4640
|
-
hasData: true
|
|
4641
|
-
},
|
|
4642
|
-
{
|
|
4643
|
-
mode: "post",
|
|
4644
|
-
method: "postImportJsonl",
|
|
4645
|
-
path: "importJsonl",
|
|
4646
|
-
hasUpload: true,
|
|
4647
|
-
hasQuery: true,
|
|
4648
|
-
hasData: true
|
|
4649
|
-
}
|
|
4650
|
-
]
|
|
4651
|
-
},
|
|
4652
4386
|
{
|
|
4653
4387
|
name: "onlineFormTmplLog",
|
|
4654
4388
|
entityName: "online-form-tmpl-log",
|
|
@@ -4686,7 +4420,7 @@ export const apiConfig = [
|
|
|
4686
4420
|
{
|
|
4687
4421
|
mode: "put",
|
|
4688
4422
|
method: "putId",
|
|
4689
|
-
path: "
|
|
4423
|
+
path: "",
|
|
4690
4424
|
hasPathParams: true,
|
|
4691
4425
|
hasData: true
|
|
4692
4426
|
}
|
|
@@ -4722,30 +4456,12 @@ export const apiConfig = [
|
|
|
4722
4456
|
path: "formModels/{id}",
|
|
4723
4457
|
hasPathParams: true
|
|
4724
4458
|
},
|
|
4725
|
-
{
|
|
4726
|
-
mode: "get",
|
|
4727
|
-
method: "getGetBomByFormTmplId",
|
|
4728
|
-
path: "getBomByFormTmplId",
|
|
4729
|
-
hasQuery: true
|
|
4730
|
-
},
|
|
4731
|
-
{
|
|
4732
|
-
mode: "get",
|
|
4733
|
-
method: "getGetBomByFormTmplIdAndTableKey",
|
|
4734
|
-
path: "getBomByFormTmplIdAndTableKey",
|
|
4735
|
-
hasQuery: true
|
|
4736
|
-
},
|
|
4737
4459
|
{
|
|
4738
4460
|
mode: "get",
|
|
4739
4461
|
method: "getGetCommunicationConfig",
|
|
4740
4462
|
path: "getCommunicationConfig",
|
|
4741
4463
|
hasQuery: true
|
|
4742
4464
|
},
|
|
4743
|
-
{
|
|
4744
|
-
mode: "get",
|
|
4745
|
-
method: "getGetFormTmplUsedFieldMeta",
|
|
4746
|
-
path: "getFormTmplUsedFieldMeta",
|
|
4747
|
-
hasQuery: true
|
|
4748
|
-
},
|
|
4749
4465
|
{
|
|
4750
4466
|
mode: "get",
|
|
4751
4467
|
method: "getGetVersionById",
|
|
@@ -4758,11 +4474,6 @@ export const apiConfig = [
|
|
|
4758
4474
|
path: "infos",
|
|
4759
4475
|
hasData: true
|
|
4760
4476
|
},
|
|
4761
|
-
{
|
|
4762
|
-
mode: "get",
|
|
4763
|
-
method: "getIsOcrGranted",
|
|
4764
|
-
path: "isOcrGranted"
|
|
4765
|
-
},
|
|
4766
4477
|
{
|
|
4767
4478
|
mode: "get",
|
|
4768
4479
|
method: "getListBaseAndProcessForm",
|
|
@@ -4868,13 +4579,6 @@ export const apiConfig = [
|
|
|
4868
4579
|
hasPathParams: true,
|
|
4869
4580
|
hasData: true
|
|
4870
4581
|
},
|
|
4871
|
-
{
|
|
4872
|
-
mode: "put",
|
|
4873
|
-
method: "putUpdateOperatingStateId",
|
|
4874
|
-
path: "updateOperatingState/{id}",
|
|
4875
|
-
hasPathParams: true,
|
|
4876
|
-
hasData: true
|
|
4877
|
-
},
|
|
4878
4582
|
{
|
|
4879
4583
|
mode: "put",
|
|
4880
4584
|
method: "putUpdateVersionByIdId",
|
|
@@ -4917,12 +4621,6 @@ export const apiConfig = [
|
|
|
4917
4621
|
method: "getDataInitProtocolList",
|
|
4918
4622
|
path: "data-init/protocol/list"
|
|
4919
4623
|
},
|
|
4920
|
-
{
|
|
4921
|
-
mode: "post",
|
|
4922
|
-
method: "postPartialSubmit",
|
|
4923
|
-
path: "partialSubmit",
|
|
4924
|
-
hasData: true
|
|
4925
|
-
},
|
|
4926
4624
|
{
|
|
4927
4625
|
mode: "post",
|
|
4928
4626
|
method: "postProcessAbandon",
|
|
@@ -5051,7 +4749,7 @@ export const apiConfig = [
|
|
|
5051
4749
|
{
|
|
5052
4750
|
mode: "put",
|
|
5053
4751
|
method: "putId",
|
|
5054
|
-
path: "
|
|
4752
|
+
path: "",
|
|
5055
4753
|
hasPathParams: true,
|
|
5056
4754
|
hasData: true
|
|
5057
4755
|
}
|
|
@@ -5134,7 +4832,7 @@ export const apiConfig = [
|
|
|
5134
4832
|
{
|
|
5135
4833
|
mode: "put",
|
|
5136
4834
|
method: "putId",
|
|
5137
|
-
path: "
|
|
4835
|
+
path: "",
|
|
5138
4836
|
hasPathParams: true,
|
|
5139
4837
|
hasData: true
|
|
5140
4838
|
}
|
|
@@ -5190,7 +4888,7 @@ export const apiConfig = [
|
|
|
5190
4888
|
{
|
|
5191
4889
|
mode: "put",
|
|
5192
4890
|
method: "putId",
|
|
5193
|
-
path: "
|
|
4891
|
+
path: "",
|
|
5194
4892
|
hasPathParams: true,
|
|
5195
4893
|
hasData: true
|
|
5196
4894
|
}
|
|
@@ -5232,7 +4930,7 @@ export const apiConfig = [
|
|
|
5232
4930
|
{
|
|
5233
4931
|
mode: "put",
|
|
5234
4932
|
method: "putId",
|
|
5235
|
-
path: "
|
|
4933
|
+
path: "",
|
|
5236
4934
|
hasPathParams: true,
|
|
5237
4935
|
hasData: true
|
|
5238
4936
|
}
|
|
@@ -5275,7 +4973,7 @@ export const apiConfig = [
|
|
|
5275
4973
|
{
|
|
5276
4974
|
mode: "put",
|
|
5277
4975
|
method: "putId",
|
|
5278
|
-
path: "
|
|
4976
|
+
path: "",
|
|
5279
4977
|
hasPathParams: true,
|
|
5280
4978
|
hasData: true
|
|
5281
4979
|
}
|
|
@@ -5359,7 +5057,7 @@ export const apiConfig = [
|
|
|
5359
5057
|
{
|
|
5360
5058
|
mode: "put",
|
|
5361
5059
|
method: "putId",
|
|
5362
|
-
path: "
|
|
5060
|
+
path: "",
|
|
5363
5061
|
hasPathParams: true,
|
|
5364
5062
|
hasData: true
|
|
5365
5063
|
}
|
|
@@ -5420,7 +5118,7 @@ export const apiConfig = [
|
|
|
5420
5118
|
{
|
|
5421
5119
|
mode: "get",
|
|
5422
5120
|
method: "getId",
|
|
5423
|
-
path: "
|
|
5121
|
+
path: "",
|
|
5424
5122
|
hasPathParams: true
|
|
5425
5123
|
}
|
|
5426
5124
|
]
|
|
@@ -5650,7 +5348,7 @@ export const apiConfig = [
|
|
|
5650
5348
|
{
|
|
5651
5349
|
mode: "put",
|
|
5652
5350
|
method: "putId",
|
|
5653
|
-
path: "
|
|
5351
|
+
path: "",
|
|
5654
5352
|
hasPathParams: true,
|
|
5655
5353
|
hasData: true
|
|
5656
5354
|
}
|
|
@@ -5698,7 +5396,7 @@ export const apiConfig = [
|
|
|
5698
5396
|
{
|
|
5699
5397
|
mode: "put",
|
|
5700
5398
|
method: "putId",
|
|
5701
|
-
path: "
|
|
5399
|
+
path: "",
|
|
5702
5400
|
hasPathParams: true,
|
|
5703
5401
|
hasData: true
|
|
5704
5402
|
}
|
|
@@ -5740,7 +5438,7 @@ export const apiConfig = [
|
|
|
5740
5438
|
{
|
|
5741
5439
|
mode: "put",
|
|
5742
5440
|
method: "putId",
|
|
5743
|
-
path: "
|
|
5441
|
+
path: "",
|
|
5744
5442
|
hasPathParams: true,
|
|
5745
5443
|
hasData: true
|
|
5746
5444
|
}
|
|
@@ -5788,7 +5486,7 @@ export const apiConfig = [
|
|
|
5788
5486
|
{
|
|
5789
5487
|
mode: "put",
|
|
5790
5488
|
method: "putId",
|
|
5791
|
-
path: "
|
|
5489
|
+
path: "",
|
|
5792
5490
|
hasPathParams: true,
|
|
5793
5491
|
hasData: true
|
|
5794
5492
|
}
|
|
@@ -5837,13 +5535,13 @@ export const apiConfig = [
|
|
|
5837
5535
|
{
|
|
5838
5536
|
mode: "get",
|
|
5839
5537
|
method: "getId",
|
|
5840
|
-
path: "
|
|
5538
|
+
path: "",
|
|
5841
5539
|
hasPathParams: true
|
|
5842
5540
|
},
|
|
5843
5541
|
{
|
|
5844
5542
|
mode: "put",
|
|
5845
5543
|
method: "putId",
|
|
5846
|
-
path: "
|
|
5544
|
+
path: "",
|
|
5847
5545
|
hasPathParams: true,
|
|
5848
5546
|
hasData: true
|
|
5849
5547
|
}
|
|
@@ -5927,7 +5625,7 @@ export const apiConfig = [
|
|
|
5927
5625
|
{
|
|
5928
5626
|
mode: "put",
|
|
5929
5627
|
method: "putId",
|
|
5930
|
-
path: "
|
|
5628
|
+
path: "",
|
|
5931
5629
|
hasPathParams: true,
|
|
5932
5630
|
hasData: true
|
|
5933
5631
|
}
|
|
@@ -5981,7 +5679,7 @@ export const apiConfig = [
|
|
|
5981
5679
|
{
|
|
5982
5680
|
mode: "put",
|
|
5983
5681
|
method: "putId",
|
|
5984
|
-
path: "
|
|
5682
|
+
path: "",
|
|
5985
5683
|
hasPathParams: true,
|
|
5986
5684
|
hasData: true
|
|
5987
5685
|
}
|
|
@@ -6023,7 +5721,7 @@ export const apiConfig = [
|
|
|
6023
5721
|
{
|
|
6024
5722
|
mode: "put",
|
|
6025
5723
|
method: "putId",
|
|
6026
|
-
path: "
|
|
5724
|
+
path: "",
|
|
6027
5725
|
hasPathParams: true,
|
|
6028
5726
|
hasData: true
|
|
6029
5727
|
}
|
|
@@ -6065,7 +5763,7 @@ export const apiConfig = [
|
|
|
6065
5763
|
{
|
|
6066
5764
|
mode: "put",
|
|
6067
5765
|
method: "putId",
|
|
6068
|
-
path: "
|
|
5766
|
+
path: "",
|
|
6069
5767
|
hasPathParams: true,
|
|
6070
5768
|
hasData: true
|
|
6071
5769
|
}
|
|
@@ -6107,7 +5805,7 @@ export const apiConfig = [
|
|
|
6107
5805
|
{
|
|
6108
5806
|
mode: "put",
|
|
6109
5807
|
method: "putId",
|
|
6110
|
-
path: "
|
|
5808
|
+
path: "",
|
|
6111
5809
|
hasPathParams: true,
|
|
6112
5810
|
hasData: true
|
|
6113
5811
|
}
|
|
@@ -6149,7 +5847,7 @@ export const apiConfig = [
|
|
|
6149
5847
|
{
|
|
6150
5848
|
mode: "put",
|
|
6151
5849
|
method: "putId",
|
|
6152
|
-
path: "
|
|
5850
|
+
path: "",
|
|
6153
5851
|
hasPathParams: true,
|
|
6154
5852
|
hasData: true
|
|
6155
5853
|
}
|
|
@@ -6183,12 +5881,6 @@ export const apiConfig = [
|
|
|
6183
5881
|
name: "processTaskDone",
|
|
6184
5882
|
entityName: "process-task-done",
|
|
6185
5883
|
apis: [
|
|
6186
|
-
{
|
|
6187
|
-
mode: "post",
|
|
6188
|
-
method: "postApproveHisPageList",
|
|
6189
|
-
path: "approve/his/page/list",
|
|
6190
|
-
hasData: true
|
|
6191
|
-
},
|
|
6192
5884
|
{
|
|
6193
5885
|
mode: "get",
|
|
6194
5886
|
method: "getPageList",
|
|
@@ -6207,12 +5899,6 @@ export const apiConfig = [
|
|
|
6207
5899
|
path: "all-user/page/list",
|
|
6208
5900
|
hasQuery: true
|
|
6209
5901
|
},
|
|
6210
|
-
{
|
|
6211
|
-
mode: "post",
|
|
6212
|
-
method: "postApproveHisPageList",
|
|
6213
|
-
path: "approve/his/page/list",
|
|
6214
|
-
hasData: true
|
|
6215
|
-
},
|
|
6216
5902
|
{
|
|
6217
5903
|
mode: "get",
|
|
6218
5904
|
method: "getPageList",
|
|
@@ -6311,54 +5997,6 @@ export const apiConfig = [
|
|
|
6311
5997
|
}
|
|
6312
5998
|
]
|
|
6313
5999
|
},
|
|
6314
|
-
{
|
|
6315
|
-
name: "productReleaseCategory",
|
|
6316
|
-
entityName: "product-release-category",
|
|
6317
|
-
apis: [
|
|
6318
|
-
{
|
|
6319
|
-
mode: "post",
|
|
6320
|
-
method: "post",
|
|
6321
|
-
path: "",
|
|
6322
|
-
hasData: true
|
|
6323
|
-
},
|
|
6324
|
-
{
|
|
6325
|
-
mode: "delete",
|
|
6326
|
-
method: "delete",
|
|
6327
|
-
path: "",
|
|
6328
|
-
hasQuery: true
|
|
6329
|
-
},
|
|
6330
|
-
{
|
|
6331
|
-
mode: "put",
|
|
6332
|
-
method: "putDrag",
|
|
6333
|
-
path: "drag",
|
|
6334
|
-
hasData: true
|
|
6335
|
-
},
|
|
6336
|
-
{
|
|
6337
|
-
mode: "get",
|
|
6338
|
-
method: "getInfo",
|
|
6339
|
-
path: "info",
|
|
6340
|
-
hasQuery: true
|
|
6341
|
-
},
|
|
6342
|
-
{
|
|
6343
|
-
mode: "get",
|
|
6344
|
-
method: "getList",
|
|
6345
|
-
path: "list"
|
|
6346
|
-
},
|
|
6347
|
-
{
|
|
6348
|
-
mode: "get",
|
|
6349
|
-
method: "getPageList",
|
|
6350
|
-
path: "page/list",
|
|
6351
|
-
hasQuery: true
|
|
6352
|
-
},
|
|
6353
|
-
{
|
|
6354
|
-
mode: "put",
|
|
6355
|
-
method: "putId",
|
|
6356
|
-
path: "{id}",
|
|
6357
|
-
hasPathParams: true,
|
|
6358
|
-
hasData: true
|
|
6359
|
-
}
|
|
6360
|
-
]
|
|
6361
|
-
},
|
|
6362
6000
|
{
|
|
6363
6001
|
name: "productRelease",
|
|
6364
6002
|
entityName: "product-release",
|
|
@@ -6443,7 +6081,7 @@ export const apiConfig = [
|
|
|
6443
6081
|
{
|
|
6444
6082
|
mode: "put",
|
|
6445
6083
|
method: "putId",
|
|
6446
|
-
path: "
|
|
6084
|
+
path: "",
|
|
6447
6085
|
hasPathParams: true,
|
|
6448
6086
|
hasData: true
|
|
6449
6087
|
}
|
|
@@ -6485,7 +6123,7 @@ export const apiConfig = [
|
|
|
6485
6123
|
{
|
|
6486
6124
|
mode: "put",
|
|
6487
6125
|
method: "putId",
|
|
6488
|
-
path: "
|
|
6126
|
+
path: "",
|
|
6489
6127
|
hasPathParams: true,
|
|
6490
6128
|
hasData: true
|
|
6491
6129
|
}
|
|
@@ -6585,7 +6223,7 @@ export const apiConfig = [
|
|
|
6585
6223
|
{
|
|
6586
6224
|
mode: "put",
|
|
6587
6225
|
method: "putId",
|
|
6588
|
-
path: "
|
|
6226
|
+
path: "",
|
|
6589
6227
|
hasPathParams: true,
|
|
6590
6228
|
hasData: true
|
|
6591
6229
|
}
|
|
@@ -6658,7 +6296,7 @@ export const apiConfig = [
|
|
|
6658
6296
|
{
|
|
6659
6297
|
mode: "put",
|
|
6660
6298
|
method: "putId",
|
|
6661
|
-
path: "
|
|
6299
|
+
path: "",
|
|
6662
6300
|
hasPathParams: true,
|
|
6663
6301
|
hasData: true
|
|
6664
6302
|
}
|
|
@@ -6824,7 +6462,7 @@ export const apiConfig = [
|
|
|
6824
6462
|
{
|
|
6825
6463
|
mode: "put",
|
|
6826
6464
|
method: "putId",
|
|
6827
|
-
path: "
|
|
6465
|
+
path: "",
|
|
6828
6466
|
hasPathParams: true,
|
|
6829
6467
|
hasData: true
|
|
6830
6468
|
}
|
|
@@ -6872,7 +6510,7 @@ export const apiConfig = [
|
|
|
6872
6510
|
{
|
|
6873
6511
|
mode: "put",
|
|
6874
6512
|
method: "putId",
|
|
6875
|
-
path: "
|
|
6513
|
+
path: "",
|
|
6876
6514
|
hasPathParams: true,
|
|
6877
6515
|
hasData: true
|
|
6878
6516
|
}
|
|
@@ -6937,7 +6575,7 @@ export const apiConfig = [
|
|
|
6937
6575
|
{
|
|
6938
6576
|
mode: "put",
|
|
6939
6577
|
method: "putId",
|
|
6940
|
-
path: "
|
|
6578
|
+
path: "",
|
|
6941
6579
|
hasPathParams: true,
|
|
6942
6580
|
hasData: true
|
|
6943
6581
|
}
|
|
@@ -7015,7 +6653,7 @@ export const apiConfig = [
|
|
|
7015
6653
|
{
|
|
7016
6654
|
mode: "put",
|
|
7017
6655
|
method: "putId",
|
|
7018
|
-
path: "
|
|
6656
|
+
path: "",
|
|
7019
6657
|
hasPathParams: true,
|
|
7020
6658
|
hasData: true
|
|
7021
6659
|
}
|
|
@@ -7063,7 +6701,7 @@ export const apiConfig = [
|
|
|
7063
6701
|
{
|
|
7064
6702
|
mode: "put",
|
|
7065
6703
|
method: "putId",
|
|
7066
|
-
path: "
|
|
6704
|
+
path: "",
|
|
7067
6705
|
hasPathParams: true,
|
|
7068
6706
|
hasData: true
|
|
7069
6707
|
}
|
|
@@ -7140,7 +6778,7 @@ export const apiConfig = [
|
|
|
7140
6778
|
{
|
|
7141
6779
|
mode: "put",
|
|
7142
6780
|
method: "putId",
|
|
7143
|
-
path: "
|
|
6781
|
+
path: "",
|
|
7144
6782
|
hasPathParams: true,
|
|
7145
6783
|
hasData: true
|
|
7146
6784
|
}
|
|
@@ -7212,7 +6850,7 @@ export const apiConfig = [
|
|
|
7212
6850
|
{
|
|
7213
6851
|
mode: "put",
|
|
7214
6852
|
method: "putId",
|
|
7215
|
-
path: "
|
|
6853
|
+
path: "",
|
|
7216
6854
|
hasPathParams: true,
|
|
7217
6855
|
hasData: true
|
|
7218
6856
|
}
|
|
@@ -7232,20 +6870,6 @@ export const apiConfig = [
|
|
|
7232
6870
|
}
|
|
7233
6871
|
]
|
|
7234
6872
|
},
|
|
7235
|
-
{
|
|
7236
|
-
name: "ss",
|
|
7237
|
-
entityName: "ss",
|
|
7238
|
-
apis: [
|
|
7239
|
-
{
|
|
7240
|
-
mode: "post",
|
|
7241
|
-
method: "postUploadExcel",
|
|
7242
|
-
path: "upload/excel",
|
|
7243
|
-
hasUpload: true,
|
|
7244
|
-
hasQuery: true,
|
|
7245
|
-
hasData: true
|
|
7246
|
-
}
|
|
7247
|
-
]
|
|
7248
|
-
},
|
|
7249
6873
|
{
|
|
7250
6874
|
name: "stash",
|
|
7251
6875
|
entityName: "stash",
|
|
@@ -7277,7 +6901,7 @@ export const apiConfig = [
|
|
|
7277
6901
|
{
|
|
7278
6902
|
mode: "put",
|
|
7279
6903
|
method: "putId",
|
|
7280
|
-
path: "
|
|
6904
|
+
path: "",
|
|
7281
6905
|
hasPathParams: true,
|
|
7282
6906
|
hasData: true
|
|
7283
6907
|
}
|
|
@@ -7330,7 +6954,7 @@ export const apiConfig = [
|
|
|
7330
6954
|
{
|
|
7331
6955
|
mode: "put",
|
|
7332
6956
|
method: "putId",
|
|
7333
|
-
path: "
|
|
6957
|
+
path: "",
|
|
7334
6958
|
hasPathParams: true,
|
|
7335
6959
|
hasData: true
|
|
7336
6960
|
}
|
|
@@ -7389,7 +7013,7 @@ export const apiConfig = [
|
|
|
7389
7013
|
{
|
|
7390
7014
|
mode: "put",
|
|
7391
7015
|
method: "putId",
|
|
7392
|
-
path: "
|
|
7016
|
+
path: "",
|
|
7393
7017
|
hasPathParams: true,
|
|
7394
7018
|
hasData: true
|
|
7395
7019
|
}
|
|
@@ -7437,7 +7061,7 @@ export const apiConfig = [
|
|
|
7437
7061
|
{
|
|
7438
7062
|
mode: "put",
|
|
7439
7063
|
method: "putId",
|
|
7440
|
-
path: "
|
|
7064
|
+
path: "",
|
|
7441
7065
|
hasPathParams: true,
|
|
7442
7066
|
hasData: true
|
|
7443
7067
|
}
|
|
@@ -7508,7 +7132,7 @@ export const apiConfig = [
|
|
|
7508
7132
|
{
|
|
7509
7133
|
mode: "put",
|
|
7510
7134
|
method: "putId",
|
|
7511
|
-
path: "
|
|
7135
|
+
path: "",
|
|
7512
7136
|
hasPathParams: true,
|
|
7513
7137
|
hasData: true
|
|
7514
7138
|
}
|
|
@@ -7550,7 +7174,7 @@ export const apiConfig = [
|
|
|
7550
7174
|
{
|
|
7551
7175
|
mode: "put",
|
|
7552
7176
|
method: "putId",
|
|
7553
|
-
path: "
|
|
7177
|
+
path: "",
|
|
7554
7178
|
hasPathParams: true,
|
|
7555
7179
|
hasData: true
|
|
7556
7180
|
}
|
|
@@ -7592,7 +7216,7 @@ export const apiConfig = [
|
|
|
7592
7216
|
{
|
|
7593
7217
|
mode: "put",
|
|
7594
7218
|
method: "putId",
|
|
7595
|
-
path: "
|
|
7219
|
+
path: "",
|
|
7596
7220
|
hasPathParams: true,
|
|
7597
7221
|
hasData: true
|
|
7598
7222
|
}
|
|
@@ -7622,7 +7246,7 @@ export const apiConfig = [
|
|
|
7622
7246
|
{
|
|
7623
7247
|
mode: "put",
|
|
7624
7248
|
method: "putId",
|
|
7625
|
-
path: "
|
|
7249
|
+
path: "",
|
|
7626
7250
|
hasPathParams: true,
|
|
7627
7251
|
hasData: true
|
|
7628
7252
|
}
|
|
@@ -7675,7 +7299,7 @@ export const apiConfig = [
|
|
|
7675
7299
|
{
|
|
7676
7300
|
mode: "put",
|
|
7677
7301
|
method: "putId",
|
|
7678
|
-
path: "
|
|
7302
|
+
path: "",
|
|
7679
7303
|
hasPathParams: true,
|
|
7680
7304
|
hasData: true
|
|
7681
7305
|
}
|
|
@@ -7706,7 +7330,7 @@ export const apiConfig = [
|
|
|
7706
7330
|
{
|
|
7707
7331
|
mode: "put",
|
|
7708
7332
|
method: "putId",
|
|
7709
|
-
path: "
|
|
7333
|
+
path: "",
|
|
7710
7334
|
hasPathParams: true,
|
|
7711
7335
|
hasData: true
|
|
7712
7336
|
}
|
|
@@ -7796,7 +7420,7 @@ export const apiConfig = [
|
|
|
7796
7420
|
{
|
|
7797
7421
|
mode: "put",
|
|
7798
7422
|
method: "putId",
|
|
7799
|
-
path: "
|
|
7423
|
+
path: "",
|
|
7800
7424
|
hasPathParams: true,
|
|
7801
7425
|
hasData: true
|
|
7802
7426
|
}
|
|
@@ -7898,7 +7522,7 @@ export const apiConfig = [
|
|
|
7898
7522
|
{
|
|
7899
7523
|
mode: "put",
|
|
7900
7524
|
method: "putId",
|
|
7901
|
-
path: "
|
|
7525
|
+
path: "",
|
|
7902
7526
|
hasPathParams: true,
|
|
7903
7527
|
hasData: true
|
|
7904
7528
|
}
|