@gct-paas/api 0.1.0-dev.1 → 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-global-settings.service.d.ts +1 -0
- package/es/apaas/service/apis/app-granted-user.service.d.ts +1 -0
- package/es/apaas/service/apis/app-org.service.d.ts +1 -0
- package/es/apaas/service/apis/audit-log.service.d.ts +2 -5
- 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 +9809 -6335
- 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 +28 -0
- package/es/ipaas/service/apis/auth.service.d.ts +1 -1
- package/es/ipaas/service/apis/camel.service.d.ts +8 -0
- package/es/ipaas/service/apis/flow-ext.service.d.ts +13 -1
- package/es/ipaas/service/apis/flow.service.d.ts +10 -1
- package/es/ipaas/service/entities.d.ts +74 -2
- 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/dashboard.service.d.ts +1 -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-global-settings.service.d.ts +1 -0
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +1 -0
- package/lib/apaas/service/apis/app-org.service.d.ts +1 -0
- package/lib/apaas/service/apis/audit-log.service.d.ts +2 -5
- 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 +9809 -6335
- package/lib/apaas/service/index.d.ts +18 -0
- package/lib/index.cjs +16 -0
- package/lib/ipaas/service/api-config.cjs +24 -0
- package/lib/ipaas/service/apis/auth.service.d.ts +1 -1
- package/lib/ipaas/service/apis/camel.service.d.ts +8 -0
- package/lib/ipaas/service/apis/flow-ext.service.d.ts +13 -1
- package/lib/ipaas/service/apis/flow.service.d.ts +10 -1
- package/lib/ipaas/service/entities.d.ts +74 -2
- 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/dashboard.service.d.ts +1 -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.system.js +0 -1
- package/dist/api-ipaas.system.js +0 -1
- package/dist/api-platform.system.js +0 -1
|
@@ -406,13 +406,6 @@ export const apiConfig = [
|
|
|
406
406
|
hasQuery: true,
|
|
407
407
|
hasData: false
|
|
408
408
|
},
|
|
409
|
-
{
|
|
410
|
-
mode: "post",
|
|
411
|
-
method: "postListMulti",
|
|
412
|
-
path: "list-multi",
|
|
413
|
-
hasQuery: false,
|
|
414
|
-
hasData: false
|
|
415
|
-
},
|
|
416
409
|
{
|
|
417
410
|
mode: "get",
|
|
418
411
|
method: "getPageList",
|
|
@@ -594,6 +587,19 @@ export const apiConfig = [
|
|
|
594
587
|
}
|
|
595
588
|
]
|
|
596
589
|
},
|
|
590
|
+
{
|
|
591
|
+
name: "biApp",
|
|
592
|
+
entityName: "bi-app",
|
|
593
|
+
apis: [
|
|
594
|
+
{
|
|
595
|
+
mode: "get",
|
|
596
|
+
method: "getExportAppid",
|
|
597
|
+
path: "export/{appid}",
|
|
598
|
+
hasQuery: false,
|
|
599
|
+
hasData: false
|
|
600
|
+
}
|
|
601
|
+
]
|
|
602
|
+
},
|
|
597
603
|
{
|
|
598
604
|
name: "biDataSet",
|
|
599
605
|
entityName: "bi-data-set",
|
|
@@ -1052,6 +1058,13 @@ export const apiConfig = [
|
|
|
1052
1058
|
name: "database",
|
|
1053
1059
|
entityName: "database",
|
|
1054
1060
|
apis: [
|
|
1061
|
+
{
|
|
1062
|
+
mode: "post",
|
|
1063
|
+
method: "post",
|
|
1064
|
+
path: "",
|
|
1065
|
+
hasQuery: false,
|
|
1066
|
+
hasData: true
|
|
1067
|
+
},
|
|
1055
1068
|
{
|
|
1056
1069
|
mode: "post",
|
|
1057
1070
|
method: "postAddDatabase",
|
|
@@ -1059,6 +1072,13 @@ export const apiConfig = [
|
|
|
1059
1072
|
hasQuery: false,
|
|
1060
1073
|
hasData: true
|
|
1061
1074
|
},
|
|
1075
|
+
{
|
|
1076
|
+
mode: "post",
|
|
1077
|
+
method: "postApiDataFlatten",
|
|
1078
|
+
path: "api-data-flatten",
|
|
1079
|
+
hasQuery: false,
|
|
1080
|
+
hasData: false
|
|
1081
|
+
},
|
|
1062
1082
|
{
|
|
1063
1083
|
mode: "get",
|
|
1064
1084
|
method: "getColumnInformation",
|
|
@@ -1122,6 +1142,13 @@ export const apiConfig = [
|
|
|
1122
1142
|
hasQuery: true,
|
|
1123
1143
|
hasData: false
|
|
1124
1144
|
},
|
|
1145
|
+
{
|
|
1146
|
+
mode: "post",
|
|
1147
|
+
method: "postTestApi",
|
|
1148
|
+
path: "testApi",
|
|
1149
|
+
hasQuery: false,
|
|
1150
|
+
hasData: true
|
|
1151
|
+
},
|
|
1125
1152
|
{
|
|
1126
1153
|
mode: "post",
|
|
1127
1154
|
method: "postTestDatabaseConn",
|
|
@@ -1142,6 +1169,13 @@ export const apiConfig = [
|
|
|
1142
1169
|
path: "view/information",
|
|
1143
1170
|
hasQuery: true,
|
|
1144
1171
|
hasData: false
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
mode: "put",
|
|
1175
|
+
method: "putId",
|
|
1176
|
+
path: "",
|
|
1177
|
+
hasQuery: true,
|
|
1178
|
+
hasData: true
|
|
1145
1179
|
}
|
|
1146
1180
|
]
|
|
1147
1181
|
},
|
|
@@ -1177,6 +1211,20 @@ export const apiConfig = [
|
|
|
1177
1211
|
hasQuery: true,
|
|
1178
1212
|
hasData: false
|
|
1179
1213
|
},
|
|
1214
|
+
{
|
|
1215
|
+
mode: "post",
|
|
1216
|
+
method: "postCreateRequest",
|
|
1217
|
+
path: "create-request",
|
|
1218
|
+
hasQuery: true,
|
|
1219
|
+
hasData: false
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
mode: "post",
|
|
1223
|
+
method: "postEditRequest",
|
|
1224
|
+
path: "edit-request",
|
|
1225
|
+
hasQuery: true,
|
|
1226
|
+
hasData: true
|
|
1227
|
+
},
|
|
1180
1228
|
{
|
|
1181
1229
|
mode: "put",
|
|
1182
1230
|
method: "putEncode",
|
|
@@ -1510,6 +1558,164 @@ export const apiConfig = [
|
|
|
1510
1558
|
}
|
|
1511
1559
|
]
|
|
1512
1560
|
},
|
|
1561
|
+
{
|
|
1562
|
+
name: "deviceInterconnection",
|
|
1563
|
+
entityName: "device-interconnection",
|
|
1564
|
+
apis: [
|
|
1565
|
+
{
|
|
1566
|
+
mode: "post",
|
|
1567
|
+
method: "post",
|
|
1568
|
+
path: "",
|
|
1569
|
+
hasQuery: false,
|
|
1570
|
+
hasData: true
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
mode: "delete",
|
|
1574
|
+
method: "delete",
|
|
1575
|
+
path: "",
|
|
1576
|
+
hasQuery: true,
|
|
1577
|
+
hasData: false
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
mode: "get",
|
|
1581
|
+
method: "getData",
|
|
1582
|
+
path: "data",
|
|
1583
|
+
hasQuery: true,
|
|
1584
|
+
hasData: false
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
mode: "post",
|
|
1588
|
+
method: "postExport",
|
|
1589
|
+
path: "export",
|
|
1590
|
+
hasQuery: false,
|
|
1591
|
+
hasData: false
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
mode: "post",
|
|
1595
|
+
method: "postImport",
|
|
1596
|
+
path: "import",
|
|
1597
|
+
hasQuery: false,
|
|
1598
|
+
hasData: false
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
mode: "get",
|
|
1602
|
+
method: "getInfo",
|
|
1603
|
+
path: "info",
|
|
1604
|
+
hasQuery: true,
|
|
1605
|
+
hasData: false
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
mode: "get",
|
|
1609
|
+
method: "getList",
|
|
1610
|
+
path: "list",
|
|
1611
|
+
hasQuery: false,
|
|
1612
|
+
hasData: false
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
mode: "get",
|
|
1616
|
+
method: "getPageList",
|
|
1617
|
+
path: "page/list",
|
|
1618
|
+
hasQuery: true,
|
|
1619
|
+
hasData: false
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
mode: "put",
|
|
1623
|
+
method: "putId",
|
|
1624
|
+
path: "",
|
|
1625
|
+
hasQuery: true,
|
|
1626
|
+
hasData: true
|
|
1627
|
+
}
|
|
1628
|
+
]
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
name: "deviceInterconnectionParam",
|
|
1632
|
+
entityName: "device-interconnection-param",
|
|
1633
|
+
apis: [
|
|
1634
|
+
{
|
|
1635
|
+
mode: "post",
|
|
1636
|
+
method: "post",
|
|
1637
|
+
path: "",
|
|
1638
|
+
hasQuery: false,
|
|
1639
|
+
hasData: true
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
mode: "delete",
|
|
1643
|
+
method: "delete",
|
|
1644
|
+
path: "",
|
|
1645
|
+
hasQuery: true,
|
|
1646
|
+
hasData: false
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
mode: "post",
|
|
1650
|
+
method: "postExport",
|
|
1651
|
+
path: "export",
|
|
1652
|
+
hasQuery: false,
|
|
1653
|
+
hasData: false
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
mode: "post",
|
|
1657
|
+
method: "postImport",
|
|
1658
|
+
path: "import",
|
|
1659
|
+
hasQuery: false,
|
|
1660
|
+
hasData: false
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
mode: "get",
|
|
1664
|
+
method: "getInfo",
|
|
1665
|
+
path: "info",
|
|
1666
|
+
hasQuery: true,
|
|
1667
|
+
hasData: false
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
mode: "get",
|
|
1671
|
+
method: "getList",
|
|
1672
|
+
path: "list",
|
|
1673
|
+
hasQuery: false,
|
|
1674
|
+
hasData: false
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
mode: "get",
|
|
1678
|
+
method: "getPageList",
|
|
1679
|
+
path: "page/list",
|
|
1680
|
+
hasQuery: true,
|
|
1681
|
+
hasData: false
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
mode: "put",
|
|
1685
|
+
method: "putId",
|
|
1686
|
+
path: "",
|
|
1687
|
+
hasQuery: true,
|
|
1688
|
+
hasData: true
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
name: "deviceParamRef",
|
|
1694
|
+
entityName: "device-param-ref",
|
|
1695
|
+
apis: [
|
|
1696
|
+
{
|
|
1697
|
+
mode: "get",
|
|
1698
|
+
method: "getInfo",
|
|
1699
|
+
path: "info",
|
|
1700
|
+
hasQuery: true,
|
|
1701
|
+
hasData: false
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
mode: "get",
|
|
1705
|
+
method: "getList",
|
|
1706
|
+
path: "list",
|
|
1707
|
+
hasQuery: false,
|
|
1708
|
+
hasData: false
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
mode: "get",
|
|
1712
|
+
method: "getPageList",
|
|
1713
|
+
path: "page/list",
|
|
1714
|
+
hasQuery: true,
|
|
1715
|
+
hasData: false
|
|
1716
|
+
}
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1513
1719
|
{
|
|
1514
1720
|
name: "externalMessage",
|
|
1515
1721
|
entityName: "external-message",
|
|
@@ -1628,7 +1834,7 @@ export const apiConfig = [
|
|
|
1628
1834
|
mode: "post",
|
|
1629
1835
|
method: "postUploadCommon",
|
|
1630
1836
|
path: "upload-common",
|
|
1631
|
-
hasQuery:
|
|
1837
|
+
hasQuery: true,
|
|
1632
1838
|
hasData: false
|
|
1633
1839
|
},
|
|
1634
1840
|
{
|
|
@@ -2061,6 +2267,13 @@ export const apiConfig = [
|
|
|
2061
2267
|
hasQuery: true,
|
|
2062
2268
|
hasData: false
|
|
2063
2269
|
},
|
|
2270
|
+
{
|
|
2271
|
+
mode: "get",
|
|
2272
|
+
method: "getModuleAuth",
|
|
2273
|
+
path: "moduleAuth",
|
|
2274
|
+
hasQuery: true,
|
|
2275
|
+
hasData: false
|
|
2276
|
+
},
|
|
2064
2277
|
{
|
|
2065
2278
|
mode: "get",
|
|
2066
2279
|
method: "getPageList",
|
|
@@ -2879,6 +3092,13 @@ export const apiConfig = [
|
|
|
2879
3092
|
hasQuery: false,
|
|
2880
3093
|
hasData: true
|
|
2881
3094
|
},
|
|
3095
|
+
{
|
|
3096
|
+
mode: "get",
|
|
3097
|
+
method: "getGlobalDisabledDevelop",
|
|
3098
|
+
path: "global/disabled/develop",
|
|
3099
|
+
hasQuery: false,
|
|
3100
|
+
hasData: false
|
|
3101
|
+
},
|
|
2882
3102
|
{
|
|
2883
3103
|
mode: "get",
|
|
2884
3104
|
method: "getInfo",
|
|
@@ -2914,6 +3134,20 @@ export const apiConfig = [
|
|
|
2914
3134
|
hasQuery: false,
|
|
2915
3135
|
hasData: true
|
|
2916
3136
|
},
|
|
3137
|
+
{
|
|
3138
|
+
mode: "get",
|
|
3139
|
+
method: "getTenantCfg",
|
|
3140
|
+
path: "tenant/cfg",
|
|
3141
|
+
hasQuery: false,
|
|
3142
|
+
hasData: false
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
mode: "get",
|
|
3146
|
+
method: "getTenantDisabledDevelop",
|
|
3147
|
+
path: "tenant/disabled/develop",
|
|
3148
|
+
hasQuery: true,
|
|
3149
|
+
hasData: false
|
|
3150
|
+
},
|
|
2917
3151
|
{
|
|
2918
3152
|
mode: "post",
|
|
2919
3153
|
method: "postTheme",
|
|
@@ -5778,6 +6012,13 @@ export const apiConfig = [
|
|
|
5778
6012
|
hasQuery: true,
|
|
5779
6013
|
hasData: false
|
|
5780
6014
|
},
|
|
6015
|
+
{
|
|
6016
|
+
mode: "get",
|
|
6017
|
+
method: "getAppFindAllByTenantId",
|
|
6018
|
+
path: "app/findAllByTenantId",
|
|
6019
|
+
hasQuery: false,
|
|
6020
|
+
hasData: false
|
|
6021
|
+
},
|
|
5781
6022
|
{
|
|
5782
6023
|
mode: "get",
|
|
5783
6024
|
method: "getAppGetDestBySource",
|
|
@@ -5884,11 +6125,11 @@ export const apiConfig = [
|
|
|
5884
6125
|
hasData: true
|
|
5885
6126
|
},
|
|
5886
6127
|
{
|
|
5887
|
-
mode: "
|
|
5888
|
-
method: "
|
|
6128
|
+
mode: "post",
|
|
6129
|
+
method: "postAppOrgUserPageList",
|
|
5889
6130
|
path: "app/org/user/page/list",
|
|
5890
|
-
hasQuery:
|
|
5891
|
-
hasData:
|
|
6131
|
+
hasQuery: false,
|
|
6132
|
+
hasData: true
|
|
5892
6133
|
},
|
|
5893
6134
|
{
|
|
5894
6135
|
mode: "post",
|
|
@@ -5911,6 +6152,13 @@ export const apiConfig = [
|
|
|
5911
6152
|
hasQuery: false,
|
|
5912
6153
|
hasData: true
|
|
5913
6154
|
},
|
|
6155
|
+
{
|
|
6156
|
+
mode: "get",
|
|
6157
|
+
method: "getAppProdPublished",
|
|
6158
|
+
path: "app/prodPublished",
|
|
6159
|
+
hasQuery: false,
|
|
6160
|
+
hasData: false
|
|
6161
|
+
},
|
|
5914
6162
|
{
|
|
5915
6163
|
mode: "get",
|
|
5916
6164
|
method: "getAppPublished",
|
|
@@ -5918,6 +6166,13 @@ export const apiConfig = [
|
|
|
5918
6166
|
hasQuery: false,
|
|
5919
6167
|
hasData: false
|
|
5920
6168
|
},
|
|
6169
|
+
{
|
|
6170
|
+
mode: "get",
|
|
6171
|
+
method: "getAppTestPublished",
|
|
6172
|
+
path: "app/testPublished",
|
|
6173
|
+
hasQuery: false,
|
|
6174
|
+
hasData: false
|
|
6175
|
+
},
|
|
5921
6176
|
{
|
|
5922
6177
|
mode: "post",
|
|
5923
6178
|
method: "postAppUpdateApaasAppSetting",
|
|
@@ -5961,11 +6216,11 @@ export const apiConfig = [
|
|
|
5961
6216
|
hasData: false
|
|
5962
6217
|
},
|
|
5963
6218
|
{
|
|
5964
|
-
mode: "
|
|
5965
|
-
method: "
|
|
6219
|
+
mode: "post",
|
|
6220
|
+
method: "postAppUserPageList",
|
|
5966
6221
|
path: "app/user/page/list",
|
|
5967
|
-
hasQuery:
|
|
5968
|
-
hasData:
|
|
6222
|
+
hasQuery: false,
|
|
6223
|
+
hasData: true
|
|
5969
6224
|
},
|
|
5970
6225
|
{
|
|
5971
6226
|
mode: "post",
|
|
@@ -6051,6 +6306,20 @@ export const apiConfig = [
|
|
|
6051
6306
|
hasQuery: true,
|
|
6052
6307
|
hasData: false
|
|
6053
6308
|
},
|
|
6309
|
+
{
|
|
6310
|
+
mode: "delete",
|
|
6311
|
+
method: "deleteDevopsSbx",
|
|
6312
|
+
path: "devops/sbx",
|
|
6313
|
+
hasQuery: true,
|
|
6314
|
+
hasData: false
|
|
6315
|
+
},
|
|
6316
|
+
{
|
|
6317
|
+
mode: "get",
|
|
6318
|
+
method: "getDevopsSbxRedoData",
|
|
6319
|
+
path: "devops/sbx/redo/data",
|
|
6320
|
+
hasQuery: true,
|
|
6321
|
+
hasData: false
|
|
6322
|
+
},
|
|
6054
6323
|
{
|
|
6055
6324
|
mode: "post",
|
|
6056
6325
|
method: "postFileTaskList",
|
|
@@ -6086,6 +6355,20 @@ export const apiConfig = [
|
|
|
6086
6355
|
hasQuery: false,
|
|
6087
6356
|
hasData: true
|
|
6088
6357
|
},
|
|
6358
|
+
{
|
|
6359
|
+
mode: "get",
|
|
6360
|
+
method: "getLoginSsoOauth2Authorize",
|
|
6361
|
+
path: "login/sso/oauth2/authorize",
|
|
6362
|
+
hasQuery: true,
|
|
6363
|
+
hasData: false
|
|
6364
|
+
},
|
|
6365
|
+
{
|
|
6366
|
+
mode: "get",
|
|
6367
|
+
method: "getLoginSsoOauth2Debug",
|
|
6368
|
+
path: "login/sso/oauth2/debug",
|
|
6369
|
+
hasQuery: false,
|
|
6370
|
+
hasData: false
|
|
6371
|
+
},
|
|
6089
6372
|
{
|
|
6090
6373
|
mode: "get",
|
|
6091
6374
|
method: "getModelInfo",
|
|
@@ -6191,6 +6474,13 @@ export const apiConfig = [
|
|
|
6191
6474
|
hasQuery: false,
|
|
6192
6475
|
hasData: false
|
|
6193
6476
|
},
|
|
6477
|
+
{
|
|
6478
|
+
mode: "get",
|
|
6479
|
+
method: "getOrgInfoId",
|
|
6480
|
+
path: "org/info/{id}",
|
|
6481
|
+
hasQuery: false,
|
|
6482
|
+
hasData: false
|
|
6483
|
+
},
|
|
6194
6484
|
{
|
|
6195
6485
|
mode: "post",
|
|
6196
6486
|
method: "postOrgList",
|
|
@@ -6254,6 +6544,20 @@ export const apiConfig = [
|
|
|
6254
6544
|
hasQuery: false,
|
|
6255
6545
|
hasData: true
|
|
6256
6546
|
},
|
|
6547
|
+
{
|
|
6548
|
+
mode: "get",
|
|
6549
|
+
method: "getPrintBtwFileTree",
|
|
6550
|
+
path: "print/btwFileTree",
|
|
6551
|
+
hasQuery: false,
|
|
6552
|
+
hasData: false
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
mode: "get",
|
|
6556
|
+
method: "getPrintBtwTmplExist",
|
|
6557
|
+
path: "print/btwTmplExist",
|
|
6558
|
+
hasQuery: true,
|
|
6559
|
+
hasData: false
|
|
6560
|
+
},
|
|
6257
6561
|
{
|
|
6258
6562
|
mode: "get",
|
|
6259
6563
|
method: "getPrintExchangePrinterName",
|
|
@@ -8,6 +8,7 @@ import type {
|
|
|
8
8
|
UserResponse,
|
|
9
9
|
AppGrantedStatisticDTO,
|
|
10
10
|
AppSettingDtoResponse,
|
|
11
|
+
App,
|
|
11
12
|
AppLockRequest,
|
|
12
13
|
OrgRequest,
|
|
13
14
|
OrgDragRequest,
|
|
@@ -17,10 +18,12 @@ import type {
|
|
|
17
18
|
OrgCreateAndAddUserRequest,
|
|
18
19
|
OrgUserResponse,
|
|
19
20
|
OrgMoveUserRequest,
|
|
21
|
+
OrgUserSearchRequest,
|
|
20
22
|
OrgRemoveUserRequest,
|
|
21
23
|
AppDataRequest,
|
|
22
24
|
UserSaveRequest,
|
|
23
25
|
TenantUserRemoveRequest,
|
|
26
|
+
TenantUserSearchRequest,
|
|
24
27
|
UserWithUserExtraDTO,
|
|
25
28
|
UserIdsDTO,
|
|
26
29
|
DataSourceUpdateRequest,
|
|
@@ -49,6 +52,7 @@ import type {
|
|
|
49
52
|
SecurityConfig,
|
|
50
53
|
PrintLogSearchRequest,
|
|
51
54
|
PrintLogResponse,
|
|
55
|
+
PrintServiceBtwTreeVO,
|
|
52
56
|
PrintAdapterDTO,
|
|
53
57
|
RegexpResponse,
|
|
54
58
|
RegexpRequest,
|
|
@@ -141,6 +145,7 @@ export interface getAppGrantedUserPageListQuery {
|
|
|
141
145
|
fullname?: string; // fullname
|
|
142
146
|
pageNo?: number; // pageNo
|
|
143
147
|
pageSize?: number; // pageSize
|
|
148
|
+
searchTag: number; // searchTag
|
|
144
149
|
tenantId: string; // tenantId
|
|
145
150
|
username?: string; // username
|
|
146
151
|
}
|
|
@@ -180,20 +185,6 @@ export interface getAppOrgUserInfoQuery {
|
|
|
180
185
|
orgId: string; // 组织id
|
|
181
186
|
userId: string; // 用户id
|
|
182
187
|
}
|
|
183
|
-
export interface getAppOrgUserPageListQuery {
|
|
184
|
-
allUserOption?: number; // 是否显示下级
|
|
185
|
-
enabled?: number; // 是否启用
|
|
186
|
-
endTime?: string; // 创建结束时间
|
|
187
|
-
fullname?: string; // 姓名
|
|
188
|
-
mobile?: string; // 手机号码
|
|
189
|
-
orgId: string; // 部门id
|
|
190
|
-
pageNo?: number; // 页码
|
|
191
|
-
pageSize?: number; // 分页大小
|
|
192
|
-
sortField?: string; // 排序字段
|
|
193
|
-
sortType?: string; // 排序方式:ASC/DESC, 不传默认 ASC
|
|
194
|
-
startTime?: string; // 创建开始时间
|
|
195
|
-
username?: string; // 账号
|
|
196
|
-
}
|
|
197
188
|
export interface postAppUserQuery {
|
|
198
189
|
appId: string; // appId
|
|
199
190
|
env: string; // env
|
|
@@ -208,18 +199,6 @@ export interface putAppUserDisableQuery {
|
|
|
208
199
|
export interface putAppUserEnableQuery {
|
|
209
200
|
ids: string; // ids
|
|
210
201
|
}
|
|
211
|
-
export interface getAppUserPageListQuery {
|
|
212
|
-
enabled?: number; // 是否启用
|
|
213
|
-
endTime?: string; // 创建结束时间
|
|
214
|
-
fullname?: string; // 姓名
|
|
215
|
-
mobile?: string; // 手机号码
|
|
216
|
-
pageNo?: number; // 页码
|
|
217
|
-
pageSize?: number; // 分页大小
|
|
218
|
-
sortField?: string; // 排序字段
|
|
219
|
-
sortType?: string; // 排序方式:ASC/DESC, 不传默认 ASC
|
|
220
|
-
startTime?: string; // 创建开始时间
|
|
221
|
-
username?: string; // 账号
|
|
222
|
-
}
|
|
223
202
|
export interface postAppUserSaveListQuery {
|
|
224
203
|
defaultOrgId?: string; // defaultOrgId
|
|
225
204
|
tenantId: string; // tenantId
|
|
@@ -246,9 +225,18 @@ export interface getDataSourceTypeQuery {
|
|
|
246
225
|
env: string; // env
|
|
247
226
|
key: string; // key
|
|
248
227
|
}
|
|
228
|
+
export interface deleteDevopsSbxQuery {
|
|
229
|
+
appId: string; // appId
|
|
230
|
+
}
|
|
231
|
+
export interface getDevopsSbxRedoDataQuery {
|
|
232
|
+
appId: string; // appId
|
|
233
|
+
}
|
|
249
234
|
export interface getKnowledgeBaseFindByIdsQuery {
|
|
250
235
|
ids: string; // ids
|
|
251
236
|
}
|
|
237
|
+
export interface getLoginSsoOauth2AuthorizeQuery {
|
|
238
|
+
code?: string; // 授权码
|
|
239
|
+
}
|
|
252
240
|
export interface getModelInfoQuery {
|
|
253
241
|
modelName: string; // 模型名称
|
|
254
242
|
providerId: string; // 服务提供商
|
|
@@ -292,6 +280,9 @@ export interface getOrgUserPickerAppListUserByIdsQuery {
|
|
|
292
280
|
export interface postOrgListQuery {
|
|
293
281
|
tenantId: string; // tenantId
|
|
294
282
|
}
|
|
283
|
+
export interface getPrintBtwTmplExistQuery {
|
|
284
|
+
printKey: string; // printKey
|
|
285
|
+
}
|
|
295
286
|
export interface getPrintExchangePrinterNameQuery {
|
|
296
287
|
printKeys: string; // printKeys
|
|
297
288
|
}
|
|
@@ -448,6 +439,10 @@ export interface ApiService {
|
|
|
448
439
|
query: getAppSettingInfoByAppIdQuery,
|
|
449
440
|
config?: Record<string, string>,
|
|
450
441
|
): Promise<IHttpResponse<AppSettingDtoResponse>>;
|
|
442
|
+
// 查询租户下所有的app
|
|
443
|
+
getAppFindAllByTenantId(
|
|
444
|
+
config?: Record<string, string>,
|
|
445
|
+
): Promise<IHttpResponse<App[]>>;
|
|
451
446
|
// 获取 app的被共享应用
|
|
452
447
|
getAppGetDestBySource(
|
|
453
448
|
query: getAppGetDestBySourceQuery,
|
|
@@ -522,8 +517,8 @@ export interface ApiService {
|
|
|
522
517
|
config?: Record<string, string>,
|
|
523
518
|
): Promise<IHttpResponse<string>>;
|
|
524
519
|
// 组织用户分页查询
|
|
525
|
-
|
|
526
|
-
|
|
520
|
+
postAppOrgUserPageList(
|
|
521
|
+
data: OrgUserSearchRequest,
|
|
527
522
|
config?: Record<string, string>,
|
|
528
523
|
): Promise<IHttpResponse<IPage<OrgUserResponse>>>;
|
|
529
524
|
// 移除用户
|
|
@@ -541,10 +536,18 @@ export interface ApiService {
|
|
|
541
536
|
data: OrgRequest,
|
|
542
537
|
config?: Record<string, string>,
|
|
543
538
|
): Promise<IHttpResponse<string>>;
|
|
539
|
+
// 查询已发布生产环境的应用
|
|
540
|
+
getAppProdPublished(
|
|
541
|
+
config?: Record<string, string>,
|
|
542
|
+
): Promise<IHttpResponse<string>>;
|
|
544
543
|
// 查询已发布应用
|
|
545
544
|
getAppPublished(
|
|
546
545
|
config?: Record<string, string>,
|
|
547
546
|
): Promise<IHttpResponse<string>>;
|
|
547
|
+
// 查询已发布验证环境的应用
|
|
548
|
+
getAppTestPublished(
|
|
549
|
+
config?: Record<string, string>,
|
|
550
|
+
): Promise<IHttpResponse<string>>;
|
|
548
551
|
// 更改apaas内的应用时同步更改平台的app应用配置信息
|
|
549
552
|
postAppUpdateApaasAppSetting(
|
|
550
553
|
data: AppDataRequest,
|
|
@@ -577,8 +580,8 @@ export interface ApiService {
|
|
|
577
580
|
config?: Record<string, string>,
|
|
578
581
|
): Promise<IHttpResponse<OrgUserResponse>>;
|
|
579
582
|
// 分页列表
|
|
580
|
-
|
|
581
|
-
|
|
583
|
+
postAppUserPageList(
|
|
584
|
+
data: TenantUserSearchRequest,
|
|
582
585
|
config?: Record<string, string>,
|
|
583
586
|
): Promise<IHttpResponse<IPage<UserWithUserExtraDTO>>>;
|
|
584
587
|
// 移除
|
|
@@ -642,6 +645,16 @@ export interface ApiService {
|
|
|
642
645
|
query: getDataSourceTypeQuery,
|
|
643
646
|
config?: Record<string, string>,
|
|
644
647
|
): Promise<IHttpResponse<string>>;
|
|
648
|
+
// 移除沙箱环境数据
|
|
649
|
+
deleteDevopsSbx(
|
|
650
|
+
query: deleteDevopsSbxQuery,
|
|
651
|
+
config?: Record<string, string>,
|
|
652
|
+
): Promise<IHttpResponse<string>>;
|
|
653
|
+
// 移除并生成沙箱数据
|
|
654
|
+
getDevopsSbxRedoData(
|
|
655
|
+
query: getDevopsSbxRedoDataQuery,
|
|
656
|
+
config?: Record<string, string>,
|
|
657
|
+
): Promise<IHttpResponse<string>>;
|
|
645
658
|
// 根据文件ID查询文件信息
|
|
646
659
|
postFileTaskList(
|
|
647
660
|
config?: Record<string, string>,
|
|
@@ -666,6 +679,15 @@ export interface ApiService {
|
|
|
666
679
|
data: UserLoginLogPageRequest,
|
|
667
680
|
config?: Record<string, string>,
|
|
668
681
|
): Promise<IHttpResponse<IPage<UserLoginLogDTO>>>;
|
|
682
|
+
// 泛微OA认证地址
|
|
683
|
+
getLoginSsoOauth2Authorize(
|
|
684
|
+
query: getLoginSsoOauth2AuthorizeQuery,
|
|
685
|
+
config?: Record<string, string>,
|
|
686
|
+
): Promise<IHttpResponse<unknown>>;
|
|
687
|
+
// 调试用重定向地址
|
|
688
|
+
getLoginSsoOauth2Debug(
|
|
689
|
+
config?: Record<string, string>,
|
|
690
|
+
): Promise<IHttpResponse<unknown>>;
|
|
669
691
|
// 获取LLM
|
|
670
692
|
getModelInfo(
|
|
671
693
|
query: getModelInfoQuery,
|
|
@@ -740,6 +762,8 @@ export interface ApiService {
|
|
|
740
762
|
postOrgFindAllByIdIn(
|
|
741
763
|
config?: Record<string, string>,
|
|
742
764
|
): Promise<IHttpResponse<OrgBaseInfo[]>>;
|
|
765
|
+
// 详情
|
|
766
|
+
getOrgInfoId(config?: Record<string, string>): Promise<IHttpResponse<Org>>;
|
|
743
767
|
// 根据机构名称全路径查询
|
|
744
768
|
postOrgList(
|
|
745
769
|
query: postOrgListQuery,
|
|
@@ -782,6 +806,15 @@ export interface ApiService {
|
|
|
782
806
|
data: PrintLogSearchRequest,
|
|
783
807
|
config?: Record<string, string>,
|
|
784
808
|
): Promise<IHttpResponse<IPage<PrintLogResponse>>>;
|
|
809
|
+
// 打印客户端关联bartender模板目录树下拉
|
|
810
|
+
getPrintBtwFileTree(
|
|
811
|
+
config?: Record<string, string>,
|
|
812
|
+
): Promise<IHttpResponse<PrintServiceBtwTreeVO[]>>;
|
|
813
|
+
// 根据printKey解析出这个btw模板文件是否还在原本的btw tree结构中(原来的磁盘路径中)
|
|
814
|
+
getPrintBtwTmplExist(
|
|
815
|
+
query: getPrintBtwTmplExistQuery,
|
|
816
|
+
config?: Record<string, string>,
|
|
817
|
+
): Promise<IHttpResponse<boolean>>;
|
|
785
818
|
// 根据打印机唯一标识key兑换打印机名称
|
|
786
819
|
getPrintExchangePrinterName(
|
|
787
820
|
query: getPrintExchangePrinterNameQuery,
|
|
@@ -37,10 +37,6 @@ export interface AppMemberService {
|
|
|
37
37
|
query: getListQuery,
|
|
38
38
|
config?: Record<string, string>,
|
|
39
39
|
): Promise<IHttpResponse<AppMemberResponse[]>>;
|
|
40
|
-
// 列表
|
|
41
|
-
postListMulti(
|
|
42
|
-
config?: Record<string, string>,
|
|
43
|
-
): Promise<IHttpResponse<IObject>>;
|
|
44
40
|
// 分页列表
|
|
45
41
|
getPageList(
|
|
46
42
|
query: getPageListQuery,
|