@gct-paas/api 0.1.6-dev.5 → 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 -1
- package/es/types/index.d.ts +0 -27
- package/es/utils/index.d.ts +0 -7
- package/es/utils/index.mjs +0 -6
- 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 -2
- package/dist/index.esm.min.js +0 -1
- package/es/apaas/service/apis/online-form-tmpl-export.service.d.ts +0 -30
|
@@ -35,7 +35,7 @@ export const apiConfig = [
|
|
|
35
35
|
{
|
|
36
36
|
mode: "put",
|
|
37
37
|
method: "putId",
|
|
38
|
-
path: "
|
|
38
|
+
path: "",
|
|
39
39
|
hasPathParams: true,
|
|
40
40
|
hasData: true
|
|
41
41
|
}
|
|
@@ -81,14 +81,12 @@ export const apiConfig = [
|
|
|
81
81
|
{
|
|
82
82
|
mode: "post",
|
|
83
83
|
method: "postUploadApk",
|
|
84
|
-
path: "upload/apk"
|
|
85
|
-
hasUpload: true,
|
|
86
|
-
hasData: true
|
|
84
|
+
path: "upload/apk"
|
|
87
85
|
},
|
|
88
86
|
{
|
|
89
87
|
mode: "put",
|
|
90
88
|
method: "putId",
|
|
91
|
-
path: "
|
|
89
|
+
path: "",
|
|
92
90
|
hasPathParams: true
|
|
93
91
|
}
|
|
94
92
|
]
|
|
@@ -322,14 +320,12 @@ export const apiConfig = [
|
|
|
322
320
|
{
|
|
323
321
|
mode: "post",
|
|
324
322
|
method: "postUploadAppPkg",
|
|
325
|
-
path: "upload/appPkg"
|
|
326
|
-
hasUpload: true,
|
|
327
|
-
hasData: true
|
|
323
|
+
path: "upload/appPkg"
|
|
328
324
|
},
|
|
329
325
|
{
|
|
330
326
|
mode: "put",
|
|
331
327
|
method: "putId",
|
|
332
|
-
path: "
|
|
328
|
+
path: "",
|
|
333
329
|
hasPathParams: true,
|
|
334
330
|
hasData: true
|
|
335
331
|
}
|
|
@@ -473,9 +469,7 @@ export const apiConfig = [
|
|
|
473
469
|
mode: "post",
|
|
474
470
|
method: "postUploadCategoryId",
|
|
475
471
|
path: "upload/{categoryId}",
|
|
476
|
-
|
|
477
|
-
hasPathParams: true,
|
|
478
|
-
hasData: true
|
|
472
|
+
hasPathParams: true
|
|
479
473
|
}
|
|
480
474
|
]
|
|
481
475
|
},
|
|
@@ -524,8 +518,8 @@ export const apiConfig = [
|
|
|
524
518
|
apis: [
|
|
525
519
|
{
|
|
526
520
|
mode: "get",
|
|
527
|
-
method: "
|
|
528
|
-
path: "export/{appid}
|
|
521
|
+
method: "getExportAppid",
|
|
522
|
+
path: "export/{appid}",
|
|
529
523
|
hasPathParams: true
|
|
530
524
|
}
|
|
531
525
|
]
|
|
@@ -572,7 +566,7 @@ export const apiConfig = [
|
|
|
572
566
|
{
|
|
573
567
|
mode: "put",
|
|
574
568
|
method: "putId",
|
|
575
|
-
path: "
|
|
569
|
+
path: "",
|
|
576
570
|
hasPathParams: true,
|
|
577
571
|
hasData: true
|
|
578
572
|
}
|
|
@@ -620,7 +614,7 @@ export const apiConfig = [
|
|
|
620
614
|
{
|
|
621
615
|
mode: "put",
|
|
622
616
|
method: "putId",
|
|
623
|
-
path: "
|
|
617
|
+
path: "",
|
|
624
618
|
hasPathParams: true,
|
|
625
619
|
hasData: true
|
|
626
620
|
}
|
|
@@ -634,9 +628,7 @@ export const apiConfig = [
|
|
|
634
628
|
mode: "post",
|
|
635
629
|
method: "postUpload",
|
|
636
630
|
path: "upload",
|
|
637
|
-
|
|
638
|
-
hasQuery: true,
|
|
639
|
-
hasData: true
|
|
631
|
+
hasQuery: true
|
|
640
632
|
}
|
|
641
633
|
]
|
|
642
634
|
},
|
|
@@ -677,7 +669,7 @@ export const apiConfig = [
|
|
|
677
669
|
{
|
|
678
670
|
mode: "put",
|
|
679
671
|
method: "putId",
|
|
680
|
-
path: "
|
|
672
|
+
path: "",
|
|
681
673
|
hasPathParams: true,
|
|
682
674
|
hasData: true
|
|
683
675
|
}
|
|
@@ -749,7 +741,7 @@ export const apiConfig = [
|
|
|
749
741
|
{
|
|
750
742
|
mode: "put",
|
|
751
743
|
method: "putId",
|
|
752
|
-
path: "
|
|
744
|
+
path: "",
|
|
753
745
|
hasPathParams: true,
|
|
754
746
|
hasData: true
|
|
755
747
|
}
|
|
@@ -798,7 +790,7 @@ export const apiConfig = [
|
|
|
798
790
|
{
|
|
799
791
|
mode: "put",
|
|
800
792
|
method: "putId",
|
|
801
|
-
path: "
|
|
793
|
+
path: "",
|
|
802
794
|
hasPathParams: true,
|
|
803
795
|
hasData: true
|
|
804
796
|
}
|
|
@@ -923,7 +915,7 @@ export const apiConfig = [
|
|
|
923
915
|
{
|
|
924
916
|
mode: "put",
|
|
925
917
|
method: "putId",
|
|
926
|
-
path: "
|
|
918
|
+
path: "",
|
|
927
919
|
hasPathParams: true,
|
|
928
920
|
hasData: true
|
|
929
921
|
}
|
|
@@ -1031,7 +1023,7 @@ export const apiConfig = [
|
|
|
1031
1023
|
{
|
|
1032
1024
|
mode: "put",
|
|
1033
1025
|
method: "putId",
|
|
1034
|
-
path: "
|
|
1026
|
+
path: "",
|
|
1035
1027
|
hasPathParams: true,
|
|
1036
1028
|
hasData: true
|
|
1037
1029
|
}
|
|
@@ -1147,7 +1139,7 @@ export const apiConfig = [
|
|
|
1147
1139
|
{
|
|
1148
1140
|
mode: "put",
|
|
1149
1141
|
method: "putId",
|
|
1150
|
-
path: "
|
|
1142
|
+
path: "",
|
|
1151
1143
|
hasPathParams: true,
|
|
1152
1144
|
hasData: true
|
|
1153
1145
|
}
|
|
@@ -1190,7 +1182,7 @@ export const apiConfig = [
|
|
|
1190
1182
|
{
|
|
1191
1183
|
mode: "put",
|
|
1192
1184
|
method: "putId",
|
|
1193
|
-
path: "
|
|
1185
|
+
path: "",
|
|
1194
1186
|
hasPathParams: true,
|
|
1195
1187
|
hasData: true
|
|
1196
1188
|
}
|
|
@@ -1233,7 +1225,7 @@ export const apiConfig = [
|
|
|
1233
1225
|
{
|
|
1234
1226
|
mode: "put",
|
|
1235
1227
|
method: "putId",
|
|
1236
|
-
path: "
|
|
1228
|
+
path: "",
|
|
1237
1229
|
hasPathParams: true,
|
|
1238
1230
|
hasData: true
|
|
1239
1231
|
}
|
|
@@ -1281,7 +1273,7 @@ export const apiConfig = [
|
|
|
1281
1273
|
{
|
|
1282
1274
|
mode: "put",
|
|
1283
1275
|
method: "putId",
|
|
1284
|
-
path: "
|
|
1276
|
+
path: "",
|
|
1285
1277
|
hasPathParams: true,
|
|
1286
1278
|
hasData: true
|
|
1287
1279
|
}
|
|
@@ -1324,7 +1316,7 @@ export const apiConfig = [
|
|
|
1324
1316
|
{
|
|
1325
1317
|
mode: "put",
|
|
1326
1318
|
method: "putId",
|
|
1327
|
-
path: "
|
|
1319
|
+
path: "",
|
|
1328
1320
|
hasPathParams: true,
|
|
1329
1321
|
hasData: true
|
|
1330
1322
|
}
|
|
@@ -1367,7 +1359,7 @@ export const apiConfig = [
|
|
|
1367
1359
|
{
|
|
1368
1360
|
mode: "put",
|
|
1369
1361
|
method: "putId",
|
|
1370
|
-
path: "
|
|
1362
|
+
path: "",
|
|
1371
1363
|
hasPathParams: true,
|
|
1372
1364
|
hasData: true
|
|
1373
1365
|
}
|
|
@@ -1403,9 +1395,7 @@ export const apiConfig = [
|
|
|
1403
1395
|
{
|
|
1404
1396
|
mode: "post",
|
|
1405
1397
|
method: "postImport",
|
|
1406
|
-
path: "import"
|
|
1407
|
-
hasUpload: true,
|
|
1408
|
-
hasData: true
|
|
1398
|
+
path: "import"
|
|
1409
1399
|
},
|
|
1410
1400
|
{
|
|
1411
1401
|
mode: "get",
|
|
@@ -1427,7 +1417,7 @@ export const apiConfig = [
|
|
|
1427
1417
|
{
|
|
1428
1418
|
mode: "put",
|
|
1429
1419
|
method: "putId",
|
|
1430
|
-
path: "
|
|
1420
|
+
path: "",
|
|
1431
1421
|
hasPathParams: true,
|
|
1432
1422
|
hasData: true
|
|
1433
1423
|
}
|
|
@@ -1457,9 +1447,7 @@ export const apiConfig = [
|
|
|
1457
1447
|
{
|
|
1458
1448
|
mode: "post",
|
|
1459
1449
|
method: "postImport",
|
|
1460
|
-
path: "import"
|
|
1461
|
-
hasUpload: true,
|
|
1462
|
-
hasData: true
|
|
1450
|
+
path: "import"
|
|
1463
1451
|
},
|
|
1464
1452
|
{
|
|
1465
1453
|
mode: "get",
|
|
@@ -1481,7 +1469,7 @@ export const apiConfig = [
|
|
|
1481
1469
|
{
|
|
1482
1470
|
mode: "put",
|
|
1483
1471
|
method: "putId",
|
|
1484
|
-
path: "
|
|
1472
|
+
path: "",
|
|
1485
1473
|
hasPathParams: true,
|
|
1486
1474
|
hasData: true
|
|
1487
1475
|
}
|
|
@@ -1546,7 +1534,7 @@ export const apiConfig = [
|
|
|
1546
1534
|
{
|
|
1547
1535
|
mode: "put",
|
|
1548
1536
|
method: "putId",
|
|
1549
|
-
path: "
|
|
1537
|
+
path: "",
|
|
1550
1538
|
hasPathParams: true,
|
|
1551
1539
|
hasData: true
|
|
1552
1540
|
}
|
|
@@ -1586,12 +1574,6 @@ export const apiConfig = [
|
|
|
1586
1574
|
path: "list",
|
|
1587
1575
|
hasQuery: true
|
|
1588
1576
|
},
|
|
1589
|
-
{
|
|
1590
|
-
mode: "delete",
|
|
1591
|
-
method: "deleteObject",
|
|
1592
|
-
path: "object",
|
|
1593
|
-
hasQuery: true
|
|
1594
|
-
},
|
|
1595
1577
|
{
|
|
1596
1578
|
mode: "get",
|
|
1597
1579
|
method: "getPageList",
|
|
@@ -1601,7 +1583,7 @@ export const apiConfig = [
|
|
|
1601
1583
|
{
|
|
1602
1584
|
mode: "put",
|
|
1603
1585
|
method: "putId",
|
|
1604
|
-
path: "
|
|
1586
|
+
path: "",
|
|
1605
1587
|
hasPathParams: true,
|
|
1606
1588
|
hasData: true
|
|
1607
1589
|
}
|
|
@@ -1621,24 +1603,18 @@ export const apiConfig = [
|
|
|
1621
1603
|
mode: "post",
|
|
1622
1604
|
method: "postUploadCommon",
|
|
1623
1605
|
path: "upload-common",
|
|
1624
|
-
|
|
1625
|
-
hasQuery: true,
|
|
1626
|
-
hasData: true
|
|
1606
|
+
hasQuery: true
|
|
1627
1607
|
},
|
|
1628
1608
|
{
|
|
1629
1609
|
mode: "post",
|
|
1630
1610
|
method: "postUploadDataset",
|
|
1631
|
-
path: "upload-dataset"
|
|
1632
|
-
hasUpload: true,
|
|
1633
|
-
hasData: true
|
|
1611
|
+
path: "upload-dataset"
|
|
1634
1612
|
},
|
|
1635
1613
|
{
|
|
1636
1614
|
mode: "post",
|
|
1637
1615
|
method: "postUploadImage",
|
|
1638
1616
|
path: "upload/image",
|
|
1639
|
-
|
|
1640
|
-
hasQuery: true,
|
|
1641
|
-
hasData: true
|
|
1617
|
+
hasQuery: true
|
|
1642
1618
|
}
|
|
1643
1619
|
]
|
|
1644
1620
|
},
|
|
@@ -1666,7 +1642,7 @@ export const apiConfig = [
|
|
|
1666
1642
|
{
|
|
1667
1643
|
mode: "put",
|
|
1668
1644
|
method: "putId",
|
|
1669
|
-
path: "
|
|
1645
|
+
path: "",
|
|
1670
1646
|
hasPathParams: true,
|
|
1671
1647
|
hasData: true
|
|
1672
1648
|
}
|
|
@@ -1709,9 +1685,7 @@ export const apiConfig = [
|
|
|
1709
1685
|
mode: "post",
|
|
1710
1686
|
method: "postLangUpload",
|
|
1711
1687
|
path: "lang/upload",
|
|
1712
|
-
|
|
1713
|
-
hasQuery: true,
|
|
1714
|
-
hasData: true
|
|
1688
|
+
hasQuery: true
|
|
1715
1689
|
},
|
|
1716
1690
|
{
|
|
1717
1691
|
mode: "get",
|
|
@@ -1834,7 +1808,7 @@ export const apiConfig = [
|
|
|
1834
1808
|
{
|
|
1835
1809
|
mode: "put",
|
|
1836
1810
|
method: "putId",
|
|
1837
|
-
path: "
|
|
1811
|
+
path: "",
|
|
1838
1812
|
hasPathParams: true,
|
|
1839
1813
|
hasData: true
|
|
1840
1814
|
}
|
|
@@ -1876,7 +1850,7 @@ export const apiConfig = [
|
|
|
1876
1850
|
{
|
|
1877
1851
|
mode: "put",
|
|
1878
1852
|
method: "putId",
|
|
1879
|
-
path: "
|
|
1853
|
+
path: "",
|
|
1880
1854
|
hasPathParams: true,
|
|
1881
1855
|
hasData: true
|
|
1882
1856
|
}
|
|
@@ -1918,7 +1892,7 @@ export const apiConfig = [
|
|
|
1918
1892
|
{
|
|
1919
1893
|
mode: "put",
|
|
1920
1894
|
method: "putId",
|
|
1921
|
-
path: "
|
|
1895
|
+
path: "",
|
|
1922
1896
|
hasPathParams: true,
|
|
1923
1897
|
hasData: true
|
|
1924
1898
|
}
|
|
@@ -1931,9 +1905,7 @@ export const apiConfig = [
|
|
|
1931
1905
|
{
|
|
1932
1906
|
mode: "post",
|
|
1933
1907
|
method: "postUploadCertificate",
|
|
1934
|
-
path: "upload/certificate"
|
|
1935
|
-
hasUpload: true,
|
|
1936
|
-
hasData: true
|
|
1908
|
+
path: "upload/certificate"
|
|
1937
1909
|
}
|
|
1938
1910
|
]
|
|
1939
1911
|
},
|
|
@@ -1988,12 +1960,6 @@ export const apiConfig = [
|
|
|
1988
1960
|
path: "getAppBasicInfo",
|
|
1989
1961
|
hasQuery: true
|
|
1990
1962
|
},
|
|
1991
|
-
{
|
|
1992
|
-
mode: "get",
|
|
1993
|
-
method: "getGetAppEffectiveLicense",
|
|
1994
|
-
path: "getAppEffectiveLicense",
|
|
1995
|
-
hasQuery: true
|
|
1996
|
-
},
|
|
1997
1963
|
{
|
|
1998
1964
|
mode: "get",
|
|
1999
1965
|
method: "getGetExpireMsg",
|
|
@@ -2015,7 +1981,8 @@ export const apiConfig = [
|
|
|
2015
1981
|
{
|
|
2016
1982
|
mode: "get",
|
|
2017
1983
|
method: "getModuleAuth",
|
|
2018
|
-
path: "moduleAuth"
|
|
1984
|
+
path: "moduleAuth",
|
|
1985
|
+
hasQuery: true
|
|
2019
1986
|
},
|
|
2020
1987
|
{
|
|
2021
1988
|
mode: "get",
|
|
@@ -2062,12 +2029,6 @@ export const apiConfig = [
|
|
|
2062
2029
|
method: "getPageList",
|
|
2063
2030
|
path: "page/list",
|
|
2064
2031
|
hasQuery: true
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
mode: "get",
|
|
2068
|
-
method: "getTenantLog",
|
|
2069
|
-
path: "tenant/log",
|
|
2070
|
-
hasQuery: true
|
|
2071
2032
|
}
|
|
2072
2033
|
]
|
|
2073
2034
|
},
|
|
@@ -2185,7 +2146,7 @@ export const apiConfig = [
|
|
|
2185
2146
|
{
|
|
2186
2147
|
mode: "put",
|
|
2187
2148
|
method: "putId",
|
|
2188
|
-
path: "
|
|
2149
|
+
path: "",
|
|
2189
2150
|
hasPathParams: true,
|
|
2190
2151
|
hasData: true
|
|
2191
2152
|
}
|
|
@@ -2245,7 +2206,7 @@ export const apiConfig = [
|
|
|
2245
2206
|
{
|
|
2246
2207
|
mode: "put",
|
|
2247
2208
|
method: "putId",
|
|
2248
|
-
path: "
|
|
2209
|
+
path: "",
|
|
2249
2210
|
hasPathParams: true,
|
|
2250
2211
|
hasData: true
|
|
2251
2212
|
}
|
|
@@ -2287,7 +2248,7 @@ export const apiConfig = [
|
|
|
2287
2248
|
{
|
|
2288
2249
|
mode: "put",
|
|
2289
2250
|
method: "putId",
|
|
2290
|
-
path: "
|
|
2251
|
+
path: "",
|
|
2291
2252
|
hasPathParams: true,
|
|
2292
2253
|
hasData: true
|
|
2293
2254
|
}
|
|
@@ -2347,7 +2308,7 @@ export const apiConfig = [
|
|
|
2347
2308
|
{
|
|
2348
2309
|
mode: "put",
|
|
2349
2310
|
method: "putId",
|
|
2350
|
-
path: "
|
|
2311
|
+
path: "",
|
|
2351
2312
|
hasPathParams: true,
|
|
2352
2313
|
hasData: true
|
|
2353
2314
|
}
|
|
@@ -2396,7 +2357,7 @@ export const apiConfig = [
|
|
|
2396
2357
|
{
|
|
2397
2358
|
mode: "put",
|
|
2398
2359
|
method: "putId",
|
|
2399
|
-
path: "
|
|
2360
|
+
path: "",
|
|
2400
2361
|
hasPathParams: true,
|
|
2401
2362
|
hasData: true
|
|
2402
2363
|
}
|
|
@@ -2462,7 +2423,7 @@ export const apiConfig = [
|
|
|
2462
2423
|
{
|
|
2463
2424
|
mode: "put",
|
|
2464
2425
|
method: "putId",
|
|
2465
|
-
path: "
|
|
2426
|
+
path: "",
|
|
2466
2427
|
hasPathParams: true,
|
|
2467
2428
|
hasData: true
|
|
2468
2429
|
}
|
|
@@ -2514,7 +2475,7 @@ export const apiConfig = [
|
|
|
2514
2475
|
{
|
|
2515
2476
|
mode: "put",
|
|
2516
2477
|
method: "putId",
|
|
2517
|
-
path: "
|
|
2478
|
+
path: "",
|
|
2518
2479
|
hasPathParams: true,
|
|
2519
2480
|
hasData: true
|
|
2520
2481
|
}
|
|
@@ -2622,7 +2583,7 @@ export const apiConfig = [
|
|
|
2622
2583
|
{
|
|
2623
2584
|
mode: "put",
|
|
2624
2585
|
method: "putId",
|
|
2625
|
-
path: "
|
|
2586
|
+
path: "",
|
|
2626
2587
|
hasPathParams: true,
|
|
2627
2588
|
hasData: true
|
|
2628
2589
|
}
|
|
@@ -2687,7 +2648,7 @@ export const apiConfig = [
|
|
|
2687
2648
|
{
|
|
2688
2649
|
mode: "put",
|
|
2689
2650
|
method: "putId",
|
|
2690
|
-
path: "
|
|
2651
|
+
path: "",
|
|
2691
2652
|
hasPathParams: true,
|
|
2692
2653
|
hasData: true
|
|
2693
2654
|
}
|
|
@@ -2716,11 +2677,6 @@ export const apiConfig = [
|
|
|
2716
2677
|
path: "base",
|
|
2717
2678
|
hasData: true
|
|
2718
2679
|
},
|
|
2719
|
-
{
|
|
2720
|
-
mode: "get",
|
|
2721
|
-
method: "getCardLoginCfg",
|
|
2722
|
-
path: "card/login/cfg"
|
|
2723
|
-
},
|
|
2724
2680
|
{
|
|
2725
2681
|
mode: "post",
|
|
2726
2682
|
method: "postDingtalk",
|
|
@@ -2793,9 +2749,7 @@ export const apiConfig = [
|
|
|
2793
2749
|
{
|
|
2794
2750
|
mode: "post",
|
|
2795
2751
|
method: "postUploadCertFile",
|
|
2796
|
-
path: "uploadCertFile"
|
|
2797
|
-
hasUpload: true,
|
|
2798
|
-
hasData: true
|
|
2752
|
+
path: "uploadCertFile"
|
|
2799
2753
|
},
|
|
2800
2754
|
{
|
|
2801
2755
|
mode: "post",
|
|
@@ -2905,7 +2859,7 @@ export const apiConfig = [
|
|
|
2905
2859
|
{
|
|
2906
2860
|
mode: "put",
|
|
2907
2861
|
method: "putId",
|
|
2908
|
-
path: "
|
|
2862
|
+
path: "",
|
|
2909
2863
|
hasPathParams: true,
|
|
2910
2864
|
hasData: true
|
|
2911
2865
|
}
|
|
@@ -2948,7 +2902,7 @@ export const apiConfig = [
|
|
|
2948
2902
|
{
|
|
2949
2903
|
mode: "put",
|
|
2950
2904
|
method: "putId",
|
|
2951
|
-
path: "
|
|
2905
|
+
path: "",
|
|
2952
2906
|
hasPathParams: true,
|
|
2953
2907
|
hasData: true
|
|
2954
2908
|
}
|
|
@@ -2990,7 +2944,7 @@ export const apiConfig = [
|
|
|
2990
2944
|
{
|
|
2991
2945
|
mode: "put",
|
|
2992
2946
|
method: "putId",
|
|
2993
|
-
path: "
|
|
2947
|
+
path: "",
|
|
2994
2948
|
hasPathParams: true,
|
|
2995
2949
|
hasData: true
|
|
2996
2950
|
}
|
|
@@ -3032,7 +2986,7 @@ export const apiConfig = [
|
|
|
3032
2986
|
{
|
|
3033
2987
|
mode: "put",
|
|
3034
2988
|
method: "putId",
|
|
3035
|
-
path: "
|
|
2989
|
+
path: "",
|
|
3036
2990
|
hasPathParams: true,
|
|
3037
2991
|
hasData: true
|
|
3038
2992
|
}
|
|
@@ -3079,7 +3033,7 @@ export const apiConfig = [
|
|
|
3079
3033
|
{
|
|
3080
3034
|
mode: "put",
|
|
3081
3035
|
method: "putId",
|
|
3082
|
-
path: "
|
|
3036
|
+
path: "",
|
|
3083
3037
|
hasPathParams: true,
|
|
3084
3038
|
hasData: true
|
|
3085
3039
|
}
|
|
@@ -3126,7 +3080,7 @@ export const apiConfig = [
|
|
|
3126
3080
|
{
|
|
3127
3081
|
mode: "put",
|
|
3128
3082
|
method: "putId",
|
|
3129
|
-
path: "
|
|
3083
|
+
path: "",
|
|
3130
3084
|
hasPathParams: true,
|
|
3131
3085
|
hasData: true
|
|
3132
3086
|
}
|
|
@@ -3173,7 +3127,7 @@ export const apiConfig = [
|
|
|
3173
3127
|
{
|
|
3174
3128
|
mode: "put",
|
|
3175
3129
|
method: "putId",
|
|
3176
|
-
path: "
|
|
3130
|
+
path: "",
|
|
3177
3131
|
hasPathParams: true,
|
|
3178
3132
|
hasData: true
|
|
3179
3133
|
}
|
|
@@ -3215,7 +3169,7 @@ export const apiConfig = [
|
|
|
3215
3169
|
{
|
|
3216
3170
|
mode: "put",
|
|
3217
3171
|
method: "putId",
|
|
3218
|
-
path: "
|
|
3172
|
+
path: "",
|
|
3219
3173
|
hasPathParams: true,
|
|
3220
3174
|
hasData: true
|
|
3221
3175
|
}
|
|
@@ -3259,9 +3213,7 @@ export const apiConfig = [
|
|
|
3259
3213
|
mode: "post",
|
|
3260
3214
|
method: "postImport",
|
|
3261
3215
|
path: "import",
|
|
3262
|
-
|
|
3263
|
-
hasQuery: true,
|
|
3264
|
-
hasData: true
|
|
3216
|
+
hasQuery: true
|
|
3265
3217
|
},
|
|
3266
3218
|
{
|
|
3267
3219
|
mode: "get",
|
|
@@ -3301,7 +3253,7 @@ export const apiConfig = [
|
|
|
3301
3253
|
{
|
|
3302
3254
|
mode: "put",
|
|
3303
3255
|
method: "putId",
|
|
3304
|
-
path: "
|
|
3256
|
+
path: "",
|
|
3305
3257
|
hasPathParams: true,
|
|
3306
3258
|
hasData: true
|
|
3307
3259
|
}
|
|
@@ -3403,7 +3355,7 @@ export const apiConfig = [
|
|
|
3403
3355
|
{
|
|
3404
3356
|
mode: "put",
|
|
3405
3357
|
method: "putId",
|
|
3406
|
-
path: "
|
|
3358
|
+
path: "",
|
|
3407
3359
|
hasPathParams: true,
|
|
3408
3360
|
hasData: true
|
|
3409
3361
|
}
|
|
@@ -3445,7 +3397,7 @@ export const apiConfig = [
|
|
|
3445
3397
|
{
|
|
3446
3398
|
mode: "put",
|
|
3447
3399
|
method: "putId",
|
|
3448
|
-
path: "
|
|
3400
|
+
path: "",
|
|
3449
3401
|
hasPathParams: true,
|
|
3450
3402
|
hasData: true
|
|
3451
3403
|
}
|
|
@@ -3648,7 +3600,7 @@ export const apiConfig = [
|
|
|
3648
3600
|
{
|
|
3649
3601
|
mode: "put",
|
|
3650
3602
|
method: "putId",
|
|
3651
|
-
path: "
|
|
3603
|
+
path: "",
|
|
3652
3604
|
hasPathParams: true,
|
|
3653
3605
|
hasData: true
|
|
3654
3606
|
}
|
|
@@ -3811,7 +3763,7 @@ export const apiConfig = [
|
|
|
3811
3763
|
{
|
|
3812
3764
|
mode: "put",
|
|
3813
3765
|
method: "putId",
|
|
3814
|
-
path: "
|
|
3766
|
+
path: "",
|
|
3815
3767
|
hasPathParams: true,
|
|
3816
3768
|
hasData: true
|
|
3817
3769
|
}
|
|
@@ -3912,7 +3864,7 @@ export const apiConfig = [
|
|
|
3912
3864
|
{
|
|
3913
3865
|
mode: "put",
|
|
3914
3866
|
method: "putId",
|
|
3915
|
-
path: "
|
|
3867
|
+
path: "",
|
|
3916
3868
|
hasPathParams: true,
|
|
3917
3869
|
hasData: true
|
|
3918
3870
|
}
|
|
@@ -4024,7 +3976,7 @@ export const apiConfig = [
|
|
|
4024
3976
|
{
|
|
4025
3977
|
mode: "put",
|
|
4026
3978
|
method: "putId",
|
|
4027
|
-
path: "
|
|
3979
|
+
path: "",
|
|
4028
3980
|
hasPathParams: true,
|
|
4029
3981
|
hasData: true
|
|
4030
3982
|
}
|
|
@@ -4254,7 +4206,7 @@ export const apiConfig = [
|
|
|
4254
4206
|
{
|
|
4255
4207
|
mode: "put",
|
|
4256
4208
|
method: "putId",
|
|
4257
|
-
path: "
|
|
4209
|
+
path: "",
|
|
4258
4210
|
hasPathParams: true,
|
|
4259
4211
|
hasData: true
|
|
4260
4212
|
}
|
|
@@ -4314,9 +4266,7 @@ export const apiConfig = [
|
|
|
4314
4266
|
mode: "post",
|
|
4315
4267
|
method: "postOrgPlatImport",
|
|
4316
4268
|
path: "org/plat/import",
|
|
4317
|
-
|
|
4318
|
-
hasQuery: true,
|
|
4319
|
-
hasData: true
|
|
4269
|
+
hasQuery: true
|
|
4320
4270
|
},
|
|
4321
4271
|
{
|
|
4322
4272
|
mode: "post",
|
|
@@ -4328,17 +4278,13 @@ export const apiConfig = [
|
|
|
4328
4278
|
mode: "post",
|
|
4329
4279
|
method: "postOrgTenantImport",
|
|
4330
4280
|
path: "org/tenant/import",
|
|
4331
|
-
|
|
4332
|
-
hasQuery: true,
|
|
4333
|
-
hasData: true
|
|
4281
|
+
hasQuery: true
|
|
4334
4282
|
},
|
|
4335
4283
|
{
|
|
4336
4284
|
mode: "post",
|
|
4337
4285
|
method: "postOrgTenantImport4App",
|
|
4338
4286
|
path: "org/tenant/import4App",
|
|
4339
|
-
|
|
4340
|
-
hasQuery: true,
|
|
4341
|
-
hasData: true
|
|
4287
|
+
hasQuery: true
|
|
4342
4288
|
},
|
|
4343
4289
|
{
|
|
4344
4290
|
mode: "post",
|
|
@@ -4361,9 +4307,7 @@ export const apiConfig = [
|
|
|
4361
4307
|
{
|
|
4362
4308
|
mode: "post",
|
|
4363
4309
|
method: "postPlatImport",
|
|
4364
|
-
path: "plat/import"
|
|
4365
|
-
hasUpload: true,
|
|
4366
|
-
hasData: true
|
|
4310
|
+
path: "plat/import"
|
|
4367
4311
|
},
|
|
4368
4312
|
{
|
|
4369
4313
|
mode: "post",
|
|
@@ -4404,16 +4348,12 @@ export const apiConfig = [
|
|
|
4404
4348
|
{
|
|
4405
4349
|
mode: "post",
|
|
4406
4350
|
method: "postTenantImport",
|
|
4407
|
-
path: "tenant/import"
|
|
4408
|
-
hasUpload: true,
|
|
4409
|
-
hasData: true
|
|
4351
|
+
path: "tenant/import"
|
|
4410
4352
|
},
|
|
4411
4353
|
{
|
|
4412
4354
|
mode: "post",
|
|
4413
4355
|
method: "postTenantImport4App",
|
|
4414
|
-
path: "tenant/import4App"
|
|
4415
|
-
hasUpload: true,
|
|
4416
|
-
hasData: true
|
|
4356
|
+
path: "tenant/import4App"
|
|
4417
4357
|
},
|
|
4418
4358
|
{
|
|
4419
4359
|
mode: "post",
|
|
@@ -4430,7 +4370,7 @@ export const apiConfig = [
|
|
|
4430
4370
|
{
|
|
4431
4371
|
mode: "put",
|
|
4432
4372
|
method: "putId",
|
|
4433
|
-
path: "
|
|
4373
|
+
path: "",
|
|
4434
4374
|
hasPathParams: true,
|
|
4435
4375
|
hasData: true
|
|
4436
4376
|
}
|
|
@@ -4472,7 +4412,7 @@ export const apiConfig = [
|
|
|
4472
4412
|
{
|
|
4473
4413
|
mode: "put",
|
|
4474
4414
|
method: "putId",
|
|
4475
|
-
path: "
|
|
4415
|
+
path: "",
|
|
4476
4416
|
hasPathParams: true,
|
|
4477
4417
|
hasData: true
|
|
4478
4418
|
}
|
|
@@ -4514,7 +4454,7 @@ export const apiConfig = [
|
|
|
4514
4454
|
{
|
|
4515
4455
|
mode: "put",
|
|
4516
4456
|
method: "putId",
|
|
4517
|
-
path: "
|
|
4457
|
+
path: "",
|
|
4518
4458
|
hasPathParams: true,
|
|
4519
4459
|
hasData: true
|
|
4520
4460
|
}
|
|
@@ -4556,7 +4496,7 @@ export const apiConfig = [
|
|
|
4556
4496
|
{
|
|
4557
4497
|
mode: "put",
|
|
4558
4498
|
method: "putId",
|
|
4559
|
-
path: "
|
|
4499
|
+
path: "",
|
|
4560
4500
|
hasPathParams: true,
|
|
4561
4501
|
hasData: true
|
|
4562
4502
|
}
|
|
@@ -4599,7 +4539,7 @@ export const apiConfig = [
|
|
|
4599
4539
|
{
|
|
4600
4540
|
mode: "put",
|
|
4601
4541
|
method: "putId",
|
|
4602
|
-
path: "
|
|
4542
|
+
path: "",
|
|
4603
4543
|
hasPathParams: true,
|
|
4604
4544
|
hasData: true
|
|
4605
4545
|
}
|
|
@@ -4661,7 +4601,7 @@ export const apiConfig = [
|
|
|
4661
4601
|
{
|
|
4662
4602
|
mode: "put",
|
|
4663
4603
|
method: "putId",
|
|
4664
|
-
path: "
|
|
4604
|
+
path: "",
|
|
4665
4605
|
hasPathParams: true,
|
|
4666
4606
|
hasData: true
|
|
4667
4607
|
}
|
|
@@ -5508,11 +5448,6 @@ export const apiConfig = [
|
|
|
5508
5448
|
hasPathParams: true,
|
|
5509
5449
|
hasData: true
|
|
5510
5450
|
},
|
|
5511
|
-
{
|
|
5512
|
-
mode: "get",
|
|
5513
|
-
method: "getCallbackLogin",
|
|
5514
|
-
path: "callback/login"
|
|
5515
|
-
},
|
|
5516
5451
|
{
|
|
5517
5452
|
mode: "get",
|
|
5518
5453
|
method: "getDataSourceExecuteSelect",
|
|
@@ -5591,16 +5526,11 @@ export const apiConfig = [
|
|
|
5591
5526
|
path: "knowledge-base/findByIds",
|
|
5592
5527
|
hasQuery: true
|
|
5593
5528
|
},
|
|
5594
|
-
{
|
|
5595
|
-
mode: "get",
|
|
5596
|
-
method: "getLicenseGetAppEffectiveLicense",
|
|
5597
|
-
path: "license/getAppEffectiveLicense",
|
|
5598
|
-
hasQuery: true
|
|
5599
|
-
},
|
|
5600
5529
|
{
|
|
5601
5530
|
mode: "get",
|
|
5602
5531
|
method: "getLicenseModuleAuth",
|
|
5603
|
-
path: "license/moduleAuth"
|
|
5532
|
+
path: "license/moduleAuth",
|
|
5533
|
+
hasQuery: true
|
|
5604
5534
|
},
|
|
5605
5535
|
{
|
|
5606
5536
|
mode: "post",
|
|
@@ -5608,12 +5538,6 @@ export const apiConfig = [
|
|
|
5608
5538
|
path: "login-log/userLoginLogPage",
|
|
5609
5539
|
hasData: true
|
|
5610
5540
|
},
|
|
5611
|
-
{
|
|
5612
|
-
mode: "get",
|
|
5613
|
-
method: "getLoginSettingGet",
|
|
5614
|
-
path: "login/setting/get",
|
|
5615
|
-
hasQuery: true
|
|
5616
|
-
},
|
|
5617
5541
|
{
|
|
5618
5542
|
mode: "get",
|
|
5619
5543
|
method: "getLoginSsoOauth2Authorize",
|
|
@@ -5879,12 +5803,6 @@ export const apiConfig = [
|
|
|
5879
5803
|
path: "report-detail/listStatistic",
|
|
5880
5804
|
hasData: true
|
|
5881
5805
|
},
|
|
5882
|
-
{
|
|
5883
|
-
mode: "post",
|
|
5884
|
-
method: "postSeatAdd",
|
|
5885
|
-
path: "seat/add",
|
|
5886
|
-
hasQuery: true
|
|
5887
|
-
},
|
|
5888
5806
|
{
|
|
5889
5807
|
mode: "post",
|
|
5890
5808
|
method: "postSignLogOperators",
|