@gct-paas/api 0.1.0-dev.2 → 0.1.0-dev.3
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 +25 -0
- package/dist/gct-api.system.min.js +25 -0
- package/es/apaas/service/api-config.mjs +676 -20
- package/es/apaas/service/apis/api.service.d.ts +10 -0
- package/es/apaas/service/apis/app-granted-user.service.d.ts +1 -0
- package/es/apaas/service/apis/audit-log.service.d.ts +2 -5
- package/es/apaas/service/apis/category.service.d.ts +0 -2
- package/es/apaas/service/apis/control-config.service.d.ts +4 -0
- package/es/apaas/service/apis/designer-common.service.d.ts +4 -0
- package/es/apaas/service/apis/dhr.service.d.ts +46 -0
- package/es/apaas/service/apis/doc-outline.service.d.ts +1 -1
- package/es/apaas/service/apis/document.service.d.ts +4 -0
- package/es/apaas/service/apis/edhr-category.service.d.ts +57 -0
- package/es/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +60 -0
- package/es/apaas/service/apis/edhr-instance.service.d.ts +7 -0
- package/es/apaas/service/apis/edhr-tmpl.service.d.ts +5 -2
- package/es/apaas/service/apis/file-resource.service.d.ts +1 -0
- package/es/apaas/service/apis/file.service.d.ts +10 -0
- package/es/apaas/service/apis/form.service.d.ts +41 -0
- package/es/apaas/service/apis/label.service.d.ts +41 -1
- package/es/apaas/service/apis/message-record.service.d.ts +2 -0
- package/es/apaas/service/apis/model-meta.service.d.ts +25 -0
- package/es/apaas/service/apis/model-permission-relation.service.d.ts +50 -0
- package/es/apaas/service/apis/online-form-category.service.d.ts +57 -0
- package/es/apaas/service/apis/online-form-instance.service.d.ts +75 -6
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +6 -1
- package/es/apaas/service/apis/online-form.service.d.ts +0 -5
- package/es/apaas/service/apis/online-user-summary.service.d.ts +50 -0
- package/es/apaas/service/apis/online.service.d.ts +15 -1
- package/es/apaas/service/apis/pad-page.service.d.ts +70 -0
- package/es/apaas/service/apis/page-designer-log.service.d.ts +1 -1
- package/es/apaas/service/apis/pm-process-definition.service.d.ts +1 -0
- package/es/apaas/service/apis/print.service.d.ts +5 -0
- package/es/apaas/service/apis/process-definition-version.service.d.ts +8 -0
- package/es/apaas/service/apis/process-path.service.d.ts +8 -0
- package/es/apaas/service/apis/process-task-done.service.d.ts +10 -0
- package/es/apaas/service/apis/process-task-todo.service.d.ts +20 -0
- package/es/apaas/service/apis/product-release.service.d.ts +9 -0
- package/es/apaas/service/apis/report-data-set.service.d.ts +10 -0
- package/es/apaas/service/apis/sandbox-config.service.d.ts +74 -0
- package/es/apaas/service/apis/ss.service.d.ts +12 -0
- package/es/apaas/service/apis/trace-log.service.d.ts +1 -0
- package/es/apaas/service/entities.d.ts +9796 -6316
- package/es/apaas/service/index.d.ts +18 -0
- package/es/index.d.ts +1 -0
- package/es/index.mjs +1 -0
- package/es/ipaas/service/api-config.mjs +21 -0
- package/es/ipaas/service/apis/camel.service.d.ts +8 -0
- package/es/ipaas/service/apis/flow.service.d.ts +10 -1
- package/es/ipaas/service/entities.d.ts +27 -1
- package/es/platform/service/api-config.mjs +320 -16
- package/es/platform/service/apis/api.service.d.ts +63 -30
- package/es/platform/service/apis/app-member.service.d.ts +0 -4
- package/es/platform/service/apis/bi-app.service.d.ts +6 -0
- package/es/platform/service/apis/database.service.d.ts +24 -0
- package/es/platform/service/apis/dataset.service.d.ts +19 -0
- package/es/platform/service/apis/device-interconnection-param.service.d.ts +58 -0
- package/es/platform/service/apis/device-interconnection.service.d.ts +63 -0
- package/es/platform/service/apis/device-param-ref.service.d.ts +25 -0
- package/es/platform/service/apis/file-task.service.d.ts +1 -0
- package/es/platform/service/apis/file.service.d.ts +4 -0
- package/es/platform/service/apis/license.service.d.ts +8 -0
- package/es/platform/service/apis/login.service.d.ts +1 -0
- package/es/platform/service/apis/org.service.d.ts +1 -0
- package/es/platform/service/apis/plat.service.d.ts +17 -0
- package/es/platform/service/apis/seal-management.service.d.ts +1 -1
- package/es/platform/service/apis/tenant.service.d.ts +1 -0
- package/es/platform/service/entities.d.ts +768 -72
- package/es/platform/service/index.d.ts +8 -0
- package/es/service/api-manage.d.ts +26 -0
- package/es/service/api-manage.mjs +29 -0
- package/es/service/api-service.d.ts +96 -0
- package/es/service/api-service.interface.d.ts +159 -0
- package/es/service/api-service.interface.mjs +0 -0
- package/es/service/api-service.mjs +169 -0
- package/es/service/http.enum.d.ts +76 -0
- package/es/service/http.enum.mjs +60 -0
- package/es/service/http.util.d.ts +113 -0
- package/es/service/http.util.mjs +155 -0
- package/es/service/index.d.ts +8 -0
- package/es/service/index.mjs +14 -0
- package/es/types/index.d.ts +2 -0
- package/es/utils/index.d.ts +10 -0
- package/es/utils/index.mjs +14 -0
- package/lib/apaas/service/api-config.cjs +566 -14
- package/lib/apaas/service/apis/api.service.d.ts +10 -0
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +1 -0
- package/lib/apaas/service/apis/audit-log.service.d.ts +2 -5
- package/lib/apaas/service/apis/category.service.d.ts +0 -2
- package/lib/apaas/service/apis/control-config.service.d.ts +4 -0
- package/lib/apaas/service/apis/designer-common.service.d.ts +4 -0
- package/lib/apaas/service/apis/dhr.service.d.ts +46 -0
- package/lib/apaas/service/apis/doc-outline.service.d.ts +1 -1
- package/lib/apaas/service/apis/document.service.d.ts +4 -0
- package/lib/apaas/service/apis/edhr-category.service.d.ts +57 -0
- package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +60 -0
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +7 -0
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +5 -2
- package/lib/apaas/service/apis/file-resource.service.d.ts +1 -0
- package/lib/apaas/service/apis/file.service.d.ts +10 -0
- package/lib/apaas/service/apis/form.service.d.ts +41 -0
- package/lib/apaas/service/apis/label.service.d.ts +41 -1
- package/lib/apaas/service/apis/message-record.service.d.ts +2 -0
- package/lib/apaas/service/apis/model-meta.service.d.ts +25 -0
- package/lib/apaas/service/apis/model-permission-relation.service.d.ts +50 -0
- package/lib/apaas/service/apis/online-form-category.service.d.ts +57 -0
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +75 -6
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +6 -1
- package/lib/apaas/service/apis/online-form.service.d.ts +0 -5
- package/lib/apaas/service/apis/online-user-summary.service.d.ts +50 -0
- package/lib/apaas/service/apis/online.service.d.ts +15 -1
- package/lib/apaas/service/apis/pad-page.service.d.ts +70 -0
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +1 -1
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +1 -0
- package/lib/apaas/service/apis/print.service.d.ts +5 -0
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +8 -0
- package/lib/apaas/service/apis/process-path.service.d.ts +8 -0
- package/lib/apaas/service/apis/process-task-done.service.d.ts +10 -0
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +20 -0
- package/lib/apaas/service/apis/product-release.service.d.ts +9 -0
- package/lib/apaas/service/apis/report-data-set.service.d.ts +10 -0
- package/lib/apaas/service/apis/sandbox-config.service.d.ts +74 -0
- package/lib/apaas/service/apis/ss.service.d.ts +12 -0
- package/lib/apaas/service/apis/trace-log.service.d.ts +1 -0
- package/lib/apaas/service/entities.d.ts +9796 -6316
- package/lib/apaas/service/index.d.ts +18 -0
- package/lib/index.cjs +16 -0
- package/lib/ipaas/service/api-config.cjs +18 -0
- package/lib/ipaas/service/apis/camel.service.d.ts +8 -0
- package/lib/ipaas/service/apis/flow.service.d.ts +10 -1
- package/lib/ipaas/service/entities.d.ts +27 -1
- package/lib/platform/service/api-config.cjs +271 -15
- package/lib/platform/service/apis/api.service.d.ts +63 -30
- package/lib/platform/service/apis/app-member.service.d.ts +0 -4
- package/lib/platform/service/apis/bi-app.service.d.ts +6 -0
- package/lib/platform/service/apis/database.service.d.ts +24 -0
- package/lib/platform/service/apis/dataset.service.d.ts +19 -0
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +58 -0
- package/lib/platform/service/apis/device-interconnection.service.d.ts +63 -0
- package/lib/platform/service/apis/device-param-ref.service.d.ts +25 -0
- package/lib/platform/service/apis/file-task.service.d.ts +1 -0
- package/lib/platform/service/apis/file.service.d.ts +4 -0
- package/lib/platform/service/apis/license.service.d.ts +8 -0
- package/lib/platform/service/apis/login.service.d.ts +1 -0
- package/lib/platform/service/apis/org.service.d.ts +1 -0
- package/lib/platform/service/apis/plat.service.d.ts +17 -0
- package/lib/platform/service/apis/seal-management.service.d.ts +1 -1
- package/lib/platform/service/apis/tenant.service.d.ts +1 -0
- package/lib/platform/service/entities.d.ts +768 -72
- package/lib/platform/service/index.d.ts +8 -0
- package/lib/service/api-manage.cjs +34 -0
- package/lib/service/api-service.cjs +142 -0
- package/lib/service/api-service.interface.cjs +1 -0
- package/lib/service/http.enum.cjs +66 -0
- package/lib/service/http.util.cjs +181 -0
- package/lib/service/index.cjs +45 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/utils/index.cjs +16 -0
- package/package.json +38 -38
- package/dist/api-apaas.esm.js +0 -1
- package/dist/api-apaas.system.js +0 -1
- package/dist/api-ipaas.esm.js +0 -1
- package/dist/api-ipaas.system.js +0 -1
- package/dist/api-platform.esm.js +0 -1
- package/dist/api-platform.system.js +0 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import Re from"util";import he,{Readable as yp}from"stream";import xo from"path";import ut from"http";import lt from"https";import Pa from"url";import vp from"fs";import Do from"crypto";import bo from"http2";import xp from"assert";import Qo from"tty";import Dp from"os";import Oe from"zlib";import{EventEmitter as bp}from"events";const Qp=[{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0,hasData:!1},{mode:"get",method:"getUngrantedList",path:"ungranted/list",hasQuery:!1,hasData:!1}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft",hasQuery:!1,hasData:!1}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled",hasQuery:!1,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"post",method:"postGlobal",path:"global",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0,hasData:!1},{mode:"get",method:"getPage",path:"page",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0,hasData:!1}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList",hasQuery:!1,hasData:!1},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList",hasQuery:!1,hasData:!1},{mode:"post",method:"postCommit",path:"commit",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDraft",path:"viewDraft",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTypeRefId",path:"info/{type}/{refId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSync",path:"sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApp",path:"getApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!1,hasData:!1}]},{name:"designerLock",entityName:"designer-lock",apis:[{mode:"post",method:"postCancelOccupyPage",path:"cancelOccupyPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetPageOccupyMsg",path:"getPageOccupyMsg",hasQuery:!0,hasData:!1},{mode:"post",method:"postLockPage",path:"lockPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyPage",path:"occupyPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postUnLockPage",path:"unLockPage",hasQuery:!1,hasData:!0}]},{name:"designerOperateLog",entityName:"designer-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"devops",entityName:"devops",apis:[{mode:"get",method:"getListAllDigitsFields",path:"listAllDigitsFields",hasQuery:!1,hasData:!1},{mode:"post",method:"postUpdateDigits",path:"updateDigits",hasQuery:!1,hasData:!0}]},{name:"dhr",entityName:"dhr",apis:[{mode:"get",method:"getLogListIsntanceId",path:"log/list/{isntanceId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0}]},{name:"difyChat",entityName:"dify-chat",apis:[{mode:"post",method:"postAsyncDocument",path:"asyncDocument",hasQuery:!1,hasData:!0},{mode:"post",method:"postChat",path:"chat",hasQuery:!1,hasData:!0}]},{name:"docControlStarted",entityName:"doc-control-started",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskDone",entityName:"doc-control-task-done",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskTodo",entityName:"doc-control-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getCount",path:"count",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControl",entityName:"doc-control",apis:[{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessInfo",path:"process/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmit",path:"process/resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessStartProcess",path:"process/startProcess",hasQuery:!0,hasData:!1}]},{name:"docOutline",entityName:"doc-outline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByInstance",path:"listByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByRefId",path:"listByRefId",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheet",path:"sheet",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByInstance",path:"sheetByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByRefId",path:"sheetByRefId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrCategory",entityName:"edhr-category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrCirculationFormRelateModel",entityName:"edhr-circulationFormRelateModel",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPageListGroup",path:"page/list/group",hasQuery:!1,hasData:!0},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasQuery:!1,hasData:!1}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0,hasData:!1},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0,hasData:!1}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0,hasData:!1}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postConfig",path:"config",hasQuery:!1,hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getDownloadId",path:"download/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postV1Config",path:"v1/config",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0,hasData:!1}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion",hasQuery:!1,hasData:!1},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasQuery:!1,hasData:!1},{mode:"post",method:"postFuncCheck",path:"func/check",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"get",method:"getStart",path:"start",hasQuery:!1,hasData:!1},{mode:"post",method:"postStatus",path:"status",hasQuery:!1,hasData:!0},{mode:"post",method:"postSubmit",path:"submit",hasQuery:!1,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postPdfEncode",path:"pdf/encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postPdfPage",path:"pdf/page",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"formRelate",entityName:"formRelate",apis:[{mode:"get",method:"getCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCategory",path:"category",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"put",method:"putCategoryDrag",path:"category/drag",hasQuery:!1,hasData:!0},{mode:"put",method:"putCategoryId",path:"category/{id}",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllCategory",path:"listAllCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListAllModelKey",path:"page/listAllModelKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormAppendChild",path:"page/listFormAppendChild",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormNoChild",path:"page/listFormNoChild",hasQuery:!0,hasData:!1}]},{name:"frontOperateLog",entityName:"front-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"globalMethod",entityName:"global-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCurrentTime",path:"currentTime",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0,hasData:!1}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasQuery:!1,hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCronValid",path:"cron/valid",hasQuery:!1,hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putStatusId",path:"status/{id}",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBtw",path:"btw",hasQuery:!1,hasData:!0},{mode:"get",method:"getBtwPageList",path:"btw/page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBtwRemoveVersionById",path:"btw/removeVersionById",hasQuery:!0,hasData:!1},{mode:"put",method:"putBtwUpdateDesigner",path:"btw/updateDesigner",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql",hasQuery:!1,hasData:!1},{mode:"get",method:"getExecute",path:"execute",hasQuery:!1,hasData:!1},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"get",method:"getLabelCategoryTree",path:"labelCategoryTree",hasQuery:!0,hasData:!1},{mode:"post",method:"postLabelDuplicateNameCheck",path:"labelDuplicateNameCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getLabelParentDataClean",path:"labelParentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListFont",path:"listFont",hasQuery:!1,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getTest",path:"test",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesigner",path:"updateDesigner",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postXmlSetting",path:"xmlSetting",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasQuery:!1,hasData:!0}]},{name:"medPro",entityName:"medPro",apis:[{mode:"post",method:"postModelMetaDataAssociation",path:"modelMeta/dataAssociation",hasQuery:!1,hasData:!0},{mode:"get",method:"getModelMetaGetSysConfig",path:"modelMeta/getSysConfig",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelMetaHasDataAssociation",path:"modelMeta/hasDataAssociation",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelMetaModelDataAssociation",path:"modelMeta/modelDataAssociation",hasQuery:!0,hasData:!1}]},{name:"medpro",entityName:"medpro",apis:[{mode:"get",method:"getEdhrAttachmentGetEdhrAttachment",path:"edhrAttachment/getEdhrAttachment",hasQuery:!0,hasData:!1}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasQuery:!1,hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpened",path:"opened",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessSend",path:"processSend",hasQuery:!1,hasData:!0},{mode:"post",method:"postSend",path:"send",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSystem",path:"model/system",hasQuery:!1,hasData:!1},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasQuery:!1,hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0,hasData:!1}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasQuery:!1,hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0,hasData:!1}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0,hasData:!1},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0,hasData:!1},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataPermissionList",path:"data-permission/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getEr",path:"er",hasQuery:!1,hasData:!1},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAll",path:"list-all",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0,hasData:!1},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPermissionRelation",path:"permission/relation",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"get",method:"getSupportProcess",path:"support-process",hasQuery:!1,hasData:!1},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0,hasData:!1},{mode:"get",method:"getUnrelatedList",path:"unrelated/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelPermissionRelation",entityName:"model-permission-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"onlineFormCategory",entityName:"online-form-category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getDhrFormList",path:"dhr/form/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0,hasData:!1},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0,hasData:!1},{mode:"get",method:"getHoldLockUser",path:"hold/lock/user",hasQuery:!0,hasData:!1},{mode:"post",method:"postHoldUnlock",path:"hold/unlock",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getQuery",path:"query",hasQuery:!0,hasData:!1},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0,hasData:!1},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasQuery:!1,hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasQuery:!1,hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTask",path:"task",hasQuery:!1,hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putTaskUpdate",path:"task/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postTaskForm",path:"taskForm",hasQuery:!1,hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasQuery:!1,hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyCustomizeId",path:"copy/customize/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelId",path:"model/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getStash",path:"stash",hasQuery:!0,hasData:!1},{mode:"put",method:"putStashId",path:"stash/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseSubmit",path:"base/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStash",path:"stash",hasQuery:!1,hasData:!0}]},{name:"onlineUserSummary",entityName:"online-user-summary",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getExit",path:"exit",hasQuery:!0,hasData:!1},{mode:"get",method:"getMaxOnlineUser",path:"maxOnlineUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfos",path:"getApiInfos",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"padPage",entityName:"pad-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators",hasQuery:!1,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcExecute",path:"procExecute",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassign",path:"reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasQuery:!1,hasData:!0},{mode:"post",method:"postReject",path:"reject",hasQuery:!1,hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1},{mode:"post",method:"postTerminate",path:"terminate",hasQuery:!1,hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasQuery:!1,hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0,hasData:!1}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasQuery:!1,hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"get",method:"getBtwFileTree",path:"btwFileTree",hasQuery:!1,hasData:!1},{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasQuery:!1,hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasQuery:!1,hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByParentId",path:"listByParentId",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishId",path:"publish/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassignment",path:"reassignment",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0,hasData:!1}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindAllByProcessInstanceId",path:"findAllByProcessInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0,hasData:!1}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processTaskTodo",entityName:"process-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processVersion",entityName:"process-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivateId",path:"activate/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"processTest",entityName:"processTest",apis:[{mode:"get",method:"getCompleteTask",path:"completeTask",hasQuery:!0,hasData:!1},{mode:"get",method:"getDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getReadXml",path:"readXml",hasQuery:!0,hasData:!1},{mode:"get",method:"getSignal",path:"signal",hasQuery:!0,hasData:!1},{mode:"get",method:"getStart",path:"start",hasQuery:!0,hasData:!1},{mode:"get",method:"getUpdateVar",path:"updateVar",hasQuery:!0,hasData:!1},{mode:"get",method:"getWithdraw",path:"withdraw",hasQuery:!0,hasData:!1}]},{name:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetProductReleaseInstByMaterialNo",path:"getProductReleaseInstByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCreateRelease",path:"createRelease",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasQuery:!1,hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListType",path:"list/type",hasQuery:!1,hasData:!1},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModels",path:"listSystemModels",hasQuery:!1,hasData:!1},{mode:"put",method:"putMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postViewPageList",path:"view/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasQuery:!1,hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasQuery:!1,hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0}]},{name:"sandboxConfig",entityName:"sandbox-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSync",path:"sync",hasQuery:!1,hasData:!1},{mode:"post",method:"postSyncPage",path:"sync/page",hasQuery:!1,hasData:!0},{mode:"post",method:"postSyncScript",path:"sync/script",hasQuery:!1,hasData:!0},{mode:"get",method:"getValidStatus",path:"valid/status",hasQuery:!0,hasData:!1},{mode:"get",method:"getVisitCheck",path:"visit/check",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag",hasQuery:!1,hasData:!1},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasQuery:!1,hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasQuery:!1,hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"stash",entityName:"stash",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByClientKey",path:"findByClientKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean",hasQuery:!1,hasData:!1}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getSearch",path:"search",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSql",path:"sql",hasQuery:!0,hasData:!1},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField",hasQuery:!1,hasData:!1},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst",hasQuery:!1,hasData:!1}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppMerge",path:"app/merge",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppRevert",path:"app/revert",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0,hasData:!1},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyUpload",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcessListAll",path:"process/list/all",hasQuery:!1,hasData:!1}]}],wp=[{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetActiveApp",path:"getActiveApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetIp",path:"getIp",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadApk",path:"upload/apk",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!1}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps",hasQuery:!1,hasData:!1},{mode:"put",method:"putDisableId",path:"disable/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putEnableId",path:"enable/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasQuery:!0,hasData:!1},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasQuery:!1,hasData:!1}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch",hasQuery:!1,hasData:!1}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasQuery:!1,hasData:!1}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"biApp",entityName:"bi-app",apis:[{mode:"get",method:"getExportAppid",path:"export/{appid}",hasQuery:!1,hasData:!1}]},{name:"biDataSet",entityName:"bi-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"biShare",entityName:"bi-share",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp",hasQuery:!1,hasData:!1},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"put",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnabled",path:"enabled",hasQuery:!1,hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasQuery:!1,hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0,hasData:!1},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasQuery:!1,hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postAddDatabase",path:"addDatabase",hasQuery:!1,hasData:!0},{mode:"post",method:"postApiDataFlatten",path:"api-data-flatten",hasQuery:!1,hasData:!1},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0,hasData:!1},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunSql",path:"runSql",hasQuery:!1,hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postTestApi",path:"testApi",hasQuery:!1,hasData:!0},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasQuery:!1,hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0,hasData:!1},{mode:"post",method:"postCreateRequest",path:"create-request",hasQuery:!0,hasData:!1},{mode:"post",method:"postEditRequest",path:"edit-request",hasQuery:!0,hasData:!0},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0,hasData:!1},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0,hasData:!1},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunScript",path:"runScript",hasQuery:!1,hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"deviceInterconnection",entityName:"device-interconnection",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getData",path:"data",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"deviceInterconnectionParam",entityName:"device-interconnection-param",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"deviceParamRef",entityName:"device-param-ref",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatchDownload",path:"batch/download",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadDataset",path:"upload-dataset",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"frontRelease",entityName:"front-release",apis:[{mode:"get",method:"getCleanCache",path:"cleanCache",hasQuery:!1,hasData:!1}]},{name:"i18NConfig",entityName:"i18n-config",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"internalMessage",entityName:"internal-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putReadAll",path:"read/all",hasQuery:!1,hasData:!1},{mode:"put",method:"putReadId",path:"read/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUnreadCount",path:"unread/count",hasQuery:!1,hasData:!1}]},{name:"invokeLog",entityName:"invoke-log",apis:[{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"knowledgeBase",entityName:"knowledge-base",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate",hasQuery:!1,hasData:!1}]},{name:"licenseUnbindLog",entityName:"license-unbind-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"license",entityName:"license",apis:[{mode:"get",method:"getActivate",path:"activate",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivates",path:"activates",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivatesOffline",path:"activatesOffline",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckLicense",path:"checkLicense",hasQuery:!1,hasData:!1},{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppBasicInfo",path:"getAppBasicInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetExpireMsg",path:"getExpireMsg",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUsers",path:"getUsers",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModuleAuth",path:"moduleAuth",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getShareTag",path:"shareTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getSourceTag",path:"sourceTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"get",method:"getUninstall",path:"uninstall",hasQuery:!1,hasData:!1},{mode:"get",method:"getVerify",path:"verify",hasQuery:!1,hasData:!1}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasQuery:!1,hasData:!0},{mode:"post",method:"postSign",path:"sign",hasQuery:!1,hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0,hasData:!1}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetTypeCount",path:"getTypeCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0,hasData:!1}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postInputCheck",path:"inputCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasQuery:!1,hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0,hasData:!1}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasQuery:!1,hasData:!0},{mode:"post",method:"postEmail",path:"email",hasQuery:!1,hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasQuery:!1,hasData:!0},{mode:"get",method:"getGlobalDisabledDevelop",path:"global/disabled/develop",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLogin",path:"login",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantCfg",path:"tenant/cfg",hasQuery:!1,hasData:!1},{mode:"get",method:"getTenantDisabledDevelop",path:"tenant/disabled/develop",hasQuery:!0,hasData:!1},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile",hasQuery:!1,hasData:!1},{mode:"post",method:"postUserRole",path:"user-role",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserField",path:"user/field",hasQuery:!1,hasData:!1},{mode:"get",method:"getVersion",path:"version",hasQuery:!1,hasData:!1},{mode:"post",method:"postWatermark",path:"watermark",hasQuery:!1,hasData:!0},{mode:"post",method:"postWxwork",path:"wxwork",hasQuery:!1,hasData:!0}]},{name:"plugin",entityName:"plugin",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelUpload",path:"cancelUpload",hasQuery:!1,hasData:!0},{mode:"put",method:"putDeleteCategory",path:"deleteCategory",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetImages",path:"getImages",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetTenantCompList",path:"getTenantCompList",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadZip",path:"uploadZip",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!1,hasData:!0},{mode:"post",method:"postSavePage",path:"savePage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetPrintCount",path:"getPrintCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0,hasData:!1},{mode:"post",method:"postPrintTest",path:"printTest",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlat",path:"plat",hasQuery:!1,hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenant",path:"tenant",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"sealManagement",entityName:"seal-management",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckName",path:"checkName",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdatePassword",path:"updatePassword",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"seatMessage",entityName:"seat-message",apis:[{mode:"get",method:"getClose",path:"close",hasQuery:!1,hasData:!1}]},{name:"seat",entityName:"seat",apis:[{mode:"get",method:"getAppGetVisibleOrg",path:"app/getVisibleOrg",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppGetVisibleOrgUser",path:"app/getVisibleOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppGetVisibleUser",path:"app/getVisibleUser",hasQuery:!1,hasData:!1},{mode:"post",method:"postAuth",path:"auth",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAuthed",path:"listAuthed",hasQuery:!0,hasData:!1},{mode:"get",method:"getListNotAuth",path:"listNotAuth",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemoveAuth",path:"removeAuth",hasQuery:!0,hasData:!1},{mode:"get",method:"getTotalinfos",path:"totalinfos",hasQuery:!1,hasData:!1}]},{name:"shortcut",entityName:"shortcut",apis:[{mode:"post",method:"postMenu",path:"menu",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteMenu",path:"menu",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuInfo",path:"menu/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getMenuListAppMenu",path:"menu/list/AppMenu",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuPageList",path:"menu/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMenuSaveBatch",path:"menu/saveBatch",hasQuery:!1,hasData:!1},{mode:"put",method:"putMenuId",path:"menu/{id}",hasQuery:!1,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postOperators",path:"operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"sms",entityName:"sms",apis:[{mode:"post",method:"postGetSignsAndTemplates",path:"getSignsAndTemplates",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasQuery:!1,hasData:!0}]},{name:"startedProcess",entityName:"started-process",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"taskDelegate",entityName:"task-delegate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelId",path:"cancel/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"taskDone",entityName:"task-done",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"taskTodo",entityName:"task-todo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"tenantDeveloper",entityName:"tenant-developer",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemoveAndHandover",path:"RemoveAndHandover",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetUserMaintainerApp",path:"getUserMaintainerApp",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"tenant",entityName:"tenant",apis:[{mode:"put",method:"putDisableId",path:"disable/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putEnableId",path:"enable/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetTenantIdByAppId",path:"getTenantIdByAppId",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetTencentByDomain",path:"getTencentByDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByPortOrDomain",path:"info/byPortOrDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrg",path:"management/org",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteManagementOrg",path:"management/org",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgDrag",path:"management/org/drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgInfoId",path:"management/org/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getManagementOrgList",path:"management/org/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postManagementOrgTransferAndDelete",path:"management/org/transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserAdd",path:"management/org/user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserCreateAndAdd",path:"management/org/user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgUserInfo",path:"management/org/user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgUserMove",path:"management/org/user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgUserPageList",path:"management/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgUserRemove",path:"management/org/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserUpdate",path:"management/org/user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementOrgId",path:"management/org/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUser",path:"management/user",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteManagementUser",path:"management/user",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementUserDisable",path:"management/user/disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putManagementUserEnable",path:"management/user/enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getManagementUserInfoId",path:"management/user/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getManagementUserPageList",path:"management/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementUserRemove",path:"management/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUserResetDefaultPwd",path:"management/user/reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUserResetDefaultSignPwd",path:"management/user/reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementUserId",path:"management/user/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDomainId",path:"updateDomain/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserRole",path:"user-role",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"user",entityName:"user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoByIds",path:"infoByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getLastResetPwd",path:"last/reset/pwd",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByTenantId",path:"listByTenantId",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgPlatImport",path:"org/plat/import",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgTenantTmpl",path:"org/tenant/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrgTenantTmpl4App",path:"org/tenant/tmpl4App",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPlatImport",path:"plat/import",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlatTmpl",path:"plat/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetAllpwd",path:"reset/allpwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetPwd",path:"reset/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postSettings",path:"settings",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantImport",path:"tenant/import",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userExtra",entityName:"user-extra",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userInfoLog",entityName:"user-info-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userPasswordHistory",entityName:"user-password-history",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"workbenchComponent",entityName:"workbench-component",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"workbenchComponentRelation",entityName:"workbench-component-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdatePositionJson",path:"updatePositionJson",hasQuery:!1,hasData:!0},{mode:"put",method:"putWorkbenchComponentActiveId",path:"workbenchComponentActive/{id}",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"clearTempDir",entityName:"clearTempDir",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteNotUseDir",entityName:"deleteNotUseDir",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"getAttachmentInfoByPage",entityName:"getAttachmentInfoByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteCompInfo",entityName:"deleteCompInfo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteCompInfoType",entityName:"deleteCompInfoType",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCompInfo",entityName:"getAllCompInfo",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getAllCompInfoByTypeId",entityName:"getAllCompInfoByTypeId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCompInfoType",entityName:"getAllCompInfoType",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getCompInfoById",entityName:"getCompInfoById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCompInfoByPage",entityName:"getCompInfoByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getCompInfoTypeById",entityName:"getCompInfoTypeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCompInfoTypeByPage",entityName:"getCompInfoTypeByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"importCompInfoJson",entityName:"importCompInfoJson",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveCompInfo",entityName:"saveCompInfo",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveCompInfoType",entityName:"saveCompInfoType",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteCsvDatasource",entityName:"deleteCsvDatasource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCsvDatasource",entityName:"getAllCsvDatasource",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getContentToArray",entityName:"getContentToArray",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceById",entityName:"getCsvDatasourceById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceByName",entityName:"getCsvDatasourceByName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceByPage",entityName:"getCsvDatasourceByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"parseCsvOrExcel",entityName:"parseCsvOrExcel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveCsvDatasource",entityName:"saveCsvDatasource",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getDesignerData",entityName:"getDesignerData",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteEchartTheme",entityName:"deleteEchartTheme",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllEchartTheme",entityName:"getAllEchartTheme",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getEchartThemeById",entityName:"getEchartThemeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getEchartThemeByPage",entityName:"getEchartThemeByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getMyEchartThemes",entityName:"getMyEchartThemes",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getSysEchartThemes",entityName:"getSysEchartThemes",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"saveEchartTheme",entityName:"saveEchartTheme",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"buildEnshrineCompLibrary",entityName:"buildEnshrineCompLibrary",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteEnshrineComp",entityName:"deleteEnshrineComp",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteEnshrineCompGroup",entityName:"deleteEnshrineCompGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllEnshrineCompGroups",entityName:"getAllEnshrineCompGroups",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getEnshrineCompByPage",entityName:"getEnshrineCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getEnshrineCompGroupById",entityName:"getEnshrineCompGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getEnshrineCompGroupByPage",entityName:"getEnshrineCompGroupByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getLayoutItemObjById",entityName:"getLayoutItemObjById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveEnshrineComp",entityName:"saveEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveEnshrineCompGroup",entityName:"saveEnshrineCompGroup",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"searchEnshrineComp",entityName:"searchEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"get",method:"getAgentScriptAgent",path:"agent/scriptAgent",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsGetUserMasterOrg",path:"apaas-utils/getUserMasterOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsGetUserMasterOrgId",path:"apaas-utils/getUserMasterOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllOrgId",path:"apaas-utils/listUserAllOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllOrgIdIncludeParent",path:"apaas-utils/listUserAllOrgIdIncludeParent",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllPrincipalOrgId",path:"apaas-utils/listUserAllPrincipalOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserDirectSubordinate",path:"apaas-utils/listUserDirectSubordinate",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderOrg",path:"apaas-utils/listUserIdUnderOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllOrg",path:"apaas-utils/listUserIdUnderUserAllOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllPrincipalOrg",path:"apaas-utils/listUserIdUnderUserAllPrincipalOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserMasterOrg",path:"apaas-utils/listUserIdUnderUserMasterOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsPrintDropdownList",path:"apaas-utils/printDropdownList",hasQuery:!1,hasData:!1},{mode:"get",method:"getApaasUtilsSearchAllOrgOrUser",path:"apaas-utils/searchAllOrgOrUser",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppGrantedUser",path:"app-granted-user",hasQuery:!0,hasData:!0},{mode:"post",method:"postAppGrantedUserBatch",path:"app-granted-user/batch",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppGrantedUserFindAllByDeleted",path:"app-granted-user/findAllByDeleted",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserGrantedStatistic",path:"app-granted-user/grantedStatistic",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserList",path:"app-granted-user/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserPageList",path:"app-granted-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserRemoveAndTransfer",path:"app-granted-user/removeAndTransfer",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserUngrantedList",path:"app-granted-user/ungranted/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppSettingInfoByAppId",path:"app-setting/infoByAppId",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppFindAllByTenantId",path:"app/findAllByTenantId",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppGetDestBySource",path:"app/getDestBySource",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetSourceByDest",path:"app/getSourceByDest",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppListAppGrantedUserId",path:"app/listAppGrantedUserId",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppLockOrUnlockToPaas",path:"app/lockOrUnlockToPaas",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrg",path:"app/org",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteAppOrg",path:"app/org",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppOrgDrag",path:"app/org/drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppOrgInfoId",path:"app/org/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppOrgList",path:"app/org/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppOrgSaveList",path:"app/org/save-list",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppOrgTransferAndDelete",path:"app/org/transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserAdd",path:"app/org/user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserCreateAndAdd",path:"app/org/user/createAndAdd",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppOrgUserInfo",path:"app/org/user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppOrgUserMove",path:"app/org/user/move",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserPageList",path:"app/org/user/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserRemove",path:"app/org/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserUpdate",path:"app/org/user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putAppOrgId",path:"app/org/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppProdPublished",path:"app/prodPublished",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppPublished",path:"app/published",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppTestPublished",path:"app/testPublished",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppUpdateApaasAppSetting",path:"app/updateApaasAppSetting",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"put",method:"putAppUserDisable",path:"app/user/disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppUserEnable",path:"app/user/enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppUserInfoId",path:"app/user/info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppUserPageList",path:"app/user/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserRemove",path:"app/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserResetDefaultPwd",path:"app/user/reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserResetDefaultSignPwd",path:"app/user/reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserSaveList",path:"app/user/save-list",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppUserId",path:"app/user/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceExecuteSelect",path:"data-source/executeSelect",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourceExecuteUpdate",path:"data-source/executeUpdate",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceFindByKeyAndEnv",path:"data-source/findByKeyAndEnv",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourcePageList",path:"data-source/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceQueryData",path:"data-source/queryData",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourceSelect",path:"data-source/select",hasQuery:!0,hasData:!0},{mode:"get",method:"getDataSourceType",path:"data-source/type",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDevopsSbx",path:"devops/sbx",hasQuery:!0,hasData:!1},{mode:"get",method:"getDevopsSbxRedoData",path:"devops/sbx/redo/data",hasQuery:!0,hasData:!1},{mode:"post",method:"postFileTaskList",path:"file-task/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postFileTaskStatus",path:"file-task/status",hasQuery:!1,hasData:!0},{mode:"post",method:"postFileTaskSubmit",path:"file-task/submit",hasQuery:!1,hasData:!0},{mode:"get",method:"getKnowledgeBaseFindByIds",path:"knowledge-base/findByIds",hasQuery:!0,hasData:!1},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getLoginSsoOauth2Authorize",path:"login/sso/oauth2/authorize",hasQuery:!0,hasData:!1},{mode:"get",method:"getLoginSsoOauth2Debug",path:"login/sso/oauth2/debug",hasQuery:!1,hasData:!1},{mode:"get",method:"getModelInfo",path:"model/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getMsgFindAllByType",path:"msg/findAllByType",hasQuery:!0,hasData:!1},{mode:"post",method:"postMsgSendEmailMessage",path:"msg/sendEmailMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postMsgSendMessage",path:"msg/sendMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOpenapiGroup",path:"openapi-group",hasQuery:!1,hasData:!0},{mode:"put",method:"putOpenapiGroupEnabled",path:"openapi-group/enabled",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpenapiGroupOpened",path:"openapi-group/opened",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpenapiKeyGrantUpdateApi",path:"openapi-key-grant/updateApi",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgUserPickerAppGetCanBeUsedOrg",path:"org-user-picker/app/getCanBeUsedOrg",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgUserPickerAppGetCanBeUsedOrgUser",path:"org-user-picker/app/getCanBeUsedOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleOrg",path:"org-user-picker/app/getVisibleOrg",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgUserPickerAppGetVisibleOrgUser",path:"org-user-picker/app/getVisibleOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleUser",path:"org-user-picker/app/getVisibleUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgUserPickerAppListUserByIds",path:"org-user-picker/app/listUserByIds",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgFindAllByIdIn",path:"org/findAllByIdIn",hasQuery:!1,hasData:!1},{mode:"get",method:"getOrgInfoId",path:"org/info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgList",path:"org/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgListAll",path:"org/listAll",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgPrincipals",path:"org/principals",hasQuery:!1,hasData:!1},{mode:"get",method:"getPlatAppGlobalInfoAppId",path:"plat/app/global/info/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlatAppGlobalAppId",path:"plat/app/global/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatBase",path:"plat/base",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatOrg",path:"plat/org",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatSecurity",path:"plat/security",hasQuery:!1,hasData:!0},{mode:"post",method:"postPrintLogPageList",path:"print-log/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getPrintBtwFileTree",path:"print/btwFileTree",hasQuery:!1,hasData:!1},{mode:"get",method:"getPrintBtwTmplExist",path:"print/btwTmplExist",hasQuery:!0,hasData:!1},{mode:"get",method:"getPrintExchangePrinterName",path:"print/exchangePrinterName",hasQuery:!0,hasData:!1},{mode:"post",method:"postPrintSendPrintData",path:"print/sendPrintData",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteRegexpDelete",path:"regexp/delete",hasQuery:!0,hasData:!1},{mode:"get",method:"getRegexpInfo",path:"regexp/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getRegexpList",path:"regexp/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getRegexpPageList",path:"regexp/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRegexpSave",path:"regexp/save",hasQuery:!1,hasData:!0},{mode:"put",method:"putRegexpUpdateId",path:"regexp/update/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postReportDataExport",path:"report-data/export",hasQuery:!1,hasData:!0},{mode:"get",method:"getReportDataInfo",path:"report-data/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postReportDataList",path:"report-data/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getReportDataPageInfo",path:"report-data/page-info",hasQuery:!0,hasData:!1},{mode:"get",method:"getReportDataProjectInfo",path:"report-data/project-info",hasQuery:!0,hasData:!1},{mode:"post",method:"postReportDetailDetail",path:"report-detail/detail",hasQuery:!1,hasData:!0},{mode:"post",method:"postReportDetailListStatistic",path:"report-detail/listStatistic",hasQuery:!1,hasData:!0},{mode:"post",method:"postSignLogOperators",path:"signLog/operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postSignLogPageList",path:"signLog/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantInfoByPortOrDomain",path:"tenant/info/byPortOrDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantOrgList",path:"tenant/org/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTenantUserSyncFromThirdParty",path:"tenant/userSyncFromThirdParty",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserOrgPrincipal",path:"user/org/principal",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserOrgPrincipals",path:"user/org/principals",hasQuery:!0,hasData:!1}]},{name:"copyFilter",entityName:"copyFilter",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteFilter",entityName:"deleteFilter",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllFilter",entityName:"getAllFilter",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getFilterById",entityName:"getFilterById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveFilter",entityName:"saveFilter",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"httpQuery",entityName:"httpQuery",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"clearLogLogin",entityName:"clearLogLogin",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"getLogLoginByPage",entityName:"getLogLoginByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"clearLogOperate",entityName:"clearLogOperate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteLogOperateById",entityName:"deleteLogOperateById",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getPnLogOperateByPage",entityName:"getPnLogOperateByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"uncompressLogOperateLayoutStr",entityName:"uncompressLogOperateLayoutStr",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteMapGeoJson",entityName:"deleteMapGeoJson",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAdCodeByAliasName",entityName:"getAdCodeByAliasName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getGeoJsonByAdCode",entityName:"getGeoJsonByAdCode",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapBaseInfoByLevel",entityName:"getMapBaseInfoByLevel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapGeoJsonById",entityName:"getMapGeoJsonById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapGeoJsonByPage",entityName:"getMapGeoJsonByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveMapGeoJson",entityName:"saveMapGeoJson",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePageSnapshoot",entityName:"deletePageSnapshoot",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootByEnabled",entityName:"getPageSnapshootByEnabled",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootById",entityName:"getPageSnapshootById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootsByPageId",entityName:"getPageSnapshootsByPageId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"savePageSnapshoot",entityName:"savePageSnapshoot",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"setPageSnapshootEnabled",entityName:"setPageSnapshootEnabled",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"setPageSnapshootEnabledByPageId",entityName:"setPageSnapshootEnabledByPageId",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"attachmentResourceTransfer",entityName:"attachmentResourceTransfer",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePageTemplate",entityName:"deletePageTemplate",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"exportTemplate",entityName:"exportTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!0,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllPageTemplate",entityName:"getAllPageTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getPageTemplateById",entityName:"getPageTemplateById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageTemplateByPage",entityName:"getPageTemplateByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTemplateForCreatePageForm",entityName:"getPageTemplateForCreatePageForm",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTemplateLayout",entityName:"getPageTemplateLayout",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageTemplateThemeJson",entityName:"getPageTemplateThemeJson",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"importTemplate",entityName:"importTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!1,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!1,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!1,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!1,hasData:!1}]},{name:"savePageTemplate",entityName:"savePageTemplate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"toggleEnabled",entityName:"toggleEnabled",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePnResource",entityName:"deletePnResource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deletePnResourceGroup",entityName:"deletePnResourceGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getMyAllPnResourceGroup",entityName:"getMyAllPnResourceGroup",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getMyPnResourceByPage",entityName:"getMyPnResourceByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPnResourceGroupById",entityName:"getPnResourceGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"resourceTransferToPage",entityName:"resourceTransferToPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"savePnResourceGroup",entityName:"savePnResourceGroup",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"uploadFiles",entityName:"uploadFiles",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!0,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!0,hasData:!1}]},{name:"getMyShareCustomCompByPage",entityName:"getMyShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getShareCustomCompById",entityName:"getShareCustomCompById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getShareCustomCompByPage",entityName:"getShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveShareCustomComp",entityName:"saveShareCustomComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTotalCount",entityName:"getPageTotalCount",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getProjectTotalCount",entityName:"getProjectTotalCount",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]}];var wo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function pa(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var dt,Io;function Ip(){if(Io)return dt;Io=1;function e(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function a(o,n){for(var r="",i=0,l=-1,c=0,p,d=0;d<=o.length;++d){if(d<o.length)p=o.charCodeAt(d);else{if(p===47)break;p=47}if(p===47){if(!(l===d-1||c===1))if(l!==d-1&&c===2){if(r.length<2||i!==2||r.charCodeAt(r.length-1)!==46||r.charCodeAt(r.length-2)!==46){if(r.length>2){var f=r.lastIndexOf("/");if(f!==r.length-1){f===-1?(r="",i=0):(r=r.slice(0,f),i=r.length-1-r.lastIndexOf("/")),l=d,c=0;continue}}else if(r.length===2||r.length===1){r="",i=0,l=d,c=0;continue}}n&&(r.length>0?r+="/..":r="..",i=2)}else r.length>0?r+="/"+o.slice(l+1,d):r=o.slice(l+1,d),i=d-l-1;l=d,c=0}else p===46&&c!==-1?++c:c=-1}return r}function t(o,n){var r=n.dir||n.root,i=n.base||(n.name||"")+(n.ext||"");return r?r===n.root?r+i:r+o+i:i}var s={resolve:function(){for(var n="",r=!1,i,l=arguments.length-1;l>=-1&&!r;l--){var c;l>=0?c=arguments[l]:(i===void 0&&(i=process.cwd()),c=i),e(c),c.length!==0&&(n=c+"/"+n,r=c.charCodeAt(0)===47)}return n=a(n,!r),r?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(e(n),n.length===0)return".";var r=n.charCodeAt(0)===47,i=n.charCodeAt(n.length-1)===47;return n=a(n,!r),n.length===0&&!r&&(n="."),n.length>0&&i&&(n+="/"),r?"/"+n:n},isAbsolute:function(n){return e(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,r=0;r<arguments.length;++r){var i=arguments[r];e(i),i.length>0&&(n===void 0?n=i:n+="/"+i)}return n===void 0?".":s.normalize(n)},relative:function(n,r){if(e(n),e(r),n===r||(n=s.resolve(n),r=s.resolve(r),n===r))return"";for(var i=1;i<n.length&&n.charCodeAt(i)===47;++i);for(var l=n.length,c=l-i,p=1;p<r.length&&r.charCodeAt(p)===47;++p);for(var d=r.length,f=d-p,y=c<f?c:f,u=-1,h=0;h<=y;++h){if(h===y){if(f>y){if(r.charCodeAt(p+h)===47)return r.slice(p+h+1);if(h===0)return r.slice(p+h)}else c>y&&(n.charCodeAt(i+h)===47?u=h:h===0&&(u=0));break}var m=n.charCodeAt(i+h),g=r.charCodeAt(p+h);if(m!==g)break;m===47&&(u=h)}var Q="";for(h=i+u+1;h<=l;++h)(h===l||n.charCodeAt(h)===47)&&(Q.length===0?Q+="..":Q+="/..");return Q.length>0?Q+r.slice(p+u):(p+=u,r.charCodeAt(p)===47&&++p,r.slice(p))},_makeLong:function(n){return n},dirname:function(n){if(e(n),n.length===0)return".";for(var r=n.charCodeAt(0),i=r===47,l=-1,c=!0,p=n.length-1;p>=1;--p)if(r=n.charCodeAt(p),r===47){if(!c){l=p;break}}else c=!1;return l===-1?i?"/":".":i&&l===1?"//":n.slice(0,l)},basename:function(n,r){if(r!==void 0&&typeof r!="string")throw new TypeError('"ext" argument must be a string');e(n);var i=0,l=-1,c=!0,p;if(r!==void 0&&r.length>0&&r.length<=n.length){if(r.length===n.length&&r===n)return"";var d=r.length-1,f=-1;for(p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!c){i=p+1;break}}else f===-1&&(c=!1,f=p+1),d>=0&&(y===r.charCodeAt(d)?--d===-1&&(l=p):(d=-1,l=f))}return i===l?l=f:l===-1&&(l=n.length),n.slice(i,l)}else{for(p=n.length-1;p>=0;--p)if(n.charCodeAt(p)===47){if(!c){i=p+1;break}}else l===-1&&(c=!1,l=p+1);return l===-1?"":n.slice(i,l)}},extname:function(n){e(n);for(var r=-1,i=0,l=-1,c=!0,p=0,d=n.length-1;d>=0;--d){var f=n.charCodeAt(d);if(f===47){if(!c){i=d+1;break}continue}l===-1&&(c=!1,l=d+1),f===46?r===-1?r=d:p!==1&&(p=1):r!==-1&&(p=-1)}return r===-1||l===-1||p===0||p===1&&r===l-1&&r===i+1?"":n.slice(r,l)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){e(n);var r={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return r;var i=n.charCodeAt(0),l=i===47,c;l?(r.root="/",c=1):c=0;for(var p=-1,d=0,f=-1,y=!0,u=n.length-1,h=0;u>=c;--u){if(i=n.charCodeAt(u),i===47){if(!y){d=u+1;break}continue}f===-1&&(y=!1,f=u+1),i===46?p===-1?p=u:h!==1&&(h=1):p!==-1&&(h=-1)}return p===-1||f===-1||h===0||h===1&&p===f-1&&p===d+1?f!==-1&&(d===0&&l?r.base=r.name=n.slice(1,f):r.base=r.name=n.slice(d,f)):(d===0&&l?(r.name=n.slice(1,p),r.base=n.slice(1,f)):(r.name=n.slice(d,p),r.base=n.slice(d,f)),r.ext=n.slice(p,f)),d>0?r.dir=n.slice(0,d-1):l&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};return s.posix=s,dt=s,dt}var Ap=Ip(),Ae=pa(Ap);function Ao(e,a){return function(){return e.apply(a,arguments)}}const{toString:Pp}=Object.prototype,{getPrototypeOf:ht}=Object,{iterator:Sa,toStringTag:Po}=Symbol,La=(e=>a=>{const t=Pp.call(a);return e[t]||(e[t]=t.slice(8,-1).toLowerCase())})(Object.create(null)),xe=e=>(e=e.toLowerCase(),a=>La(a)===e),Ca=e=>a=>typeof a===e,{isArray:Ze}=Array,ea=Ca("undefined");function ua(e){return e!==null&&!ea(e)&&e.constructor!==null&&!ea(e.constructor)&&ce(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const So=xe("ArrayBuffer");function Sp(e){let a;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?a=ArrayBuffer.isView(e):a=e&&e.buffer&&So(e.buffer),a}const Lp=Ca("string"),ce=Ca("function"),Lo=Ca("number"),la=e=>e!==null&&typeof e=="object",Cp=e=>e===!0||e===!1,Ta=e=>{if(La(e)!=="object")return!1;const a=ht(e);return(a===null||a===Object.prototype||Object.getPrototypeOf(a)===null)&&!(Po in e)&&!(Sa in e)},Tp=e=>{if(!la(e)||ua(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch{return!1}},Rp=xe("Date"),Op=xe("File"),Ep=xe("Blob"),_p=xe("FileList"),Np=e=>la(e)&&ce(e.pipe),Bp=e=>{let a;return e&&(typeof FormData=="function"&&e instanceof FormData||ce(e.append)&&((a=La(e))==="formdata"||a==="object"&&ce(e.toString)&&e.toString()==="[object FormData]"))},kp=xe("URLSearchParams"),[Up,Mp,Fp,jp]=["ReadableStream","Request","Response","Headers"].map(xe),qp=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function da(e,a,{allOwnKeys:t=!1}={}){if(e===null||typeof e>"u")return;let s,o;if(typeof e!="object"&&(e=[e]),Ze(e))for(s=0,o=e.length;s<o;s++)a.call(null,e[s],s,e);else{if(ua(e))return;const n=t?Object.getOwnPropertyNames(e):Object.keys(e),r=n.length;let i;for(s=0;s<r;s++)i=n[s],a.call(null,e[i],i,e)}}function Co(e,a){if(ua(e))return null;a=a.toLowerCase();const t=Object.keys(e);let s=t.length,o;for(;s-- >0;)if(o=t[s],a===o.toLowerCase())return o;return null}const Ue=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,To=e=>!ea(e)&&e!==Ue;function ct(){const{caseless:e,skipUndefined:a}=To(this)&&this||{},t={},s=(o,n)=>{const r=e&&Co(t,n)||n;Ta(t[r])&&Ta(o)?t[r]=ct(t[r],o):Ta(o)?t[r]=ct({},o):Ze(o)?t[r]=o.slice():(!a||!ea(o))&&(t[r]=o)};for(let o=0,n=arguments.length;o<n;o++)arguments[o]&&da(arguments[o],s);return t}const zp=(e,a,t,{allOwnKeys:s}={})=>(da(a,(o,n)=>{t&&ce(o)?e[n]=Ao(o,t):e[n]=o},{allOwnKeys:s}),e),$p=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Gp=(e,a,t,s)=>{e.prototype=Object.create(a.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:a.prototype}),t&&Object.assign(e.prototype,t)},Kp=(e,a,t,s)=>{let o,n,r;const i={};if(a=a||{},e==null)return a;do{for(o=Object.getOwnPropertyNames(e),n=o.length;n-- >0;)r=o[n],(!s||s(r,e,a))&&!i[r]&&(a[r]=e[r],i[r]=!0);e=t!==!1&&ht(e)}while(e&&(!t||t(e,a))&&e!==Object.prototype);return a},Vp=(e,a,t)=>{e=String(e),(t===void 0||t>e.length)&&(t=e.length),t-=a.length;const s=e.indexOf(a,t);return s!==-1&&s===t},Hp=e=>{if(!e)return null;if(Ze(e))return e;let a=e.length;if(!Lo(a))return null;const t=new Array(a);for(;a-- >0;)t[a]=e[a];return t},Wp=(e=>a=>e&&a instanceof e)(typeof Uint8Array<"u"&&ht(Uint8Array)),Jp=(e,a)=>{const s=(e&&e[Sa]).call(e);let o;for(;(o=s.next())&&!o.done;){const n=o.value;a.call(e,n[0],n[1])}},Xp=(e,a)=>{let t;const s=[];for(;(t=e.exec(a))!==null;)s.push(t);return s},Yp=xe("HTMLFormElement"),Zp=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,s,o){return s.toUpperCase()+o}),Ro=(({hasOwnProperty:e})=>(a,t)=>e.call(a,t))(Object.prototype),eu=xe("RegExp"),Oo=(e,a)=>{const t=Object.getOwnPropertyDescriptors(e),s={};da(t,(o,n)=>{let r;(r=a(o,n,e))!==!1&&(s[n]=r||o)}),Object.defineProperties(e,s)},au=e=>{Oo(e,(a,t)=>{if(ce(e)&&["arguments","caller","callee"].indexOf(t)!==-1)return!1;const s=e[t];if(ce(s)){if(a.enumerable=!1,"writable"in a){a.writable=!1;return}a.set||(a.set=()=>{throw Error("Can not rewrite read-only method '"+t+"'")})}})},tu=(e,a)=>{const t={},s=o=>{o.forEach(n=>{t[n]=!0})};return Ze(e)?s(e):s(String(e).split(a)),t},su=()=>{},ou=(e,a)=>e!=null&&Number.isFinite(e=+e)?e:a;function ru(e){return!!(e&&ce(e.append)&&e[Po]==="FormData"&&e[Sa])}const nu=e=>{const a=new Array(10),t=(s,o)=>{if(la(s)){if(a.indexOf(s)>=0)return;if(ua(s))return s;if(!("toJSON"in s)){a[o]=s;const n=Ze(s)?[]:{};return da(s,(r,i)=>{const l=t(r,o+1);!ea(l)&&(n[i]=l)}),a[o]=void 0,n}}return s};return t(e,0)},iu=xe("AsyncFunction"),pu=e=>e&&(la(e)||ce(e))&&ce(e.then)&&ce(e.catch),Eo=((e,a)=>e?setImmediate:a?((t,s)=>(Ue.addEventListener("message",({source:o,data:n})=>{o===Ue&&n===t&&s.length&&s.shift()()},!1),o=>{s.push(o),Ue.postMessage(t,"*")}))(`axios@${Math.random()}`,[]):t=>setTimeout(t))(typeof setImmediate=="function",ce(Ue.postMessage)),uu=typeof queueMicrotask<"u"?queueMicrotask.bind(Ue):typeof process<"u"&&process.nextTick||Eo,lu=e=>e!=null&&ce(e[Sa]);var v={isArray:Ze,isArrayBuffer:So,isBuffer:ua,isFormData:Bp,isArrayBufferView:Sp,isString:Lp,isNumber:Lo,isBoolean:Cp,isObject:la,isPlainObject:Ta,isEmptyObject:Tp,isReadableStream:Up,isRequest:Mp,isResponse:Fp,isHeaders:jp,isUndefined:ea,isDate:Rp,isFile:Op,isBlob:Ep,isRegExp:eu,isFunction:ce,isStream:Np,isURLSearchParams:kp,isTypedArray:Wp,isFileList:_p,forEach:da,merge:ct,extend:zp,trim:qp,stripBOM:$p,inherits:Gp,toFlatObject:Kp,kindOf:La,kindOfTest:xe,endsWith:Vp,toArray:Hp,forEachEntry:Jp,matchAll:Xp,isHTMLForm:Yp,hasOwnProperty:Ro,hasOwnProp:Ro,reduceDescriptors:Oo,freezeMethods:au,toObjectSet:tu,toCamelCase:Zp,noop:su,toFiniteNumber:ou,findKey:Co,global:Ue,isContextDefined:To,isSpecCompliantForm:ru,toJSONObject:nu,isAsyncFn:iu,isThenable:pu,setImmediate:Eo,asap:uu,isIterable:lu};function _(e,a,t,s,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",a&&(this.code=a),t&&(this.config=t),s&&(this.request=s),o&&(this.response=o,this.status=o.status?o.status:null)}v.inherits(_,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:v.toJSONObject(this.config),code:this.code,status:this.status}}});const _o=_.prototype,No={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{No[e]={value:e}}),Object.defineProperties(_,No),Object.defineProperty(_o,"isAxiosError",{value:!0}),_.from=(e,a,t,s,o,n)=>{const r=Object.create(_o);v.toFlatObject(e,r,function(p){return p!==Error.prototype},c=>c!=="isAxiosError");const i=e&&e.message?e.message:"Error",l=a==null&&e?e.code:a;return _.call(r,i,l,t,s,o),e&&r.cause==null&&Object.defineProperty(r,"cause",{value:e,configurable:!0}),r.name=e&&e.name||"Error",n&&Object.assign(r,n),r};var mt,Bo;function du(){if(Bo)return mt;Bo=1;var e=he.Stream,a=Re;mt=t;function t(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}return a.inherits(t,e),t.create=function(s,o){var n=new this;o=o||{};for(var r in o)n[r]=o[r];n.source=s;var i=s.emit;return s.emit=function(){return n._handleEmit(arguments),i.apply(s,arguments)},s.on("error",function(){}),n.pauseStream&&s.pause(),n},Object.defineProperty(t.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}}),t.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)},t.prototype.resume=function(){this._released||this.release(),this.source.resume()},t.prototype.pause=function(){this.source.pause()},t.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(s){this.emit.apply(this,s)}.bind(this)),this._bufferedEvents=[]},t.prototype.pipe=function(){var s=e.prototype.pipe.apply(this,arguments);return this.resume(),s},t.prototype._handleEmit=function(s){if(this._released){this.emit.apply(this,s);return}s[0]==="data"&&(this.dataSize+=s[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(s)},t.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var s="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(s))}},mt}var ft,ko;function hu(){if(ko)return ft;ko=1;var e=Re,a=he.Stream,t=du();ft=s;function s(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}return e.inherits(s,a),s.create=function(o){var n=new this;o=o||{};for(var r in o)n[r]=o[r];return n},s.isStreamLike=function(o){return typeof o!="function"&&typeof o!="string"&&typeof o!="boolean"&&typeof o!="number"&&!Buffer.isBuffer(o)},s.prototype.append=function(o){var n=s.isStreamLike(o);if(n){if(!(o instanceof t)){var r=t.create(o,{maxDataSize:1/0,pauseStream:this.pauseStreams});o.on("data",this._checkDataSize.bind(this)),o=r}this._handleErrors(o),this.pauseStreams&&o.pause()}return this._streams.push(o),this},s.prototype.pipe=function(o,n){return a.prototype.pipe.call(this,o,n),this.resume(),o},s.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}},s.prototype._realGetNext=function(){var o=this._streams.shift();if(typeof o>"u"){this.end();return}if(typeof o!="function"){this._pipeNext(o);return}var n=o;n(function(r){var i=s.isStreamLike(r);i&&(r.on("data",this._checkDataSize.bind(this)),this._handleErrors(r)),this._pipeNext(r)}.bind(this))},s.prototype._pipeNext=function(o){this._currentStream=o;var n=s.isStreamLike(o);if(n){o.on("end",this._getNext.bind(this)),o.pipe(this,{end:!1});return}var r=o;this.write(r),this._getNext()},s.prototype._handleErrors=function(o){var n=this;o.on("error",function(r){n._emitError(r)})},s.prototype.write=function(o){this.emit("data",o)},s.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))},s.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")},s.prototype.end=function(){this._reset(),this.emit("end")},s.prototype.destroy=function(){this._reset(),this.emit("close")},s.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null},s.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var o="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(o))}},s.prototype._updateDataSize=function(){this.dataSize=0;var o=this;this._streams.forEach(function(n){n.dataSize&&(o.dataSize+=n.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)},s.prototype._emitError=function(o){this._reset(),this.emit("error",o)},ft}var gt={},cu={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}};/*!
|
|
2
|
+
* mime-db
|
|
3
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
4
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
5
|
+
* MIT Licensed
|
|
6
|
+
*/var yt,Uo;function mu(){return Uo||(Uo=1,yt=cu),yt}/*!
|
|
7
|
+
* mime-types
|
|
8
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
9
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
10
|
+
* MIT Licensed
|
|
11
|
+
*/var Mo;function fu(){return Mo||(Mo=1,(function(e){var a=mu(),t=xo.extname,s=/^\s*([^;\s]*)(?:;|\s|$)/,o=/^text\//i;e.charset=n,e.charsets={lookup:n},e.contentType=r,e.extension=i,e.extensions=Object.create(null),e.lookup=l,e.types=Object.create(null),c(e.extensions,e.types);function n(p){if(!p||typeof p!="string")return!1;var d=s.exec(p),f=d&&a[d[1].toLowerCase()];return f&&f.charset?f.charset:d&&o.test(d[1])?"UTF-8":!1}function r(p){if(!p||typeof p!="string")return!1;var d=p.indexOf("/")===-1?e.lookup(p):p;if(!d)return!1;if(d.indexOf("charset")===-1){var f=e.charset(d);f&&(d+="; charset="+f.toLowerCase())}return d}function i(p){if(!p||typeof p!="string")return!1;var d=s.exec(p),f=d&&e.extensions[d[1].toLowerCase()];return!f||!f.length?!1:f[0]}function l(p){if(!p||typeof p!="string")return!1;var d=t("x."+p).toLowerCase().substr(1);return d&&e.types[d]||!1}function c(p,d){var f=["nginx","apache",void 0,"iana"];Object.keys(a).forEach(function(u){var h=a[u],m=h.extensions;if(!(!m||!m.length)){p[u]=m;for(var g=0;g<m.length;g++){var Q=m[g];if(d[Q]){var P=f.indexOf(a[d[Q]].source),R=f.indexOf(h.source);if(d[Q]!=="application/octet-stream"&&(P>R||P===R&&d[Q].substr(0,12)==="application/"))continue}d[Q]=u}}})}})(gt)),gt}var vt,Fo;function gu(){if(Fo)return vt;Fo=1,vt=e;function e(a){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(a):setTimeout(a,0)}return vt}var xt,jo;function qo(){if(jo)return xt;jo=1;var e=gu();xt=a;function a(t){var s=!1;return e(function(){s=!0}),function(n,r){s?t(n,r):e(function(){t(n,r)})}}return xt}var Dt,zo;function $o(){if(zo)return Dt;zo=1,Dt=e;function e(t){Object.keys(t.jobs).forEach(a.bind(t)),t.jobs={}}function a(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}return Dt}var bt,Go;function Ko(){if(Go)return bt;Go=1;var e=qo(),a=$o();bt=t;function t(o,n,r,i){var l=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[l]=s(n,l,o[l],function(c,p){l in r.jobs&&(delete r.jobs[l],c?a(r):r.results[l]=p,i(c,r.results))})}function s(o,n,r,i){var l;return o.length==2?l=o(r,e(i)):l=o(r,n,e(i)),l}return bt}var Qt,Vo;function Ho(){if(Vo)return Qt;Vo=1,Qt=e;function e(a,t){var s=!Array.isArray(a),o={index:0,keyedList:s||t?Object.keys(a):null,jobs:{},results:s?{}:[],size:s?Object.keys(a).length:a.length};return t&&o.keyedList.sort(s?t:function(n,r){return t(a[n],a[r])}),o}return Qt}var wt,Wo;function Jo(){if(Wo)return wt;Wo=1;var e=$o(),a=qo();wt=t;function t(s){Object.keys(this.jobs).length&&(this.index=this.size,e(this),a(s)(null,this.results))}return wt}var It,Xo;function yu(){if(Xo)return It;Xo=1;var e=Ko(),a=Ho(),t=Jo();It=s;function s(o,n,r){for(var i=a(o);i.index<(i.keyedList||o).length;)e(o,n,i,function(l,c){if(l){r(l,c);return}if(Object.keys(i.jobs).length===0){r(null,i.results);return}}),i.index++;return t.bind(i,r)}return It}var ha={exports:{}},Yo;function Zo(){if(Yo)return ha.exports;Yo=1;var e=Ko(),a=Ho(),t=Jo();ha.exports=s,ha.exports.ascending=o,ha.exports.descending=n;function s(r,i,l,c){var p=a(r,l);return e(r,i,p,function d(f,y){if(f){c(f,y);return}if(p.index++,p.index<(p.keyedList||r).length){e(r,i,p,d);return}c(null,p.results)}),t.bind(p,c)}function o(r,i){return r<i?-1:r>i?1:0}function n(r,i){return-1*o(r,i)}return ha.exports}var At,er;function vu(){if(er)return At;er=1;var e=Zo();At=a;function a(t,s,o){return e(t,s,null,o)}return At}var Pt,ar;function xu(){return ar||(ar=1,Pt={parallel:yu(),serial:vu(),serialOrdered:Zo()}),Pt}var St,tr;function sr(){return tr||(tr=1,St=Object),St}var Lt,or;function Du(){return or||(or=1,Lt=Error),Lt}var Ct,rr;function bu(){return rr||(rr=1,Ct=EvalError),Ct}var Tt,nr;function Qu(){return nr||(nr=1,Tt=RangeError),Tt}var Rt,ir;function wu(){return ir||(ir=1,Rt=ReferenceError),Rt}var Ot,pr;function Iu(){return pr||(pr=1,Ot=SyntaxError),Ot}var Et,ur;function Me(){return ur||(ur=1,Et=TypeError),Et}var _t,lr;function Au(){return lr||(lr=1,_t=URIError),_t}var Nt,dr;function Pu(){return dr||(dr=1,Nt=Math.abs),Nt}var Bt,hr;function Su(){return hr||(hr=1,Bt=Math.floor),Bt}var kt,cr;function Lu(){return cr||(cr=1,kt=Math.max),kt}var Ut,mr;function Cu(){return mr||(mr=1,Ut=Math.min),Ut}var Mt,fr;function Tu(){return fr||(fr=1,Mt=Math.pow),Mt}var Ft,gr;function Ru(){return gr||(gr=1,Ft=Math.round),Ft}var jt,yr;function Ou(){return yr||(yr=1,jt=Number.isNaN||function(a){return a!==a}),jt}var qt,vr;function Eu(){if(vr)return qt;vr=1;var e=Ou();return qt=function(t){return e(t)||t===0?t:t<0?-1:1},qt}var zt,xr;function _u(){return xr||(xr=1,zt=Object.getOwnPropertyDescriptor),zt}var $t,Dr;function br(){if(Dr)return $t;Dr=1;var e=_u();if(e)try{e([],"length")}catch{e=null}return $t=e,$t}var Gt,Qr;function Nu(){if(Qr)return Gt;Qr=1;var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return Gt=e,Gt}var Kt,wr;function Ir(){return wr||(wr=1,Kt=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var a={},t=Symbol("test"),s=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(s)!=="[object Symbol]")return!1;var o=42;a[t]=o;for(var n in a)return!1;if(typeof Object.keys=="function"&&Object.keys(a).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(a).length!==0)return!1;var r=Object.getOwnPropertySymbols(a);if(r.length!==1||r[0]!==t||!Object.prototype.propertyIsEnumerable.call(a,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(a,t);if(i.value!==o||i.enumerable!==!0)return!1}return!0}),Kt}var Vt,Ar;function Bu(){if(Ar)return Vt;Ar=1;var e=typeof Symbol<"u"&&Symbol,a=Ir();return Vt=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:a()},Vt}var Ht,Pr;function Sr(){return Pr||(Pr=1,Ht=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),Ht}var Wt,Lr;function Cr(){if(Lr)return Wt;Lr=1;var e=sr();return Wt=e.getPrototypeOf||null,Wt}var Jt,Tr;function ku(){if(Tr)return Jt;Tr=1;var e="Function.prototype.bind called on incompatible ",a=Object.prototype.toString,t=Math.max,s="[object Function]",o=function(l,c){for(var p=[],d=0;d<l.length;d+=1)p[d]=l[d];for(var f=0;f<c.length;f+=1)p[f+l.length]=c[f];return p},n=function(l,c){for(var p=[],d=c,f=0;d<l.length;d+=1,f+=1)p[f]=l[d];return p},r=function(i,l){for(var c="",p=0;p<i.length;p+=1)c+=i[p],p+1<i.length&&(c+=l);return c};return Jt=function(l){var c=this;if(typeof c!="function"||a.apply(c)!==s)throw new TypeError(e+c);for(var p=n(arguments,1),d,f=function(){if(this instanceof d){var g=c.apply(this,o(p,arguments));return Object(g)===g?g:this}return c.apply(l,o(p,arguments))},y=t(0,c.length-p.length),u=[],h=0;h<y;h++)u[h]="$"+h;if(d=Function("binder","return function ("+r(u,",")+"){ return binder.apply(this,arguments); }")(f),c.prototype){var m=function(){};m.prototype=c.prototype,d.prototype=new m,m.prototype=null}return d},Jt}var Xt,Rr;function Ra(){if(Rr)return Xt;Rr=1;var e=ku();return Xt=Function.prototype.bind||e,Xt}var Yt,Or;function Zt(){return Or||(Or=1,Yt=Function.prototype.call),Yt}var es,Er;function _r(){return Er||(Er=1,es=Function.prototype.apply),es}var as,Nr;function Uu(){return Nr||(Nr=1,as=typeof Reflect<"u"&&Reflect&&Reflect.apply),as}var ts,Br;function Mu(){if(Br)return ts;Br=1;var e=Ra(),a=_r(),t=Zt(),s=Uu();return ts=s||e.call(t,a),ts}var ss,kr;function Ur(){if(kr)return ss;kr=1;var e=Ra(),a=Me(),t=Zt(),s=Mu();return ss=function(n){if(n.length<1||typeof n[0]!="function")throw new a("a function is required");return s(e,t,n)},ss}var os,Mr;function Fu(){if(Mr)return os;Mr=1;var e=Ur(),a=br(),t;try{t=[].__proto__===Array.prototype}catch(r){if(!r||typeof r!="object"||!("code"in r)||r.code!=="ERR_PROTO_ACCESS")throw r}var s=!!t&&a&&a(Object.prototype,"__proto__"),o=Object,n=o.getPrototypeOf;return os=s&&typeof s.get=="function"?e([s.get]):typeof n=="function"?function(i){return n(i==null?i:o(i))}:!1,os}var rs,Fr;function ju(){if(Fr)return rs;Fr=1;var e=Sr(),a=Cr(),t=Fu();return rs=e?function(o){return e(o)}:a?function(o){if(!o||typeof o!="object"&&typeof o!="function")throw new TypeError("getProto: not an object");return a(o)}:t?function(o){return t(o)}:null,rs}var ns,jr;function is(){if(jr)return ns;jr=1;var e=Function.prototype.call,a=Object.prototype.hasOwnProperty,t=Ra();return ns=t.call(e,a),ns}var ps,qr;function Oa(){if(qr)return ps;qr=1;var e,a=sr(),t=Du(),s=bu(),o=Qu(),n=wu(),r=Iu(),i=Me(),l=Au(),c=Pu(),p=Su(),d=Lu(),f=Cu(),y=Tu(),u=Ru(),h=Eu(),m=Function,g=function(se){try{return m('"use strict"; return ('+se+").constructor;")()}catch{}},Q=br(),P=Nu(),R=function(){throw new i},C=Q?(function(){try{return arguments.callee,R}catch{try{return Q(arguments,"callee").get}catch{return R}}})():R,L=Bu()(),D=ju(),S=Cr(),O=Sr(),N=_r(),U=Zt(),k={},q=typeof Uint8Array>"u"||!D?e:D(Uint8Array),z={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?e:ArrayBuffer,"%ArrayIteratorPrototype%":L&&D?D([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":k,"%AsyncGenerator%":k,"%AsyncGeneratorFunction%":k,"%AsyncIteratorPrototype%":k,"%Atomics%":typeof Atomics>"u"?e:Atomics,"%BigInt%":typeof BigInt>"u"?e:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?e:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":t,"%eval%":eval,"%EvalError%":s,"%Float16Array%":typeof Float16Array>"u"?e:Float16Array,"%Float32Array%":typeof Float32Array>"u"?e:Float32Array,"%Float64Array%":typeof Float64Array>"u"?e:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?e:FinalizationRegistry,"%Function%":m,"%GeneratorFunction%":k,"%Int8Array%":typeof Int8Array>"u"?e:Int8Array,"%Int16Array%":typeof Int16Array>"u"?e:Int16Array,"%Int32Array%":typeof Int32Array>"u"?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":L&&D?D(D([][Symbol.iterator]())):e,"%JSON%":typeof JSON=="object"?JSON:e,"%Map%":typeof Map>"u"?e:Map,"%MapIteratorPrototype%":typeof Map>"u"||!L||!D?e:D(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":a,"%Object.getOwnPropertyDescriptor%":Q,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?e:Promise,"%Proxy%":typeof Proxy>"u"?e:Proxy,"%RangeError%":o,"%ReferenceError%":n,"%Reflect%":typeof Reflect>"u"?e:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?e:Set,"%SetIteratorPrototype%":typeof Set>"u"||!L||!D?e:D(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":L&&D?D(""[Symbol.iterator]()):e,"%Symbol%":L?Symbol:e,"%SyntaxError%":r,"%ThrowTypeError%":C,"%TypedArray%":q,"%TypeError%":i,"%Uint8Array%":typeof Uint8Array>"u"?e:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?e:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?e:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?e:Uint32Array,"%URIError%":l,"%WeakMap%":typeof WeakMap>"u"?e:WeakMap,"%WeakRef%":typeof WeakRef>"u"?e:WeakRef,"%WeakSet%":typeof WeakSet>"u"?e:WeakSet,"%Function.prototype.call%":U,"%Function.prototype.apply%":N,"%Object.defineProperty%":P,"%Object.getPrototypeOf%":S,"%Math.abs%":c,"%Math.floor%":p,"%Math.max%":d,"%Math.min%":f,"%Math.pow%":y,"%Math.round%":u,"%Math.sign%":h,"%Reflect.getPrototypeOf%":O};if(D)try{null.error}catch(se){var V=D(D(se));z["%Error.prototype%"]=V}var x=function se(j){var oe;if(j==="%AsyncFunction%")oe=g("async function () {}");else if(j==="%GeneratorFunction%")oe=g("function* () {}");else if(j==="%AsyncGeneratorFunction%")oe=g("async function* () {}");else if(j==="%AsyncGenerator%"){var X=se("%AsyncGeneratorFunction%");X&&(oe=X.prototype)}else if(j==="%AsyncIteratorPrototype%"){var ne=se("%AsyncGenerator%");ne&&D&&(oe=D(ne.prototype))}return z[j]=oe,oe},A={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},b=Ra(),B=is(),E=b.call(U,Array.prototype.concat),T=b.call(N,Array.prototype.splice),M=b.call(U,String.prototype.replace),H=b.call(U,String.prototype.slice),K=b.call(U,RegExp.prototype.exec),$=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,F=/\\(\\)?/g,W=function(j){var oe=H(j,0,1),X=H(j,-1);if(oe==="%"&&X!=="%")throw new r("invalid intrinsic syntax, expected closing `%`");if(X==="%"&&oe!=="%")throw new r("invalid intrinsic syntax, expected opening `%`");var ne=[];return M(j,$,function(ue,fe,le,de){ne[ne.length]=le?M(de,F,"$1"):fe||ue}),ne},ie=function(j,oe){var X=j,ne;if(B(A,X)&&(ne=A[X],X="%"+ne[0]+"%"),B(z,X)){var ue=z[X];if(ue===k&&(ue=x(X)),typeof ue>"u"&&!oe)throw new i("intrinsic "+j+" exists, but is not available. Please file an issue!");return{alias:ne,name:X,value:ue}}throw new r("intrinsic "+j+" does not exist!")};return ps=function(j,oe){if(typeof j!="string"||j.length===0)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof oe!="boolean")throw new i('"allowMissing" argument must be a boolean');if(K(/^%?[^%]*%?$/,j)===null)throw new r("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var X=W(j),ne=X.length>0?X[0]:"",ue=ie("%"+ne+"%",oe),fe=ue.name,le=ue.value,de=!1,ge=ue.alias;ge&&(ne=ge[0],T(X,E([0,1],ge)));for(var Ve=1,Le=!0;Ve<X.length;Ve+=1){var ye=X[Ve],He=H(ye,0,1),We=H(ye,-1);if((He==='"'||He==="'"||He==="`"||We==='"'||We==="'"||We==="`")&&He!==We)throw new r("property names with quotes must have matching quotes");if((ye==="constructor"||!Le)&&(de=!0),ne+="."+ye,fe="%"+ne+"%",B(z,fe))le=z[fe];else if(le!=null){if(!(ye in le)){if(!oe)throw new i("base intrinsic for "+j+" exists, but the property is not available.");return}if(Q&&Ve+1>=X.length){var Je=Q(le,ye);Le=!!Je,Le&&"get"in Je&&!("originalValue"in Je.get)?le=Je.get:le=le[ye]}else Le=B(le,ye),le=le[ye];Le&&!de&&(z[fe]=le)}}return le},ps}var us,zr;function qu(){if(zr)return us;zr=1;var e=Ir();return us=function(){return e()&&!!Symbol.toStringTag},us}var ls,$r;function zu(){if($r)return ls;$r=1;var e=Oa(),a=e("%Object.defineProperty%",!0),t=qu()(),s=is(),o=Me(),n=t?Symbol.toStringTag:null;return ls=function(i,l){var c=arguments.length>2&&!!arguments[2]&&arguments[2].force,p=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof c<"u"&&typeof c!="boolean"||typeof p<"u"&&typeof p!="boolean")throw new o("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");n&&(c||!s(i,n))&&(a?a(i,n,{configurable:!p,enumerable:!1,value:l,writable:!1}):i[n]=l)},ls}var ds,Gr;function $u(){return Gr||(Gr=1,ds=function(e,a){return Object.keys(a).forEach(function(t){e[t]=e[t]||a[t]}),e}),ds}var hs,Kr;function Gu(){if(Kr)return hs;Kr=1;var e=hu(),a=Re,t=xo,s=ut,o=lt,n=Pa.parse,r=vp,i=he.Stream,l=Do,c=fu(),p=xu(),d=zu(),f=is(),y=$u();function u(h){if(!(this instanceof u))return new u(h);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],e.call(this),h=h||{};for(var m in h)this[m]=h[m]}return a.inherits(u,e),u.LINE_BREAK=`\r
|
|
12
|
+
`,u.DEFAULT_CONTENT_TYPE="application/octet-stream",u.prototype.append=function(h,m,g){g=g||{},typeof g=="string"&&(g={filename:g});var Q=e.prototype.append.bind(this);if((typeof m=="number"||m==null)&&(m=String(m)),Array.isArray(m)){this._error(new Error("Arrays are not supported."));return}var P=this._multiPartHeader(h,m,g),R=this._multiPartFooter();Q(P),Q(m),Q(R),this._trackLength(P,m,g)},u.prototype._trackLength=function(h,m,g){var Q=0;g.knownLength!=null?Q+=Number(g.knownLength):Buffer.isBuffer(m)?Q=m.length:typeof m=="string"&&(Q=Buffer.byteLength(m)),this._valueLength+=Q,this._overheadLength+=Buffer.byteLength(h)+u.LINE_BREAK.length,!(!m||!m.path&&!(m.readable&&f(m,"httpVersion"))&&!(m instanceof i))&&(g.knownLength||this._valuesToMeasure.push(m))},u.prototype._lengthRetriever=function(h,m){f(h,"fd")?h.end!=null&&h.end!=1/0&&h.start!=null?m(null,h.end+1-(h.start?h.start:0)):r.stat(h.path,function(g,Q){if(g){m(g);return}var P=Q.size-(h.start?h.start:0);m(null,P)}):f(h,"httpVersion")?m(null,Number(h.headers["content-length"])):f(h,"httpModule")?(h.on("response",function(g){h.pause(),m(null,Number(g.headers["content-length"]))}),h.resume()):m("Unknown stream")},u.prototype._multiPartHeader=function(h,m,g){if(typeof g.header=="string")return g.header;var Q=this._getContentDisposition(m,g),P=this._getContentType(m,g),R="",C={"Content-Disposition":["form-data",'name="'+h+'"'].concat(Q||[]),"Content-Type":[].concat(P||[])};typeof g.header=="object"&&y(C,g.header);var L;for(var D in C)if(f(C,D)){if(L=C[D],L==null)continue;Array.isArray(L)||(L=[L]),L.length&&(R+=D+": "+L.join("; ")+u.LINE_BREAK)}return"--"+this.getBoundary()+u.LINE_BREAK+R+u.LINE_BREAK},u.prototype._getContentDisposition=function(h,m){var g;if(typeof m.filepath=="string"?g=t.normalize(m.filepath).replace(/\\/g,"/"):m.filename||h&&(h.name||h.path)?g=t.basename(m.filename||h&&(h.name||h.path)):h&&h.readable&&f(h,"httpVersion")&&(g=t.basename(h.client._httpMessage.path||"")),g)return'filename="'+g+'"'},u.prototype._getContentType=function(h,m){var g=m.contentType;return!g&&h&&h.name&&(g=c.lookup(h.name)),!g&&h&&h.path&&(g=c.lookup(h.path)),!g&&h&&h.readable&&f(h,"httpVersion")&&(g=h.headers["content-type"]),!g&&(m.filepath||m.filename)&&(g=c.lookup(m.filepath||m.filename)),!g&&h&&typeof h=="object"&&(g=u.DEFAULT_CONTENT_TYPE),g},u.prototype._multiPartFooter=function(){return function(h){var m=u.LINE_BREAK,g=this._streams.length===0;g&&(m+=this._lastBoundary()),h(m)}.bind(this)},u.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+u.LINE_BREAK},u.prototype.getHeaders=function(h){var m,g={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(m in h)f(h,m)&&(g[m.toLowerCase()]=h[m]);return g},u.prototype.setBoundary=function(h){if(typeof h!="string")throw new TypeError("FormData boundary must be a string");this._boundary=h},u.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},u.prototype.getBuffer=function(){for(var h=new Buffer.alloc(0),m=this.getBoundary(),g=0,Q=this._streams.length;g<Q;g++)typeof this._streams[g]!="function"&&(Buffer.isBuffer(this._streams[g])?h=Buffer.concat([h,this._streams[g]]):h=Buffer.concat([h,Buffer.from(this._streams[g])]),(typeof this._streams[g]!="string"||this._streams[g].substring(2,m.length+2)!==m)&&(h=Buffer.concat([h,Buffer.from(u.LINE_BREAK)])));return Buffer.concat([h,Buffer.from(this._lastBoundary())])},u.prototype._generateBoundary=function(){this._boundary="--------------------------"+l.randomBytes(12).toString("hex")},u.prototype.getLengthSync=function(){var h=this._overheadLength+this._valueLength;return this._streams.length&&(h+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),h},u.prototype.hasKnownLength=function(){var h=!0;return this._valuesToMeasure.length&&(h=!1),h},u.prototype.getLength=function(h){var m=this._overheadLength+this._valueLength;if(this._streams.length&&(m+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(h.bind(this,null,m));return}p.parallel(this._valuesToMeasure,this._lengthRetriever,function(g,Q){if(g){h(g);return}Q.forEach(function(P){m+=P}),h(null,m)})},u.prototype.submit=function(h,m){var g,Q,P={method:"post"};return typeof h=="string"?(h=n(h),Q=y({port:h.port,path:h.pathname,host:h.hostname,protocol:h.protocol},P)):(Q=y(h,P),Q.port||(Q.port=Q.protocol==="https:"?443:80)),Q.headers=this.getHeaders(h.headers),Q.protocol==="https:"?g=o.request(Q):g=s.request(Q),this.getLength(function(R,C){if(R&&R!=="Unknown stream"){this._error(R);return}if(C&&g.setHeader("Content-Length",C),this.pipe(g),m){var L,D=function(S,O){return g.removeListener("error",D),g.removeListener("response",L),m.call(this,S,O)};L=D.bind(this,null),g.on("error",D),g.on("response",L)}}.bind(this)),g},u.prototype._error=function(h){this.error||(this.error=h,this.pause(),this.emit("error",h))},u.prototype.toString=function(){return"[object FormData]"},d(u.prototype,"FormData"),hs=u,hs}var Ku=Gu(),Vr=pa(Ku);function cs(e){return v.isPlainObject(e)||v.isArray(e)}function Hr(e){return v.endsWith(e,"[]")?e.slice(0,-2):e}function Wr(e,a,t){return e?e.concat(a).map(function(o,n){return o=Hr(o),!t&&n?"["+o+"]":o}).join(t?".":""):a}function Vu(e){return v.isArray(e)&&!e.some(cs)}const Hu=v.toFlatObject(v,{},null,function(a){return/^is[A-Z]/.test(a)});function Ea(e,a,t){if(!v.isObject(e))throw new TypeError("target must be an object");a=a||new(Vr||FormData),t=v.toFlatObject(t,{metaTokens:!0,dots:!1,indexes:!1},!1,function(h,m){return!v.isUndefined(m[h])});const s=t.metaTokens,o=t.visitor||p,n=t.dots,r=t.indexes,l=(t.Blob||typeof Blob<"u"&&Blob)&&v.isSpecCompliantForm(a);if(!v.isFunction(o))throw new TypeError("visitor must be a function");function c(u){if(u===null)return"";if(v.isDate(u))return u.toISOString();if(v.isBoolean(u))return u.toString();if(!l&&v.isBlob(u))throw new _("Blob is not supported. Use a Buffer instead.");return v.isArrayBuffer(u)||v.isTypedArray(u)?l&&typeof Blob=="function"?new Blob([u]):Buffer.from(u):u}function p(u,h,m){let g=u;if(u&&!m&&typeof u=="object"){if(v.endsWith(h,"{}"))h=s?h:h.slice(0,-2),u=JSON.stringify(u);else if(v.isArray(u)&&Vu(u)||(v.isFileList(u)||v.endsWith(h,"[]"))&&(g=v.toArray(u)))return h=Hr(h),g.forEach(function(P,R){!(v.isUndefined(P)||P===null)&&a.append(r===!0?Wr([h],R,n):r===null?h:h+"[]",c(P))}),!1}return cs(u)?!0:(a.append(Wr(m,h,n),c(u)),!1)}const d=[],f=Object.assign(Hu,{defaultVisitor:p,convertValue:c,isVisitable:cs});function y(u,h){if(!v.isUndefined(u)){if(d.indexOf(u)!==-1)throw Error("Circular reference detected in "+h.join("."));d.push(u),v.forEach(u,function(g,Q){(!(v.isUndefined(g)||g===null)&&o.call(a,g,v.isString(Q)?Q.trim():Q,h,f))===!0&&y(g,h?h.concat(Q):[Q])}),d.pop()}}if(!v.isObject(e))throw new TypeError("data must be an object");return y(e),a}function Jr(e){const a={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(s){return a[s]})}function Xr(e,a){this._pairs=[],e&&Ea(e,this,a)}const Yr=Xr.prototype;Yr.append=function(a,t){this._pairs.push([a,t])},Yr.toString=function(a){const t=a?function(s){return a.call(this,s,Jr)}:Jr;return this._pairs.map(function(o){return t(o[0])+"="+t(o[1])},"").join("&")};function Wu(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function ms(e,a,t){if(!a)return e;const s=t&&t.encode||Wu;v.isFunction(t)&&(t={serialize:t});const o=t&&t.serialize;let n;if(o?n=o(a,t):n=v.isURLSearchParams(a)?a.toString():new Xr(a,t).toString(s),n){const r=e.indexOf("#");r!==-1&&(e=e.slice(0,r)),e+=(e.indexOf("?")===-1?"?":"&")+n}return e}class Zr{constructor(){this.handlers=[]}use(a,t,s){return this.handlers.push({fulfilled:a,rejected:t,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(a){this.handlers[a]&&(this.handlers[a]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(a){v.forEach(this.handlers,function(s){s!==null&&a(s)})}}var fs={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ju=Pa.URLSearchParams;const gs="abcdefghijklmnopqrstuvwxyz",en="0123456789",an={DIGIT:en,ALPHA:gs,ALPHA_DIGIT:gs+gs.toUpperCase()+en},Xu=(e=16,a=an.ALPHA_DIGIT)=>{let t="";const{length:s}=a,o=new Uint32Array(e);Do.randomFillSync(o);for(let n=0;n<e;n++)t+=a[o[n]%s];return t};var Yu={isNode:!0,classes:{URLSearchParams:Ju,FormData:Vr,Blob:typeof Blob<"u"&&Blob||null},ALPHABET:an,generateString:Xu,protocols:["http","https","file","data"]};const ys=typeof window<"u"&&typeof document<"u",vs=typeof navigator=="object"&&navigator||void 0,Zu=ys&&(!vs||["ReactNative","NativeScript","NS"].indexOf(vs.product)<0),el=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",al=ys&&window.location.href||"http://localhost";var tl=Object.freeze({__proto__:null,hasBrowserEnv:ys,hasStandardBrowserEnv:Zu,hasStandardBrowserWebWorkerEnv:el,navigator:vs,origin:al}),te={...tl,...Yu};function sl(e,a){return Ea(e,new te.classes.URLSearchParams,{visitor:function(t,s,o,n){return te.isNode&&v.isBuffer(t)?(this.append(s,t.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)},...a})}function ol(e){return v.matchAll(/\w+|\[(\w*)]/g,e).map(a=>a[0]==="[]"?"":a[1]||a[0])}function rl(e){const a={},t=Object.keys(e);let s;const o=t.length;let n;for(s=0;s<o;s++)n=t[s],a[n]=e[n];return a}function tn(e){function a(t,s,o,n){let r=t[n++];if(r==="__proto__")return!0;const i=Number.isFinite(+r),l=n>=t.length;return r=!r&&v.isArray(o)?o.length:r,l?(v.hasOwnProp(o,r)?o[r]=[o[r],s]:o[r]=s,!i):((!o[r]||!v.isObject(o[r]))&&(o[r]=[]),a(t,s,o[r],n)&&v.isArray(o[r])&&(o[r]=rl(o[r])),!i)}if(v.isFormData(e)&&v.isFunction(e.entries)){const t={};return v.forEachEntry(e,(s,o)=>{a(ol(s),o,t,0)}),t}return null}function nl(e,a,t){if(v.isString(e))try{return(a||JSON.parse)(e),v.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(t||JSON.stringify)(e)}const ca={transitional:fs,adapter:["xhr","http","fetch"],transformRequest:[function(a,t){const s=t.getContentType()||"",o=s.indexOf("application/json")>-1,n=v.isObject(a);if(n&&v.isHTMLForm(a)&&(a=new FormData(a)),v.isFormData(a))return o?JSON.stringify(tn(a)):a;if(v.isArrayBuffer(a)||v.isBuffer(a)||v.isStream(a)||v.isFile(a)||v.isBlob(a)||v.isReadableStream(a))return a;if(v.isArrayBufferView(a))return a.buffer;if(v.isURLSearchParams(a))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),a.toString();let i;if(n){if(s.indexOf("application/x-www-form-urlencoded")>-1)return sl(a,this.formSerializer).toString();if((i=v.isFileList(a))||s.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return Ea(i?{"files[]":a}:a,l&&new l,this.formSerializer)}}return n||o?(t.setContentType("application/json",!1),nl(a)):a}],transformResponse:[function(a){const t=this.transitional||ca.transitional,s=t&&t.forcedJSONParsing,o=this.responseType==="json";if(v.isResponse(a)||v.isReadableStream(a))return a;if(a&&v.isString(a)&&(s&&!this.responseType||o)){const r=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(a,this.parseReviver)}catch(i){if(r)throw i.name==="SyntaxError"?_.from(i,_.ERR_BAD_RESPONSE,this,null,this.response):i}}return a}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:te.classes.FormData,Blob:te.classes.Blob},validateStatus:function(a){return a>=200&&a<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};v.forEach(["delete","get","head","post","put","patch"],e=>{ca.headers[e]={}});const il=v.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var pl=e=>{const a={};let t,s,o;return e&&e.split(`
|
|
13
|
+
`).forEach(function(r){o=r.indexOf(":"),t=r.substring(0,o).trim().toLowerCase(),s=r.substring(o+1).trim(),!(!t||a[t]&&il[t])&&(t==="set-cookie"?a[t]?a[t].push(s):a[t]=[s]:a[t]=a[t]?a[t]+", "+s:s)}),a};const sn=Symbol("internals");function ma(e){return e&&String(e).trim().toLowerCase()}function _a(e){return e===!1||e==null?e:v.isArray(e)?e.map(_a):String(e)}function ul(e){const a=Object.create(null),t=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=t.exec(e);)a[s[1]]=s[2];return a}const ll=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function xs(e,a,t,s,o){if(v.isFunction(s))return s.call(this,a,t);if(o&&(a=t),!!v.isString(a)){if(v.isString(s))return a.indexOf(s)!==-1;if(v.isRegExp(s))return s.test(a)}}function dl(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(a,t,s)=>t.toUpperCase()+s)}function hl(e,a){const t=v.toCamelCase(" "+a);["get","set","has"].forEach(s=>{Object.defineProperty(e,s+t,{value:function(o,n,r){return this[s].call(this,a,o,n,r)},configurable:!0})})}let pe=class{constructor(a){a&&this.set(a)}set(a,t,s){const o=this;function n(i,l,c){const p=ma(l);if(!p)throw new Error("header name must be a non-empty string");const d=v.findKey(o,p);(!d||o[d]===void 0||c===!0||c===void 0&&o[d]!==!1)&&(o[d||l]=_a(i))}const r=(i,l)=>v.forEach(i,(c,p)=>n(c,p,l));if(v.isPlainObject(a)||a instanceof this.constructor)r(a,t);else if(v.isString(a)&&(a=a.trim())&&!ll(a))r(pl(a),t);else if(v.isObject(a)&&v.isIterable(a)){let i={},l,c;for(const p of a){if(!v.isArray(p))throw TypeError("Object iterator must return a key-value pair");i[c=p[0]]=(l=i[c])?v.isArray(l)?[...l,p[1]]:[l,p[1]]:p[1]}r(i,t)}else a!=null&&n(t,a,s);return this}get(a,t){if(a=ma(a),a){const s=v.findKey(this,a);if(s){const o=this[s];if(!t)return o;if(t===!0)return ul(o);if(v.isFunction(t))return t.call(this,o,s);if(v.isRegExp(t))return t.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(a,t){if(a=ma(a),a){const s=v.findKey(this,a);return!!(s&&this[s]!==void 0&&(!t||xs(this,this[s],s,t)))}return!1}delete(a,t){const s=this;let o=!1;function n(r){if(r=ma(r),r){const i=v.findKey(s,r);i&&(!t||xs(s,s[i],i,t))&&(delete s[i],o=!0)}}return v.isArray(a)?a.forEach(n):n(a),o}clear(a){const t=Object.keys(this);let s=t.length,o=!1;for(;s--;){const n=t[s];(!a||xs(this,this[n],n,a,!0))&&(delete this[n],o=!0)}return o}normalize(a){const t=this,s={};return v.forEach(this,(o,n)=>{const r=v.findKey(s,n);if(r){t[r]=_a(o),delete t[n];return}const i=a?dl(n):String(n).trim();i!==n&&delete t[n],t[i]=_a(o),s[i]=!0}),this}concat(...a){return this.constructor.concat(this,...a)}toJSON(a){const t=Object.create(null);return v.forEach(this,(s,o)=>{s!=null&&s!==!1&&(t[o]=a&&v.isArray(s)?s.join(", "):s)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([a,t])=>a+": "+t).join(`
|
|
14
|
+
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(a){return a instanceof this?a:new this(a)}static concat(a,...t){const s=new this(a);return t.forEach(o=>s.set(o)),s}static accessor(a){const s=(this[sn]=this[sn]={accessors:{}}).accessors,o=this.prototype;function n(r){const i=ma(r);s[i]||(hl(o,r),s[i]=!0)}return v.isArray(a)?a.forEach(n):n(a),this}};pe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),v.reduceDescriptors(pe.prototype,({value:e},a)=>{let t=a[0].toUpperCase()+a.slice(1);return{get:()=>e,set(s){this[t]=s}}}),v.freezeMethods(pe);function Ds(e,a){const t=this||ca,s=a||t,o=pe.from(s.headers);let n=s.data;return v.forEach(e,function(i){n=i.call(t,n,o.normalize(),a?a.status:void 0)}),o.normalize(),n}function on(e){return!!(e&&e.__CANCEL__)}function Ee(e,a,t){_.call(this,e??"canceled",_.ERR_CANCELED,a,t),this.name="CanceledError"}v.inherits(Ee,_,{__CANCEL__:!0});function aa(e,a,t){const s=t.config.validateStatus;!t.status||!s||s(t.status)?e(t):a(new _("Request failed with status code "+t.status,[_.ERR_BAD_REQUEST,_.ERR_BAD_RESPONSE][Math.floor(t.status/100)-4],t.config,t.request,t))}function cl(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function ml(e,a){return a?e.replace(/\/?\/$/,"")+"/"+a.replace(/^\/+/,""):e}function bs(e,a,t){let s=!cl(a);return e&&(s||t==!1)?ml(e,a):a}var Qs={},rn;function fl(){if(rn)return Qs;rn=1;var e=Pa.parse,a={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},t=String.prototype.endsWith||function(r){return r.length<=this.length&&this.indexOf(r,this.length-r.length)!==-1};function s(r){var i=typeof r=="string"?e(r):r||{},l=i.protocol,c=i.host,p=i.port;if(typeof c!="string"||!c||typeof l!="string"||(l=l.split(":",1)[0],c=c.replace(/:\d*$/,""),p=parseInt(p)||a[l]||0,!o(c,p)))return"";var d=n("npm_config_"+l+"_proxy")||n(l+"_proxy")||n("npm_config_proxy")||n("all_proxy");return d&&d.indexOf("://")===-1&&(d=l+"://"+d),d}function o(r,i){var l=(n("npm_config_no_proxy")||n("no_proxy")).toLowerCase();return l?l==="*"?!1:l.split(/[,\s]/).every(function(c){if(!c)return!0;var p=c.match(/^(.+):(\d+)$/),d=p?p[1]:c,f=p?parseInt(p[2]):0;return f&&f!==i?!0:/^[.*]/.test(d)?(d.charAt(0)==="*"&&(d=d.slice(1)),!t.call(r,d)):r!==d}):!0}function n(r){return process.env[r.toLowerCase()]||process.env[r.toUpperCase()]||""}return Qs.getProxyForUrl=s,Qs}var gl=fl(),yl=pa(gl),Na={exports:{}},Ba={exports:{}},ka={exports:{}},ws,nn;function vl(){if(nn)return ws;nn=1;var e=1e3,a=e*60,t=a*60,s=t*24,o=s*7,n=s*365.25;ws=function(p,d){d=d||{};var f=typeof p;if(f==="string"&&p.length>0)return r(p);if(f==="number"&&isFinite(p))return d.long?l(p):i(p);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(p))};function r(p){if(p=String(p),!(p.length>100)){var d=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(p);if(d){var f=parseFloat(d[1]),y=(d[2]||"ms").toLowerCase();switch(y){case"years":case"year":case"yrs":case"yr":case"y":return f*n;case"weeks":case"week":case"w":return f*o;case"days":case"day":case"d":return f*s;case"hours":case"hour":case"hrs":case"hr":case"h":return f*t;case"minutes":case"minute":case"mins":case"min":case"m":return f*a;case"seconds":case"second":case"secs":case"sec":case"s":return f*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return f;default:return}}}}function i(p){var d=Math.abs(p);return d>=s?Math.round(p/s)+"d":d>=t?Math.round(p/t)+"h":d>=a?Math.round(p/a)+"m":d>=e?Math.round(p/e)+"s":p+"ms"}function l(p){var d=Math.abs(p);return d>=s?c(p,d,s,"day"):d>=t?c(p,d,t,"hour"):d>=a?c(p,d,a,"minute"):d>=e?c(p,d,e,"second"):p+" ms"}function c(p,d,f,y){var u=d>=f*1.5;return Math.round(p/f)+" "+y+(u?"s":"")}return ws}var Is,pn;function un(){if(pn)return Is;pn=1;function e(a){s.debug=s,s.default=s,s.coerce=c,s.disable=i,s.enable=n,s.enabled=l,s.humanize=vl(),s.destroy=p,Object.keys(a).forEach(d=>{s[d]=a[d]}),s.names=[],s.skips=[],s.formatters={};function t(d){let f=0;for(let y=0;y<d.length;y++)f=(f<<5)-f+d.charCodeAt(y),f|=0;return s.colors[Math.abs(f)%s.colors.length]}s.selectColor=t;function s(d){let f,y=null,u,h;function m(...g){if(!m.enabled)return;const Q=m,P=Number(new Date),R=P-(f||P);Q.diff=R,Q.prev=f,Q.curr=P,f=P,g[0]=s.coerce(g[0]),typeof g[0]!="string"&&g.unshift("%O");let C=0;g[0]=g[0].replace(/%([a-zA-Z%])/g,(D,S)=>{if(D==="%%")return"%";C++;const O=s.formatters[S];if(typeof O=="function"){const N=g[C];D=O.call(Q,N),g.splice(C,1),C--}return D}),s.formatArgs.call(Q,g),(Q.log||s.log).apply(Q,g)}return m.namespace=d,m.useColors=s.useColors(),m.color=s.selectColor(d),m.extend=o,m.destroy=s.destroy,Object.defineProperty(m,"enabled",{enumerable:!0,configurable:!1,get:()=>y!==null?y:(u!==s.namespaces&&(u=s.namespaces,h=s.enabled(d)),h),set:g=>{y=g}}),typeof s.init=="function"&&s.init(m),m}function o(d,f){const y=s(this.namespace+(typeof f>"u"?":":f)+d);return y.log=this.log,y}function n(d){s.save(d),s.namespaces=d,s.names=[],s.skips=[];const f=(typeof d=="string"?d:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const y of f)y[0]==="-"?s.skips.push(y.slice(1)):s.names.push(y)}function r(d,f){let y=0,u=0,h=-1,m=0;for(;y<d.length;)if(u<f.length&&(f[u]===d[y]||f[u]==="*"))f[u]==="*"?(h=u,m=y,u++):(y++,u++);else if(h!==-1)u=h+1,m++,y=m;else return!1;for(;u<f.length&&f[u]==="*";)u++;return u===f.length}function i(){const d=[...s.names,...s.skips.map(f=>"-"+f)].join(",");return s.enable(""),d}function l(d){for(const f of s.skips)if(r(d,f))return!1;for(const f of s.names)if(r(d,f))return!0;return!1}function c(d){return d instanceof Error?d.stack||d.message:d}function p(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return s.enable(s.load()),s}return Is=e,Is}var ln;function xl(){return ln||(ln=1,(function(e,a){a.formatArgs=s,a.save=o,a.load=n,a.useColors=t,a.storage=r(),a.destroy=(()=>{let l=!1;return()=>{l||(l=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),a.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function t(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let l;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(l=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(l[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function s(l){if(l[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+l[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const c="color: "+this.color;l.splice(1,0,c,"color: inherit");let p=0,d=0;l[0].replace(/%[a-zA-Z%]/g,f=>{f!=="%%"&&(p++,f==="%c"&&(d=p))}),l.splice(d,0,c)}a.log=console.debug||console.log||(()=>{});function o(l){try{l?a.storage.setItem("debug",l):a.storage.removeItem("debug")}catch{}}function n(){let l;try{l=a.storage.getItem("debug")||a.storage.getItem("DEBUG")}catch{}return!l&&typeof process<"u"&&"env"in process&&(l=process.env.DEBUG),l}function r(){try{return localStorage}catch{}}e.exports=un()(a);const{formatters:i}=e.exports;i.j=function(l){try{return JSON.stringify(l)}catch(c){return"[UnexpectedJSONParseError]: "+c.message}}})(ka,ka.exports)),ka.exports}var Ua={exports:{}},As,dn;function Dl(){return dn||(dn=1,As=(e,a=process.argv)=>{const t=e.startsWith("-")?"":e.length===1?"-":"--",s=a.indexOf(t+e),o=a.indexOf("--");return s!==-1&&(o===-1||s<o)}),As}var Ps,hn;function bl(){if(hn)return Ps;hn=1;const e=Dp,a=Qo,t=Dl(),{env:s}=process;let o;t("no-color")||t("no-colors")||t("color=false")||t("color=never")?o=0:(t("color")||t("colors")||t("color=true")||t("color=always"))&&(o=1),"FORCE_COLOR"in s&&(s.FORCE_COLOR==="true"?o=1:s.FORCE_COLOR==="false"?o=0:o=s.FORCE_COLOR.length===0?1:Math.min(parseInt(s.FORCE_COLOR,10),3));function n(l){return l===0?!1:{level:l,hasBasic:!0,has256:l>=2,has16m:l>=3}}function r(l,c){if(o===0)return 0;if(t("color=16m")||t("color=full")||t("color=truecolor"))return 3;if(t("color=256"))return 2;if(l&&!c&&o===void 0)return 0;const p=o||0;if(s.TERM==="dumb")return p;if(process.platform==="win32"){const d=e.release().split(".");return Number(d[0])>=10&&Number(d[2])>=10586?Number(d[2])>=14931?3:2:1}if("CI"in s)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(d=>d in s)||s.CI_NAME==="codeship"?1:p;if("TEAMCITY_VERSION"in s)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(s.TEAMCITY_VERSION)?1:0;if(s.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in s){const d=parseInt((s.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(s.TERM_PROGRAM){case"iTerm.app":return d>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(s.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(s.TERM)||"COLORTERM"in s?1:p}function i(l){const c=r(l,l&&l.isTTY);return n(c)}return Ps={supportsColor:i,stdout:n(r(!0,a.isatty(1))),stderr:n(r(!0,a.isatty(2)))},Ps}var cn;function Ql(){return cn||(cn=1,(function(e,a){const t=Qo,s=Re;a.init=p,a.log=i,a.formatArgs=n,a.save=l,a.load=c,a.useColors=o,a.destroy=s.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),a.colors=[6,2,3,4,5,1];try{const f=bl();f&&(f.stderr||f).level>=2&&(a.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}a.inspectOpts=Object.keys(process.env).filter(f=>/^debug_/i.test(f)).reduce((f,y)=>{const u=y.substring(6).toLowerCase().replace(/_([a-z])/g,(m,g)=>g.toUpperCase());let h=process.env[y];return/^(yes|on|true|enabled)$/i.test(h)?h=!0:/^(no|off|false|disabled)$/i.test(h)?h=!1:h==="null"?h=null:h=Number(h),f[u]=h,f},{});function o(){return"colors"in a.inspectOpts?!!a.inspectOpts.colors:t.isatty(process.stderr.fd)}function n(f){const{namespace:y,useColors:u}=this;if(u){const h=this.color,m="\x1B[3"+(h<8?h:"8;5;"+h),g=` ${m};1m${y} \x1B[0m`;f[0]=g+f[0].split(`
|
|
15
|
+
`).join(`
|
|
16
|
+
`+g),f.push(m+"m+"+e.exports.humanize(this.diff)+"\x1B[0m")}else f[0]=r()+y+" "+f[0]}function r(){return a.inspectOpts.hideDate?"":new Date().toISOString()+" "}function i(...f){return process.stderr.write(s.formatWithOptions(a.inspectOpts,...f)+`
|
|
17
|
+
`)}function l(f){f?process.env.DEBUG=f:delete process.env.DEBUG}function c(){return process.env.DEBUG}function p(f){f.inspectOpts={};const y=Object.keys(a.inspectOpts);for(let u=0;u<y.length;u++)f.inspectOpts[y[u]]=a.inspectOpts[y[u]]}e.exports=un()(a);const{formatters:d}=e.exports;d.o=function(f){return this.inspectOpts.colors=this.useColors,s.inspect(f,this.inspectOpts).split(`
|
|
18
|
+
`).map(y=>y.trim()).join(" ")},d.O=function(f){return this.inspectOpts.colors=this.useColors,s.inspect(f,this.inspectOpts)}})(Ua,Ua.exports)),Ua.exports}var mn;function wl(){return mn||(mn=1,typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Ba.exports=xl():Ba.exports=Ql()),Ba.exports}var Ss,fn;function Il(){if(fn)return Ss;fn=1;var e;return Ss=function(){if(!e){try{e=wl()("follow-redirects")}catch{}typeof e!="function"&&(e=function(){})}e.apply(null,arguments)},Ss}var gn;function Al(){if(gn)return Na.exports;gn=1;var e=Pa,a=e.URL,t=ut,s=lt,o=he.Writable,n=xp,r=Il();(function(){var A=typeof process<"u",b=typeof window<"u"&&typeof document<"u",B=q(Error.captureStackTrace);!A&&(b||!B)&&console.warn("The follow-redirects package should be excluded from browser builds.")})();var i=!1;try{n(new a(""))}catch(x){i=x.code==="ERR_INVALID_URL"}var l=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],c=["abort","aborted","connect","error","socket","timeout"],p=Object.create(null);c.forEach(function(x){p[x]=function(A,b,B){this._redirectable.emit(x,A,b,B)}});var d=O("ERR_INVALID_URL","Invalid URL",TypeError),f=O("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),y=O("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",f),u=O("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),h=O("ERR_STREAM_WRITE_AFTER_END","write after end"),m=o.prototype.destroy||P;function g(x,A){o.call(this),this._sanitizeOptions(x),this._options=x,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],A&&this.on("response",A);var b=this;this._onNativeResponse=function(B){try{b._processResponse(B)}catch(E){b.emit("error",E instanceof f?E:new f({cause:E}))}},this._performRequest()}g.prototype=Object.create(o.prototype),g.prototype.abort=function(){N(this._currentRequest),this._currentRequest.abort(),this.emit("abort")},g.prototype.destroy=function(x){return N(this._currentRequest,x),m.call(this,x),this},g.prototype.write=function(x,A,b){if(this._ending)throw new h;if(!k(x)&&!z(x))throw new TypeError("data should be a string, Buffer or Uint8Array");if(q(A)&&(b=A,A=null),x.length===0){b&&b();return}this._requestBodyLength+x.length<=this._options.maxBodyLength?(this._requestBodyLength+=x.length,this._requestBodyBuffers.push({data:x,encoding:A}),this._currentRequest.write(x,A,b)):(this.emit("error",new u),this.abort())},g.prototype.end=function(x,A,b){if(q(x)?(b=x,x=A=null):q(A)&&(b=A,A=null),!x)this._ended=this._ending=!0,this._currentRequest.end(null,null,b);else{var B=this,E=this._currentRequest;this.write(x,A,function(){B._ended=!0,E.end(null,null,b)}),this._ending=!0}},g.prototype.setHeader=function(x,A){this._options.headers[x]=A,this._currentRequest.setHeader(x,A)},g.prototype.removeHeader=function(x){delete this._options.headers[x],this._currentRequest.removeHeader(x)},g.prototype.setTimeout=function(x,A){var b=this;function B(M){M.setTimeout(x),M.removeListener("timeout",M.destroy),M.addListener("timeout",M.destroy)}function E(M){b._timeout&&clearTimeout(b._timeout),b._timeout=setTimeout(function(){b.emit("timeout"),T()},x),B(M)}function T(){b._timeout&&(clearTimeout(b._timeout),b._timeout=null),b.removeListener("abort",T),b.removeListener("error",T),b.removeListener("response",T),b.removeListener("close",T),A&&b.removeListener("timeout",A),b.socket||b._currentRequest.removeListener("socket",E)}return A&&this.on("timeout",A),this.socket?E(this.socket):this._currentRequest.once("socket",E),this.on("socket",B),this.on("abort",T),this.on("error",T),this.on("response",T),this.on("close",T),this},["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(x){g.prototype[x]=function(A,b){return this._currentRequest[x](A,b)}}),["aborted","connection","socket"].forEach(function(x){Object.defineProperty(g.prototype,x,{get:function(){return this._currentRequest[x]}})}),g.prototype._sanitizeOptions=function(x){if(x.headers||(x.headers={}),x.host&&(x.hostname||(x.hostname=x.host),delete x.host),!x.pathname&&x.path){var A=x.path.indexOf("?");A<0?x.pathname=x.path:(x.pathname=x.path.substring(0,A),x.search=x.path.substring(A))}},g.prototype._performRequest=function(){var x=this._options.protocol,A=this._options.nativeProtocols[x];if(!A)throw new TypeError("Unsupported protocol "+x);if(this._options.agents){var b=x.slice(0,-1);this._options.agent=this._options.agents[b]}var B=this._currentRequest=A.request(this._options,this._onNativeResponse);B._redirectable=this;for(var E of c)B.on(E,p[E]);if(this._currentUrl=/^\//.test(this._options.path)?e.format(this._options):this._options.path,this._isRedirect){var T=0,M=this,H=this._requestBodyBuffers;(function K($){if(B===M._currentRequest)if($)M.emit("error",$);else if(T<H.length){var F=H[T++];B.finished||B.write(F.data,F.encoding,K)}else M._ended&&B.end()})()}},g.prototype._processResponse=function(x){var A=x.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:x.headers,statusCode:A});var b=x.headers.location;if(!b||this._options.followRedirects===!1||A<300||A>=400){x.responseUrl=this._currentUrl,x.redirects=this._redirects,this.emit("response",x),this._requestBodyBuffers=[];return}if(N(this._currentRequest),x.destroy(),++this._redirectCount>this._options.maxRedirects)throw new y;var B,E=this._options.beforeRedirect;E&&(B=Object.assign({Host:x.req.getHeader("host")},this._options.headers));var T=this._options.method;((A===301||A===302)&&this._options.method==="POST"||A===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],S(/^content-/i,this._options.headers));var M=S(/^host$/i,this._options.headers),H=R(this._currentUrl),K=M||H.host,$=/^\w+:/.test(b)?this._currentUrl:e.format(Object.assign(H,{host:K})),F=C(b,$);if(r("redirecting to",F.href),this._isRedirect=!0,D(F,this._options),(F.protocol!==H.protocol&&F.protocol!=="https:"||F.host!==K&&!U(F.host,K))&&S(/^(?:(?:proxy-)?authorization|cookie)$/i,this._options.headers),q(E)){var W={headers:x.headers,statusCode:A},ie={url:$,method:T,headers:B};E(this._options,W,ie),this._sanitizeOptions(this._options)}this._performRequest()};function Q(x){var A={maxRedirects:21,maxBodyLength:10485760},b={};return Object.keys(x).forEach(function(B){var E=B+":",T=b[E]=x[B],M=A[B]=Object.create(T);function H($,F,W){return V($)?$=D($):k($)?$=D(R($)):(W=F,F=L($),$={protocol:E}),q(F)&&(W=F,F=null),F=Object.assign({maxRedirects:A.maxRedirects,maxBodyLength:A.maxBodyLength},$,F),F.nativeProtocols=b,!k(F.host)&&!k(F.hostname)&&(F.hostname="::1"),n.equal(F.protocol,E,"protocol mismatch"),r("options",F),new g(F,W)}function K($,F,W){var ie=M.request($,F,W);return ie.end(),ie}Object.defineProperties(M,{request:{value:H,configurable:!0,enumerable:!0,writable:!0},get:{value:K,configurable:!0,enumerable:!0,writable:!0}})}),A}function P(){}function R(x){var A;if(i)A=new a(x);else if(A=L(e.parse(x)),!k(A.protocol))throw new d({input:x});return A}function C(x,A){return i?new a(x,A):R(e.resolve(A,x))}function L(x){if(/^\[/.test(x.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(x.hostname))throw new d({input:x.href||x});if(/^\[/.test(x.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(x.host))throw new d({input:x.href||x});return x}function D(x,A){var b=A||{};for(var B of l)b[B]=x[B];return b.hostname.startsWith("[")&&(b.hostname=b.hostname.slice(1,-1)),b.port!==""&&(b.port=Number(b.port)),b.path=b.search?b.pathname+b.search:b.pathname,b}function S(x,A){var b;for(var B in A)x.test(B)&&(b=A[B],delete A[B]);return b===null||typeof b>"u"?void 0:String(b).trim()}function O(x,A,b){function B(E){q(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,E||{}),this.code=x,this.message=this.cause?A+": "+this.cause.message:A}return B.prototype=new(b||Error),Object.defineProperties(B.prototype,{constructor:{value:B,enumerable:!1},name:{value:"Error ["+x+"]",enumerable:!1}}),B}function N(x,A){for(var b of c)x.removeListener(b,p[b]);x.on("error",P),x.destroy(A)}function U(x,A){n(k(x)&&k(A));var b=x.length-A.length-1;return b>0&&x[b]==="."&&x.endsWith(A)}function k(x){return typeof x=="string"||x instanceof String}function q(x){return typeof x=="function"}function z(x){return typeof x=="object"&&"length"in x}function V(x){return a&&x instanceof a}return Na.exports=Q({http:t,https:s}),Na.exports.wrap=Q,Na.exports}var Pl=Al(),Sl=pa(Pl);const Ma="1.13.2";function yn(e){const a=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return a&&a[1]||""}const Ll=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function Cl(e,a,t){const s=t&&t.Blob||te.classes.Blob,o=yn(e);if(a===void 0&&s&&(a=!0),o==="data"){e=o.length?e.slice(o.length+1):e;const n=Ll.exec(e);if(!n)throw new _("Invalid URL",_.ERR_INVALID_URL);const r=n[1],i=n[2],l=n[3],c=Buffer.from(decodeURIComponent(l),i?"base64":"utf8");if(a){if(!s)throw new _("Blob is not supported",_.ERR_NOT_SUPPORT);return new s([c],{type:r})}return c}throw new _("Unsupported protocol "+o,_.ERR_NOT_SUPPORT)}const Ls=Symbol("internals");class vn extends he.Transform{constructor(a){a=v.toFlatObject(a,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(s,o)=>!v.isUndefined(o[s])),super({readableHighWaterMark:a.chunkSize});const t=this[Ls]={timeWindow:a.timeWindow,chunkSize:a.chunkSize,maxRate:a.maxRate,minChunkSize:a.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",s=>{s==="progress"&&(t.isCaptured||(t.isCaptured=!0))})}_read(a){const t=this[Ls];return t.onReadCallback&&t.onReadCallback(),super._read(a)}_transform(a,t,s){const o=this[Ls],n=o.maxRate,r=this.readableHighWaterMark,i=o.timeWindow,l=1e3/i,c=n/l,p=o.minChunkSize!==!1?Math.max(o.minChunkSize,c*.01):0,d=(y,u)=>{const h=Buffer.byteLength(y);o.bytesSeen+=h,o.bytes+=h,o.isCaptured&&this.emit("progress",o.bytesSeen),this.push(y)?process.nextTick(u):o.onReadCallback=()=>{o.onReadCallback=null,process.nextTick(u)}},f=(y,u)=>{const h=Buffer.byteLength(y);let m=null,g=r,Q,P=0;if(n){const R=Date.now();(!o.ts||(P=R-o.ts)>=i)&&(o.ts=R,Q=c-o.bytes,o.bytes=Q<0?-Q:0,P=0),Q=c-o.bytes}if(n){if(Q<=0)return setTimeout(()=>{u(null,y)},i-P);Q<g&&(g=Q)}g&&h>g&&h-g>p&&(m=y.subarray(g),y=y.subarray(0,g)),d(y,m?()=>{process.nextTick(u,null,m)}:u)};f(a,function y(u,h){if(u)return s(u);h?f(h,y):s(null)})}}const{asyncIterator:xn}=Symbol,Dn=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[xn]?yield*e[xn]():yield e},Tl=te.ALPHABET.ALPHA_DIGIT+"-_",fa=typeof TextEncoder=="function"?new TextEncoder:new Re.TextEncoder,Fe=`\r
|
|
19
|
+
`,Rl=fa.encode(Fe),Ol=2;class El{constructor(a,t){const{escapeName:s}=this.constructor,o=v.isString(t);let n=`Content-Disposition: form-data; name="${s(a)}"${!o&&t.name?`; filename="${s(t.name)}"`:""}${Fe}`;o?t=fa.encode(String(t).replace(/\r?\n|\r\n?/g,Fe)):n+=`Content-Type: ${t.type||"application/octet-stream"}${Fe}`,this.headers=fa.encode(n+Fe),this.contentLength=o?t.byteLength:t.size,this.size=this.headers.byteLength+this.contentLength+Ol,this.name=a,this.value=t}async*encode(){yield this.headers;const{value:a}=this;v.isTypedArray(a)?yield a:yield*Dn(a),yield Rl}static escapeName(a){return String(a).replace(/[\r\n"]/g,t=>({"\r":"%0D","\n":"%0A",'"':"%22"})[t])}}const _l=(e,a,t)=>{const{tag:s="form-data-boundary",size:o=25,boundary:n=s+"-"+te.generateString(o,Tl)}=t||{};if(!v.isFormData(e))throw TypeError("FormData instance required");if(n.length<1||n.length>70)throw Error("boundary must be 10-70 characters long");const r=fa.encode("--"+n+Fe),i=fa.encode("--"+n+"--"+Fe);let l=i.byteLength;const c=Array.from(e.entries()).map(([d,f])=>{const y=new El(d,f);return l+=y.size,y});l+=r.byteLength*c.length,l=v.toFiniteNumber(l);const p={"Content-Type":`multipart/form-data; boundary=${n}`};return Number.isFinite(l)&&(p["Content-Length"]=l),a&&a(p),yp.from((async function*(){for(const d of c)yield r,yield*d.encode();yield i})())};class Nl extends he.Transform{__transform(a,t,s){this.push(a),s()}_transform(a,t,s){if(a.length!==0&&(this._transform=this.__transform,a[0]!==120)){const o=Buffer.alloc(2);o[0]=120,o[1]=156,this.push(o,t)}this.__transform(a,t,s)}}const Bl=(e,a)=>v.isAsyncFn(e)?function(...t){const s=t.pop();e.apply(this,t).then(o=>{try{a?s(null,...a(o)):s(null,o)}catch(n){s(n)}},s)}:e;function kl(e,a){e=e||10;const t=new Array(e),s=new Array(e);let o=0,n=0,r;return a=a!==void 0?a:1e3,function(l){const c=Date.now(),p=s[n];r||(r=c),t[o]=l,s[o]=c;let d=n,f=0;for(;d!==o;)f+=t[d++],d=d%e;if(o=(o+1)%e,o===n&&(n=(n+1)%e),c-r<a)return;const y=p&&c-p;return y?Math.round(f*1e3/y):void 0}}function Ul(e,a){let t=0,s=1e3/a,o,n;const r=(c,p=Date.now())=>{t=p,o=null,n&&(clearTimeout(n),n=null),e(...c)};return[(...c)=>{const p=Date.now(),d=p-t;d>=s?r(c,p):(o=c,n||(n=setTimeout(()=>{n=null,r(o)},s-d)))},()=>o&&r(o)]}const ta=(e,a,t=3)=>{let s=0;const o=kl(50,250);return Ul(n=>{const r=n.loaded,i=n.lengthComputable?n.total:void 0,l=r-s,c=o(l),p=r<=i;s=r;const d={loaded:r,total:i,progress:i?r/i:void 0,bytes:l,rate:c||void 0,estimated:c&&i&&p?(i-r)/c:void 0,event:n,lengthComputable:i!=null,[a?"download":"upload"]:!0};e(d)},t)},Fa=(e,a)=>{const t=e!=null;return[s=>a[0]({lengthComputable:t,total:e,loaded:s}),a[1]]},ja=e=>(...a)=>v.asap(()=>e(...a));function Ml(e){if(!e||typeof e!="string"||!e.startsWith("data:"))return 0;const a=e.indexOf(",");if(a<0)return 0;const t=e.slice(5,a),s=e.slice(a+1);if(/;base64/i.test(t)){let n=s.length;const r=s.length;for(let f=0;f<r;f++)if(s.charCodeAt(f)===37&&f+2<r){const y=s.charCodeAt(f+1),u=s.charCodeAt(f+2);(y>=48&&y<=57||y>=65&&y<=70||y>=97&&y<=102)&&(u>=48&&u<=57||u>=65&&u<=70||u>=97&&u<=102)&&(n-=2,f+=2)}let i=0,l=r-1;const c=f=>f>=2&&s.charCodeAt(f-2)===37&&s.charCodeAt(f-1)===51&&(s.charCodeAt(f)===68||s.charCodeAt(f)===100);l>=0&&(s.charCodeAt(l)===61?(i++,l--):c(l)&&(i++,l-=3)),i===1&&l>=0&&(s.charCodeAt(l)===61||c(l))&&i++;const d=Math.floor(n/4)*3-(i||0);return d>0?d:0}return Buffer.byteLength(s,"utf8")}const bn={flush:Oe.constants.Z_SYNC_FLUSH,finishFlush:Oe.constants.Z_SYNC_FLUSH},Fl={flush:Oe.constants.BROTLI_OPERATION_FLUSH,finishFlush:Oe.constants.BROTLI_OPERATION_FLUSH},Qn=v.isFunction(Oe.createBrotliDecompress),{http:jl,https:ql}=Sl,zl=/https:?/,wn=te.protocols.map(e=>e+":"),In=(e,[a,t])=>(e.on("end",t).on("error",t),a);class $l{constructor(){this.sessions=Object.create(null)}getSession(a,t){t=Object.assign({sessionTimeout:1e3},t);let s=this.sessions[a];if(s){let p=s.length;for(let d=0;d<p;d++){const[f,y]=s[d];if(!f.destroyed&&!f.closed&&Re.isDeepStrictEqual(y,t))return f}}const o=bo.connect(a,t);let n;const r=()=>{if(n)return;n=!0;let p=s,d=p.length,f=d;for(;f--;)if(p[f][0]===o){d===1?delete this.sessions[a]:p.splice(f,1);return}},i=o.request,{sessionTimeout:l}=t;if(l!=null){let p,d=0;o.request=function(){const f=i.apply(this,arguments);return d++,p&&(clearTimeout(p),p=null),f.once("close",()=>{--d||(p=setTimeout(()=>{p=null,r()},l))}),f}}o.once("close",r);let c=[o,t];return s?s.push(c):s=this.sessions[a]=[c],o}}const Gl=new $l;function Kl(e,a){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e,a)}function An(e,a,t){let s=a;if(!s&&s!==!1){const o=yl.getProxyForUrl(t);o&&(s=new URL(o))}if(s){if(s.username&&(s.auth=(s.username||"")+":"+(s.password||"")),s.auth){(s.auth.username||s.auth.password)&&(s.auth=(s.auth.username||"")+":"+(s.auth.password||""));const n=Buffer.from(s.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+n}e.headers.host=e.hostname+(e.port?":"+e.port:"");const o=s.hostname||s.host;e.hostname=o,e.host=o,e.port=s.port,e.path=t,s.protocol&&(e.protocol=s.protocol.includes(":")?s.protocol:`${s.protocol}:`)}e.beforeRedirects.proxy=function(n){An(n,a,n.href)}}const Vl=typeof process<"u"&&v.kindOf(process)==="process",Hl=e=>new Promise((a,t)=>{let s,o;const n=(l,c)=>{o||(o=!0,s&&s(l,c))},r=l=>{n(l),a(l)},i=l=>{n(l,!0),t(l)};e(r,i,l=>s=l).catch(i)}),Wl=({address:e,family:a})=>{if(!v.isString(e))throw TypeError("address must be a string");return{address:e,family:a||(e.indexOf(".")<0?6:4)}},Pn=(e,a)=>Wl(v.isObject(e)?e:{address:e,family:a}),Jl={request(e,a){const t=e.protocol+"//"+e.hostname+":"+(e.port||80),{http2Options:s,headers:o}=e,n=Gl.getSession(t,s),{HTTP2_HEADER_SCHEME:r,HTTP2_HEADER_METHOD:i,HTTP2_HEADER_PATH:l,HTTP2_HEADER_STATUS:c}=bo.constants,p={[r]:e.protocol.replace(":",""),[i]:e.method,[l]:e.path};v.forEach(o,(f,y)=>{y.charAt(0)!==":"&&(p[y]=f)});const d=n.request(p);return d.once("response",f=>{const y=d;f=Object.assign({},f);const u=f[c];delete f[c],y.headers=f,y.statusCode=+u,a(y)}),d}};var Xl=Vl&&function(a){return Hl(async function(s,o,n){let{data:r,lookup:i,family:l,httpVersion:c=1,http2Options:p}=a;const{responseType:d,responseEncoding:f}=a,y=a.method.toUpperCase();let u,h=!1,m;if(c=+c,Number.isNaN(c))throw TypeError(`Invalid protocol version: '${a.httpVersion}' is not a number`);if(c!==1&&c!==2)throw TypeError(`Unsupported protocol version '${c}'`);const g=c===2;if(i){const E=Bl(i,T=>v.isArray(T)?T:[T]);i=(T,M,H)=>{E(T,M,(K,$,F)=>{if(K)return H(K);const W=v.isArray($)?$.map(ie=>Pn(ie)):[Pn($,F)];M.all?H(K,W):H(K,W[0].address,W[0].family)})}}const Q=new bp;function P(E){try{Q.emit("abort",!E||E.type?new Ee(null,a,m):E)}catch(T){console.warn("emit error",T)}}Q.once("abort",o);const R=()=>{a.cancelToken&&a.cancelToken.unsubscribe(P),a.signal&&a.signal.removeEventListener("abort",P),Q.removeAllListeners()};(a.cancelToken||a.signal)&&(a.cancelToken&&a.cancelToken.subscribe(P),a.signal&&(a.signal.aborted?P():a.signal.addEventListener("abort",P))),n((E,T)=>{if(u=!0,T){h=!0,R();return}const{data:M}=E;if(M instanceof he.Readable||M instanceof he.Duplex){const H=he.finished(M,()=>{H(),R()})}else R()});const C=bs(a.baseURL,a.url,a.allowAbsoluteUrls),L=new URL(C,te.hasBrowserEnv?te.origin:void 0),D=L.protocol||wn[0];if(D==="data:"){if(a.maxContentLength>-1){const T=String(a.url||C||"");if(Ml(T)>a.maxContentLength)return o(new _("maxContentLength size of "+a.maxContentLength+" exceeded",_.ERR_BAD_RESPONSE,a))}let E;if(y!=="GET")return aa(s,o,{status:405,statusText:"method not allowed",headers:{},config:a});try{E=Cl(a.url,d==="blob",{Blob:a.env&&a.env.Blob})}catch(T){throw _.from(T,_.ERR_BAD_REQUEST,a)}return d==="text"?(E=E.toString(f),(!f||f==="utf8")&&(E=v.stripBOM(E))):d==="stream"&&(E=he.Readable.from(E)),aa(s,o,{data:E,status:200,statusText:"OK",headers:new pe,config:a})}if(wn.indexOf(D)===-1)return o(new _("Unsupported protocol "+D,_.ERR_BAD_REQUEST,a));const S=pe.from(a.headers).normalize();S.set("User-Agent","axios/"+Ma,!1);const{onUploadProgress:O,onDownloadProgress:N}=a,U=a.maxRate;let k,q;if(v.isSpecCompliantForm(r)){const E=S.getContentType(/boundary=([-_\w\d]{10,70})/i);r=_l(r,T=>{S.set(T)},{tag:`axios-${Ma}-boundary`,boundary:E&&E[1]||void 0})}else if(v.isFormData(r)&&v.isFunction(r.getHeaders)){if(S.set(r.getHeaders()),!S.hasContentLength())try{const E=await Re.promisify(r.getLength).call(r);Number.isFinite(E)&&E>=0&&S.setContentLength(E)}catch{}}else if(v.isBlob(r)||v.isFile(r))r.size&&S.setContentType(r.type||"application/octet-stream"),S.setContentLength(r.size||0),r=he.Readable.from(Dn(r));else if(r&&!v.isStream(r)){if(!Buffer.isBuffer(r))if(v.isArrayBuffer(r))r=Buffer.from(new Uint8Array(r));else if(v.isString(r))r=Buffer.from(r,"utf-8");else return o(new _("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",_.ERR_BAD_REQUEST,a));if(S.setContentLength(r.length,!1),a.maxBodyLength>-1&&r.length>a.maxBodyLength)return o(new _("Request body larger than maxBodyLength limit",_.ERR_BAD_REQUEST,a))}const z=v.toFiniteNumber(S.getContentLength());v.isArray(U)?(k=U[0],q=U[1]):k=q=U,r&&(O||k)&&(v.isStream(r)||(r=he.Readable.from(r,{objectMode:!1})),r=he.pipeline([r,new vn({maxRate:v.toFiniteNumber(k)})],v.noop),O&&r.on("progress",In(r,Fa(z,ta(ja(O),!1,3)))));let V;if(a.auth){const E=a.auth.username||"",T=a.auth.password||"";V=E+":"+T}if(!V&&L.username){const E=L.username,T=L.password;V=E+":"+T}V&&S.delete("authorization");let x;try{x=ms(L.pathname+L.search,a.params,a.paramsSerializer).replace(/^\?/,"")}catch(E){const T=new Error(E.message);return T.config=a,T.url=a.url,T.exists=!0,o(T)}S.set("Accept-Encoding","gzip, compress, deflate"+(Qn?", br":""),!1);const A={path:x,method:y,headers:S.toJSON(),agents:{http:a.httpAgent,https:a.httpsAgent},auth:V,protocol:D,family:l,beforeRedirect:Kl,beforeRedirects:{},http2Options:p};!v.isUndefined(i)&&(A.lookup=i),a.socketPath?A.socketPath=a.socketPath:(A.hostname=L.hostname.startsWith("[")?L.hostname.slice(1,-1):L.hostname,A.port=L.port,An(A,a.proxy,D+"//"+L.hostname+(L.port?":"+L.port:"")+A.path));let b;const B=zl.test(A.protocol);if(A.agent=B?a.httpsAgent:a.httpAgent,g?b=Jl:a.transport?b=a.transport:a.maxRedirects===0?b=B?lt:ut:(a.maxRedirects&&(A.maxRedirects=a.maxRedirects),a.beforeRedirect&&(A.beforeRedirects.config=a.beforeRedirect),b=B?ql:jl),a.maxBodyLength>-1?A.maxBodyLength=a.maxBodyLength:A.maxBodyLength=1/0,a.insecureHTTPParser&&(A.insecureHTTPParser=a.insecureHTTPParser),m=b.request(A,function(T){if(m.destroyed)return;const M=[T],H=v.toFiniteNumber(T.headers["content-length"]);if(N||q){const W=new vn({maxRate:v.toFiniteNumber(q)});N&&W.on("progress",In(W,Fa(H,ta(ja(N),!0,3)))),M.push(W)}let K=T;const $=T.req||m;if(a.decompress!==!1&&T.headers["content-encoding"])switch((y==="HEAD"||T.statusCode===204)&&delete T.headers["content-encoding"],(T.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":M.push(Oe.createUnzip(bn)),delete T.headers["content-encoding"];break;case"deflate":M.push(new Nl),M.push(Oe.createUnzip(bn)),delete T.headers["content-encoding"];break;case"br":Qn&&(M.push(Oe.createBrotliDecompress(Fl)),delete T.headers["content-encoding"])}K=M.length>1?he.pipeline(M,v.noop):M[0];const F={status:T.statusCode,statusText:T.statusMessage,headers:new pe(T.headers),config:a,request:$};if(d==="stream")F.data=K,aa(s,o,F);else{const W=[];let ie=0;K.on("data",function(j){W.push(j),ie+=j.length,a.maxContentLength>-1&&ie>a.maxContentLength&&(h=!0,K.destroy(),P(new _("maxContentLength size of "+a.maxContentLength+" exceeded",_.ERR_BAD_RESPONSE,a,$)))}),K.on("aborted",function(){if(h)return;const j=new _("stream has been aborted",_.ERR_BAD_RESPONSE,a,$);K.destroy(j),o(j)}),K.on("error",function(j){m.destroyed||o(_.from(j,null,a,$))}),K.on("end",function(){try{let j=W.length===1?W[0]:Buffer.concat(W);d!=="arraybuffer"&&(j=j.toString(f),(!f||f==="utf8")&&(j=v.stripBOM(j))),F.data=j}catch(j){return o(_.from(j,null,a,F.request,F))}aa(s,o,F)})}Q.once("abort",W=>{K.destroyed||(K.emit("error",W),K.destroy())})}),Q.once("abort",E=>{m.close?m.close():m.destroy(E)}),m.on("error",function(T){o(_.from(T,null,a,m))}),m.on("socket",function(T){T.setKeepAlive(!0,1e3*60)}),a.timeout){const E=parseInt(a.timeout,10);if(Number.isNaN(E)){P(new _("error trying to parse `config.timeout` to int",_.ERR_BAD_OPTION_VALUE,a,m));return}m.setTimeout(E,function(){if(u)return;let M=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded";const H=a.transitional||fs;a.timeoutErrorMessage&&(M=a.timeoutErrorMessage),P(new _(M,H.clarifyTimeoutError?_.ETIMEDOUT:_.ECONNABORTED,a,m))})}else m.setTimeout(0);if(v.isStream(r)){let E=!1,T=!1;r.on("end",()=>{E=!0}),r.once("error",M=>{T=!0,m.destroy(M)}),r.on("close",()=>{!E&&!T&&P(new Ee("Request stream has been aborted",a,m))}),r.pipe(m)}else r&&m.write(r),m.end()})},Yl=te.hasStandardBrowserEnv?((e,a)=>t=>(t=new URL(t,te.origin),e.protocol===t.protocol&&e.host===t.host&&(a||e.port===t.port)))(new URL(te.origin),te.navigator&&/(msie|trident)/i.test(te.navigator.userAgent)):()=>!0,Zl=te.hasStandardBrowserEnv?{write(e,a,t,s,o,n,r){if(typeof document>"u")return;const i=[`${e}=${encodeURIComponent(a)}`];v.isNumber(t)&&i.push(`expires=${new Date(t).toUTCString()}`),v.isString(s)&&i.push(`path=${s}`),v.isString(o)&&i.push(`domain=${o}`),n===!0&&i.push("secure"),v.isString(r)&&i.push(`SameSite=${r}`),document.cookie=i.join("; ")},read(e){if(typeof document>"u")return null;const a=document.cookie.match(new RegExp("(?:^|; )"+e+"=([^;]*)"));return a?decodeURIComponent(a[1]):null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read(){return null},remove(){}};const Sn=e=>e instanceof pe?{...e}:e;function je(e,a){a=a||{};const t={};function s(c,p,d,f){return v.isPlainObject(c)&&v.isPlainObject(p)?v.merge.call({caseless:f},c,p):v.isPlainObject(p)?v.merge({},p):v.isArray(p)?p.slice():p}function o(c,p,d,f){if(v.isUndefined(p)){if(!v.isUndefined(c))return s(void 0,c,d,f)}else return s(c,p,d,f)}function n(c,p){if(!v.isUndefined(p))return s(void 0,p)}function r(c,p){if(v.isUndefined(p)){if(!v.isUndefined(c))return s(void 0,c)}else return s(void 0,p)}function i(c,p,d){if(d in a)return s(c,p);if(d in e)return s(void 0,c)}const l={url:n,method:n,data:n,baseURL:r,transformRequest:r,transformResponse:r,paramsSerializer:r,timeout:r,timeoutMessage:r,withCredentials:r,withXSRFToken:r,adapter:r,responseType:r,xsrfCookieName:r,xsrfHeaderName:r,onUploadProgress:r,onDownloadProgress:r,decompress:r,maxContentLength:r,maxBodyLength:r,beforeRedirect:r,transport:r,httpAgent:r,httpsAgent:r,cancelToken:r,socketPath:r,responseEncoding:r,validateStatus:i,headers:(c,p,d)=>o(Sn(c),Sn(p),d,!0)};return v.forEach(Object.keys({...e,...a}),function(p){const d=l[p]||o,f=d(e[p],a[p],p);v.isUndefined(f)&&d!==i||(t[p]=f)}),t}var Ln=e=>{const a=je({},e);let{data:t,withXSRFToken:s,xsrfHeaderName:o,xsrfCookieName:n,headers:r,auth:i}=a;if(a.headers=r=pe.from(r),a.url=ms(bs(a.baseURL,a.url,a.allowAbsoluteUrls),e.params,e.paramsSerializer),i&&r.set("Authorization","Basic "+btoa((i.username||"")+":"+(i.password?unescape(encodeURIComponent(i.password)):""))),v.isFormData(t)){if(te.hasStandardBrowserEnv||te.hasStandardBrowserWebWorkerEnv)r.setContentType(void 0);else if(v.isFunction(t.getHeaders)){const l=t.getHeaders(),c=["content-type","content-length"];Object.entries(l).forEach(([p,d])=>{c.includes(p.toLowerCase())&&r.set(p,d)})}}if(te.hasStandardBrowserEnv&&(s&&v.isFunction(s)&&(s=s(a)),s||s!==!1&&Yl(a.url))){const l=o&&n&&Zl.read(n);l&&r.set(o,l)}return a};const ed=typeof XMLHttpRequest<"u";var ad=ed&&function(e){return new Promise(function(t,s){const o=Ln(e);let n=o.data;const r=pe.from(o.headers).normalize();let{responseType:i,onUploadProgress:l,onDownloadProgress:c}=o,p,d,f,y,u;function h(){y&&y(),u&&u(),o.cancelToken&&o.cancelToken.unsubscribe(p),o.signal&&o.signal.removeEventListener("abort",p)}let m=new XMLHttpRequest;m.open(o.method.toUpperCase(),o.url,!0),m.timeout=o.timeout;function g(){if(!m)return;const P=pe.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders()),C={data:!i||i==="text"||i==="json"?m.responseText:m.response,status:m.status,statusText:m.statusText,headers:P,config:e,request:m};aa(function(D){t(D),h()},function(D){s(D),h()},C),m=null}"onloadend"in m?m.onloadend=g:m.onreadystatechange=function(){!m||m.readyState!==4||m.status===0&&!(m.responseURL&&m.responseURL.indexOf("file:")===0)||setTimeout(g)},m.onabort=function(){m&&(s(new _("Request aborted",_.ECONNABORTED,e,m)),m=null)},m.onerror=function(R){const C=R&&R.message?R.message:"Network Error",L=new _(C,_.ERR_NETWORK,e,m);L.event=R||null,s(L),m=null},m.ontimeout=function(){let R=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const C=o.transitional||fs;o.timeoutErrorMessage&&(R=o.timeoutErrorMessage),s(new _(R,C.clarifyTimeoutError?_.ETIMEDOUT:_.ECONNABORTED,e,m)),m=null},n===void 0&&r.setContentType(null),"setRequestHeader"in m&&v.forEach(r.toJSON(),function(R,C){m.setRequestHeader(C,R)}),v.isUndefined(o.withCredentials)||(m.withCredentials=!!o.withCredentials),i&&i!=="json"&&(m.responseType=o.responseType),c&&([f,u]=ta(c,!0),m.addEventListener("progress",f)),l&&m.upload&&([d,y]=ta(l),m.upload.addEventListener("progress",d),m.upload.addEventListener("loadend",y)),(o.cancelToken||o.signal)&&(p=P=>{m&&(s(!P||P.type?new Ee(null,e,m):P),m.abort(),m=null)},o.cancelToken&&o.cancelToken.subscribe(p),o.signal&&(o.signal.aborted?p():o.signal.addEventListener("abort",p)));const Q=yn(o.url);if(Q&&te.protocols.indexOf(Q)===-1){s(new _("Unsupported protocol "+Q+":",_.ERR_BAD_REQUEST,e));return}m.send(n||null)})};const td=(e,a)=>{const{length:t}=e=e?e.filter(Boolean):[];if(a||t){let s=new AbortController,o;const n=function(c){if(!o){o=!0,i();const p=c instanceof Error?c:this.reason;s.abort(p instanceof _?p:new Ee(p instanceof Error?p.message:p))}};let r=a&&setTimeout(()=>{r=null,n(new _(`timeout ${a} of ms exceeded`,_.ETIMEDOUT))},a);const i=()=>{e&&(r&&clearTimeout(r),r=null,e.forEach(c=>{c.unsubscribe?c.unsubscribe(n):c.removeEventListener("abort",n)}),e=null)};e.forEach(c=>c.addEventListener("abort",n));const{signal:l}=s;return l.unsubscribe=()=>v.asap(i),l}},sd=function*(e,a){let t=e.byteLength;if(t<a){yield e;return}let s=0,o;for(;s<t;)o=s+a,yield e.slice(s,o),s=o},od=async function*(e,a){for await(const t of rd(e))yield*sd(t,a)},rd=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const a=e.getReader();try{for(;;){const{done:t,value:s}=await a.read();if(t)break;yield s}}finally{await a.cancel()}},Cn=(e,a,t,s)=>{const o=od(e,a);let n=0,r,i=l=>{r||(r=!0,s&&s(l))};return new ReadableStream({async pull(l){try{const{done:c,value:p}=await o.next();if(c){i(),l.close();return}let d=p.byteLength;if(t){let f=n+=d;t(f)}l.enqueue(new Uint8Array(p))}catch(c){throw i(c),c}},cancel(l){return i(l),o.return()}},{highWaterMark:2})},Tn=64*1024,{isFunction:qa}=v,nd=(({Request:e,Response:a})=>({Request:e,Response:a}))(v.global),{ReadableStream:Rn,TextEncoder:On}=v.global,En=(e,...a)=>{try{return!!e(...a)}catch{return!1}},id=e=>{e=v.merge.call({skipUndefined:!0},nd,e);const{fetch:a,Request:t,Response:s}=e,o=a?qa(a):typeof fetch=="function",n=qa(t),r=qa(s);if(!o)return!1;const i=o&&qa(Rn),l=o&&(typeof On=="function"?(u=>h=>u.encode(h))(new On):async u=>new Uint8Array(await new t(u).arrayBuffer())),c=n&&i&&En(()=>{let u=!1;const h=new t(te.origin,{body:new Rn,method:"POST",get duplex(){return u=!0,"half"}}).headers.has("Content-Type");return u&&!h}),p=r&&i&&En(()=>v.isReadableStream(new s("").body)),d={stream:p&&(u=>u.body)};o&&["text","arrayBuffer","blob","formData","stream"].forEach(u=>{!d[u]&&(d[u]=(h,m)=>{let g=h&&h[u];if(g)return g.call(h);throw new _(`Response type '${u}' is not supported`,_.ERR_NOT_SUPPORT,m)})});const f=async u=>{if(u==null)return 0;if(v.isBlob(u))return u.size;if(v.isSpecCompliantForm(u))return(await new t(te.origin,{method:"POST",body:u}).arrayBuffer()).byteLength;if(v.isArrayBufferView(u)||v.isArrayBuffer(u))return u.byteLength;if(v.isURLSearchParams(u)&&(u=u+""),v.isString(u))return(await l(u)).byteLength},y=async(u,h)=>{const m=v.toFiniteNumber(u.getContentLength());return m??f(h)};return async u=>{let{url:h,method:m,data:g,signal:Q,cancelToken:P,timeout:R,onDownloadProgress:C,onUploadProgress:L,responseType:D,headers:S,withCredentials:O="same-origin",fetchOptions:N}=Ln(u),U=a||fetch;D=D?(D+"").toLowerCase():"text";let k=td([Q,P&&P.toAbortSignal()],R),q=null;const z=k&&k.unsubscribe&&(()=>{k.unsubscribe()});let V;try{if(L&&c&&m!=="get"&&m!=="head"&&(V=await y(S,g))!==0){let T=new t(h,{method:"POST",body:g,duplex:"half"}),M;if(v.isFormData(g)&&(M=T.headers.get("content-type"))&&S.setContentType(M),T.body){const[H,K]=Fa(V,ta(ja(L)));g=Cn(T.body,Tn,H,K)}}v.isString(O)||(O=O?"include":"omit");const x=n&&"credentials"in t.prototype,A={...N,signal:k,method:m.toUpperCase(),headers:S.normalize().toJSON(),body:g,duplex:"half",credentials:x?O:void 0};q=n&&new t(h,A);let b=await(n?U(q,N):U(h,A));const B=p&&(D==="stream"||D==="response");if(p&&(C||B&&z)){const T={};["status","statusText","headers"].forEach($=>{T[$]=b[$]});const M=v.toFiniteNumber(b.headers.get("content-length")),[H,K]=C&&Fa(M,ta(ja(C),!0))||[];b=new s(Cn(b.body,Tn,H,()=>{K&&K(),z&&z()}),T)}D=D||"text";let E=await d[v.findKey(d,D)||"text"](b,u);return!B&&z&&z(),await new Promise((T,M)=>{aa(T,M,{data:E,headers:pe.from(b.headers),status:b.status,statusText:b.statusText,config:u,request:q})})}catch(x){throw z&&z(),x&&x.name==="TypeError"&&/Load failed|fetch/i.test(x.message)?Object.assign(new _("Network Error",_.ERR_NETWORK,u,q),{cause:x.cause||x}):_.from(x,x&&x.code,u,q)}}},pd=new Map,_n=e=>{let a=e&&e.env||{};const{fetch:t,Request:s,Response:o}=a,n=[s,o,t];let r=n.length,i=r,l,c,p=pd;for(;i--;)l=n[i],c=p.get(l),c===void 0&&p.set(l,c=i?new Map:id(a)),p=c;return c};_n();const Cs={http:Xl,xhr:ad,fetch:{get:_n}};v.forEach(Cs,(e,a)=>{if(e){try{Object.defineProperty(e,"name",{value:a})}catch{}Object.defineProperty(e,"adapterName",{value:a})}});const Nn=e=>`- ${e}`,ud=e=>v.isFunction(e)||e===null||e===!1;function ld(e,a){e=v.isArray(e)?e:[e];const{length:t}=e;let s,o;const n={};for(let r=0;r<t;r++){s=e[r];let i;if(o=s,!ud(s)&&(o=Cs[(i=String(s)).toLowerCase()],o===void 0))throw new _(`Unknown adapter '${i}'`);if(o&&(v.isFunction(o)||(o=o.get(a))))break;n[i||"#"+r]=o}if(!o){const r=Object.entries(n).map(([l,c])=>`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let i=t?r.length>1?`since :
|
|
20
|
+
`+r.map(Nn).join(`
|
|
21
|
+
`):" "+Nn(r[0]):"as no adapter specified";throw new _("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return o}var Bn={getAdapter:ld,adapters:Cs};function Ts(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Ee(null,e)}function kn(e){return Ts(e),e.headers=pe.from(e.headers),e.data=Ds.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Bn.getAdapter(e.adapter||ca.adapter,e)(e).then(function(s){return Ts(e),s.data=Ds.call(e,e.transformResponse,s),s.headers=pe.from(s.headers),s},function(s){return on(s)||(Ts(e),s&&s.response&&(s.response.data=Ds.call(e,e.transformResponse,s.response),s.response.headers=pe.from(s.response.headers))),Promise.reject(s)})}const za={};["object","boolean","number","function","string","symbol"].forEach((e,a)=>{za[e]=function(s){return typeof s===e||"a"+(a<1?"n ":" ")+e}});const Un={};za.transitional=function(a,t,s){function o(n,r){return"[Axios v"+Ma+"] Transitional option '"+n+"'"+r+(s?". "+s:"")}return(n,r,i)=>{if(a===!1)throw new _(o(r," has been removed"+(t?" in "+t:"")),_.ERR_DEPRECATED);return t&&!Un[r]&&(Un[r]=!0,console.warn(o(r," has been deprecated since v"+t+" and will be removed in the near future"))),a?a(n,r,i):!0}},za.spelling=function(a){return(t,s)=>(console.warn(`${s} is likely a misspelling of ${a}`),!0)};function dd(e,a,t){if(typeof e!="object")throw new _("options must be an object",_.ERR_BAD_OPTION_VALUE);const s=Object.keys(e);let o=s.length;for(;o-- >0;){const n=s[o],r=a[n];if(r){const i=e[n],l=i===void 0||r(i,n,e);if(l!==!0)throw new _("option "+n+" must be "+l,_.ERR_BAD_OPTION_VALUE);continue}if(t!==!0)throw new _("Unknown option "+n,_.ERR_BAD_OPTION)}}var $a={assertOptions:dd,validators:za};const be=$a.validators;let qe=class{constructor(a){this.defaults=a||{},this.interceptors={request:new Zr,response:new Zr}}async request(a,t){try{return await this._request(a,t)}catch(s){if(s instanceof Error){let o={};Error.captureStackTrace?Error.captureStackTrace(o):o=new Error;const n=o.stack?o.stack.replace(/^.+\n/,""):"";try{s.stack?n&&!String(s.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(s.stack+=`
|
|
22
|
+
`+n):s.stack=n}catch{}}throw s}}_request(a,t){typeof a=="string"?(t=t||{},t.url=a):t=a||{},t=je(this.defaults,t);const{transitional:s,paramsSerializer:o,headers:n}=t;s!==void 0&&$a.assertOptions(s,{silentJSONParsing:be.transitional(be.boolean),forcedJSONParsing:be.transitional(be.boolean),clarifyTimeoutError:be.transitional(be.boolean)},!1),o!=null&&(v.isFunction(o)?t.paramsSerializer={serialize:o}:$a.assertOptions(o,{encode:be.function,serialize:be.function},!0)),t.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),$a.assertOptions(t,{baseUrl:be.spelling("baseURL"),withXsrfToken:be.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let r=n&&v.merge(n.common,n[t.method]);n&&v.forEach(["delete","get","head","post","put","patch","common"],u=>{delete n[u]}),t.headers=pe.concat(r,n);const i=[];let l=!0;this.interceptors.request.forEach(function(h){typeof h.runWhen=="function"&&h.runWhen(t)===!1||(l=l&&h.synchronous,i.unshift(h.fulfilled,h.rejected))});const c=[];this.interceptors.response.forEach(function(h){c.push(h.fulfilled,h.rejected)});let p,d=0,f;if(!l){const u=[kn.bind(this),void 0];for(u.unshift(...i),u.push(...c),f=u.length,p=Promise.resolve(t);d<f;)p=p.then(u[d++],u[d++]);return p}f=i.length;let y=t;for(;d<f;){const u=i[d++],h=i[d++];try{y=u(y)}catch(m){h.call(this,m);break}}try{p=kn.call(this,y)}catch(u){return Promise.reject(u)}for(d=0,f=c.length;d<f;)p=p.then(c[d++],c[d++]);return p}getUri(a){a=je(this.defaults,a);const t=bs(a.baseURL,a.url,a.allowAbsoluteUrls);return ms(t,a.params,a.paramsSerializer)}};v.forEach(["delete","get","head","options"],function(a){qe.prototype[a]=function(t,s){return this.request(je(s||{},{method:a,url:t,data:(s||{}).data}))}}),v.forEach(["post","put","patch"],function(a){function t(s){return function(n,r,i){return this.request(je(i||{},{method:a,headers:s?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}qe.prototype[a]=t(),qe.prototype[a+"Form"]=t(!0)});let hd=class up{constructor(a){if(typeof a!="function")throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(n){t=n});const s=this;this.promise.then(o=>{if(!s._listeners)return;let n=s._listeners.length;for(;n-- >0;)s._listeners[n](o);s._listeners=null}),this.promise.then=o=>{let n;const r=new Promise(i=>{s.subscribe(i),n=i}).then(o);return r.cancel=function(){s.unsubscribe(n)},r},a(function(n,r,i){s.reason||(s.reason=new Ee(n,r,i),t(s.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(a){if(this.reason){a(this.reason);return}this._listeners?this._listeners.push(a):this._listeners=[a]}unsubscribe(a){if(!this._listeners)return;const t=this._listeners.indexOf(a);t!==-1&&this._listeners.splice(t,1)}toAbortSignal(){const a=new AbortController,t=s=>{a.abort(s)};return this.subscribe(t),a.signal.unsubscribe=()=>this.unsubscribe(t),a.signal}static source(){let a;return{token:new up(function(o){a=o}),cancel:a}}};function cd(e){return function(t){return e.apply(null,t)}}function md(e){return v.isObject(e)&&e.isAxiosError===!0}const Rs={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(Rs).forEach(([e,a])=>{Rs[a]=e});function Mn(e){const a=new qe(e),t=Ao(qe.prototype.request,a);return v.extend(t,qe.prototype,a,{allOwnKeys:!0}),v.extend(t,a,null,{allOwnKeys:!0}),t.create=function(o){return Mn(je(e,o))},t}const re=Mn(ca);re.Axios=qe,re.CanceledError=Ee,re.CancelToken=hd,re.isCancel=on,re.VERSION=Ma,re.toFormData=Ea,re.AxiosError=_,re.Cancel=re.CanceledError,re.all=function(a){return Promise.all(a)},re.spread=cd,re.isAxiosError=md,re.mergeConfig=je,re.AxiosHeaders=pe,re.formToJSON=e=>tn(v.isHTMLForm(e)?new FormData(e):e),re.getAdapter=Bn.getAdapter,re.HttpStatusCode=Rs,re.default=re;const{Axios:xg,AxiosError:Dg,CanceledError:bg,isCancel:Qg,CancelToken:wg,VERSION:Ig,all:Ag,Cancel:Pg,isAxiosError:Sg,spread:Lg,toFormData:Cg,AxiosHeaders:Tg,HttpStatusCode:Rg,formToJSON:Og,getAdapter:Eg,mergeConfig:_g}=re;var Os,Fn;function fd(){return Fn||(Fn=1,Os=Re.inspect),Os}var Es,jn;function Ga(){if(jn)return Es;jn=1;var e=typeof Map=="function"&&Map.prototype,a=Object.getOwnPropertyDescriptor&&e?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,t=e&&a&&typeof a.get=="function"?a.get:null,s=e&&Map.prototype.forEach,o=typeof Set=="function"&&Set.prototype,n=Object.getOwnPropertyDescriptor&&o?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,r=o&&n&&typeof n.get=="function"?n.get:null,i=o&&Set.prototype.forEach,l=typeof WeakMap=="function"&&WeakMap.prototype,c=l?WeakMap.prototype.has:null,p=typeof WeakSet=="function"&&WeakSet.prototype,d=p?WeakSet.prototype.has:null,f=typeof WeakRef=="function"&&WeakRef.prototype,y=f?WeakRef.prototype.deref:null,u=Boolean.prototype.valueOf,h=Object.prototype.toString,m=Function.prototype.toString,g=String.prototype.match,Q=String.prototype.slice,P=String.prototype.replace,R=String.prototype.toUpperCase,C=String.prototype.toLowerCase,L=RegExp.prototype.test,D=Array.prototype.concat,S=Array.prototype.join,O=Array.prototype.slice,N=Math.floor,U=typeof BigInt=="function"?BigInt.prototype.valueOf:null,k=Object.getOwnPropertySymbols,q=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,z=typeof Symbol=="function"&&typeof Symbol.iterator=="object",V=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===z||!0)?Symbol.toStringTag:null,x=Object.prototype.propertyIsEnumerable,A=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(w){return w.__proto__}:null);function b(w,I){if(w===1/0||w===-1/0||w!==w||w&&w>-1e3&&w<1e3||L.call(/e/,I))return I;var J=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof w=="number"){var Y=w<0?-N(-w):N(w);if(Y!==w){var ee=String(Y),G=Q.call(I,ee.length+1);return P.call(ee,J,"$&_")+"."+P.call(P.call(G,/([0-9]{3})/g,"$&_"),/_$/,"")}}return P.call(I,J,"$&_")}var B=fd(),E=B.custom,T=ue(E)?E:null,M={__proto__:null,double:'"',single:"'"},H={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};Es=function w(I,J,Y,ee){var G=J||{};if(de(G,"quoteStyle")&&!de(M,G.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(de(G,"maxStringLength")&&(typeof G.maxStringLength=="number"?G.maxStringLength<0&&G.maxStringLength!==1/0:G.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var Ce=de(G,"customInspect")?G.customInspect:!0;if(typeof Ce!="boolean"&&Ce!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(de(G,"indent")&&G.indent!==null&&G.indent!==" "&&!(parseInt(G.indent,10)===G.indent&&G.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(de(G,"numericSeparator")&&typeof G.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var ke=G.numericSeparator;if(typeof I>"u")return"undefined";if(I===null)return"null";if(typeof I=="boolean")return I?"true":"false";if(typeof I=="string")return po(I,G);if(typeof I=="number"){if(I===0)return 1/0/I>0?"0":"-0";var me=String(I);return ke?b(I,me):me}if(typeof I=="bigint"){var Te=String(I)+"n";return ke?b(I,Te):Te}var tt=typeof G.depth>"u"?5:G.depth;if(typeof Y>"u"&&(Y=0),Y>=tt&&tt>0&&typeof I=="object")return W(I)?"[Array]":"[Object]";var Xe=mp(G,Y);if(typeof ee>"u")ee=[];else if(Le(ee,I)>=0)return"[Circular]";function ve(Ye,Aa,gp){if(Aa&&(ee=O.call(ee),ee.push(Aa)),gp){var vo={depth:G.depth};return de(G,"quoteStyle")&&(vo.quoteStyle=G.quoteStyle),w(Ye,vo,Y+1,ee)}return w(Ye,G,Y+1,ee)}if(typeof I=="function"&&!se(I)){var lo=Ve(I),ho=wa(I,ve);return"[Function"+(lo?": "+lo:" (anonymous)")+"]"+(ho.length>0?" { "+S.call(ho,", ")+" }":"")}if(ue(I)){var co=z?P.call(String(I),/^(Symbol\(.*\))_[^)]*$/,"$1"):q.call(I);return typeof I=="object"&&!z?na(co):co}if(dp(I)){for(var ia="<"+C.call(String(I.nodeName)),st=I.attributes||[],Ia=0;Ia<st.length;Ia++)ia+=" "+st[Ia].name+"="+K($(st[Ia].value),"double",G);return ia+=">",I.childNodes&&I.childNodes.length&&(ia+="..."),ia+="</"+C.call(String(I.nodeName))+">",ia}if(W(I)){if(I.length===0)return"[]";var ot=wa(I,ve);return Xe&&!cp(ot)?"["+at(ot,Xe)+"]":"[ "+S.call(ot,", ")+" ]"}if(j(I)){var rt=wa(I,ve);return!("cause"in Error.prototype)&&"cause"in I&&!x.call(I,"cause")?"{ ["+String(I)+"] "+S.call(D.call("[cause]: "+ve(I.cause),rt),", ")+" }":rt.length===0?"["+String(I)+"]":"{ ["+String(I)+"] "+S.call(rt,", ")+" }"}if(typeof I=="object"&&Ce){if(T&&typeof I[T]=="function"&&B)return B(I,{depth:tt-Y});if(Ce!=="symbol"&&typeof I.inspect=="function")return I.inspect()}if(ye(I)){var mo=[];return s&&s.call(I,function(Ye,Aa){mo.push(ve(Aa,I,!0)+" => "+ve(Ye,I))}),uo("Map",t.call(I),mo,Xe)}if(Je(I)){var fo=[];return i&&i.call(I,function(Ye){fo.push(ve(Ye,I))}),uo("Set",r.call(I),fo,Xe)}if(He(I))return et("WeakMap");if(lp(I))return et("WeakSet");if(We(I))return et("WeakRef");if(X(I))return na(ve(Number(I)));if(fe(I))return na(ve(U.call(I)));if(ne(I))return na(u.call(I));if(oe(I))return na(ve(String(I)));if(typeof window<"u"&&I===window)return"{ [object Window] }";if(typeof globalThis<"u"&&I===globalThis||typeof wo<"u"&&I===wo)return"{ [object globalThis] }";if(!ie(I)&&!se(I)){var nt=wa(I,ve),go=A?A(I)===Object.prototype:I instanceof Object||I.constructor===Object,it=I instanceof Object?"":"null prototype",yo=!go&&V&&Object(I)===I&&V in I?Q.call(ge(I),8,-1):it?"Object":"",fp=go||typeof I.constructor!="function"?"":I.constructor.name?I.constructor.name+" ":"",pt=fp+(yo||it?"["+S.call(D.call([],yo||[],it||[]),": ")+"] ":"");return nt.length===0?pt+"{}":Xe?pt+"{"+at(nt,Xe)+"}":pt+"{ "+S.call(nt,", ")+" }"}return String(I)};function K(w,I,J){var Y=J.quoteStyle||I,ee=M[Y];return ee+w+ee}function $(w){return P.call(String(w),/"/g,""")}function F(w){return!V||!(typeof w=="object"&&(V in w||typeof w[V]<"u"))}function W(w){return ge(w)==="[object Array]"&&F(w)}function ie(w){return ge(w)==="[object Date]"&&F(w)}function se(w){return ge(w)==="[object RegExp]"&&F(w)}function j(w){return ge(w)==="[object Error]"&&F(w)}function oe(w){return ge(w)==="[object String]"&&F(w)}function X(w){return ge(w)==="[object Number]"&&F(w)}function ne(w){return ge(w)==="[object Boolean]"&&F(w)}function ue(w){if(z)return w&&typeof w=="object"&&w instanceof Symbol;if(typeof w=="symbol")return!0;if(!w||typeof w!="object"||!q)return!1;try{return q.call(w),!0}catch{}return!1}function fe(w){if(!w||typeof w!="object"||!U)return!1;try{return U.call(w),!0}catch{}return!1}var le=Object.prototype.hasOwnProperty||function(w){return w in this};function de(w,I){return le.call(w,I)}function ge(w){return h.call(w)}function Ve(w){if(w.name)return w.name;var I=g.call(m.call(w),/^function\s*([\w$]+)/);return I?I[1]:null}function Le(w,I){if(w.indexOf)return w.indexOf(I);for(var J=0,Y=w.length;J<Y;J++)if(w[J]===I)return J;return-1}function ye(w){if(!t||!w||typeof w!="object")return!1;try{t.call(w);try{r.call(w)}catch{return!0}return w instanceof Map}catch{}return!1}function He(w){if(!c||!w||typeof w!="object")return!1;try{c.call(w,c);try{d.call(w,d)}catch{return!0}return w instanceof WeakMap}catch{}return!1}function We(w){if(!y||!w||typeof w!="object")return!1;try{return y.call(w),!0}catch{}return!1}function Je(w){if(!r||!w||typeof w!="object")return!1;try{r.call(w);try{t.call(w)}catch{return!0}return w instanceof Set}catch{}return!1}function lp(w){if(!d||!w||typeof w!="object")return!1;try{d.call(w,d);try{c.call(w,c)}catch{return!0}return w instanceof WeakSet}catch{}return!1}function dp(w){return!w||typeof w!="object"?!1:typeof HTMLElement<"u"&&w instanceof HTMLElement?!0:typeof w.nodeName=="string"&&typeof w.getAttribute=="function"}function po(w,I){if(w.length>I.maxStringLength){var J=w.length-I.maxStringLength,Y="... "+J+" more character"+(J>1?"s":"");return po(Q.call(w,0,I.maxStringLength),I)+Y}var ee=H[I.quoteStyle||"single"];ee.lastIndex=0;var G=P.call(P.call(w,ee,"\\$1"),/[\x00-\x1f]/g,hp);return K(G,"single",I)}function hp(w){var I=w.charCodeAt(0),J={8:"b",9:"t",10:"n",12:"f",13:"r"}[I];return J?"\\"+J:"\\x"+(I<16?"0":"")+R.call(I.toString(16))}function na(w){return"Object("+w+")"}function et(w){return w+" { ? }"}function uo(w,I,J,Y){var ee=Y?at(J,Y):S.call(J,", ");return w+" ("+I+") {"+ee+"}"}function cp(w){for(var I=0;I<w.length;I++)if(Le(w[I],`
|
|
23
|
+
`)>=0)return!1;return!0}function mp(w,I){var J;if(w.indent===" ")J=" ";else if(typeof w.indent=="number"&&w.indent>0)J=S.call(Array(w.indent+1)," ");else return null;return{base:J,prev:S.call(Array(I+1),J)}}function at(w,I){if(w.length===0)return"";var J=`
|
|
24
|
+
`+I.prev+I.base;return J+S.call(w,","+J)+`
|
|
25
|
+
`+I.prev}function wa(w,I){var J=W(w),Y=[];if(J){Y.length=w.length;for(var ee=0;ee<w.length;ee++)Y[ee]=de(w,ee)?I(w[ee],w):""}var G=typeof k=="function"?k(w):[],Ce;if(z){Ce={};for(var ke=0;ke<G.length;ke++)Ce["$"+G[ke]]=G[ke]}for(var me in w)de(w,me)&&(J&&String(Number(me))===me&&me<w.length||z&&Ce["$"+me]instanceof Symbol||(L.call(/[^\w$]/,me)?Y.push(I(me,w)+": "+I(w[me],w)):Y.push(me+": "+I(w[me],w))));if(typeof k=="function")for(var Te=0;Te<G.length;Te++)x.call(w,G[Te])&&Y.push("["+I(G[Te])+"]: "+I(w[G[Te]],w));return Y}return Es}var _s,qn;function gd(){if(qn)return _s;qn=1;var e=Ga(),a=Me(),t=function(i,l,c){for(var p=i,d;(d=p.next)!=null;p=d)if(d.key===l)return p.next=d.next,c||(d.next=i.next,i.next=d),d},s=function(i,l){if(i){var c=t(i,l);return c&&c.value}},o=function(i,l,c){var p=t(i,l);p?p.value=c:i.next={key:l,next:i.next,value:c}},n=function(i,l){return i?!!t(i,l):!1},r=function(i,l){if(i)return t(i,l,!0)};return _s=function(){var l,c={assert:function(p){if(!c.has(p))throw new a("Side channel does not contain "+e(p))},delete:function(p){var d=l&&l.next,f=r(l,p);return f&&d&&d===f&&(l=void 0),!!f},get:function(p){return s(l,p)},has:function(p){return n(l,p)},set:function(p,d){l||(l={next:void 0}),o(l,p,d)}};return c},_s}var Ns,zn;function $n(){if(zn)return Ns;zn=1;var e=Oa(),a=Ur(),t=a([e("%String.prototype.indexOf%")]);return Ns=function(o,n){var r=e(o,!!n);return typeof r=="function"&&t(o,".prototype.")>-1?a([r]):r},Ns}var Bs,Gn;function Kn(){if(Gn)return Bs;Gn=1;var e=Oa(),a=$n(),t=Ga(),s=Me(),o=e("%Map%",!0),n=a("Map.prototype.get",!0),r=a("Map.prototype.set",!0),i=a("Map.prototype.has",!0),l=a("Map.prototype.delete",!0),c=a("Map.prototype.size",!0);return Bs=!!o&&function(){var d,f={assert:function(y){if(!f.has(y))throw new s("Side channel does not contain "+t(y))},delete:function(y){if(d){var u=l(d,y);return c(d)===0&&(d=void 0),u}return!1},get:function(y){if(d)return n(d,y)},has:function(y){return d?i(d,y):!1},set:function(y,u){d||(d=new o),r(d,y,u)}};return f},Bs}var ks,Vn;function yd(){if(Vn)return ks;Vn=1;var e=Oa(),a=$n(),t=Ga(),s=Kn(),o=Me(),n=e("%WeakMap%",!0),r=a("WeakMap.prototype.get",!0),i=a("WeakMap.prototype.set",!0),l=a("WeakMap.prototype.has",!0),c=a("WeakMap.prototype.delete",!0);return ks=n?function(){var d,f,y={assert:function(u){if(!y.has(u))throw new o("Side channel does not contain "+t(u))},delete:function(u){if(n&&u&&(typeof u=="object"||typeof u=="function")){if(d)return c(d,u)}else if(s&&f)return f.delete(u);return!1},get:function(u){return n&&u&&(typeof u=="object"||typeof u=="function")&&d?r(d,u):f&&f.get(u)},has:function(u){return n&&u&&(typeof u=="object"||typeof u=="function")&&d?l(d,u):!!f&&f.has(u)},set:function(u,h){n&&u&&(typeof u=="object"||typeof u=="function")?(d||(d=new n),i(d,u,h)):s&&(f||(f=s()),f.set(u,h))}};return y}:s,ks}var Us,Hn;function Wn(){if(Hn)return Us;Hn=1;var e=Me(),a=Ga(),t=gd(),s=Kn(),o=yd(),n=o||s||t;return Us=function(){var i,l={assert:function(c){if(!l.has(c))throw new e("Side channel does not contain "+a(c))},delete:function(c){return!!i&&i.delete(c)},get:function(c){return i&&i.get(c)},has:function(c){return!!i&&i.has(c)},set:function(c,p){i||(i=n()),i.set(c,p)}};return l},Us}var Ms,Jn;function Fs(){if(Jn)return Ms;Jn=1;var e=String.prototype.replace,a=/%20/g,t={RFC1738:"RFC1738",RFC3986:"RFC3986"};return Ms={default:t.RFC3986,formatters:{RFC1738:function(s){return e.call(s,a,"+")},RFC3986:function(s){return String(s)}},RFC1738:t.RFC1738,RFC3986:t.RFC3986},Ms}var js,Xn;function Yn(){if(Xn)return js;Xn=1;var e=Fs(),a=Wn(),t=Object.prototype.hasOwnProperty,s=Array.isArray,o=a(),n=function(D,S){return o.set(D,S),D},r=function(D){return o.has(D)},i=function(D){return o.get(D)},l=function(D,S){o.set(D,S)},c=(function(){for(var L=[],D=0;D<256;++D)L.push("%"+((D<16?"0":"")+D.toString(16)).toUpperCase());return L})(),p=function(D){for(;D.length>1;){var S=D.pop(),O=S.obj[S.prop];if(s(O)){for(var N=[],U=0;U<O.length;++U)typeof O[U]<"u"&&N.push(O[U]);S.obj[S.prop]=N}}},d=function(D,S){for(var O=S&&S.plainObjects?{__proto__:null}:{},N=0;N<D.length;++N)typeof D[N]<"u"&&(O[N]=D[N]);return O},f=function L(D,S,O){if(!S)return D;if(typeof S!="object"&&typeof S!="function"){if(s(D))D.push(S);else if(D&&typeof D=="object")if(r(D)){var N=i(D)+1;D[N]=S,l(D,N)}else(O&&(O.plainObjects||O.allowPrototypes)||!t.call(Object.prototype,S))&&(D[S]=!0);else return[D,S];return D}if(!D||typeof D!="object"){if(r(S)){for(var U=Object.keys(S),k=O&&O.plainObjects?{__proto__:null,0:D}:{0:D},q=0;q<U.length;q++){var z=parseInt(U[q],10);k[z+1]=S[U[q]]}return n(k,i(S)+1)}return[D].concat(S)}var V=D;return s(D)&&!s(S)&&(V=d(D,O)),s(D)&&s(S)?(S.forEach(function(x,A){if(t.call(D,A)){var b=D[A];b&&typeof b=="object"&&x&&typeof x=="object"?D[A]=L(b,x,O):D.push(x)}else D[A]=x}),D):Object.keys(S).reduce(function(x,A){var b=S[A];return t.call(x,A)?x[A]=L(x[A],b,O):x[A]=b,x},V)},y=function(D,S){return Object.keys(S).reduce(function(O,N){return O[N]=S[N],O},D)},u=function(L,D,S){var O=L.replace(/\+/g," ");if(S==="iso-8859-1")return O.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(O)}catch{return O}},h=1024,m=function(D,S,O,N,U){if(D.length===0)return D;var k=D;if(typeof D=="symbol"?k=Symbol.prototype.toString.call(D):typeof D!="string"&&(k=String(D)),O==="iso-8859-1")return escape(k).replace(/%u[0-9a-f]{4}/gi,function(B){return"%26%23"+parseInt(B.slice(2),16)+"%3B"});for(var q="",z=0;z<k.length;z+=h){for(var V=k.length>=h?k.slice(z,z+h):k,x=[],A=0;A<V.length;++A){var b=V.charCodeAt(A);if(b===45||b===46||b===95||b===126||b>=48&&b<=57||b>=65&&b<=90||b>=97&&b<=122||U===e.RFC1738&&(b===40||b===41)){x[x.length]=V.charAt(A);continue}if(b<128){x[x.length]=c[b];continue}if(b<2048){x[x.length]=c[192|b>>6]+c[128|b&63];continue}if(b<55296||b>=57344){x[x.length]=c[224|b>>12]+c[128|b>>6&63]+c[128|b&63];continue}A+=1,b=65536+((b&1023)<<10|V.charCodeAt(A)&1023),x[x.length]=c[240|b>>18]+c[128|b>>12&63]+c[128|b>>6&63]+c[128|b&63]}q+=x.join("")}return q},g=function(D){for(var S=[{obj:{o:D},prop:"o"}],O=[],N=0;N<S.length;++N)for(var U=S[N],k=U.obj[U.prop],q=Object.keys(k),z=0;z<q.length;++z){var V=q[z],x=k[V];typeof x=="object"&&x!==null&&O.indexOf(x)===-1&&(S.push({obj:k,prop:V}),O.push(x))}return p(S),D},Q=function(D){return Object.prototype.toString.call(D)==="[object RegExp]"},P=function(D){return!D||typeof D!="object"?!1:!!(D.constructor&&D.constructor.isBuffer&&D.constructor.isBuffer(D))},R=function(D,S,O,N){if(r(D)){var U=i(D)+1;return D[U]=S,l(D,U),D}var k=[].concat(D,S);return k.length>O?n(d(k,{plainObjects:N}),k.length-1):k},C=function(D,S){if(s(D)){for(var O=[],N=0;N<D.length;N+=1)O.push(S(D[N]));return O}return S(D)};return js={arrayToObject:d,assign:y,combine:R,compact:g,decode:u,encode:m,isBuffer:P,isOverflow:r,isRegExp:Q,maybeMap:C,merge:f},js}var qs,Zn;function vd(){if(Zn)return qs;Zn=1;var e=Wn(),a=Yn(),t=Fs(),s=Object.prototype.hasOwnProperty,o={brackets:function(m){return m+"[]"},comma:"comma",indices:function(m,g){return m+"["+g+"]"},repeat:function(m){return m}},n=Array.isArray,r=Array.prototype.push,i=function(h,m){r.apply(h,n(m)?m:[m])},l=Date.prototype.toISOString,c=t.default,p={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:a.encode,encodeValuesOnly:!1,filter:void 0,format:c,formatter:t.formatters[c],indices:!1,serializeDate:function(m){return l.call(m)},skipNulls:!1,strictNullHandling:!1},d=function(m){return typeof m=="string"||typeof m=="number"||typeof m=="boolean"||typeof m=="symbol"||typeof m=="bigint"},f={},y=function h(m,g,Q,P,R,C,L,D,S,O,N,U,k,q,z,V,x,A){for(var b=m,B=A,E=0,T=!1;(B=B.get(f))!==void 0&&!T;){var M=B.get(m);if(E+=1,typeof M<"u"){if(M===E)throw new RangeError("Cyclic object value");T=!0}typeof B.get(f)>"u"&&(E=0)}if(typeof O=="function"?b=O(g,b):b instanceof Date?b=k(b):Q==="comma"&&n(b)&&(b=a.maybeMap(b,function(fe){return fe instanceof Date?k(fe):fe})),b===null){if(C)return S&&!V?S(g,p.encoder,x,"key",q):g;b=""}if(d(b)||a.isBuffer(b)){if(S){var H=V?g:S(g,p.encoder,x,"key",q);return[z(H)+"="+z(S(b,p.encoder,x,"value",q))]}return[z(g)+"="+z(String(b))]}var K=[];if(typeof b>"u")return K;var $;if(Q==="comma"&&n(b))V&&S&&(b=a.maybeMap(b,S)),$=[{value:b.length>0?b.join(",")||null:void 0}];else if(n(O))$=O;else{var F=Object.keys(b);$=N?F.sort(N):F}var W=D?String(g).replace(/\./g,"%2E"):String(g),ie=P&&n(b)&&b.length===1?W+"[]":W;if(R&&n(b)&&b.length===0)return ie+"[]";for(var se=0;se<$.length;++se){var j=$[se],oe=typeof j=="object"&&j&&typeof j.value<"u"?j.value:b[j];if(!(L&&oe===null)){var X=U&&D?String(j).replace(/\./g,"%2E"):String(j),ne=n(b)?typeof Q=="function"?Q(ie,X):ie:ie+(U?"."+X:"["+X+"]");A.set(m,E);var ue=e();ue.set(f,A),i(K,h(oe,ne,Q,P,R,C,L,D,Q==="comma"&&V&&n(b)?null:S,O,N,U,k,q,z,V,x,ue))}}return K},u=function(m){if(!m)return p;if(typeof m.allowEmptyArrays<"u"&&typeof m.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof m.encodeDotInKeys<"u"&&typeof m.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(m.encoder!==null&&typeof m.encoder<"u"&&typeof m.encoder!="function")throw new TypeError("Encoder has to be a function.");var g=m.charset||p.charset;if(typeof m.charset<"u"&&m.charset!=="utf-8"&&m.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var Q=t.default;if(typeof m.format<"u"){if(!s.call(t.formatters,m.format))throw new TypeError("Unknown format option provided.");Q=m.format}var P=t.formatters[Q],R=p.filter;(typeof m.filter=="function"||n(m.filter))&&(R=m.filter);var C;if(m.arrayFormat in o?C=m.arrayFormat:"indices"in m?C=m.indices?"indices":"repeat":C=p.arrayFormat,"commaRoundTrip"in m&&typeof m.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var L=typeof m.allowDots>"u"?m.encodeDotInKeys===!0?!0:p.allowDots:!!m.allowDots;return{addQueryPrefix:typeof m.addQueryPrefix=="boolean"?m.addQueryPrefix:p.addQueryPrefix,allowDots:L,allowEmptyArrays:typeof m.allowEmptyArrays=="boolean"?!!m.allowEmptyArrays:p.allowEmptyArrays,arrayFormat:C,charset:g,charsetSentinel:typeof m.charsetSentinel=="boolean"?m.charsetSentinel:p.charsetSentinel,commaRoundTrip:!!m.commaRoundTrip,delimiter:typeof m.delimiter>"u"?p.delimiter:m.delimiter,encode:typeof m.encode=="boolean"?m.encode:p.encode,encodeDotInKeys:typeof m.encodeDotInKeys=="boolean"?m.encodeDotInKeys:p.encodeDotInKeys,encoder:typeof m.encoder=="function"?m.encoder:p.encoder,encodeValuesOnly:typeof m.encodeValuesOnly=="boolean"?m.encodeValuesOnly:p.encodeValuesOnly,filter:R,format:Q,formatter:P,serializeDate:typeof m.serializeDate=="function"?m.serializeDate:p.serializeDate,skipNulls:typeof m.skipNulls=="boolean"?m.skipNulls:p.skipNulls,sort:typeof m.sort=="function"?m.sort:null,strictNullHandling:typeof m.strictNullHandling=="boolean"?m.strictNullHandling:p.strictNullHandling}};return qs=function(h,m){var g=h,Q=u(m),P,R;typeof Q.filter=="function"?(R=Q.filter,g=R("",g)):n(Q.filter)&&(R=Q.filter,P=R);var C=[];if(typeof g!="object"||g===null)return"";var L=o[Q.arrayFormat],D=L==="comma"&&Q.commaRoundTrip;P||(P=Object.keys(g)),Q.sort&&P.sort(Q.sort);for(var S=e(),O=0;O<P.length;++O){var N=P[O],U=g[N];Q.skipNulls&&U===null||i(C,y(U,N,L,D,Q.allowEmptyArrays,Q.strictNullHandling,Q.skipNulls,Q.encodeDotInKeys,Q.encode?Q.encoder:null,Q.filter,Q.sort,Q.allowDots,Q.serializeDate,Q.format,Q.formatter,Q.encodeValuesOnly,Q.charset,S))}var k=C.join(Q.delimiter),q=Q.addQueryPrefix===!0?"?":"";return Q.charsetSentinel&&(Q.charset==="iso-8859-1"?q+="utf8=%26%2310003%3B&":q+="utf8=%E2%9C%93&"),k.length>0?q+k:""},qs}var zs,ei;function xd(){if(ei)return zs;ei=1;var e=Yn(),a=Object.prototype.hasOwnProperty,t=Array.isArray,s={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:e.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},o=function(y){return y.replace(/&#(\d+);/g,function(u,h){return String.fromCharCode(parseInt(h,10))})},n=function(y,u,h){if(y&&typeof y=="string"&&u.comma&&y.indexOf(",")>-1)return y.split(",");if(u.throwOnLimitExceeded&&h>=u.arrayLimit)throw new RangeError("Array limit exceeded. Only "+u.arrayLimit+" element"+(u.arrayLimit===1?"":"s")+" allowed in an array.");return y},r="utf8=%26%2310003%3B",i="utf8=%E2%9C%93",l=function(u,h){var m={__proto__:null},g=h.ignoreQueryPrefix?u.replace(/^\?/,""):u;g=g.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var Q=h.parameterLimit===1/0?void 0:h.parameterLimit,P=g.split(h.delimiter,h.throwOnLimitExceeded?Q+1:Q);if(h.throwOnLimitExceeded&&P.length>Q)throw new RangeError("Parameter limit exceeded. Only "+Q+" parameter"+(Q===1?"":"s")+" allowed.");var R=-1,C,L=h.charset;if(h.charsetSentinel)for(C=0;C<P.length;++C)P[C].indexOf("utf8=")===0&&(P[C]===i?L="utf-8":P[C]===r&&(L="iso-8859-1"),R=C,C=P.length);for(C=0;C<P.length;++C)if(C!==R){var D=P[C],S=D.indexOf("]="),O=S===-1?D.indexOf("="):S+1,N,U;if(O===-1?(N=h.decoder(D,s.decoder,L,"key"),U=h.strictNullHandling?null:""):(N=h.decoder(D.slice(0,O),s.decoder,L,"key"),N!==null&&(U=e.maybeMap(n(D.slice(O+1),h,t(m[N])?m[N].length:0),function(q){return h.decoder(q,s.decoder,L,"value")}))),U&&h.interpretNumericEntities&&L==="iso-8859-1"&&(U=o(String(U))),D.indexOf("[]=")>-1&&(U=t(U)?[U]:U),N!==null){var k=a.call(m,N);k&&h.duplicates==="combine"?m[N]=e.combine(m[N],U,h.arrayLimit,h.plainObjects):(!k||h.duplicates==="last")&&(m[N]=U)}}return m},c=function(y,u,h,m){var g=0;if(y.length>0&&y[y.length-1]==="[]"){var Q=y.slice(0,-1).join("");g=Array.isArray(u)&&u[Q]?u[Q].length:0}for(var P=m?u:n(u,h,g),R=y.length-1;R>=0;--R){var C,L=y[R];if(L==="[]"&&h.parseArrays)e.isOverflow(P)?C=P:C=h.allowEmptyArrays&&(P===""||h.strictNullHandling&&P===null)?[]:e.combine([],P,h.arrayLimit,h.plainObjects);else{C=h.plainObjects?{__proto__:null}:{};var D=L.charAt(0)==="["&&L.charAt(L.length-1)==="]"?L.slice(1,-1):L,S=h.decodeDotInKeys?D.replace(/%2E/g,"."):D,O=parseInt(S,10);!h.parseArrays&&S===""?C={0:P}:!isNaN(O)&&L!==S&&String(O)===S&&O>=0&&h.parseArrays&&O<=h.arrayLimit?(C=[],C[O]=P):S!=="__proto__"&&(C[S]=P)}P=C}return P},p=function(u,h){var m=h.allowDots?u.replace(/\.([^.[]+)/g,"[$1]"):u;if(h.depth<=0)return!h.plainObjects&&a.call(Object.prototype,m)&&!h.allowPrototypes?void 0:[m];var g=/(\[[^[\]]*])/,Q=/(\[[^[\]]*])/g,P=g.exec(m),R=P?m.slice(0,P.index):m,C=[];if(R){if(!h.plainObjects&&a.call(Object.prototype,R)&&!h.allowPrototypes)return;C.push(R)}for(var L=0;(P=Q.exec(m))!==null&&L<h.depth;){L+=1;var D=P[1].slice(1,-1);if(!h.plainObjects&&a.call(Object.prototype,D)&&!h.allowPrototypes)return;C.push(P[1])}if(P){if(h.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+h.depth+" and strictDepth is true");C.push("["+m.slice(P.index)+"]")}return C},d=function(u,h,m,g){if(u){var Q=p(u,m);if(Q)return c(Q,h,m,g)}},f=function(u){if(!u)return s;if(typeof u.allowEmptyArrays<"u"&&typeof u.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof u.decodeDotInKeys<"u"&&typeof u.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(u.decoder!==null&&typeof u.decoder<"u"&&typeof u.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof u.charset<"u"&&u.charset!=="utf-8"&&u.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(typeof u.throwOnLimitExceeded<"u"&&typeof u.throwOnLimitExceeded!="boolean")throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var h=typeof u.charset>"u"?s.charset:u.charset,m=typeof u.duplicates>"u"?s.duplicates:u.duplicates;if(m!=="combine"&&m!=="first"&&m!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var g=typeof u.allowDots>"u"?u.decodeDotInKeys===!0?!0:s.allowDots:!!u.allowDots;return{allowDots:g,allowEmptyArrays:typeof u.allowEmptyArrays=="boolean"?!!u.allowEmptyArrays:s.allowEmptyArrays,allowPrototypes:typeof u.allowPrototypes=="boolean"?u.allowPrototypes:s.allowPrototypes,allowSparse:typeof u.allowSparse=="boolean"?u.allowSparse:s.allowSparse,arrayLimit:typeof u.arrayLimit=="number"?u.arrayLimit:s.arrayLimit,charset:h,charsetSentinel:typeof u.charsetSentinel=="boolean"?u.charsetSentinel:s.charsetSentinel,comma:typeof u.comma=="boolean"?u.comma:s.comma,decodeDotInKeys:typeof u.decodeDotInKeys=="boolean"?u.decodeDotInKeys:s.decodeDotInKeys,decoder:typeof u.decoder=="function"?u.decoder:s.decoder,delimiter:typeof u.delimiter=="string"||e.isRegExp(u.delimiter)?u.delimiter:s.delimiter,depth:typeof u.depth=="number"||u.depth===!1?+u.depth:s.depth,duplicates:m,ignoreQueryPrefix:u.ignoreQueryPrefix===!0,interpretNumericEntities:typeof u.interpretNumericEntities=="boolean"?u.interpretNumericEntities:s.interpretNumericEntities,parameterLimit:typeof u.parameterLimit=="number"?u.parameterLimit:s.parameterLimit,parseArrays:u.parseArrays!==!1,plainObjects:typeof u.plainObjects=="boolean"?u.plainObjects:s.plainObjects,strictDepth:typeof u.strictDepth=="boolean"?!!u.strictDepth:s.strictDepth,strictNullHandling:typeof u.strictNullHandling=="boolean"?u.strictNullHandling:s.strictNullHandling,throwOnLimitExceeded:typeof u.throwOnLimitExceeded=="boolean"?u.throwOnLimitExceeded:!1}};return zs=function(y,u){var h=f(u);if(y===""||y===null||typeof y>"u")return h.plainObjects?{__proto__:null}:{};for(var m=typeof y=="string"?l(y,h):y,g=h.plainObjects?{__proto__:null}:{},Q=Object.keys(m),P=0;P<Q.length;++P){var R=Q[P],C=d(R,m[R],h,typeof y=="string");g=e.merge(g,C,h)}return h.allowSparse===!0?g:e.compact(g)},zs}var $s,ai;function Dd(){if(ai)return $s;ai=1;var e=vd(),a=xd(),t=Fs();return $s={formats:t,parse:a,stringify:e},$s}var bd=Dd(),Qd=pa(bd),ti=(e=>(e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e))(ti||{}),si=(e=>(e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e))(si||{}),Gs=(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(Gs||{}),oi=(e=>(e.submit="post",e.listByIds="get",e.getone="post",e.listAll="post",e.listByPage="post",e.listTree="post",e.save="post",e.saveOrUpdate="post",e.saveBatch="post",e.importData="post",e.exportData="post",e.remove="post",e.removeById="delete",e.removeByIds="delete",e.update="put",e.updateById="put",e.updateByIds="put",e.rdoSave="post",e.rdoListAll="post",e.rdoListByPage="post",e.rdoListVersionById="get",e.rdoSaveVersion="post",e.rdoSaveBatch="post",e.rdoUpdateVersionById="put",e.rdoRemoveVersionById="delete",e.rdoRemoveById="delete",e.rdoGetVersionById="get",e.getOne="post",e.rdoGetVersionByRefId="post",e.getById="get",e.rdoListAllVersion="post",e.rdoRefListByPage="post",e.export="post",e.import="post",e.rdoExport="post",e.rdoImport="post",e.biz_search="post",e))(oi||{}),ri=typeof global=="object"&&global&&global.Object===Object&&global,wd=typeof self=="object"&&self&&self.Object===Object&&self,Qe=ri||wd||Function("return this")(),we=Qe.Symbol,ni=Object.prototype,Id=ni.hasOwnProperty,Ad=ni.toString,ga=we?we.toStringTag:void 0;function Pd(e){var a=Id.call(e,ga),t=e[ga];try{e[ga]=void 0;var s=!0}catch{}var o=Ad.call(e);return s&&(a?e[ga]=t:delete e[ga]),o}var Sd=Object.prototype,Ld=Sd.toString;function Cd(e){return Ld.call(e)}var Td="[object Null]",Rd="[object Undefined]",ii=we?we.toStringTag:void 0;function sa(e){return e==null?e===void 0?Rd:Td:ii&&ii in Object(e)?Pd(e):Cd(e)}function Pe(e){return e!=null&&typeof e=="object"}var _e=Array.isArray;function Ne(e){var a=typeof e;return e!=null&&(a=="object"||a=="function")}function pi(e){return e}var Od="[object AsyncFunction]",Ed="[object Function]",_d="[object GeneratorFunction]",Nd="[object Proxy]";function Ks(e){if(!Ne(e))return!1;var a=sa(e);return a==Ed||a==_d||a==Od||a==Nd}var Vs=Qe["__core-js_shared__"],ui=(function(){var e=/[^.]+$/.exec(Vs&&Vs.keys&&Vs.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""})();function Bd(e){return!!ui&&ui in e}var kd=Function.prototype,Ud=kd.toString;function ze(e){if(e!=null){try{return Ud.call(e)}catch{}try{return e+""}catch{}}return""}var Md=/[\\^$.*+?()[\]{}|]/g,Fd=/^\[object .+?Constructor\]$/,jd=Function.prototype,qd=Object.prototype,zd=jd.toString,$d=qd.hasOwnProperty,Gd=RegExp("^"+zd.call($d).replace(Md,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Kd(e){if(!Ne(e)||Bd(e))return!1;var a=Ks(e)?Gd:Fd;return a.test(ze(e))}function Vd(e,a){return e?.[a]}function $e(e,a){var t=Vd(e,a);return Kd(t)?t:void 0}var Hs=$e(Qe,"WeakMap"),li=Object.create,Hd=(function(){function e(){}return function(a){if(!Ne(a))return{};if(li)return li(a);e.prototype=a;var t=new e;return e.prototype=void 0,t}})();function Wd(e,a,t){switch(t.length){case 0:return e.call(a);case 1:return e.call(a,t[0]);case 2:return e.call(a,t[0],t[1]);case 3:return e.call(a,t[0],t[1],t[2])}return e.apply(a,t)}function Jd(){}function Xd(e,a){var t=-1,s=e.length;for(a||(a=Array(s));++t<s;)a[t]=e[t];return a}var Yd=800,Zd=16,eh=Date.now;function ah(e){var a=0,t=0;return function(){var s=eh(),o=Zd-(s-t);if(t=s,o>0){if(++a>=Yd)return arguments[0]}else a=0;return e.apply(void 0,arguments)}}function th(e){return function(){return e}}var Ka=(function(){try{var e=$e(Object,"defineProperty");return e({},"",{}),e}catch{}})(),sh=Ka?function(e,a){return Ka(e,"toString",{configurable:!0,enumerable:!1,value:th(a),writable:!0})}:pi,oh=ah(sh);function rh(e,a){for(var t=-1,s=e==null?0:e.length;++t<s&&a(e[t],t,e)!==!1;);return e}function nh(e,a,t,s){for(var o=e.length,n=t+-1;++n<o;)if(a(e[n],n,e))return n;return-1}function ih(e){return e!==e}function ph(e,a,t){for(var s=t-1,o=e.length;++s<o;)if(e[s]===a)return s;return-1}function uh(e,a,t){return a===a?ph(e,a,t):nh(e,ih,t)}function lh(e,a){var t=e==null?0:e.length;return!!t&&uh(e,a,0)>-1}var dh=9007199254740991,hh=/^(?:0|[1-9]\d*)$/;function di(e,a){var t=typeof e;return a=a??dh,!!a&&(t=="number"||t!="symbol"&&hh.test(e))&&e>-1&&e%1==0&&e<a}function Ws(e,a,t){a=="__proto__"&&Ka?Ka(e,a,{configurable:!0,enumerable:!0,value:t,writable:!0}):e[a]=t}function ya(e,a){return e===a||e!==e&&a!==a}var ch=Object.prototype,mh=ch.hasOwnProperty;function hi(e,a,t){var s=e[a];(!(mh.call(e,a)&&ya(s,t))||t===void 0&&!(a in e))&&Ws(e,a,t)}function fh(e,a,t,s){var o=!t;t||(t={});for(var n=-1,r=a.length;++n<r;){var i=a[n],l=void 0;l===void 0&&(l=e[i]),o?Ws(t,i,l):hi(t,i,l)}return t}var ci=Math.max;function gh(e,a,t){return a=ci(a===void 0?e.length-1:a,0),function(){for(var s=arguments,o=-1,n=ci(s.length-a,0),r=Array(n);++o<n;)r[o]=s[a+o];o=-1;for(var i=Array(a+1);++o<a;)i[o]=s[o];return i[a]=t(r),Wd(e,this,i)}}function mi(e,a){return oh(gh(e,a,pi),e+"")}var yh=9007199254740991;function fi(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=yh}function Va(e){return e!=null&&fi(e.length)&&!Ks(e)}function vh(e,a,t){if(!Ne(t))return!1;var s=typeof a;return(s=="number"?Va(t)&&di(a,t.length):s=="string"&&a in t)?ya(t[a],e):!1}function xh(e){return mi(function(a,t){var s=-1,o=t.length,n=o>1?t[o-1]:void 0,r=o>2?t[2]:void 0;for(n=e.length>3&&typeof n=="function"?(o--,n):void 0,r&&vh(t[0],t[1],r)&&(n=o<3?void 0:n,o=1),a=Object(a);++s<o;){var i=t[s];i&&e(a,i,s,n)}return a})}var Dh=Object.prototype;function Js(e){var a=e&&e.constructor,t=typeof a=="function"&&a.prototype||Dh;return e===t}function bh(e,a){for(var t=-1,s=Array(e);++t<e;)s[t]=a(t);return s}var Qh="[object Arguments]";function gi(e){return Pe(e)&&sa(e)==Qh}var yi=Object.prototype,wh=yi.hasOwnProperty,Ih=yi.propertyIsEnumerable,Ha=gi((function(){return arguments})())?gi:function(e){return Pe(e)&&wh.call(e,"callee")&&!Ih.call(e,"callee")};function Ah(){return!1}var vi=typeof exports=="object"&&exports&&!exports.nodeType&&exports,xi=vi&&typeof module=="object"&&module&&!module.nodeType&&module,Ph=xi&&xi.exports===vi,Di=Ph?Qe.Buffer:void 0,Sh=Di?Di.isBuffer:void 0,va=Sh||Ah,Lh="[object Arguments]",Ch="[object Array]",Th="[object Boolean]",Rh="[object Date]",Oh="[object Error]",Eh="[object Function]",_h="[object Map]",Nh="[object Number]",Bh="[object Object]",kh="[object RegExp]",Uh="[object Set]",Mh="[object String]",Fh="[object WeakMap]",jh="[object ArrayBuffer]",qh="[object DataView]",zh="[object Float32Array]",$h="[object Float64Array]",Gh="[object Int8Array]",Kh="[object Int16Array]",Vh="[object Int32Array]",Hh="[object Uint8Array]",Wh="[object Uint8ClampedArray]",Jh="[object Uint16Array]",Xh="[object Uint32Array]",ae={};ae[zh]=ae[$h]=ae[Gh]=ae[Kh]=ae[Vh]=ae[Hh]=ae[Wh]=ae[Jh]=ae[Xh]=!0,ae[Lh]=ae[Ch]=ae[jh]=ae[Th]=ae[qh]=ae[Rh]=ae[Oh]=ae[Eh]=ae[_h]=ae[Nh]=ae[Bh]=ae[kh]=ae[Uh]=ae[Mh]=ae[Fh]=!1;function Yh(e){return Pe(e)&&fi(e.length)&&!!ae[sa(e)]}function Xs(e){return function(a){return e(a)}}var bi=typeof exports=="object"&&exports&&!exports.nodeType&&exports,xa=bi&&typeof module=="object"&&module&&!module.nodeType&&module,Zh=xa&&xa.exports===bi,Ys=Zh&&ri.process,oa=(function(){try{var e=xa&&xa.require&&xa.require("util").types;return e||Ys&&Ys.binding&&Ys.binding("util")}catch{}})(),Qi=oa&&oa.isTypedArray,Zs=Qi?Xs(Qi):Yh,ec=Object.prototype,ac=ec.hasOwnProperty;function wi(e,a){var t=_e(e),s=!t&&Ha(e),o=!t&&!s&&va(e),n=!t&&!s&&!o&&Zs(e),r=t||s||o||n,i=r?bh(e.length,String):[],l=i.length;for(var c in e)(a||ac.call(e,c))&&!(r&&(c=="length"||o&&(c=="offset"||c=="parent")||n&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||di(c,l)))&&i.push(c);return i}function Ii(e,a){return function(t){return e(a(t))}}var tc=Ii(Object.keys,Object),sc=Object.prototype,oc=sc.hasOwnProperty;function rc(e){if(!Js(e))return tc(e);var a=[];for(var t in Object(e))oc.call(e,t)&&t!="constructor"&&a.push(t);return a}function nc(e){return Va(e)?wi(e):rc(e)}function ic(e){var a=[];if(e!=null)for(var t in Object(e))a.push(t);return a}var pc=Object.prototype,uc=pc.hasOwnProperty;function lc(e){if(!Ne(e))return ic(e);var a=Js(e),t=[];for(var s in e)s=="constructor"&&(a||!uc.call(e,s))||t.push(s);return t}function Ai(e){return Va(e)?wi(e,!0):lc(e)}var Da=$e(Object,"create");function dc(){this.__data__=Da?Da(null):{},this.size=0}function hc(e){var a=this.has(e)&&delete this.__data__[e];return this.size-=a?1:0,a}var cc="__lodash_hash_undefined__",mc=Object.prototype,fc=mc.hasOwnProperty;function gc(e){var a=this.__data__;if(Da){var t=a[e];return t===cc?void 0:t}return fc.call(a,e)?a[e]:void 0}var yc=Object.prototype,vc=yc.hasOwnProperty;function xc(e){var a=this.__data__;return Da?a[e]!==void 0:vc.call(a,e)}var Dc="__lodash_hash_undefined__";function bc(e,a){var t=this.__data__;return this.size+=this.has(e)?0:1,t[e]=Da&&a===void 0?Dc:a,this}function Ge(e){var a=-1,t=e==null?0:e.length;for(this.clear();++a<t;){var s=e[a];this.set(s[0],s[1])}}Ge.prototype.clear=dc,Ge.prototype.delete=hc,Ge.prototype.get=gc,Ge.prototype.has=xc,Ge.prototype.set=bc;function Qc(){this.__data__=[],this.size=0}function Wa(e,a){for(var t=e.length;t--;)if(ya(e[t][0],a))return t;return-1}var wc=Array.prototype,Ic=wc.splice;function Ac(e){var a=this.__data__,t=Wa(a,e);if(t<0)return!1;var s=a.length-1;return t==s?a.pop():Ic.call(a,t,1),--this.size,!0}function Pc(e){var a=this.__data__,t=Wa(a,e);return t<0?void 0:a[t][1]}function Sc(e){return Wa(this.__data__,e)>-1}function Lc(e,a){var t=this.__data__,s=Wa(t,e);return s<0?(++this.size,t.push([e,a])):t[s][1]=a,this}function Se(e){var a=-1,t=e==null?0:e.length;for(this.clear();++a<t;){var s=e[a];this.set(s[0],s[1])}}Se.prototype.clear=Qc,Se.prototype.delete=Ac,Se.prototype.get=Pc,Se.prototype.has=Sc,Se.prototype.set=Lc;var ba=$e(Qe,"Map");function Cc(){this.size=0,this.__data__={hash:new Ge,map:new(ba||Se),string:new Ge}}function Tc(e){var a=typeof e;return a=="string"||a=="number"||a=="symbol"||a=="boolean"?e!=="__proto__":e===null}function Ja(e,a){var t=e.__data__;return Tc(a)?t[typeof a=="string"?"string":"hash"]:t.map}function Rc(e){var a=Ja(this,e).delete(e);return this.size-=a?1:0,a}function Oc(e){return Ja(this,e).get(e)}function Ec(e){return Ja(this,e).has(e)}function _c(e,a){var t=Ja(this,e),s=t.size;return t.set(e,a),this.size+=t.size==s?0:1,this}function Ke(e){var a=-1,t=e==null?0:e.length;for(this.clear();++a<t;){var s=e[a];this.set(s[0],s[1])}}Ke.prototype.clear=Cc,Ke.prototype.delete=Rc,Ke.prototype.get=Oc,Ke.prototype.has=Ec,Ke.prototype.set=_c;function Pi(e,a){for(var t=-1,s=a.length,o=e.length;++t<s;)e[o+t]=a[t];return e}var Si=we?we.isConcatSpreadable:void 0;function Nc(e){return _e(e)||Ha(e)||!!(Si&&e&&e[Si])}function Bc(e,a,t,s,o){var n=-1,r=e.length;for(t||(t=Nc),o||(o=[]);++n<r;){var i=e[n];t(i)&&Pi(o,i)}return o}var Li=Ii(Object.getPrototypeOf,Object),kc="[object Object]",Uc=Function.prototype,Mc=Object.prototype,Ci=Uc.toString,Fc=Mc.hasOwnProperty,jc=Ci.call(Object);function qc(e){if(!Pe(e)||sa(e)!=kc)return!1;var a=Li(e);if(a===null)return!0;var t=Fc.call(a,"constructor")&&a.constructor;return typeof t=="function"&&t instanceof t&&Ci.call(t)==jc}function zc(){this.__data__=new Se,this.size=0}function $c(e){var a=this.__data__,t=a.delete(e);return this.size=a.size,t}function Gc(e){return this.__data__.get(e)}function Kc(e){return this.__data__.has(e)}var Vc=200;function Hc(e,a){var t=this.__data__;if(t instanceof Se){var s=t.__data__;if(!ba||s.length<Vc-1)return s.push([e,a]),this.size=++t.size,this;t=this.__data__=new Ke(s)}return t.set(e,a),this.size=t.size,this}function Ie(e){var a=this.__data__=new Se(e);this.size=a.size}Ie.prototype.clear=zc,Ie.prototype.delete=$c,Ie.prototype.get=Gc,Ie.prototype.has=Kc,Ie.prototype.set=Hc;var Ti=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ri=Ti&&typeof module=="object"&&module&&!module.nodeType&&module,Wc=Ri&&Ri.exports===Ti,Oi=Wc?Qe.Buffer:void 0,Ei=Oi?Oi.allocUnsafe:void 0;function _i(e,a){if(a)return e.slice();var t=e.length,s=Ei?Ei(t):new e.constructor(t);return e.copy(s),s}function Jc(e,a){for(var t=-1,s=e==null?0:e.length,o=0,n=[];++t<s;){var r=e[t];a(r,t,e)&&(n[o++]=r)}return n}function Xc(){return[]}var Yc=Object.prototype,Zc=Yc.propertyIsEnumerable,Ni=Object.getOwnPropertySymbols,em=Ni?function(e){return e==null?[]:(e=Object(e),Jc(Ni(e),function(a){return Zc.call(e,a)}))}:Xc;function am(e,a,t){var s=a(e);return _e(e)?s:Pi(s,t(e))}function eo(e){return am(e,nc,em)}var ao=$e(Qe,"DataView"),to=$e(Qe,"Promise"),ra=$e(Qe,"Set"),Bi="[object Map]",tm="[object Object]",ki="[object Promise]",Ui="[object Set]",Mi="[object WeakMap]",Fi="[object DataView]",sm=ze(ao),om=ze(ba),rm=ze(to),nm=ze(ra),im=ze(Hs),De=sa;(ao&&De(new ao(new ArrayBuffer(1)))!=Fi||ba&&De(new ba)!=Bi||to&&De(to.resolve())!=ki||ra&&De(new ra)!=Ui||Hs&&De(new Hs)!=Mi)&&(De=function(e){var a=sa(e),t=a==tm?e.constructor:void 0,s=t?ze(t):"";if(s)switch(s){case sm:return Fi;case om:return Bi;case rm:return ki;case nm:return Ui;case im:return Mi}return a});var pm=Object.prototype,um=pm.hasOwnProperty;function lm(e){var a=e.length,t=new e.constructor(a);return a&&typeof e[0]=="string"&&um.call(e,"index")&&(t.index=e.index,t.input=e.input),t}var Xa=Qe.Uint8Array;function so(e){var a=new e.constructor(e.byteLength);return new Xa(a).set(new Xa(e)),a}function dm(e,a){var t=so(e.buffer);return new e.constructor(t,e.byteOffset,e.byteLength)}var hm=/\w*$/;function cm(e){var a=new e.constructor(e.source,hm.exec(e));return a.lastIndex=e.lastIndex,a}var ji=we?we.prototype:void 0,qi=ji?ji.valueOf:void 0;function mm(e){return qi?Object(qi.call(e)):{}}function zi(e,a){var t=a?so(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.length)}var fm="[object Boolean]",gm="[object Date]",ym="[object Map]",vm="[object Number]",xm="[object RegExp]",Dm="[object Set]",bm="[object String]",Qm="[object Symbol]",wm="[object ArrayBuffer]",Im="[object DataView]",Am="[object Float32Array]",Pm="[object Float64Array]",Sm="[object Int8Array]",Lm="[object Int16Array]",Cm="[object Int32Array]",Tm="[object Uint8Array]",Rm="[object Uint8ClampedArray]",Om="[object Uint16Array]",Em="[object Uint32Array]";function _m(e,a,t){var s=e.constructor;switch(a){case wm:return so(e);case fm:case gm:return new s(+e);case Im:return dm(e);case Am:case Pm:case Sm:case Lm:case Cm:case Tm:case Rm:case Om:case Em:return zi(e,t);case ym:return new s;case vm:case bm:return new s(e);case xm:return cm(e);case Dm:return new s;case Qm:return mm(e)}}function $i(e){return typeof e.constructor=="function"&&!Js(e)?Hd(Li(e)):{}}var Nm="[object Map]";function Bm(e){return Pe(e)&&De(e)==Nm}var Gi=oa&&oa.isMap,km=Gi?Xs(Gi):Bm,Um="[object Set]";function Mm(e){return Pe(e)&&De(e)==Um}var Ki=oa&&oa.isSet,Fm=Ki?Xs(Ki):Mm,jm=1,Vi="[object Arguments]",qm="[object Array]",zm="[object Boolean]",$m="[object Date]",Gm="[object Error]",Hi="[object Function]",Km="[object GeneratorFunction]",Vm="[object Map]",Hm="[object Number]",Wi="[object Object]",Wm="[object RegExp]",Jm="[object Set]",Xm="[object String]",Ym="[object Symbol]",Zm="[object WeakMap]",ef="[object ArrayBuffer]",af="[object DataView]",tf="[object Float32Array]",sf="[object Float64Array]",of="[object Int8Array]",rf="[object Int16Array]",nf="[object Int32Array]",pf="[object Uint8Array]",uf="[object Uint8ClampedArray]",lf="[object Uint16Array]",df="[object Uint32Array]",Z={};Z[Vi]=Z[qm]=Z[ef]=Z[af]=Z[zm]=Z[$m]=Z[tf]=Z[sf]=Z[of]=Z[rf]=Z[nf]=Z[Vm]=Z[Hm]=Z[Wi]=Z[Wm]=Z[Jm]=Z[Xm]=Z[Ym]=Z[pf]=Z[uf]=Z[lf]=Z[df]=!0,Z[Gm]=Z[Hi]=Z[Zm]=!1;function Ya(e,a,t,s,o,n){var r,i=a&jm;if(r!==void 0)return r;if(!Ne(e))return e;var l=_e(e);if(l)r=lm(e);else{var c=De(e),p=c==Hi||c==Km;if(va(e))return _i(e,i);if(c==Wi||c==Vi||p&&!o)r=p?{}:$i(e);else{if(!Z[c])return o?e:{};r=_m(e,c,i)}}n||(n=new Ie);var d=n.get(e);if(d)return d;n.set(e,r),Fm(e)?e.forEach(function(u){r.add(Ya(u,a,t,u,e,n))}):km(e)&&e.forEach(function(u,h){r.set(h,Ya(u,a,t,h,e,n))});var f=eo,y=l?void 0:f(e);return rh(y||e,function(u,h){y&&(h=u,u=e[h]),hi(r,h,Ya(u,a,t,h,e,n))}),r}var hf=1,cf=4;function Ji(e){return Ya(e,hf|cf)}var mf="__lodash_hash_undefined__";function ff(e){return this.__data__.set(e,mf),this}function gf(e){return this.__data__.has(e)}function Qa(e){var a=-1,t=e==null?0:e.length;for(this.__data__=new Ke;++a<t;)this.add(e[a])}Qa.prototype.add=Qa.prototype.push=ff,Qa.prototype.has=gf;function yf(e,a){for(var t=-1,s=e==null?0:e.length;++t<s;)if(a(e[t],t,e))return!0;return!1}function Xi(e,a){return e.has(a)}var vf=1,xf=2;function Yi(e,a,t,s,o,n){var r=t&vf,i=e.length,l=a.length;if(i!=l&&!(r&&l>i))return!1;var c=n.get(e),p=n.get(a);if(c&&p)return c==a&&p==e;var d=-1,f=!0,y=t&xf?new Qa:void 0;for(n.set(e,a),n.set(a,e);++d<i;){var u=e[d],h=a[d];if(s)var m=r?s(h,u,d,a,e,n):s(u,h,d,e,a,n);if(m!==void 0){if(m)continue;f=!1;break}if(y){if(!yf(a,function(g,Q){if(!Xi(y,Q)&&(u===g||o(u,g,t,s,n)))return y.push(Q)})){f=!1;break}}else if(!(u===h||o(u,h,t,s,n))){f=!1;break}}return n.delete(e),n.delete(a),f}function Df(e){var a=-1,t=Array(e.size);return e.forEach(function(s,o){t[++a]=[o,s]}),t}function oo(e){var a=-1,t=Array(e.size);return e.forEach(function(s){t[++a]=s}),t}var bf=1,Qf=2,wf="[object Boolean]",If="[object Date]",Af="[object Error]",Pf="[object Map]",Sf="[object Number]",Lf="[object RegExp]",Cf="[object Set]",Tf="[object String]",Rf="[object Symbol]",Of="[object ArrayBuffer]",Ef="[object DataView]",Zi=we?we.prototype:void 0,ro=Zi?Zi.valueOf:void 0;function _f(e,a,t,s,o,n,r){switch(t){case Ef:if(e.byteLength!=a.byteLength||e.byteOffset!=a.byteOffset)return!1;e=e.buffer,a=a.buffer;case Of:return!(e.byteLength!=a.byteLength||!n(new Xa(e),new Xa(a)));case wf:case If:case Sf:return ya(+e,+a);case Af:return e.name==a.name&&e.message==a.message;case Lf:case Tf:return e==a+"";case Pf:var i=Df;case Cf:var l=s&bf;if(i||(i=oo),e.size!=a.size&&!l)return!1;var c=r.get(e);if(c)return c==a;s|=Qf,r.set(e,a);var p=Yi(i(e),i(a),s,o,n,r);return r.delete(e),p;case Rf:if(ro)return ro.call(e)==ro.call(a)}return!1}var Nf=1,Bf=Object.prototype,kf=Bf.hasOwnProperty;function Uf(e,a,t,s,o,n){var r=t&Nf,i=eo(e),l=i.length,c=eo(a),p=c.length;if(l!=p&&!r)return!1;for(var d=l;d--;){var f=i[d];if(!(r?f in a:kf.call(a,f)))return!1}var y=n.get(e),u=n.get(a);if(y&&u)return y==a&&u==e;var h=!0;n.set(e,a),n.set(a,e);for(var m=r;++d<l;){f=i[d];var g=e[f],Q=a[f];if(s)var P=r?s(Q,g,f,a,e,n):s(g,Q,f,e,a,n);if(!(P===void 0?g===Q||o(g,Q,t,s,n):P)){h=!1;break}m||(m=f=="constructor")}if(h&&!m){var R=e.constructor,C=a.constructor;R!=C&&"constructor"in e&&"constructor"in a&&!(typeof R=="function"&&R instanceof R&&typeof C=="function"&&C instanceof C)&&(h=!1)}return n.delete(e),n.delete(a),h}var Mf=1,ep="[object Arguments]",ap="[object Array]",Za="[object Object]",Ff=Object.prototype,tp=Ff.hasOwnProperty;function jf(e,a,t,s,o,n){var r=_e(e),i=_e(a),l=r?ap:De(e),c=i?ap:De(a);l=l==ep?Za:l,c=c==ep?Za:c;var p=l==Za,d=c==Za,f=l==c;if(f&&va(e)){if(!va(a))return!1;r=!0,p=!1}if(f&&!p)return n||(n=new Ie),r||Zs(e)?Yi(e,a,t,s,o,n):_f(e,a,l,t,s,o,n);if(!(t&Mf)){var y=p&&tp.call(e,"__wrapped__"),u=d&&tp.call(a,"__wrapped__");if(y||u){var h=y?e.value():e,m=u?a.value():a;return n||(n=new Ie),o(h,m,t,s,n)}}return f?(n||(n=new Ie),Uf(e,a,t,s,o,n)):!1}function sp(e,a,t,s,o){return e===a?!0:e==null||a==null||!Pe(e)&&!Pe(a)?e!==e&&a!==a:jf(e,a,t,s,sp,o)}function qf(e){return function(a,t,s){for(var o=-1,n=Object(a),r=s(a),i=r.length;i--;){var l=r[++o];if(t(n[l],l,n)===!1)break}return a}}var zf=qf();function no(e,a,t){(t!==void 0&&!ya(e[a],t)||t===void 0&&!(a in e))&&Ws(e,a,t)}function op(e){return Pe(e)&&Va(e)}function io(e,a){if(!(a==="constructor"&&typeof e[a]=="function")&&a!="__proto__")return e[a]}function $f(e){return fh(e,Ai(e))}function Gf(e,a,t,s,o,n,r){var i=io(e,t),l=io(a,t),c=r.get(l);if(c){no(e,t,c);return}var p=n?n(i,l,t+"",e,a,r):void 0,d=p===void 0;if(d){var f=_e(l),y=!f&&va(l),u=!f&&!y&&Zs(l);p=l,f||y||u?_e(i)?p=i:op(i)?p=Xd(i):y?(d=!1,p=_i(l,!0)):u?(d=!1,p=zi(l,!0)):p=[]:qc(l)||Ha(l)?(p=i,Ha(i)?p=$f(i):(!Ne(i)||Ks(i))&&(p=$i(l))):d=!1}d&&(r.set(l,p),o(p,l,s,n,r),r.delete(l)),no(e,t,p)}function rp(e,a,t,s,o){e!==a&&zf(a,function(n,r){if(o||(o=new Ie),Ne(n))Gf(e,a,r,t,rp,s,o);else{var i=s?s(io(e,r),n,r+"",e,a,o):void 0;i===void 0&&(i=n),no(e,r,i)}},Ai)}var np=xh(function(e,a,t,s){rp(e,a,t,s)});function Kf(e,a,t){for(var s=-1,o=e==null?0:e.length;++s<o;)if(t(a,e[s]))return!0;return!1}function Vf(e){var a=e==null?0:e.length;return a?e[a-1]:void 0}function Hf(e,a){return sp(e,a)}var Wf=1/0,Jf=ra&&1/oo(new ra([,-0]))[1]==Wf?function(e){return new ra(e)}:Jd,Xf=200;function Yf(e,a,t){var s=-1,o=lh,n=e.length,r=!0,i=[],l=i;if(t)r=!1,o=Kf;else if(n>=Xf){var c=Jf(e);if(c)return oo(c);r=!1,o=Xi,l=new Qa}else l=i;e:for(;++s<n;){var p=e[s],d=p;if(p=t||p!==0?p:0,r&&d===d){for(var f=l.length;f--;)if(l[f]===d)continue e;i.push(p)}else o(l,d,t)||(l!==i&&l.push(d),i.push(p))}return i}var Zf=mi(function(e){var a=Vf(e);return a=typeof a=="function"?a:void 0,Yf(Bc(e,1,op),void 0,a)});function eg(e,a){return np(Ji(e),a,(t,s)=>{if(typeof t=="object"&&typeof s=="object")return np(Ji(t),s,(o,n)=>Array.isArray(o)?Zf(o,n,Hf):void 0)})}const ip=re.create();class Be{static use(a){a(ip)}static get(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"GET"})}static post(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"POST"})}static put(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"PUT"})}static delete(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"DELETE"})}static options(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"OPTIONS"})}static patch(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"PATCH"})}static head(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"HEAD"})}static async request(a,t,s,o={}){if(s){const r=Qd.stringify(s,{arrayFormat:"brackets"});r&&(a.includes("?")?a+=`&${r}`:a+=`?${r}`)}const n=await ip.request(eg({url:a,data:JSON.stringify(t||{}),params:s,timeout:120*1e3,headers:{"Content-Type":Gs.JSON}},o));if(n.status>=200&&n.status<300)return n.data;throw n}}class ag{constructor(a,t){return this.url=a,new Proxy(this,{get(s,o){if(!(o in s)){const n=t.apis.find(r=>r.method===o);if(n){const r=`_${n.mode}`;n.hasData&&n.hasQuery?s[o]=(i,l,c)=>s[r](n.path,l,i,c):n.hasData?s[o]=function(i,l){return s[r](n.path,i,void 0,l)}:n.hasQuery?s[o]=function(i,l){return s[r](n.path,void 0,i,l)}:s[o]=function(i){return s[r](n.path,void 0,void 0,i)}}}return s[o]}})}_put(a,t,s,o){return Be.put(s?.id?Ae.join(this.url,a,s.id):Ae.join(this.url,a),t||{},s||{},o)}_get(a,t,s,o){return Be.get(Ae.join(this.url,a),t||{},s||{},o)}_delete(a,t,s,o){return Be.delete(Ae.join(this.url,a),t||{},s||{},o)}_post(a,t,s,o){return Be.post(Ae.join(this.url,a),t||{},s||{},o)}_options(a,t,s,o){return Be.options(Ae.join(this.url,a),t||{},s||{},o)}_patch(a,t,s,o){return Be.patch(Ae.join(this.url,a),t||{},s||{},o)}_head(a,t,s,o){return Be.head(Ae.join(this.url,a),t||{},s||{},o)}}class pp{constructor(a,t){return new Proxy(this,{get(s,o){const n=t.find(r=>r.name===o);if(n)return o in s||(s[o]=new ag(Ae.join(a,n.entityName),n)),s[o]}})}}const tg={apaas:new pp("/gct-apaas/api",Qp),platform:new pp("/gct-platform/api",wp)};export{oi as BizServiceEnum,Gs as ContentTypeEnum,Be as HttpUtil,si as RequestEnum,ti as ResultEnum,tg as api};
|